
div.module-switch
{
	padding-left: 0;
	padding-right: 0;
	background: #fff;
	height:auto;
	width: 298px;
	border: 1px solid #ababab;
}

/* 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;
}

.module-switch ul.switch-tabs li.tab,
.module-switch ul.switch-tabs li.tab-last {
	float:left;
	text-align:center;
	height: 21px;
	border-bottom: 1px solid #ababab;
}

.module-switch ul.switch-tabs li.tab a,
.module-switch ul.switch-tabs li.tab-last a {
	display:block;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;	
	color: #666;
	background: #f3f3f3;
	text-transform: uppercase;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
	*padding-left: 3px;
	*padding-right: 2px;
}

.module-switch ul.switch-tabs li.tab a {
	border-right: 1px solid #ababab;	
}

.module-switch ul.switch-tabs li.tab-last a {
	border-right: 1px solid #f3f3f3;	
}

.module-switch ul.switch-tabs li.tab a:hover,
.module-switch ul.switch-tabs li.tab-last a:hover{
	background: #fff;
	text-decoration: none;
	color: #000;
}

.module-switch ul.switch-tabs li.tab a.active {
	position: relative;
	height: 21px;
	background: #fff;
	border-right: 1px solid #ababab;
	color: #560100;
}

.module-switch ul.switch-tabs li.tab-last a.active {
    position: relative;
    height: 21px;
    background: #fff;
    border-right: 1px solid #ababab;
    color: #560100;
}

.module-switch div.switch-box {
	margin-left: 14px;
	margin-right: 14px;
	margin-top: 14px;
	margin-bottom: 0px;
}
.module-switch div.switch-box p {
	margin-bottom: 14px;
}
.module-switch div.switch-box p a {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
}

span.comments {
	color: #560100;
}

div#switch-twitter {
	height: 300px;
}

li.popular {
	width: 107px;
}
li.commented {
	width: 124px;
}
li.twitter {
	width: 67px;
}

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


ul.bullets-most-commented
{
	margin-bottom: 10px;
}

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

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;
}

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

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

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

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

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


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