﻿/* ######### 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;
padding: 0;
}

#pcMain .shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
/*border: 1px solid #CCC;*/
color: #666;
/*background: white url(images/h1.gif) top left repeat-x;*/
float: left;
padding: 0;
text-indent: -9999px;
}

#pcMain .shadetabs li a:visited{
color: #666;
}

#pcMain .shadetabs li a:hover{
text-decoration: underline;
color: #666;
}

#pcMain .shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

#pcMain .shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
border-bottom-color: white;
color:#333;
}

#pcMain .shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
.pcMainTable #ddrivetabs {
	margin-left: 0;
}


#ddrivetabs li {
	line-height: 31px;
	height: 31px;
}

#ddrivetabs li #tab1.selected	{
	width: 114px;
	height: 32px;
	background: transparent url('images/gbdgProductTabs/productTab_information-on.gif') no-repeat;
}
#ddrivetabs li #tab1 {
	width: 114px;
	height: 32px;
	background: transparent url('images/gbdgProductTabs/productTab_information.gif') no-repeat;
}
#ddrivetabs li #tab2.selected/*, #ddrivetabs li a:hover#tab2*/	{
	width: 114px;
	height: 32px;
	background: transparent url('images/gbdgProductTabs/productTab_experts-on.gif') no-repeat;
}
#ddrivetabs li #tab2 {
	width: 114px;
	height: 32px;
	background: transparent url('images/gbdgProductTabs/productTab_experts.gif') no-repeat;
}
#ddrivetabs li #tab3.selected	{
	width: 114px;
	height: 32px;
	background: transparent url('images/gbdgProductTabs/productTab_photos-on.gif') no-repeat;
}
#ddrivetabs li #tab3 {
	width: 114px;
	height: 32px;
	background: transparent url('images/gbdgProductTabs/productTab_photos.gif') no-repeat;
}
#ddrivetabs li #tab4.selected	{
	width: 122px;
	height: 32px;
	background: transparent url('images/gbdgProductTabs/productTab_reviews-on.gif') no-repeat;
}
#ddrivetabs li #tab4 {
	width: 122px;
	height: 32px;
	background: transparent url('images/gbdgProductTabs/productTab_reviews.gif') no-repeat;
}

.tabcontent ol {
	margin: 10px 0 10px 35px;
}
