.shadetabs{
	margin-bottom: 0px;
	list-style-type: none;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 6px;
	padding-bottom: 7px;
	height: 26px;
	border-right-width: 0px;
	border-right-color: #DEDEDE;
	border-right-style: solid;
	margin-top: 1px;
	margin-bottom: 1px;
	color: #ffffff;
	text-decoration: none;
}

.shadetabs li a:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 6px;
	padding-bottom: 7px;
	height: 26px;
	color: #FFFFFF;
	border-right-width: 0px;
	border-right-color: #DEDEDE;
	border-right-style: solid;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #2a4773;
	background-color: #841e0f;
	text-decoration: none;
}

.shadetabs li.selected{

}

.shadetabs li.selected a{ /*selected main tab style */
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 6px;
	padding-bottom: 7px;
	height: 26px;
	color: #FFFFFF;
	border-right-width: 0px;
	border-right-color: #DEDEDE;
	border-right-style: solid;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #2a4773;
	background: url(../images/tab.bg.gif) no-repeat center;
	text-decoration: none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 6px;
	padding-bottom: 7px;
	height: 26px;
	color: #FFFFFF;
	border-right-width: 0px;
	border-right-color: #DEDEDE;
	border-right-style: solid;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #2a4773;
	background: url(../images/tab.bg.gif) no-repeat center;
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	margin-left: 43px;
	width: 540px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

#productTab {
	width: 750px;
	border-bottom-width: 0px;
	border-bottom-color: #c9c8c8;
	border-bottom-style: solid;
	margin-right: 50px;
	margin-top: 10px;
	*margin-top: 0px;
}