/**
 * Style sheet for hotel specific styles only
 */

/* top and bottom navigation */

ul#topnav li a {
   color:#003584;
}

ul#mainnav {
   background:#003584 url(../images/navigation/mainnav-bg-blue.gif) left center repeat-x;
}
ul#mainnav li a.youAreHere {
   color:#003584;
}


/* end of top and bottom navigation */

p#breadcrumb a {
   background: transparent url(../images/navigation/arrow-blue11-r.gif) 4px center no-repeat;
}

/* sidebars */

.bloc {
   background-color:#f5f8f9;
}

#sidebar-right .alert {
   background-color:#f5f8f9;
}

div#sidebar-right div.alert h4, 
table.bloc h2 {
   background-color:#003584;
   color:#fff;
   padding:10px;
   font-size:0.8em;
}

div.inheritChildLink p.size1 { 
   font-size:2em; 
   font-weight:bold; 
   line-height:100%;
}
div.inheritChildLink p.size2 { 
   font-size:1.2em; 
   line-height:100%;
}
div.inheritChildLink p.size3 { 
   font-size:1em; 
   line-height:100%;
}


/* end of sidebars */

a {
   color:#003584;
}
a.arrow {
   background: transparent url(../images/navigation/arrow-blue13-r.gif) right center no-repeat;
}


.yui-tt {
   border-color:#003584;
}

table.bloc img {
   display:block;
   padding:10px 0 10px 10px;
}

/* hotel rules for the content bloc */


div.formColumn {
   font-size:100%;
   float:right;
   width:26.7%;
   border-left:1px solid #ccc;
   padding-left:1%;
   position:relative;
   overflow:hidden;
   left:-1.5px;
}

div.formColumn p {
   padding:0 0 0 0.4em;
}

div.formColumn h3, 
div#hotelInfo h3 {
   padding:10px 0 10px 5px;
}

div.formColumn form {
   width:90%;
   padding:0.5em 4%;
}

div.formColumn form select, 
.txtBox {
   width:90%;
   margin:0.2em 8% 0.4em 0;
}

div.formColumn form p {
   padding:0;
}

div#imageSwitch, 
div#hotelInfo {
   border-right:1px solid #ccc;
   width:72%;
   float:left;
}

div#imageSwitch img#mainImage { 
   padding:10px 0 0 10px; 
}

div#imageSwitch img.imageSwitcher { 
   padding:7px 0 10px 7px; 
}

div#imageSwitch img.firstThum { 
   padding-left:10px; 
}

ul.rowList {
   margin:10px 0 10px 0;
   padding:0 0 0 10px;
   float:left;
}

ul.rowList li {
   padding:0 0 5px 0;
   list-style-type:none;
}

ul.rowList li a {
   padding-right:1em;
   background: transparent url(../images/navigation/arrow-blue13-r.gif) right center no-repeat;
}

ul.ticked {
   margin:0;
   padding:10px;
   float:left;
   width:45%;
}

.clearFloat {
   clear:left;
   padding:0 0 1px 0;
}

.clearRight {
   clear:right;
   padding:0 0 1px 0;
}

.addborder {
   border-bottom:1px solid #ccc;
}

/* loose styles */

.bigTxt {
   font-size:1.8em;
}

div.tableTabs h3 span {
   background-color:#f5f8f9;
   border-bottom:1px solid #f5f8f9;
}

/* Colour form asterix with the same colour scheme as the section */
form p span, form fieldset p span,
form fieldset label span {
   color:#003584;
}
.smalltext2 {font-size: 0.7em;}