/* CLEAR FLOATS */
.clear { clear: both;}

.book-errors{
	margin: 16px 0px 0px 0px;
	color: #BF0B0B;
}

#frotaWindow {
	background: #FFF;
}
.separador {
	border-bottom: 1px dashed #a7a7a7;
	height: 2px;
	font-size: 2px;
	margin: 10px 0 10px 0;
}

/* --- STEPS RESERVA --- */
#steps{
	float: right;
	cursor: default;
}

#steps ul{
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: default;
}

#steps ul li{
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 1px;
	width: 18px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	vertical-align: middle;
	/*border: 1px solid #A7A7A7;*/
	cursor: default;
	background: url('../images/reserva_steps.gif') 0px 0px;
}

#steps ul li.selected {
	font-weight: bold;
	color: #FFF;
	background: url('../images/reserva_steps.gif') 38px 0px;
}

#steps ul li.visited {
	background: url('../images/reserva_steps.gif') 19px 0px;
}

div.stepNav{
	position: absolute;
	top: 12px;
	right: 26px;
}

.stepNav a.rback{
	display: block;
	float: left;
	font-weight: normal !important;
}

.stepNav a.rback:hover {
	color: #6e6e6e !important;
}

.stepNav a.rback span{
	display: block;
	float: left;
	margin: -1px 0px 0px 6px;
	height: 14px;
	cursor: pointer;
}


a.rInfo, a.rInfo:hover{
	diaplay:block;
	float: right;
	position: relative;
	top: -15px;
	text-decoration: none;
}

a.rInfo span{
	margin-left: 6px;
}

/* --- CAIXAS DE RADIOBUTTON --- */
.fTipos {
	padding: 40px;
	padding-bottom: 35px;
	border-bottom: 1px dashed #a7a7a7;
}

.fTipos ul{
	margin: 0;
	padding: 0;
}

.fTipos li{
	float: left;
	width: 174px;
	list-style: none;
	margin: 0px 0px 8px 0px;
	padding: 0;
	cursor: default;
}


.fTipos input {
	/*float: left;*/
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	cursor: pointer;
}

.fTipos label {
	margin: 0;
	padding: 0px 0px 0px 12px;
	width: 174px;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}

/* --- Calendario de reserva --- */
.fCalendar {
	padding: 25px 19px 20px 19px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #a7a7a7;
	background: #f6f6f6;
}

.fCalendar label {
	font-size: 12px;
	float: left;
	margin-bottom: 5px;
}
.fCalendar label.txt { width: 120px; }
.fCalendar label.dias { width: 198px; }
.fCalendar label.horas { width: 80px; }


.bVerificar {
	margin: 20px 30px 20px 6px;
	border: none;
}



/* PAGE 2 */
#veiculoLista{
	padding: 5px 0px 5px 2px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #a7a7a7;
}
#veiculoLista .veiculo{
	width: 143px;
	margin-right: 2px;
	float: left;
	text-align: center;
}

.vModelo, .vPreco, .vDesc, .vInput{
	text-align: center;
}

.vInput{
	padding-top: 3px;
}

.vDesc A{
	font-weight: bold;
}


/* - "TABELA" EXTRAS - */
.extras{
	padding: 12px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #a7a7a7;
	background: #ffffff;
}
.extras h6{
	margin: 0px 0px 15px -4px !important;
	color: #333333 !important;
}
.extras	label{
	padding-left: 3px;
	font-weight: normal;
	color: #333333;
}
.extraItem{
	float: left;
	margin: 3px 2px 0px 0px;
	padding-left: 4px;
	width: 200px;
}


/* - TABELA EXTRAS STEP 4 - */
table.extrasTbl{
	width: 416px;
}

table.extrasTbl td{
	padding: 0px 0px 5px 0px;
}

table.extrasTbl td.extraName{
	width: 361px;
	background: url('../images/point.png');
}
table.extrasTbl td.extraName span{
	background: #FFFFFF;
}

table.extrasTbl td.price{
	width: 50px;
	font-weight: bold;
	padding-left: 5px;
}


/* - totais - */
#totais{
	padding: 15px 5px 5px 17px;
	border-bottom: 1px dashed #a7a7a7;
	background: #fbfbfb;
}
#totais .tIn, #totais .tOut{
	float: left;
	width: 188px;
	margin: 0px 18px 18px 0px;
}
#totais .periodoAlgr{
	font-size: 12px;
	font-weight: bold;
}
#totais .tPreco{
	clear: both;
	margin: 65px 10px 18px 0px;
	margin: 18px 10px 18px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	color: #005DBF;
}


/* - Veiculos em destaque - */
.sugestao {
	font-weight: bold;
	margin-bottom: 7px;
}
.sugestao-grupo{
	max-width: 86px;
}
.LinkVer  {
	margin: 10px 0 0 0px;
}
.LinkVer A {
	color: #666 !important;
	text-decoration: underline !important;
}
.imgDest {
	position:absolute;
	top: 15px;
	right:1px;
}


.book-carPickup{
	float: left;
}
.book-carPickup.place{
	font-weight: bold;
}
.book-carPickup.date{
	font-weight: bold;
	width: 105px;
}


/* - LINKS - */
a.credicardHelp{
	display: block;
	float: left;
	margin: 6px 0px 0px 8px;
	color: #005dbf;
	text-decoration: underline;
}


/* --- FORM LOGIN Step 3 --- */
.step3FormGr{
	padding: 11px 11px 0px 11px;
	/*padding-bottom: 30px;*/
	border-bottom: 1px dashed #a7a7a7;
	background: #ffffff;
}

#formLogin{
	margin-left:6px;
}
#formLogin Label, #formLogin INPUT{
	float: left;
	width: 120px;
	margin: 6px 15px 0 0;
}

#formLogin INPUT{
	height: 15px;
	border: #a7a7a7 solid 1px;
}

#formLogin label{
	margin: 6px 17px 0 0;
}

.formList Label, .formList INPUT{
	float: left;
	width: 100px;
	margin: 3px 0 0 0;
	font-weight: 100;
	font-size: 12px;
	color: #333333;
}

.formList INPUT{
	width: 75%;
}
.formList INPUT.shortTextBox{
	width: 188px;
}

.formList TEXTAREA{
	width: 75%;
	height: 52px;
	margin: 3px 0 0 0;
}
.formList TEXTAREA.shortTextBox{
	width: 188px;
}

input.withoutBorder{
	border: none;
}