/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
height: 33px;
width: 529px;
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: 11px Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
width: 130px;
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
color: #ffffff;
font-size: 10px;
background: url(../images/nav/product_panel_tab.jpg);
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
background: url(../images/nav/product_panel_tab_selected.gif);
position: relative;
top: 1px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

#overview_info { 
position: relative;
height: auto;
background-color: #eeeff9;
border: 1px solid #b3b1d9;
margin-top: -10px;
padding: 0px 10px 0px 10px;
font-size: 12px;
}

#cover_info { 
position: relative;
height: auto; 
background-color: #eeeff9;
border: 1px solid #b3b1d9;
margin-top: -10px;
padding: 0px 10px 0px 10px;
font-size: 12px;
}

#options_info { 
position: relative;
height: auto; 
background-color: #eeeff9;
border: 1px solid #b3b1d9;
margin-top: -10px;
padding: 0px 10px 0px 10px;
font-size: 12px;
}

#click4quote_info { 
position: relative;
height: auto; 
background-color: #eeeff9;
border: 1px solid #b3b1d9;
margin-top: -10px;
padding: 0px 10px 0px 10px;
font-size: 12px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}