/* @group GENERAL */

* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table {
	margin: 0 0 1em 0;
}
body{
	background: #fff url(../images/background.jpg) repeat-y center top;
	font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
.droite {
	float: right;
}
.error, #page h3.error {
	font-weight: bold;
	color: #c00;
}

/* @end */

/* @group GENERAL LAYOUT */

div#outer {
	background: transparent url(../images/headerback.jpg) no-repeat center top;
	text-align:center;
}
div#container {
	width:740px;
	margin:0 auto;
	text-align:left;
	background-color: #eaf8fd;
}
div#header {
	background: #939 url(../images/header.jpg) no-repeat center top;
	text-align: right;
	height: 215px;
}
div#wrapper {
	float:left;
	width:100%;
}
div#content {
	margin: 0 15px 15px 380px;
}
div#page {
	margin: 0 15px 15px 180px;
}
div#reis {
  width: 430px;
	margin: 0 130px 15px 180px;
}
div#home {
	margin: 0 15px 15px 180px;
}
div#extra {
	float:left;
	width:185px;
	margin-left:-560px;
	margin-bottom: 15px;
}
div#media {
	float:left;
	width:100px;
	margin-left:-115px;
	margin-bottom: 15px;
}
div#navigation {
	float:left;
	width:150px;
	margin-left:-725px;
}
div#navigation div {
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}
div#footer {
	clear:both;
	width:100%;
	background-color: #f0f0f0;
	border-top: 5px solid #939;
}


/* @end */

/* @group GENERAL TYPOGRAPHY */

a:link {
	text-decoration: none;
	color: #939;
}
a:visited {
	text-decoration: none;
	color: #606;
}
a:hover {
	text-decoration: underline;
	color: #939;
}
p {
	font-size: 1.1em;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;	
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
option {
	padding: 0 2px;
}
#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5 {
	margin-bottom: 0;
	line-height: 1.2em;
}


/* @end */

/* @group HEADER */

#header h2 {
	display: none;
}
#header h3 {
	margin: 0;
	padding: 12px 5px 0 5px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	font-variant: small-caps;
	letter-spacing: 0.05em;
	color: #fff;
}
#header h3 a {
	text-decoration: none;
	color: #fff;
}
#header h3 a:hover {
	text-decoration: none;
	color: #fcf;
}

/* @end */

/* @group FOOTER */

#footer p {
	margin: 0 5px;
	font-size: 1em;
}
#footer h5 {
	margin: 0 5px;
	font-weight: normal;
	color: #ccc;
}
#footer h5 a {
	text-decoration: none;
	color: #ccc;
}

/* @end */

/* @group SEARCH */

#search div.logo {
  margin: 0;
  padding: 0;
  border: 0;
  width: 148px;
  height: 98px;
  background: transparent url(../images/logo.jpg) no-repeat;
}

#search h2 {
	margin: 0;
	padding: 0 5px;
	background-color: #939;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#search form {
	background: #c9c url(../images/searchback.jpg) repeat-x;
	margin: 0;
}
#search form input {
	margin: 5px 0 0 5px;
}
#search form h5 {
	margin: 0 5px;
	color: #666;
	font-weight: normal;
}

/* @end */

/* @group MENU */

#menu ul {
	list-style-type: none;
}
#menu ul a {
	display: block;
	padding: 3px 0 3px 20px;	
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
}
#menu ul.travel a {
	background: #94ccd8 url(../images/menu1.jpg) no-repeat  left top;
	color: #036;
}
#menu ul.travel li ul a {
	font-size: 1em;
	font-variant: normal;
	padding-left: 20px;
	background: #f3fcff url(../images/bullet1.jpg) no-repeat 5px 6px;
}
#menu ul.travel li ul ul a {
	padding-left: 25px;
	background-position: 10px 50%;
}
#menu ul.travel li ul ul ul a {
	padding-left: 30px;
	background-position: 15px 50%;
}
#menu ul.info a {
	background: #9acd32 url(../images/menu2.jpg) no-repeat  left top;
	color: #060;
}
#menu ul.info li ul a {
	font-size: 1em;
	font-variant: normal;
	background: #def3b3 url(../images/bullet2.jpg) no-repeat 5px 6px;
}
#menu ul.link a {
	background: #6167a1 url(../images/menu3.jpg) no-repeat  left top;
	color: #306;
}
#menu ul.booking a {
	background: #da81ca url(../images/menu4.jpg) no-repeat  left top;
	color: #939;
}

#menu ul a:hover {
	background-position: right top;
}
#menu ul li ul a:hover {
	background-position: 5px 6px;
	color: #000;
}
#menu ul li ul ul a:hover {
	background-position: 10px 50%;
	color: #000;
}
#menu ul li ul ul ul a:hover {
	background-position: 15px 50%;
	color: #000;
}
#menu ul li {
	display: inline;
}


/* @end */

/* @group NEWSLETTER */

#newsletter {
	background-color: #f0f0f0;
}
#newsletter h2 {
	margin: 0;
	padding: 0 5px;
	background: #939 url(../images/mail.jpg) no-repeat 130px 50%;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#newsletter form {
	margin: 0 0 5px 0;
}
#newsletter form input {
	margin: 5px 0 0 5px;
}
#newsletter h5 {
	margin: 5px;
	color: #666;
	font-weight: normal;
}

/* @end */

/* @group HOMEPAGE */

div#sidebar {
	float: left;
	display: inline;
	width: 185px;
}

div.cadre {
	background: #fff;
	border: 1px solid #ccc;
}
#sidebar #welkom {
	margin: 5px;
	padding: 150px 5px 5px 5px;
	background: #dcf5f5 url(../images/welkom.jpg) no-repeat center top;
}

div#slideshow {
  height: 260px;
  width: 345px;
  margin: 0;
  overflow: hidden;
}

div.outerfocus {
	float: left;
	display: inline;
	width: 150px;
	height: 130px;
	overflow: hidden;
	margin: 2px 10px;
	text-align: center;
}
div.outerfocus h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.25em;
	font-variant: small-caps;
}

div#tabzone {
  float: right;
  width: 345px;
}

#tabheader {
	/*float:left;*/
	width: 345px; /*width:100%; not compatible with ie5*/
	background: #eaf8fd url(../images/tabheaderback.gif) repeat-x bottom;
	font-size:1.2em;
	line-height:normal;
}
#tabheader ul {
	list-style:none;
}
#tabheader li {
	display:inline;
}
#tabheader span {
	display: block;
	padding: 4px 0;
}
#tabheader a {
	float:left;
	background:#eee url(../images/doors.gif) no-repeat left top;
	padding:0 0 0 9px;
	text-decoration:none;
	outline: none; /* remove dotted lines after click*/
	color:#666;
	border-bottom: 1px solid #ccc;
}
#tabheader a span {
	float:left;
	display:block;
	background:#eee url(../images/doors.gif) no-repeat right top;
	padding: 4px 15px 3px 6px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabheader a span {float:none;}
/* End IE5-Mac hack */
#tabheader a:hover, #tabheader a:hover span {
	color:#000;
}

#tabheader li a:active, #tabheader li.ui-tabs-selected a, #tabheader li a:active span, #tabheader li.ui-tabs-selected a span {
	background-color:#f3fcff;
	color: #000;
	border-width: 0px;
	padding-bottom: 2px;
}

#tabpane {
	position: relative;
	clear: left;
	background-color: #f3fcff;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 5px;
}

.ui-tabs-hide {
  display: none;
}

div.trip{
	/*clear: both;*/
	margin-bottom: 10px;
}
div.trip div.icons {
	position: relative; /*disapear bug in ie*/
	float: left;
}
div.trip div.icons img {
	margin: 2px;
}
div.trip div.badge {
	position: relative;
	margin: 2px;
	height: 38px;
	width: 38px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	line-height: 42px;
	color: #fff;
	background: transparent url(../images/badge.gif) no-repeat center center;
	float: right;
}
div.trip p {
	margin: 0 0 0 107px;
	font-size: 1.1em;
}
div.trip hr {
	clear: left;
	background-color: transparent;
	color: transparent;
	height: 1px;
	border-width: 0;
}
p.more {
	clear: left;
	font-size: 1.1em;
	text-align: right;
	margin: 0 5px;
	font-weight: bold;
}

/* @end */

/* @group CATALOGUS */

#extra #categorie {
	width: 150px;
	margin: 2px auto;
	text-align: left;
}
#extra #categorie h3 {
	color: #036;
	margin: 10px 0 2px 0;
}

#content h4 {
	padding: 4px;
	margin: 0 0 5px 0;
	background-color: #b3dfef;
	text-align: right;
	font-size: 1.1em;
	font-weight: normal;
	color: #036;
}

#content div.promo {
	background-color: #ffd;
	border: 1px solid #ff3;
}
#content div.promo h4 {
	margin-bottom: 5px;
	padding: 2px;
	background-color: #ffb;
	text-align: center;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #c00;
}
#content div.promo hr {
	clear: both;
	background-color: #ffb;
	color: #ffb;
	height: 4px;
	border-width: 0;
}

.pages {
    margin: 1em 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #eaf8fd;
}

.pages span.current {
    border: 1px solid #000;
    font-weight: bold;
    background: #939;
    color: #fff;
}

.pages a {
    border: 1px solid #9aafe5;
	background: #fff;
    text-decoration: none;
}

.pages a:hover {
    border-color: #2e6ab1;
}

/* @end */

/* @group STATIC PAGE */

#page img {
	margin: 5px;
}
#page h1 {
	color: #939;
}
#page h2 {
	color: #606;
}
#page h3 {
	color: #036;
	margin-bottom: 3px;
}
#page h4 {
	padding: 4px;
	margin: 10px 0;
	background-color: #b3dfef;
	font-size: 1.2em;
	color: #036;
}
#page td {
	padding: 4px;
	background-color: #fff;
}
#page li {
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}
#page span.required {
	color: #c00;
	font-size: 1em;
}

/* @end */

/* @group FORMS */
	
	div.form-row {
  	margin: 10px 0;
  	clear: both;
  }

  div.form-row label {
  	display: block;
  	color: #036;
  	margin: 2px 0;
  	font-size: 1.3em;
  	font-weight: bold;
  }

  div.form-row input, div.form-row textarea, div.form-row select {
  	background-color: #fff;
  	font-family: Arial, Verdana, sans-serif;
  	font-size: 1.2em;
  }

  div.form-row input, div.form-row textarea {
  	border: 1px solid #ccc;
  	border-top: 1px solid #999;
  	border-left: 1px solid #999;
  }

  div.form-row input[type="checkbox"] + label
  {
    display: inline;
    float: none;
  }

  div.option {
    margin: 5px;
  }
  
  div.error {
    color: #c00;
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  
  span.required {
    color: #c00;
  }
  
  h3#add_button {
    cursor: pointer;
  }
  
  div.delete_button {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    float: right;
    cursor: pointer;
  }
  
/* @end */

/* @group REIS */

#media div.focus {
	margin: 10px 0;
}
#reis h1 {
	color: #939;
}
#reis h2, #reis h3 {
	margin-bottom: 5px;
	color: #036;
	font-size: 1.4em;
}
#reis h4 {
	padding: 4px;
	background-color: #b3dfef;
	font-size: 1.1em;
	color: #036;
}
#reis h5 {
	margin-bottom: 5px;
	color: #000;
	font-size: 1.2em;
}
#reis p.small {
	margin-bottom: 3px;
	font-size: 1em;
}
#reis img {
	margin: 5px;
}
#reis td {
	padding: 4px;
	background-color: #fff;
}
#reis li {
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}
#reis div.badge {
	position: relative;
	margin: 2px;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	line-height: 52px;
	color: #fff;
	background: transparent url(../images/badge2.gif) no-repeat center center;
	float: right;
}

#reis #buy {
	width: 120px;
	height: 20px;
	margin: 3px auto 6px auto;
	background: #939 url(../images/orderback.jpg) repeat-x top;
	text-align: center;
}
#reis #buy a {
	font-size: 1.1em;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
}

/* @end */

/* @group LIGHTBOX */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* @end */

/* @group AUSTRALIA2DAY */

/* layout */
body.Australia2day {
	background: #900 url(../images/back_Australia2day.jpg) repeat;
}

body.Australia2day div#container {
  background: #efd9b2 url(../images/paper_Australia2day.jpg) repeat-y center 285px;
}

body.Australia2day div#outer {
	background-image: none;
}

body.Australia2day div#header {
	background: #efd9b2 url(../images/header_Australia2day.jpg) no-repeat center top;
	text-align: right;
	height: 285px;
}

body.Australia2day div#footer {
	background: transparent url(../images/footer_Australia2day.jpg) repeat-y;
	border-top: 0;
	padding-top: 5px;
}

body.Australia2day div#footer p {
	margin: 0 10px;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
}

body.Australia2day div#footer h5 a, body.Australia2day div#footer h5 {
	text-align: center;
	color: #999;
}

body.Australia2day div#navigation {
	float:left;
	width:180px;
	margin-left:-725px;
}

body.Australia2day div#content {
	margin: 0 15px 15px 410px;
}

body.Australia2day div#page {
	margin: 0 15px 15px 220px;
}

body.Australia2day div#reis {
  width: 390px;
	margin: 0 130px 15px 220px;
}

body.Australia2day div#extra {
	margin-left:-530px;
}

/* typography */
body.Australia2day a:link {
	text-decoration: none;
	color: #900;
}
body.Australia2day a:visited {
	text-decoration: none;
	color: #900;
}
body.Australia2day a:hover {
	text-decoration: underline;
	color: #c00;
}

/* header */
body.Australia2day #header h3 {
	padding: 12px 15px 0 5px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #900;
}
body.Australia2day #header h3 a {
	text-decoration: none;
	padding: 0 5px 5px 5px;
	color: #900;
}
body.Australia2day #header h3 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}

/* navigation */
body.Australia2day div#navigation div {
	border: 0;
}

body.Australia2day #search div.logo {
  width: 0;
  height: 0;
  background-image: none;
}

body.Australia2day #search h2 {
	background-color: #ccc;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	font-variant: small-caps;
	padding-bottom: 2px;
}

body.Australia2day #search form {
  height: 55px;
  margin-top: 5px;
  margin-bottom: 15px;
	background: transparent url(../images/searchback_Australia2day.gif) no-repeat;
}

/* menu */
body.Australia2day #menu ul a {
 margin-top: 10px; 
}

body.Australia2day #menu ul ul a {
 margin-top: 0; 
}

body.Australia2day #menu ul.travel a {
	background: #000 url(../images/menu1_Australia2day.jpg) no-repeat left top;
	color: #369;
}
body.Australia2day #menu ul.travel a:hover {
	background-position: right top;
	color: #69c;
}
body.Australia2day #menu ul.travel li ul a {
	background: transparent url(../images/bullet1_Australia2day.jpg) no-repeat 5px 6px;
	color: #036;
}
body.Australia2day #menu ul.travel li ul ul a, body.Australia2day #menu ul.travel li ul ul a:hover {
	margin-left: 10px;
	padding-left: 20px;
}
body.Australia2day #menu ul.travel li ul ul ul a, body.Australia2day #menu ul.travel li ul ul ul a:hover {
	margin-left: 20px;
	padding-left: 20px;
}
body.Australia2day #menu ul.travel li ul a:hover {
	background-position: 5px 6px;
	color: #000;
}
body.Australia2day #menu ul.info a {
	background: #000 url(../images/menu2_Australia2day.jpg) no-repeat left top;
	color: #693;
}
body.Australia2day #menu ul.info a:hover {
	background-position: right top;
	color: #9C6;
}
body.Australia2day #menu ul.info li ul a {
	background: transparent url(../images/bullet2_Australia2day.jpg) no-repeat 5px 6px;
	color: #030;
}
body.Australia2day #menu ul.info li ul a:hover {
	background-position: 5px 6px;
	color: #000;
}
body.Australia2day #menu ul.link a {
	background: #000 url(../images/menu3_Australia2day.jpg) no-repeat left top;
	color: #936;
}
body.Australia2day #menu ul.link a:hover {
	background-position: right top;
	color: #C69;
}

body.Australia2day #newsletter {
	background-color: transparent;
	margin: 20px 0;
}
body.Australia2day #newsletter h2 {
	background-color: #ccc;
	background-image: none;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	font-variant: small-caps;
}
body.Australia2day #newsletter h5 {
	color: #333;
}

/* pages */
body.Australia2day #page h1 {
	color: #603;
}
body.Australia2day #page h2 {
	color: #936;
}
body.Australia2day #page h3 {
	color: #000;
}
body.Australia2day #page h4 {
	background-color: #603;
	color: #fff;
}
body.Australia2day #page td {
	background-color: transparent;
}
body.Australia2day div.form-row label {
	color: #000;
}

/* homepage */
body.Australia2day div#home {
	margin: 0 15px 15px 220px;
}
body.Australia2day div#sidebar {
	float: left;
	display: block;
	width: 375px;
}

body.Australia2day div.cadre {
	background: transparent;
	border: 0;
}
body.Australia2day #sidebar #welkom {
	margin: 5px;
	padding: 110px 5px 5px 5px;
	background: transparent url(../images/welkom_Australia2day.gif) no-repeat center top;
}

body.Australia2day div#slideshow {
  float: right;
  height: 540px;
  width: 115px;
  margin: 0;
  overflow: visible;
}

body.Australia2day div.outerfocus {
	position: relative;
	float: none;
	display: block;
	width: 100px;
	height: 120px;
	overflow: hidden;
	margin: 10px;
	text-align: center;
}
body.Australia2day div.outerfocus h3 {
  margin-top: -20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-variant: small-caps;
	
}

body.Australia2day div#tabzone {
  clear: left;
  float: none;
  width: 375px;
}

body.Australia2day #tabheader {
	background-color: transparent;
	background-image: none;
}

body.Australia2day #tabheader a {
	background-image: none;
	background-color: #eee;
	border: 1px solid #ccc;
}
body.Australia2day #tabheader a span {
	float:left;
	display:block;
	background-color: transparent;
	background-image: none;
	padding: 4px 15px 3px 6px;
}

body.Australia2day #tabheader li a:active, body.Australia2day #tabheader li.ui-tabs-selected a, body.Australia2day #tabheader li a:active span, body.Australia2day #tabheader li.ui-tabs-selected a span {
	background-color: #f4ecde;
	border: 0;
}

body.Australia2day #tabheader li a:active, body.Australia2day #tabheader li.ui-tabs-selected a {
	border-left: 1px solid #ccc;
}

body.Australia2day #tabpane {
	background-color: #f4ecde;
}

body.Australia2day div.trip div.badge {
	position: relative;
	margin: 0;
	padding: 0 10px 0 50px;
	height: 16px;
	width: auto;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 16px;
	color: #c00;
	background: #000 url(../images/badge_Australia2day.gif) no-repeat;
	float: right;
}

/* catalogus */

body.Australia2day #extra #categorie h3 {
	color: #000;
}

body.Australia2day #categorie .focus {
	width: 100px;
}

body.Australia2day #content h4 {
	background-color: #f4ecde;
	color: #333;
}

body.Australia2day #content div.icons {
  background-color: #f4ecde;
  padding: 2px;
  margin-right: 5px;
}

body.Australia2day #content div.promo {
	background-color: #f4ecde;
	border: 1px solid #900;
}
body.Australia2day #content div.promo h4 {
	background-color: #900;
	color: #fff;
}
body.Australia2day #content div.promo hr {
	background-color: #900;
	color: #900;
}

body.Australia2day .pages a, .pages span {
    border: 1px solid #999;
}

body.Australia2day .pages span.current {
    background: #900;
}

body.Australia2day .pages a:hover {
    border-color: #333;
    text-decoration: none;
}

/* Reis */
body.Australia2day #reis h1 {
	color: #603;
}
body.Australia2day #reis h2, #reis h3 {
	margin-bottom: 5px;
	color: #936;
	font-size: 1.4em;
}
body.Australia2day #reis h4 {
	background-color: #603;
	color: #fff;
}
body.Australia2day #reis td {
	background-color: transparent;
}
body.Australia2day #reis img.euro, body.Australia2day #page img.euro {
  background-color: #f4ecde;
  padding: 2px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
body.Australia2day #reis img.flag, body.Australia2day #page img.flag {
  padding: 2px;
}
body.Australia2day #reis div.badge {
	position: relative;
	margin: 0;
	padding: 0 10px 0 50px;
	height: 16px;
	width: auto;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 14px;
	color: #c00;
	background: #000 url(../images/badge_Australia2day.gif) no-repeat;
	float: right;
}
body.Australia2day #reis #buy {
	background-color: #900;
	background-image: none;
}

/* @end */

/* @group America2day */

  body.America2day {
  	background: #acd0eb url(../images/back_America2day.jpg) repeat;
  }

  body.America2day div#container {
    border-right: 2px solid #069;
    border-left: 2px solid #069;
    background-color: #daecf5;
  }

  body.America2day div#outer {
    background: transparent url(../images/back2_America2day.jpg) repeat-x left top;
  }
  
  body.America2day div#header {
  	background: #daecf5 url(../images/header_America2day.jpg) no-repeat center top;
  	text-align: right;
  	height: 210px;
  }

  body.America2day div#footer {
  	background-color: #fbd9d9;
  	border-top: 5px solid #bd1220;
  }
  
  body.America2day div#footer h5 a, body.America2day div#footer h5 {
  	color: #999;
  }
  
  /* typography */
  body.America2day a:link {
  	text-decoration: none;
  	color: #bd1220;
  }
  body.America2day a:visited {
  	text-decoration: none;
  	color: #c00;
  }
  body.America2day a:hover {
  	text-decoration: underline;
  	color: #c00;
  }
  
  /* header */
  body.America2day #header h3 {
  	font-weight: bold;
  	color: #fff;
  }
  body.America2day #header h3 a {
  	text-decoration: none;
  	padding: 0 5px 5px 5px;
  	color: #fff;
  }
  body.America2day #header h3 a:hover {
  	text-decoration: none;
  	color: #c00;
  }
  
  /* navigation */
  body.America2day div#navigation div#search, body.America2day div#navigation div#menu {
  	border: 0;
  }
  
  body.America2day #search div.logo {
    width: 150px;
    height: 100px;
    background-image: url(../images/ny_America2day.jpg);
  }

  body.America2day #search h2 {
  	background-color: #004a99;
  	color: #fff;
  	font-weight: bold;
  	font-size: 1.2em;
  	font-variant: small-caps;
  	padding-bottom: 2px;
  }

  body.America2day #search form {
    height: 55px;
    margin-top: 5px;
    margin-bottom: 15px;
  	background-image: none;
  	background-color: transparent;
  }
  
  body.America2day #search a {
    color: #004a99 ;
  }
  
  /* menu */
  body.America2day #menu ul a {
   margin-top: 10px; 
  }

  body.America2day #menu ul ul a {
   margin-top: 0; 
  }

  body.America2day #menu ul.travel a {
  	background: #ffd0c6 url(../images/menu2_America2day.jpg) no-repeat left top;
  	border: 1px solid #bd1220;
  	color: #bd1220;
  }
  body.America2day #menu ul.travel a:hover {
  	background-position: right top;
  	color: #c00;
  }
  body.America2day #menu ul.travel li ul a {
    border: 0;
  	background: transparent url(../images/bullet2_America2day.gif) no-repeat 5px 5px;
  	color: #c00;
  }
  body.America2day #menu ul.travel li ul ul a, body.Australia2day #menu ul.travel li ul ul a:hover {
  	margin-left: 10px;
  	padding-left: 20px;
  }
  body.America2day #menu ul.travel li ul ul ul a, body.Australia2day #menu ul.travel li ul ul ul a:hover {
  	margin-left: 20px;
  	padding-left: 20px;
  }
  body.America2day #menu ul.travel li ul a:hover {
  	background-position: 5px 5px;
  	color: #000;
  }
  body.America2day #menu ul.info a {
    border: 1px solid #004a99;
  	background: #c4e1f3 url(../images/menu1_America2day.jpg) no-repeat left top;
  	color: #004a99;
  }
  body.America2day #menu ul.info a:hover {
  	background-position: right top;
  	color: #036;
  }
  body.America2day #menu ul.info li ul a {
    border: 0;
  	background: transparent url(../images/bullet1_America2day.gif) no-repeat 5px 5px;
  	color: #036;
  }
  body.America2day #menu ul.info li ul a:hover {
  	background-position: 5px 5px;
  	color: #000;
  }
  body.America2day #menu ul.link a {
    border: 1px solid #666;
  	background: #ccc url(../images/menu3_America2day.jpg) no-repeat left top;
  	color: #666;
  }
  body.America2day #menu ul.link a:hover {
  	background-position: right top;
  	color: #333;
  }

  body.America2day #newsletter h2 {
  	background-color: #004a99;
  	color: #fff;
  	font-weight: bold;
  	font-size: 1.2em;
  	font-variant: small-caps;
  }
  body.America2day #newsletter h5 {
  	color: #333;
  }
  
  /* pages */
  body.America2day #page h1 {
  	color: #036;
  }
  body.America2day #page h2 {
  	color: #369;
  }
  body.America2day #page h3 {
  	color: #000;
  }
  body.America2day #page h4 {
  	background-color: #b3dfef;
  	color: #036;
  }
  body.America2day div.form-row label {
  	color: #036;
  }
  
  /* homepage */

  body.America2day div#sidebar {
  	float: right;
  }
  
  body.America2day #sidebar #welkom {
  	margin: 5px;
  	padding: 240px 5px 5px 5px;
  	background: #CCEAF2 url(../images/welkom_America2day.jpg) no-repeat center top;
  }

  body.America2day div.outerfocus h3 {
    background-color: #bd1220;
    color: #fff;
    margin-top: -20px;
    padding: 4px 0;
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 11px;
  	font-variant: small-caps;
  }
  
  body.America2day div.outerfocus h3 a {
     color: #fff;
  }
  
  body.America2day div#tabzone {
    margin-right: 10px;
  }
  
  body.America2day #tabheader {
  	background: #daecf5 url(../images/tabheaderback_America2day.gif) repeat-x bottom;
  }
  
  body.America2day #tabheader a {
  	background:#eee url(../images/doors_America2day.gif) no-repeat left top;
  }
  body.America2day #tabheader a span {
  	background:#eee url(../images/doors_America2day.gif) no-repeat right top;
  }
  
  body.America2day #tabheader li a:active, body.America2day #tabheader li.ui-tabs-selected a, body.America2day #tabheader li a:active span, body.America2day #tabheader li.ui-tabs-selected a span {
  	background-color:#fff;
  	color: #000;
  	border-width: 0px;
  	padding-bottom: 2px;
  }
  
  body.America2day #tabpane {
  	background-color: #fff;
  }
  
  /* Reis */
  body.America2day #reis h1 {
  	color: #036;
  }
  body.America2day #reis h2, #reis h3 {
  	margin-bottom: 5px;
  	color: #369;
  	font-size: 1.4em;
  }
  body.America2day #reis h4 {
  	background-color: #b3dfef;
  	color: #036;
  }
  
  body.America2day #reis #buy {
  	background-color: #09C;
  	border: 1px solid #fff;
  	background-image: none;
  }
  
  body.America2day #media div.focus {
  	border: 1px solid #09C;
  }

/* @end */