div#tab-desc {
	padding: 40px 0 20px 0;
	margin: auto;
	width: 100%;
	clear: both;
}

div#tab-desc ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	clear: both;
	list-style: none;
}

li.tabheader,
li.tabhover {
	margin: 0 5px 0 0;
	overflow: hidden;
	height: 29px;
	width: 147px;
	float: left;
	background: transparent url('tab-bg-right.gif') right bottom no-repeat;
	font: bold 15px "Comic Sans MS", verdana, sans-serif;
}

li#tabheader0 {margin-left:5px;}


li.tabheader a,
li.tabhover a {
	text-decoration: none;
	display: block;
	float: left;
	width: 131px;
	height: 22px;
	background: transparent url('tab-bg-left.gif') left bottom no-repeat;
	font: bold 15px "Comic Sans MS", verdana, sans-serif;
	text-align: left;
	padding: 4px 0 0 16px;
	color: #724C21;
}

li.tabheader a:hover,
li.tabhover a:hover {
	text-decoration: underline;
	font: bold 15px "Comic Sans MS", verdana, sans-serif;
	color: #724C21;
}

li.tabhover {
	background-position: right top;
}

li.tabhover a {
	background-position: left top;
	color: #fff;
}

li.tabhover a:hover {
	text-decoration: none;
	color: #fff;
}

li#tabheader3 {
	margin: 0;
}

div#tab-desc div#tab-conts-box {
	margin: 0;
	clear: both;
	float: left;
	width: 100%;
	position:relative;
}

div#tab-desc div#tab-conts-box div {
	clear: both;
	font: normal 12px verdana, sans-serif;
	padding: 10px 16px;
	border: 5px solid #207C22;
	text-align: left;
}

div#tab-desc div#tab-conts-box .topleft {background:url(/lib/yhst-98884526134160/tab-corners.gif) no-repeat right bottom; width:4px; height:4px; top:5px; left:5px; position:absolute; border:none; padding:0;}
div#tab-desc div#tab-conts-box .topright {background:url(/lib/yhst-98884526134160/tab-corners.gif) no-repeat left bottom; width:4px; height:4px; top:5px; right:5px; position:absolute; border:none; padding:0;}
div#tab-desc div#tab-conts-box .bottomleft {background:url(/lib/yhst-98884526134160/tab-corners.gif) no-repeat right top; width:4px; height:4px; bottom:5px; left:5px; position:absolute; border:none; padding:0;}
div#tab-desc div#tab-conts-box .bottomright {background:url(/lib/yhst-98884526134160/tab-corners.gif) no-repeat left top; width:4px; height:4px; bottom:5px; right:5px; position:absolute; border:none; padding:0;}

