.shadetabs
{
	text-align: left;
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 23px;
	font-size: 11px;
	list-style-image: none;
	padding-top: 0px;
}
.shadetabs LI
{
	margin: 0px;
	float: left;
}
.shadetabs LI A
{
	line-height: 23px;
	background-color: #dededd;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	float: left;
	height: 23px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-right: 3px;
	border-right: #ffffff 2px solid;
	text-decoration: none;
}
.shadetabs LI A:visited
{
	line-height: 23px;
	background-color: #dededd;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	float: left;
	height: 23px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-right: 3px;
	border-right: #ffffff 2px solid;
	text-decoration: none;
}
.shadetabs LI A:hover
{
	background-color: #f5f5f5;
	border-right: #ffffff 2px solid;
}
#product_detail_tabs
{
	margin-left: 22px;
	margin-right: 30px;
}
.shadetabs LI A.selected
{
	background-color: #f5f5f5;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin-right: 3px;
	border-right: #ffffff 2px solid;
}
.tabcontent
{
	padding-bottom: 1px;
	background-color: #f5f5f5;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	display: none;
	clear: left;
	border-right: #ffffff 2px solid;
}
#tab_detail
{
	min-height: 100px;
	height: auto !important;
}
#tab_detail P
{
	margin-top: 5px;
	margin-left: 5px;
}
#tab_detail UL
{
	padding-bottom: 0px;
	list-style-type: square;
	margin: 15px 0px 10px 35px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#tab_detail UL LI
{
	margin-bottom: 10px;
}
#tab_detail_content
{
	padding-bottom: 6px;
	padding-top: 10px;
}

@media Print
{
	.tabcontent
	{
		display: block !important;
	}

}

