﻿/*tabs*/
.wrapper-tabs {width:560px; float:right}
.tabs { 
	position:relative; 
	height: 35px; 
	width:560px; 
	overflow: hidden; 
	float:left; padding: 0; 
	background: url(/images/head_main.png) #fff no-repeat left top; 
	}
.tabs li {
	display:inline; 
	float: left; 
	padding-right: 4px;
	}

.tabs li { 
	background: url(/images/line_reg.png) no-repeat right top; 
	padding-left: 20px;
	}



.tabs a {
	font-family: Arial, sans-serif; 
	position:relative; 
	line-height: 35px; 
	font-size: 12px;
	font-weight: bold;
	color:#303030;
	text-transform: uppercase;
	}

.tabs li.tab1 a { 
	padding-left: 0px; 
	width: 130px;
	float: left;
	line-height: 35px;
	}
.tabs li.tab1 a span { 
	color: #fff; 
	}
.tabs li.tab1 a span:hover { 
	color: #df423a;
	}

.tabs a.tab-visited {text-decoration: none; font-family: Arial, sans-serif; }
.tabs a:hover {
	color:#df423a
	}
.tabs1  { 
	font-size: 12px;
	color:#fff;
	}
.tabs a.tab-active {
	color:#df423a;
}
.tab-panes {
	margin: 0px;
	float:left;
	width: 548px;
	border-left: 1px solid #bbbaba;
	border-right: 1px solid #bbbaba;
	padding: 5px;
	}
.divtabs {
	background:#fff;
	padding:10px 0;
	display:block;
	width: 548px;
	color:#444;
	line-height:18px;
	text-align:justify;
	float:left; 

}
.divtabs h1,.divtabs h2,.divtabs h3,.divtabs h4,.divtabs h5,.divtabs h6{font-size:13px;display:block;color:#000;}