/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	width: 100%;
}

.conteudotab {
	width: 300px;
	padding-top: 40px;
}

.conteudotab h3 {
	width: 300px;
	background-color: #FFF;
	background-image:none;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: Museo300;
	line-height: 30px;
	text-align: left;
	text-indent: 60px;
	font-weight: bold;

}


.tabberlive {
	margin-top:1em;
	padding-top: 20px;
	padding-left: 10px;
	background-image: url(../imagens/tab_sombra.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
	color: #FFF;
}
.tabberlive p {
	margin-left: 20px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 
}

ul.tabbernav li a
{
	margin-left: 20px;
	text-decoration: none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #eaeaea;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px #888;
	box-shadow: 0 0 3px #888;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}

ul.tabbernav li:first-child a
{
	margin-left: 0;

}

ul.tabbernav li a:link { color: #858585; }
ul.tabbernav li a:visited {
	color: #FFF;
	background-color: #eaeaea;
}

ul.tabbernav li a:hover
{
	color: #999;
	background-color: #F2F2F2;
}

ul.tabbernav li.tabberactive a
{
	background-color: #e77812;
	text-transform: uppercase;
	color: #FFF;
	border:none;	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;


}

ul.tabbernav li.tabberactive a:hover
{
	color: #ffd761;
	background-color: #E86211;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	border-top:0;
	background-color: #e77812;
	background-image: url(../imagens/bg_tab.gif);
	background-repeat: no-repeat;
	background-position: top center; /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
	padding-top: 20px;
	padding-bottom: 20px;
	position:relative;
	height:320px/* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display:none;
	line-height: 20px;
}
.tabberlive .tabbertab h3 {
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {

}

.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

ul.promo  {
	margin-top: 20px;
}

ul.promo>li {
	float: left;
	width: 197px;
	height: 300px;
	position:relative;
	margin-left: 20px;
	}
ul.promo>li>img {
	position:absolute;
	top:0; left:0;

	}

ul.promo>li>p {
	background-color:#FFF;
	margin-top: 135px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 25px;
	width: 146px;
	font-size: 12px;
	color: #bdbbbb;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
ul.promo>li>p>span {
	font-size: 15px;
	color: #e77812;
	}
	
ul.promo>li>p>a {
	height: 23px;
	width: 28px;
	background-image: url(../imagens/bt_chamadas.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin-left: 110px;
	}
ul.promo>li>p>a:hover {
	background-image: url(../imagens/bt_chamadas.jpg);
	background-position: 0px -23px;
	}
