/* POPULAR POSTS */

ul.tabs {
	margin: 0 !important;
	padding: 0 !important;
	float: left;
	list-style: none;
	height: 24px;
	border: 1px #000; 
	width: 278px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0 !important;
	height: 21px;
	line-height: 21px;
	
	border: 1px #000; 
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}

ul.tabslast li {
	float: left;
	margin: 0;
	padding: 0 !important;
	height: 21px !important;
	line-height: 21px !important;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
	
}

ul.tabslast li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 24px !important;
	outline: none;
}

ul.tabs li:last-child {
	border-bottom:1px solid #CCC !important;
}

ul.tabs li a {
	border:1px solid #CCC !important;
	text-decoration: none;
	color: #000;
	display: block;
	border: 1px #000; 
	padding: 0 28px !important;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	
}
.tab_container {
	
	border-top: none;
	clear: both;
	float: left; 
	width: 276px;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	min-height: 5em;
	padding: 2px;
	
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	
}
.tab_content h3 a{
	color: #254588;
}

.tab_content.loading {
	background: url('loading.gif') center center no-repeat;
}