/* ============================================================= */
/* FRONT END stylesheet
/* ============================================================= */

/* Real Commerce stylesheet */
@import "../real_commerce.css";

/* site stylesheet */
@import "site.css";

:focus {
  outline: none;
}
a {
  text-decoration: none;
}
a:active,
a:focus,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
body, body * {
  margin: 0;
  padding: 0;
}
button {
  cursor: pointer;
}
button, input, select, textarea {
  vertical-align: middle;
}
dl {
  margin: 1em 0;
}
dl dt {
  float: left;
  font-weight: bold;
  text-align: right;
  width: 15em;
}
dl dd {
  margin-left: 16em;
  margin-bottom: 1.2em;
}
input.textbox, textarea, select {
  border: 1px solid #999;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: middle;
}
p {
  margin-bottom: 1em;
}
table {
  border-collapse: collapse;
  font-size: 100%;
}


/* ------------------------------------------------------------- */
/* OTHER CLASSES
/* ------------------------------------------------------------- */

.hide { /*-- Accessibility Links --*/
  visibility:hidden;
  display:none;
}

.bodycopy{
  font-size:1.2em;
  line-height:1.7em;  
}

.jblorange{
  color:#F47836;
}

a.no-hover {
  border-bottom: none !important;
  text-decoration: none !important;
}

a.last,
button.last {
  margin-right: 0 !important;
}
.adinfo {
  display: none;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-center {
  text-align: center !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-top {
  vertical-align: top !important;
}
.attention {
  color: #C33;
}
.black {
  color: #000 !important;
}
.bold {
  font-weight: bold;
}
.breadcrumb {
  font-size: 110%;
  font-weight: bold;
  padding: 1em;
}
.clear,
.clear-left,
.clear-right {
  line-height: 0;
}
.clear {
  clear: both;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.emphasis {
  color: #666;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.hidden {
  visibility: hidden;
}
.hot-link a {
  font-size: small;
  font-weight: bold;
}
.image-block {
  line-height: 0;
  margin: 0;
}
.no-border {
  border: none !important;
}
.no-padding {
  padding: 0 !important;
}
.not-bold {
  font-weight: normal;
}
.notice {
  color: #C00;
  font-weight: bold;
  margin-bottom: 1em;
}
.red {
  color: red !important;
}
.site-warning {
  border: 1px solid red;
  color: black;
  margin: 10px;
  padding: 5px;
  text-align: center;
}
.site-warning strong {
  color: red;
}
.smalltext {
  font-size: 0.9em;
}
.split-left {
  float: left;
}
.split-right {
  float: right;
}
.strike {
  text-decoration: line-through;
}
.terms {
  font-size: xx-small;
  padding: 1em 0 2em;
}

/* ------------------------------------------------------------- */
/* Messages
/* ------------------------------------------------------------- */
.message-error {
  color: red !important;
}
div.message,
div.message-error {
  border: 1px solid #000;
  color: #000 !important;
  font-weight: bold;
  margin: 0.5em 0;
  padding: 5px;
  text-align: center;
}
div.message {
  background-color: #DFD;
  border-color: #3AAD00;
}
div.message-error {
  background-color: #FDD;
  border-color: #F00;
}
.warning {
  color: #F00;
}

div.red-faq-tag a {
  color: red;
  font-weight: bold;
}

span.message { 
  color: red;
}

/* ------------------------------------------------------------- */
/* Pricing
/* ------------------------------------------------------------- */
.price-selling {
  font-size: 120%;
  font-weight: bold;
}
.price-selling .strike {
  font-weight: normal;
  text-decoration: line-through;
}
.price-special {
  font-size: 120%;
  font-weight: bold;
}
.price-selling .price-special {
  font-size: 100%;
}
.price-very-special {
  font-weight: bold;
}

.warning {
  border: 2px solid #F00;
  color: #F00;
  font-weight: bold;
}
a.goto {
  background: url(/shop/images/icon_arrow_next.gif) no-repeat left center;
  border-bottom: none !important;
  padding-left: 12px;
}
a.next {
  background: url(/shop/images/icon_arrow_next.gif) no-repeat right center;
  padding-right: 12px;
}
a.previous {
  background: url(/shop/images/icon_arrow_prev.gif) no-repeat left center;
  padding-left: 12px;
}

a#link_previouslyviewed{
  display:block;
  float:right;
  margin:10px 30px 20px 0;
}

a.super-zoom {
  background: url(/shop/images/icon_super_zoom.gif) no-repeat left center;
  border-bottom: none !important;
  font-weight: bold;
  padding-bottom: 2px;
  padding-left: 22px;
  padding-top: 2px;
}

div.hr, div.hr-grey, div.hr-thick {
  height: 3px;
  margin: 1em 0;
}
div.hr,
div.hr hr,
div.hr-grey hr,
div.hr-thick hr {
  display: none;
}
div.hr-grey {
  background-color: #999;
  height: 1px;
}


/* ------------------------------------------------------------- */
/*  FORM FIELDS
/* ------------------------------------------------------------- */
button {
  cursor: pointer;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
button.arrow,
button.arrow-grey {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  font-size: 10px;
  height: 18px;
  vertical-align: top;
  width: 10px;
}
button.arrow {
  background-image: url(/shop/images/icon_arrow.gif);
}
button.arrow-grey {
  background-image: url(/shop/images/icon_arrow_grey.gif);
}
button.arrow span,
button.arrow-grey span {
  display: none;
}
button.last {
  margin-right: 0;
}
div.buttons {
  margin: 1em 0;
}
input.textbox,
textarea,
select {
  border: 1px solid #999;
  vertical-align: middle;
  color:#333;  
}
input.textbox,
textarea {
  font: 95% Verdana, Helvetica, sans-serif;
  padding: 1px 2px;
}
select {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 90%;
  padding: 0;
}


/* ------------------------------------------------------------- */
/* Form row formatting (these simulate table rows).
/* ------------------------------------------------------------- */
.date-select select {
  width: 4em;
}
.date-select select:last-child {
  width: 4.5em;
}
label.hidden {
  display: none;
}
.form-row {
  margin-bottom: 1em;
  padding: 10px;
}
.form-row .split-left {
  width: 200px;
}
.form-row .split-right {
  float: none;
  margin-left: 210px;
}
.form-row .split-right button {
  font-size: 100%;
  font-weight: bold;
}
.form-row .split-right input {
  font-size: 100%;
  padding: 1px;
}
.form-row .split-right select {
  width: 200px;
}
/* Form fields (single form fields). */
.form-field {
  margin-bottom:10px;
  padding:5px;
}
.form-field input {
  vertical-align: middle;
}
.form-field p {
  margin-bottom: 0.5em;
}
.form-field-submit {
  height: 2em;
  margin-bottom: 2em;
  padding: 0;
  text-align: right;
}
.form-field,
.form-field-submit {
  width: 300px;
}


/* ------------------------------------------------------------- */
/*  NEW BUTTON STYLES 
/* ------------------------------------------------------------- */

div.rounded_button, div.rounded_button_small{
   height:28px;
   line-height:28px;
   vertical-align:middle;   
   position:relative;
   margin:15px 0;
}

    .floatleft{
      float:right;
    }
    
    .floatright{
      float:right;
    }

  button.rounded{
     background: #f8a64b top left no-repeat url('/media/images/btn_lrg_left_cap.gif');
     color:#FFF;
     text-transform:uppercase;
     height:28px;
     line-height:28px;
     vertical-align:middle;
     border:0;
     margin:0;
     padding:0 8px;
     overflow:hidden;
     display:block;     
  }
  
  button.rounded:hover{
     background-color: #F47836;         
  }
  
    div.rounded_button span, div.rounded_button_small span{
       background: top right no-repeat url('/media/images/btn_lrg_right_cap.gif');
       height:28px;
       width:2px;       
       display:block;
       position:absolute;
       top:0;
       right:0;          
     }
     
     
     /*-- Small Buttons --*/
     button.btnSmall{
         background: #f8a64b top left no-repeat url('/shop/images/btn_small_bg.gif');
         color:#FFF;
         text-transform:none;
         height:18px;
         width:30px;
         line-height:10px !important;
         vertical-align:middle;
         text-align:center;
         border:0;
         margin:0 2px;
         padding:0 0 4px 0;
         overflow:hidden;   
      }
      
      button.btnSmall:hover{
         background-color: #F47836;   
      }
     
 

/* ------------------------------------------------------------- */
/*  LAYOUT LAYERS
/* ------------------------------------------------------------- */
#wrapper {
  margin: 0 auto;
  width: 970px;
}


/* ------------------------------------------------------------- */
/* MIDDLE (CONTENT AREA)
/* ------------------------------------------------------------- */
#middle {
  background-color: #FFF;
  position: relative;
}
#middle pre {
  display: inline;
  white-space: normal;
}

/* Left column
/* ------------------------------------------------------------- */
#middle #column-left {
  float: left;
  width: 200px;
}
#middle #column-left.show-related {
  padding-bottom: 300px;
}

/* Middle column
/* ------------------------------------------------------------- */
#middle #column-middle {
  float: left;
  width: 100%;
}
#middle #column-middle ul {
  list-style: disc;
  margin: 1em 0 1em 2.5em;
}

/* Right column
/* ------------------------------------------------------------- */
#middle #column-right {
  float: left;
  margin-left: 5px;
}
#middle #column-right ul {
  list-style: none;
}

/* Layout modification (Pages with categories or guided navigation
   on the left)
/* ------------------------------------------------------------- */
#middle .column-on-left #column-left {
  margin-right: 5px;
  width: 195px;
}
#middle .column-on-left #column-middle {
  float: none;
  margin-left: 210px;
  width: auto;
}

/*  Layout modification (Pages with promos on the right)
/* ------------------------------------------------------------- */
#middle .column-on-left.column-on-right #column-middle {
  width: 615px;
}



/* ------------------------------------------------------------- */
/*  HEADER
/* ------------------------------------------------------------- */


#header #headerImage {
  float: right;
  height: 52px;
  margin-right: 10px;
}
div.customer {
  font-size: 110%;
  padding-top: 0.5em;
  text-align: right;
}
div.customer a {
  font-size: 90%;
}


/* ------------------------------------------------------------- */
/*  CART BOX
/* ------------------------------------------------------------- */
  #cart-box {
    position:absolute;
    top:10px;
    right:10px;
    width: 121px;
    height:56px;
    overflow:hidden;
    background: #FCD565 0 0 no-repeat  url('/shop/images/cart_box.gif');
  }
  #cart-box p {
    text-align:right;
    width:105px;
    margin-bottom:2px;
    
  }
  #cart-box p.icon {
    margin-bottom: 0px;
    overflow:hidden;
  } 
  
  #cart-box #cart,
  #cart-box #search {
    height: 36px;
  }
  #cart-box #cart {
    float: left;
    padding: 6px 10px 0;
    position: relative;
    width: 280px;
  }
  #cart-box #cart a.icon {
    float: left;
    margin-right: 5px;
  }
  #cart-box #cart a.rcSml {
    bottom: 6px;
    margin-right: 0;
    position: absolute;
    right: 8px;
  }
  
  a.redlink:link, a.redlink:visited{
    color:#CE2D02;
    font-size:1.1em;
    text-decoration:underline;
  }
  a.redlink:hover, a.redlink:active{
    color:#f47836;
  }
  
  a.blacklink:link, a.blacklink:visited{
    color:#000;
    font-size:1em;
    text-decoration:underline;
  }
  a.blacklink:hover, a.blacklink:active{
    color:#f47836;
  }
  
  
  a.enlarge:link, a.enlarge:visited{
    color:#CE2D02;
    font-size:1.1em;
    text-decoration:none;
  }
  
  a.enlarge:hover, a.enlarge:active{
    color:#f47836;
  }
   
   
   
  a.enlarge span.underline{
    text-decoration:underline;
  }
  
 
 /* ------------------------------------------------------------- */
/*  Search BOX
/* ------------------------------------------------------------- */
   #search-box {
    width:166px;
    height:23px;
    background: #E7E6E6 0 0 no-repeat  url('/shop/images/search_box.gif');
    overflow:hidden;
    position:absolute;
    top:76px; right:10px;
  }
  
  input#frm_keywords, #search-box label{
    width:160px;
    height:20px;
    border:0;
    background:none;
    padding: 0px 0 0 6px;
    line-height:23px;
    color:#666;
    font-size:1.3em;
    display:block;   
  }


/* ------------------------------------------------------------- */
/*  SITE NAVIGATION
/* ------------------------------------------------------------- */
#nav-site ul {
  list-style: none;
}
#nav-site ul li {
  display: inline;
  text-transform: lowercase;
}
#nav-site ul li.sale a {
  color: #F00;
}
#nav-site .float-right {
  text-align: right;
}


/* ------------------------------------------------------------- */
/*  LEFT HAND COLUMN
/* ------------------------------------------------------------- */
#column-left .offers {
  margin: 10px 5px;
  text-align: center;
}

/* ------------------------------------------------------------- */
/*  GUIDED NAVIGATION
/* ------------------------------------------------------------- */
#nav-guided {
  margin: 0 5px;
  text-transform: lowercase;
  width: 190px;
}
#nav-guided p {
  margin-bottom: 0.5em;
}
#nav-guided ul {
  list-style: none;
}
#nav-guided ul ul {
  margin-left: 1em;
}
#nav-guided .nav-guided-attribute,
#nav-guided #nav-guided-search {
  margin-top: 1em;
}

#nav-guided-backbtn{
  margin:11px 0 0 45px;
  background: top right no-repeat url('/media/images/btn_grey_right.gif');
  height:41px;
  width:130px;
  overflow:hidden;
  
  display:block;
  line-height:41px;
  color:#FFF;  
}

#nav-guided-backbtn span{
  display:block;
  background: top left no-repeat url('/media/images/btn_grey_left.gif');
  height:41px;
  width:112px;
  line-height:41px;
  font-size:2.2em;
  padding-right:0px;
  text-align:center;  
}

/* category logo */
/* ------------------------------------------------------------- */
#nav-guided-logo {
  padding: 10px;
  text-align: center;
}

/* selection box */
/* ------------------------------------------------------------- */
#nav-guided-selection {
}
#nav-guided-selection h3 {
  margin-bottom: 0;
}
#nav-guided-selection ul {
  margin-bottom: 0.5em;
  margin-left: 1em;
}

/* narrow results options
/* ------------------------------------------------------------- */
#nav-guided-options {
  padding: 0;
  position:relative;
}

.arrow{
  display:block;
  position:absolute;
  top:0px; left:0;
  width:13px;
  height:20px;
  background: 0 0 no-repeat url('/shop/images/guided_nav-arrow.gif');
  overflow:hidden;
}

.narrow {
  background:#d8d7d7;
  text-transform:uppercase;
  color:#716e6f;
  font-size: 1em;
  font-weight:bold;
  height:19px;
  line-height:19px;
  padding-left:17px;   
}

#nav-guided-selection h3, .nav-guided-attribute h3, .guided-nav-search h3{
  color:#716e6f;
  font-size: 1em;
  font-weight:bold;
  text-transform:uppercase;
  text-indent:5px;
  margin:6px 0;
  
}

.nav-guided-attribute ul{
  margin-left:15px;
}

.nav-guided-attribute a:link, .nav-guided-attribute a:visited {
  color:#000;
}

.guided-nav-search{
  margin-top:8px;
}

.guided-nav-search form{
  margin-left:15px;
}


/* ------------------------------------------------------------- */
/* search box
/* ------------------------------------------------------------- */
#nav-guided-search button {
  margin-left: 5px;
  margin-right: 0;
  margin-top: -1px;
}
/* hiding experiment
/* ------------------------------------------------------------- */
.nav-guided-attribute-show a {
  display: block;
  text-align: right;
}
.nav-guided-attribute-show .ellipsis {
  font-size: 50%;
  letter-spacing: 0.25em;
}


/* ------------------------------------------------------------- */
/*  SIDE NAVIGATION for bots
/* ------------------------------------------------------------- */
#category {
  margin-left: 5px;
}
#category ul {
  list-style: none;
  margin: 0 5px;
}
#category ul li {
  margin-bottom: 0.5em;
}


/* ------------------------------------------------------------- */
/*  SITE MAP
/* ------------------------------------------------------------- */
#site-map ul {
  margin-left: 1.5em;
}
#site-map ul h3 {
  font-size: 100%;
}
#site-map ul h3 {
  font-weight: normal;
}

/* ------------------------------------------------------------- */
/* Subscribe form
/* ------------------------------------------------------------- */
#subscribe {
  padding: 0 10px 1px;
  text-transform: lowercase;
}
#subscribe button {
  vertical-align: middle;
}
#subscribe input {
  width: 200px;
}
#subscribe p {
  line-height: 1.6em;
  margin-bottom: 0;
}


/* ------------------------------------------------------------- */
/* Subscribe form
/* ------------------------------------------------------------- */
#contact-departments td,
#contact-departments th {
  padding: 0.5em 0;
  vertical-align: top;
}
#contact-departments th {
  text-align: left;
  width: 10em;
}


/* ------------------------------------------------------------- */
/* Paginator
/* ------------------------------------------------------------- */
div.paginator {
  line-height: 1.5em;
  padding: 4px 8px;
}
div.paginator .sort select {
  width: 15em;
}
div.paginator .pages select {
  width: 4em;
}
div.paginator select {
  vertical-align: baseline;
}
div.paginator table {
  width: 100%;
}

#paginator_bottom{
  position:absolute;
  width:740px;
  bottom:0;
  left:0;
}


/*  Recently viewed products
/* ------------------------------------------------------------- */

#product-recently-viewed table {
  width: 100%;
  margin:18px 0 0 0;
}
#product-recently-viewed td {
  text-align: center;
  vertical-align: top;
  width: 25%;
}

#product-recently-viewed td p {
  margin-bottom:0;
  line-height:1.3em;
}

#product-recently-viewed td a.thumbnail {
  height:100px;
  display:block;
  overflow:hidden;
  line-height:100px;
  position:relative; 
}

#product-recently-viewed td a.thumbnail img{
  bottom:0;
  left:50%;
  margin-left:-25%;
  position:absolute;
}

.information{
  margin-top:10px;
}


/* ------------------------------------------------------------- */
/*  FOOTER
/* ------------------------------------------------------------- */
#footer {
  position: relative;
}
#footer #footer-links {
  font-size: 85%;
}
#footer #footer-links a {
  display: block;
  list-style: none;
}
#footer #footer-links ul {
  list-style: none;
  padding: 0.5em 1em;
}
#footer #footer-links ul li {
  float: left;
}

/* Real TSP footer
   ------------------------------------------------------------- */
#real-tsp .inner {
  font-size: 85%;
  margin: 0 auto;
  padding: 1em;
  text-align: right;
  width: 970px;
}





/* ------------------------------------------------------------- */
/*  STATIC PAGES
/* ------------------------------------------------------------- */
#static-page {
  padding: 10px 40px 50px 40px;
}

#static-page.advertorial {
  padding: 0px;
}

#middle .column-on-left #static-page {
  padding-left: 20px;
  padding-right: 20px;
}
#static-page h1 {
  font-size: 2.4em;
  margin-bottom: 1em;
  margin-top: 0;
}
#static-page h2 {
  font-size: 125%;
  margin-bottom: 0.5em;
}
#static-page ol,
#static-page ul {
  margin-left: 2.5em;
  font-size:1.1em;
  line-height:1.7em;  
}
#static-page ol li,
#static-page ul li {
  margin-bottom: 0.5em;
}
#static-page ol ul {
  margin-top: 0.5em;
}
table.grid {
  border-spacing: 1px;
  border-collapse: separate;
}
table.grid td {
  background-color: #FFF;
}
table.grid td.separator {
  height: 3px;
  padding: 0;
}
table.grid td,
table.grid th {
  padding: 0.5em;
}
table.grid th {
  text-align: left;
}
table.wide {
  width: 100%;
}
#print table.grid {
  background-color: #000;
  border-spacing: 0;
  border-style: solid;
  border-width: 2px;
}
#print table.grid th {
  color: #FFF;
}
#print table.grid td {
  background-color: #FFF;
}
#print table.grid th,
#print table.grid td {
  padding: 4px;
}
#static-page .paginator {
  /*padding-top: 1em;
  padding-bottom: 1em;*/
  margin: 1em 0;
}


/* ------------------------------------------------------------- */
/* "Also like" items
/* ------------------------------------------------------------- */
#product-also-like {
  padding: 8px 0px 40px;
  table-layout: fixed;
}
#product-also-like td {
  vertical-align: top;
  width: 20%;
}
#product-also-like div.image {
  height: 100px;
  margin-bottom: 10px;
  line-height:100px;
  overflow:hidden; 
}

#product-also-like div.image a{
  height: 100px;
  display:block;
  overflow:hidden;
  vertical-align:bottom;
  line-height:100px;  
  position:relative;
}

#product-also-like div.image a img{
  position:absolute;
  bottom:0;
  left:50%;
  margin-left:-25%;
}

#product-also-like div.information {
  padding-right: 1em;
}
#product-also-like div.information p {
  margin-bottom: 0;
}
#product-also-like div.information p.title {
    margin-bottom:0;
  line-height:1.3em;
  font-size:12px;
}
#product-also-like p.price-selling {
  font-size: 100%;
}



/* ------------------------------------------------------------- */
/*  PRINTING
/* ------------------------------------------------------------- */
#print {
  color: #000;
}


/* ------------------------------------------------------------- */
/*  FAQ PAGE
/* ------------------------------------------------------------- */
div.faq {
  margin-bottom: 20px;
  padding-bottom: 30px;
}
div.faq h2, div.faq p {
  padding: 2px 0 3px;
}
div.faq h2 { 
  margin-bottom: 0.5em;
}
div.faq p {
  font-size: 110%;
  margin: 0;
}
table#faq {
  width: 100%;
}
table#faq p {
  margin-bottom: 0;
}
table#faq td {
  width: 50%;
}
table#faq ul {
  list-style-type: square;
  margin-left: 1.2em;
}
table#faq ul li {
  margin-bottom: 0.2em;
}

/* ------------------------------------------------------------- */
/*  OFFERS PAGE
/* ------------------------------------------------------------- */
.row {
  padding-bottom: 10px;
  padding-right: 10px;
}
.row .split-left {
  width: 100px;
}
.row .split-right {
  float: none;
  margin-left: 110px;
}


/* ------------------------------------------------------------- */
/*  HELP BOX
/* ------------------------------------------------------------- */
#box-help {
  padding: 10px;
}
#box-help h1 {
  font-size: 150%;
}
#box-help h1,
#box-help h2,
#box-help h3 {
  margin-bottom: 0.5em;
}
#box-help p.smalltext {
  font-size: 0.9em;
  margin-top: 1em;
  text-align: right;
}
#box-help ul {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.box-content {
  padding: 5px;
}


/* ------------------------------------------------------------- */
/*  SITE MAP
/* ------------------------------------------------------------- */
#sitemap .sitemap-list {
  float: left;
  height: 300px;
  width: 20%;
}

/* ------------------------------------------------------------- */
/*  CHECKOUT PAGE
/* ------------------------------------------------------------- */
.hotLinkBasket {
  width:400px;
}

#static-page .hotLinkBasket a:link, #static-page .hotLinkBasket a:visited{
  color:#F47836;
  font-size:1.1em;
  font-weight:bold;
  text-decoration:none;
}

/* ------------------------------------------------------------- */
/*  SIZE CHART
/* ------------------------------------------------------------- */
#size-chart-chart {
  padding-left: 4px;
}
#size-chart-chart td {
  border-collapse: collapse;
  padding: 3px;
  text-align: center;
}


div.catChild h2 {
  font-size: 110%;
  margin: 0.5em 0;
}
div.catChild .split-right {
  float: none;
  /*margin-left: 110px;*/
}

/* ------------------------------------------------------------- */
/* SAFARI/KHTML BUTTON FIXES
/* ------------------------------------------------------------- */
/* These CSS rules are valid CSS3, and at present are only read by
/* Safari and KHTML. These rules in particular won't validate under
/* the web CSS checker at the moment, as it validates CSS2.
/* http://thomas.tanreisoftware.com/?p=11 */

/* nasty hack to force a scroll bar in firefox */
#scroll { 
  position: absolute;
  top: 0;
  bottom: -0.1px;
  width: 1em;
  z-index: -1;
}



/* ------------------------------------------------------------- */
/*  CAPTCHA for landing pages
/* ------------------------------------------------------------- */
.captcha { 
  line-height: normal;
  margin: 1em 0;
}
.captcha p {
  margin: 10px; 
}
.captcha table {
  margin-top: 10px;
  margin-left: 10px;
}


/* ------------------------------------------------------------- */
/*  COMPETITION PAGE
/* ------------------------------------------------------------- */
form#competition {
  margin: 2em 0;
}
form#competition p.question {
  font-size: larger;
  font-weight: bold;
}
form#competition div.answers {
  font-size: 110%;
}
form#competition div.details {
  margin: 2em 0 1em;
}
form#competition div.details label {  
  display: block;
  float: left;
  width: 15em;
}
form#competition div.details p {  
  margin-bottom: 0.5em;
}


/* ------------------------------------------------------------- */
/*  CARE INSTRUCTIONS PAGE
/* ------------------------------------------------------------- */
#care-instructions td.icon {
  text-align: center;
  vertical-align: middle;
  width: 55px;
  padding: 10px;
}

/* ------------------------------------------------------------- */
/* Popup windows
/* ------------------------------------------------------------- */
#popup #size-chart h1 {
  font-size: 150%;
  padding: 0.5em;
}


/* ------------------------------------------------------------- */
/* Lifestyle imagery
/* ------------------------------------------------------------- */
#lifestyle .text {
  color: #000;
  line-height: 1.5;
  position: absolute;
}
#lifestyle .text h1 {
  font-size: 2em;
  font-weight: normal;
  line-height: normal;
  margin: 0.8em 0 0.5em;
}
#lifestyle .text p, #lifestyle .text ul {
  font-size: 105%;
}
#lifestyle.baby .text {
  right: 10px;
  top: 20%;
  width: 260px;
}
#lifestyle.character .text {
  display: none;
}
#lifestyle.boys .text {
  left: 20px;
  top: 80px;
  width: 300px;
}
#lifestyle.girls .text {
  right: 20px;
  top: 80px;
  width: 300px;
}
#lifestyle.schoolwear .text {
  right: 10px;
  top: 60px;
  width: 260px;
}

/* ------------------------------------------------------------- */
/* Adding products to cart via AJAX
/* ------------------------------------------------------------- */
#product-list .add-to-cart {
  position: relative;
}
#product-list .add-to-cart .popup {
  left: -3px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 21em;
  z-index: 1000;
}
#product-list .add-to-cart .popup select {
  width: 100%;
}
#product-list .add-to-cart .popup .buttons {
  font-weight: bold;
  margin: 0.5em 0 0;
}
#product-list .add-to-cart .popup .inner {
  background-color: #FFF;
  margin: 3px;
  padding: 8px;
}
#product-list .add-to-cart .popup button.cart,
#product-list .add-to-cart .popup button.wishlist {
  background-color: transparent;
  border: none;
  font-size: 0.8em;
}

#product-list a.ajax-add {
  margin-left: 0.5em;
  vertical-align: middle;
}
#product-list div.add-to-cart .close {
  text-align: right;
}
#product-list #ajax-result div {
  margin-bottom: 0.5em;
}
#product-list #ajax-cart-footer {
  margin-top: 1em;
}
#product-list #ajax-footer-basket,
#product-list #ajax-footer-checkout {
  float: left;
  width: 50%;
}
#product-list #ajax-footer-basket {
  text-align: right;
}
