
#contents blockquote p {
    padding: 0;
    margin: 0;
}

#contents blockquote h5 {
    margin-top: 1.6em;
    font-family: 'times, times new roman, serif';
}

#contents img {
    max-width: 100%;
}

p.date {
    text-align: right;
    margin-bottom: 10px;
    margin-right: 10px;
    font-weight: bold;
    font-size: .9em;
}

.right-align {
    text-align:right;
}



.bookingagent {
    text-align: left;
}

#page {
    height: 100%;
    margin: 10px auto;
    text-align: left;
    max-width: 931px;
}

#unbranded_page {
    height: 100%;
    text-align: left;
    margin-left: 0;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}

#unbranded_page #hire-contents,
#unbranded_page #booking-summary-page,
#unbranded_page #hire-summary-container {
    float: left;
}

#unbranded_page #hire-contents {
    padding: 15px;
    margin: 1em 10px;
    width: 460px;
}

#unbranded_page #booking-summary-page {
    width: 670px;
    padding: 15px;
}

#unbranded_page #hire-summary-container {
    width: 200px;
}


#header {
    position: relative;
}

@media only screen and (min-width: 945px) {
    #header img {
        max-width: none;
    }
}

#header h1 {
    margin: 0;
}

#popup-header {
  margin-bottom: 20px;
}

#popup-header .popup-title {
  position: absolute;
  top: 25px;
  left: 23%;
  color: #00AEEF;
}

.popup-title h1 {
  font-size: 2.4rem;
  font-weight: bold;
}

.popup-title .subtitle {
  font-size: 1.6rem;
  font-weight: bold;
}

.popup-footer {
  padding: 10px;
  background: #00AEEF;
  color: white;
  border-radius: 0 0 10px 10px;
  margin-top: 10px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}
.popup-footer a {
  color: white;
}
.popup-footer .contact {
  margin: 0 0.5em;
}

/*
#languagechooser {
    position: relative;
    top: 8px;
    right: 15px;
    width:20px;
    line-height: 1;
}
*/

#header p {
    color: #FFFFFF;
    font-size: 0.8em;
    font-weight: bold;
    padding-top: 85px;
    text-align: right;
}
#header2 h1 {
    display: none;
}
#header2 p {
    color: #FFFFFF;
    font-size: 0.8em;
    font-weight: bold;
    padding-top: 85px;
    text-align: right;
}
#contentsForm {
    text-align: left;
    width: 495px;
}

#contents, #hire-contents, #booking-summary-page {
    clear: right;
    text-align: left;
    padding: 0 5px;
    position: relative;
    border: 1px SOLID #F1F1F1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#hire-contents {
    margin-bottom: 15px;
}

#hire-equipment-form {
    padding-top: 20px;
}

.booking-title {
    position: relative;
    margin-bottom: 20px;
}

.booking-title .text {
    background: #00AEEF;
    color: white;
    line-height: 50px;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 10px 0;
    display: block;
}

.booking-title .text .num {
    margin-right: 75px;
}

.booking-title i {
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 30px;
    top: -10px;
}

.booking-title .header01 { background: url("../img/header01.3e819e20be2f.png"); }
.booking-title .header02 { background: url("../img/header02.e7fc30e21787.png"); }
.booking-title .header04 { background: url("../img/header04.2fe11f4a1963.png"); }
.booking-title .header05 { background: url("../img/header05.7c61ba0e4027.png"); }


#left-col, #right-col {
    padding: 0 5px;
    margin: 15px 0;
}

.inner {
    padding: 15px;
}

.messages {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.messages li {
    border-radius: 10px;
    border: 2px solid #00aeef;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
    padding: 7px;
    font-size: .8em;
    margin: 0 0 5px 0;
    text-align: center;
    font-weight: bold;
}

.messages li a {
    text-decoration: underline;
}

.messages li.info {
    border-color: #ec287a;
    color: #ec287a;
    background: repeating-linear-gradient(
        -45deg,
        #f2bad7,
        #f2bad7 50px,
        #f4c7dc 50px,
        #f4c7dc 100px
    );
}

.messages li.success {
    padding-left: 30px;
    background:
        url("../img/success-tick.62ea0886e308.png") no-repeat 5px,
        repeating-linear-gradient(
            -45deg,
            #aee0f7,
            #aee0f7 50px,
            #bee7f9 50px,
            #bee7f9 100px
        );
    color: #00AEEF;
}

.messages li.success a {
    color: #ec287a;
}

#hire-summary-container {
    position: relative;
    float: right;
}

#hire-summary-container > div {
    margin-bottom: 10px;
    padding: 15px;
    color: #333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px SOLID #00AEEF;
    background: #FAFAFA;
}

#hire-summary .insurance {
    text-align: right;
}

@media only screen and (min-width: 910px) {
    #hire-summary-container > div { font-size: 0.85em;}
}

#reload-booking-form p {
    color: #666;
    font-size: .9em;
}

.uniForm .load-booking-form .fieldsetHint {
    padding: 5px 0;
}

.uniForm .load-booking-form .ctrlHolder {
    padding: 5px 0;
}

.uniForm .load-booking-form .textInput,
.uniForm .load-booking-form .emailinput {
    width: 95%;
}

#minimum-details {
    padding: 1px 0;
}

a.button, .submitButton {
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    text-decoration: none;
    color: #FFF;
    background: #00aeef;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    border: 0;
    outline: 0;
    margin-bottom: 3px;
    margin-left: 2px;
}

a.button:hover, .submitButton:hover {
    background: #6BD2EF;
}

a.button.danger {
    background: #DA4F49;
}

a.button.green {
    background: #00D486;
}

a.button.grey {
    background: #C9CFD4;
}

a.button {
    font-size: 12px;
}

#hire-summary-container h3 {
    padding: 0 0 .3em 0;
    margin: 0 0 .3em 0;
    color: #000;
    border-bottom: 1px SOLID #926A20;
}

#hire-summary-container strong {
    color: #333;
success}

#hire-summary-container ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#hire-summary-container ul li {
    margin-bottom: .5em;
    line-height: 1.3em;
}

#booking-summary-page div {
    margin-bottom: .5em;
}

#booking-summary-page .well {
    margin-top: 20px;
}

#booking-summary-page a.button {
    float: right;
}

#booking-summary-page .booking-buttons {
    float: left;
    margin-bottom: 1em;
}

table.equipment td, table.equipment th {
/*    font-size: .8em;*/
    padding: 5px;
    margin: 0;
    border-bottom: 1px SOLID #DDD;
}

td.price, th.price, th.instoreprice, td.instoreprice, td.insurance {
    text-align: right;
}

td.price {
    font-weight: bold;
}

tr.totals td, tr.totals th {
    border-top: 3px SOLID #DDD;
    border-bottom: 0px;
}

.instoreprice {
    color: #999;
    text-decoration: line-through;
}

.coolearth-contributions {
    color: #7DC79D;
}

table.equipment tr.savings td, table.equipment tr.savings th {
    background: #97D4A7;
    color: #FFF;
    border-bottom: 0px;
}

p.cool-earth-contributions {
    background: #7DC79D;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px 7px;
}

td.action a {
    font-size: .8em;
}

table.equipment {
    width: 100%;
    margin-bottom: 10px;
}

#xlicon {
    float: left;
    margin-right: 5px;
}

#booking_agent_bit {
    color: #666;
    font-size: .9em;
    text-align: right;
    margin-top: 12px;
    font-weight: bold;
}

#booking-summary-page h4 {
    color: #000;
    font-weight: bold;
    margin: 0;
    padding-bottom: 12px;
    margin-bottom: 2px;
    background: url("../img/bgdots.a44804fce76a.gif") repeat-x left bottom;
}

#booking-summary-page div.summary-col {
    width: 33%;
    float: left;
    margin-right: 1px;
}

#content-inner {
    overflow: auto;
}

a.discount {
    float: right;
    clear: right;
    margin-bottom: 20px;
}

#contents h2 {
    font-size: 1.1em;
    margin: 0;
}
hr {
    border: 1px solid #CCCCCC;
}

.inner a {
    color: #00aeef;
}
#contents p {
    font-size: 0.9em;
    line-height: 1.8em;
    margin: 1em 0;
}
#contents li {
    font-size: 0.9em;
    line-height: 1.8em;
}
#contents h4 {
    font-size: 0.9em;
    margin: 0;
}
#contents div.cat {
    margin: 10px;
}


#categoryPriceList {
    width: 100%;
}

#categoryPriceList td {
    font-size: .9em;
    padding: 2px 4px;
}

#categoryPriceList th {
    font-size: .8em;
    font-weight: normal;
    text-align: center;
    padding: 2px 4px;
}
#categoryPriceList td, #categoryPriceList th {
    background: #EEE;
}

#categoryPriceList .onlinePrices td {
    color: #00aeef;
}
#categoryPriceList .storePrices td {
    color: #BBB;
}

.pagination {
    font-weight: bold;
    font-size: .8em;
    text-align: right;
    margin-top: 1em;
}

#contents div.ski {
    text-align: center;
    background: #fff;
    padding: 50px 12px 5px 0;
    width: 632px;
    position: relative;
    margin-left: 8px;
    margin-top: 10px;
    border-top: 1px SOLID #DDD;
}
#contents div.ski img.skiimg {
    padding-bottom: 20px;
}
#contents div.star {
    position: absolute;
    top: 10px;
    right: 10px;
}
#contents div.skibox {
    color: #00adee;
    padding: 10px 250px 10px 10px;
    width: 632px;
    text-align: left;
    border: 1px solid #00adee;
    border-width: 0 1px 1px;
    border-radius: 0 0 15px 15px;
    position: relative;
    margin: 0;
}

#contents div.skibox.ht1 {
    min-height: 45px;
}
#contents div.skibox.ht2 {
    min-height: 45px;
}
#contents div.skibox.ht3 {
    min-height: 105px;
}
#contents div.skibox.ht4 {
    min-height: 105px;
}
#contents div.skibox.ht11 {
    min-height: 75px;
}
#contents div.skibox.ht12 {
    min-height: 75px;
}
#contents div.skibox.ht13 {
    min-height: 125px;
}
#contents div.skibox.ht14 {
    min-height: 125px;
}
#contents div.skibox p {
    margin: 0px;
    line-height: 1.2em;
    font-size: 1.2em;
}
#contents div.buttonsicons {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 200px;
    text-align: right;
}

#contents div.buttonsicons img {
    padding: 5px 0px 0px 0px
}
#contents div.terrain {
}
#contents div.terrain img {
    padding: 0px 6px 0px 5px
}
#contents div.ski h5 {
    color: #00adee;
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0px;
    font-size: 1.2em;
}
h5 a {
    text-decoration: none;
    color: #666666;
}
#contents div.ski div.skiscores p {
    font-size: 0.6em;
    font-weight: bold;
    padding-right: 5px;
    text-transform: uppercase;
}
#contents div.ski div.skiscores p img {
    float: none;
    margin-top: 0;
}
#contents div.cat img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
#contents div.cat div {
    display: block;
    float: left;
    width: 360px;
}
#contents div.link {
    border-bottom: 1px SOLID #FFF;
    margin-bottom: 30px;
    padding-bottom: 0px;
}
#contents div.link h3 a {
    color: #00aeef;
    text-decoration: none;
}
#contents div.link h3 a:hover {
    color: #00aeef;
    text-decoration: underline;
}
#contents div.link img {
    border: 1px SOLID #EEE;
    float: right;
    margin-left: 10px;
    padding: 5px;
    background: #FFF;
}
#contents div.link p {
}
#contents div.link p.fulllink img {
    float: none;
    margin-right: 0;
    margin-top: 0;
}
table.pricing {
    margin-bottom: 10px;
}

table.pricing tr.odd td {
    background-color: #DEDEDE;
    border-top: 1px SOLID #FFF;
    border-bottom: 1px SOLID #CCC;
}
table.pricing tr.even td {
    border-bottom: 1px SOLID #CCC;
}

table.pricing tr.header td {
    background-color: #eaf9fd;
    color: #808080;
    font-weight: bold;
    font-size: .7em;
}
table.pricing td {
    text-align: right;
    color: #009cf0;
    font-size: .8em;
    padding: .8em;
}
table.pricing tr.skitype td {
    border-bottom: 1px solid #00aeef;
    font-weight: bold;
    padding-top: 15px;
}
table.pricing td.lalign {
    border-left: 0 none;
    text-align: left;
}
table.pricing tr.even td.daysix, table.pricing tr.odd td.daysix {
    background-color: #DDD;
    color: #000;
    border-left: 1px dotted #AAA;
    border-right: 1px dotted #AAA;
}

table.pricing .rowheader a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

table.pricing .even .rowheader a {
    padding-left: 20px;
    color: #666;
}

table.pricing tr.header td.sevethdayfree {
    font-size: .5em;
    text-align: center;
    color: #ed1c24;
}

#contents h4.pricelistToggle img,
#contents img.equipTypeImage {
  max-width: 630px;
  height: 32px;
}

h4.pricelistToggle {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    outline: 0;
}
h4.pricelistToggle:hover {
}

a#showInStorePrices {
    display: block;
    width: 137px;
    height: 24px;
    background: url("../img/en/shoppricetoggle.a771e5cf5cb7.gif") no-repeat;
    outline: 0;
    position: absolute;
    right: 24px;
    top: 4px;
}

.lang-fr a#showInStorePrices {
    background: url("../img/fr/shoppricetoggle.893b1272d590.gif") no-repeat;
    width: 168px;
}

a#showInStorePrices span {
    display: none;
}

a#showInStorePrices.onlinePriceOn {
    background-position: left -24px;
}

h4.insurancePriceListToggle a#showInStorePrices {
  display: none;
}

tr.hidePrice {
    display: none;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* Overriding the default Slideshow styles in order to achieve a custom effect */

.slideshow-images-visible {
    margin-left: 0;
}
.slideshow-images-prev {
    margin-left: -200px;
}
.slideshow-images-next {
    margin-left: 200px;
}

#equipment-list h4 {
    margin: 0;
    font-size: 1.2em;
    color: #00aeef;
    cursor: pointer;
}

#equipment-list h5 {
    font-size: 1em;
    margin: 0;
}
#equipment-list p {
    margin-top: 0;
}

#equipment-list .toggle {
    overflow: hidden;
}

#equipTypeMenu {
    margin: 0 0 0 0 ;
    padding: 5px 0 0 0;
    overflow: auto;
    background: #fff;
}

#equipTypeMenu li {
    list-style-type: none;
    float: left;
    margin-left: 0em;
}

#equipTypeMenu li a {
    font-size: 0.8em;
    text-decoration: none;
    color: #00aeef;
    font-weight: bold;
}

#equipTypeMenu li a:hover {
    color: #79ceef;
}

#equipTypeMenu li.selected a {
    font-size: 0.8em;
    color: #79ceef;
    text-decoration: underline;
    font-weight: bold;
}

#main {
    padding-left: 0;
    z-index: 2;
}

#nav {
    z-index: 1;
}

#nav #rental-equipment-menu li.selected a {
    color: #000;
}

#nav-outer {
    margin-right: 24px;
}

.insurance i {
    color: #00aeef;
}

.tooltip,
.tooltip-inner {
    max-width: 300px;
    width: 300px;
}

.nav-pills .tooltip {
    width: 300px;
}

#div_id_equipment_category .tooltip,
#div_id_equipment_category .tooltip-inner {
    max-width: 400px;
    width: 400px;
    font-weight: normal;
    text-align: left;
}

#div_id_delivery_datetime .tooltip-inner {
    text-align: left;
}

.nav-pills li {
  width: 125px;
  text-align: center;
}

.nav-pills li.active>a,
.nav-pills li.active>a:hover {
  background: #00aeef;
  color: white;
}
.nav-pills li a {
  padding: 5px;
}
.nav-pills li a:hover {
  background: #49ceff;
  color: white;
}


.nav-squash li {
  width: 106px;
}
.nav-squash li a {
    padding: 5px 3px;
}


#contents .nav-pills li {
  line-height: 1.3;
}

.equipreview, .equipreview a {
    color: #0F0;
}

.nav {
    padding:0;
    margin: 1em 0;
}


/* booking form */

#equip label {
    float: none;
    width: inherit;
}
#equip {
    padding-top: .4em;
    margin-left: 185px
}
#equip .advEquipChoice {
    padding: .2em 0;
}
#equip input {
    width: inherit;
}
#advancedEquipSelect {
/*cursor:pointer;
color: #00aeef;
font-weight: normal;
text-decoration: underline;
font-size: 0.8em;*/
}
#advancedEquipSelect:hover {
/*color:#000;*/
}

#equipmentSelect {
    padding-top: .5em;
}

#book-img-instructions img {
    margin: 0px 16px 16px 0px;
}


#emailform textarea {
    font-size: 0.7em;
}

#emailform {
    border-top: 2px SOLID #999;
    border-bottom: 2px SOLID #999;
    padding-top: 1em;
    background: #eee;
}

.form-instructions {
    margin-left: 185px;
    font-size: .8em;
    color: #000;
    padding-right: 20px;
}

.form-instructions h5 {
    font-size: 1.3em;
    margin: 0;
    padding: 0;
}
.message {
    color: #333;
    font-weight: bold;
    padding: .5em;
    background: #F8FFC1;
    border: 1px SOLID #E3FF00;
    margin-bottom: .5em;
}

#price {
    margin-left: 185px;
    margin-top: .4em;
}

.total-price {
    color: #000;
    font-weight: bold;
}
.price-breakdown {
    font-size: 0.8em;
}

.crumbs {
    font-size: 0.8em;
    margin-bottom: .5em;
}

.people-on-booking {
    list-style-type: none;
    padding: 1em 0;
    margin: 0;
    font-size: 0.8em;
    line-height: 1em;
    overflow: auto;
}
.people-on-booking .booking-person-name {
    font-size: 1.4em;
    color: #000;
}

#contents .people-on-booking li {
    border-bottom: 1px solid #DDDDDD;
    float: left;
    line-height: 1.3em;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 50%;
}

a.remove-link {
    color: #DD6666;
}

a.add-equip-link {
    color: #339933;
    font-weight: bold;
}

a img {
    border: 0;
}

/*a.btn {
    position: relative;
    top: 6px;
}*/

a.btn {
    text-decoration:none;
}
a.bigbtn {
    position: relative;
    top: 10px;
}

#add-buttons {
    font-size: 0.8em;
    border-top: 1px SOLID #CCC;
    border-bottom: 1px SOLID #CCC;
    padding-bottom: 16px;
}

.cake-debug {
    color: #333;
    padding: .5em;
    background: #F8FFC1;
    border: 1px SOLID #E3FF00;
    margin-bottom: .5em;
    font-size: 0.7em;
    font-family: Courier,Fixed-width;
    text-align: left;
}
#equipment-list {
  width: 648px;
}

a.equiptype {
    border: 1px SOLID #F5F5F5;
    padding: 3px 0px 0px 30px;
    background-position: right;
    height: 27px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
background-repeat: no-repeat;
}

a.equiptype.beginner-skis,
a.equiptype.eco-skis,
a.equiptype.teenager-eco-skis-13-16yrs-old,
a.equiptype.child-skis-3-6yrs-old,
a.equiptype.child-boots-3-6yrs-old {
    background-image: url("../img/en/equipmentheadings/equipement-catagegory-one-stars.c94388f0e88e.gif")
}

a.equiptype.progression-skis,
a.equiptype.junior-boots-1,
a.equiptype.progression-ski-boots,
a.equiptype.progression-snowboards,
a.equiptype.junior-skis-7-12yrs-old,
a.equiptype.junior-boots-7-12yrs-old,
a.equiptype.adult-boots-1,
a.equiptype.junior-snowboards-3-12yrs-old,
a.equiptype.junior-ski-boots,
a.equiptype.teenager-progression-skis-13-16yrs-old,
a.equiptype.teenager-snowboards,
a.equiptype.junior-snowboardboots-3-12yrs-old {
    background-image: url("../img/en/equipmentheadings/equipement-catagegory-two-stars.8ed1f5135ddd.gif")
}

a.equiptype.performance-skis,
a.equiptype.performance-snowboards,
a.equiptype.teenager-skis-13-16yrs-old,
a.equiptype.teenager-performance-skis,
a.equiptype.junior-performance,
a.equiptype.performance-ski-boots,
a.equiptype.teenager-boots,
a.equiptype.adult-ski-boots-only,
a.equiptype.teenager-skiboots,
a.equiptype.adult-snowboard-boots-only {
    background-image: url("../img/en/equipmentheadings/equipement-catagegory-three-stars.da62ca2410c7.gif")
}

a.equiptype.premium-skis {
    background-image: url("../img/en/equipmentheadings/equipement-catagegory-four-stars.aaea28ea18f2.gif")
}
a.equiptype.wristguards, a.equiptype.snowshoes,a.equiptype.helmets-adult, a.equiptype.helmets-child {
    background-image: url("../img/en/equipmentheadings/equipement-catagegory-no-stars.3ad9e5afa46a.gif")
}
div.powerbar {
    margin: 0px;
    padding: 0px;
    width: 632px;
    height: 30px;
    overflow: hidden;
}
div.powerbar img.powerbarimg {
    float: left;
    margin: 0px;
    padding: 0px;
}


div.comment {
    font-size: 0.9em;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #eee;
}


#first-row a.del-row {
    display: none;
}

#quickquote th {
    border-bottom: 1px SOLID #333;
    padding: 5px;
}

#quickquote td {
    border-bottom: 1px SOLID #BBB;
    padding: 5px;
}

#quickquote a.button {
    display: inline;
}

/*home page*/

#home-text {
    height: 332px;
    overflow: hidden;
}


#pdslogo, #tweetbox, .fb-like-box {
    margin-top: 20px;
}

.fb-like-box {
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 195px;
    width: 193px;
}

#location-box {
    height: 156px;
    overflow: hidden;
    margin-bottom: 10px;
}

#servicing-box {
    margin-top: 10px;
}


#promo-box {
    position: relative;
    margin-bottom: 10px;
}

#chaticon {
    position: absolute;
    bottom: 54px;
    left: 32px;
}

#quick-quote {
    background: #11b3ee url("../img/quickquote_box_solid.dfae68ed43c5.gif") no-repeat;
    width: 325px;
    height: 156px;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}

#quick-quote h2 {
    text-transform: uppercase;
    color: #FFF;
    padding: 18px 0px 0px 40px;
}

#quick-quote p:first-line {
    font-weight: bold;
    text-transform: uppercase;
}

#quick-quote p {
    padding: 0px 25px 0 15px;
    /* text-transform:uppercase;*/
    font-size:1.1em;
    line-height: 1.2em;
    text-align: justify;
    color: #555;
}

.googlemap-map {
    height: 400px;
    border: 1px SOLID #999;
}

/* Override bootstrap responsive stylings for google maps */
.googlemap-map * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.googlemap-map img {
    max-width: none;
}

#latest {
    padding: 0;
    background: #00aeef;
    border: 1px SOLID #00aeef;
    border-radius: 10px;
    margin-bottom: 10px;
}
#latest h3 {
    width: 330px;
    padding: 0;
    margin: 0;
}
#latest h3 span {
    display: block;
    padding: 5px 10px;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
}

#latest ul {
    background-color: #fff;
}

#latest-footer {
    padding: 10px;
    margin: 0;
    height: 16px;
}

.fb-like {
    float: left;
}

#more-news-link {
    float: right;
    color: #FFF;
    font-weight: bold;
    font-size: 0.8em;
}

#latest ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1em;
}

#latest ul li h4 {
    font-size: 1em;
    margin: 0;
    padding: 0;
    float: left;
    width: 235px;
    line-height: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#latest ul li small {
    float: right;
}

#latest ul li p {
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#latest ul li {
    color: #BBB;
    padding: 10px;
    line-height: 1em;
    border-bottom: 1px dashed #BBB;
}
#latest ul li:last-child {
    border-bottom: none;
}

#brand-logos {
    clear: both;
    padding: 0 0 15px 0;
    text-align: center;
}


table.agent_bookings {
    font-size: 0.7em;
    width: 100%;
}
table.agent_bookings td,
table.agent_bookings th {
    padding: 5px;
}



a.address-choice {
    font-size: .8em;
    display: block;
    margin-top: .5em;
    color: #222;
}


.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
  padding-bottom: 10px;
  overflow: hidden;
  text-align: left;
}
.ui-timepicker-div dl dt,
.ui-timepicker-div dl dd {
    padding-top: 5px;
}
.ui-timepicker-div .ui_tpicker_hour div {
    margin-top: 5px;
    padding-right: 2px;
}
.ui-timepicker-div .ui_tpicker_minute div {
    margin-top: 5px;
    padding-right: 6px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  border-bottom: 0;
}

.busy-times {
  font-size: 80%;
  text-align: left;
}

#featured-video-box {
    background: #00aeef;
    border-bottom: 20px solid black;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 330px;
}

#featured-video-box h3 {
    color: white;
    text-align: left;
    padding: 10px;
}

#featured-video-box .video-container {
    background: black;
}



/*
 * POPUP OVERRIDES
 * hide the nav and header to discourage 'wandering' from popup window
 */

body.popup #nav,
body.popup #header {
    display: none;
}

/* Center the main contents */
body.popup #contents {
    float: none;
    margin: 0 auto;
}

/* Hide the 'book now' button from price list popup */
body.popup.price-list .btn-large {
    display: none;
}

/* Hide the date form from price list popup */
body.popup.price-list .when-are-you-coming {
    display: none;
}

.split-form li {
    list-style: none;
    padding: 5px;
}

.doorstepskis .blueimp-gallery {
    background: #f2f5f7;
    box-shadow: none;
}

.doorstepskis .gallery img {
    padding: 5px;
}

.cke_editable {
  padding: 10px;
  text-align: left;
}

#insurance-prices {
  width: 100%;
  margin-bottom: 20px;
}
#insurance-prices caption {
  color: white;
  font-weight: bold;
  text-align: left;
  font-size: 1.8rem;
  background: #5e2791;
  padding-left: 10px;
}
#insurance-prices .extra-days {
  font-size: 80%;
  line-height: 1.5;
}
#insurance-prices th:first-child {
  padding: 0 10px;
}
#insurance-prices h2 {
  color: white;
  padding: 5px 10px;
  margin: 0 -10px;
  background: #00aeef;
  font-weight: bold;
  font-size: 1.6rem;
}

#insurance-prices .snowboards { color: #eb058d; }
#insurance-prices .snowboards h2 { background-color: #eb058d; }
#insurance-prices .junior-skis { color: #bd108f; }
#insurance-prices .junior-skis h2 { background-color: #bd108f; }
#insurance-prices .adult-skis { color: #901b90; }
#insurance-prices .adult-skis h2 { background-color: #901b90; }

#insurance-conditions {
  background-color: #e6f7fd;
  color: #00aeef;
  padding: 1em;
}
#insurance-conditions li {
  margin: 1em 0;
  list-style-type: none;
  text-indent: -5px;
}
#insurance-conditions li:before {
  content: "-";
  position: relative;
  left: -10px;
}

.equipment-guide {
  color: #00aeef;
  margin-top: 2em;
}

.uniForm .checkbox label {
  line-height: 180%;
}
