@CHARSET "UTF-8";

/*
 * @author: Jonas <tobias.jonas@engrande.com>
 * @version: 0.1
 */

/* notes: dark green #005721, light green #45845d */
/* Paul's PSD:

	dark green of logo bar  207C42
	light green of header 0F8C3E

	Manu's official colors used on .com

	dark green: 006600
	light green: D6FD93

	dark grey: 666666

		border: 1px solid #COLOR;

	light grey, used for lines CECFCF
	lighter dark green 20683B, used for labels, eg: "destination"
	darker dark green 00521F, used for header, eg: "search for budget hotels"

*/
/* ----------------------------------------------*/
/* -->>> GLOBAL: html, body, footer, header <<<--*/
/* ----------------------------------------------*/

html, body {
	background-color: #EAEBEC; /* iphone bg */
	margin:0;
	padding:0;
	width: 100%;
}
img {
	border: 0;
}
/* header logo */
div#head {
	/* background-color: #005721; */
	/* background-color: #006600; */
	background-color: #000000;
	padding-bottom: 3px;
	height: 18px;
	text-align: center;
	vertical-align: bottom;
	border-bottom: 1px solid #000;
}
h1 {
	background-color: #006600;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cecfcf;
	color: #ffffff;
	font-weight: bold;
}
h2 {
	margin-bottom: 0;
	color: #006600;
}
h3 {
	margin-bottom: 0;
	color: #000000;
}
* {
	font-family: "Arial";
	/* color: #006600; */
}
.small {
	font-size: smaller;
}
a {
	color: #000000;
	font-weight: bold;
}
.nobreak {
	display: inline;
}
.alternate {
	background-color: #EEEEEE;
}
.subtitle, #copyright {
	color: #666666;
	font-weight: bold;
	font-size: smaller;
}
* {
	font-size: medium;
	/* font-size: small; */
}
/*
div.hint {
	color: blue;
	padding: 3px;
	margin: 2px;
	font-size: smaller;
	background-image:url('http://www.w3schools.com/images/compatible_ie.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
*/
input[type="submit"], a.button {
	margin: 0;
	height: 40px;
	padding: 0;
	vertical-align: middle;
	background-color: #006600;
	color: #fff;
	width: 100%;
	font-weight: bold;
	text-decoration: underline;
}

input[type="submit"]:hover {
	color: #006600;
	background: #F2981F;
}

#session-id, #important {
	background-color: #CECFCF;
	margin: 0;
	padding: 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #006600;
	font-weight: bold;
}
/* ----------------------------------------------*/
/* ------------>>> BOOKING ENGINE <<<------------*/
/* ----------------------------------------------*/

/* booking engine */
div#booking-engine {
	color: #20683b;
	font-weight: bold;
	clear: left;
}
/* fieldset should have no effect */
div#booking-engine fieldset {
	margin: 0;
	padding: 0 0 1px 0;
	border: 0;
}
/* general select */
div#booking-engine select {
	width: 100%;
}
div#booking-engine select.small {
	max-width: 30%;
	float: right
}


/* ----------------------------------------------*/
/* -------------->>> OFFER LIST <<<--------------*/
/* ----------------------------------------------*/

/* we need to use a table for ... forget it, we just need to use it, believe me */
table#offer_list {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}
table#offer_list tr.offer {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table#offer_list td {
	vertical-align: top;
	padding: 3px;
}
table#offer_list td h2 {
	padding: 0;
	margin: 0;
}
table#offer_list td .price {
	color: #000000;
}
table#offer_list td.img {
	text-align: center;
	width: 62px;
}
table#offer_list td.content {
	padding: 0px;
}
div#pagination {
	clear:left;
}
div#pagination div#page_previous {
	float:left;
}
div#pagination div#page_next {
	float:right;
}

#container_row {
	width:100%;
	/* height:60px;  @TODO : SE DEBE QUITAR O CAMBIAR */
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	cursor: pointer;
	clear: left;
	float:left;
	height:100%;
	position:relative;
}

#container_row_photo {
	float:left;
	padding-left: 4px;
	position:absolute;
	top:50%;
}

#container_row_description {
	float: left;
	/*padding-left: 4px;*/
	padding-left: 68px;
	vertical-align: top;
}

#container_row_text {
	color : #006600;
	font-weight:bold;
}

#container_row_rating {
	color: #666666;
	/*font-size: smaller;*/
	font-weight: bold;
}

#container_row_rating a {
	color: #666666;
}

#container_row_more {
	float:right;
	position:absolute;
	right:0;
	top:30%;
}

/* ----------------------------------------------*/
/* ------------->>> OFFER DETAIL <<<-------------*/
/* ----------------------------------------------*/

div.options {
	border-bottom: 1px solid #DDDDDD;
}
div.options div.option {
	border-top: 1px solid #DDDDDD;
	clear: both;
	overflow: auto;
}
div.options div.option h2 {
	/* border-top: 1px solid #DDDDDD; */
	float: left;
	margin: 0;
	padding: 0;
}
div.options div.option div.total_price {
	float: right;
	color: #006600;
	font-weight: bold;
}
div.options div.option ul {
	list-style: none;
	padding:0;
	margin: 0;
	clear:both;
}
div.options div.option div.breakdown {
	clear: both;
	font-weight: bold;
}
div.options div.option div.breakdown div.labels {
	float:left;
	color: #000000;
}
div.options div.option div.breakdown div.prices {
	text-align: right;
	float:left;
	color: #000000;
}
div.options div.option div.link {
	clear:both;
	text-align:right;
}
div#gallery img {
	width: 100%;
}
/*
div#gallery img.thumb {
	width: 30%;
	padding: 4px 2% 0 0;
}
div#gallery img.last-thumb {
	padding: 4px 0 0 0;
	width: 30%;
}
*/
div.gray {
	background-color: #dddddd;
}
div.comments div.client {
	padding-top: 5px;
	color: #006600;
	font-style: italic;
}
div.comments div.content {
}

/* ----------------------------------------------*/
/* ------------>>> OFFER CHECKOUT <<<------------*/
/* ----------------------------------------------*/


div#checkout table#details {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
div#checkout table#details td, div#checkout table#details th {
	vertical-align: top;
	width: 50%;
	text-align: left;
}
div#checkout table#details td#price_vary {
	font-style: italic;
	font-size: smaller;
}
div#checkout table#details td#local_currency, div#checkout table#details td#room_types {
	font-size: smaller;
}
div#checkout table#details tr#pay_now {
	background-color: #CECFCF;
}
/* fieldset should have no effect */
div#checkout fieldset {
	margin: 0;
	padding: 0 0 1px 0;
	border: 0;
}
div#checkout img#ccv {
	vertical-align: bottom;
}
div#checkout ul.form-error, li.form-error {
	display:none;
	color:red;
	font-size:smaller;
}

div#waitscreen {
	text-align: center;
}
div#infofinal div#advice {
	background-color: #EEE;
	border: 1px solid #C7C7C7;
	padding: 5px;
	text-align: justify;
	font-size: 12px;
	line-height:200%;
}

div#error_screen {
	border: 2px solid red;
	text-align: left;
	margin: 5px;
}

div#error_screen ul {
	margin:0px;
	padding:4px;
}

.red_text {
	color: red;
}

.black_text {
	color: black;
}

.red_border {
	border : 2px solid red;
}

.normal_border {
	border : 1px solid;
}

.button_iphone {
	color: white;
	line-height : 26px;
	text-decoration: none;
}

.button_iphone em{
	display: block;
	float: left;
	background: url('../mobile-images/button-left.gif') no-repeat;
	width: 5px;
	height: 26px;
}

.button_iphone span{
	display: block;
	float: left;
	background: url('../mobile-images/button-pixel.gif') repeat-x;
	color: white;
	height: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

.button_iphone b{
	display: block;
	float: left;
	background: url('../mobile-images/button-right.gif') no-repeat;
	width: 5px;
	height: 26px;
}

.iphone {
	display: none;
}

.no_iphone {
	display: block;
}

/* ----------------------------------------------*/
/* ------------->>> PHONE NUMBER <<<-------------*/
/* ----------------------------------------------*/

div#click-to-call ul {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	color: #20683B;
	font-weight: bold;
	color: 20683B;
}

/* ----------------------------------------------*/
/* ---------->>> CONFIRMATION INFO <<<-----------*/
/* ----------------------------------------------*/

div#confirmation table#details {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
div#confirmation table#details td, div#confirmation table#details th {
	vertical-align: top;
	width: 50%;
	text-align: left;
}
div#languages {
	margin-top:10px;
}
#splash_langs {
	text-align: left;
	margin-left: 10px;
}
#splash_langs a {
	display: block;
	padding: 5px 0;
	font-size: 14px;
	text-decoration: none;
}
#splash_langs a img {
	border: none;
	padding-right: 5px;
}
