/*---------------------------
/*	GERAL
/*---------------------------

/* Texto em geral */
body {	
	background:white}
/*---------------------------------------*/

/* Texto em geral */
td {	
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	color: black}
/*---------------------------------------*/


/* Links em geral*/
a:link {
	color: #0000FF;
	text-decoration: none}

a:visited {
	color: #0000FF;
	text-decoration: none}

a:hover {
	color: #0000FF;
	text-decoration: underline}
/*---------------------------------------*/


/* Linhas em geral*/
hr {
	height:1px;
	width:100%;
	color:#CCCCCC}
/*---------------------------------------*/

/* Parágrafos */
h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #CCCCCC}
/*---------------------------------------*/

/* Fieldsets */
fieldset {
	padding: 0.2em 0.5em;
	border:1px solid #CCCCCC
	}

legend {
	padding: 0.2em 0.5em;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background-color: #F3F3F3;
	color:black;
	font-size:12px
	}
/*---------------------------------------*/

/* Áreas de texto em geral */
textarea {
	border-top: 2px #7F7F7F solid;
	border-bottom: 2px #7F7F7F solid;
	border-left: 2px #7F7F7F solid;
	border-right: 2px #7F7F7F solid;
	background-color: white; 
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: black}
/*---------------------------------------*/


/* Caixas de seleção em geral */
select {
	font-family: Tahoma;
	background-color: #FFFFFF; 
	color: black; 
	font-size: 11px}
/*---------------------------------------*/

/* imagens que precisam ser alinhadas na base */
.img_bottom {
	vertical-align:bottom;
	padding:0px;
}

/* Botões */
.css_button {
	background-color: #D4D0C8; 
	border-color: #FFFFFF; 
	border-width: 1px; 
	font-family: Tahoma, Verdana; 
	font-size: 11px;
	font-weight: bold;
	color: black}
/*---------------------------------------*/


/* Campos de texto */
.css_textfield {
	border-top: 2px #7F7F7F solid;
	border-bottom: 2px #7F7F7F solid;
	border-left: 2px #7F7F7F solid;
	border-right: 2px #7F7F7F solid;
	background-color: white; 
	font-size: 11px;
	color: black}
/*---------------------------------------*/


/* Campos de envio de arquivos */
.css_filefield {
	width: 300px;
	background-color: white; 
	font-size: 11px;
	color: black}
/*---------------------------------------*/


/* Checkboxes */
.css_checkbox {
	background-color: #E8E8E8} 
/*---------------------------------------*/


/* Radiobuttons */
.css_radiobutton {
	background-color: #E8E8E8}
/*---------------------------------------*/

/*---------------------------
/*	MENU SUPERIOR (ms)
/*---------------------------

/* Links padrões */
a.css_ms_links:link {
	font-family: Arial, "Trebuchet MS", Verdana;
	font-weight: bold;
	font-size: 11px;
	color: white;
	text-decoration: none}

a.css_ms_links:visited {
	font-family: Arial, "Trebuchet MS", Verdana;
	font-weight: bold;
	font-size: 11px;
	color: white;
	text-decoration: none}

a.css_ms_links:hover {
	text-decoration: underline}
/*---------------------------------------*/

/* Links destacados */
a.css_md_links:link {
	font-family: Arial, "Trebuchet MS", Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #FFFF00;
	text-decoration: none}

a.css_md_links:visited {
	font-family: Arial, "Trebuchet MS", Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #FFFF00;
	text-decoration: none}

a.css_md_links:hover {
	text-decoration: underline}
/*---------------------------------------*/

/* Links top*/
a.css_mt_links:link {
	font-family: Arial, "Trebuchet MS", Tahoma;
	font-size: 10px;
	color: #333333;
	text-decoration: none}

a.css_mt_links:visited {
	font-family: Arial, "Trebuchet MS", Tahoma;
	font-size: 10px;
	color: #333333;
	text-decoration: none}

a.css_mt_links:hover {
	text-decoration: underline}
/*---------------------------------------*/

/*---------------------------
/*	MENU LATERAL (ml)
/*---------------------------

/* Links */
a.css_ml_links:link {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: white;
	text-decoration: none}

a.css_ml_links:visited {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: white;
	text-decoration: none}

a.css_ml_links:hover {
	text-decoration: underline}
/*---------------------------------------*/


/*---------------------------
/*	CORPO (cp)
/*---------------------------

/* Título do corpo das páginas*/
.css_cp_titulos {
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	color: #CCCCCC}
/*---------------------------------------*/

/* Sub título usados nos <divs> */
.css_sub_titulos {
	font-size: 12px;
	text-indent: 10px;
	border-top: 1px #62798C solid;
	background-color: #DDE3E8}
/*---------------------------------------*/

/* Tabela (box) de ordenação */
.css_table_ordenacao {
	background-color: #E1F3FF;
	border: 1px solid #5EBEFF}
/*---------------------------------------*/

/* Tabela (box) de explicação (como funciona?)*/
.css_table_explicacao {
	background-color: #E1FFD7;
	border: 1px solid #33CC00}
/*---------------------------------------*/

/* Tabela (box) de formas de pagto (produto.asp) */
.css_table_pagto {
	background-color: white;
	border: 2px solid #83C639}
/*---------------------------------------*/

/* Linhas em utilizadas para separar 
células de produtos */
.css_hr_produtos {
	height:1px;
	width:90%;
	color:#E5E5E5}
/*---------------------------------------*/

/* Tabela (box) de contato dos veículos */
.css_table_contato {
	background-color: white;
	border: 1px solid #0099FF}
/*---------------------------------------*/

/* Cor da fonte de campos obrigatórios
em forms */
.css_campos_obrigatorios {
	font-weight: normal;
	color: #996600}
/*---------------------------------------*/

/* Tracejado para tabela zoom produto */
.css_tracejado {
  border: 1px dotted #999999;}
/*---------------------------------------*/

/* Tracejado horizontal */
.css_tracejado_horizontal {
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #999999;}
/*---------------------------------------*/

/*Separador inferior */
.separador-inferior{
	border:none;
	border-top:1px dashed #ccc;
	width:90%;
	margin-left:5px!important;
	height:2px;}
/*---------------------------------------*/

/*---------------------------
/*	PRODUTOS (ve)
/*---------------------------

/* parcelas em destaque página produto, sacola */
.css_parcelamento_a {
	font-size: 13px;
	font-weight: bold;
	color: green}
/*---------------------------------------*/

/* parcelas em destaque página pagamento */
.css_parcelamento_b {
	font-weight: bold}
/*---------------------------------------*/

/* formatação dos valores para pagamento em 
pagamento_a.asp e pagamento_b.asp */
.css_valores_pagamento {
	font-size: 13px;
	font-weight: bold;
	color: green}
/*---------------------------------------*/

/* Utilizado no nome dos produtos */
.css_nome_produtos {
	font-size: 12px;
	font-weight: bold;
	color: #666666}
/*---------------------------------------*/

/* Preços de venda dos produtos */
.css_preco_venda {
	font-size: 13px;
	font-weight: bold;
	color: green}
/*---------------------------------------*/

/* Preços antigo do produto (riscado) */
.css_preco_de {
	font-size: 11px;
	font-weight: normal;
	text-decoration: line-through;
	color: red}
/*---------------------------------------*/

/* Bordas dos <TDs> ou <TABLEs> das
listagens de veículos */
.css_borda_listagens {
	border: 1px solid #CCCCCC}
/*---------------------------------------*/

/* Efeitos onMouseOver de bordas em imagens
de veículos */
.css_foto_over {
	border-top:1px #FF9900 solid;
	border-bottom:1px #FF9900 solid;
	border-left:1px #FF9900 solid;
	border-right:1px #FF9900 solid}
	
.css_foto_out {
	border-top:1px black solid;
	border-bottom:1px black solid;
	border-left:1px black solid;
	border-right:1px black solid}
/*---------------------------------------*/

/* Borda estática das fotos dos veículos */
.css_foto_borda {
	border: 1px dotted #E5E5E5}
/*---------------------------------------*/

/* Letras de tamanho pequenas
(acessórios veículos e outros) */
.css_letras_p {
	font-size: 10px;
	color: black}
/*---------------------------------------*/

/*---------------------------
/*	PÁGINA DETALHES VEÍCULO
/*---------------------------

/* Fonte de tamanho grande para nome veículo
preço, código da página de detalhes */
.css_det_fonte_grande {
/*	font-family: Arial; */
	font-size: 15px;
	font-weight: bold;
	color: black}
/*---------------------------------------*/

/*---------------------------
/*	RODAPÉ (rd)
/*---------------------------

/* Bordas dos <TDs> ou <TABLEs> */
.css_borda_table {
	border: 1px solid #CCCCCC}
/*---------------------------------------*/

/* Bordas das imagems de exemplo. 
Ex. popup_exemplo_mensagem_bordado.asp */
.css_borda_img_exemplo {
	border: 5px solid #CCCCCC}
/*---------------------------------------*/

/* Parágrafos */
.h2_visible {
	font-size: 12px;
	text-align: center;
	color: white}
/*---------------------------------------*/

/*--------------------------------------- MENU PREÇO, TIPO, TODOS PRODUTOS */
#listas-geral ul {
	margin:0;
	padding:0;
	list-style-image:url('../images/design/marcador24.gif');
	margin-left:35px; /* distância margem esquerda */
}

#listas-geral ul li {
	padding:2px;
}

#listas-geral ul li a {
	color:#0000FF;
	text-decoration:none;
}

#listas-geral ul li a:hover {
	color:#0000FF;
	text-decoration:underline;
}

/*---------------------------------------*/
#dhtmltooltip{
	position: absolute;
	width: 200px;
	border: 1px solid #333399;
	padding: 2px;
	background-color: #CCCCFF;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135)}
/*---------------------------------------*/

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
/* Linha horizontal abaixo abas */
 border-bottom: 1px solid #CCCCCC;
 font: bold 11px Arial, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
/* Borda ao redor das abas */
 border: 1px solid #CCCCCC;
 border-bottom: none;
/* Cor fundo aba segundo plano */
 background: #EEEEEE;
 text-decoration: none;
}

ul.tabbernav li a:link 
{ 
/* Cor link letras aba segundo plano */
 color: blue; 
}
ul.tabbernav li a:visited 
{ 
/* Cor link letras aba segundo plano */
 color: blue; 
}
ul.tabbernav li a:hover
{
/* Cor link letras aba segundo plano */
 color: blue;
/* Cor fundo aba segundo plano mouse em cima */
 background: white;
/* Cor borda aba mouse em cima */
 border-color: #CCCCCC;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: blue;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
/* Borda esq, dir, inf área maior */
 border:1px solid #CCCCCC;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}



