* { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #7E2517;
	margin:10px 0;
}

h1 {
	font-size: 157%;	
	font-weight: bold;
}

h2 {
	font-size: 136%;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	/*margin-bottom: 1.6em;*/
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #7E2517; /*#FFBF23;*/
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

.small {
	font-size:10px;
	padding-left:10px;
}

div.error-message {
	clear:both;
}

div.error-message {
	color:#990000;
	font-weight:bold;
	margin:8px 0px;
}

div.message, p.error {
	color:#990000;
	font-weight:bold;
	margin:8px 0px;
}

/* header */

#header {
	width: 990px;
	height: 120px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 568px;
	height: 117px;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
}

#logo h1 {
	font-size: 36px;
}

#logo h2 {
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 402px;
	padding-top: 20px;
	
	font-size:11px;
	text-align:right;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#searchinput, #searchsubmit {
	border: 1px solid #EDEBD5;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

#searchinput {
	padding: 2px 5px;
	width: 198px;
}

#searchsubmit {
}

/* Menu */

#menu {
	width: 990px;
	height: 35px;
	margin: 0 auto;
	background: #FBDE5D;	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background:#FBDE5D url(/img/yellowbox_lt.gif) no-repeat scroll top left;	
}

#menu li {
	float: left;
	display: block;
	height: 35px;
	background: #FBDE5D;
	border-right: 1px solid #F5A521;
}

#menu li:hover {
	/*background: #F5A521;*/
}

#menu a {
	display: block;
	width: 80px;
	height: 30px;
	padding: 5px 15px 0 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #7E2517;
}

#menu a:hover {
	background: #F5A521;
}

html>body #menu a {
	width: auto;
}

#menu li.active {
	background: #F5A521;
}

#menu li.active a {
	/*color:#FBDE5D;*/
}





/* SubMenu */

#submenu {
	width: 990px;
	height: 25px;
	margin: 0 auto;
	background:#F5A521 url(/img/x.gif) no-repeat scroll 100% 100%;	
}

#submenu ul {
	/*margin:1px 5px 0 0;*/
	padding: 0;
	list-style: none;
	background:transparent url(/img/x.gif) no-repeat scroll 0 100%;
}

#submenu li {
	float: left;
	display: block;
	height: 25px;
}

#submenu a {
	display: block;
	width: 80px;
	height: 25px;
	padding: 0 15px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	color: #7E2517;
	font-size:11px;
}

#submenu a:hover {
	text-decoration: none;
}

html>body #submenu a {
	width: auto;
}




/* Page */

#page {
	width: 990px;
	margin: 10px auto 20px auto;
}

/* Content */

#content {
	float: right;
	width: 536px;
	margin: 0 15px 0 0;
}

.content_pages {
	float: left;
	width: 700px;
	margin-left:20px;
}

.content_pages p {
margin-bottom:12px;
	
}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 235px;
}

.twocols .col2 {
	float: right;
	width: 235px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding: 20px;
}

#sidebar li ul {
}

#sidebar li li {
	padding: 5px 0;
}

#sidebar h2 {
	font-size: 114%;
	font-weight: bold;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0 0 10px 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Navbar */

#navbar {
	float: right;
	width: 206px;
}

#popular_sidebar {
	float: right;
	width: 270px;
	height:650px;
	background: url(/img/quickquote.gif) no-repeat;
}

#popular_content {
	float:right;
	width:700px;
	margin:0 10px 0 0;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}


/* Form */
form dl {
	padding:10px 0 0 0;
}

form dt {
	float:left;
	width:80px;
	margin-top:3px;
}

form dd {
	margin:0 0 10px 80px;
}

input[type=checkbox] {
	margin: 5px 5px 0 0;
}

input[type=button] {
	margin: 0 0 0 5px;
}


.cakeSqlLog table {
	background: #f4f4f4;
}
.cakeSqlLog td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
	margin:20px 0;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

/* Profile */

#profile-left {
	float:left;
	width: 160px;
}

#profile-right {
	/*padding:5px;*/
	float:right;
	width: 550px;
	/*background-color:#DE0A0A;*/
}

#profile-main {
	float:left;
	width: 550px;
	padding:0 10px 0 0;
	/*background-color:#000;*/
}

#profile-sidebar {
	float:right;
	width: 180px;
	/*background-color:#000;*/
}

#quickquote {
	margin:0 0 20px 0;
	height:90px;
}

#quickquote ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#quickquote_sidebar ul  {
	margin:0;
	padding:0;
}

#quickquote li {
	display:block;
	float:left;
}

#quickquote h1 {
	margin:0;
	padding:0;
}

#quickquote li p, #quickquote_sidebar li p  {
	margin:5px 0;
}

#quickquote .submit {
	margin: 35px 0 0 0;
}

#quickquote_sidebar .submit  {
	margin: 10px 0;
	float:right;
}

#destination {
	width:200px;
}

#airport {
	width:200px;
}

#resort {
	width:200px;
}

#traveldate {
	width:220px;
}





ul.bottom_tab_list {margin: 0px;padding: 0px; overflow: hidden; text-align: center; font-family: verdana; font-size: 11px; padding-top: 1px; }
ul.bottom_tab_list li.menuitem {vertical-align: bottom;
	list-style-type: none; font-weight: normal; overflow: hidden; float: left; width: auto; background-color: #DAEBFF; height: 23px; line-height: 23px;
}
ul.bottom_tab_list div.menuitem_left { width: 10px; height: 23px; float: left; background: url(/img/bottom_menuitem_left.gif) no-repeat; }
ul.bottom_tab_list div.menuitem_centre { float: left; }
ul.bottom_tab_list div.menuitem_right {
	width: 10px; height: 23px; float: left; background: url(/img/bottom_menuitem_right.gif) no-repeat; border-right: 2px solid #ffffff;
}
ul.bottom_tab_list li.active_menuitem {
	list-style-type: none; font-weight: bold;  overflow: hidden; float: left; width: auto; background-color: #9FC8FC; height: 23px; line-height: 23px; color:#000;
}
ul.bottom_tab_list div.active_menuitem_left {
	width: 10px; height: 23px; float: left; background: url(/img/bottom_activemenuitem_left.gif) no-repeat;
}
ul.bottom_tab_list div.active_menuitem_centre { float: left; }
ul.bottom_tab_list div.active_menuitem_right {
	width: 10px; height: 23px; float: left; background: url(/img/bottom_activemenuitem_right.gif) no-repeat;  border-right: 2px solid #ffffff;
}
ul.bottom_tab_list li a { font-family: verdana; font-size: 11px; text-decoration: none; text-align: center; color: #000000; }
ul.bottom_tab_list li.active_menuitem a { font-family: verdana; font-size: 11px;text-decoration: none; width: auto; text-align: center; color: #0165E1; }
ul.bottom_tab_list li a:hover { left: 2px; color: #FA1818; }

table.menu_bottom { width: 100%; clear: both; }
table.menu_bottom td.menu_bottom_left { background: url('/img/left_menu_bottom.gif') no-repeat; width: 5px; height: 31px; }
table.menu_bottom td.menu_bottom_right { background: url('/img/right_menu_bottom.gif') no-repeat; width: 5px; height: 31px; }
table.menu_bottom td.menu_bottom_center { background-color: #9FC8FC; height: 31px; width: auto; padding-left: 10px; text-align: left; font-weight: bold; } 

table.all_table { clear: both; border-collapse: collapse; text-align: left; width: 100%; }
table.all_table th { height: 40px; border: 1px solid #C7CF9E; background-color: #DFE7B6; padding-left: 10px; }
table.all_table td { height: 25px; border: 1px solid #C7CF9E; background-color: #F7F7EB; padding-left: 10px; }
table.all_table td.vehicle_type { padding: 5px 10px; }
table.all_table td.vehicle_type table { border: 0px; }
table.all_table td.vehicle_type table td { border: 0px; }
table.all_table td.vehicle_type .vehicle_name { font-size: 13px; }
table.all_table td.vehicle_type .scheduled { position: relative; top: 6px; left: 4px; }
table.all_table td.product_submit { padding-left: 25px; }
table.all_table td.product_submit .product_book { vertical-align: top; }




table.stage1_box {
font-size:12px;
margin-bottom:20px;
width:100%;
}
table.green_box {
border:0 none;
padding:0;
}





.home_banner p {
background-color:#FFFFFF;
font-size:11px;
line-height:14px;
padding:5px;
}

table {
color:#000000;
font-family:verdana,Arial,Helvetica,sans-serif;
font-size:11px;
}

table.destinations {
background-image:url(/img/map.gif);
background-position:center top;
background-repeat:no-repeat;
border:0 solid #F5A521;
vertical-align:top;
width:520px;
}

table.destinations td.headingleft {
background:#F5A521 url(/img/lcorner.gif) no-repeat scroll left top;
color:#FFFFFF;
/*font-size:12px;*/
font-weight:bold;
height:30px;
padding:5px;
text-align:center;
}

table.destinations td.heading {
background-color:#F5A521;
color:#FFFFFF;
/*font-size:12px;*/
font-weight:bold;
height:30px;
padding:5px;
text-align:center;
}
.heading {
color:#7E2517;
font-weight:bold;
margin-bottom:20px;
margin-left:10px;
text-align:left;
}

table.destinations td.headingright {
background:#F5A521 url(/img/rcorner.gif) no-repeat scroll right top;
color:#FFFFFF;
/*font-size:12px;*/
font-weight:bold;
height:30px;
padding:5px;
text-align:center;
}

table.destinations td.inner {
border-collapse:collapse;
border-color:#000000 #F4821F #F4821F #000000;
border-style:dashed solid solid dashed;
border-width:0 1px 1px 0;
padding:5px;
text-align:left;
width:200px;
}

table.destinations td.inner a {
color:#333333;
font-size:12px;
text-decoration:none;
}

table.destinations td.left {
border-left:1px solid #F4821F;
}


table.bookings {
color:#333333;
font-family:verdana;
font-size:12px;
font-style:normal;
margin:10px 0;
width:640px;
}

/*****************************************/

/* BEGIN TAB NAVIGATION */ 
.tabnav {
	margin: 0px; padding: 0px; height: 34px; clear: both; min-width: 760px; max-width: 970px;
	width: 970px;
}
ul.tab_list { overflow: hidden; margin: 0px; padding: 0px; text-align: center;}
ul.tab_list li {
	list-style-type: none; padding: 0px; margin-left: 0px; margin-top: 0px; display: inline; overflow: hidden;
	float: left; width: auto; background: url(/images/heading/taboff.png) repeat-x; height: 34px;
}
ul.tab_list li a { color: #000000; font-family: verdana; font-size: 11px; line-height: 42px; text-decoration: none; width: auto; text-align: center; }
html>body ul.tab_list li a { left: 2px; font-size: 11px; font-family: verdana; }
ul.tab_list li a:hover { left: 2px; color: #FA1818; }
ul.tab_list li#active { background: url(/images/heading/tabon.png) repeat-x; width: auto; }
ul.tab_list li#active a { color: #0052CF; font-weight: bold; font-size: 12px; }
ul.nav_list { margin-top: 0px; padding-top: 0px; width: 100%; }
ul.nav_list li { list-style-type: none; padding-top: 0px; display: inline; height: 34px; color: #FEFF00; font-family: verdana; font-size: 12px; }
ul.nav_list li a { padding: 10px; text-decoration: none; color: #0052CF; font-size: 12px; }
div.tabon_left { width: 25px; height: 34px; float: left; background: url(/images/heading/tabon_left.png) repeat-x; }
div.tabon_right { width: 25px; height: 34px; float: left; background: url(/images/heading/tabon_right.png) repeat-x; }
div.tab_centre { float: left; }
div.taboff_left { width: 15px; height: 34px; float: left; background: url(/images/heading/taboff_left.png) repeat-x; }
div.taboff_right { width: 15px; height: 34px; float: left; background: url(/images/heading/taboff_right.png) repeat-x; }

/* BEGIN GREENER TAB NAVIGATION */
ul.tab_list li.greener {
	list-style-type: none; padding: 0px; margin-left: 0px; margin-top: 0px; display: inline; overflow: hidden;
	float: left; width: auto; background: url(/images/heading/greener_taboff.png) repeat-x; height: 34px;
}
div.greener_taboff_left { width: 11px; height: 34px; float: left; background: url(/images/heading/greener_taboff_left.png) repeat-x; }
div.greener_taboff_right { width: 14px; height: 34px; float: left; background: url(/images/heading/greener_taboff_right.png) repeat-x; }
ul.tab_list li#active_greener { background: url(/images/heading/greener_tabon.png) repeat-x; width: auto; }
ul.tab_list li#active_greener a { color: #000; font-weight: bold; font-size: 12px; }
div.greener_tabon_left { width: 25px; height: 33px; float: left; background: url(/images/heading/greener_tabon_left.png) repeat-x; }
div.greener_tabon_right { width: 25px; height: 33px; float: left; background: url(/images/heading/greener_tabon_right.png) repeat-x; }
/* END GREENER TAB NAVIGATION */

/* END TAB NAVIGATION */

/* BEGIN AGENT LINKS */
.agentlinks { 
	clear: both; padding: 0px;  min-width: 780px; max-width: 970px;
	width: 970px;
}
.agentlinks div.agentlinkcontainer {float: left; padding-left: 10px; height: 47px; } 
.agentlinks a { color: #fff; text-decoration: underline; font-size: 11px; }
.agentlinks a.special { color: #FFFC00; text-decoration: underline; font-weight: bold; color: yellow; }
.agentlinks a img { position: relative; top: 10px; left: 5px; padding-right: 5px; }
/* END AGENT LINKS */

/* Silver box */
table.silver_box {padding: 0px; border: 0px;}
table.silver_box td {padding: 0px; border: 0px;}
table.silver_box td.lt {background-image: url('/img/silverbox_lt.gif'); background-repeat: no-repeat; height: 20px; width: 20px;}
table.silver_box td.t {background-image: url('/img/silverbox_t.gif'); background-repeat: repeat-x; height: 20px;}
table.silver_box td.rt {background-image: url('/img/silverbox_rt.gif'); background-repeat: no-repeat; height: 20px; width: 20px;}
table.silver_box td.r {background-image: url('/img/silverbox_r.gif'); background-repeat: repeat-y; width: 20px;}
table.silver_box td.rb {background-image: url('/img/silverbox_rb.gif'); background-repeat: no-repeat; height: 20px; width: 20px;}
table.silver_box td.b {background-image: url('/img/silverbox_b.gif'); background-repeat: repeat-x; height: 20px;}
table.silver_box td.lb {background-image: url('/img/silverbox_lb.gif'); background-repeat: no-repeat; height: 20px; width: 20px;}
table.silver_box td.l {background-image: url('/img/silverbox_l.gif'); background-repeat: repeat-y; width: 20px;}

table.silver_box td.submit_right { width: 200px; text-align: right; }
table.silver_box td.submit_right .product_book { width: 100%; }
table.silver_box tr.blank_row { height: 1px; }
table.silver_box tr.blank_row td { padding-left: 10px;height: 1px; }

/* Green box */
table.green_box {padding: 0px; border: 0px;}
table.green_box td{padding: 0px; border: 0px;}
table.green_box td.lt {background-image: url('/img/greenbox_lt.gif'); background-repeat: no-repeat; height: 26px; width: 15px;}
table.green_box td.rt {background-image: url('/img/greenbox_rt.gif'); background-repeat: no-repeat; height: 26px; width: 15px;}
table.green_box td.heading {background-color: #DBDEBC; height: 26px;}
table.green_box td.rb {background-color: #EEF1CC; background-image: url('/img/greenbox_rb.gif'); background-repeat: no-repeat; height: 26px; width: 15px;background-position: bottom right;}
table.green_box td.lb {background-color: #EEF1CC; background-image: url('/img/greenbox_lb.gif'); background-repeat: no-repeat; height: 26px; width: 15px;background-position: bottom left;}
table.green_box td.content {background-color: #EEF1CC;}
table.green_box td.l {background-color: #EEF1CC;}
table.green_box td.r {background-color: #EEF1CC;}

table.green_box table.product_details td.product_image {padding: 6px 0px; width: 65px;}
table.green_box table.product_details td.product_type {width: 90%}

/* Yellow box */
table.yellow_box {padding: 5px 0; border: 0px; width: 100%; margin-left: 0px;}
table.yellow_box td{padding: 0px; border: 0px; background-color: #F8F1BB;}
table.yellow_box td.l{padding: 0px; border: 0px; background-color: #F8F1BB; background-image: none; width: 4px;}
table.yellow_box td.r{padding: 0px; border: 0px; background-color: #F8F1BB; background-image:none; width: 4px;}
table.yellow_box td.lt {background-image: url('/img/yellowbox_lt.gif'); background-repeat: no-repeat; height: 4px; width: 4px; font-size: 0px;}
table.yellow_box td.rt {background-image: url('/img/yellowbox_rt.gif'); background-repeat: no-repeat; height: 4px; width: 4px;font-size: 0px;}
table.yellow_box td.rb {background-image: url('/img/yellowbox_rb.gif'); background-repeat: no-repeat; height: 4px; width: 4px;font-size: 0px; background-position: bottom right;}
table.yellow_box td.lb {background-image: url('/img/yellowbox_lb.gif'); background-repeat: no-repeat; height: 4px; width: 4px;font-size: 0px; background-position: bottom left;}
table.yellow_box td.content {padding: 6px;}

table.yellow_box td.content {
padding:6px;
}

.gd_spacing {
margin-top:10px;
}

#inbound_box, #outbound_box {
margin-top:20px;
}

.navbox {
	padding: 0 0 40px 0;
	float:right;
	width:190px;
	height:130px;
}

.navbox h4 {
	color:#7E2517;
	font-size:16px;
	padding:10px 0 0 14px;
}

.navbox p {
	color:#F17348;
	font-size:17px;
	padding:55px 10px 0 120px;
}

.navbox a {
	color:#F17348;
}

.navbox1 {
	background:transparent url(/img/navbox1.gif) no-repeat scroll 0 0;
}

.navbox2 {
	background:#FBDE5D;
	width:206px;
	float:right;
	margin: 0 0 20px 0;
}

.navbox2top {
	margin:0;
	padding:0;
	/*background:transparent url(/img/navbox2top.gif) repeat-x; */
}

.navbox2bot {
	height:8px;
	width:206px;
	
	/*background:transparent url(/img/navbox2bot.gif) no-repeat scroll 0 0; */
	margin: 0 0 20px 0;
	padding:0;
}

span img {
	margin:0;
	padding:0;
}

.navbox2 h4 {
color:#7E2517;
font-size: 14px;
padding: 10px 0px 0px 10px;
}

.navbox2 p {
color:#000000;
font-size:11px;
line-height:13px;
margin:10px 10px 10px 10px;
}

.navbox3 {
	background:transparent url(/img/navbox3.gif) no-repeat scroll 0 0;
}

.shuttles {
	background:transparent url(/img/shuttles.gif) no-repeat scroll 0 0;
	float:right;
	width:206px;
	height:141px;
	margin:0 0 25px 0;
}

.shuttles h4 {
color:#7E2517;
font-size: 14px;
padding: 10px 0px 0px 10px;
}
.shuttles h4 a {
color:#7E2517;
}

.shuttles p {
color:#000000;
font-size:10px;
line-height:12px;
margin:80px 10px 0 30px;
}

.prebook {
	background:#F5A521;
	width:220px;
	height:143px;
}

.prebook h4{
color:#FBDE5D;
font-size: 22px;
text-align:center;
padding: 10px 0 0 0;
}
.prebook h4 a{
color:#7E2517;

}
.prebook p{
font-size:15px;
color:#fff;
text-align:center;
padding: 10px 0;
}

.right_content{
margin-top:20px;
font-size:12px;
width:190;
padding-left:15px;
float:right;

}

.right_content ul{
padding-left:15px;
float:right;

}

span.big_bold_text {
font-size:14px;
font-weight:bold;
line-height:24px;
}

span.big_bold_text_red {
color:#D40013;
font-size:14px;
font-weight:bold;
line-height:24px;
}

span.bold_text {
font-size:12px;
font-weight:bold;
}

.italic_asterix {
color:#D21D1E;
font-size:11px;
font-style:italic;
font-weight:normal;
}

span.asterix {
color:#D21D1E;
font-size:11px;
font-weight:bold;
}

#booking_container div.summary_info {
margin:20px 0 20px 10px;
}

table.booking_name_table td {
font-weight:bold;
padding-left:10px;
}

table.booking_name_table td.value {
font-weight:normal;
padding-left:5px;
width:150px;
}

.s2_box {
margin:10px;
width:98%;
}

.s3_box {
margin-top:10px;
width:100%;
}

.s2_heading, .s3_heading {
color:#7E2517;
font-size:18px;
font-weight:bold;
margin:0;
text-align:left;
}

.s3_required {
margin:10px 0 0 10px;
}

.s3_submit {
margin-top:10px;
}

table.silver_box table.contents td.value {
font-weight:bold;
}

table.silver_box table.contents td.label {
width:200px;
}

.genericformsubmit {
width:85%;
}


#sidebar div.left_quickquote {
background:transparent url(/img/quote_bg.gif) no-repeat scroll 0 0;
width:210px;
}

table.quickquote {
color:#000000;
font-family:verdana;
font-size:11px;
padding-top:10px;
width:536px;
}

table.quickquote th.left {
color:#7E2517;
font-size:18px;
font-weight:bold;
padding:10px;
}

table.quickquote td {
color:#000000;
font-size:11px;
padding-left:10px;
}

table.quickquote td.submit {
padding:10px 5px;
text-align:right;
}

table.quickquote td.quicknote {
color:#0C50A0;
font-size:11px;
}

#sidebar div.left_content {
font-size:11px;
padding:10px;
}

#sidebar td.label {
padding:5px 15px;
}

.static_contentpages {
float:left;
line-height:18px;
max-width:680px;
min-height:300px;
overflow:hidden;
padding:0 30px 0 15px;
}

#more_resorts a {
	font-size:11px;
}

#flashMessage {
	padding:5px;
	margin:10px 0;
	border: 2px solid #CB0111;
}

#validation_error {
	padding:5px;
	margin:10px 0;
	border: 2px solid #CB0111;
}

#validation_error p {
	font-weight:bold;
	color: #CB0111;
}

#validation_error ul {
	padding: 0 0 0 20px;
}

#validation_error ul li {
	color: #CB0111;
}

#info {
	width:536px;
	height:335px;
	background: url(/img/info.gif) no-repeat;
}

p.infohead {
	color:#7E2517;
	font-size:12px;
	padding:15px;
	line-height:150%;
}

div.infobody {
	color:#000;
	font-size:12px;
	padding:15px 30px;
}

p.infobody {
	color:#000;
	font-size:12px;
	padding:5px;
}


.infobody ul {
	margin:10px 20px;
	line-height:20px;
}

#howtobook p {
	line-height:18px;
	font-size:12px;
}

#quick_quote {
	margin: 10px;
	height:400px;
}

#izq {
	float:left;
	width:258px;
}

#der {
	float:right;
	width:258px;	
}

.hl {
	margin:0 0 10px 10px;
}

.selcountry li {
	background: url(/img/selectcountry.gif) no-repeat 0 50%;
	padding-left:17px;
}

.item {
	height:65px;
}

.item img {
	vertical-align: middle;	
}

.steps {
	margin:3px 0 3px 5px;
	padding:3px;
	background:#F5A521;
	color:#7E2517;
	font-weight:bold;
}

.stepdesc {
	margin:3px 0 3px 5px;
	padding:3px;
	background:#F5A521;
	color:#7E2517;
	font-weight:bold;
}

/* Form */

form dl {
	padding:10px 0 0 0;
	color: #333333;
}

form dt {
	float:left;
	width:105px;
	/*margin-top:3px;*/
	color: #333333;
}

form dd {
	margin:0 0 10px 95px;
}

input[type=checkbox] {
	margin: 5px 5px 0 0;
}

input[type=button] {
	margin: 0 0 0 5px;
}

select {
	clear:both;
	margin-right:3px;
}




/* Tables */
#destinations table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	font-size:12px;
}
#destinations th {
	background: #F5A521;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
	color:#7E2517;
	padding:5px;
}
#destinations th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
#destinations th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
#destinations table tr td {
	color:#7E2517;
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
#destinations table tr.altrow td {
	background: #FFF1AF;
}

.respira {
	margin:0 10px;
}

#search_top {
    float: right;
    height: 25px;
    margin: 0 auto;
    padding: 0 0 10px;
}
