﻿/*Caracteristicas*/
#dados
{
	width: auto;
	height: 400px;
	overflow: hidden;
	border:3px solid #999999;
	background-color:#ffffff;
	z-index:999;
}

/*mapa ilustrativo volkswagen*/

#dados_map_vw
{
	position: absolute;
	width: 920px;
	height:436px;
	overflow: hidden;
	border:3px solid #999999;
	background-color:#ffffff;
	display:inline;
	z-index:999;
}
#dadosTop_map_vw
{
	height: 30px;
	overflow: 30px;
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}

/*fim do mapa ilustrativo*/

#dadosTop
{
	height: 30px;
	overflow: 30px;
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#dadosTopContent
{
	margin-right: 13px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 36px;
	font:18px Tahoma;
	font-weight: bold;
	color: #252525;
	margin-top:5px;
}

#dadosClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.transferer2
{
	border: 1px solid #6BAF04;
	background-color: #efefef;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

.conteudo-dados{
		width:80%;
		margin:auto;
		margin-top:15px;
		margin-bottom:12px;		
		text-align:justify;
		color:#252525;
		line-height:16px;
}

.dados{
	width:90% !important;
	height:auto;
	display:table;
	margin:auto;
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #efefef;
	text-align:center;
}
	
.caracteristicas
{
    padding:2px;
	border:1px solid #dfdfdf;
	font-size: 10px;
	width: 100%;
	cursor:pointer;
}

/* Marca Apresentacao */

.divMarcaApresentacaoBox
{
	width:215px;
	border:solid 1px #d1d1d1;
	float:left;
	margin-right:7px;
	text-align:left;
}

.divMarcaApresentacao
{
    margin-left:14px;
    margin-top:30px;
    border-bottom:solid 1px #d1d1d1;
    border-top:solid 1px #d1d1d1;
    float:left;
    width:96%;
}

.divMarcaApresentacao p
{
	margin-top:15px !important;
	margin-bottom:10px !important;
	width:auto !important;
	font-size:13px !important;
}

.divMarcaApresentacaoBox p
{
	text-align:left !important;
}

.divMarcaApresentacaoBox .SaibaMais
{
	text-align:right !important;
	padding-right:10px;
	padding-bottom:10px;
	color:#333333 !important;
	font-weight:bolder;
}