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

.pagetabs {
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.pagetabs li{
display: inline;
margin: 0;
}

.pagetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-left: 5px;
border: 1px solid black;
color: white;
text-decoration: none;
background-color: black;
color: white;
}

.pagetabs li a.selected{ /*selected main tab style */
position: relative;
}

.pagetabs li a.selected{ /*selected main tab style */
border-bottom-color: black;
}

.pagetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

.productpagetabs {
padding: 3px 0;
margin: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.productpagetabs li {
display: inline;
margin: 0;
}

.productpagetabs li a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin: 0px;
text-decoration: none;
background-color: #f9f9f9;
color: #ccc;
}

.productpagetabs li a.selected{ /*selected main tab style */
text-decoration: none;
color: #333;
background-color: #eeeeee;
}

.productpagetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #333;
}

.producttabcontent{
display: none;
background-image: url('../images/tabfade.png');
background-repeat: repeat-x;
margin-top: -11px;
}

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