#conteudo .bloco-direita {
	width: 480px;
}

#lista-revendas {
	margin-top: 16px;
	margin-left: 4px;
}
#lista-revendas h4 {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: 2px;
	margin-bottom: 3px;
	color: #E5C947;
	cursor: default;
}
#lista-revendas h4 a { color: #E5C947; }
#lista-revendas h4 a:hover {
	text-decoration: underline;
	margin-left: 2px;
}
#conteudo #lista-revendas p {
	font-size: 11px;
	margin-bottom: 2px;
}

#lista-revendas li a.uf {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 4px !important;
	margin-bottom: 1px;
	color: #BD9C00;
}
#lista-revendas li a.uf:hover {
	text-decoration: underline;
	color: #E5C947;
}
#lista-revendas li a.clicked {
	text-transform: uppercase;
	color: #BF732F;
}
#lista-revendas li ul {
	margin: 6px 5px;
	padding-left: 5px;
	display: none;
}
#lista-revendas li ul li {
	padding-bottom: 4px;
	border-bottom: 1px solid #212121;
}
#lista-revendas li ul li span {
	font-weight: bold;
	color: #333;
	font-size: 16px;
	text-align: center;
	display: block;
	float: left;
	width: 7%;
	height: 100%;
	padding: 10px 0;
	cursor: default;
}
#lista-revendas li ul li div.info {
	float: left;
	width: 90%;
}
#lista-revendas li ul li a.bt-mais {
	font-size: 9px;
	display: block;
	margin-top: 6px;
	margin-bottom: 3px;
	color: #545454;	
}
#lista-revendas li ul li a.bt-mais:hover {
	text-decoration: underline;
	color: #E5C947;	
}

.exibe-revenda h3 {
	font-size: 18px;
	display: block;
	margin-bottom: 14px;
}
.exibe-revenda a {
	font-weight: bold;
	color: #E5C947;
}
.exibe-revenda a:hover {
	text-decoration: underline;
}
.exibe-revenda dl {
	margin-left: 3px;
}
.exibe-revenda dl dt {
	font-weight: bold;
	float: left;
	margin-right: 4px;
}
.exibe-revenda .googlemaps {
	margin: 10px 3px;
	margin-bottom: 1px;
	width: 480px;
}
.exibe-revenda .googlemaps a {
	display: block;
	margin-bottom: 5px;
}
.exibe-revenda .googlemaps iframe {
	border: 1px solid #FFF;
}
.exibe-revenda .imagens {
	margin-top: 12px;
}
.exibe-revenda .imagens h4 {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	cursor: default;
}
.exibe-revenda .imagens li {
	float: left;
	margin: 5px 6px;
	display: inline;
}
.exibe-revenda .imagens li img {
	background: #FFF;
	padding: 3px;
	width: 135px;
	height: 101px;
	overflow: hidden;
}
.exibe-revenda .imagens li a:hover img {
	background: #666;
}
.exibe-revenda .voltar {
	margin-top: 20px;
	display: block;
}