@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Muli:300,400);
#tabs_wrapper {
	width: 610px;
}
#tabs {
			float:left;
			width:100%;
			margin:0 0 0 0;
			/*background:#fff;*/
			padding:0 0 0 0;
}
#tabs_container {
	/*border-bottom: 1px solid #000;*/
}
#tabs li {
	display: inline;
	float:left;
}

#tabs li a {
			padding:10px 8px 0px 8px;
			display:block;
			/*background:#f3f3f3;*/
			color:#666;
			height:25px;
			font-family: 'Muli', sans-serif;
			font-size:12px;
			/*font-weight:bold;*/
			text-decoration:none;
}
#tabs li a:hover {
	background-color: #cecece;
	color:#666;
	border-top-left-radius:10px;
	border-top-right-radius:10px;

}
#tabs li.active a {
	background-color: #cecece;
	color:#666;
	border-bottom: none;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	
}
#tabs li.active a:hover {
	background-color: #cecece;
	border-bottom: none;
}


#tabs_content_container {
	clear:both;
	width: 610px;
	min-height:350px;
	/*border-top:1px solid #cecece;*/
	background:url(imgs/bgtabs.png) no-repeat;
	/*border-bottom:1px solid #FF0000;*/
}
.tab_content {
	display: none;
}

#content_inside_tabs{
	width:570px;
	min-height:310px;
	font-family: 'Muli', sans-serif;
	text-align:justify;
	font-weight:300;
	font-size:13px;
	color:#666;
	padding:20px;
}
