/* títulos */
h4 {
	margin-top: 20px;
}

h4.first {
	margin-top: 0;
}

/* links */
#sidebarright a {
	text-decoration: underline !important;
	font-weight: bold !important;
	color: #666 !important;
	text-align: left;
}

#sidebarright a:hover {
	text-decoration: none !important;
}

/* linha horizontal */
#sidebarright hr {
	display: block;
	width: 589px;
	overflow: hidden;
	float: left;
	border: 1px solid #7bcbec;
	margin-bottom: 15px;
	_margin-bottom: 0px;
	*margin-bottom: 0px;
}

/* botoes */
.bt {
	display: block;
	height: 9px;
	text-indent: -9999px
}

.btsaibamais, .btfechar, .btsolicite, .btcadastre  {
	margin-left: 534px;
	width: 55px;
	height: 9px;
}
.btsaibamais {
	background: url(/imagens/buttons/btsaibamaisblue.png) no-repeat;
}

.btfechar {
	background: url(/imagens/buttons/btfechar.png) no-repeat;
}

.btsolicite  {
	background: url(/imagens/buttons/btsoliciteagorablue.png) no-repeat;
	width: 78px;
}

.btcadastre  {
	background: url(/imagens/buttons/btcadastreempresablue.png) no-repeat;
	width: 110px;
}

.bt_acesse_agora_blue {
	float: right;
	width: 85px;
	margin: 0 0 20px 0;
	background: url(/imagens/buttons/bt_acesse_agora_blue.gif) left top no-repeat 
}

.bt_cadastrese_agora {
	float: right;
	width: 105px;
	margin: 0 0 20px 0;
	background: url(/imagens/buttons/bt_cadastrese_agora.gif) left top no-repeat 
}

/* estrutura */
.generic {
	display: block;
}

	.generic dl {
		width: 589px;
		text-align: justify;
	}
	
	.generic dl dt {
		font-weight: bold;
		color: #00A1E2;
		padding-top: 5px;
	}
	
	.generic dl dt sup {
		color: #00A1E2;
	}
	
	.generic dl dd {
		padding: 10px 0;
	}
	
	.generic ul {
		width: 589px;
	}
	
	.generic ul li {
		background: url(/imagens/bluearrow.png) 0 12px no-repeat;
		padding: 10px;	
	}
	
	.generic p {
		padding-bottom: 12px;
	}
	
	.generic p.btn {
		margin-top: -18px;
		position: relative;
	}
	
	#sidebarright .generic .desc {
		display: none;
	}
	
	
	

	
	
