@charset "utf-8";
/* CSS Document */

.producttabs{
padding: 5px 0;
margin-left: 1px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.subtabs,
.subtabs2,
.subtabs3,
.subtabs4,
.subtabs5,
.subtabs6{
padding: 5px 0;
margin-left: 1px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#producttabs li,
.producttabs li{
display: inline;
	float: left;
	padding: 0;
	clear: none;
	margin-right: 1px;
	height: 41px;
	width: 96px;
	padding-top: 0px;
}
#subtabs li,
.subtabs li,
#subtabs2 li,
.subtabs2 li,
#subtabs3 li,
.subtabs3 li,
#subtabs4 li,
.subtabs4 li,
#subtabs5 li,
.subtabs5 li,
#subtabs6 li,
.subtabs6 li{
display: inline;
	float: left;
	padding: 0;
	clear: none;
	margin-right: 1px;
	height: 33px;
	width: 96px;
	padding-top: 0px;
}

#producttabs li a,
.producttabs li a{
text-decoration: none;
position: relative;
z-index: 1;
	color: #2d2b2b;
	background: #ffffff;
	display: block;
	padding: 6px 0 0 0;
	height: 35px;
	/*height: 37px;*/
	width: 96px;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	background: url(producttabs_off_bg_2.gif) no-repeat 0 2px;
}

#subtabs li a,
.subtabs li a,
#subtabs2 li a,
.subtabs2 li a,
#subtabs3 li a,
.subtabs3 li a,
#subtabs4 li a,
.subtabs4 li a,
#subtabs5 li a,
.subtabs5 li a,
#subtabs6 li a,
.subtabs6 li a{
text-decoration: none;
position: relative;
z-index: 1;
	color: #2d2b2b;
	background: #ffffff;
	display: block;
	padding: 6px 0 0 0;
	height: 27px;
	/*height: 37px;*/
	width: 96px;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	background: url(producttabs_off_bg_2.gif) no-repeat 0 2px;
}

/*
.producttabs li a:visited{
	color: #2d2b2b;
}
*/
#producttabs li a:hover,
.producttabs li a:hover{
	background: url(producttabs_active_bg_2.gif) no-repeat 0 2px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#subtabs li a:hover,
.subtabs li a:hover,
#subtabs2 li a:hover,
.subtabs2 li a:hover,
#subtabs3 li a:hover,
.subtabs3 li a:hover,
#subtabs4 li a:hover,
.subtabs4 li a:hover,
#subtabs5 li a:hover,
.subtabs5 li a:hover,
#subtabs6 li a:hover,
.subtabs6 li a:hover{
	background: url(producttabs_active_bg_2.gif) no-repeat 0 2px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#producttabs li a.selected,
.producttabs li a.selected{ /*selected main tab style */
position: relative;
	bottom: 2px;
}
#subtabs li a.selected,
.subtabs li a.selected,
#subtabs2 li a.selected,
.subtabs2 li a.selected,
#subtabs3 li a.selected,
.subtabs3 li a.selected,
#subtabs4 li a.selected,
.subtabs4 li a.selected,
#subtabs5 li a.selected,
.subtabs5 li a.selected,
#subtabs6 li a.selected,
.subtabs6 li a.selected{ /*selected main tab style */
position: relative;
	bottom: 2px;
}

#producttabs li a.selected,
.producttabs li a.selected{ /*selected main tab style */
font-weight: bold;
	color: #ffffff;
	padding-bottom: 2px;
	background: url(producttabs_active_bg_2.gif) no-repeat 0 2px;
}
#subtabs li a.selected,
.subtabs li a.selected,
#subtabs2 li a.selected,
.subtabs2 li a.selected,
#subtabs3 li a.selected,
.subtabs3 li a.selected,
#subtabs4 li a.selected,
.subtabs4 li a.selected,
#subtabs5 li a.selected,
.subtabs5 li a.selected,
#subtabs6 li a.selected,
.subtabs6 li a.selected{ /*selected main tab style */
font-weight: bold;
	color: #ffffff;
	padding-bottom: 2px;
	background: url(producttabs_active_bg_2.gif) no-repeat 0 2px;
}

#producttabs li a.selected:hover,
.producttabs li a.selected:hover{ /*selected main tab style */
	background: url(producttabs_active_bg_2.gif) no-repeat 0 2px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#subtabs li a.selected:hover,
.subtabs li a.selected:hover,
#subtabs2 li a.selected:hover,
.subtabs2 li a.selected:hover,
#subtabs3 li a.selected:hover,
.subtabs3 li a.selected:hover,
#subtabs4 li a.selected:hover,
.subtabs4 li a.selected:hover,
#subtabs5 li a.selected:hover,
.subtabs5 li a.selected:hover,
#subtabs6 li a.selected:hover,
.subtabs6 li a.selected:hover{ /*selected main tab style */
	background: url(producttabs_active_bg_2.gif) no-repeat 0 2px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.tabcontentstyle, .subtabcontentstyle  { /*style of tab content oontainer*/
	clear: both;
	border-top: 2px solid #366BA3;
	width: 600px;
	margin-bottom: 1em;
	background-color: #ffffff;
}


tr.blue {
	background-color:#ecf1f7;
}
tr.bluelight {
	background-color:#f8f9fd;
}
tr.gray {
	background-color:#d5d5d5;
}
tr.graylight {
	background-color:#e2e1e1;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

