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

a{
outline:none;
}
.shadetabs{
padding: 0;
list-style-type: none;
}

.shadetabs li{
margin:0;
padding:5px 0 5px 5px;
display:inline;
}

.shadetabs li a{
text-decoration: none;
z-index: 1;
border: 1px solid #c0c0c0;
color: #eee;
background:#999;
padding:2px 3px 2px 3px;
}

.shadetabs li a:active{
border:#999;
border-bottom:0;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top:1px;
border-bottom:0;
padding:5px 5px 2px 5px;
font-size:12px;
color:#000;
background:#eee;
}

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

.tabcontent{
display:none;
}

#countrytabs{
margin:10px 0 2px 0;
}

#cartabdiv,#commercialtabdiv{
border:1px solid #c0c0c0;;
margin:2px;
background:#eee;
}

