div#tab-desc {
	padding: 40px 0 20px 0;
	margin: auto;
	width: 745px;
	clear: both;
}

* html div#tab-desc {margin: 0 0 0 20px;}

div#tab-desc ul.tabs {
	padding: 0 0 0 3px;
	margin: 0;
	xfloat: left;
	xwidth: 752px;
	clear: both;
	list-style: none;
}

* html div#tab-desc ul.tabs {float: left;}

li.tabheader,
li.tabhover {
	margin: 0 1px 0 0;
	overflow: hidden;
	height: 30px;
	xwidth: 147px;
	float: left;
	background: transparent url('right-tab.png') right bottom no-repeat;
	font: bold 12px verdana, sans-serif;
}

li.tabheader a,
li.tabhover a {
	text-decoration: none;
	display: block;
	float: left;
	xwidth: 131px;
	height: 22px;
	background: transparent url('left-tab.png') left bottom no-repeat;
	font: normal 12px verdana, sans-serif;
	text-align: left;
	padding: 8px 20px 0;
	color: #064E98;
	text-transform: uppercase;
}

* html li.tabheader a {
	text-decoration: none;
	display: block;
	float: left;
	xwidth: 131px;
	height: 30px;
	background: transparent url('left-tab.png') left bottom no-repeat;
	font: normal 12px verdana, sans-serif;
	text-align: left;
	padding: 8px 20px 0;
	color: #064E98;
	text-transform: uppercase;
}

* html li.tabhover a {height: 30px;}

li.tabheader a:hover,
li.tabhover a:hover {
	text-decoration: underline;
	font: normal 12px verdana, sans-serif;
	color: #064E98;
}

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 {
	padding-top: 1px;
	margin: 0;
	clear: both;
	float: left;
	width: 745px;
}

div#tab-desc div#tab-conts-box div.tab-contents {
	clear: both;
	font: normal 12px verdana, sans-serif;
	padding: 10px 16px;
	border: 1px solid #DDDDDD;
	text-align: left;
}

