/* Layout ================================================================================= */
.wrapper {min-height:400px;background-color:white;}
.header,
.topHeader_content,
.footer_content{width:900px;margin:0px auto;}
.page { 
	width:900px;
	margin:0 auto;
	padding-top:22px;
	text-align:left;
}
.page-popup { padding:20px; text-align:left; }
.main { padding-bottom: 20px; clear: both;}
body{background-color:#333333;}

/* Base Columns */ 
.col-left { float:left;}
.col-main { width:636px; }
.col-right { float:right; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

/* ======================================================================================= */



/********** < Navigation */
#nav {float: right;margin-top: 30px;}

/* All Levels */
#nav li { position:relative;  }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover {display:block; text-decoration:none; }
#nav span { display:block; white-space:nowrap; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#2a2824; font-weight: bold;}
#nav a,
#nav a:hover{background-color:#FFFFFF; border: 1px solid #FFFFFF; font-size:14px;float:left; padding:5px 10px 6px 10px; color:#898885;}
#nav li.over a,
#nav a:hover {color:#000;}
#nav li.over > a,
#nav li.over > a:hover {box-shadow: 0 -2px 6px #EEEEEE; -moz-box-shadow: 0 -2px 6px #EEEEEE; -webkit-box-shadow: 0 -2px 6px #EEEEEE; border-left: 1px solid #DDD;border-right: 1px solid #DDD;border-top: 1px solid #DDD;}
#nav li.nav-cobranding {display: none;}

/* 1st Level */
#nav ul {box-shadow: 0 1px 6px #EEEEEE; -moz-box-shadow: 0 1px 6px #EEEEEE; -webkit-box-shadow: 0 1px 6px #EEEEEE; padding: 1px 0 1px 0;background-color:#FFF;position:absolute; min-width:11em; top:33px; left:-10000px; z-index: -1;text-align:left;}
#nav ul li,
#nav ul li.active { float:none; }
#nav ul a,
#nav ul a:hover {font-size:12px; float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* Show Menu */
#nav li.over > ul { left:0; border: 1px solid #DDD;}
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
#nav li.level0 > a { cursor: default; }

#nav ul li a { color:#999999; }
#nav ul li a:hover { background:#FFF; text-decoration: underline;}
#nav ul span,
#nav ul li.last li span { padding:4px 9px 4px 9px; }

/********** Navigation > */
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
textarea { overflow:auto; }
input.qty { width:2.5em !important; }

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }

.group-select li { margin:0 0 20px; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { margin:3px 0 0; padding-left:15px; font-size:10px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:3px solid #df280a !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

/* Page Heading */
.page-title { border-bottom:3px solid #222222; border-top:1px solid #222222; padding:5px 0 5px; margin:0 0 10px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { margin:15px 0; text-align:center; }
.pager .amount { float:left;}
.pager .limiter { float:right; }
.pager .limiter label{border-left:1px solid #999999;margin-left:8px;padding-left:8px;}
.pager .pages {float:left; font-size: 14px;font-weight: bold; line-height: 100%}
.pager .pages ol { }
.pager .pages li{float:left;}
.pager .pages li a {padding:8px 10px 7px 10px; display: block; color:gray; text-decoration:none;}
.pager .pages li a:hover {background-color: #FFFFFF; color: #000000;}
.pager .pages li span.current {display: block; padding:8px 10px 7px 10px; }

.pager span.index{float:right;color:#666666;}
/* Sorter */ 
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Lists Decoration */
li.even { background-color:#f6f6f6; }
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
/* ======================================================================================= */


/* Sidebar =============================================================================== */

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ddd; margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr{margin-bottom:5px;}
.products-grid tr.last {border:none;}
.products-grid td { width:25%;padding:5px; padding-top: 15px;}
.products-grid tr.first td { padding-top: 5px;}
.products-grid td.empty {}
.products-grid td.index {
	font-weight:bold;
	text-align:center;
	padding-top:65px;
	
}

/* ======================================================================================= */


/* Product View ========================================================================== */

/* Product Images */
.product-view .product-img-box { width:630px;}
.product-view .product-img-box .product-image {text-align: center;}
.product-view .product-img-box .product-image img#image{width:550px;}

/* Product Shop */
.product-view .product-shop { width:445px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }
.price-box {font-size: 11px;font-weight:bold;}
.products-grid .price { color:#666666;float: left;}
.products-grid .price-box {border-top:1px solid #EEE;}
.products-grid .price-box .price {padding:2px 0 2px 0;}
.price-box .new {padding:2px 5px 3px 5px;background-color:#00BFFF;color:white;float:right;}
.price-box .alert {padding:2px 5px 3px 5px;background-color:#FF0050;color:white;float:right;}

.price-box .vat_info{
	padding-left:5px;
	font-weight:normal;
	cursor: pointer;
	color:#AAAAAA;
}
div#vat_tooltip{
	padding:10px;
	color:#AAAAAA;
}

/* Old price */
.old-price .price {float: left; text-decoration:line-through;}

/* Special price */
.special-price {float:right;}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price {float: left; margin-right: 3px;}
.special-price .promo {background-color:#FF8C00;color:white;padding:2px 5px 3px 5px;float: right;}

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; }

/* Price range */
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }

/* Product Options */
.product-options dt label{font-weight:bold;display:none;}
.product-options dt{display:none;}
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed {background-color:white;}
.product-options p.required { padding:15px 0 0; }

/* Block: Description */
.product-view .description {
	margin-top:10px;
	color:#AAAAAA;
	text-align:justify;
	word-wrap:break-word;
}


/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name {font-size:12px; font-weight:bold; }
h3.product-name {font-size:12px; font-weight:bold; }
.product-name a{color: #666666;font-weight:normal;text-decoration:none;}


/* ======================================================================================= */


/* CMS cobranding block */

div.cobranding{}
div.cobranding a{margin-bottom:20px;border:3px solid #EEEEEE;display:block;}
div.cobranding a:hover{border:3px solid #CCCCCC;}
div.cobranding a img{width:890px;}


/* ======================================================================================= */

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.cart-table THEAD{
	background-image:url("../images/hatching.png");
	background-color:transparent;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left;width:654px;}
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }


/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { position:relative; }

.opc .section { display:none; }
.opc .section.active { display:block; }

.opc .allow .step-title { cursor:pointer; }
.opc .active .step-title { cursor:default; }
.opc .step { position:relative; }
.opc .step .tool-tip { right:10px; }


/********** Common Checkout Styles > */
/* ======================================================================================= */



/* My Account ============================================================================= */
/********** < Dashboard */


/********** Dashboard > */

/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer {border-top:2px solid #000000; background-color:#333333;padding-top:10px;padding-bottom:10px;}



/*******************************************************************************
 * Language selector styles
 */
.footer .form-language {
  float: right;
	height:11px;
	line-height:11px;
}

  .footer .form-language A#current-language {
    color:#999999;
    line-height: 100%;
    text-decoration: none;
    text-transform: capitalize;
  }
  
    .footer .form-language A#current-language:hover {
      color: #DDDDDD;
      text-decoration: none;
    }

A.flag_francais,
A.flag_espanol,
A.flag_english,
A.flag_deutsh,
A.flag_italiano {
  background-image: url(../images/flag_sprite.png);
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
	float:left;
  height: 11px;
  padding-left: 20px;
}

  A.flag_francais,
  A#current-language.flag_francais:hover {
    background-position: 0 0;
  }
  
  A#current-language.flag_francais {
    background-position: 0 -11px;
  }
  
  A.flag_espanol,
  A#current-language.flag_espanol:hover {
    background-position: 0 -22px;
  }
  
  A#current-language.flag_espanol {
    background-position: 0 -33px;
  }
  
  A.flag_english,
  A#current-language.flag_english:hover{
    background-position: 0 -44px;
  }
  
   A#current-language.flag_english {
     background-position: 0 -55px;
   }
  
  A.flag_deutsh,
  A#current-language.flag_deutsh:hover{
    background-position: 0 -66px;
  }
  
  A#current-language.flag_deutsh {
    background-position: 0 -77px;
  }
  
  A.flag_italiano,
  A#current-language.flag_italiano:hover{
    background-position: 0 -88px;
  }
  
  A#current-language.flag_italiano {
    background-position: 0 -99px;
  }



.language-tip{
	color:#AAAAAA;
}

.language-tip ul{background: #fff;}
.language-tip li{margin:7px;}
a.tip-flag{padding-left:21px;color:gray;display:block;text-align:left;text-transform:capitalize;text-decoration:none;height:11px;}
a.tip-flag:hover{text-decoration:underline;}

.footer div.copy{border:1px solid blue;}
.footer p {text-align:right;}
.footer address {color:#666666;font-size:11px;text-align:left;line-height: 100%;margin-top: 7px;}
.footer address a{color:#999;text-decoration:none;}
.footer ul {float:left; line-height: 100%; padding:0 20px 0 0;}
.footer ul li{float: left;margin-right:10px;color:#999999;}
.footer ul li a{color:#999;text-decoration: none;font-size:12px;}
.footer ul li a:hover{text-decoration:underline;color:#DDD;}

.footer ul.links{display:none;clear: both;}


.footer .copyright {
  color: #666666;
  font-size: 11px;
  float: left;
  margin-top: 5px;
  text-align:left;
}

  .footer .copyright A {
    color: #999999;
    text-decoration: none;
  }

    .footer .copyright A:hover {
      color: #DDDDDD;
      text-decoration: underline;
    }

.footer .credits {
  color: #666666;
  float: right;
  font-size: 11px;
  margin-top: 5px;
  text-align: right;
}

  .footer .credits STRONG {
    display: none;
  }

  .footer .credits A {
    color: #999999;
    text-decoration: none;
  }

    .footer .credits A:hover {
      color: #DDDDDD;
      text-decoration: underline;
    }






/*******************************************************************************
 * Common styles
 */
.hide {
  display: none;
}

HR {
  display: none;
}



/*******************************************************************************
 * Header styles
 */
.header_wrapper {
  background-color: #FFFFFF;
}



/*******************************************************************************
 * Header (top menu) styles
 */
.topHeader {
  background-color: #333333;
  border-bottom-color: #EEEEEE;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  color:#999999;
}

  .topHeader A {
    color: #999999;
    font-size: 11px;
    text-decoration: none;
  }
  
    .topHeader A:hover {
      color: #DDDDDD;
      text-decoration: underline;
    }
  
  .topHeader .links {
    float: right;
    height: 24px;
    margin-top: 3px;
  }
  
    .topHeader .links LI {
      border-right-color: #555555;
      border-right-style: solid;
      border-right-width: 1px;
      float: left;
      margin-right: 10px;
      padding-right: 10px;
    }
    
      .topHeader .links LI.last {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
      }

.topHeader_content #info_message{
	float:left;
	color:#666666;
	font-size:11px;
	padding-top:5px;
}


/*******************************************************************************
 * Header (search form) styles
 */
.topHeader .form-search {
  background-color: #F3F3F3;
  clear: both;
  float: left;
  width: 100%;
}

  .topHeader .form-search DIV {
    margin: 0 auto;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: right;
    width: 900px;
  }

.topHeader INPUT {
  border-color: #EEEEEE;
  border-style: solid;
  border-width: 3px;
  color: #AAAAAA;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 17px;
  letter-spacing: -1px;
  padding: 4px;
  width: 300px;
}
  
  .topHeader INPUT:focus {
    border-color: #DDDDDD;
    color: #0281CA;
  }
  
  .topHeader INPUT:hover {
    border-color: #DDDDDD;
  }

.topHeader BUTTON {
  background-color: #FFFFFF;
  cursor: pointer;
  height: 30px;
  width: 46px;
}

  .topHeader BUTTON:hover {
    background-color: #00BFFF;
  }
  
  .topHeader BUTTON SPAN {
    color: #AAAAAA;
    font-size: 14px;
    font-weight: bold;
  }
  
    .topHeader BUTTON:hover SPAN {
      color: #FFFFFF;
    }



/*******************************************************************************
 * Header (logo & main menu) styles
 */
.header_wrapper .header {
  clear: both;
}

  .header_wrapper .logo {
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    padding-bottom: 10px; /* Compensates for the mini-cart height (when there is at least one product in the shopping basket) to make sure the title section of the page is always displayed at the same position */
    margin-top: 27px;
    position: relative;
    text-indent: -9999px;
  }
  
    .header_wrapper .logo A {
      display: block;
      height: 39px;
      width: 190px;
    }
    
      .header_wrapper .logo.gohome A:hover {
        background-position: 0 -39px;
      }



/*******************************************************************************
 * Header (cart) styles
 */
.header .cart {
  float: right;
  margin-top: 30px;
}

  .header .cart A {
    background-color: #FFFFFF;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    color: #898885;
    display: block;
    font-size: 14px;
    padding-bottom: 6px;
    padding-left: 9px;
    padding-right: 10px;
    padding-top: 5px;
    position: relative; /* Mandatory so the mini-cart is correctly displayed above the background image of the homepage */
    text-decoration: none;
  }
  
    .header .cart A:hover {
      background-color: #EEEEEE;
      color: #2A2824;
    }
  
  .header .cart A SPAN {
    background-image: url(../images/bag_white.png);
    background-position: left 1px;
    background-repeat: no-repeat;
    display: block;
    padding-left: 25px;
    text-align: left;
  }
  
    .header .cart A SPAN.hide {
      display: none;
    }
    
    .header .cart.full A SPAN {
      background-image: url(../images/bag_black.png);
    }
    
    .header .cart A SPAN EM {
      color: #AAAAAA;
      display: block;
      font-size: 9px;
      font-style: normal;
      line-height: 100%;
	  margin-left:-20px;
    }



/*******************************************************************************
 * Title styles
 */
.title {
  border-bottom-color: #222222;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-top-color: #222222;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 900px;
}

  .title H2 {
    font-size: 20px;
    font-weight: normal;
    float: left;
    line-height: 100%;
    margin-left: 4px;
    text-transform: uppercase;
    word-spacing: -6px;
  }
  
    .title H2 STRONG {
      font-family: "Arial Black" Arial sans-serif;
    }
  
  .title P {
    color: #999999;
    float: right;
    font-size: 11px;
    margin-right: 4px;
    margin-top: 2px;
  }
  
    .title P A {
      color: #999999;
      text-decoration: none;
    }
    
      .title P A:hover {
        color: #666666;
        text-decoration: underline;
      }



/*******************************************************************************
 * Body styles
 */
.body {
  float: right;
  margin-left: 20px;
  text-align: justify;
  width: 636px;
}

  .body H3 {
    background-image: url(../images/hatching.png);
    background-position: left top;
    background-repeat: repeat;
    color: #111111;
    clear: both;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 10px;
    margin-top: 30px;
    padding: 7px;
    position: relative;
  }
  
    .body H3.first {
      margin-top: 0;
    }
  
  .body H4 {
    color: #333333;
    font-size: 14px;
    margin-top: 10px;
  }
  
  .body P {
    margin-top: 10px;
  }
  
    .body P.first {
      margin-top: 0;
    }
  
  .body A {
    color: #999999;
    text-decoration: none;
  }
  
    .body A:hover {
      color: #333333;
      text-decoration: underline;
    }
  
  .body ADDRESS {
    font-style: italic;
    margin-left: 10px;
    margin-top: 10px;
  }
  
  .body .separator {
    margin-left: 2px;
    margin-right: 2px;
  }



/*******************************************************************************
 * Body (messages) styles
 */
.messages LI {
  margin-bottom: 10px;
}

  .messages UL LI {
    margin-top: 10px;
  }

.messages A {
  text-decoration: none;
}

  .messages A:hover {
    text-decoration: underline;
  }

.messages .error-msg,
.messages .success-msg,
.messages .notice-msg {
  background-position: 6px 7px;
  background-repeat: no-repeat;
  font-weight: bold;
  overflow: hidden;
  padding-left: 36px;
  padding-right: 8px;
}

.messages .error-msg {
  background-color: #faebe7;
  background-image: url(../images/icons/34al/001_05.png);
  color: #df280a;
}

.messages .success-msg {
  background-color: #EBFBE9;
  background-image: url(../images/icons/34al/001_06.png);
  color:#356B2E;
}

  .messages .success-msg A {
    color: #4DB255;
  }

.messages .notice-msg {
  background-color: #fbf7d3;
  background-image: url(../images/icons/34al/001_11.png);
  color: #f9812e;
}

.note-msg {
  background-position: 6px 7px;
  background-repeat: no-repeat;
  background-color: #fbf7d3;
  background-image: url(../images/icons/34al/001_11.png);
  color: #f9812e;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 36px;
  padding-right: 8px;
  padding-top: 10px;
}



/*******************************************************************************
 * Body (form) styles
 */
.body INPUT.radio,
.body INPUT.checkbox {
  margin-right: 4px;
  vertical-align: middle;
}

.body INPUT.input-text,
.body TEXTAREA,
.body SELECT {
  border-color: #EEEEEE;
  border-style: solid;
  border-width: 3px;
  color: #AAAAAA;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 2px;
  padding: 7px;
  vertical-align: middle;
}

.body INPUT.input-text,
.body TEXTAREA {
  width: 250px;
}
 
  .body INPUT.input-text.validation-failed,
  .body TEXTAREA.validation-failed,
  .body SELECT.validation-failed {
    border-color: #DF280A;
    color: #DF280A;
  }
  
  .body INPUT.input-text:focus,
  .body TEXTAREA:focus,
  .body SELECT {
    border-color: #DDDDDD;
    color: #0281CA;
  }
  
    .body INPUT.input-text.validation-failed:focus,
    .body TEXTAREA.validation-failed:focus,
    .body SELECT.validation-failed:focus {
      color: #DF280A;
    }

.body INPUT#change_password.checkbox,
.body INPUT#subscription.checkbox {
  margin-left: 8px;
}

.body INPUT#zip.input-text,
.body INPUT.validate-zip-international {
  width: 70px;
}

.body TEXTAREA {
  height: 200px;
  width: 500px;
}

.body LABEL {
  color: #666666;
  font-weight: bold;
  vertical-align: middle;
}

.body .group-select P {
  margin-bottom: 20px;
}

.body .input-box A {
  color: #999999;
  text-decoration: none;
}

  .body .input-box A:hover {
    color: #333333;
    text-decoration: underline;
  }
  
  .body .input-box.action {
    margin-top: 3px;
  }
  
    .body .input-box.action P {
      color: #333333;
      margin-bottom: 0;
      margin-top: 0;
    }

.body .buttons-set {
  background-color: #F5F5F5;
  margin-top: 30px;
  width: auto;
}

  .body .buttons-set BUTTON.button {
    background-color: #FFFFFF;
    cursor: pointer;
    padding-right: 3px;
    overflow: visible;
    width: auto;
  }
  
    .body .buttons-set BUTTON.button SPAN {
      background-color: #f8f8f8;
      background-position: 11px 9px;
      background-repeat: no-repeat;
      border-color: #e5e5e5;
      border-style: solid;
      border-width: 3px;
      color: #666666;
      display: block;
      font-size: 14px;
      font-weight: bold;
      height: 38px;
      line-height: 38px;
      padding-left: 40px;
      padding-right: 13px;
      text-align: left;
      white-space: nowrap;
      width: auto;
    }
    
      .customer-account-forgotpassword .buttons-set BUTTON.button SPAN,
      .contacts-index-index .buttons-set BUTTON.button SPAN,
      .sendfriend-product-send .buttons-set BUTTON.button SPAN,
      .wishlist-index-index .buttons-set BUTTON.button SPAN,
      .wishlist-index-share .buttons-set BUTTON.button SPAN {
        background-image: url(../images/icons/34al/001_12.png);
      }
      
      .checkout-onepage-index .buttons-set BUTTON.button SPAN,
      .checkout-onepage-success .buttons-set BUTTON.button SPAN {
        background-image: url(../images/icons/34al/001_60.png);
      }
      
      .customer-account-login .buttons-set BUTTON.button SPAN {
        background-image: url(../images/icons/34al/001_42.png);
      }
      
      .customer-account-create .buttons-set BUTTON.button SPAN {
        background-image: url(../images/icons/34al/001_54.png);
      }
      
      .customer-account-edit .buttons-set BUTTON.button SPAN,
      .customer-address-form .buttons-set BUTTON.button SPAN,
      .customer-address-index .buttons-set BUTTON.button SPAN,
      .newsletter-manage-index .buttons-set BUTTON.button SPAN {
        background-image: url(../images/icons/34al/001_45.png);
      }
      
      .body .buttons-set BUTTON.button:hover SPAN,
      .body .buttons-set BUTTON.button:focus SPAN {
        background-color: #FFFFFF;
        border-color: #DDDDDD;
        color: #3a7095;
      }

.body P.required {
  margin-bottom: 0;
  margin-left: 8px;
  margin-top: 2px;
  text-align: left;
}

.body .back-link {
  background-color: #F5F5F5;
  margin-top: 30px;
  padding: 7px;
  width: auto;
}

  .body .back-link A{
    display: block;
    background-image: url(../images/icons/silk/arrow_undo.png);
    background-position: left top;
    background-repeat: no-repeat;
    color: #666666;
    display: block;
    height: 16px;
    padding-left: 22px;
    text-decoration: none;
  }
  
    .body .back-link A:hover {
      background-position: 0 -16px;
      color: #000000;
      text-decoration: underline;
    }



/*******************************************************************************
 * Body (pagination) styles
 */
.pager {
  background-image: url(../images/hatching.png);
  background-position: left top;
  background-repeat: repeat;
}
  .pager .index {
    border-right-color: #AAAAAA;
    border-right-style: solid;
    border-right-width: 1px;
    font-size: 11px;
    margin-right: 7px;
    margin-top: 6px;
    padding-right: 7px;
  }
  
  .pager .limiter {
    font-size: 11px;
    margin-bottom: 6px;
    margin-right: 7px;
    margin-top: 6px;
  }
  
    .pager .limiter A {
      color: #666666;
      text-decoration: none;
    }
    
      .pager .limiter A:hover {
        color: #000000;
        text-decoration: underline;
      }



/*******************************************************************************
 * Body (product list) styles
 */
.products-grid A.product-image {
  display: block;
  text-align: center;
}

  .products-grid A.product-image IMG:hover {
    opacity: 0.8;
  }

.products-grid .product-name A {
  text-align: left;
  text-transform: capitalize;
}

  .products-grid TD:hover .product-name A {
    color: #000000;
  }
  
  .products-grid TD:hover .price-box {
    border-top-color: #DDDDDD;
  }
  
  .products-grid TD:hover .price {
    color: #000000;
  }



/*******************************************************************************
 * Body (additional views) styles
 */
.product-view .more-views {
  float: right;
  margin-left: -5px;
  margin-top: 30px;
}

  .product-view .more-views LI {
    margin-bottom: 8px;
  }
  
    .product-view .more-views LI A {
      border-color: #DDDDDD;
      border-style: solid;
      border-width: 3px;
      display: block;
    }

      .product-view .more-views LI.selected A {
        border-color: #BBBBBB;
        cursor: default;
      }



/*******************************************************************************
 * Body (related products) styles
 */
.block-related H3,.block-recent H3,.block-new H3,.block-seo H3 {
  background-image: url(../images/hatching.png);
  background-position: left top;
  background-repeat: repeat;
  color: #111111;
  font-size: 18px;
  line-height: 100%;
  margin-top: 15px;
  padding: 7px;
}



/*******************************************************************************
 * Body (table) styles
 */
.data-table {
  margin-bottom: 20px;
  width: 100%;
}

  .data-table THEAD {
    background-color: #BBBBBB;
    border-bottom-color: #666666;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    color: #FFFFFF;
  }
  
  .cart-table THEAD{
  	border-bottom:2px solid #EEEEEE;
	color:#999999;
	text-transform:uppercase;
	background-color:white;
  }
  
    .data-table THEAD TH {
      font-weight: bold;
      padding: 8px;
      white-space: nowrap;
    }
  
  .data-table TFOOT TD,
  .data-table TFOOT TH {
    padding: 8px;
  }
  
  .data-table TBODY {
    width: 100%;
  }
  
  .data-table TFOOT TR.first {
    border-top-color: #BBBBBB;
    border-top-style: solid;
    border-top-width: 2px;
  }
  
  .data-table TBODY TR {
    border-top-color: #DDDDDD;
    border-top-style: solid;
    border-top-width: 1px;
  }
  
  .data-table TBODY TD {
    padding: 8px;
  }
  
    .data-table TBODY TD P {
      margin-top: 0;
    }
  
    .data-table TD.last {
      background-color: #F3F3F3;
      white-space: nowrap;
    }
    
      .data-table TBODY TD.last A {
        background-position: left top;
        background-repeat: no-repeat;
        color: #666666;
        display: block;
        height: 16px;
        padding-left: 22px;
        margin-bottom: 5px;
        text-decoration: none;
      }
      
        .data-table TBODY TD.last A.last {
          margin-bottom: 0;
        }
        
        .data-table TBODY TD.last A:hover {
          background-position: 0 -16px;
          color: #000000;
          text-decoration: underline;
        }
        
        .data-table TBODY TD.last A.add {
          background-image: url(../images/icons/fugue/plus.png);
        }
        
        .data-table TBODY TD.last A.delete {
          background-image: url(../images/icons/fugue/cross.png);
        }
  
        .data-table TBODY TD.last A.email {
          background-image: url(../images/icons/fugue/mail_pencil.png);
        }
        
        .data-table TBODY TD.last A.view {
          background-image: url(../images/icons/fugue/information.png);
        }
        
        .data-table TBODY TD.last A.wishlist {
          background-image: url(../images/icons/fugue/heart_plus.png);
        }
  
  .data-table .product-name A {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
  }
  
  .data-table .product-name A:hover {
  	text-decoration: underline;
  }
  
  .data-table H4 {
    margin-top: 0;
  }
  
  .data-table .item-options {
    color: #CCCCCC;
    font-size: 10px;
  }
  
  .data-table .category {
    color: #CCCCCC;
    font-size: 11px;
  }
  
  .data-table .short-description {
    color: #CCCCCC;
    font-size: 10px;
  }



/*******************************************************************************
 * Body (cart discount) styles
 */
.discount {
  width: 300px;
}

.discount BUTTON {
  cursor: pointer;
  margin-top:10px;
}

  .discount BUTTON.add {
    background-color: #DDDDDD;
    padding: 5px;
    width: 46px;
  }
  
    .discount BUTTON.add:hover {
      background-color: #00BFFF;
	  color:#FFFFFF;
    }
    
    .discount BUTTON.add SPAN {
      color: #666666;
      font-size: 14px;
      font-weight: bold;
    }
    
      .discount BUTTON.add:hover SPAN {
        color: #FFFFFF;
      }
  
  .discount BUTTON.cancel SPAN {
    background-image: url(../images/icons/fugue/cross.png);
    background-position: left top;
    background-repeat: no-repeat;
    color: #666666;
    padding-left: 22px;
  }
  
    .discount BUTTON.cancel:hover SPAN {
      background-position: 0 -16px;
      color: #000000;
      text-decoration: underline;
    }

#discount-coupon-form INPUT.input-text {
  width: 219px;
}

#coupon-link{
	border:1px solid #EEEEEE;
	padding:10px 10px 10px 25px;
	background:transparent url("../images/icons/coupon.png") no-repeat center left;
	background-position:5px;
	color:#666666;
	text-decoration:none;
}
#coupon-link:HOVER{
	text-decoration:underline;
}

/*******************************************************************************
 * Body (cart totals) styles
 */

.cart .totals {
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 3px;
  float: right;
  padding: 8px;
  width: 200px;
}

  .cart .totals TABLE {
    width: 100%;
  }
  
    .cart .totals TH,
    .cart .totals TD {
      padding: 5px;
    }
  
    .cart .totals TBODY STRONG {
      font-weight: normal;
    }
    
    .cart .totals TFOOT {
      font-size: 16px;
    }

.cart .checkout-types {
  float: right;
  margin-bottom: 2px;
  margin-top: 2px;
  text-align: center;
}

  .cart .checkout-types BUTTON.button {
    cursor: pointer;
    overflow: visible;
    width: auto;
	padding-right: 39px;
	background:transparent url("../images/icons/button-checkout.png") no-repeat right center;
  }
  
    .cart .checkout-types BUTTON.button SPAN {
	  background-color:#00BFFF;
      color: #FFFFFF;
      display: block;
      font-size: 14px;
      font-weight: bold;
      height: 40px;
      line-height: 40px;

      text-align: center;
      width: 155px;
    }
    
      .cart .checkout-types BUTTON.button:hover SPAN,
      .cart .checkout-types BUTTON.button:focus SPAN {
        /*background-color: #FFFFFF;
        border-color: #DDDDDD;
        color: #3a7095;*/
      }


/*******************************************************************************
 * Body (empty cart) styles
 */
.empty-cart{
	height:100px;
	padding:10px;
}
.empty-cart IMG{
	float:left;
	margin-right:15px;
}
.empty-cart A{
	color:#00BFFF;
}

/*******************************************************************************
 * Body (cart shipping) styles
 */
.shipping {
  width: 300px;
  color:#666;
}

  .shipping.block.standard {
    width: 330px;
  }

.shipping BUTTON {
  cursor: pointer;
}

.shipping BUTTON.add {
  background-color: #DDDDDD;
  padding: 5px;
  width: 46px;
}
  
.shipping BUTTON.add:hover {
  background-color: #00BFFF;
}
  
.shipping BUTTON.add SPAN {
	color: #666666;
    font-size: 14px;
    font-weight: bold;
	text-transform:uppercase;
}
  
.shipping BUTTON.add:hover SPAN {
    color: #FFFFFF;
}

.shipping BUTTON.cancel SPAN {
  background-image: url(../images/icons/fugue/cross.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: #666666;
  padding-left: 22px;
}

.shipping BUTTON.cancel:hover SPAN {
    background-position: 0 -16px;
    color: #000000;
    text-decoration: underline;
}

.shipping LABEL {
	font-weight:bold;
	color: #666666;
}

.shipping div.input-box {
	margin-top:10px;
}

#co-shipping-method-form fieldset.block-content ul {
	margin-bottom:20px;
}

#co-shipping-method-form fieldset.block-content li label {
	padding-left: 20px;
}
/*******
 * Free shipping messages
 */
.cart-msg{
	margin-bottom:10px;
}
.cart-msg .ship-msg{
	background-color:#BFEFFF;
	color:#00BFFF;
	padding:15px;
	font-weight:bold;
}


/*******************************************************************************
 * Search (no results) styles
 */
UL.seo-category{
	float:left;
	width:155px;
	margin-top:20px;
}
UL.seo-category LI.index{
	border:0px;
	font-weight:bold;
}
UL.seo-category LI A{
	color:#666666;
}
UL.seo-category LI A:HOVER{
	color:#333333;
}
/*******************************************************************************
 * Body (checkout) styles
 */
#checkoutSteps .please-wait {
  margin-left: 6px;
}



/*******************************************************************************
 * Body (checkout login) styles
 */
#opc-login H4 {
  border-bottom-color: #999999;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#opc-login .option {
  min-height: 170px;
}

#opc-login .col-1 .option LI {
  float: left;
  position: relative;
  margin-bottom: 10px;
}

#opc-login .col-1 .option INPUT {
  left: 0;
  margin-left: 3px;
  margin-top: 2px;
  position: absolute;
  top: 0;
}

#opc-login .col-1 .option LABEL {
  font-weight: normal;
  float: left;
  margin-left: 22px;
  margin-right: 10px;
  text-align: left;
}

  #opc-login .col-1 .option LABEL STRONG {
    font-weight: bold;
  }



/*******************************************************************************
 * Body (shipping address) styles
 */
#opc-billing #billing-address-choice LI {
  margin-bottom: 6px;
  margin-left: 8px;
}

#opc-billing #billing-address-select {
  margin-bottom: 20px;
  margin-top: 10px;
}



/*******************************************************************************
 * Body (billing address) styles
 */
#opc-shipping #shipping-address-select {
  margin-bottom: 20px;
  margin-top: 10px;
}



/*******************************************************************************
 * Body (checkout shipping and payment methods) styles
 */
.sp-methods LI {
  margin-top: 10px;
}
	
  .sp-methods LI.first {
    margin-top: 0;
  }

	.sp-methods INPUT.radio {
	  display: block;
		float:left;
		margin-top:3px;
	}

	.sp-methods DT {
	  font-size: 14px;
	  font-weight: bold;
		color:#666666;
	}
  
  .sp-methods DD {
    margin-top: 10px;
  }
	
  	.sp-methods DD.s_method_ups {
  		background-image: url(../images/media/ups/logo_m.png);
      background-position: left top;
      background-repeat: no-repeat;
      min-height: 70px;
  	}
  	
  	.sp-methods DD.s_method_colissimo {
  		background-image: url(../images/media/colissimo/logo_medium.png);
      background-position: left top;
      background-repeat: no-repeat;
      min-height: 64px;
  	}

.sp-methods LABEL {
  display: block;
  font-weight: normal;
  padding-left: 107px;
}

  .sp-methods LABEL.p_method_spplus {
    background-image: url(../images/media/spplus/logo_medium.png);
    background-position: 38px 0;
    background-repeat: no-repeat;
    min-height: 64px;
  }
  
  .sp-methods LABEL A {
    color: #000000;
  }
  
  .sp-methods LABEL STRONG {
    font-size: 14px;
    font-weight: bold;
  }
  
  .sp-methods LABEL EM {
    color: #999999;
    font-size: 11px;
    font-style: italic;
  }
  
  .sp-methods LABEL EM.error {
    color: #FF0000;
  }
  .sp-methods LABEL EM.free {
  	color:white;
	background-color:#00BFFF;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	padding:2px;
  }
	UL#payment_form_authorizenet{
		margin-left:120px;
		margin-top:10px;
	}
	
	#payment_form_authorizenet .input-box LABEL{
		padding-top:5px;
	}
	#payment_form_authorizenet INPUT.cvv {
		width:35px;		
	}
	
	.cvv-what-is-this {
		cursor:help;
		margin-left:5px;
	}



/*******************************************************************************
 * Body (checkout shipping method) styles
 */
#opc-shipping_method #allow-gift-message-container {
  margin-top: 15px;
}

#opc-shipping_method #allow-gift-message-container LI.last {
  margin-bottom: 0;
}



/*******************************************************************************
 * Body (checkout review) styles
 */
#checkout-review-load {
  margin-top: 15px;
}

#checkout-review-table {
  margin-bottom: 0;
}

  #checkout-review-table TFOOT TD,
  #checkout-review-table TFOOT TH {
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
  }
  
    #checkout-review-table TFOOT STRONG {
      font-weight: normal;
    }
    
    #checkout-review-table TFOOT TR.last STRONG {
      font-size: 16px;
      font-weight: bold;
    }

.checkout-agreements LI {
  margin-top: 10px;
}

.checkout-agreements .agreement-content {
  background-color: #f6f6f6;
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  overflow: auto;
}

  .checkout-agreements .agreement-content H4 {
    margin-top: 25px;
  }
  
    .checkout-agreements .agreement-content H4.first {
      margin-top: 0;
    }
  
  .checkout-agreements .agreement-content H5 {
    margin-top: 15px;
  }
  
  .checkout-agreements .agreement-content P {
    margin-top: 5px;
    margin-top: 5px;
    text-align: justify;
  }



/*******************************************************************************
 * Body (order history) styles
 */
#my-orders-table {
  margin-bottom: 0;
}
  
    #my-orders-table TFOOT TR.last STRONG {
      font-size: 16px;
      font-weight: bold;
    }

.sales-order-history .page .index {
  border-right: none;
  margin-right: 0;
}

.order-summary {
  float: left;
  width: 50%;
}

.order-actions {
  background-color: #F5F5F5;
  float: right;
  margin-bottom: 30px;
  padding: 7px;
}

  .order-actions A {
    background-position: left top;
    background-repeat: no-repeat;
    color: #666666;
    display: block;
    height: 16px;
    padding-left: 22px;
    margin-bottom: 5px;
    text-decoration: none;
  }
  
    .order-actions A.last {
      margin-bottom: 0;
    }
    
    .order-actions A:hover {
      background-position: 0 -16px;
      color: #000000;
      text-decoration: underline;
    }
    
    .order-actions A.invoice {
      background-image: url(../images/icons/fugue/document_text.png);
    }
    
    .order-actions A.print {
      background-image: url(../images/icons/fugue/printer.png);
    }
    
    .order-actions A.shipment {
      background-image: url(../images/icons/fugue/clock.png);
    }


.order-info {
  overflow: visible;
}

  .order-info LI {
    background-color: #F5F5F5;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    padding: 7px;
    width: 299px;
  }
  
    .order-info LI.first {
      clear: both;
      margin-left: 0;
    }
  
  .order-info H4 {
    color: #666666;
    margin-top: 0;
    text-transform: uppercase;
  }
  
  .order-info P {
    margin-top: 5px;
  }

.gift-message DD {
  margin-top: 5px;
}



/*******************************************************************************
 * Body (order shipment) styles
 */
.sales-order-shipment TABLE {
  margin-bottom: 0;
}



/*******************************************************************************
 * Body (order invoice) styles
 */
.sales-order-invoice TABLE {
  margin-bottom: 0;
}



/*******************************************************************************
 * Sidebar styles
 */
.sidebar {
  float: left;
  width: 244px;
}

  .sidebar P A {
    color: #0281CA;
    text-decoration: none;
  }
  
    .sidebar P A:hover {
      text-decoration: underline;
    }
  
  .sidebar UL.menu LI A,
  .cms-page-view .sidebar A {
    color: #999999;
    display: block;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    text-decoration: none;
    width: 234px;
  }
  
    .sidebar UL.menu LI A:hover,
    .cms-page-view .sidebar A:hover {
      color: #000000;
      background-color: #DDDDDD;
    }
  
  .sidebar UL.menu SPAN {
    color: #000000;
    display: block;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
  }
  
  .sidebar P {
    margin-left: 6px;
    margin-right: 6px;
  }
  
  .sidebar DT {
    background-image: url(../images/hatching.png);
    background-position: left top;
    background-repeat: repeat;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 3px;
    margin-top: 30px;
    padding: 7px;
    text-transform: uppercase;
  }
  
    .sidebar DT.first {
      margin-top: 0;
    }



/*******************************************************************************
 * Sidebar (filter) styles
 */
.block-layered-nav {
  margin-bottom: 30px;
}

  .block-layered-nav .filter {
    margin-top: 5px;
    text-transform: uppercase;
  }
  
  .block-layered-nav .filter.on {
    margin-bottom: 5px;
  }
  
    .block-layered-nav .filter LI {
      margin-top: 5px;
    }
    
      .block-layered-nav .filter.off LI {
        border-color: #DDDDDD;
        border-style: solid;
        border-width: 1px;
      }
      
        .block-layered-nav .filter.off LI:hover {
          border-color: #AAAAAA;
        }
    
    .block-layered-nav .filter.off A {
      color: #AAAAAA;
      display: block;
      text-decoration: none;
      padding-bottom: 4px;
      padding-left: 7px;
      padding-top: 4px;
    }
    
      .block-layered-nav .filter.off A:hover {
        color: #333333;
      }
    
    .block-layered-nav .filter.off SPAN {
      float: right;
      padding-right: 7px;
    }
    
    .block-layered-nav .filter.on LI {
      background-image: url(../images/arrow.png);
      background-position: left top;
      background-repeat: no-repeat;
      height: 28px;
      line-height: 20px;
      margin-right:-7px;
    }
    
      .block-layered-nav .filter.on LI.thumbnail {
        background-position: 0 -28px;
        height: 60px;
      }
    
    .block-layered-nav .filter.on SPAN {
      color: #AAAAAA;
      display: block;
      padding-bottom: 4px;
      padding-left: 7px;
      padding-top: 4px;
    }



/*******************************************************************************
 * Sidebar (standard block) styles
 */
.block.standard {
  /*background-color: #F3F3F3;*/
  margin-bottom: 20px;
}

  .block.standard P {
    margin-left: 0;
    margin-right: 0;
  }
  
  .block.standard .block-title {
    /*border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;*/
	background-color:#F3F3F3;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    /*margin-left: 9px;*/
    margin-right: 9px;
    padding-bottom: 7px;
    padding-top: 8px;
    position: relative;
    text-transform: uppercase;
  }
  .block.standard .block-title p{
  	padding-left:10px;
  }
  .block.standard .block-title span.index{
  	color:white;
	background-color:#666666;
	margin-right:10px;
	float:left;
	line-height:29px;
	margin-top:-8px;
	padding-right:7px;
	padding-left:7px;
  }
  .block.standard .block-content {
    /*border-top-color: #E8E8E8;
    border-top-style: solid;
    border-top-width: 1px;*/
    margin-left: 9px;
    margin-right: 9px;
    padding-bottom: 8px;
    padding-top: 7px;
  }
  
  .block.standard .block-content INPUT.input-text {
    border-color: #EEEEEE;
    border-style: solid;
    border-width: 3px;
    color: #AAAAAA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 17px;
    letter-spacing: -1px;
    padding: 4px;
    width: 163px;
  }
    
    .block.standard .block-content INPUT.input-text:focus {
      border-color: #DDDDDD;
      color: #0281CA;
    }
    
    .block.standard .block-content INPUT.input-text:hover {
      border-color: #DDDDDD;
    }
  
  .block.standard .block-footer {
    /*background-color: #EEEEEE;*/
    color: #666666;
    line-height: 100%;
    padding-bottom: 8px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 0px;
  }

   .block.standard .block-footer .info{
		background-image: url(../images/icons/info.png);
		background-position: left top;
		background-repeat: no-repeat;
		display: block;
		color: #666666;
		cursor:pointer;
		height: 16px;
		line-height: 16px;
		padding-left: 18px;
		text-decoration: none;
		float:right;
	}
	
	.block.standard .block-footer .info:HOVER{
    	text-decoration: underline;
	}
/*******************************************************************************
 * Sidebar (banner) styles
 */
.block-banner {
  background-color: #F3F3F3;
  margin-bottom: 20px;
  padding: 7px;
}

  .block-banner:hover {
    background-color: #E2E2E2;
  }

/*
 * Specific banner styles for search and 404 pages.
 */
.catalogsearch-result-index .block-banner {
	padding: 0px;
}


/*******************************************************************************
 * Specific 404 (no-route) styles
 */
.block-no-route div.image{
	float:right;
}

.block-no-route UL.seo-category{
	width:180px;
}

.block-no-route .block-content H2{
	font-weight:bold;
}
.block-no-route ul A{
	color:#00BFFF;
}
.block-no-route TABLE.products-grid{
	width:auto;
}

/*******************************************************************************
 * Sidebar (newsletter) styles
 */
.block-subscribe BUTTON {
  background-color: #FFFFFF;
  cursor: pointer;
  height: 30px;
  width: 46px;
}

  .block-subscribe BUTTON:hover {
    background-color: #0281CA;
  }
  
  .block-subscribe BUTTON SPAN {
    color: #AAAAAA;
    font-size: 14px;
    font-weight: bold;
  }
  
    .block-subscribe BUTTON:hover SPAN {
      color: #FFFFFF;
    }



/*******************************************************************************
 * Sidebar (short description) styles
 */
.product-view .short-description {
  color: #AAAAAA;
}

  .product-view .short-description P {
    margin-bottom: 20px;
  }



/*******************************************************************************
 * Sidebar (price) styles
 */
.product-essential .price {
  color: #000000;
  font-size: 18px;
}

.product-essential .availability {
  position: absolute;
  right: 0;
  top: 8px;
}

  .product-essential .availability .out-of-stock {
    color: #FF0000;
  }



/*******************************************************************************
 * Sidebar (size) styles
 */
.product-options INPUT {
  display:none;
}

.product-options LABEL {
  background-image: url(../images/icons/radio-off.png);
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  padding-left: 22px;
  margin-left:20px
}

  .product-options LI:hover {
    background-color: #CCF2FF;
  }
  
  .product-options LI.selected{
  	background-color: #CCF2FF;
  }
  .product-options LI.selected LABEL {
    background-color: #CCF2FF;
    background-image: url(../images/icons/radio-on.png);
	font-weight:bold;
  }


/*******************************************************************************
 * Sidebar (order) styles
 */
.product-options-bottom {
  text-align: center;
}

  .product-options-bottom BUTTON.button {
    cursor: pointer;
    padding-right: 39px;
    overflow: visible;
    width: auto;
	background-image:url('../images/icons/button-add.png');
	background-repeat:no-repeat;
	background-position:right;
	margin-left:-9px;
  }
  
    .product-options-bottom BUTTON.button SPAN {
      background-color: #00BFFF;
      background-position: 11px 9px;
      background-repeat: no-repeat;
      color: #FFFFFF;
      display: block;
      font-size: 14px;
      font-weight: bold;
      height: 40px;
      line-height: 40px;
      /*padding-left: 40px;
      padding-right: 13px;*/
      text-align: center;
      width: 162px;
    }

#product_addtocart_form .cart-msg{
	margin:-15px 5px 0px 15px;
}

#product_addtocart_form .ship-msg{
	margin-top:10px;
	color:#00BFFF;
	font-weight:normal;
	background:transparent url("../images/icons/truck.png") no-repeat 0px 5px;
	padding:0px 10px 0 20px; 
}

/*******************************************************************************
 * Sidebar (other options) styles
 */
.add-to-links{
	
}
.add-to-links LI {
  margin-right:10px;
  float:left; 
}

  .add-to-links LI.first {
    margin-top: 0; 
  }

.add-to-links A {
  background-position: left top;
  background-repeat: no-repeat;
  color: #666666;
  display: block;
  height: 16px;
  padding-left: 22px;
  text-decoration: none;
}

  .add-to-links A:hover {
    background-position: 0 -16px;
    color: #000000;
    text-decoration: underline;
  }
  
  .add-to-links A.email {
    background-image: url(../images/icons/fugue/mail_pencil.png);
  }
  
  .add-to-links A.wishlist {
    background-image: url(../images/icons/fugue/heart_plus.png);
  }

	.add-to-links A.facebook {
    background-image: url(../images/icons/facebook.png);
  }



/*******************************************************************************
 * Sidebar (dashboard account) styles
 */
.block-account {
  margin-bottom: 20px;
}



/*******************************************************************************
 * Sidebar (checkout progress) styles
 */
#progress-wrapper .block {
  opacity: 0.6;
}

  #progress-wrapper .block.complete {
    opacity: 1;
  }
  
  #progress-wrapper A {
    background-image: url(../images/icons/silk/pencil.png);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    color: #666666;
    height: 16px;
    line-height: 16px;
    padding-left: 22px;
    text-decoration: none;
  }
  
    #progress-wrapper A:hover {
      background-position: 0 -16px;
      text-decoration: underline;
    }



/*******************************************************************************
 * Sidebar (spplus) styles
 */
.block-spplus {
  margin-top: 20px;
}



/*******************************************************************************
 * Print styles
 */
.page-popup,
.page-print {
  background: #FFFFFF;
  padding: 20px;
  text-align: left;
}

  .page-print .print-head IMG {
    float: left;
  }
  
  .page-popup .buttons-set,
  .page-print .buttons-set {
    background-color: #F5F5F5;
    margin-top: 30px;
    width: auto;
  }
  
    .page-popup .buttons-set BUTTON.button,
    .page-print .buttons-set BUTTON.button {
      background-color: #FFFFFF;
      cursor: pointer;
      padding-right: 3px;
      overflow: visible;
      width: auto;
    }
    
      .page-popup .buttons-set BUTTON.button SPAN,
      .page-print .buttons-set BUTTON.button SPAN {
        background-color: #f8f8f8;
        background-image: url(../images/icons/34al/001_07.png);
        background-position: 11px 9px;
        background-repeat: no-repeat;
        border-color: #e5e5e5;
        border-style: solid;
        border-width: 3px;
        color: #666666;
        display: block;
        font-size: 14px;
        font-weight: bold;
        height: 38px;
        line-height: 38px;
        padding-left: 40px;
        padding-right: 13px;
        text-align: left;
        white-space: nowrap;
        width: auto;
      }

.print-body H3 {
  font-size: 13px;
}

.print-body .divider {
  background-image: url(../../default/images/dotted_divider.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 20px;
}

  .print-body .divider.top {
    background-position: left top;
    padding-bottom: 0;
    padding-top: 20px;
  }

.print-body .col2-set {
  margin-bottom: 20px;
  margin-top: 20px;
}

.print-body .data-table {
  margin-bottom: 0;
  margin-top: 5px;
}



/*******************************************************************************
 * Popup styles
 */
.page-popup .generic-table TD,
.page-popup .generic-table TH {
  padding: 5px;
}

  .page-popup .generic-table TH {
    font-weight: bold;
  }



/*******************************************************************************
 * Custom styles for the homepage
 */
	.cms-home .header_wrapper {
		position:absolute;
		z-index:100;
		background-color:transparent;
		width:900px;
	}
	.cms-home .wrapper {
	  	height: 800px;
	}

  	.cms-home .page {
    	padding: 0;
 	}
  
    .cms-home .page .title {
      display: none;
    }
  
    .cms-home .main {
      margin: 0;
	  clear:none;
    }
  
  	.cms-home #nav A {
      opacity: 0.7;
  	}
  
    .cms-home #nav LI.over A {
      opacity: 1;
    }
  
  	.cms-home .header .cart {
    	opacity: 0.7;
  	}
  
    .cms-home .header .cart A:hover {
      opacity: 1;
    }
  
  	.cms-home .col-main IMG#slide-img {
    	margin-top: -76px;
  	}
	
	.cms-home .slideshow-container{
		position:relative;
		height:600px;
		padding-top:30px;
	}

	.cms-home .slideshow-container .prev,.cms-home .slideshow-container .next{
		position:relative;
		top:-350px;
		height:37px;
		width:25px;
		display:block;
	}
	.cms-home .slideshow-container .prev{
		background:transparent url('../images/arrow-left.png') no-repeat;
		top:-350px;
		left:40px;
	}

	.cms-home .slideshow-container .next{
		background:transparent url('../images/arrow-right.png') no-repeat;
		left:820px;
		top:-312px;
	}
	/* Specific homepage call to action */
	.cms-home .slideshow-container #callout{
		position:absolute;
		top:400px;
		left:700px;
		width:200px;
	}
	.cms-home .slideshow-container #callout H2{
		text-transform:uppercase;
		font-size:16px;
	}
	.cms-home .slideshow-container #callout A{
		padding-right:20px;
		background:transparent url(../images/arrow-small.png) no-repeat center right;
		background-repeat:no-repeat;
		color:#666666;
		text-transform:none;
	}
	.cms-home .slideshow-container #callout div{
		padding:15px;
		margin-top:10px;
		background-color:#FFFFFF;
		opacity:0.8;
	}
	/* Specific homepage bottom banners */
	.cms-home .banner-container{
		padding-top:5px;
		border-top:1px solid black;
	}
	.cms-home .banner{
		float:left;	
		width:280px;
		margin-left:30px;
	}
	.cms-home .banner:first-child{
		margin-left:0px;
	}
	.cms-home .banner h2{
		font-size:16px;
		border-bottom:3px solid black;
		text-transform:uppercase;
		margin-bottom:15px;	
	}
	.cms-home .banner .content{
		color:#666666;
	}
	.cms-home .banner .content a{
		color:#666666;
		text-decoration:none;
		text-align:center;
		padding-right:20px;
		background:transparent url(../images/arrow-small.png) no-repeat center right;
	}
	.cms-home .banner .content a:hover{
		text-decoration:underline;
	}
/*******************************************************************************
 * Custom styles for the SP Plus redirect page
 */
.spplus-spplus-redirect .sidebar P {
  text-align: right;
}

/*******************************************************************************
 * Other custom styles
 */
.newsletter {
  margin-top: 3px;
}