
.tabborder
{
	BACKGROUND: #ffffff;
	color: #000000;
}

.tab {
	margin-left: 0;
	margin-top: 0;
	COLOR: #B4C5E1;
	font: 11px Verdana;
	padding: 0px 10px 4px 6px;
	z-index: 6;
	DISPLAY: block;
}

.tabparent {
	BACKGROUND: #f8f4eb;
}

.tab li{
	list-style: none;
	display: inline;
	margin: 0px;
	PADDING: 0px;
	FONT: 12px 'MuseoSans500',Verdana, Geneva, Lucida, 'lucida grande', Arial, Helvetica, Sans-Serif;
}

.tab li a span{
	display: block;
	float: left;
	padding: 6px;
	padding-left: 5px;
	padding-right: 13px;
	padding-top: 5px !important;
	HEIGHT: 14px;
	background: URL('%themepath%images/basictablayout.gif') no-repeat right -50px;
}

.tab li a{
	text-decoration: none;
	padding-left: 3px;
	margin-right: 2px;
	float: left; position: relative;
	bottom: -2px; left: -2px;
	color: #a0947b;
	z-index: 1;
	outline: none;
	background: URL('%themepath%images/basictablayout.gif') no-repeat 0px -200px;
}

.tab a:hover{
	color: #000000;
	background: #FEFFF5;
	border-color: #333333;
	background: URL('%themepath%images/basictablayout.gif') no-repeat 0px -250px;
	CURSOR: hand;
	CURSOR: pointer;
}

.tab a:hover span {
	display: block;
	float: left;
	padding: 6px;
	padding-left: 5px;
	padding-right: 13px;
	padding-top: 5px !important;
	HEIGHT: 14px;
	background: URL('%themepath%images/basictablayout.gif') no-repeat right -100px;
}

.tab a.currenttab {
	padding-left: 3px;
	background: URL('%themepath%images/basictablayout.gif') no-repeat 0px -150px;
	COLOR: #333333;
	margin-top: -0.0em;
	z-index: 4;
	bottom: -1px;
}

.tab a.currenttab span {
	display: block;
	float: left;
	padding: 6px;
	padding-left: 5px;
	padding-right: 13px;
	padding-top: 5px !important;
	HEIGHT: 14px;
	text-shadow:0 1px 0 rgba(193, 177, 148, 0.3);
	background: URL('%themepath%images/basictablayout.gif') no-repeat right 0px;
}

.basictabcontent {
	DISPLAY: block;
	float: left; position: relative;
	z-index: 3;
	padding: 0px; margin: 0px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #a8a192;
	FONT: 11px Verdana, Tahoma, Helvetica;
	WIDTH: 100%;
}
