/*!
 * Folha de S.Paulo
 * Styles for Mais Populares - 5.4
 */
.mais_populares .section-masthead h1 a {
	color: #990000;
}
.most_popular {
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: rgba(0,0,0,0.06) 1px 2px 2px 1px;
	margin: 15px 0 30px;
}
.most_popular .most_popular-title {
	border-bottom: 1px solid #ccc;
	color: #900;
	font: 300 18px/1.6 "metaserifpro-bold", Georgia, serif;
	margin: 0 0;
	text-align: center;
	text-transform: lowercase;
}
.most_popular .most_popular-title a {
	color: #900;
}
.most_popular ol {
	color: #444;
	font-size: 13px;
	font-weight: 700;
	margin: 12px 10px;
	min-height: 660px;		
}
.most_popular ol li {	
	list-style-position: inside;
	margin: 8px 0;
}
.most_popular ol li a {
	color: #444;
	font-weight: 300;
}
.most_popular .most_popular-more {
	background: #f5f5f5;
	border-top: 1px solid #ccc;
	display: block;
	color: #444;
	font-size: 13px;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	transition: all .4s ease-in;
}
.most_popular .most_popular-more:hover {
	background: #dedede;
}
.most_popular .most_popular-tab {
	background: #eee;
	font-size: 0;
}
.most_popular .most_popular-tab li {
	background: #eee;
	color: #900;
	display: inline-block;
	font: 300 18px/1.35 "metaserifpro-bold", Georgia, serif;
	padding: 0 15px;
	text-align: center;
	text-transform: lowercase;
	vertical-align: middle;
	min-width: 282.5px;	
}
.most_popular .most_popular-tab .active {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.most_popular .most_popular-tab li a {
	color: #900;
}
.most_popular .most_popular-tab .active h3 {
	font-size: 22px;
	font-weight: 300;
	margin: 0;
}
.most_popular .column ul {
	font-size: 16px;
	font-weight: 700;
	margin: 20px 10px;
}
.most_popular .column li {
	font-size: 14px;
	list-style: none inside;
}
.most_popular .column ul li a {
	color: #444;
	font-weight: 300;
}
.most_popular .column {
	display: inline-block;
	margin: 0 4px;
	width: 220px;
}
.most_popular.summary ol {
	font-weight: 300;
	margin: 10px 10px;
}
.most_popular.summary ol li {
	border-top: 1px dotted #ccc;
	margin: 0 2px;
	padding: 10px 0;
}
.most_popular.summary ol li:first-child {
	border-top: 0;
}
.most_popular.summary ol > li > span {
	font-weight: 700;
}
.most_popular.summary ol > li p > a {
	font-size: 15px;
	font-weight: 700;
}
.most_popular.summary ol li p {
	font-size: 13px;
	margin: 10px 0 0;
}

/* =============================================================================
   IE
   ========================================================================== */
/* Inline-block hack here */
html.lt-ie8 .most_popular .most_popular-tab li,
html.lt-ie8 .most_popular .column {
	display: inline;
	zoom: 1;
}
html.lt-ie8 .most_popular ol {
	min-height: 600px;
}