/* @group General Styles */

body {
    font: 0.8em/1.5 Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    background: url(../images/body_bg.png) repeat;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #191919;
}

p {
    margin: 0 0 10px;
}

b, strong {

}

a:link, a:visited {
    color: #5aa29b;
}

a:hover, a:active {
    text-decoration: none;
}

img {
    border: none;
    margin: 0;
}

.image-left {
}

.image-right {
}

#content ul {
    margin: 0 5px 10px;
    padding: 0;
    list-style-type: square;
    list-style-position: inside;
}

/* @end */

/* @group Main Content */

#container {
    text-align: left;
    width: 850px;
    padding: 0 5px;
    margin: 0 auto;
    background: url(../images/content_bg_960.png) repeat-y;
    position: relative;
}

.clearer {
    clear: both;
}

#pageHeader {
    width: 850px;
    height: 140px;
    overflow: hidden;
    background: url(../images/header_circles.png) repeat-x -88px;
    position: relative;
    x-index: 200;
}

#pageHeader h1, #pageHeader h2 { display: none; }

#pageHeader .logo {
    text-indent: -999em;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 850px;
    height: 141px;
    text-decoration: none;
}

#contentContainer {
    width: 407px;
    margin-left: 192px;
}

#contentContainer #content {
    padding-top: 10px;
    padding-bottom: 30px;
}

.controlBar {
    color: #fff;
    height: 368px;
    position: relative;
    margin-bottom: 10px;
}

.controlBar h2 {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    left: 5px;
    bottom: 0px;
    color: #fff;
    letter-spacing: 1px;
}

.controlBar a {
    position: absolute;
    bottom: 0;
    display: block;
    height: 20px;
    width: 20px;
    text-indent: -999em;
}

.controlBar .next {
    right: 0;
    background: url(../images/controlbar_next.png);
}

.controlBar .prev {
    right: 20px;
    background: url(../images/controlbar_prev.png);
}


p.smallLinks {
    margin: 0 0 10px;
    padding: 5px 0 0 0;
    border-top: 1px solid #d5d5d5;
}

p.smallLinks .book a {
    padding-left: 12px;
    background: url(../images/grey_book_now_arrow.png) no-repeat left 1px;
    text-decoration: none;
    color: #b8b8b8;
    margin-right: 10px;
}

p.smallLinks .reviews a {
    padding-left: 21px;
    background: url(../images/grey_quote_bubble.png) no-repeat left 2px;
    text-decoration: none;
    color: #b8b8b8;
}

p.smallLinks a:hover {
    text-decoration: underline;
}

/* @end */

/* @group Right sidebar */

#sidebarContainer {
    float: right;
    width: 230px;
    padding-right: 10px;
}

#sidebarContainer #sidebar {
    padding: 10px 0;
}

#sidebar h3.comments {
    padding: 5px 0 0 10px;
    height: 26px;
    margin: 0 0 10px;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    background: url(../images/slider_button_bg.png) repeat-x;
    position: relative;
}

.squashed {
    letter-spacing: -1px;
}

/* @group Title block */

#sidebar .titleBlock {
    padding: 10px;
    margin-bottom: 10px;
    height: 117px;
    position: relative;
}

#sidebar .titleBlock h2 {
    position: absolute;
    left: 10px;
    bottom: 22px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 1px;
}

#sidebar .titleBlock p {
    position: absolute;
    left: 10px;
    bottom: 5px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 1px;
}

/* @end */

/* @group Book now button */

#sidebar .bookNow {
    display: block;
    height: 58px;
    background-image: url(../images/book_now_button_bg.png);
    position: relative;
    x-index: 0;
    margin-bottom: 10px;
}

#sidebar .bookNow a {
    display: block;
    width: 205px;
    height: 50px;
    position: absolute;
    x-index: 2;
    font-size: 1.2em;
    padding-left: 25px;
    padding-top: 8px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: url(../images/book_now_arrow.png) no-repeat 10px 11px;
    color: #fff;
}

#sidebar .bookNow p {
    position: absolute;
    left: 10px;
    bottom: 5px;
    x-index: 1;
    margin: 0;
    color: #fff;
    font-size: 0.9em;
}

#sidebar .bookNow:hover p,
#sidebar .bookNow a:hover {
    color: #c1edea;
}

#sidebar .bookNow a:hover {
    background: url(../images/book_now_arrow_over.png) no-repeat 10px 11px;
}

/* @end */

.thumbnails {
    width: 230px;
    margin-bottom: 3px;
}

.thumbnails a {
    border-bottom: 5px solid #1a1010;
}

.thumbnails .left,
.thumbnails .middle {
    height: 68px;
    margin-right: 7px;
    margin-bottom: 7px;
    float: left;
}

.thumbnails .right {
    height: 68px;
    margin-bottom: 7px;
    float: right;
}

.thumbnails .blank {
    height: 72px;
    width: 72px;
    display: block;
    background: #e6e6e6;
}

/* @group Accordion info blocks */

.infoBlock {
    background: #1a1010;
    color: #fff;
    margin: 0 0 10px;
    padding: 0;
}

.infoBlock p { padding: 10px; margin: 0; }

.infoBlock .standard a:link,
.infoBlock .standard a:visited {
    padding-left: 18px;
    color: #c1edea;
    background: url(../images/side_circle_arrow.png) no-repeat left center;
    text-decoration: none;
}

.infoBlock .standard a:hover {
    color: #75d0c7;
    background: url(../images/side_circle_arrow_over.png) no-repeat left center;
}

.infoBlock h3 {
    padding: 5px 0 0 10px;
    height: 26px;
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    background: url(../images/slider_button_bg.png) repeat-x;
    position: relative;
}

.infoBlock h3:hover { cursor: pointer; color: #c1edea; }

.infoBlock h3.active { color: #c1edea; }

.infoBlock ul {
    margin: 0 10px;
    padding: 0 0 10px;
    list-style-type: none;
}

/* @end */

/* @group Tool tips / icons */

.infoBlock ul.information {
    margin: 0 0 15px 2px;
    padding: 0;
    list-style-type: none;
}

.infoBlock ul.information li {
    display: inline;
}


.infoBlock ul.information a {
    text-indent: -999em;
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin: 15px 8px 0;
    cursor: default;
}

.infoBlock ul.information a:active, .infoBlock ul.information a:focus { outline-style: none; -moz-outline-style:none; }


/* @group Icons */

/* Icons */
ul.information .bath_0 {
    background-color: red;}
ul.information .bath_1 {
    background-image: url(../images/icons/icon_bath_1.png);}
ul.information .bath_2 {
    background-image: url(../images/icons/icon_bath_2.png);}
ul.information .bath_3 {
    background-image: url(../images/icons/icon_bath_3.png);}

ul.information .bbq {
    background-image: url(../images/icons/icon_bbq.png);}
ul.information .no_bbq {
    background-image: url(../images/icons/icon_no_bbq.png);}

ul.information .bed_1 {
    background-image: url(../images/icons/icon_bed_1.png);}
ul.information .bed_2 {
    background-image: url(../images/icons/icon_bed_2.png);}
ul.information .bed_3 {
    background-image: url(../images/icons/icon_bed_3.png);}
ul.information .bed_4 {
    background-image: url(../images/icons/icon_bed_4.png);}
ul.information .bed_5 {
    background-image: url(../images/icons/icon_bed_5.png);}
ul.information .bed_6 {
    background-image: url(../images/icons/icon_bed_6.png);}

ul.information .child {
    background-image: url(../images/icons/icon_child.png);}

ul.information .cot {
    background-image: url(../images/icons/icon_cot.png);
}

ul.information .hottub {
    background-image: url(../images/icons/icon_hottub.png);
}
ul.information .disabledaccess {
    background-image: url(../images/icons/icon_disabled.png);
}
ul.information .pet {
    background-image: url(../images/icons/icon_pet.png);
}

ul.information .garden {
    background-image: url(../images/icons/icon_garden.png);
}

ul.information .internet {
    background-image: url(../images/icons/icon_internet.png);
}

ul.information .parking {
    background-image: url(../images/icons/icon_parking.png);
}

ul.information .phone {
    background-image: url(../images/icons/icon_phone.png);
}

ul.information .view {
    background-image: url(../images/icons/icon_views.png);
}

ul.information .smoking {
    background-image: url(../images/icons/icon_smoking.png);
}
ul.information .tv {
    background-image: url(../images/icons/icon_tv.png);
}
ul.information .dvd {
    background-image: url(../images/icons/icon_dvd.png);
}
ul.information .hifi {
    background-image: url(../images/icons/icon_hifi.png);
}
ul.information .ipod {
    background-image: url(../images/icons/icon_ipod.png);
}
ul.information .console {
    background-image: url(../images/icons/icon_playstation.png);
}
ul.information .deposit {
    background-image: url(../images/icons/icon_deposit.png);
}
/* No Icons */
ul.information .no_child {
    background-image: url(../images/icons/icon_no_child.png);
}
ul.information .no_cot {
    background-image: url(../images/icons/icon_no_cot.png);
}
ul.information .no_hottub {
    background-image: url(../images/icons/icon_no_hottub.png);
}
ul.information .no_disabledaccess {
    background-image: url(../images/icons/icon_no_disabled.png);
}
ul.information .no_pet {
    background-image: url(../images/icons/icon_no_pet.png);
}
ul.information .no_garden {
    background-image: url(../images/icons/icon_no_garden.png);
}
ul.information .no_internet {
    background-image: url(../images/icons/icon_no_internet.png);
}
ul.information .no_parking {
    background-image: url(../images/icons/icon_no_parking.png);
}
ul.information .no_phone {
    background-image: url(../images/icons/icon_no_phone.png);
}
ul.information .no_view {
    background-image: url(../images/icons/icon_no_views.png);
}
ul.information .no_smoking {
    background-image: url(../images/icons/icon_no_smoking.png);
}
ul.information .no_tv {
    background-image: url(../images/icons/icon_no_tv.png);
}
ul.information .no_dvd {
    background-image: url(../images/icons/icon_no_dvd.png);
}
ul.information .no_ipod {
    background-image: url(../images/icons/icon_no_ipod.png);
}
ul.information .no_hifi {
    background-image: url(../images/icons/icon_no_hifi.png);
}
ul.information .no_console {
    background-image: url(../images/icons/icon_no_playstation.png);
}

/* @end */

/* @end */

.tool-tip {
    width: 100px;
    x-index: 13000;
    margin-top: 15px;
    margin-left: -47px;
    text-align: left;
    background: #c1edea;
    padding: 2px;
    color: #1a1010;
}

.tool-title {
    display: none;
}

.tool-text {
    font-size: 11px;
}

.custom-tip {
    width: 130px;
    x-index: 13000;
}

div.atStart {
    position: relative;
}

.atStart #map {
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    height: 300px;
}

#height {
    display: block;
    height: 300px;
}

/* @group Price table */

table.price {
    margin: 5px 10px 0;
    padding: 10px 0;
    font-size: 1em;
    text-align: left;
    border-collapse: collapse;
    width: 210px;
}

table.price thead.header td,
table.price tr.header td {
    color: #b9e4e2;
    font-weight: bold;
    padding: 5px 0 2px;
}

table.price td {
    padding: 1px 0;
}

#sidebar em {
    color: #3c3434;
    font-size: 0.9em;
}

a.book_text_link {
    color: #c1edea;
}

/* @end */
/* @end */

/* @group Footer */

#footer {
    height: 50px;
    background-color: #1a1010;
    position: relative;
}

#footer p {
    margin: 0 10px;
    padding: 5px 0;
    color: #c1edea;
}

#footer .slogan {
    display: block;
    color: #fff;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}

#footer #quickLinks {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 230px;
    height: 53px;
    padding-top: 5px;
    background-image: url(../images/footer_quick_links_bg.png);
}

#footer #quickLinks h1 {
    margin: 0 0 0 5px;
    font-size: 1.5em;
    font-weight: normal;
    text-transform: uppercase;
    color: #1a1010;
}

#footer #quickLinks ul {
    margin: 0 0 0 5px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
}

#footer #quickLinks ul li {
    display: inline;
    margin-right: 10px;
}

#footer #quickLinks ul li a {
    color: #fff;
    text-decoration: none;
}

#footer #quickLinks ul li a:hover {
    color: #1a1010;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
}

#breadcrumbcontainer ul {
}

#breadcrumbcontainer li {
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}

/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
    position: absolute;
    left: 10px;
    top: 0;
}

#navcontainer .current {
    border-top: 5px solid #c1edea;
    color: #c1edea;
    padding-top: 5px;
}

#navcontainer .currentAncestor {
    border-top: 5px solid #c1edea;
    color: #c1edea;
    padding-top: 5px;
}

/* Parent - Level 0 */

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

#navcontainer li {
    display: inline;
}

#navcontainer a {
    color: #fff;
    text-decoration: none;
    padding-top: 10px;
    display: block;
    float: left;
    margin-right: 26px;
    letter-spacing: 1px;
}

#navcontainer a:hover {
    border-top: 5px solid #c1edea;
    color: #c1edea;
    padding-top: 5px;
}

#navcontainer ul ul {
    display: none;
}

/*Side navigation */
#sideNavcontainer {
    float: left;
    width: 182px;
    line-height: normal;
    position: relative;
    x-index: 200;
    
    /* added*/
    display: block;
}

#pattern {
    background: url(../images/left_side_circles_bg.png) no-repeat left bottom;
    position: absolute;
    left: 5px;
    bottom: 50px;
    x-index: 199;
    display: block;
    width: 182px;
    height: 591px;
}

#sideNavcontainer ul {
    margin: 0 0 0 -999em;
    padding: 0;
    list-style-type: none;
}

#sideNavcontainer ul a {
    display: none;
}

#sideNavcontainer ul ul {
    /*position: absolute;
    top: 10px;*/
    width: 182px;
    margin-left: 999em;
    padding: 24px 0 23px;
    background: url(../images/sub_menu_title.png) no-repeat left 0;
}
#sideNavcontainer ul ul ul {
    position: relative;
    top: 0;
}

#sideNavcontainer ul ul li a {
    display: block;
    color: #191919;
    text-decoration: none;
    padding: 4px 2px 0 10px;
    margin-bottom: 1px;
    height: 19px;
}

#sideNavcontainer ul ul a:hover,
#sideNavcontainer ul ul .current,
#sideNavcontainer ul ul .currentAncestor {
    color: #fff;
}

#sideNavcontainer ul ul ul {
    margin: 0 0 0 0;
    padding: 0 0 0 27px;
    line-height: 1.4;
    list-style-type: circle;
    color: #ccc;
    background-image: none;
}

#sideNavcontainer ul ul ul a:link,
#sideNavcontainer ul ul ul a:visited {
    padding: 3px 0 0 0;
    height: 19px;
}

#sideNavcontainer ul ul ul a:hover,
#sideNavcontainer ul ul ul .current {
    background: transparent;
}

#sideNavcontainer ul ul ul .current {
    font-weight: bold;
}

/*Newsletter Form */
#newsletterWrap {
    /*position: absolute;
    left: 5px;
    bottom: 55px;
    x-index: 200;*/
    width: 162px;
    padding: 0 10px 10px;
    
    /*addded*/
    display: block;
}

#newsletterWrap h3 {
    margin: 0 -10px 10px;
    padding: 2px 10px;
    font-size: 1em;
    background-color: #1a1010;
    color: #fff;
}

#newsletterWrap p {
    color: #3c3434;
    font-style: italic;
}

#newsletterWrap ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#newsletterWrap ol li {
    margin: 0 0 10px;
    padding: 0;
}

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

#newsletterWrap form input {
    font-size: 0.85em;
    padding: 1px;
    width: 150px;
    color: #808080;
}

#newsletterWrap form input[type="submit"] {
    font-size: 1em;
    width: auto;
    color: #191919;
}

/* @end */

/* @group Global Classes */

blockquote {
    margin: 0 0 5px 0;
    padding: 0;
    text-indent: 20px;
    background: url(../images/quotes_open.png) no-repeat left top;
}

blockquote div {
    display: inline;
    padding-right: 20px;
    background: url(../images/quotes_close.png) no-repeat right bottom;
}

.author {
    font-style: italic;
    display: block;
    margin-bottom: 20px;
}

h1 {
    margin: 0;
    font-weight: normal;
    display: inline;
    font-size: 2em;
    margin-right: 10px;
    color: #1a1010;
    letter-spacing: -1px;
}

h2 {
    font-size: 2em;
    margin: 0;
    font-weight: normal;
    display: inline;
    letter-spacing: -1px;
}

h3 {
    font-size: 1.5em;
    margin: 0;
    font-weight: normal;
}

h4 {
    font-size: 1.5em;
    margin: 0;
    font-weight: normal;
    color: #5aa29b;
}

.imageStyle {
}
/* @end */

/* @group Contact Form */
.message-text {
}

.required-text {
}

.form-input-field {
    font-size: 1em;
    width: 390px;
}

.form-input-button {
    font-size: 1.3em;
}

#usefulLinks {
    position: absolute;
    left: 5px;
    top: 150px;
    x-index: 200;
    width: 182px;
}

#usefulLinks img {
    margin-left: 10px;
}

#usefulLinks h3 {
    margin: 0 0 5px;
    padding: 2px 10px;
    font-size: 1em;
    background-color: #1a1010;
    color: #fff;
}

#usefulLinks h4 {
    padding: 0;
    margin: 5px 0 4px 0;
    font-size: 1em;
    font-weight: bold;
    color: #244;
    line-height: 15px;
}

#usefulLinks div {
    padding: 0 10px 10px 10px;
}

#usefulLinks form input {
    margin: 3px 3px 3px 0;
    padding: 0;
    }

#usefulLinks p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    color: #666;
    padding: 0;
    margin: 0;
}

#usefulLinks ul {
    margin: 0 0 10px;
    padding: 0;
    list-style-type: none;
}

#usefulLinks ul li a {
    padding: 4px 0 3px 25px;
    height: 20px;
    background-image: url(../images/grey_book_now_arrow.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    display: block;
    text-decoration: none;
}

#usefulLinks ul li a:hover { text-decoration: underline; }

#cancellationTerms {
    width: 600px;
    text-align: left;
    margin: 10px 0 20px 10px;
}

#cancellationTerms th {
    width: 300px;
    vertical-align: bottom;border-bottom: 1px solid #7f7f7f;
}

#cancellationTerms  td{
    width: 300px;
}

#liability {
    list-style-type: lower-latin;
}

.bold {
    font-weight: bold;
}

/* @end */

/* @group Awards */

#awards {
    display: block;
    color: #fff;
    margin: 0 0 10px;
    padding: 0;
    height: 154px;
}

#awards h3{
    padding: 5px 0 0 10px;
    height: 26px;
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    background: url(../images/slider_button_bg.png) repeat-x;
}

#awards blockquote{
    padding: 0 0 5px 0;
    margin: 38px 0 0 90px;
    width: 130px;
    font-weight: normal;
    background: none;
    text-align: center;
    text-indent: 0px;
}
#awards blockquote .lquot{
    font: 2em/0.3em Georgia, "Times New Roman", Times, serif;
    margin-left: -15px;
}

#awards blockquote .rquot{
    font: 2em/0.3em Georgia, "Times New Roman", Times, serif;
}

#awards cite {
    text-align: right;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}

#awards cite a,
#awards cite a:visited {
    color: #fff;
    text-decoration: none;
}

#awards cite a:hover,
#awards cite a:active {
    color: #c1edea;
}

/* @end */

/* @group Press */

#press {
    display: block;
    color: #fff;
    margin: 0 0 10px;
    padding: 0;
    height: 190px;
    background: #1a1010;
}

#press h3 {
    padding: 5px 0 0 10px;
    height: 26px;
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    background: url(../images/slider_button_bg.png) repeat-x;
}

#press img {
    display: block;
    margin: 10px auto;
}

#press blockquote{
    font-size: 0.9em;
    padding: 0 10px;
    font-weight: normal;
    background: none;
    text-align: left;
    text-indent: 0px;
}

#press cite {
    text-align: right;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

#press cite a,
#press cite a:visited {
    color: #fff;
    text-decoration: none;
}

#press cite a:hover,
#press cite a:active {
    color: #c1edea;
}

/* @end */

img#sale-banner {
    position: absolute;
    top: 53px;
    left: 520px;
    width: 312px;
    height: 67px;
}

.press-article {
    margin-bottom: 30px;
}

.press-article h3 {
    font-size: 2em;
    line-height: 1;
}

.press-article img {
    float: left;
    margin-right: 10px;
    max-width: 300px;
    border: 1px solid #eee;
}

.article-contents {
    float: right;
    width: 335px;
}

hr {
    clear: both;
    border: 1px solid #fff;
}

#slideshow img {
    display: none;
}

img.floatleft {
    padding: 0 22px 22px 0;
    float: left;
}

img.floatright {
    padding: 0 0 22px 22px;
    float: right;
}

img.left {
    padding: 0 22px 0 0;
    display:block;
    margin-right: auto;
}

img.right {
    padding: 0 0 0 22px;
    display:block;
    margin-left: auto;
}

img.center {
    padding: 0;
    display:block;
    margin-left: auto;
    margin-right: auto;
}


.grey {
    color: #909090;
}

.blue {
    color: #98afd7;
}

.plum {
    color: #9E6886;
}


/* form with fieldsets */
.fieldsets .module {
	border: 0;
	margin-bottom:5px;
	width: 500px
}

.fieldsets .form-row {
	border-bottom:1px solid #EEEEEE;
	font-size:12px;
	overflow:hidden;
	padding:8px 12px;
}
.form-row img, .form-row input {
	vertical-align:middle;
}

.fieldsets .aligned label {
	display:block;
	float:left;
	padding:3px 10px 0 0;
	width:8em;
}

.fieldsets .aligned .vCheckboxLabel {
	display:inline;
	float:none !important;
	padding-left:4px;
}

.fieldsets .aligned p.help {
	padding-left: 8em;
	color: #999999;
}

label.required {
	color:#333333 !important;
	font-weight:bold !important;
}

.fieldsets .errors {
	background:#FFFFCC none repeat scroll 0 0;
}

.fieldsets .errorlist li {
	background:red none repeat scroll 0 0;
	color:white;
	display:block;
	font-size:12px !important;
	margin:0 0 3px;
	padding:4px 5px 4px 25px;
}


/* Booking from styles */

#booking {
	padding-top: 20px;
	font-size: 11px;
	padding-right: 30px;
}

#booking div.item {
	display: block;
	margin-bottom: 15px;
}

#booking div.item label a {
	color: #01219b;
}

#booking div.item div.item_title {
	float: left;
	display: inline;
	width: 200px;
	margin-right: 15px;
}

#booking div.item div.arrow {
	background: transparent url("../images/booking-title-arrow.png") no-repeat 100% 2px;
	min-height: 50px;
}

#booking div.item div.item_content {
	float: left;
	display: inline;
	width: 512px;
}

#booking div.item div.item_title div.number {
	float: left;
	display: inline;
	width: 35px;
	color: #120908;
	font-size: 3.2em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 0.9em;
	margin-top: 5px;
}

#booking div.item div.item_title div.text {
	float: left;
	display: inline;
	width: 160px;
	color: #d5d5d5;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 5px;
}

#booking div.info {
	background: transparent url("../images/icon-info.png") no-repeat 0 4px;
	padding: 5px 5px 5px 30px;
	margin: 5px 0;
	color: #666;
	line-height: 170%;
}

#booking div.info span {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}

#booking div.input {
	margin-top: 8px;
}

#booking div.input label {
	margin-left: 5px;
	color: #666;
	font-weight: bold;
}

#booking input.text {
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 4px;
}

#booking input.number {
	width: 60px;
}

#booking input.checkbox {
	margin-top: -2px;
	vertical-align: middle;
}

#booking div.extras-input {
	width: 400px;
	padding: 0 10px;
	float: left;
	display: inline;
	color: #888;
}

#booking div.extras-input label {
	font-weight: normal;
	line-height: 26px;
}

#booking div.extras-price {
	width: 80px;
	padding-right: 10px;
	float: left;
	display: inline;
	text-align: right;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 10px;
	line-height: 26px;
}

#booking hr {
	height: 1px;
	border-width: 0;
	margin: 0 0 5px;
	float: none;
	
	color: #d5d5d5;
	background-color: #d5d5d5;
}

#booking ul {
	margin: 5px 10px 0;
}

#booking ul li {
	line-height: 180%;
	font-size: 1.1em;
	color: #000;
}

#booking ul li span {
	float: right;
	margin-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#booking ul.total {
	margin-top: 8px;
}

#booking ul.total li {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#booking ul.total li span {
	font-size: 1.6em;
}

#booking h3 {
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	padding: 8px 10px 0;
}

#booking h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
	padding: 20px 10px 0;
	margin: 0;
	border-bottom: 1px solid #d5d5d5;
}

#booking p {
	margin: 0;
	padding: 0 10px;;
	color: #888;
}

/* END of Booking from styles */