div#tab-desc {
	padding: 40px 0 20px 0;
	margin: auto;
	width: 594px;
	clear: both;
}

* html div#tab-desc {margin-left:10px;}

div#tab-desc ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 584px;
	clear: both;
	list-style: none;
	padding-left:10px;
}

li.tabheader,
li.tabhover {
	margin: 0 0px 0 0;
	overflow: hidden;
	height: 28px;
	width: 147px;
	float: left;
	background: transparent url('tab-bg-right.gif') right bottom no-repeat;
	font: bold 11px tahoma, verdana, sans-serif;
	color:#000000;
}

li.tabheader a,
li.tabhover a {
	text-decoration: none;
	display: block;
	float: left;
	width: 127px;
	height: 21px;
	text-align:center;
	background: transparent url('tab-bg-left.gif') left bottom no-repeat;
	font: bold 11px tahoma, verdana, sans-serif;
	padding: 7px 10px 0 10px;
	color: #000000;
}

* html li.tabheader a,
* html li.tabhover a {width:147px; height: 21px; padding-bottom:8px;}

li.tabheader a:hover,
li.tabhover a:hover {
	text-decoration: underline;
	font: bold 11px tahoma, verdana, sans-serif;
	color: #000000;
}

li.tabhover {
	background-position: right top;
}

li.tabhover a {
	background-position: left top;
	color: #000000;
}

li.tabhover a:hover {
	text-decoration: none;
	color: #000000;
}

li#tabheader3 {
	margin: 0;
}

div#tab-desc div#tab-conts-box {
	padding-top: 1px;
	margin: 0;
	clear: both;
	float: left;
	width: 594px;
	border: 1px solid #C2C2C2;
}

div#tab-desc div#tab-conts-box div {
	xclear: both;
	font: normal 12px tahoma, verdana, sans-serif;
	xtext-align: left;
}

