.container-tab {
	width: 360px;
	margin: 0px auto 0px 0px;
	
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 101%;
}
.tab-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#de242b;
	text-align:left;
	height:auto;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background:#c4f404;
	overflow: hidden;
	position:relative;
}
ul.tabs li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
    color:#fff;
	display: block;
	padding: 0 15px;
	border: 1px solid #fff;
	outline: none;
	font-weight:bold;
}
ul.tabs li a:hover {
	background:#018c77;
	color:#fff;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background:#018c77;
	border-bottom: 1px solid #999;
}
.tab_container {
	border: 1px solid #ccc;
	border-top: none;
	clear: both;
	padding:3px 3px;
	float: left;
	width: 100%;
	height:auto;
	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;
	-webkit-box-shadow:0px 2px 3px #dfdfdf;
	-moz-box-shadow:0px 2px 3px #dfdfdf;
	-khtml-box-shadow:0px 2px 3px #dfdfdf;
	box-shadow:0px 2px 3px #dfdfdf;
}
.tab_content {
	padding:7px 5px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;/*font-size: 1.8em;*/
}
.tab_content h3 a {
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 5px 10px 0;
	border: 0px solid #ddd;
	padding: 0px;
}
.clc-inner {
	font-family:Arial, Tahoma, Verdana;
	font-size:14px;
	line-height:22px;
	color:#4A4A4A;
	text-align:left;
}
