@charset "utf-8";
/* CSS Document */
html{ 
	overflow: auto !important; 
	height: 100%;
}
a, input{
	outline:none!important;
}
body {
	clear:both;
	background:none no-repeat transparent  !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2F251E;
	margin:0;
	width:100%;
	overflow:hidden;
}
.mostpopular{
    margin: 0 0 15px;
    padding: 0;
	float:left;
	height:auto;
}
.mostpopular li{
    display: list-item;
    list-style-type: none;
    margin: 0;
    width: 100%;
	float:left;
}
.mostpopular li div.holder{
    border-bottom: 1px solid #DDDDDD;
    float: left;
    margin: 0 3%;
	width:94%;
    padding: 10px 0;
}
.mostpopular li:hover{
	background:url(../images/middle_box_active_repeat.png) repeat-x center bottom #FFFFFF;
}
span.desc{
	width: 235px;
	float:left;
}
span.desc a {
    color: #0579CB;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
	line-height:18px;
}
.mostpopular span.yellowIcon{
	background: url("../images/sprite_1.png") repeat scroll 228px 309px transparent;
	float: left;
	height: 24px;
	margin: 0 10px 0 0;
	width: 24px;
}
