/* Copyright --  */
/* Author -- Aabasoft Solutions (www.aabasoft.com) */

.container {
	width: 950px;
	margin: 0 auto;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0 0 5px 0;
	line-height: 40px;
	background: #937832;
	position: relative;
	width: 200px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}
ul.tabs li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 0 5px;
	outline: none;
	line-height:30px;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	padding-left:5px;
}
ul.tabs li a:hover {
	background: #373129;
	color:#fff;
	
	
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #373129;
	color:#000;
	
}
.tab_container {
	float: right;
	width: 710px;
	padding: 15px;
	height: 370px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	background: #decd9f;
}
.tab_content {
	width: 680px;
	height: 400px;
}
.tab_content img {
	float: left;
	margin: 0 6px 0 0;
}
#tab-button-bg {
	width: 200px;
	float: left;
	height: auto;
}
/*##########################tab-content-start############################*/

.tab-name-bg {
	width: 680px;
	float: left;
}
.tab-text-bg {
	width: 680px;
	margin-bottom: 5px;
	float: left;
}
.tab-text-bg-last {
	width: 680px;
	float: left;
	margin-top: 10px;
}
.tab-h {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing: 0;
	color:#373129;
	margin-bottom:5px;
	font-size:16px;
	padding-top:5px;
}
.tab-p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #373129;
	line-height: 1.5;
}
.tab-p span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:1.6;
	color:#333;
}
