 html {
   overflow-y: auto !important;
}
body {
        clear:both;
        background:none  !important;
        font-family:Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #2F251E;
        margin:0;
        background-color:transparent !important;
        width:100%;
        overflow-x: hidden;
}
.mostpopular{
    padding: 0;
	float:left;
	height:auto;
	width:100%;
}
.mostpopular li {
    border-bottom: 1px solid #DADADA;
    float:left;
    height: 49px;
    list-style-type: none;
    padding: 13px 0 0 0;
    width: 100%;
}
.mostpopular li:hover {
    background: url("../images/toptopic_hover.png") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #DADADA;
    height: 49px;
    list-style-type: none;
    padding: 13px 0 0 0;
    width: 100%;
}
.desc{
	float:left;
	width:235px;
}
span.desc a {
    color: #0097DC;
	font-weight: bold;
    text-decoration: none;
	font-size:12px;
}
.mostpopular span.yellowIcon{
	background: url("../images/button_icon_sprite.png") repeat scroll 187px 309px transparent;
	float: left;
	height: 24px;
	margin: 0 10px 0 0;
	width: 24px;
}
.mostpopular li div.holder{
    float: left;
    width:94%;
	padding:0 3%;
}