ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #0099CC;
	border-left: 1px solid #0099CC;
	width: 377px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	width: 184px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #0099CC;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
	text-align: center;
}
ul.tabs li.rTab {
	float: right;
	margin: 0;
	padding: 0;
	width: 184px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #0099CC;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
	text-align: center;
}
ul.tabs li a {
	text-decoration: none;
	color: #999;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	background: #a0a0a0;
	color: #FFF;
}	
html ul.tabs li.active,
html ul.tabs li.active a,
html ul.tabs li.active a:hover  {
	background: #0099CC;
	border-bottom: 1px solid #0099CC;
	color: #FFF;
}
.tab_container {
    border: 1px solid #0099CC;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 0px;
	font-size: 1.2em;
}

