
/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#333;
	width: 309px;
	border:1px solid #333;	
	-background:#666;
}

/* accordion header */
#accordion h2 {
	background:url(../images/boxServicosBG.jpg) repeat-x;
	margin:0;
	font-size:14px;
	font-weight:normal;
	border-right:1px solid #777777;
	border-left:1px solid #777777;
	cursor:pointer;
	height:56px;
	text-align:center;
}


#accordion h2 a:hover{
background:url(../images/boxServicosTitHover.png) repeat-x;

}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background:url(../images/boxServicosCurrentBG.jpg) repeat-x;
	border-right:1px solid #5a731e;
	border-left:1px solid #5a731e;
}

/* accordion pane */
#accordion .pane {
	border-right:1px solid #5a731e;
	border-left:1px solid #5a731e;
	display:none;
	height:348px;
	color:#fff;
	font-size:12px;
	text-align:left;
	font-weight:bold;
}

/* a title inside pane */
#accordion .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

.paneBotao a{
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:14px;
font-weight:bold;
text-decoration:none;
text-align:center;
padding: 9px 0px 9px 0px;
margin-left:36px;
background:url(../images/BTbgON.png) no-repeat center left;
width:184px;
height:18px;
display:block;
}

.paneBotao a:hover{
background:url(../images/BTbg.png) no-repeat center left;
color:#ffffff;
}
