ul#tablist {
	padding: 0px;
	margin: 0px;
	font: bold 12px Verdana;
	height: 21px;
	list-style: none;
}
#tablist li {
	float: left;
	list-style: none;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	height: 21px;
}
#tablist li a {
	text-decoration: none;
	padding: 0px;
	margin-right: 0px;
	border: none;
	height: 21px;
	border-bottom: none;
	background: none;
	display: block;
}
/*#tablist li a:link {
	padding: 0px;
}
#tablist li a:visited {
	padding: 0px;
}
#tablist li a.current {
	padding: 0px;
	height: 21px;
}
#tablist li a.hover {
	padding: 0px;
}*/
.tabcontent {
	display:none;
	padding: 3px 0.5em;
}
#tabcontentcontainer {
	width: 720px;
	overflow: auto;
	border: 1px solid #cfd1ca;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#tablist li.desc {
	width: 75px;
}
#tablist li.desc a:hover {
	background: url(../images/tabs-desc_over.png) no-repeat bottom;
	height: 21px;
}
#tablist li.desc a.current {
	background: url(../images/tabs-desc_over.png) no-repeat bottom;
	height: 21px;
}
#tablist li.inbox {
	width: 75px;
}
#tablist li.inbox a:hover {
	background: url(../images/tabs-inbox_over.png) no-repeat bottom;
	height: 21px;
}
#tablist li.inbox a.current {
	background: url(../images/tabs-inbox_over.png) no-repeat bottom;
	height: 21px;
}
#tablist li.order {
	width: 88px;
}
#tablist li.order a:hover {
	background: url(../images/tabs-order_over.png) no-repeat bottom;
	height: 21px;
}
#tablist li.order a.current {
	background: url(../images/tabs-order_over.png) no-repeat bottom;
	height: 21px;
}
#tablist li.warranty {
	width: 114px;
}
#tablist li.warranty a:hover {
	background: url(../images/tabs-warranty_over.png) no-repeat bottom;
	height: 21px;
}
#tablist li.warranty a.current {
	background: url(../images/tabs-warranty_over.png) no-repeat bottom;
	height: 21px;
}
#tablist li.measure {
	width: 97px;
}
#tablist li.measure a:hover {
	background: url(../images/tabs-measure_over.png) no-repeat bottom;
	height: 21px;
}
#tablist li.measure a.current {
	background: url(../images/tabs-measure_over.png) no-repeat bottom;
	height: 21px;
}

