.tabContent {
	BORDER-RIGHT: rgb(205,205,205) 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: rgb(205,205,205) 1px solid;
	PADDING-LEFT: 10px;
	MARGIN-BOTTOM: 1em;
	PADDING-BOTTOM: 10px;
	BORDER-LEFT: rgb(205,205,205) 1px solid;
	WIDTH: 481px;
	margin-left: 8px;
	PADDING-TOP: 10px;
	BORDER-BOTTOM: rgb(205,205,205) 1px solid;
}
.shadetabs {
	padding: 3px 0;
	margin-left: 8px;
	margin-top: 1px;
	margin-bottom: 2px;
	font: 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 5px 10px;
	margin-right: 3px;
	border: 1px solid #cdcdcd;
	color: #3086a6;
	background:	#EEEEEE;
}
.shadetabs li a:visited {
	color: #3086a6;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #3086a6;
}
.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	top: 1px;
	background-color: #FFFFFF;
	padding-top: 9px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	color: #f49600;
}
.shadetabs li a.selected { /*selected main tab style */
	border-bottom-color: white;
}
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}

.shadetabs li a#specs.selected { 
	background-color: #FFF;

}
