@charset "UTF-8";
/* Langley ski season offers page styles created by Oz 20th Nov 2009  */

/**************************************************/
/* Spans - you can hide ones that you don't want with display:none or show them with display:block

NOTE: To help keep calls to the server down, make sur eyou decalre the offerstemplate.css first and then just commit specific styles in this stylesheet that apply to the page you are working on.
Just helps keep style bloat down :)

*/
/**************************************************/

/*Hero image*/

#pageContent .contribute .content .ski-season-offers {
background-image:url(/cms/ski-season-offers/images/hero.jpg);background-position:0 -25px;}

#pageContent .contribute .content .ski-season-offers .introduction .text h2 {padding:0 103px 0 0}
#pageContent .contribute .content .ski-season-offers .introduction .text h2 strong {font-size:1.4em}

/* Styles in use */
#pageContent .standardPage .description .fullWidth .stacked div#reset h3.countryName {display:block}
#pageContent .standardPage .description .fullWidth .stacked div#reset li a span.accommodationName {display:inline}
#pageContent .standardPage .description .fullWidth .stacked div#reset li a span.resortName {display:inline}
#pageContent .standardPage .description .fullWidth .stacked div#reset li a span.accomImage  {display:block}
#pageContent .standardPage .description .fullWidth .stacked div#reset li a span.starrating {margin-left:8px; display:inline;}
#pageContent .standardPage .description .fullWidth .stacked div#reset li a span.priceLabel {display:inline }
#pageContent .standardPage .description .fullWidth .stacked div#reset li a span.price {display:inline}
#pageContent .standardPage .description .fullWidth .stacked div#reset li a span.callToAction {display:inline }

/** Hidden spans **/
#pageContent .standardPage .description .fullWidth .stacked div#reset li a span.perecntRating {display:none}
#pageContent .standardPage .description .fullWidth .stacked div#reset li a span.boardBasis { display:none;}
#pageContent .standardPage .description .fullWidth .stacked div#reset li a span.sharingBasis {display:none;}
#pageContent .standardPage .description .fullWidth .stacked div#reset li a span.saveUpTo {display:none;}
