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

.cont{

 width: 100%;
 margin-bottom: 1em;
 padding: 10px;
 margin-left: 9px;
 background-color: #EEEEEE
}
.tabcontent h2{

  height: 51px;
  font-family: Helvetica,Arial,san serif;
  font-size: 14px;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  color: #000;
  padding-left: 50px;
  padding-top: 10px;
  letter-spacing: -1px;
  text-align: left;
  background: url(../images/bg-titulo-orcamento.jpg) no-repeat;
}
.shadetabs{
padding: 3px 0;
margin-left: 9px;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left;


}

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

.shadetabs li a{
text-decoration: underline;
font-weight: normal;
padding: 4px 4px 10px 20px;
display: block;
background: url(../images/newspaper_link.png) no-repeat left;
margin-left: 2%;
color:#496B20;
font-size: 12px;

}

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

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

}

.shadetabs li a.selected{ /*selected main tab style */
color: #CC0000;

}

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

.tabcontent{
display:none;
}




