/* ============================================================= */
/* 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: underline;
  color:#3883BA;
}
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: 12em;
  clear:left;
}
dl dd {
  margin-left: 13em;
  margin-bottom: 1em;
}
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%;
}



/* Classes
------------------------------------------------------ */
  .captcha {
    border: 2px solid #E6F0F0;
  }
  .form-row {
    background-color: #E6F0F0;
  }
  .warning {
    border: 2px solid #F00;
    color: #F00;
  }
  .highlight{ 
    background:#FEFF8F;
    padding:2px;              
  }

/* Tables
------------------------------------------------------------- */
  table.grid {
    background-color: #DDD;
  }
  table.grid thead th {
    background-color: #444;
    color: #FFF;
    line-height: 1;
    font-size:11px;
  }
  table.grid tr.even {
    background-color: #E6F0F0;
  }
  table.grid tr.active td {
    background-color: #EEE;
  }
  table.grid td.separator {
    background-color: #ddd;
    height: 3px;
    padding: 0;
  }


    
    div.selector div.newListSelected{
      width:29px;
      height:16px;
      background:0 0 no-repeat url('/shop/images/bg_dropdown.gif');
      float:left;
      cursor:pointer;
      text-align:left;
      position:relative;
    }
    
      div.selector div.newListSelected div.selectedTxt{
        float:none;
        padding:2px 0 0 4px;
      }
      
      
      ul.newList{
        margin:0;
        padding:0;
        list-style:none;
        text-align:center;
        background:#e5e3e3;
        border-left:1px solid #adabab;        
        border-right:1px solid #adabab;
        border-bottom:1px solid #adabab;
        margin-top:-1px;
      }
      
      ul.newList li:hover{
        background:#CCC;
      }
      
      .hiLite{
        background:#AAA;
        color:#FFF;
      }
    
    div.links{
      text-align:center;
      margin-top:8px;
      position:relative;
      height:20px;
    }
  
      div.paginator .pagerPrevPage,
      .inactivePagerPrevPage{      
        position:absolute;
        top:0;
        left:25px;
      }
      
      div.paginator .links a{
        border:1px solid #AAA;
        padding:2px 4px;      
        text-decoration:none;      
        font-size:11px;
        font-weight:bold;
      }
      
      div.paginator .pagerNextPage,
      .inactivePagerNextPage{
        position:absolute;
        top:0;
        right:25px;
      }
      
      span.inactivePagerNextPage,
      span.inactivePagerPrevPage{
        color:#AAA;
        font-size:11px;
        padding-top:2px;
      }
      
      
      div.paginator .pagerLastPage{
        position:absolute;
        top:0;
        right:0px;
      }
      
      div.paginator .pagerFirstPage{        
        position:absolute;
        top:0;
        left:0px;
      }


/* ------------------------------------------------------------- */
/* OTHER CLASSES
/* ------------------------------------------------------------- */
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;
}
.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 {  
  color: #FFF !important;
  font-weight: bold;
  margin: 0.5em 0;
  padding: 5px;
  text-align: center;
}
div.message {
  background-color: #00A5E3;
}
div.message-error {
  background-color: #F00;
}
.warning {
  color: #F00;
}

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

/* ------------------------------------------------------------- */
/* 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.enlarge {
  background: url(/shop/images/icon_enlarge.gif) no-repeat left center;
  padding-bottom: 2px;
  padding-left: 18px;
  padding-top: 2px;
}
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 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;
}
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: 265px;
}


/* ------------------------------------------------------------- */
/*  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;   
      }
     
 



/* ------------------------------------------------------------- */
/*  GUIDED NAVIGATION
/* ------------------------------------------------------------- */

#nav_guided {  
  text-transform: lowercase;
  background:#F1F1F1;
  border-bottom:1px solid #CCC;
border-right:1px solid #DFDFDF;
}
  #nav_guided p {
    margin-bottom: 0.5em;
  }
  
  #nav_guided p.bottom {
    margin-bottom: 15px;
  }
  
  #nav_guided p.narrow {
    margin-bottom: 0;
  }
  
  #nav_guided ul {
    list-style: none;
  }
    #nav_guided ul ul {
      margin-left: 1em;
    }
      
  #nav_guided #nav-guided-search {
    margin-top: 1em;
  }
  
  #btn_active_search{
    width:25px;
    height:18px;
    background: 0 0 no-repeat url('/shop/images/search_go.gif');
    border:none;
    display:inline-block;
    text-indent:-999px;
    overflow:hidden;
  }
  
  
  /*  Your Selection Label
  /* ------------------------------------------------------------- */
    #nav_guided p.section_title{
      background: -1px 0 no-repeat url('/shop/images/bg_section_header.png');
      height:22px;
      line-height:22px;
      text-transform:uppercase;
      color:#FFF;
      font-size:11px;
      font-weight:bold;
      text-indent:8px;
      position:relative;
    }
    
    #nav_guided span.right_cap{
      display:block;
      position:absolute;
      top:0;
      right:-1px;
      overflow:hidden;
      height:22px;
      width:20px;
      background:#f00 top right no-repeat url('/shop/images/bg_section_header.png');
    }    
    
    
/* category logo */
/* ------------------------------------------------------------- */
#nav-guided-logo {
  padding: 10px;
  text-align: center;
}

/* selection box */
/* ------------------------------------------------------------- */
#nav-guided-selection {
  text-transform: lowercase;
}
#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: 9px 7px;
}
/* ------------------------------------------------------------- */
/* 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;
}

#nav-guided-backbtn{
  margin:0 0 0 10px;
  height:41px;
  width:90px;
  overflow:hidden;  
  display:block;
  line-height:41px;
  color:#FFF;  
}

#nav-guided-backbtn span{
  display:block;
  height:41px;
  width:112px;
  line-height:41px;
  font-size:1.6em;
  padding-right:0px;
  color:#444; 
}

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

/* selection box */
/* ------------------------------------------------------------- */
#nav-guided-selection {
  padding-bottom:15px;
}
#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 0 0 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:#004489;
  text-transform:uppercase;
  color:#FFF;
  font-size: 12px;
  font-weight:bold;
  height:22px;
  line-height:22px;
  padding-left:8px;   
}

#nav-guided-selection h3, .nav-guided-attribute h3, .guided-nav-search h3{
  color:#716e6f;
  font-size: 12px;
  font-weight:bold;
  text-transform:capitalize;
  text-indent:5px;
  
}

#nav_guided .nav-guided-attribute{
  margin:10px 0 0 6px;  
}

#nav_guided .nav-guided-attribute ul{
  margin:0 0 0 10px;  
}

#nav_guided .nav-guided-attribute ul.by_cat{
  margin:0 0 0 6px;  
}

#nav_guided .nav-guided-attribute p{
  margin:0 0 2px 0;  
}

.nav-guided-attribute a:link, 
.nav-guided-attribute a:visited {
  color:#3883BA;
  font-size:11px;
  line-height:16px;
  font-weight:normal;
  text-transform:capitalize;
}

  .nav-guided-attribute form{
    margin-left:6px;
    margin-top:2px;
    position:relative;
  }
  
    .nav-guided-attribute form input#gn_active_search{
      width:115px;
      height:17px;
      padding:2px 0 0 0;      
    }
    
    #btn_guided_nav_search{
      width:26px;
      height:21px;
      display:block;
      position:absolute;
      top:0;
      right:6px;
      overflow:hidden;
      text-indent:-999px;
      border:none;
      background: 0 0 no-repeat url('/shop/images/btn_guided_nav_search.gif');      
    }


/* ------------------------------------------------------------- */
/*  HEADER
/* ------------------------------------------------------------- */
#page-header {
  background-color: #FFF;
  position:relative;
}
#header .split-left {
  padding: 10px 0 0 15px;
}
#header .split-right {
  float: none;
  margin-left: 190px;
}
#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%;
}
#sitelogo img{
  /*position:absolute;*/
  margin-top:21px;
  margin-left:28px;
  float:left;
}

a.header-center-faq img{
  margin-top:41px;
  margin-left:28px;}

/* ------------------------------------------------------------- */
/*  ACCOUNT NAVIGATION
/* ------------------------------------------------------------- */
  #nav-account {
    /*float:right;
    margin:20px 22px 0 0;*/
   position:absolute;
   top:20px;
   right:21px;
  
  }

    #nav-account a:link,
    #nav-account a:visited{
      color:#777;
      text-decoration:underline;
    }
    
    #nav-account a.logout:link,
    #nav-account a.logout:visited{
      font-weight:bold;
      text-decoration:none;
      margin-left:15px;
      color:#3883BA;
    }
    

/* ------------------------------------------------------------- */
/*  CART BOX
/* ------------------------------------------------------------- */

#cart {
  position:absolute;
  right:22px;
  top:82px;
  width: 183px;
  height:93px;
  background:#FFF 0 0 repeat-x url('/shop/images/bg_cart.gif');
}

  p#cartOnPageSummary{
    position:absolute;
    top:18px;
    left:34px;
  }
 
  .cartNumItems{ 
    color:#444444;
    display:block;
    float:left;
    font-size:10px;
    padding-top:1px;
  }
  
  .cartTotalPrice{
    display:block;
    font-weight:bold;  
    color:#444;
    font-size:12px;
    margin-left:6px;
    float:left;    
  }
  
  #secure_basket_link{
    position:absolute;
    top:9px;
    right:5px;
    width:39px;
    height:21px;    
    overflow:hidden;
    display:block;
    text-indent:-999px;
  }
 
  #cart_message{
    float: left;
    width: 395px;
    text-align:center;
    font-weight:bold;
    margin-top:4px;
  }

  a#icon_basket,
  a#secure_basket{ 
    background:#FFF top right no-repeat url('/shop/images/btn_checkout_basket.gif');
    width:90px;
    height:30px;
    overflow:hidden;
    display:block;
    position:absolute;
    text-align:left;
    top:0px;
    right:0px;    
  }

  a#secure_basket{
    background:none; 
    width:70px;
  }
    
    a#icon_basket:hover{ background-position: right -30px;}
    a#icon_basket:active{ background-position: right -60px;}
    
  
  /* FREE SHIPPING Notice */
    #freeshipping_notice{
      color:#179107;
      font-size:11px;
      position:absolute;
      bottom:-14px;
      left:-5px;
      margin:0;
      background: 0 0 no-repeat url('/shop/images/freeshipping_arrow.gif');
      padding:9px 0 0 15px;
    }
   
  

/* ------------------------------------------------------------- */
/*  ON PAGE Basket
/* ------------------------------------------------------------- */
    #onpage_basket ul li.message{
      list-style:none;
    }
    
    #onpage_basket ul li.item{
      list-style:none;
      border-bottom:1px solid #CCC;
      padding-right:10px;
      padding-top:10px;
      height:70px;          
    }
    
      #onpage_basket ul li.item .item_image{
        width:80px;
        float:left;
        text-align:center;          
      }
      
        #onpage_basket ul li.item img{
          border:1px solid #CCC;
        }

    #onpage_basket ul li.item p{
      margin-bottom:2px;          
    }
    
    #onpage_basket ul li.item p.item_quantity{
      float:left;         
    }
    
    #onpage_basket ul li.item p.item_price{
      float:right;          
    }
    
    #onpage_basket ul li.item hr{
      clear:both;
      visibility:hidden;
    }
  
  #onpage_basket p.checkout{
    text-align:right;
    padding-right:10px;
  }
  
    #onpage_basket p.checkout a{
      background:#000;
      color:#FFF;
      text-transform:uppercase;
      padding:2px 10px;
      font-weight:bold;
    }
    
    #onpage_basket p.checkout a#onpage_viewbag{
      background:none;
      color:#000;
      float:left;
    }




/* ------------------------------------------------------------- */
/*  SEARCH BOX
/* ------------------------------------------------------------- */

  #search_box {
    clear:both;
    position:absolute;
    top:47px;
    right:21px;
    background:#FFF 0 0 repeat-x url('/shop/images/bg_search.gif');
    height:23px;
    overflow:hidden;
    width:184px;
  }
    
    #search_title{
      display:none;
    }
    
    #btn_search_submit{
      border:none;
      background: 0 0 repeat-x url('/shop/images/search.gif');
      width:33px;
      height:22px;
      text-indent:-9999px;
      overflow:hidden;
      position:absolute;
      top:0;
      right:0;
    }
    
    input#frm_keywords{
      position:absolute;
      top:2px;
      left:22px;
      padding:3px 3px 0 3px;
      border:none;
      background:none;      
      width:122px;
      color:#777;
      font-size:12px;
    } 
    
    #search_entire_site{
      width:100%;
      margin:0;
    }
    

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

/* ------------------------------------------------------------- */
/*  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
/* ------------------------------------------------------------- */
#contact-departments td,
#contact-departments th {
  padding: 0.5em 0;
  vertical-align: top;
}
#contact-departments th {
  text-align: left;
  width: 10em;
}


/* ------------------------------------------------------------- */
/*  GRID
/* ------------------------------------------------------------- */
table.grid {
  border-spacing: 1px;
  border-collapse: separate;
}
table.grid td {
  background-color: #FFF;
}
table.grid td.separator {
  height: 0px;
  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;
}
#secure_page .paginator {
  /*padding-top: 1em;
  padding-bottom: 1em;*/
  margin: 1em 0;
}


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

  #login_column1,
  #login_column2{
    width:300px;
    background:#FFF 0 0 no-repeat url('/shop/images/bg_column_fade.jpg');
    padding:15px 0 0 18px;
    float:left;
    margin:0 15px 0 0;    
    overflow:hidden;
  }
  
  #secure_page #login h2{
    font-size:18px;
  }
  
  .form-field p{
    text-align:right;
  }


/* ------------------------------------------------------------- */
/*  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: 10px;
  margin-top: 1em;
  text-align: right;
}
#box-help ul {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.box-content {
  padding: 5px;
}


/* ------------------------------------------------------------- */
/*  SITE MAP
/* ------------------------------------------------------------- */
  #sitemap{ 
    margin:20px 0 0 10px; 
  }  

  #sitemap .sitemap-list {
    float: left;
    width: 220px;
    margin:0 10px 50px 0;
  }

  #sitemap #column_5,#sitemap #column_9,#sitemap #column_13,#sitemap #column_17,#sitemap #column_21,
  #sitemap #column_25,#sitemap #column_29,#sitemap #column_33,#sitemap #column_37{
    clear:left; 
  }

  #sitemap h2 {
    font-size:14px;
  }
  
  #sitemap ul li {
    list-style:square;
    color:#999;
    line-height:24px;
    padding-left:2px;
    list-style-position:inside;
  }
  
  #sitemap div.clear {
    margin-bottom:40px;
  }  

/* ------------------------------------------------------------- */
/*  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;
}

/* ------------------------------------------------------------- */
/* Generic 'yellow-fade' style boxes
/* ------------------------------------------------------------- */

.yellow{
  background:#FFF2CA;
  border:1px dashed #d5c28a;
  color:#735005;
  padding:5px;  
}


/* ------------------------------------------------------------- */
/*  SITE NAVIGATION
/* ------------------------------------------------------------- */

#nav-site{
  position:absolute;
  top:135px;
  left:6px;
  background:#000;
  height:35px;
  width:973px;
  background:#000;
  z-index:999;
}

#nav-site ul {
  list-style: none;
  width:100%;
  clear:both;
  float:left;
  position:relative;
  height:35px;
}
  #nav-site ul li {
    display: block;
    float:left;
    height:35px;
    line-height:35px;
    position:relative;
  }
    #nav-site ul li a {
      color:#FFF;
    }

  /* Menu #1 */


  #nav-site ul#navigationlist{
    background: 0 0 repeat-x url('/shop/images/bg_menu.jpg');
  }  

  #nav-site ul#navigationlist li.category {
    display: block;
    float:left;
    border-right:none;
    height:35px;
    line-height:33px;
    position:relative;    
    background: top right no-repeat url('/shop/images/bg_menu_divider.jpg');
  }
  
  #nav-site ul#navigationlist li.last {
    background: none;
  }

  #nav-site ul#navigationlist li.category a.category:link,
  #nav-site ul#navigationlist li.category a.category:visited {
    color:#FFF;
    text-align:center;
    display: block; 
    font-size:10px;
    height:35px;
    line-height:33px;
    padding:0 7px;
    float:left;
    clear:left;
  }

  #nav-site ul#navigationlist li.category:hover a.category:link,
  #nav-site ul#navigationlist li.category:hover a.category:visited,
  #nav-site ul#navigationlist li.category a.category:hover,
  #nav-site ul#navigationlist li.category a.category:active {
    color:#FFF;
    background: 0 -35px repeat-x url('/shop/images/bg_menu.jpg');
  }
  
  #nav-site ul#navigationlist li.first {
   margin-left:5px;
  }
  
  /* Menu #2 */
  #nav-site ul#navigationlist2{
    background: #004489;
  }
  
  #nav-site ul li.last{
    border:0;
   }   
   
#nav-site ul li a:link,#nav-site ul li a:visited {
  color:#EBEAEA;
  display:block;
  height:28px;
  line-height:28px;
  font-size:12px;
  text-decoration:none;
  padding:0 11px;
  font-weight:bold;
}

#nav-site ul li.red a:link,#nav-site ul li.red a:visited {
  color:#fecd8e;
}

/*
#nav-site ul li.selected a:link, #nav-site ul li.selected a:visited {
  color:#004489;
  background:#FFF;
  border-top:1px solid #CCC;
  height:27px;
  line-height:27px;
}

#nav-site ul li.selected a:hover, #nav-site ul li.selected a:active {
  border-top:none;
  height:28px;
  line-height:28px;
}
*/

#nav-site ul li:hover a:link, #nav-site ul li:hover a:visited  {
  color:#FFF;
  background:none;
  background-color: #004d95;
}


#nav-site .float-right {
  text-align: right;
}

  /* ------------------------------------------------------------- */
  /*  SUB NAVIGATION
  /* ------------------------------------------------------------- */
   #nav-site ul.subnav {
      width:180px;
      clear:none;
      height:auto;
      background: #004d95;    
      border-top:none;
      position:absolute;
      top:33px;
      left:-999em;
      z-index:999;
      overflow:hidden;
      padding-bottom:8px;
      display:none;
    }
    
    #nav-site ul#navigationlist ul.subnav{
      top:33px;
      background:#009bdf;
      padding:0 5px 5px;
    }
    
    #nav-site li:hover ul.subnav,
    #nav-site li.sfhover ul.subnav{
      left:0px;
      display:block;
   }

   #nav-site ul li ul.subnav li {
      float:none;
      border: none;
      background:none;
      width:auto;
      overflow:visible;
      height:auto;
      line-height:auto;
      clear:both;
   }
   
     #nav-site ul li ul.subnav li a:link,#nav-site ul li ul.subnav li a:visited,
     #nav-site ul li:hover ul.subnav li a:link,#nav-site ul li:hover ul.subnav li a:visited,
     #nav-site ul li.sfhover ul.subnav li a:link,#nav-site ul li.sfhover ul.subnav li a:visited {
        color:#FFF;
        font-size:1em;
        text-decoration:none;
        float:none;
        border:none;
        background:none;
        font-weight:bold;
        display:block;
        background:bottom left repeat-x url('/shop/images/bg_subnav_divider.jpg');        
     }
      
     #nav-site ul li ul.subnav li a:hover, #nav-site ul li ul.subnav li a:active,
     #nav-site ul li:hover ul.subnav li a:hover, #nav-site ul li:hover ul.subnav li a:active,
     #nav-site ul li.sfhover ul.subnav li a:hover, #nav-site ul li.sfhover ul.subnav li a:active {
        color:#FFF;
        text-decoration:underline;
        background:none;
        background-color: #4bbae9;
        font-weight:bold;        
     }

      
  #nav-site ul li ul.subnav li a.last:link,
  #nav-site ul li ul.subnav li a.last:visited{
    color:#ffd666;
    background:5px 10px no-repeat url('/shop/images/bg_subnav_arrow.jpg');
    padding-left:20px;
  }
  
/* ------------------------------------------------------------- */
/* Buttons
/* ------------------------------------------------------------- */

 a.button, a.button, span.button, del.button{

  display:-moz-inline-box;
  display:inline-block;
  cursor:pointer;
  border:none;
    font-size:0;
    line-height:0;

  /*
  for Safari, read this first
  http://creativebits.org/webdev/safari_background_repeat_bug_fix
  */
  background-position:0 0;
  background-repeat:no-repeat;
  height:30px;
  text-decoration:none;
  color:#2e523b;
  font-style:normal;
  margin:0 6px 0px 0;
  padding:0 10px 0 0;
  vertical-align:middle;  

    padding-top:-2px;
  _position:relative;
  _width:10px;
  _overflow-y:hidden;
}
 a.button, a.button, span.button, del.button,
 a.button span, a.button span, span.button button, span.button input, del.button span{
    background-image:url('/shop/images/btn0.png');
    _background-image:url('/shop/images/btn0.png');
}
 a.button span, a.button span, span.button button, span.button input, del.button span{
white-space:nowrap;
  cursor:pointer;
    color:#444;
    font-weight:bold;
  display:-moz-inline-box;
  display:inline-block;
  line-height:1;
    letter-spacing:0 !important;
    font-family:"Arial" !important;
    font-size:12px !important;
    font-style:normal;
    background-color:transparent;
  background-position:100% 0;
  background-repeat:no-repeat;
  height:30px;
  padding:8px 20px 0 10px;
  margin:0 -16px 0 10px;
  border:none;
  vertical-align:text-top;
  zoom:1;
  _position:relative;
    _padding-left:0px;
  _padding-right:12px;
  _margin-right:-10px;
  _display:block;
  _top:0;
  _right:-5px;

}
span.button button{
   line-height:2.5;/*Opera need this*/
}

html.safari  a.button span, a.button span,
html.safari del.button span{
  line-height:1.3;
}

html.safari span.button button{
  line-height:2.6;
}

html.safari  a.button, a.button:focus,
html.safari span.button button:focus{
    outline:none;
}
del.button{
  /* cursor:not-allowed;  */
  background-position:0 -120px;

}
del.button span{
  cursor:default;
    color:#aaa !important;
  background-position:100% -120px;
}
span.button button, span.button input{
  padding-top:0px;
  line-height:2.5;/*Opera need this*/
}
/** optional **/
/*
a.button:visited{
  color:#aaa;
}
*/
/*Hover Style*/
 a.button:hover, 
 a.button:hover,
 span.button:hover,
 a.button:focus, 
 a.dom-button-focus,
 span.button-behavior-hover{
  background-position:0 -60px;
  color:#222;
  text-decoration:none;
}
 a.button:hover span,
 span.button:hover button,
 a.button:focus span,
 span.button-behavior-hover button,
 span.button-behavior-hover input{
  background-position:100% -60px;
}
 a.button, a.button:active,  a.button:focus, a.button:focus span{
  color:#444;
}
del.button-behavior-hover, del.button:hover{
  background-position:0 -180px;
  /* cursor:not-allowed; */
}
del.button-behavior-hover span, del.button:hover span{
  background-position:100% -180px;
  /* cursor:not-allowed; */
}
/*Optional hack for IE6 to simulate :hover selector*/
span.button button, del.button span, span.button input{
  _behavior:expression(
    (function(el){
      if( typeof( behavior_onMouseEnter) == 'undefined'){
        behavior_onMouseEnter = function(el){
          var dEl = this.parentNode;
          var sClass = dEl.className ;
          dEl.__defaultClassName = sClass ;
          dEl.className = sClass + ' button-behavior-hover';
          this.setCapture();
        };
        behavior_onMouseLeave = function(el) {
          var dEl = this.parentNode;
          dEl.className = dEl.__defaultClassName ;
          dEl.__defaultClassName = undefined;
          this.releaseCapture();
        };
      };
      el.runtimeStyle.behavior = 'none';
      el.onmouseenter = behavior_onMouseEnter;
      el.onmouseleave = behavior_onMouseLeave;
    })(this));
  