﻿/*tabs*/
.wrapper-tabs {width:560px;float:right}

 #container1 {
	float: left;
	width: 728px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.tabs { 
	
	height: 33px;
	width: 560px;
	float: left;
}
.tabs li {
	display:inline; 
	float: left; 
	padding-right: 2px;
	background: #7ab00b;
    margin: 0 5px 0 1px;
}
.tabs a {
	text-transform: uppercase;
	color: #fff;
	line-height: 33px;
	font-weight: bold;
	float: left;
	padding: 0 15px;
}

.tabs a.tab-visited {text-decoration: none;}
.tabs a:hover { font-size: 12px; color: #C01210}
.tabs1  { font-size: 12px;color:#fff}
.tabs a.tab-active { color: #C01210; 
}
.tab-panes {margin: 0px;float:left; width: 720px;}
.divtabs {
	width: 685px;
	float: left;
	border: 1px solid #7ab00b;
	margin-left: 1px; 
	padding: 10px;
}
.divtabs h1,.divtabs h2,.divtabs h3,.divtabs h4,.divtabs h5,.divtabs h6{font-size:13px;display:block;color:#000;}


/*tabs*/