/* Reset */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
        font-family: helvetica, arial, sans-serif;
}
ol, ul {
	list-style: none;
}

/* End Reset */

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
color:#FFFFFF;
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

#prodtabs{
color:#FFFFFF;
float:left;
margin: 0;
width:190px;
}
#prodtabs1{
color:#FFFFFF;
float:right;
margin: 0;
width:190px;
}
.shadetabs li{
color:#FFFFFF;
float:left;
margin: 0;
width:190px;
}

.shadetabs li a{
color:#FFFFFF;
font-family:tahoma,sans-serif;
font-size:10px;
line-height:12px;
text-transform:uppercase;
height:13px;
padding:1px 10px;
text-decoration: none;
position: relative;
margin-right: 3px;
}

.shadetabs li a:visited{
color: white;
}

.shadetabs li a:hover{
text-decoration: underline;
color: white;
}

.shadetabs li a.selected{ /*selected main tab style */
color:#FFFFFF;
font-family:tahoma;
font-size:10px;
font-weight:bold;
line-height:12px;
position: relative;
top: 1px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-transform:uppercase;
text-decoration: none;
color:#FFFFFF;
}

.tabcontent{
display:none;
clear:both;
}

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