/* TAB CONTENT CSS 
==================================*/
.tabcontent{ display:none; }

.tabcontent1{background-color:#ffffff; border:1px solid #eeeeee; padding:10px 6px 9px 8px; }
tab-content1 h3 {
	color:#000000;
	}
.tabs1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:135%;
	position:relative;
	padding:0;
	margin:0px;
	height:37px;
	list-style-type:none;
	}
 .tabs1 { border:0px solid #e8e8e8;}

.tabs1 li	{ float:left; padding:0px; margin:0 3px 0 0;  }

.tabs1 li a 	{ 
	display:block;
	color:#4d849f;
	background:url(../images/common.png) no-repeat left -238px;
	padding-left:5px;
	margin-right:5px;
	}	
.tabs1 li a span { 
	display:block;
	padding:12px 23px 13px 18px;
	margin-right:-5px;
	line-height:1.0;
	background:url(../images/common.png) no-repeat right -238px;
	white-space:nowrap;
	}
	

.tabs1 li .selected, 
.tabs1 li a:hover { 
	background:url(../images/common.png) no-repeat left -186px;
	}
.tabs1 li .selected span, 
.tabs1 li a:hover span { 
	background:url(../images/common.png) no-repeat right -186px;
	color:#0f0f0f;
	
	}
