/* Os estilos de cada info vão neste CSS */

#coluna-esquerda {
	width:380px;
	float:left;
	height:500px;
	overflow:auto;
	background:#eceae7;
}
#coluna-direita {
	width:554px;
	float:right;
}
#map_canvas {
	width:554px;
	height:500px;
}
.latlon { display:none; }
#tabela_postos table {
	border-collapse:collapse;
	border:1px solid #eceae7;
	width:100%;
	*width:auto;
}
#tabela_postos table th {
	border-bottom:2px solid #eceae7;
	border-collapse:collapse;
	padding:13px 5px;
	background:#f5f4f2;
	cursor:pointer;
	color:#5d5850;
}
#tabela_postos table th.titulo-endereco {
	text-align:left;
}
#tabela_postos table th.gasolina {
	text-align:center;
	background:#d09695;
	background:#f5f4f2;
	width:64px;
	color:#b33e3e;
}
#tabela_postos table th.etanol {
	text-align:center;
	background:#b0cbdc;
	background:#f5f4f2;
	width:59px;
	color:#4e96bf;
}
#tabela_postos table th.gasolina.sorting_asc, #tabela_postos table th.gasolina.sorting_desc {
	background:#d09695 url(info/desc.gif) no-repeat center 30px;
	color:#fff;
}
#tabela_postos table th.gasolina.sorting_desc {
	background:#d09695 url(info/asc.gif) no-repeat center 30px;
}
#tabela_postos table th.etanol.sorting_asc, #tabela_postos table th.etanol.sorting_desc {
	background:#b0cbdc url(info/desc.gif) no-repeat center 30px;
	color:#fff;
}
#tabela_postos table th.etanol.sorting_desc {
	background:#b0cbdc url(info/asc.gif) no-repeat center 30px;
}
#tabela_postos table td {
	border-bottom:1px solid #eceae7;
	border-collapse:collapse;
	padding:10px 5px;
	background:#fff;
}
#tabela_postos table td.titulo-endereco {
	color:#7f7871;
	cursor:pointer;
}
#tabela_postos table td.titulo-endereco .titulo {
	font-size:11px;
	font-weight:bold;
}
#tabela_postos table td.titulo-endereco .endereco {
	font-size:10px;
}
#tabela_postos table td.gasolina, #tabela_postos table td.etanol {
	text-align:center;
	padding:10px 10px;
	font-size:18px;
	font-weight:bold;
	color:#b33e3e;
	background:#eddedc;
	background:#f0eeec;
}
#tabela_postos table td.gasolina.sorting_1 {
	background:#eddedc;
}
#tabela_postos table td.etanol {
	color:#4e96bf;
	background:#e0e8ec;
	background:#f0eeec;
}
#tabela_postos table td.etanol.sorting_1 {
	background:#e0e8ec;
}
.infoWindowContent{
	width:290px;
	height:150px;
}
.infoWindowContent h2 {
	font-size:18px;
	color:#7f7871;
	margin:0 0 5px 0;
}
.infoWindowContent h3 {
	font-size:14px;
	color:#beb7af;
	margin:0 0 5px 0;
}
.infoWindowContent h4 {
	font-size:14px;
	margin:0 0 5px 0;
}
.infoWindowContent h4.gasolina {
	color:#c34848;
}
.infoWindowContent h4.etanol {
	color:#4e96bf;
}
.dataTables_length, .dataTables_filter, .dataTables_info { display:none; }

#combo-box { position:absolute; left: 175px; top:14px; }

#combo-box select { border:1px solid #beb7af; font-size:12px; padding:1px 0; font-family:Arial, Helvetica, sans-serif; color:#5d5850; }




#conteudo.capa { width:980px; }
.capa h2 a{
	font-size : 16px;
	width : 302px;
	height : 50px;
	line-height : 50px;
	background-color : #ff9900;
	color : #fff;
	text-align : center;
	float : left;
	margin : 15px 10px 20px 0;
	border : 1px solid #ff9900;
	text-decoration:none;
}
.capa h2 a:hover{
	background-color : #fff;
	color : #ff9900;
}
