/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}


.featuresThumbnail {
  float: left;
  padding: 1px;
}

.shadetabs li{
display: inline;
margin: 0;
  font-size: 10px;
}

.shadetabs li a{
color: #FFFFFF;
position: relative;
z-index: 1;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
color: #FFFFFF;
text-decoration: none;
}

.shadetabs div a.selected{ /*selected main tab style */

}

.shadetabs li a.selected{ /*selected main tab style */
color: #6a0002;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

