.producttabs {
	/*padding: 3px 0;*/
	display: inline;
	float: left;
	padding: 0;
	margin-left: 5px;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Arial;
	list-style-type: none;
	z-index: 100;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.producttabs li {
	display: inline;
	float: left;
	padding: 0;
	clear: none;
	margin-right: 3px;
	height: 25px;
	width: 101px;
	padding-top: 2px
}

.producttabs li a {
	text-decoration: none;
	/*padding: 3px 7px;
	margin-right: 3px;*/
	/*border: 1px solid #778;*/
	color: #2d2b2b;
	background: #fff;
	display: block;
	padding: 8px 0 0 0;
	height: 17px;
	/*height: 19px;*/
	width: 101px;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-align: center;
	background: url(../images/tabs/producttabs_off_bg.gif) no-repeat 0 2px;
}
/*
.producttabs li a:visited{
	color: #2d2b2b;
}
*/
.producttabs li a:hover {
	background: url(../images/tabs/producttabs_over_bg.gif) no-repeat 0 2px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

.producttabs li.selected {
	position: relative;
	bottom: -2px; padding-top: 0
}

.producttabs li.selected a { /*selected main tab style */
	font-weight: bold;
	color: #FFF;
	padding-bottom: 2px;
	background: url(../images/tabs/producttabs_active_bg.gif) no-repeat 0 2px;
}

.producttabs li.selected a:hover{ /*selected main tab style */
	background: url(../images/tabs/producttabs_active_bg.gif) no-repeat 0 2px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

.tabcontentstyle { /*style of tab content oontainer*/
	display: inline;
	float: left;
	clear: both;
	border-top: 2px solid #366BA3;
	width: 727px;
	margin-bottom: 1em;
	padding: 10px;
	background-color: #FFF;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
