/* CSS Document*/
.layout-mostpopular{

}
.widget-title{
	width:302px;
	background:#F88C00;
	height:35px;
	border-radius:5px 5px 0 0;
}
.widget-title h3{
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	padding-left: 13px;
	margin: 0;
	text-transform:capitalize;
	font-weight: bold;
}
.widget-content{
	width:100%;
	overflow:hidden;
}
.images-mostpopular img{
	width:300px;
	height:127px;
	border:1px solid #CCCCCC;
}
.images-mostpopular img:hover{
	opacity:0.8;
}
.widget-content ul{list-style:none;}
.widget-content ul li{
	width:300px;
	margin-bottom:15px;
}
.name-mostpopular{
	width:279px;
	padding:10px;
	border-top:none !important;
	border:1px solid #CCCCCC;
}
.name-mostpopular a{
	color: #343434;
	font-size: 18px;
	overflow: hidden;
	display: block;
}
.name-mostpopular a:hover{
	color:#258bf4;
}