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

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

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

.dealerstabs li a{
text-decoration: underline;
position: relative;
z-index: 1;
/*padding: 3px 7px;*/
padding: 0px 14px 0px 14px;
margin-right: 3px;
color: #000000;
}

.dealerstabs li a:visited{
color: #000000;
}

.dealerstabs li a:hover{
text-decoration: underline;
color: #000000;
}

.dealerstabs li a.selected{ /*selected main tab style */
position: relative;
/*top: 1px;*/
}

.dealerstabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
color: #663300;
}

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

.tabcontent{
display:none;
}

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