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

.shadetabs{
list-style-type:none;
margin-bottom:0;
padding:0 0 0;
text-align:left;
text-transform:uppercase;
}

.shadetabs li{
float:left;
margin:0 2px 0 0 !important;
padding:0;
}

.shadetabs li a{
color:#665247;
display:block;
margin-right:0;
padding:6px 0;
position:relative;
text-align:center;
text-decoration:none;
top:1px;
z-index:1;
height:13px;
background-color:#E0BEA8;
border-top:1px solid #E0BEA8;
border-right:1px solid #E0BEA8;
border-left:1px solid #E0BEA8;
border-bottom: none;
padding:6px;
font-family: Lucida Grande, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
font-size: 9px;
}

.shadetabs li a:hover{
background-color:#F3DACA;
}

.shadetabs li a.selected{ /*selected main tab style */
position:relative;
top:1px;
background-color:#F3DACA;
font-style: italic;
}

.tanbox{
background-color:#F3DACA;
border:1px solid #E0BEA8;
float:left;
margin:0 0 20px;
padding:10px 15px 15px 15px;
width:370px;
}

#tantabs{
float:left;
width:100%;
}

.tabcontent{
display:none;
}

#color td{
line-height:1em;
padding-bottom:10px;
text-align:center;
vertical-align:top;
width:14%;
}

#color p{
text-align: justify;
}

#color img{
height:35px;
padding-bottom:3px;
width:35px;
}

#color table{
margin-bottom: 10px;
}

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