

/* ========================================================== 
	(16) Tab Styles
============================================================ */

ul.tabs { 
	margin:10px 0 0 -3px;
	padding: 0; 
	float:left; 
	list-style: none; 
	height: 30px; 
	width: 680px; font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif; text-transform:uppercase;}
	
ul.tabs li { 
	float: left; 
	margin:0 0 0 3px; 
	padding: 0; 
	height: 30px; 
	line-height: 35px; 
	color:#fff  !important;
	margin-bottom: -1px; 
	overflow: hidden; 
	position: relative; background:#b1b1b1;
 }

ul.tabs li a { 
	text-decoration: none; 
 	color:#333  !important;
	display: block; 
	font-size: 12px; 
	padding: 0 20px; font-weight:bold; line-height:30px;}	

ul.tabs li a:hover { text-decoration:none; background:#ffa015 !important; color:#333!important;}	

ul.tabs li.active{ background:#ffa015 !important; color:#fff  !important; float:left; }

.tab_container { 
	padding:0; margin-top:3px;
	clear: both; 	
	float: left;  
	width: 938px; height:882px;  }

.tab_content { 
line-height:16px; font-size:12px; }

















