

div.module-switch
{
	padding-left: 0;
	padding-right: 0;
	background: #fffff6;
	height:auto;
	/* height: 357px;  */
}

/* Switch Tabs
--------------------*/
.module-switch ul.switch-tabs {
	list-style: none;
	padding: 0;
	clear: both;
	position: relative;
	padding-top: 0px;
	padding-left: 0px;
	overflow: hidden;
	width: 481px;
	background: url(../img/global/bg_switch.gif) repeat-x;
}

.module-switch ul.switch-tabs li.tab {
	float:left;
	text-align:center;
	height: 25px;
}

.module-switch ul.switch-tabs li.tab a {
	display:block;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 18px;
	font-family: Georgia;
	color: #666;
	text-transform: uppercase;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 2px;
	padding-bottom: 4px;
	border-right: 1px solid #000;
}

.module-switch ul.switch-tabs li.tab a:hover {
	background: #fffff6;
	text-decoration: none;
	color: #d30;
}

.module-switch ul.switch-tabs li.tab a.active {
	position: relative;
	height: 24px;
	background: #fffff6;
	border-right: 1px solid #000;
	color: #000;
}

.module-switch div.switch-box {
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 12px;
	padding-bottom: 7px;
}
.module-switch div.switch-box-twitter {
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 12px;
	padding-bottom: 7px;
}
.module-switch div.switch-box-events {
	margin-left: 12px;
	margin-right: 40px;
	margin-top: 12px;
	padding-bottom: 7px;
}

.module-switch div.switch-box-facebook {
	margin-left: 12px;
	margin-right: 10px;
	margin-top: 12px;
	padding-bottom: 7px;
}

/* .module-switch div.switch-box-video {
	margin-left: 12px;
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	position: absolute;
} 

.module-switch div.switch-box-video p {
	margin-left: 3px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 7px;
	font-family: Arial, san-serif;
	color: #000000;
    display: block;
    font-size: 14px;
    line-height: 16px;
}
.module-switch div.switch-box-video p a {
	color: #000000;
	text-decoration: none;
}
.module-switch div.switch-box-video p a:hover {
	color: #d30;
	text-decoration: underline;
}
*/

div.switch-box ul.bullets
{
	margin-bottom: 8px;
}

div.switch-box ul.bullets li
{
	overflow: hidden;
	_height: 1%;
	margin-bottom: 1px;
}

div.switch-box ul.bullets li a
{
	float: left;
	background: url(../img/global/icon_bullet.gif) no-repeat 0 3px;
	padding: 0px 4px 0px 14px;
}

div.switch-box ul.bullets li a:hover
{
	background-image: url(../img/global/icon_bullet_active.gif);
}

div.switch-box ul.bullets li a
{
	font-size: 11px;
	line-height: 15px;
	color: #000;
}
div.switch-box h3.title strong
{
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #d30;
}

div#switch-desks h4.section
{
	margin-left: 3px;
}

/* -- START - DP Most Commented --*/


div.switch-box-events ul.bullets-most-commented
{
	margin-bottom: 0px;
}

div.switch-box-events ul.bullets-most-commented li
{
	overflow: hidden;
	_height: 1%;
	margin-bottom: 1px;
}

div.switch-box-events ul.bullets-most-commented li a
{
	float: left;
	background: url(../img/global/icon_bullet.gif) no-repeat 0 3px;
	padding-left: 14px;
	margin-bottom: 4px;
}

div.switch-box-events ul.bullets-most-commented li a:hover
{
	background-image: url(../img/global/icon_bullet_active.gif);
}

div.switch-box-events ul.bullets-most-commented li a
{
	font-size: 11px;
	line-height: 15px;
	color: #000;
}

div.switch-box-events ul.bullets-most-commented li a span.comments
{
	font-weight: bold;
	color: #b00;
}

div.switch-box-events ul.bullets-most-commented li a span.attribution
{
	color: #736e65;
}

div.switch-box-events ul.bullets-most-commented li a span.attribution strong
{
	font-weight: bold;
}


/* -- END - DP Most Commented --*/