#myTabs{
	float:left;
	width:680px;
	padding-top:15px;
}
#myTabs ul{
	margin-top:0px;
	margin-bottom:0px;
	float:right;
	padding-right:1px;
}
#myTabs .title{
	float:left;
	color:#795B3E;
	font-size:15px;
	font-weight:bold;
	margin:4px 0px 0px 15px;

}
.mootabs_title {
	height: 24px;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	top: 5px;
	font-size: 10px;
	margin: 0px;
	padding-left: 0px;
	margin-left:-5px;
	
}


.mootabs_title li {
	float: left;
	margin-left:1px;
	cursor:pointer;
}
.mootabs_title li div {
	color:#A29458;
	font-size:11px;
	text-decoration: none;
	display:block;
	background-image:url(../images/tab_inactive.jpg);
	background-position:top right;
	background-repeat:no-repeat;

}

.mootabs_title li.active div {
	color:#FFFFFF;
	background-image:url(../images/tab_active.jpg);
	background-repeat:no-repeat;
	
}
.mootabs_title li div span{
	display:block;
	background-image:url(../images/tab_inactive_left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:5px 10px 5px 10px;
}

.mootabs_title li.active div span{
	background-image:url(../images/tab_active_left.jpg);
	background-repeat:no-repeat;
}

.mootabs_title a.active {
	z-index: 100;
}

.mootabs_panel {
	display: none;
	clear: both;
	top: 5px;
	position: relative;
	border:#A29459 1px solid;
	overflow: auto;
	text-align: left;
	margin-left:14px;
	padding-top:1px;
	padding-left:1px;
	overflow:hidden;
	
}

.mootabs_panel.active{
	display: block;
}
.mootabs_panel p{
	margin:10px 15px 0px 15px;
	color:#502908;
}
