div.tabbed {
	margin-bottom:10px;
	}
	
.relatedInfo h4	
{
    display:none;
}
	
div.tabbed h3 {
	background-image:url(images/most_popular.gif);
	background-repeat:no-repeat;
	display:block;
	font-size:0pt;
	height:40px;
	color:#fcf7e4;
	width:110px;
	}
	
div.tabbed div.tabs ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}
	
div.tabbed div.tabs ul li {
	display:inline;
	float:left;
	text-align:center;
	width:66px;
	}
	
div.tabbed div.tabs li a {
	background:url(images/top10-highlight.gif) no-repeat center bottom;
	display:block;
	font-size:110%;
	font-weight:bold;
	width:66px;
    padding-top:5px;
    padding-bottom:5px;
	}
	
div.tabbed div.tabs li a.selected {
	background:url(images/top10-highlight_off.gif) no-repeat center bottom;
	color:#CC6699;
	}
	
div.tabbed div.tab {
	}
