 body, html {
	margin:0;
	padding:0;
}

body {
	background-color: #fff;
	font: normal normal normal x-small/normal arial, helvetica, freesans, sans-serif;
	font-size: 1em;
}

a {
	font-weight: bold;
	color: #777;
	text-decoration: underline;
}

table th {
	text-align: center;
	color: #fff;
	background-color: #999;
	font-weight:bold;
}

#container {
	text-align: left;
	width: 972px;
	border: 0;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	text-align:center;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top:10px;
	padding-bottom:0px;
	background-color: #ffffff;
}

#header h1 {
	font-size: 1.3em;
}

#header h1, #header h1 a {
	color: #777;/*rgb(0, 102, 255);*/
	text-decoration: none;
}

#form-busca .search-box-sem-dica {
	font-size: 1.1em;
	color: #555;
}

#form-busca .search-box-com-dica {
	font-size: 1.1em;
	color: #ccc;
}

#button-submit {
	font-size: 1.1em;
	color: #555;	
}

#breadcrumb  {
	padding: 5px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	background-color: #eee;
	font-size: 0.7em;
	font-weight: bold;	
	color: #666;
}

#updated_at {
	float: right;
}

h2 .logo {
	font-size: 1.2em;
	color: #444;
	margin-top: 30px;
}

.logo a {
	text-decoration: none;
}

#content  {
	background-color: #ffffff;
}

#content h1 {
	font-size: 1.3em;
	text-align: center;
	color: #666;
	margin-top: 30px;
}

#coluna-dir,
#coluna-esq {
	margin-top: 20px;
	heigth: 500px;
}

#coluna-esq {
	float: left;
	width: 425px;
	text-align: center;
	color: #444;
}

#coluna-esq p {
	font-size: 90%;
}

#coluna-dir {
	float: right;
	width: 542px;
	padding: 0px;
	margin-left: 0px;
}

#postos-table  {
	width: 100%;
}

#postos-table th.sortDesc:after,
#postos-table th.sortAsc {
	text-decoration:underline;
}

#postos-table th.sortDesc:after,
#postos-table th.sortAsc:after {
	content: '\00bb';
}

#postos-table th {
	margin: 0px;
	color:#fff;
	font-size: .7em;
	font-weight:bold;
	padding:4px;
	padding-top:7px;
	padding-bottom:7px;
	border-right:1px solid #fff;
	cursor:pointer;
}

#postos-table .posto-header {
	background-color: #999;
}

#coluna-esq a {
	color:white;
	text-decoration:none;
}

#postos-table .preco {
	width: 45px;
	text-align: center;
}

.bg-alcool {
	background-color: rgb(96, 127, 3);
}

.bg-gasolina {
	background-color: rgb(231, 2, 2);
}

.bg-diesel {
	background-color: rgb(255, 153, 0);
}

.bg-gas {
	background-color: rgb(0, 102, 255);
}

#postos-table .th-gas {
	padding-right: 14px;
}
#postos-table tr {
	cursor:pointer;
}

#postos-table tr.odd {
	background-color: #eee;
}

#postos-table tr.selected {
	background-color: #bfb;
}

#postos-table tr.highlight {
	background-color: #ffa;
}

#postos-table td {
	margin: 0px;
	font-size: 1.2em;
	text-align: right;
	font-weight:bold;
	padding:4px;
}

#postos-table .posto {
	font-size: 0.7em;
	text-align: left;
	font-weight: bold;
	color: #555;
}

#inicial {
	text-align: justify;
}

#inicial p {
	margin: 0 50px 0px 20px;
	line-height: 125%;
}

#ajuda-table {
	width: 90%;
}

#ajuda-table .icone {
	width: 20%;
}

#ajuda-table td {
	padding-bottom: 20px;
}

#pop-up {
	position: absolute;
	z-index:1;
	top: -999px;
	left: -999px;
	width: 250px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;	
}

#pop-up-close {
	margin: 1px;
	padding: 1px;
	border: 1px solid #ccc;
	color: #ccc;
	float: right;
	cursor: pointer;
	width: 10px;
	height: 10px;
	font-size:9px;
	font-weight:bold;
	text-align:center;
	width:10px;
}

#pop-up-posto {
	font-size: 0.9em;
	color: #666;
	text-align:left;
	font-weight: bold;
}

#pop-up-logo {
	width: 50px;
	text-align: left;
	vertical-align: top;
}

#pop-up-logo img {
	width: 42px;
	height: 42px;
}

#pop-up-endereco {
	font-size: 0.7em;
	color: #444;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
}

#pop-up table {
	color: #fff;
	text-align: center;
	margin-top: 4px;
}

#pop-up-table-top {
	width: 234px;
	margin-bottom: 8px;
}

#pop-up-table-bottom {
	width: 100%;
}

#pop-up-table-bottom .data{
	color: #555;
	font-size: 0.55em;
}

#pop-up table th {
	font-size: 0.7em;
}

#pop-up table .preco {
	font-weight: bold;
	font-size: 1.2em;
}

#pop-up-mais-info {
	font-size:0.65em;
	margin:0;
	color:#666;
	text-decoration:underline;
	text-align:right
}

#pop-up-mais-info a {
	font-weight: normal;
}

#postos {
	overflow-y: auto;
	height: 500px;
}
	
#mapa {
	width: 100%;
	height: 500px;
}

.clear {
	clear: both;
}

#menu {
	margin-top:10px;
	font-size: .8 em;
	border-top: 1px solid #ccc;/*rgb(96, 127, 3);/*/
}

#menu-localidade {
	clear:both;
	margin-top: 20px;
	font-size: 0.8em;
	background-color: #eee;
	font-weight: bold;	
	color: #666;/* rgb(96, 127, 3); */
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#localidades {
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	color: #666;/* rgb(96, 127, 3); */
}

#localidades td {
	width:25%;
	padding-left: 10px;
}

#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0.8em;
	text-align: center;
}

#footer #redes_sociais {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: #cccccc 1px solid;
}

.alcool {
	color: rgb(96, 127, 3);
}

.gasolina {
	color: rgb(231, 2, 2);
}

.diesel {
	color: rgb(255, 153, 0);
}

.gas {
	color: rgb(0, 102, 255);
}

#lista-postos {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	color: #666;
}

#lista-postos th {
	text-align: left;
	padding: 5px;
}

#lista-postos th.preco {
	cursor: pointer;
}

#lista-postos th.sortDesc,
#lista-postos th.sortAsc {
	text-decoration:underline;
}

#lista-postos th.sortDesc:after,
#lista-postos th.sortAsc:after {
	content: '\00bb';
}

#lista-postos th.preco {
	text-align: center;
	width: 9%;
}

#lista-postos th.posto {
	width: 35%;
}

#lista-postos td {
	padding: 5px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #ddd;
}

#lista-postos td.bandeira {
	width: 42px;
}

#lista-postos td.posto {
	font-weight: bold;
	font-size: 1em;
}

#lista-postos td.endereco {
	font-size: 0.8em;
}

#lista-postos td.preco {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}

#lista-postos tbody tr:hover {
	background-color: #ffa;
}

#lista-postos .table-preco {
	width: 100%;
}

#lista-postos .table-preco td {
	padding: 0px;
	border: 0px;
}

#lista-postos .table-preco .data {
	font-size: 0.55em;
	color:#aaa;
	font-weight: normal;
}

.openid-text-box {
	background: #FFFFFF url('/images/icons/openid-icon-small.gif') no-repeat scroll 0pt 50%;
	padding-left: 18px;
	width: 250px;
}

.pagination {
	width: 100%;
	text-align: center;
	color: #000;
	font-weight: bold;
}

.pagina {
	margin: 0% 15% 3% 15%;
}

.pagina h2 {
	font-size: 1.1em;
	color: #444;
	margin-top: 30px;
}

.pagina p {
	font-size: 0.9em;
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: justify;
}