*{
	text-decoration:none;
	list-style-type:none;
	margin:0;
	padding:0;
}

body{
	font:normal 11px/16px Arial, verdana;
	color:#000;
	background: #fff;
}

img{border:none;}

a{outline:none;}	

a:link, a:visited{
	color:#000;
}	

a:hover{
	text-decoration:underline;
}	

p{
	padding-bottom:10px;
}

h3{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom:10px;
}

/* Posts */

.post{
	padding: 0 0 10px 0;
	clear: both;
}

.post .img{
	float:left;
	padding:0 8px 0 0;
}	

/* Inputs */

label {
	float:left;
	width: 120px;
	text-align: right;
	padding-right: 20px;
	margin-right: 10px;
}

.obrigatorio {
	background: url(../imagens/obrigatorio.gif) no-repeat;
	background-position: right;
}

.margin_button{
	margin: 20px 0 20px 150px;
}

.input {
	background: #fff;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	border: 1px solid #C3C3C3;
}

.focus {
	background: #eee;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	border: 1px solid #C2BDB1;
}

.input_select {
	background: #fff;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	border: 1px solid #C3C3C3;
}

.button {
	font: bold 11px Arial, Verdana;
	background: #eee;
	color: #333333;
    border: 3px double #ccc;
    padding: 2px 16px;
    font-size: 11px;
}

span.error { 
	float: none; 
	color: red; 
	padding-left: 5px; 
	vertical-align: top; 
}

/* Configurações */

.right{
	float: right;
}

.left{
	float: left;
}

.center{
	text-align: center;
}

input{
	vertical-align: top;
}

.img_border{
	border: 3px solid #ccc;
	padding: 3px;
	background: #fff;
}

.img_float{
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0 4px 4px 0;
	background: #fff;
	float: left;
}

/* Layout */

#topo{
	width: 100%; 
	height:125px; 
	background:url(../imagens/bg_top.jpg) repeat-x; 
}

#topo_login{
	width: 100%;
	height: 28px;
	background-color: #162254;
}

#login_intranet{
	width: 1000px;
	margin: 0 auto;
}

#login_intranet .input_login{
	background: #fff;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 1px;
	border: 1px solid #C3C3C3;
	margin-top: 4px;
}	

#login_intranet p{
	color: #fff;
	float: right;
	padding: 6px 6px 0 0;
}

#login_intranet p a{
	color: #fff;
}	

#geral{
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	min-height: 360px;
}

#sidebar{
	width: 230px;
	float: left;
	padding: 10px;
}

#sidebar ul {
	width: 220px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#sidebar ul li {
	margin: 0px;
	padding: 0px;
}

#sidebar ul li a {
	display: block;
	background: url(../imagens/arrow.gif) no-repeat center left;
	border-bottom: 1px solid #ccc;
	padding: 6px 0px 6px 20px;
	text-decoration: none;
	width:100%;
}

#sidebar ul li a:hover, 
#sidebar ul li a:focus {
	background-color: #eeeeee;
}

#sidebar h4{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom:10px;
}

#sidebar_dir{
	width: 200px;
	float: right;
	padding: 10px;
}

#conteudo_dir{
	width: 700px;	
	float: left;
	padding: 10px;
}

#rodape{
	width: 100%;
	height: 200px;
	background: #D9E0E6;
	clear: both;
}

#rodape_center{	
	width: 1000px;
	margin: 0 auto;
} 

#login{
	width: 340px;
	margin: 0 auto;
	border: 4px solid #D9E0E6;
	padding: 10px;
}

#login label {
	float:left;
	width: 60px;
}

/* Menu Topo */

#topo_nav{
	width: 100%;
	height:30px;
	background:url(../imagens/bg_menu.jpg) repeat-x;
}

#topo_nav_center{
	width: 1000px;
	margin: 0 auto;
}

/* Produtos Loja */

.box_produto{
	width: 130px;
	height: 250px;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
}

.box_produto p{
	text-align: center;
}

.box_produto h4{
	text-align: center;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom:10px;
}	

.valor{
	color: #9A4443;
	font: 14px Arial, Verdana;
	text-align: center;
	font-weight: bold;
}

/* Tabela */

.table{
	border: 7px solid #d9e7ff;
	width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.table th {
	background-color: #d9e7ff;
	color: #151515;
	font-weight: bold;
	padding: 4px;
	text-align: left;
}

.table td{
	border-bottom: 1px solid #d7e1e7;
	padding: 4px 8px;
}

/* Página Inicial */

#home_esq{
	width: 480px;
	float: left;
}

#home_dir{
	width: 510px;
	float: right;
}

#box_noticias{
	width: 470px;
	padding: 5px;
	border: solid 1px #C8D5DB;	
	height: 260px;
}

.box_esq{
	width: 40%;
	float: left;
}

.box_dir{
	width: 55%;
	float: right;
}

#noticia_news{  
	border-bottom:1px solid #C8D5DB; 
	margin: 5px;
}

#classificados{
	width: 225px;
	height:576px;
	padding: 5px;
	background-color: #F2F2F2;
	border: solid 1px #C8D5DB;
	float:left;
}

.box_usados{
	height: 84px;
	border-bottom:1px solid #A8A9AD;
	padding: 5px;
}

.box_usados .img{
	width: 45%;
	float: left;
}

.box_usados .desc{
	width: 45%;
	float: right;
}

.box_usados .desc p, 
.box_usados .desc p a,
.box_usados .desc p a:visited{
	font:bold 14px/16px Arial, verdana;
	color:#152153;
}	

#publicidadeI{
	width: 295px;
	height:304px;
	background:url(../imagens/bg_pub1.jpg) no-repeat;
	float:left;
	margin-top: 10px;
	padding: 14px 0 0 8px;
}

#vantagens{
	width: 175px;
	height:304px;
	overflow: hidden;
	background-color:#C8D5DB;
	border: solid 1px #8B9396;
	margin-top: 10px;
	float: right;
}

#pubebusca{
	width: 265px;
	height: 553px;
	float:right;
}

#publicidadeII{
	width: 265px;
	height:245px;
	background: url(../imagens/bg_pub2.jpg) no-repeat;
}

#buscaveiculo{
	width: 265px;
	height: 333px;
	background-image: url(../imagens/bg_buscaveiculo.jpg);
	margin-top: 10px;
}

#buscaveiculo h2{
	font:bold 16px Arial, verdana;
	color:#000;
	padding: 5px;
	text-align: center;
}

/* Busca Veículos */

.table{
	border: 7px solid #d9e7ff;
	width: 100%;
    border-collapse: collapse;
}

.table th {
	background-color: #d9e7ff;
	color: #151515;
	font-weight: bold;
	padding: 4px;
	text-align: left;
}

.table td{
	border-bottom: 1px solid #d7e1e7;
	padding: 4px 8px;
}

.fotos_veiculos{
	width: 250px;
	padding: 10px;
}

#menu_thumb ul {
	padding:0px;
	margin:0px;
	float: left;
	width: 100%;
	list-style:none;
}

#menu_thumb ul li { display: inline; }

#menu_thumb ul li a {
	padding: 2px 2px 0 0;
	float:left;
	text-decoration: none;
}

/* Entretenimento */

#entretenimento_esquerda{
	width: 300px; 
	background-color: #F3F3F3; 
	float:left;
}

#entretenimento_centro{
	width: 360px;  
	margin:0 10px; 
	float:left;
}

#entretenimento_direita{
	width: 300px;  
	float:left;
}

#recebe_video_ent{
	background: url(../imagens/bg_entret_direita.jpg) no-repeat;
	height: 300px;
	padding: 10px 0 0 10px;
}

/* Veículos */

#veiculos_topo{
	width: 100%;
	height: 240px;
	padding-bottom: 10px;
}

#veiculos_desc{
	width: 500px;
	float: left;
	padding-left: 10px;
}	

#veiculos_content{
	width: 700px;
	float: left;
	padding-left: 10px;	
}

/* Videos */

.video_esq{
	width: 50%;
	height: 380px;
	float: left;
}

.video_dir{	
	width: 50%;
	height: 380px;
	float: left;
}