
/* ========================================================= */
/* Pacotes */

.info dl { margin-bottom: 20px; }

/* Lista de hotéis */

.info .hoteis { list-style: none; margin: 10px 10px 10px 0; }
.info .hoteis li {
	padding-left: 15px;
	margin-bottom: 5px;
	background: url(../imagens/link_bg.gif) left center no-repeat;
}
.info .hoteis a { color: #f60; font-size: 14px; font-weight: bold; cursor: pointer; }
.info .hoteis a:hover { color: #09f; }


/* --------------------------------------------------------- */
/* Info do hotel */

.hotel {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.hotel .estrela {
	position: absolute;
	top: 0px;
	right: 0px;
}

.hotel .mais {
	float: right;
	padding-left: 14px;
	font-weight: bold;
	cursor: pointer;
	background: url(../imagens/icone_mais.png) left center no-repeat;
}

.hotel .mais:hover { color: #09f;}

.hotel .servicos {
	float: right;
	display: inline;
	width: 370px;
	margin: 10px 0px 10px 30px;
}

.hotel .servicos li {
	background-repeat: no-repeat;
	background-position: left;
	list-style: none;
	margin: 7px 0 0;
	padding-left: 30px;
}

.hotel div {
	font-size: 14px;
	float: left;
	line-height: 21px;
	margin: 10px 0 0;
	width: 370px;
}

.hotel .menos {
	background: url(../imagens/icone_pop_fechar.png) right center no-repeat;
	border-bottom-color: #333 !important;
	clear: both;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding-right: 14px;
	text-align: right;
}
.hotel .menos:hover { color: #f60; }

/* --------------------------------------------------------- */
/* Partes do pacote */

.pacotes {
	clear: both;
	margin-left: -30px;
	zoom: 1;
	z-index: 2;
}

.pacotes dl {
	float: left;
	display: inline;
	width: 370px;
	margin-left: 30px;
}

.pacotes dt, .hotel dt {
	border-bottom: 1px solid #333 !important;
	color: #333 !important;
	font-size: 16px !important;
	font-weight: bold;
	margin-top: 10px !important;
	padding-bottom: 5px !important;
}

.pacotes dt p {
	font-size: 12px !important;
	margin: 0 !important;
}

.pacotes dd {
	padding: 10px 0px;
}

.pacotes dd ul {
	list-style: none;
}

.pacotes dd ul p {
	font-size: 14px;
	line-height: 21px;
	margin: 0;
}

/* --------------------------------------------------------- */
/* Itens */

.pacotes .itens li {
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-left: 30px; /* 30 */
}
.pacotes .itens li strong {
	color: #000 !important;
	font-size: 14px;
	line-height: 21px;
}

/* Valores */

.pacotes .valores div.item {
	clear: both;
	padding: 7px 0 0 0;
}

.pacotes .valores div.item input {
	float: left;
}

.pacotes .valores div.item label {
	color: #666;
	float: left;
	padding: 0 0 0 5px;
	width: 250px;
}

.pacotes .valores div.item label.on {
	color: #000 !important;
}

.pacotes .valores strong {
	float: right;
	font-size: 14px;
}

/* IE6 */

* html .pacotes .valores li { position: relative; }
* html .pacotes .valores b { position: absolute; right: 0px; }

/* --------------------------------------------------------- */
/* Valor total */

.total {
	float: left;
	width: 100%;
	margin: 20px auto;
	border: 2px solid #ccc;
	border-left: none;
	border-right: none;
}
.total ul { float: right; }
.total p {
	float: left;
	width: 370px;
	height: 30px;
	line-height: 30px;
	margin: 10px 0px;
	font-size: 14px;
	font-weight: bold;
}
.total strong {
	float: right;
	font-size: 16px;
}

/* Topo */

.info .total {
	border: 2px solid #ccc;
	border-left: none;
	border-right: none;
	float: left;
	margin: 0 auto 20px auto;
	width: 100%;
}

.info .total ul { margin-top: 0; }

/* IE6 */

* html .total p { position: relative; }
* html .total b { position: absolute; right: 0px; top: 0px; }

/* --------------------------------------------------------- */
/* Abas */

.aba {
	clear: both;
	padding: 20px 0px;
	width: 100%;
}

.aba dl {
	margin-bottom: 15px;
	width: 100%;
}

.aba dt {
	background: url(../imagens/icone_mais.png) right center no-repeat;
	border-bottom: 1px solid #333;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}
.aba dt.on {
	background-image: url(../imagens/icone_menos.png);
}

.aba dd {
	display: none;
	padding: 10px 0px;
/*
	-moz-column-count: 2;  
	-webkit-column-count: 2;  
	-moz-column-gap: 30px;  
	-webkit-column-gap: 30px;  
*/
}

.aba dd p {
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px;
}

/* ========================================================= */

