/* 

*     Tabs popular posts and latest posts

*     Copyright (C) 2011 - 2015 www.gopiplus.com

*     http://www.gopiplus.com/work/2012/11/24/wordpress-plugin-tabs-widget-popular-posts-and-latest-posts/

*     License: GPLv2 or later

*/



#TabsPostsTabber {
	display: block;
	height: auto;
	margin: 30px 0px;
	overflow: hidden;
	border: solid 1px #d4d4d4;
}
#TabsPostsTabber .TabsPostsInside {
	padding: 8px 0 0 0;
}
#TabsPostsTabber ul.TabsPostsTabs {
	height: 60px;
	margin: 0em;
	overflow: hidden;
	background-color: #82afd2;
}
#TabsPostsTabber ul.TabsPostsTabs li {
	background: none;
	float: left;
	display: inline;
	font-size: 21px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	width: 49%;
	border-right: solid 1px #a3bed3;
}
#TabsPostsTabber ul.TabsPostsTabs li:last-child {
	border: none;
}
#TabsPostsTabber ul.TabsPostsTabs li a {
	display: block;
	padding: 15px 0;
}
#TabsPostsTabber ul.TabsPostsTabs li a.selected {
	margin: 0;
	color: #ffd250;
	text-decoration: none;
	border-bottom: 0;
}
#TabsPostsTabber ul.TabsPostsTabs li a:hover {
	color: #ffd250;
	text-decoration: none;
}
#TabsPostsTabber .TabsPostsInside div {
}
#TabsPostsTabber div clear {
	display: block;
}
