div.mostPopular {
	background: url(images/bg_dots06.gif) top left repeat-x;	
	margin-bottom: 10px;
}

div.mostPopular h2 {
	
	margin-bottom: 10px;
	padding: 2px 0 3px;
	text-transform: uppercase;
	background: url(images/bg_dots06.gif) bottom left repeat-x;	
}

div.mostPopular h3{
	padding: 10px 10px 10px 10px; 
	
	background-color:#E7EAE9;
}

	div.mostPopular ol {
		padding: 10px 10px 10px 35px;
		font-weight: bold;
		color: #000;
		background-color: #E7EAE9;
	}

		div.mostPopular ol li a {
			font-size: 0.9em;
			color: #1C4779;
		}


	div.mostPopular div.tabs ul {
		list-style: none;
	}
		div.mostPopular div.tabs ul li {
			width: 65px;
			margin-right: 1px;
			text-align: center;
			float: left;
			display: inline;
		}
	
			div.mostPopular div.tabs li a {
				display: block;
				padding: 3px 9px;
				font-size: 0.9em;
				font-weight: bold;
				color: #1C4779;
				background-color: #D4D4D4;
				text-decoration: none;
				min-height: 25px;
			}
	
			div.mostPopular div.tabs li a.selected {
				background-color: #E7EAE9;
				text-decoration: none;
			}