/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Layout ================================================================================= */
body{
  font-family: arial, helvetica, verdana, san-serif;
}

.wrapper {}
.page {
  width:990px; 
  margin:0 auto; 
  padding:10px 0; 
  text-align:left; 
}

.page-print { 
  background:#fff; 
  padding:20px; 
  text-align:left; 
}

.page-popup { 
  padding:20px; 
  text-align:left; 
}

.main { 
  margin:3px 0 0 0; 
  width:990px;
}

.main-container{
  margin:8px 7px 0 9px;
  background:#E6E6E6;
   border:1px solid #dadada;
}

/* Base Columns */ 
.col-left { 
  float:left; 
  width:208px;
/*  border-right:2px solid #dadada; */
}

.col-main { 
  float:left; 
  width:753px; 
  z-index:200;
} 


.col-right { 
  float:right; 
  width:208px;
}

/* 1 Column Layout */

.col1-layout{
  background:url('../images/outside_top.jpg') no-repeat ;
}

.cms-home .col1-layout .col-main{
  padding:0;
}

.cms-home .col1-layout .main-container{
  margin:0;
  padding:0;
  border:none;
  background:none;
}
.col1-layout .col-main { float:none; width:auto;padding:6px 7px; }
.col1-layout .my-account{margin-left:0;}
/* 2 Columns Layout */
.col2-left-layout{
 background:#e6e6e6;
 padding-top:1px;
/* border:2px solid #DADADA;*/
 
 } 
 
.col2-left-layout{
  background:url('../images/outside_top.jpg') no-repeat left top;
}

.col2-left-layout .col-main { 
  background:#e6e6e6;
  padding:0 0 15px;
  
 }
 
 .catalog-product-view .messages{
   margin:10px 20px 0 !important;
   width:auto;
 }
 
.catalog-category-view .col-main,
.catalog-product-view .col-main{
 border-left:1px solid #dadada;
 width:763px;
}

.page-bottom{
  background:url(../images/outside_bottom.jpg) no-repeat bottom center;
  height:9px;
  clear:left;
  margin-left:2px;
}

.cms-home .page-bottom{
  display:none
}

.cms-home .col1-layout{
  background:none;
}

.col2-left-layout{}

.col2-right-layout{
  background:url('../images/outside_top.jpg') no-repeat ;
  padding-top:2px;
}
.col2-right-layout .col-main {
  background:#e6e6e6;
  padding:0;
  border-left:1px solid #dadada;
}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }

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

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

ul.homeage-promotions{
  width:990px;
}

ul.homeage-promotions li{
  background:url(../images/tile_bg.jpg) no-repeat;
  width:190px;
  height:104px;
  float:left;
  margin-left:1px;
  padding:3px;
  
}

ul.homeage-promotions li.first{
  margin-left:3px;
}

ul.homeage-promotions li h3{
  color:#696969;
  font-size:11px;
  padding:10px 10px 0 10px;
}

ul.homeage-promotions li p{
   color:#696969;
   font-size:10px;
   padding:0 10px 0 10px;
   margin-top:5px;
   float:left;
   clear:left;
   background:url('../images/arrow_grey.png') no-repeat right center;
   font-family:arial;
}




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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,textarea { background:#fff; border:1px solid #505050; color:#292929; font-size:14px;}
input.input-text,textarea { padding:3px 7px 4px ; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:5px; float:left;clear:left;}
input.checkbox { margin-right:3px; float:left;}
input.qty { width:20px !important; height:20px; text-align:center;padding:2px 7px 2px;}
button.button{
  border:0;
  cursor:pointer;
}
a{
  color:#ff0000;
}

input.form-button{
  cursor:pointer;
}

button.button,
input.form-button{
  background:url('../images/button_bg.jpg') repeat-x;
  height:25px;
  padding:0 20px 2px;
  border:0;
  color:#fff;
}
button.button span{
  font-size:12px !important;
  color:#fff;
  padding-right:10px;
  background:url('../images/sm_whitearrow.png') no-repeat center right;
  position:relative;
}  


button.apply-coupon,
button.calculate-shipping,
button.update-cart,
button.update-total{
  background:url('../images/darkgrey_butt.jpg') repeat-x top left;
  height:20px;
}

button.continue-shopping{
  background:url('../images/lightgrey_butt.jpg') repeat-x top left !important;
  height:20px !important;
  border-bottom:1px solid #737373;
  border-right:1px solid #acacac;
  border-left:1px solid #acacac;
  border-top:1px solid #c5c5c5;
}

button.continue-shopping span,
button.apply-coupon span,
button.calculate-shipping span,
button.update-cart span,
{
  font-size:10px !important;
}

button.continue-shopping span{
  background: url('../images/sm_greyarrow.png') no-repeat 100% 50%;
  color:#505050;
}


.abx_basicButton{
  display: inline-block;
  background: url('../images/btn_darkgray.jpg') repeat-x right top;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer !important;
  overflow: hidden;
  height:16px;
  width:89px;
}

/* FF2 Specific Fix for Button Layout */
/*
.abx_basicButton, x:-moz-any-link {padding-top:5px;padding-bottom:5px;}
.abx_basicButton, x:-moz-any-link, x:default {padding-top:0;padding-bottom:0;}*/

.abx_basicButton span{
  display: inline-block;
  background: url('../images/sm_greyarrow.png') 100% 50% no-repeat; 
  white-space:nowrap;
  font-size:10px !important;
  padding:0 10px 0 5px;
}

.abx_basicButton input{
  background: url('../images/sm_whitearrow.png') 100% 50% no-repeat; 
  width: auto;
  border: 0;
  color: #fff !important;
  font-size: 10px;
  cursor: pointer !important;
  padding:1px 10px 1px 5px;
}
.abx_basicButton.secondary{
  background: url('../images/btn_lightgray.jpg') no-repeat left top;
  padding:1px 0;

}
.abx_basicButton.secondary span,
.abx_basicButton.secondary input{
  background: url('../images/sm_greyarrow.png') no-repeat 100% 50%;
  color:#505050;
}


input.disabled {}
input.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { 
  float:left;
  font-weight:normal;
  margin-bottom:3px;  
  color:#6E6E6E;
  font-size:11px;
  padding-top:1px;
}
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { height:23px;width:236px;float:left;clear:left;}
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

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

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#505050; }
p.required { font-size:10px; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left;clear}
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
.expiration-month,
.verification .v-fix{
  clear:left;
}
.v-fix input.cvv{
  clear:left;
}
/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#6E6E6E; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:3px 0; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { 
  margin:5px 0 10px 20px;
}
.breadcrumbs li { 
  display:inline;
  color:#505050;
  font-size:10px;
  font-weight:bold;
}

.breadcrumbs li a{
  color:#505050;
  text-decoration:none;
}


/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
.title-buttons {border-bottom:1px dotted #292929 !important;/*text-align:right;*/ }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left;border:none !important; }
.title-buttons a{ float:right;}
.title-buttons .button{float:right;}
/* Pager */ 
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}
.data-table a{color:#FF0000; text-decoration:none;}
.data-table .cart-price{}
.data-table h4.product-name{border-bottom:none !important; margin:0 !important;padding:0 !important;text-transform:none !important;font-weight:bold !important;color:#505050 !important;}

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

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
/*li.even { background-color:#f6f6f6; }*/
dt.odd,
dd.odd {}
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; }
*/

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { 
} 
.header-container {
  width:980px;
  margin:0 auto;
}

.header { 
  padding:10px 7px;
  
}

.header .logo { 
  background-position:0 0; 
  background-repeat:no-repeat; 
  text-indent:-999em; 
  width:242px;
  height:29px;
}

.header .logo a { 
  display:block; 
  position:relative;
}

.nav_header .welcome-msg { 
  font-weight:bold; 
  float:left;
  padding:5px 10px;
}

.nav_header{
  background:url(../images/nav_bg.jpg) repeat-x top center;
  border:2px solid #c1c1c1;
  height:26px;
  position: relative;  
}

.nav_header ul.links{ 
  height:26px;

 }
 
 .nav_header ul.links li.first a{
   float:left;
   background:url('../images/arrow_red.png') no-repeat right center;
   color:#292929;
    padding-right:10px;
 }
.nav_header ul.links li{ 
   float:left;
   margin-right:10px;
   padding:2px 10px;
}
.nav_header ul.links li a{
  display:block;
  text-decoration:none;
  font-size:11px;
  
}

.nav_header ul.links li.first{
  padding-top:6px;
}

.nav_header ul.links li a.top-link-cart span{
  padding: 5px 10px 4px;
}

.nav_header ul.links li.last{
  margin-right:0;
  padding-right:0;
  float:right;
}

.nav_header ul.links a.top-link-cart{
  padding:0 2px 0 31px;
  background: url(../images/cart.png) no-repeat left top;
  color:#fff;
  
}

.nav_header ul.links li a.top-link-cart span{
  display:inline-block;
}

.nav_header ul.links li a.top-link-cart:link span,
.nav_header ul.links li a.top-link-cart:visited span{
  background-color:#838383;
}

.nav_header ul.links li a.top-link-cart:hover span,
.nav_header ul.links li a.top-link-cart:active span{
  background-color:#292929;
}

span.cart-count{
  color:#000;
  background-color:#fff !important;
  text-align:center !important;
  padding:3px 8px 2px !important;
  display:inline-block;
}

.nav_header ul.links li a.top-link-cart:link span.cart-count,
.nav_header ul.links li a.top-link-cart:visited span.cart-count{
 border-top:2px solid #838383;
 border-bottom:2px solid #838383;
 border-right:2px solid #838383;
}

.nav_header ul.links li a.top-link-cart:hover span.cart-count,
.nav_header ul.links li a.top-link-cart:active span.cart-count{
  border-top:2px solid #292929;
  border-bottom:2px solid #292929;
  border-right:2px solid #292929;
}

.header .form-search { text-align:center; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }

/********** < Navigation */
#nav { 
  font-size:12px;  
  float:left;
  border-right:2px solid #c1c1c1;
  padding:0 2px;
}

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:2000;position:relative; }
#nav li.parent {position:relative;}
#nav li a { display:block; text-decoration:none;}
#nav li a:hover { text-decoration:none; }
#nav li a span {white-space:nowrap; cursor:pointer; background:url('../images/sm_whitearrow.png') right center no-repeat; padding-right:10px;}
#nav li a:hover span{background:url('../images/dropdown_redarrow.png') right center no-repeat; padding-right:10px;}
#nav li ul a span { white-space:normal;}


/* 1st Level */
#nav li { float:left; margin-right:1px; padding:2px 0;}
#nav li.last{margin-right:0;}
#nav li a { float:left; padding:6px 9px; color:#fff;}
#nav li a:hover { color:#fff; }
#nav li.over a,
#nav li.active a { color:#fff;}
#nav li a:hover{background:#c6c6c6; color:#292929 !important;}
#nav li a:hover span{color:#292929 !important;}


/* 2nd Level */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; background:#000;z-index:3000 !important;}
#nav ul li { float:none;font-size:11px; background-image:none;}
#nav ul li.last {}
#nav ul li a { float:none; padding:3px 9px;color:#fff !important;margin:0 4px 0 5px; }
#nav ul li a:hover { color:#fff; }
#nav ul li.active > a,
#nav ul li.over > a  {color:#fff !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */


#nav ul{
  background:url('../images/dropdown_bg.png') no-repeat bottom center;
}

#nav li.over > ul { left:-3px; padding:10px 0 50px 0;}

#nav li.over > ul li.over > ul { left:115px; }
#nav li.over ul ul { left:-10000px; }

#nav li a.shop:link,
#nav li a.shop:visited{
  background: url('../images/butt_shop_off.jpg') no-repeat top left;
  width:82px;
  height:11px;
  text-indent:-9999px;
}
#nav li a.shop:hover,
#nav li a.shop:active{
  background: url('../images/butt_shop.jpg') no-repeat top left;
}
#nav li a.play{
  background: url('../images/butt_play.jpg') no-repeat top left;
  width:82px;
  height:11px;
  text-indent:-9999px;
}
#nav li a.play:hover,
#nav li a.play:active{
  background: url('../images/butt_play_on.jpg') no-repeat top left;
}
#nav li a.learn{
  background: url('../images/butt_learn.jpg') no-repeat top left;
  width:82px;
  height:11px;
  text-indent:-9999px;
}
#nav li a.learn:hover,
#nav li a.learn:active{
  background: url('../images/butt_learn_on.jpg') no-repeat top left;
}


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


/* Sidebar =============================================================================== */
.block {margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:0 10px; }
.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {}
.block-account .block-title{
  background: url('../images/side_on.jpg') repeat-x;
  padding:0 0 0 10px;
  margin:10px 10px 0 10px !important;
  height:27px;
  border:1px solid #A2A2A2;
}
.block-account .block-title h2{
  font-size:12px;
  color:#474747;
  margin-top:5px;
}

.block-account .block-content{
  margin:0 10px 10px 10px;
  padding:0 10px 0 10px;
  background:#fff;
  border-left:1px solid #A2A2A2;
  border-right:1px solid #A2A2A2;
  border-bottom:1px solid #A2A2A2;
}

.block-account .block-content ul li.current{
  color:#505050;
  font-weight:bold;
}

.block-account .block-content ul li.current span{
padding-right:10px;
background: url('../images/arrow_red.png') no-repeat scroll right center
}

.block-account .block-content ul li.last{
  border:none;
}
.block-account .block-content ul li{
  border-bottom: 1px solid #e5e5e5;
  padding:5px 0
}

.block-account .block-content ul li a:link,
.block-account .block-content ul li a:visited{
  color:#505050;
  text-decoration:none;
}
.block-account .block-content ul li a:hover,
.block-account .block-content ul li a:active{
  color:#FF0000;
  text-decoration:none;
}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; 

}

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {
  border:none;
  margin:0;
  float:left; 
}

.block-subscribe fieldset{
  padding:0 !important;
}

.block-subscribe input.submit_arrow{
  float:left;
  padding:7px 5px;
}

.block-subscribe .input-box{
  float:left;
}

.block-subscribe .input-box input{
  color:#838383;
  width:205px;
  border: 1px solid #e6e6e6;
  padding:3px 5px;
  font-size:10px;
}


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

/* Block: Banner */
.block-banner {margin-top:55px;}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress {width:230px; margin-top:12px;}
.block-progress dt { 
  border:1px solid #A2A2A2;
  font-weight:bold;
  height:20px;
  color:#fff;
  padding:7px 8px 0 8px;
  margin-bottom:1px;
  background: url('../images/side_off.jpg') repeat-x;
  
}
.block-progress dd {
  padding:8px 8px 0 8px;
}
.block-progress dt.complete{
  color:#959595;
  background: url('../images/side_on.jpg') repeat-x;
  margin-bottom:0;
}

.block-progress dt.complete span{
  float:left
}
.block-progress dt.complete a{
  float:right;
  color:#FF0000;
  text-decoration:none;
}

.block-progress dt.complete,
.block-progress dd.complete { 
  background-color:#fff; 
  color:#474747;
  border-left:1px solid #a2a2a2;
  border-right:1px solid #a2a2a2;
  border-bottom:1px solid #a2a2a2;
  }

.block-progress dd.complete{
  margin-bottom:1px;
  padding-bottom:8px;
}


/* Left Navigation
------------------------------------------*/
.left-nav{
  color:#505050;
  margin-top:15px;
 
}

.left-nav h4{
  margin-left:33px;
  text-transform:uppercase;
  font-family:arial;
  font-size:13px;
  padding-bottom:5px;
}

.left-nav a{
  text-decoration:none;
  display:block;
  color:#505050;
  padding:5px 0;
  margin:0 2px
}



.left-nav a:link span,
.left-nav a:visited span{
  background:transparent url('../images/lg_arrow_grey.png') no-repeat scroll right center;
  padding-right:10px;
  margin-left:33px;
}

.left-nav a:hover,
.left-nav a:active{
  background:#fff;
}
.left-nav a:hover span,
.left-nav a:active span{
  background: url(../images/arrow_red.png) no-repeat scroll right center;
  padding-right:10px;
  margin-left:33px;
}

.left-nav .side-nav{
}

.left-nav a.open{
  background:#fff;
}
.left-nav a.open span{
  background: url(../images/arrow_red.png) no-repeat scroll right center;
  padding-right:10px;
  margin-left:33px;
}

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


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

.catalog-category-view .category-title,
.catalog-category-view .breadcrumbs{
  display:none;
}

.catalog-category-view ul.messages{
  margin:10px 10px 0 !important;
  width:auto;
}

.category-hero{
  background: url('../images/gallery_hero.png') no-repeat left top;
  height:226px;
  width:754px;
  margin-left:6px;
  margin-top:5px;
  overflow:hidden;
}
.category-image { 
  display:block; 
  margin:0 auto; 
  padding-top:5px;
  }
.category-products {
  padding:0 10px 0 8px;
}a

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even {}
.products-grid td {
  padding-bottom:7px;
  padding-right:2px;
}
.products-grid td.last{
  padding-right:0;
}

.products-grid td.empty {}

.products-grid td .product-image-wrapper{
  background: url('../images/gallery_imagebg.png') no-repeat;
  padding:6px 3px 0px 3px;
  margin-bottom:2px;
}

.product-view .product-img-box .product-image-zoom img{
  
}


.category-item-name{
  background:#fff;
}

.item-action{
  padding:0 3px 0 3px;
  width:180px;
}

.item-action .abx_basicButton{
  float:left;
}
.item-action span.abx_basicButton{
  margin-left:2px;
}

.products-grid td div.category-item-name{
    font-size:10px;
    font-family:Arial,Helvetica,sans-serif;
    width:180px;
    text-align:center;
    margin: 0 3px 3px 3px;
    padding:1px 0;
}

.products-grid td span.product-name{
  font-weight:normal;
  text-align:center;
}
.products-grid td span.product-name a{
  color:#505050;
  text-decoration:none;

}
.products-grid .availability{height:17px;margin-bottom:0;}

.products-grid td div.category-item-name span.price-box{
  color:#505050;
}

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


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

.product-view{
  background:url('../images/inside_top.png') no-repeat top center;
  padding:9px 15px 0;
  height:400px;
  height:auto !important;
  min-height:400px;
  width:733px;


}

.product-view-bottom {
  background:url('../images/inside_bottom.png') no-repeat bottom center;
  padding: 0 15px 9px;
  width:733px;
}

.product-info{
  float:right;
  width:185px;
  background: #f4f4f4;
  padding:20px 15px;
  height:400px;
  height:auto !important;
  min-height:400px;
  margin-right:9px;
}

.category-automoblox-apparel .product-info{
  min-height:590px;
  width:292px;
}

.product-essential {}
.product-collateral {}
.product-collateral .choking-hazard{
  margin-top:100px;
  text-align:center;
}
.product-collateral .price-box,
.product-essential .price-box{
  margin:20px 0;
  display:block;
}

/* Product Images */ 
.product-view .product-img-box .product-image{
  text-align:center;
    position:relative;
}

.product-view .product-img-box { 
  float:left; 
  width:500px; 
  min-height:285px;
  background:#fff;
  margin-left:6px;
}

.category-automoblox-apparel .product-view .product-img-box{
    width:390px;
}

.product-view .product-img-box .product-image-zoom {
  width:500px; 
  height:275px; 
  overflow:hidden; 
}

.category-automoblox-apparel .product-view .product-img-box .product-image-zoom{
  width:390px;
  height:510px; 
  margin-left:3px;
}

.product-view .product-img-box .product-image-zoom img { 
  position:absolute; 
  left:0; 
  top:0; 
  cursor:move;
}
.product-view .product-img-box .zoom-notice { 
  text-align:center; 
  font-size:10px;
  color:#838383;
  margin-bottom:10px;
}
.product-view .product-img-box .zoom { 
  position:relative; 
  z-index:9; 
  height:18px; 
  margin:0 auto 13px; 
  padding:0 35px; 
/*  background:url(../images/slider_bg.gif) 50% 50% no-repeat; */
  cursor:pointer; 
  text-align:center;
}
.product-view .product-img-box .zoom #track { 
  position:relative; 
  height:18px; 
  display:none;
}
.product-view .product-img-box .zoom #handle { 
  position:absolute;
  left:0; 
  top:-1px; 
  width:9px; 
  height:22px; 
/*  background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  */
}
/*
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }*/

.product-view .product-img-box .more-views ul { 
  text-align:center; 
  margin-top:25px;
}
.product-view .product-img-box .more-views li { 
  display:inline-block; 
  padding:1px;
}

.product-view .product-img-box .more-views li a:link,
.product-view .product-img-box .more-views li a:visited{
  border: 1px solid #ccc;
  display:inline-block;
}

.product-view .product-img-box .more-views li a:hover,
.product-view .product-img-box .more-views li a:active{
  border: 1px solid #000;
  display:inline-block;
}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center;clear:both; }
.product-image-popup .nav a{margin:0 30px;}
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}
a.pop-up-close{
  background:url('../images/closewindow.jpg') no-repeat;
  height:20px;
  width:20px;
  text-indent:-9999px;
  display:block;
  float:right;
}

/* Product Shop */
.product-view .product-shop { }
.product-essential p.availability{text-align:left;}
.product-view .product-name {
}


.product-view .product-name h2 {
  font-size:11pt;
  color:#292929;
}
.product-view .short-description {}



/* Gift Certificates */

.gift-card-info{
  margin:10px 0;
  font-size:11px;
  color:#505050;
}

.gift-card-info p{
  margin-bottom:10px;
}

.gift-card-info input,
.gift-card-info textarea{
  width:170px !important;
}

#recipient_type_myself,
#recipient_type_someone{
  width:auto !important;
}

.product-gift-certificate .price-box{
  display:none;
}

.product-gift-certificate .description{
  margin-bottom:15px;
}


/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {
  margin-bottom:10px;
  text-align:center;
  font-size:10px;
}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {
  color:#505050;
  font-family:arial;
}
.price-box p{
  display:inline;
}

.price-box .price { }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price {text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label {white-space:nowrap; }
.special-price .price {color:#ff0000;}

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label {white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* 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; font-weight:bold; }

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

/* Price as configured */
.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 Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:2px; margin-top:6px; font-size:11px;}
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }



/* Add to Links + Add to Cart */
.add-to-box {
}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options { margin:10px 0 10px; }
.product-options dt label { }
.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 dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.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 { padding:0 7px; }
.product-options p.required { padding:0 0 15px; }

.product-options-bottom {}
.product-options-bottom .price-box { margin:10px 0; }

.messages_product_view{margin-left:25px;}


/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {
  color:#505050;
  font-size:10px;
  margin-top:15px;
}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }

#add_to_cart{
  background:transparent url('../images/butt_addtocart.png') repeat-x scroll 0 0;
  height:24px;
  width:120px;
  border:none;
  text-indent:-9999px;
}

#add_to_cart span{
  background:none;
}
/* ======================================================================================= */


/* Content Styles ================================================================= */

.static-content{
  background:#fff;
  padding:10px;
  border:1px solid #a2a2a2;
  color:#505050;
  font-size:11px;
  
}

.static-content object{
  width:748px;
  margin:0 auto;
  display:block;
}


.product-name { font-size:1em; font-weight:bold; line-height:1.5; }

.product-sku{
  color:#505050;
  font-size:10px;
}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */

.cms-home .col-main div.hero_content{
  background:url(../images/hero_bg.jpg) no-repeat;
  padding:6px 7px;
  margin:0 auto;

}
.cms-home .col-main div.std img.hero_image{
  background:#ccc;
  width:976px;
  height:345px;

}
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */

.cart{
  border:1px solid #DADADA;
  color:#505050;
  background:#fff;
  font-size:11px;
  padding:10px 30px;
  position:relative;
}

.cart button span{
  font-size:10px !important;
}
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; color:; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:auto; margin-top:20px;}
.cart .cart-collaterals .col-1,
.cart .cart-collaterals .col-2{float:left;}
.cart .cart-collaterals .col-1{width:250px;}
.cart .cart-collaterals .col-2{width:275px;margin-left:40px;}


.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}
.cart .discount h3,
.cart .shipping h3,
.cart .sp-methods h3{
  font-size:12px;
  }
.cart .discount input,
.cart .shipping input{
  height:20px;
  width:135px;
}
.cart .discount label,
.cart .shipping label,
.cart .sp-methods label{
  margin:5px 0;
  float:left;
  font-weight:normal;
}
.cart .discount button{
  margin-left:15px;
}

.cart button.cancel-coupon{
  margin-left:0 !important;
  margin-top:10px;
}

.cart .shipping input,
.cart .shipping select{
  float:left;
  clear:left;
  width:150px;
}
.cart .shipping button{
  float:left;
}
.cart .shipping .buttons-set{
  padding-left:0;
}
.cart .shipping button{
  margin-top:10px;
}

/* Shopping Cart Totals */
.cart .totals { float:right; margin-top:20px; width:265px;}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; width:200px; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #ddd; position:relative; margin:10px; width:705px;}


.opc li.section { border:1px solid #dadada; border-bottom:0; background:#fff;}
.opc .step-title { 
  background:#f6f6f6 url('../images/main_off.jpg') repeat-x; 
  padding:0 5px; 
  text-align:right; 
  height:27px;
  color:#767676;
  border:1px solid #a2a2a2;
  margin-bottom:1px;
}
.opc .step-title .number { 
  float:left; 
  line-height:20px; 
  height:18px;
  width:18px;
  text-align:center; 
  background:url('../images/number_bg_off.png') no-repeat;
  margin-top:5px;
  margin-left:5px;
  margin-right:5px;
}
.opc .step-title h3 { 
  float:left; 
  font-size:12px; 
  padding-top:6px;
  padding-left:3px;
}

.opc .step h4{
  color:#292929;
  text-transform:uppercase;
  border-bottom:1px dotted #292929;
  padding:3px 0;
  margin:5px 0 10px 0;
  font-weight:normal;
  
} 
.opc .allow .number,
.opc .active .number{
  background:url('../images/number_bg_on.png') no-repeat;
  height:24px;
  width:24px;
  margin-top:2px;
  line-height:24px;
  margin-left:3px; 
  
}
.opc .allow .step-title { 
  cursor:pointer;
  color:#505050; 
}
.opc .active { 
  margin-bottom:1px;
}
.opc .active .step-title { 
  background-color:#ccc; 
  cursor:default;
  color:#505050;
  background:url('../images/main_on.jpg') repeat-x;
  margin-bottom:0;
  border:none;
}
.opc .step { border-top:1px solid #dadada; padding:10px 30px; color:#505050; font-size:11px;}
.opc .step .tool-tip { right:10px; }
.opc .step .form-list{margin:10px 0; color:#6e6e6e; }
.opc .step .form-list label{font-weight:normal; float:left; margin-bottom:3px;}
.opc .order-review {}
.opc .step p{margin-bottom:10px;}
.opc .order-review p{margin-bottom:0;}
.opc a{color:#ff0000;}

.opc .step .col-1,
.opc .step .col-2{
  width:310px;
}
.opc .step ul.checkout-reasons{
  padding-left:15px;
  list-style-type:disc;
}
.opc .step ul.checkout-reasons li{
  margin-bottom:10px;
}

.checkout-onepage-index .col-main{
  width:auto;
}
.checkout-onepage-success .col-main{
  width:730px;
}
.checkout-onepage-index .page-title{
  display:none;
}
.checkout-onepage-index .col-right{
  border:none;
  margin-right:10px;
  width:230px;
}
.checkout-onepage-index .col-right .block{
  border:none;
}
.checkout-onepage-index .col-right .block .block-title h2{
  font-size:12px;
  color:#747474;
  padding: 5px 0;
}


/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout table h4{font-weight:normal; border-bottom:none;}
.multiple-checkout h4{margin-top:20px;}
.multiple-checkout .account-section-header {margin-top:20px;}
.multiple-checkout .account-section-header h4 {margin-top:0;}
.multiple-checkout .account-section-header h5{margin-bottom:0;float:left;}
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}



/********** < Common Checkout Styles */
/* Shipping and Payment methods */

dl.sp-methods{margin-bottom:20px;}
.sp-methods dt { margin-bottom:10px; clear:left; font-weight:bold;}
.sp-methods dd{margin-bottom:10px;}
.sp-methods .price { }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:100px; margin-right:10px;}
.sp-methods .ccValidate{clear:left;}
.sp-methods select.year { width:80px;}
.sp-methods input.cvv { width:3em !important; }
.sp-methods label{margin-top:1px;}
.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px;float:left; margin-top:20px;}
.sp-methods dd ul li label{margin:1px 0 0 0 !important;}
.sp-methods dd ul li {margin: 7px 0;}
.sp-methods .radio{width:auto !important; }
/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message h5{
  margin:10px 0;
}
.add-gift-message label{
  padding-top:2px;
  float:left;
}
.gift-message-form{
  margin-top:10px;
}

.gift-message-form .inner-box{
  clear:left;
}
.gift-message-form fieldset{
  margin:10px 0 25px 20px;
}

.gift-message-form .group-select .input-box{
  float:none;
  margin-bottom:15px;
}
.gift-message-form .group-select li{
    float:left;
}

.gift-message-form .group-select li.gift-product-image{
  float:left;
}
.gift-message-form .group-select li.gift-to-from{
  float:right;
}

.gift-message-form .group-select textarea{
  width:350px !important;
  height:85px !important;
}
.gift-message-form .group-select .input-box{
  width:210px;
}
.gift-message-form .group-select .input-box input{
  width:156px !important;
  height:23px;
}
.gift-message-form .account-section-header { border-bottom:none;}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}
.gift-message-form .gift-item p.number{width:auto; background:none;}
#opc-shipping_method .gift-message-form ol{}
#opc-shipping_method .gift-message-form ol li p,
#opc-shipping_method .gift-message-form ol li .product-img-box{margin-left:20px;}
.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Billing Information */

.group-select .input-box,
#payment_form_ccsave .input-box{
  width:296px;
}
.group-select .input-box input.input-text, 
.group-select .input-box textarea,
#payment_form_ccsave .input-box input.input-text,
#payment_form_ccsave .input-box textarea{
  width:280px;
}

#payment_form_ccsave .input-box select.cc-type{
  width:auto;
  float:left;
  clear:left;
}

.group-select input.input-text, 
.group-select textarea{
  width:620px;
  float:left;
  clear:left;
}

.group-select .name-firstname,
.group-select .company-name,
.group-select .customer-city,
.group-select .customer-postcode,
.group-select .customer-telephone,
.group-select .customer-password,
.group-select .new-password,
#contactForm .customer-name{
  margin-right:44px;
}

.group-select li.customer-address{
  margin-bottom:15px;
}

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


/* Account Login/Create Pages ============================================================ */
.account-login,
.account-create {
  border:1px solid #DADADA;
  color:#505050;
  background:#fff;
  font-size:11px;
  padding:10px 30px;

}

.account-login a,
.account-create a{
  color:#FF0000;
}

.account-login h3,
.account-create h3{
  margin:10px 0;
}
.account-create form{
  margin:0 auto;
  width:680px;
  display:block;
}
.account-create p,
.account-create .buttons-set{
  margin:0 auto;
  width:680px;
}

.account-login .new-users {}
.account-login .registered-users {}


/* Account Login/Create Page/Static Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.my-account{
  margin-left:10px;
}

.my-account .page-title,
.ugiftcert-customer-balance .category-description{
  margin-top:17px;
  border:none;
}
.my-account .page-title h2,
.ugiftcert-customer-balance .category-description h4{
  font-size:16px;
  color:#292929;
  text-transform:uppercase;
  border-bottom:1px dotted #292929;
}



.dashboard {}
.dashboard .welcome-msg h3 {
  color:#505050;
  font-size:12px;
}
.dashboard .welcome-msg p,
.ugiftcert-customer-balance .category-description p{
  font-size:11px;
  color:#505050;
  margin-top:10px;
}

.account-content,
.enter-gift-card-number{
  background:#fff;
  padding:10px;
  border:1px solid #a2a2a2;
  margin-top:10px;
  color:#505050;
  font-size:11px;
}

.account-content a{
  color:#ff0000;
  text-decoration:none;
}

.account-content h3,
.static-content h3{
  font-size:14px;
  color:#292929;
  text-transform:uppercase;
  border-bottom:1px dotted #292929;
  margin-bottom:20px;
  font-weight:normal;
}
.account-content h4{
  font-size:12px;
  color:#505050;
  float:left;
  border-bottom:1px solid #E5E5E5; 
  width:100%;
  margin-bottom:10px;
  padding-bottom:2px;
}
.account-content .account-section-header h4{
  border:none;
  width:auto;
  margin-bottom:0;
}
.account-content h5{
  font-size:11px;
  color:#505050;
  margin-bottom:10px;
}

.account-section-header p{
  color:#505050;
  font-size:11px;
  margin-bottom:10px;
}

.account-section-header{
  border-bottom:1px solid #e5e5e5;
  margin-bottom:10px;
}
.account-content .account-section-header a{
  float:right;
}

.account-content p{
  clear:left;
  margin-top:5px;
  color:#505050;
  font-size:11px;
}
.account-content .col2-set .col-1,
.account-content .col2-set .col-2{
  width:48%; 
}
.account-content .col2-set{
  margin-bottom:50px;
  margin-left:10px;
}
.account-content address{
  color:#505050;
  font-size:11px;
  width:100%;
}
.account-content fieldset.contact-info{
  margin-bottom:50px;
}
.account-content fieldset ul{
  margin-left:10px;
}
.group-select li.change-password{margin-top:10px;}
.account-content ol.default-addresses li,
.account-content ol.additional-addresses li{
  margin-bottom:15px;
  margin-left:10px;
  float:left;
  clear:left;
  width:100%;

}

.account-content ol.default-addresses li div.action-items,
.account-content ol.additional-addresses li div.action-items{
  margin-top:3px;
  font-size:11px;
}
ol.default-addresses h5{
  margin-bottom:0;
}

.static-content p{margin-bottom:5px;}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:0 0 10px 0; }
.dashboard .recent-orders .account-section-header h3{
  margin-bottom:0;
}
/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-view .page-title h2{
  float:left;
}

.order-view .title-buttons a{
  float:none;
}

.order-view p{
  margin-bottom:10px;
}

.order-view .page-title .order-view-links{
  float:right;
  font-weight:normal;
}

.order-info { border:1px solid #ddd; padding:5px;margin-bottom:10px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {margin-bottom:20px;}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print .col2-set{margin:20px 0;}
/* 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 .cart-price,
.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; }
/* ======================================================================================= */


/* Rich Cart============================================================================== */

#richCart{
  background:url('../images/cart_bg.png') no-repeat bottom center;
}

.mini-cart {
  z-index: 1001;  
  position: absolute;  
  right: -4px;  
  top: 25px;  
  width: 305px;
  padding:10px;
  min-height:100px;
  background: #000;
  color:#fff;
}

.mini-cart .content{
  margin:10px;
}
.mini-cart .richCart_actionItems{
  border-top:1px dotted #838383;
  padding:10px 0;
  float:left;
  clear:left;
  width:100%;
}
.mini-cart .richCart_actionItems a.checkout{
  background:url('../images/butt_checkout.jpg') no-repeat;
  display:block;
  text-indent:-9999px;
  width:85px;
  height:20px;
}
.mini-cart .richCart_actionItems a.your-account{
  background:url('../images/butt_youraccount.jpg') no-repeat;
  display:block;
  text-indent:-9999px;
  width:85px;
  height:20px;
  .}

.richCart_actionItems a{
  float:left;
  margin-right:5px;
  margin-left:5px;
}

#cart-sidebar{width:300px; margin:0 auto;}
#cart-sidebar li{
  float:left;
  padding:5px 0;
  clear:left;
   width:100%;

}
#cart-sidebar li.first{
  padding-top:0;
}
#cart-sidebar h3{
color:#fff;
font-size:11px;
font-weight:normal;
}

#cart-sidebar li ul li{
  float:left;
  padding:4px;
  border:none;
  clear:none;
  width:auto;
}


li.cart_header{
  display:block;
  width:100% !important;
  border-top:1px dotted #838383 !important;
  padding:10px 4px 5px 4px !important;
}

#cart-sidebar li.first ul li.cart_header{
  border:none !important;
  padding-top:0 !important;
}


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


/* Footer ================================================================================ */
.footer { 
  background: url('../images/footer.jpg') no-repeat;
  padding: 15px 20px 20px 20px;
  color:#838383;
  font-size:10px;
}

.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active{
  color:#838383;
  text-decoration:none;
}

.footer p { text-align:right; }
.footer address { 
  text-align:right;
  float:right;
  font-size:10px; 
  padding-top:5px;
}
.footer ul { 
  float:left;
  padding-top:5px;
}

.footer ul li{
  float:left;
  padding-right:15px;
}

.footer ul li a{
  cursor:pointer !important;
}
.footer span{
  float:left;
}


.footer .social-networks{
  float:right;
  padding-right:65px;
}

.footer .social-networks ul{
  padding:0;
}

.footer .social-networks h4{
  font-weight:normal;
  font-size:11px;
  float:left;
  padding-top:5px;
  padding-right:10px;
}
.footer .social-networks li{
  padding-right:5px;
}
/* ======================================================================================= */


/* Self Clearing Floats ================================================================== */
.nav_header:after,
.homeage-promotions:after,
.product-view:after,
.category-item-name:after,
.main-container:after,
.item-action:after,
.account-section-header:after,
.account-content ol:after,
.add-gift-message:after,
.multiple-checkout .account-section-header:after,
.gift-message-form .group-select .input-box:after,
.richCart_actionItems:after,
.customer-name:after,
.ul.links:after,
.sp-methods:after,
.sp-methods dd:after,
.sp-methods dd ul li:after,
#cart-sidebar:after,
.product-view .product-img-box:after
{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}




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