/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 12px Verdana;
list-style-type: none;
text-align: left; /* set to left, center, or right to align the menu as desired*/
}

#pcMain .shadetabs li{
display: inline;
margin: 0;
}

#pcMain .shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 2px;
border: none;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom:1px solid #0077b0; 
color: #fff;
background: white url(images/gbdgProductTabs/h1.gif) top left repeat-x;
}

#pcMain .shadetabs li a:hover{
text-decoration: none;
color: #fff;
background: white url(images/gbdgProductTabs/h1-over.gif) top left repeat-x;
}

#pcMain .shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

#pcMain .shadetabs li a.selected{ /*selected main tab style */
background: #fff;
border: 1px solid #0077b0;
border-bottom-color: white;
color:#333;
}

#pcMain .shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

#tabbox {
	color:#666; 
	border:1px solid #0077b0; 
	min-width:500px; 
	margin-bottom: 1em; 
	padding-left: 10px; 
	padding-right: 0px; 
	min-height:200px;
}

@media print {
.tabcontent {
display:block !important;
}
}
