/* ========================== Conventions ========================== */
/* Colors */
/*
 * #cbd1bd (R=203 G=209 B=189): almost white
 *      - h1 titles
 *      - links (a)
 *      - form.dropdown items: selected
 *      - toggleParagraph lead
 *      - feedback-customer-name
 *      - langSelector.active
 *
 * #a0a082: yellowish white
 *      - general text
 *
 * #646459: grey
 *      - a:hover
 *      - content-image-label
 *      - langSelector.passive
 *
 * #5f5f52: dark grey
 *      - hr
 *
 * #060903: dark brown,
 *      - form.dropdown items: normal
 */
 
 
/* ============================== Tools ============================ */
/* Debug */
div1 {
    border-color: #808080;
    border-width: thin;
    border-style: dashed;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/* ============================== CMS Admin ========================= */
.cmsElementEditLinks {
    color: green !important;
}

.col1of3 .cmsElementEditLinks {
    display: block;
}

/* ===== TinyMCE ========== */
.mceIframeContainer td {
    color: #cbd1bd;
}

.mceContentBody td { 
	   /* todo: noch angleichen mit default */ 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important; 
	  /* font-family: SimSun !important; */
    font-size: 11px !important;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #a0a082 !important; /* yellowish white */
}


/* ============================== <h1>-<h6> ========================= */
/* cms editor styles */
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0 0 12px 0;
    color: #cbd1bd;
}

/* cms-editor titel */
h1 {
    font-size: 23px;
    font-weight: lighter;
    text-transform: uppercase;
    margin: 0 0 0 0;
    letter-spacing: 1.5px;
}

/* cms-editor lead */
h2 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* cms-editor absatz */
h3 {
    font-size: 14px;
    font-weight: normal;
}

/* cms-editor abschnitt */
h4 {
    font-size: 12px;
    font-weight: bold;
}

/* cms-editor hervorhebung */
h5 {
    font-size: 12px;
    font-style: italic;
    display: inline;
}

/* cms-editor mini */
h6 {
    font-size: 10px;
    display: inline;
}


/* ====== Dynamic <h1> Headline Separator ======== */
.h1Div {
    width: 100%;
    zoom: 1;
}

.h1LineBox {
    padding: 9px 0 26px 0;
    overflow: hidden;
}

.h1Line {
    height: 1px;
    border-bottom: #5f5f52 1px solid;
}


/* ============================== Links ============================= */
a {
    color: #cbd1bd; /* grey */
    text-decoration: none;
    font-weight: bold;
    outline-style: none;
}

a:hover {
    color: #646459; /* almost white */
}

html {
	height:101%; 
}


/* ============================ Page Head, Body, and Footer ========= */
body {
    _text-align: center;
    /* text-align: center; */
    background-position: top center;
    background-attachment: fixed !important;
    background-color: #060903; /* dark brown */

    margin: 0;
    
    /* default font */
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
    font-size: 11px !important;
    color: #a0a082 !important; /* yellowish white */
}
div.page {
	  width: 936px;
    margin: 13px auto;
    text-align: left;
	
}
img {
    border: none;
}

hr {
    border: 0px;
    border-top: 1px solid;
    color: #5f5f52; /* dark grey */  
}

.p-inline p, .p-inline div, .display-inline {
   display:inline;
}

/* ============================== General Content ==================== */


/* ====== 2-Column Table ====== */
.table2Columns td {
    width: 50%;
    vertical-align: top;
}

.table2Columns tr td:first-child {
  padding-left:0;
  padding-right:20px;
}

.table2Columns td {
  padding-left:20px;
  padding-right:0;
} 

/* ============================== Form elements ===================== */

/*
form * {
    letter-spacing: 0;
		line-height: 11px;	
}*/


textarea {
    color: #6e6d6a ; /* !important grey */
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input {
    color: #6e6d6a ; /* !important grey */
}

label, .label, .form-label, input {
    letter-spacing: 0.5px;
	  text-decoration: none;
}

label, .label, .form-label, button {
    text-transform: uppercase;
}

/* ============================== Header ============================ */
.header {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 71px;
}

.header .logo {
    position: absolute;
    top: 10px;
    left: 20px;
}

/* ====== Language Selector ========== */
.header .langSelector {
    position: absolute;
    top: 0px;
    right: 31px;
}

.langSelector ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.langSelector .separator {
    color: #646459; /* grey */	
}

.langSelector li {
    display: block;
    float: left;
    padding-left: 5px;
	  color: #cbd1bd; /* almost white */
	  font-size: 10px;
    text-transform: uppercase;
}

.langSelector li a {
    font-weight: normal;
    color: #646459; /* grey */
}

.langSelector li a:hover {
    color: #cbd1bd; /* almost white */
}


/* ====== Top Level Navigation =========== */
.header .mainNav {
    position: absolute;
    top: 50px;
    right: 31px;
    height: 21px;
    overflow: hidden;
}


/* ============================== Visual ============================ */
/*
#visual {
    overflow: hidden;
    background-color: #000;
    text-align: center;
    margin: 0 1px;
}
*/

#visual {
    background-color: #000;
    margin: 0 1px;
}

#visual img {
    width: 934px;
    /* display: none; */
}


#visual.small {
    min-height: 75px !important;
}

#visual.small img {
    min-height: 73px !important;
}

#visual.medium {
    min-height: 208px !important;
}

#visual.medium img {
    height: 208px !important;
}

#visual.large {
	  min-height: 364px !important;
 }

#visual.large img {
    min-height: 364px !important;
}



/* ============================== Controls ============================ */
div.controls {
    z-index: 10;
    clear: both;
    position: absolute;
    min-height: 28px;
		width: 936px;
    background: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/controlsBackground_936x28.png") no-repeat left top;
}

div.controls .margin {
  z-index: 20;
	margin: 0 0px 0 0px;
}


/* ============================== Content ============================ */
.content {
    line-height: 20px;
    letter-spacing: 0.5px;	
}

.margin-top-large {
  margin-top: 30px;
}

.margin-top-medium {
  margin-top: 20px;
}

.margin-top-small {
  margin-top: 10px;
}
.margin-bottom-large {
  margin-bottom: 30px;
}

.margin-bottom-medium {
  margin-bottom: 20px;
}

.margin-bottom-small {
  margin-bottom: 10px;
}


.content-separator-line {
    display:block;
    background: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/contentSeparatorLine.png") no-repeat left center;
    width: 100%;
    height: 21px;
    margin-top:5px !important;
}

.content-image-label {
  display: inline-block;
  padding-top: 2px;
  /* text-transform: uppercase; */
  font-size: 10px;
  color: #646459;
  letter-spacing: 1.5px;
}

.content a.content-link-as-next-arrow {
    background: transparent url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/pfeil_rechts.png") no-repeat right top;  
    display: inline-block;
    width: 100%;
    height: 25px;
}

.content a.content-link-as-prev-arrow {
    background: transparent url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/pfeil_links.png") no-repeat left top;  
    display: inline-block;
    width: 100%;
    height: 25px;
}
.content .content-bottom-line {
    display: block;
    height: 0px;
    border-bottom: #5f5f52 1px solid;
    margin: 25px 0;
}

.contentOuterBox {
    clear: both;
    overflow: hidden;
    position: relative;
    /* top: -28px; */
}

.contentOuterBox .contentLeft {
    z-index: 10;
    /* clear: both; */
    top: 29px;
    width: 31px;
    float: left;
    background: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/contentLeftShadowBackground_31x2.png") repeat-y right top;
    min-height: 400px;
}

.contentOuterBox .contentRight {
    z-index: 10;
    top: 29px;
    width: 31px;
    float: right;
    background: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/contentRightShadowBackground_31x2.png") repeat-y left top;
    min-height: 400px;
}

.contentOuterBox .content {
    overflow: hidden;
    _overflow: visible;
    _zoom: 1;
    /* margin:0 31px; */
    /* with IE6 Hack */
    min-height: 400px;
    /*
     height: auto !important;
     height: 400px;
     */
}

.contentBottom {
    margin-left: 31px;
}

.content .subNav {
    text-align: center;
}

.skylineBG {
	background: url(/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/LP_Skyline_big.jpg) no-repeat;
}

/* ====== Columns ====== */
.col1of1 {
    width: 100%;
    min-height: 1px;
}

.col1of3 {
    overflow: visible;
    float: left;
    _margin-right: -3px;
    min-height: 1px;
}

.col2of3Stretch, .col1of2Stretch, .col2of2Stretch {
    overflow: hidden;
    _overflow: visible;
    _zoom: 1;
    min-height: 1px;
}

.col3of3 {
    overflow: hidden;
    float: right;
    _margin-left: -3px;
    min-height: 1px;
}

.col1of2 {
    overflow: hidden;
    float: left;
    width: 49.50%;
    min-height: 1px;
}

.col2of2 {
    overflow: hidden;
    float: right;
    width: 49.50%;
    min-height: 1px;
}

.col1of3 h2 {
    color: #646459;
    font-size: 10px;
    padding-top: 10px;
    font-weight: normal;
}


.contentStaticBackground1Col {
    background: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/contentStaticBackground1Col_874x750.jpg") no-repeat left top;
    background-color: #090b06;
}

.contentStaticBackground2Col {
    background: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/contentStaticBackground2Col_874x750.jpg") no-repeat left top;
    background-color: #090b06;
}

.contentStaticBackground2ColThankyou {
    background: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/contentStaticBackground2ColThankyou_874x750.jpg") no-repeat left top !important;
    background-color: #090b06;
}

.contentStaticBackground3ColMerged2And3 {
    background: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/contentStaticBackground3ColMerged2And3_874x750.jpg") no-repeat left top;
    background-color: #090b06;
}

.contentStaticBackground3Col {
    background: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/contentStaticBackground3Col_874x750.jpg") no-repeat left top;
    background-color: #090b06;
}


/* ====== Static Layout ======== */

/* Inside col1of1 */
.static .inside-1col .col1of3 {
    width: 145px;
}

.static .inside-1col .col1of3 .margin {
    margin-left:0;
    margin-right:21px;
    margin-bottom:0;
}

.static .inside-1col .col1of2 .margin {
    margin-left:0;
    margin-right:21px;
    margin-bottom:0;
}

.static .inside-1col .col3of3 {
    width: 237px;
}

.static .inside-1col .col3of3 .margin {
    margin-left:21px;
    margin-right:0; 
    margin-bottom:0;
}

.static .inside-1col .col2of2 .margin {
    margin-left:21px;
	  margin-right:0; 
    margin-bottom:0;
}

.static .inside-1col .col2of3Stretch .margin {
    margin-left:21px;
    margin-right:21px; 
    margin-bottom:0;
}


/* Normal Design */

.static .margin {
    overflow: visible;
}


.static .col1of1 .margin {
    margin: 0 30px 30px 30px;
}

.static .col1of3 {
    width: 175px;
}


.static .col1of3 .margin,
.static .col1of2 .margin,
.static .col1of2Stretch .margin {
    margin: 0 21px 30px 30px;
}

.static .col2of3Stretch .margin {
    margin: 0 21px 30px 21px;
}


.static .col2of2Stretch .margin, 
.static .col2of2 .margin,
.static .col3of3 .margin {
    margin: 0 30px 30px 21px;
}


.static .col3of3 {
    width: 267px;
}

.static p {
    margin-top: 0;
    margin-bottom: 12px;
}

.static hr {
    /* margin-top: 10px; */
}

.static .spacerTop {
    position: relative;
    width: 1px;
    height: 55px;
}

.static .spacerTopWithSeparator {
    position: relative;
    height: 65px;
    border-bottom: #5f5f52 1px solid;
    margin: 0 0 31px 0;
}
.spacerTopRasterWithSeparator {
	position: relative;
    height: 10px;
    border-bottom: #5f5f52 1px solid;
    margin: 0 0 31px 0;
}

.static .feedback-customer-name {
    color: #cbd1bd;
}


/* ====== Element - toggleParagraph ====== */
.toggleParagraph {
	clear:both;
}
.toggleParagraph .tpLead {
    color: #cbd1bd; /* almost white */
}

.toggleParagraph .tpLead:hover {
    color: #646459; /* grey */
}

/* ====== Ratings ====== */
.rating, .rating a {
    width: 179px;
    height: 17px;
    background: transparent url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/rating13-bgs.png") no-repeat left top;
}

.rating13 {
    width: 179px;
    height: 17px;
    background: transparent url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/rating13-bgs.png") no-repeat left top;
}

.rating-1 {
    background-position: 0 -17px;
}
.rating-2 {
    background-position: 0 -34px;
}
.rating-3 {
    background-position: 0 -51px;
}
.rating-4 {
    background-position: 0 -68px;
}
.rating-5 {
    background-position: 0 -85px;
}
.rating-6 {
    background-position: 0 -102px;
}
.rating-7 {
    background-position: 0 -119px;
}
.rating-8 {
    background-position: 0 -136px;
}
.rating-9 {
    background-position: 0 -153px;
}
.rating-10 {
    background-position: 0 -170px;
}
.rating-11 {
    background-position: 0 -187px;
}
.rating-12 {
    background-position: 0 -204px;
}

/* ====== Criterion ====== */

#controls li.menuitem-qualification span {
	/* CN: 139 */
	/* width: 145px; */
	width: 145px;
	overflow: hidden;
	background:url(/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/subNavRight_300x56.png) right-top;
}

#controls .criterion-qualification {
	/* CN: 386 */
	/* margin-left: 370px; */
	margin-left: 370px;
}

/* ======== criterion-city =========== */
#controls .criterion-city{
	margin-left: 209px;;
}

div.datePicker div.dateRange {
	margin-left:108px;
	clear:none;
	width:350px;
	float:left;
	margin-top:0px;
}

ul.criterion-qualification li,ul.criterion-qualification li * {
  /* width: 140px; Pius */
  /* CN:120 */
  /* JP:170 */
  /* width: 200px; */
  width: 200px;
}

ul.criterion-language li,ul.criterion-language li * {
  /* width: 120px; Pius */
  /* EN/FR: 100 */
  /* CN: 95 */
  /* JP: 105 */
  /* width: 115px; */
  width: 100px;
}

ul.criterion-city li,ul.criterion-city li * {
  /* CN: 110 */
  /*width: 100px;*/
  width: 100px;
}

#controls li.menuitem-city span {
	/* CN/JP 63px */
	/* width: 52px; */
	width: 52px;
}

/* ====== Calendar ====== */
.cal {
    width: 38px;
    height: 18px;
    background: transparent url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/criteria/calendar-bgs.gif") no-repeat left top;
}

.cal-booked-booked {background-position: 0 0px;}
.cal-booked-rate1 {background-position: 0 -36px;}
.cal-booked-rate2 {background-position: 0 -18px;}
.cal-booked-rate3 {background-position: 0 -54px;}
.cal-booked-conflict {background-position: 0 -72px;}
.cal-booked-blocked {background-position: 0 -90px;}
.cal-rate1-booked {background-position: 0 -180px;}
.cal-rate1-rate1 {background-position: 0 -198px;}
div.cal-rate1-rate1 {background-position: 0 -202px;}
.cal-rate1-conflict {background-position: 0 -216px;}
.cal-rate1-blocked {background-position: 0 -234px;}
.cal-rate2-booked {background-position: 0 -108px;}
.cal-rate2-rate2 {background-position: 0 -126px;}
.cal-rate2-conflict {background-position: 0 -144px;}
.cal-rate2-blocked {background-position: 0 -162px;}
.cal-rate3-booked {background-position: 0 -252px;}
.cal-rate3-rate3 {background-position: 0 -273px;}
.cal-rate3-conflict {background-position: 0 -288px;}
.cal-rate3-blocked {background-position: 0 -306px;}
.cal-conflict-booked {background-position: 0 -324px;}
.cal-conflict-rate1 {background-position: 0 -342px;}
.cal-conflict-rate2 {background-position: 0 -360px;}
.cal-conflict-rate3 {background-position: 0 -378px;}
.cal-conflict-conflict {background-position: 0 -396px;}
.cal-conflict-blocked {background-position: 0 -414px;}
.cal-blocked-booked {background-position: 0 -432px;}
.cal-blocked-rate1 {background-position: 0 -468px;}
.cal-blocked-rate2 {background-position: 0 -450px;}
.cal-blocked-rate3 {background-position: 0 -486px;}
.cal-blocked-conflict {background-position: 0 -504px;}
.cal-blocked-blocked {background-position: 0 -522px;}


table.events {
  width: 100%;
  padding: 0;
  margin: 0;  
}

table.events td {
  padding: 0;
  margin: 0;
}
table.events td.date {
  font-weight: normal;
  text-align: right;  
}

table.events td.location {
  font-weight: normal;
  text-align: left;  
}


/* ============================== Form elements  ========================== */

.form-button {
    display: inline-block;
    background-image: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/formButtonLeft_6x44.png");
    background-position: left top;
    background-repeat: no-repeat;
		margin: 0;
    padding-left: 6px;
    border: 0;
    height: 22px;
}

.form-button .slider {
    display: inline-block;
    background: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/formButtonRight_300x44.png") no-repeat right top;
    line-height: 0px;
    padding: 7px 12px 0 0; 
		margin-right: 6px;
    border: 0;
    height: 15px;
    min-width: 80px;
    text-transform: uppercase;
    text-align:center;
}

.form-button a {
    color: #000;  
}

.form-button:hover {
    background-position: 0% -22px;
}

.form-button:hover .slider {
    background-position: 100% -22px;
}

.form-button .hover {
    color: #C8CCC3;
}

.form-button .hoverOut {
    color: #000;
}

.form-button-booking {
    background-image: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/formButtonBookingLeft_6x44.png");
}

.form-button-booking .slider {
    background: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/formButtonBookingRight_300x44.png") no-repeat right top;
}

.form .hover {
    color: #C8CCC3;
}

.form .hoverOut {
    color: #000;
}


/* ====== Login Element ====== */
table.login {
    table-layout: auto;
    width: 100%;
}


/* ============================== Footer   ========================== */
.footer {
    clear: both;
    text-align: center;
}

.footer .margin {
    margin: 30px 60px;
    background-color:#0d0b09;
    padding: 3px 5px 3px 0;
    height:12px;
}

.footer .margin .menu {
	
    	padding: 3px 0 0 0;
    
}

/* ============================== Menus   =========================== */


/* ====== Menu - mainNav ====== */
.mainNav ul.menuFlat {
    float: right;
}

.mainNav .menuFlat a {
    background: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/mainNavLeft.gif") no-repeat left top;
    padding: 0 0 0 4px;
    margin: 0 0 0 3px;
}

.mainNav .menuFlat a span {
    color: #000000;
    font-size: 11px;
    letter-spacing: 0.5px;
    height: 21px;
    background: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/mainNavRight.gif") no-repeat right top;
    
    	padding: 7px 15px 0px 11px;
    
}

.mainNav .menuFlat a.active span {
    color: #C8CCC3;
}

.mainNav .menuFlat a:hover {
    background-position: 0% -21px;
}

.mainNav .menuFlat a:hover span {
    background-position: 100% -21px;
    color: #C8CCC3;
}

.mainNav .menuFlat a.hover span {
    color: #C8CCC3;
}

.mainNav .menuFlat a.hoverOut span {
    color: #000;
}

.mainNav .menuFlat a:hover span.label {
    background-position: 100% -21px;
}

.mainNav .menuFlat a.active {
    background-position: 0% -21px;
}

.mainNav .menuFlat a.active span {
    background-position: 100% -21px;
}

/* ====== Menu - subNav ====== */
.subNav {
    padding: 0 58px;
}

.subNav ul.menuFlat {
    float: right;
}

.subNav .menuFlat a {
    background: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/subNavLeft_7x56.png") no-repeat left top;
    padding: 0 0 0 7px;
    margin: 0;
}

.subNav .menuFlat a span {
    height: 19px;
    letter-spacing: 0.5px;    
    background: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/subNavRight_300x56.png") no-repeat right top;
    padding: 9px 15px 0px 11px;
    color: #000000;
    font-size: 11px;
}

.subNav .menuFlat a.active {
    background-position: 0% -28px;
}

.subNav .menuFlat a.active span {
    background-position: 100% -28px;
    color: #C8CCC3 !important;
}

.subNav .menuFlat a:hover {
    background-position: 0% -28px;
}

.subNav .menuFlat a:hover span {
    background-position: 100% -28px;
    color: #C8CCC3;
}

.subNav .menuFlat a.hover span {
    color: #C8CCC3;
}

.subNav .menuFlat a.hoverOut span {
    color: #000;
}

/* ====== Home - Animation paging Styles ====== */
.animationPaging {
	position: absolute;
	bottom: 0; 
	right: 0;
	width: 275px; 
	height:52px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/

	line-height: 40px;

}
.animationPaging a {
	padding: 0;
	display: block;
	float:left;
	width: 43px;
	height: 32px;
	padding: 10px 0 0 0;
	text-decoration: none;
	background: url(/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/button.png);
	color: #fff;

	font-size:22px;
	font-weight: bold;
	
}
.animationPaging a.active {
	background: url(/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/button_aktiv.png);

	font-weight: bold;

}
.animationPaging a:hover {

	font-weight: bold;

}

/* ====== Menu - back Button ====== */
a.backInBooking span {
	background: url(/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/backButton_right.png) no-repeat;
	background-position:right top;
	height:15px;
	line-height:15px;
	display:block;
	
		padding: 8px 9px 0 8px;
	
}
a.container_bookNowButton_EN,
a.container_bookNowButtonMiles_en_BASIC,
a.container_bookNowButtonMiles_en_FREQUENT,
a.container_bookNowButtonMiles_en_SENATOR{
	display:block;
	float:right;
	width:216px;
	height:40px;
	background: url(/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/bookNow_EN.png);
}
a.container_bookNowButton_EN:hover {
	background: url(/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/bookNowDown_EN.png);
}


a.container_bookNowButtonMiles_en_BASIC {
	background: url(/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/container/BookNow_en_BASIC.png);
}
a.container_bookNowButtonMiles_en_BASIC:hover {
	background: url(/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/container/BookNowDown_en_BASIC.png);
}

a.container_bookNowButtonMiles_en_FREQUENT {
	background: url(/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/container/BookNow_en_FREQUENT.png);
}
a.container_bookNowButtonMiles_en_FREQUENT:hover {
	background: url(/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/container/BookNowDown_en_FREQUENT.png);
}

a.container_bookNowButtonMiles_en_SENATOR {
	background: url(/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/container/BookNow_en_SENATOR.png);
}
a.container_bookNowButtonMiles_en_SENATOR:hover {
	background: url(/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/container/BookNowDown_en_SENATOR.png);
}

a.confirmBooking {
	float:right;
	width:216px;
	height:40px;
	background: url(/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/booking/confirmbooking_up_en.png) no-repeat;
}
a.confirmBooking:hover {
	background: url(/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/booking/confirmbooking_down_en.png) no-repeat;
}

.subNav ul.backButton {
	min-width:70px;
    height: 28px;
}

.subNav .backButton a {
    background: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/subNavLeft_7x56.png") no-repeat left top;
    padding: 0 0 0 7px;
    margin: 0;
}

.subNav .backButton a span {
    height: 19px;
    letter-spacing: 0.5px;    
    background: url("/cms/cmsCustom/atyourside/headers/default_v1.0.0/images/subNavRight_300x56.png") no-repeat right top;
     
    	padding: 9px 12px 0px 4px;
   	
    color: #000000;
    font-size: 11px;
}

.subNav .backButton a.active {
    background-position: 0% -28px;
}

.subNav .backButton a.active span {
    background-position: 100% -28px;
    color: #C8CCC3 !important;
}

.subNav .backButton a:hover {
    background-position: 0% -28px;
}

.subNav .backButton a:hover span {
    background-position: 100% -28px;
    color: #C8CCC3;
}

.subNav .backButton a.hover span {
    color: #C8CCC3;
}

.subNav .backButton a.hoverOut span {
    color: #000;
}


/* ====== Menu - footer ====== */

.footer .menuFlat a span {
    padding: 0px 20px;
    color: #646459;
    letter-spacing: 0.5px;
    
}

/* INM Footer Item */
.footer .menuFlat a.lastItem span {
  color: #25211d !important;
}


.footer .menuFlat a:hover span {
    color: #808080;
}

.footer .menuFlat a.active span {
    color: #808080;
}



