﻿@charset "utf-8";

body, html, form { 
	height: 100%;
	margin: 0;
	padding: 0
}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #111;
}

/* --- Titulos --- */

h1, h2, h3, h4 { 
	font-size: 26px;
	color: #111;
	font-weight: bold;
	margin: 0;
}

h2 {
	margin: 0;
	font-size: 24px;
	padding: 0 0 0 10px;
}

h3 {
	margin: 0;
	padding: 2px 0 3px 10px;
	font-size: 20px;
	color: #444;
}

h4 {
	margin: 0;
	padding: 4px 0 6px 10px;
	font-size: 18px;
	color: #444;
}

.titulo {
	font-size: 22px;
	padding: 0;
	border-bottom: 2px solid #A9B5C1;
	color: #222;
	width: auto;
	margin: 0 0 5px 0;
	clear: both;
}

a {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #222;
}

a:hover {
	text-decoration: underline;
	color: #222;
}

/* --- Imagens --- */

img.float-left {
	margin: 10px 10px 10px 0px;
	float: left;
	padding: 2px;
	background: #F0F0F0;
}

a img.float-left {
	margin: 10px 10px 10px 0px;
	float: left;
}

a:hover img.float-left {
	margin: 10px 10px 10px 0px;
	float: left;
	background: #A9B5C1;
}

img.float-right {
	margin: 10px 0px 10px 10px;  
	float: right;
	padding: 2px;
	background: #F0F0F0;
}

a img.float-right {
	margin: 10px 0px 10px 10px;
	float: right;
}

a:hover img.float-right {
	margin: 10px 0px 10px 10px;
	float: right;
	background: #A9B5C1;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0 0 0 10px;
}

p {
	margin: 0;
	padding: 0;
	text-align: left;
}

hr {
	border: 2px solid #DCDCDC;
	clear: both;
	margin: 10px 0 10px 0;
}

.textosecoes {
	margin: 0;
	padding: 10px;
	text-align: left;
	color: #111;
}

.textomarcador {
	margin: 0 0 0 60px;
	list-style: disc;
	padding: 0;
}

#Container {
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
	min-height: 100%; /* Para browsers modernos */
	height: auto !important; /* Para browsers modernos */
	height: 100%; /* Para o IE6 */
	padding: 0;
	text-align: left;
}

/* --- Topo --- */

#Header {
	height: 120px;
	margin: 0;
	width: 960px;
	padding:0;
	float: left;
	display: block;
	clear: both;
}

#Header h1 {
	float: left;
	color: #444;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	margin: 0;
	width: auto;
	height: auto;
	padding: 0;
	left: 0;
	top: 0;
}

.textoend {
	white-space: normal;
	font-size: 12px;
	padding: 0;
	text-align: right;
}

/* --- NavHoriz --- */

.NavHoriz {
	float: left;
	display: block;
	margin: 0; 
	padding: 12px 10px 10px 10px; 
	width: 940px;
	height: 18px;
	background: #111;
}

.NavHoriz ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}

.NavHoriz li {
	padding: 0; 
	margin: 0; 
	height: 40px; 
	display: inline;
}

.NavHoriz ul li:first-child {border-top: none;}
.NavHoriz ul li:last-child {border-bottom: none;}

.NavHoriz li a {
	padding: 5px; 
	height: 30px;
	font: 14px Arial, Helvetica, Verdana, sans-serif;
	color: #FFF; 
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
	text-shadow: #000 0 1px 0;
}

.NavHoriz li a:hover {
	text-decoration: none;
	background: #222;
}

.NavHoriz li a:active {
	position: relative;
  	top: 1px;
}

/* --- Menu --- */

.menu {
	margin: 0 0 10px 0; 
	padding: 0; 
	width: 220px;
	clear: both;
}

.menu ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}

.menu li {
	padding: 0; 
	margin: 0 0 1px 0; 
	height: auto; 
	display: block;
	height: 40px;
}
/*
.menu ul li:first-child {border-top: none;}
.menu ul li:last-child {border-bottom: none;}*/

.menu li a {
	text-align: right; 
	height: 20px; 
	padding: 10px 5px 10px 5px;
	font: 15px Arial, Helvetica, Verdana, sans-serif;
	color: #111; 
	display: block; 
	text-decoration: none;
	white-space: nowrap;
	text-shadow: #FFF 0 1px 0;
	background: url(imagens/menu.png) no-repeat;	
}

.menu li a:hover {
	color: #444;
	text-decoration: none;
	text-shadow: #FFF 0 1px 0;
	background: url(imagens/menu.png) 0 -40px no-repeat;
}

.menu li a:active {
	position: relative;
  	top: 1px;
}

/* --- Meio --- */

#LeftSideHome {
	float: left;
	padding: 10px;
	margin: 0;
	width: 220px;
	height: auto;
	background: #FFF;

}

#RightSideHome {	
	background: #FFF url(imagens/fullwidth_breaker.png) no-repeat top center;
	float: right;
	padding: 10px;
	margin: 0;
	width: 700px;
	height: auto;
}

#RightSideHome button {
	float: right;
}

#Main {
	background: #FFF;
	float:left;	
}

.LeftBox {
	float: left;
	margin: 0 0 5px 0; 
	padding: 0 0 5px 0; 
	width: 220px;
	height: auto;
	clear: both;
	border-bottom: 1px solid #ddd;
}

#EnderecoBox {
	float: left;
	padding: 10px;
	margin: 0;
	width: 680px;
	height: auto;
	display: block;
	text-align: left;
	border: 1px solid #E1E1E1;
	background: #F0F0F0;
	clear: both;
}

#EnderecoBox .ico_map {
	margin: 2px 0 1px 0;
	font-size: 14px;
	padding: 5px 0 5px 20px;
	background: url("imagens/ico_map.png") 0 4px no-repeat;
	font-weight: normal;
	border-bottom: 1px solid #E1E1E1;
}

#EnderecoBox .ico_phone {
	margin: 2px 0 1px 0;
	font-size: 14px;
	padding: 5px 0 5px 20px;
	background: url("imagens/ico_phone.png") 0 4px no-repeat;
	font-weight: normal;
	border-bottom: 1px solid #E1E1E1;
}

#BannerContent {
	margin: 0 auto;
	width: 468px;
	height: 60px;
	float: left;
	clear: both;
}

#RightSideSlide {
	float: left;
	padding: 0;
	width: 670px;
	height: auto;
	margin: 0 0 10px 0;
	display: block;
}

/* --- Destaques --- */

#Destaques {	
	background: #F5F5F5;
	float: left;
	padding: 10px;
	margin: 0;
	width: 700px;
	height: auto;
}

.FilialTitle {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	background: /*url(imagens/bg_h2.png) no-repeat left*/;
}

.FilialTitle a {
	float: left;
	width: 695px;
	height: 28px;
	padding: 3px 0 0 5px;
	margin: 0;
	color: #FFF;
	font-size: 18px;
	display: inline;
	background: url(mmenuskins/skins/images/bg_grey.png) repeat-x;
	text-shadow: #000 0 1px 0;
}

.FilialTitle a:hover {
	text-decoration:none;
	color: #E1E1E1;
	
}

.box_destaques {
	width: 165px;
	height: 170px;
	float: left;
	display: inline;
	padding: 0;
	margin: 5px;	
	border-top: 1px solid #E1E1E1;
	background: #FFF;
}

.box_destaques:hover {
	border-top: 1px solid #CCC;
	background: #F0F0F0;
}

.img_destaque {
	float: left; 
	margin: 5px 0 0 5px;
	width: 90px;
	height: 68px;
	padding:1px;
	background: #FFF;
	display: inline;
}

.img_destaque:hover {
	background: #CCC;
	width: 90px;
	height: 68px;
}

.texto_destaque a {
	float: left;
	margin: 5px 0 0 5px;
	padding: 0;
	display: inline;
	white-space: nowrap;
	clear: both;
	font-weight: normal;
	font-size: 12px;
	text-shadow: #FFF 0 1px 0;
	width: 155px;
	color: #222;
}

.texto_destaque a:hover {
	text-decoration: none;
	color: #444;
}

.preco {
	color: #003399;
	font-weight: bold;
}

.clear {
	clear: both;
}

.verdetalhes {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}

.verdetalhes a {
	background: url(imagens/verdetalhes.png) no-repeat;	
	width: 145px;
	height: 18px;
	float: left;
	padding: 2px 0 0 20px;
	margin: 0;
	font-size: 11px;
	color: #333;
	text-shadow: #FFF 0 1px 0;
}

.verdetalhes a:hover {
	background: url(imagens/verdetalhes.png) 0 -20px no-repeat;	
	color: #990000;
}

/* --- Notícias --- */

.newshome {
	margin: 2px 0 1px 0;
	font-size: 13px;
	padding: 3px 0 3px 12px;
	background: url("imagens/setinha-boxes.png") 1px 6px no-repeat;
	font-weight: normal;
	border-bottom: 1px solid #E1E1E1;
}

.vermais {
	float: right;
	display: inline;
	clear: both;
	margin: 5px 0 5px 0;
}

.vermais a {
	background: url("imagens/smallbutton.png") no-repeat;
	display: inline-block;
	width: 120px;
	line-height: 20px;
	padding: 0;
	font-size: 13px;
	color: #990000;
	font-weight: normal;
	text-align: center;
	text-shadow: #fff 0 1px 0;
}

.vermais a:hover {
	color: #111;
	text-shadow: #fff 0 1px 0;
	text-decoration:none;
}

.vermais a:active {
	background: url("imagens/smallbutton.png") 0 -20px no-repeat;
	position: relative;
  	top: 1px;
}

/* --- Menu --- */

.news {
	margin: 20px 0 10px 0; 
	padding: 0; 
	width: 100%;
	clear: both;
}

.news ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}

.news li {
	padding: 10px 0 10px 0; 
	margin: 0; 
	height: auto; 
	display: block;
	height: auto;
	font-size: 14px;
	border-bottom: 1px solid #E1E1E1;	
}
/*
.menu ul li:first-child {border-top: none;}
.menu ul li:last-child {border-bottom: none;}*/

.news li a {
	margin: 0;
	padding: 10px 0 10px 0;
	font-weight: normal;
	color: #222;
}

.news li a:hover {
	text-decoration: underline;
}

.news li a:active {
	position: relative;
  	top: 1px;
}

.cat {
	background: #e1e1e1 url("imagens/setinha-boxes.png") 1px 5px no-repeat;
	float: right;
	padding: 2px 0 2px 10px;	
	margin: 0;
	font-size: 12px;
}

.botaopadrao {
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent url("imagens/buttons.png") 0 -30px no-repeat;
	width: 110px;
	height: 30px;
	float: left;
	color: #FFF;
	font: bold 17px Arial, Helvetica, sans-serif;
	text-shadow: #000 0 -1px 0;
	text-align: left;
}

.botaopadrao:hover { 
	background: transparent url('imagens/buttons.png') 0 -30px no-repeat;
	cursor: pointer;
}

.botaopadrao:active {
	background: transparent url('imagens/buttons.png') 0 -30px no-repeat;
	position: relative;
	top: 1px;
}


/* --- Footer --- */

#Footer {
	font-size: 12px;
	font-weight: normal;
	color: #222;
	text-align: center;
	width: 100%;
	height: 25px;
	padding: 10px 0 0 0;
	clear: both;
	text-shadow: #FFF 0 1px 0;
	background: #E1E1E1;
}

#Footer a {
	color: #222;
}

/* --- Pagina Localização --- */

#mapa_imagem {
	float: left;
	width: 690px;
	height: 350px;
	margin: 5px 0 0 0;
	padding: 5px;
	background: #E1E1E1;
	display: inline;
}

#mapinha {
	float: right;
	width: 240px;
	height: 244px;
	margin: 0;
	padding: 0;
}

/* --- Pagina Estoque --- */

.price {
	font-weight: bold;
}

#tabelaestoque {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

#tabelaestoque th {
	text-align: left;
	color: #FFF;
	background: #666;
	padding: 5px;
	text-shadow: #444 0 1px 0;
}

#tabelaestoque, tabelaestoque td {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

.tabelaestoque_linha {
	background: #F0F0F0;
	padding: 10px;
}

.img_tabela {
	float: left; 
	margin: 0;
	width: 90px;
	height: 68px;
	padding: 5px;
	background: #FFF;
}

.img_tabela:hover {
	background: #222;
	width: 90px;
	height: 68px;
}

/* --- Paginação --- */

.paginacao {
	text-align: center;
	padding: 5px 0;
	margin: 10px 0 5px 0;
	cursor: default;
	width: auto;
	clear: both;
	font-size: 13px;
	color: #222;
}
	
.paginacao a {
	padding: 5px 10px;
	background: #666;
	color: #FFF;
}

.paginacao a:hover {
	background: #FFF;
	color: #000;
	text-decoration: none;
}

.paginacao a.atual,
.paginacao a.atual:hover {
	background: #FFF;
	color: #000;
	text-decoration: none;
	cursor: default;
}

/* --- Pagina Pesquisa Avançada --- */

.AvancadaForm {
	float: left;
	display: block;
	border: 0;
	width: auto;
	margin: 0;
	padding: 0;
}

.AvancadaForm fieldset {
	border: solid 1px #E1E1E1;
	padding: 10px;
	margin: 0;
}

.AvancadaForm legend {
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
}

.AvancadaForm .labeltitulo {
	float: left;
	display: block;
	width: auto;
	font-size: 13px;
	margin: 0;
	padding: 5px;
	text-align: right;
}

.AvancadaForm input {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	margin: 2px;
	width: 135px;
	border: solid 1px #CCC;
}

.AvancadaForm select {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	margin: 2px;
	width: 140px;
	border: solid 1px #CCC;
}

.AvancadaForm select:hover {
	border: solid 1px #FFAC00;
}



.AvancadaForm textarea {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
	margin: 3px;
	border: solid 1px #CCC;
}

/* --- Pagina Links --- */

.links {
	background: url("imagens/bullet_black.gif") no-repeat;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}

.linkstitulo {
	background: #E1E1E1 url("imagens/bullet_black.gif") 0 3px no-repeat;
	margin: 25px 5px 10px 5px;
	padding: 2px 0 2px 20px;
	list-style-type: none;
	font-weight: bold;
}

.linkstexto {
	background: #FFF;
	margin: 5px;
	padding: 0 0 0 20px;
	list-style-type: none;
	font-size: 11px;
}

/* --- Ícones --- */

#Icones {
	background: #FFF;
	float: left;
	padding: 0;
	margin: 10px 0 15px 0;
	width: 310px;
	height: 66px;
	display: block;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
}

#Icones ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}

#Icones ul li {
	float: left;
	width: 56px;
	height: 66px;
	text-align: center;
	margin: 0;
	color: #000;
	font-size: 12px;
	display: inline;
}

#Icones ul li a:active {
	position: relative;
  	top: 1px;
}

#Icones p {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	text-shadow: #FFF 0 1px 0;
	background: #F0F0F0;
}

#Icones ul li .contato {
	background: url("imagens/listaicones.gif") no-repeat;
	float: left;
	width: 56px;
	height: 66px;
}

#Icones ul li .fone {
	background: url("imagens/listaicones.gif") -56px no-repeat;
	float: left;
	width: 56px;
	height: 66px;
}

#Icones ul li .nextel {
	background: url("imagens/listaicones.gif") -112px no-repeat;
	float: left;
	width: 56px;
	height: 66px;
}

#Icones ul li .financie {
	background: url("imagens/listaicones.gif") -168px no-repeat;
	float: left;
	width: 56px;
	height: 66px;
}

#Icones ul li .estoque {
	background: url("imagens/listaicones.gif") -224px no-repeat;
	float: left;
	width: 56px;
	height: 66px;
}

/* --- Tabela Detalhes Veículo --- */

.table_produto {
	border: none;
	background: #FFF;
	padding: 0px;
	margin: 0 4px 5px 0;
	float: left;
}

.table_produto tr {
	text-align: right;
}

.table_produto tr.linha {
	background: #E1E1E1;
}

.table_produto td {
	width: 180px;
	text-align: left;
	padding: 5px;
}

.table_produto th {
	width: 120px;
	text-align: right;
}

/* --- Acessórios / Observações --- */ 

#BoxAce {
	width: 350px;
	float: left;
	height: auto;
	padding: 5px 0 5px 0;
	margin: 0;
}

.acessorios {
	padding: 0 5px 0 10px;
	font-size: 12px;
	margin: 0 0 0 10px;
	background: url("imagens/arrow_green.png") 0 4px no-repeat;
	list-style: none;
	float: left;
	width: 145px;
	display: inline;
}

#BoxOb {
	width: 350px;
	float: left;
	height: auto;
	padding: 5px 0 5px 0;
	margin: 0;
}

#BoxOb p {
	padding: 0 5px 0 10px;
	font-size: 12px;
}

/* --- Tabs Empresa  ---*/

/* Style for Usual tabs */
.usual {
	background:#E1E1E1;
	color:#111;
	padding:0;
	width:100%;
}

.listyle {
	list-style:none; 
	float:left;
	font-weight:bold;
	text-shadow: #FFF 0 1px 0;
}

.listyle a {
	display:block;
	padding:10px;
	text-decoration:none!important;
	margin:1px;
	margin-left:0;
	color:#222;
	background:#E1E1E1;
	font-size: 14px;
}

.listyle a:hover {
	color:#444;
}
  
.listyle a.selected {
	margin-bottom:0;
	color:#000;
	background:snow;
	border-bottom:1px solid snow;
	cursor:default;
}
  
.usual div {
	*padding-top:10px;
	*margin-top:-15px;
	clear:left;
	background:snow;
}

#tabs1, #tabs2, #tabs3, #tabs4, #tabs5, #tabs6 {
	padding-top: 10px;	
}

/* --- Formulário de Proposta --- */

#RightSideHome fieldset  {
	float: left;
	display: block;
	width: 680px;
	border: 0;
	padding: 0;
	margin: 0;
	background: #FFF;
}

#RightSideHome label {
	float:left;
	display: block;
	width: 215px;
	font-size: 14px;
	margin: 0;
	padding: 5px;
}

#RightSideHome label:hover {
	background: #F0F0F0;
	text-shadow: #FFF 0 -2px 0;
}

#RightSideHome label input {
	width: 200px;
	border: solid 1px #CCC;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}

#RightSideHome input:hover {
	border: solid 1px #FFAC00;
}

#RightSideHome label span {
	color: gray;
	font-size: 10px;
}

#RightSideHome .textarea {
	float: left;
	display: block;
	width: 670px;
	margin: 0;
	padding: 5px;
}

#RightSideHome textarea {
    border: solid 1px #CCC;
	width: 660px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 2px;
	font-size: 12px;
}

#RightSideHome textarea:hover {
	border: solid 1px #FFAC00;
}

/* --- Galeria de fotos --- */	

img {
	border: 0;
}

#fundo-galeria {
	height: auto;
	width: 360px;
	float: left;
	min-height: 240px;
	background: #FFF;
	margin: 0 10px 0 0;
	padding: 0; 
}
	
.show-img a {
	width: 320px;
	height: 240px;
	background: #F0F0F0;
	float: left;
	margin: 0;
	display: inline;
	padding: 4px;
}

.show-img a:hover {
	background: #A9B5C1;
}
	
#box-thumbs {
	margin: 0;
	height: auto;
	width: 100%;
	padding: 5px 0 0 0;
	float: left;
	display: inline;
}
	
.thumbs {
	margin: 0;
	padding: 2px 2px 0 0;
	float: left;
	list-style-type: none;
	display: inline;
}

.thumbs a img {
	background: #F0F0F0;
	padding: 2px;
}
	
.thumbs a:hover img {
	background: #A9B5C1;
}

#LinksHome {
	float: left;
	padding: 0 0 0 5px;
	margin: 5px 0 5px 0;
	height: auto;
	display: inline;
	width: 220px;
	text-align: left;
}

.banners {
	float: left;
	width: 140px;
	height: 61px;
	margin: 0 0 0 35px;
	padding: 2px;
	display: inline;
}

/* --- Pagina Ficha Financeira --- */	
	/* Estilos vem aqui */
	
#form_ficha {
	margin: 0;
	padding: 5px;
	width: 650px;
	float: left;
}	
	
#form_ficha p {
	margin: 5px;
	width: 650px;
	float: left;
}

#form_ficha label span {
	font-size: 10px;
}

#form_ficha .etiqueta {
	float: left;
	width: 100px;
}

#form_ficha .radio input {
	float: left;
}

#form_ficha .radio label {
    width: auto;
	float: left;
}

#form_ficha .etiqueta2 {
	float: left;
	width: 70px;
	width: 200px;
}

#form_ficha input {
	font-size: 12px;
}

#form_ficha .nome_con {
	font-size: 12px;
    width: 220px;
}

#form_ficha h4 {
	margin: 0;
	padding: 15px 0 5px 5px;
	font-size: 18px; 
	float: left;
	width: 95%;
	color: #222;
}

#form_ficha button {
	float:right;
}

/* Banners Patrocínio Esquerda */
.bpatrocinio{  
	float: left; 
    width:   220px;
	height: auto;  
    padding: 0;  
    margin:  0 0 5px 0;  
} 
 
.bpatrocinio img {  
    padding: 0;  
	margin: 0;
    width:  220px; 
    height: auto; 
    top:  0; 
    left: 0 
}

#nav {
	float:right;
	padding:0;	
	margin: 0;
}

#nav:hover {
	padding:0;	
	margin:0;
}

#nav a {
	display:block; 
	width:25px; 
	height:20px;
	text-indent:-999em;
	outline:0;
}

a#prev2 {
	background:url(imagens/arrows.png) 0 -20px no-repeat; 
	float: left;
}

a#prev2:hover {
	background:url(imagens/arrows.png) 0 0 no-repeat;
}

a#prev2:active {
	background:url(imagens/arrows.png) 0 0 no-repeat;
	position: relative;
  	top: 1px;
}

a#next2 {
	background:url(imagens/arrows.png) -25px -20px no-repeat; 
	float: right;
}

a#next2:hover {
	background:url(imagens/arrows.png) -25px 0 no-repeat;
}

a#next2:active {
	background:url(imagens/arrows.png) -25px 0 no-repeat;
	position: relative;
  	top: 1px;
}

.clear {clear:both}