/* ######### CSS for Shade Tabs. Remove if not using ######### */
#countrytabs img {
border: 0;
padding: 0;
margin-bottom: -2px;
}

#tabConteudo {
border:solid #252519;
border-width: 1px 0 0 0;
width:528px;
padding: 10px 0 30px 0;
}

.shadetabs{
margin: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#countrytabs {
padding-left: 37px;
margin: 0;
text-align: right;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 0px;
margin-right: 3px;
color: #2d2b2b;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected { /*selected main tab style */
background: #000;
text-decoration: none;
position: relative;
top: 1px;
}

.tabcontent{
display:none;
width: 528px;
margin-bottom: 20px;
}

@media print {
.tabcontent {
display:block !important;
}
}
