.tabs {
	/* padding: 7px 20px; */
	font-size: 0;
	margin: -10px 0 0px 0;
	list-style-type: none;
	text-align: center;
}
.tabs li {
	display: inline;
	margin: 0;
}
.tabs li.selected a {
	position: relative;
	top: 0px;
	font-weight: bold;
	background: #B53471;
	/* border: 1px solid #F0EFEF; */
	/* border-bottom-color: white; */
	/* box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.2); */
	color: #fff;
}
.tabs li a {
	font: bold 12px isans;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 10px 20px;
	border: 1px solid #F6F4F4;
	/* border-bottom-color: #B7B7B7; */
	color: #000;
	background: #fff;
	border-radius: 2px 2px 0 0;
	outline: none;/* box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.2); */
}
.tabcontents {
	padding: 0px 15px;
}
ul.top_posts li a {
	color: #000;
}
ul.top_posts li:hover a {
	color: #B53471 !important;
}
ul.top_posts li:hover {
	background: #fafafa;
	border-radius: 2px;
}
.tabul1-side li, .tabul2-side li, .tabul3-side li {
	background-color: #fff;
	padding: 4px 2px;
	margin: 1px 0px;
	box-shadow: none;
	transition: all .40s;
}
.thumbnail {
	width: 75px;
	float: right;
	margin-left:5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
	box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
ul.top_posts li {
	margin-bottom: 10px;
	float: right;
	width: 100%;
}
ul.top_posts li h2 {
	font-size: 12px;
	margin: 0 0 5px 0;
	font-weight: 900;
}
ul.top_posts li .thumbnail img {
	max-width: 100%;
	height: auto;
	border-radius: 3px;
}
.meta {
	font-size: 10px;
	/* font-weight: bold; */
	color: #868686;
	background: #f4f4f4;
	float: left;
	padding: 3px 10px;
	border-radius: 3px;
	margin: 0 7px;
}
