@CHARSET "ISO-8859-1";

.clear { clear:both; }

.wrapper {}
.page { width:940px; margin:0 auto; padding:0px 10px 2em; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:10px 0; min-height: 225px; }

.clearer { clear: both }

/* Base Columns */ 
.col-left { float:left; width:180px; padding:0px; }
.col-main { float:left; width:740px; padding: 0 5px;}
.col-right { float:right; width:180px; padding:0px; }

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

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

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

/* 3 Columns Custom Layout */
.col3-cust-layout .col-main { float:right; padding: 0px;  }
.col-custom .col-custom-main  {float: left; width: 550px; padding: 0; }

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

.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%; }

.absolute-logo { display:none; }

.whatsnew-header { padding:5px 15px; margin-bottom:15px; background:#DFD8D0; -moz-border-radius:5px; -border-radius:5px; -webkit-border-radius:5px; }
.whatsnew-header h2 { font-size:14px; color:#60564D; margin:5px 0px; font-weight:bold; }

.whatsnew-131 .whatsnew-header { background-color:#444444; }
.whatsnew-131 .whatsnew-header h2 { color:#DFD8D0; }

.whatsnew li { float:left; width:156px; margin-right:0px; text-align:center; background:#EBEBEB; margin:0 5px 5px; padding:7px 5px 10px; -moz-border-radius:5px; -border-radius:5px; -webkit-border-radius:5px;}
.whatsnew li a.product-image { display:block; margin:0 auto; width:130px;background:white; padding:10px; }
.whatsnew li .product-name { margin-top:10px; }
.whatsnew .content { border:1px solid #DDD; padding:10px; background:#F8F8F8; margin-bottom:20px; }

.whatsnew li p.product-image { position:relative; }
.whatsnew li .detail-btn { position:absolute; bottom:10px; left:25%; display:none; } 
.whatsnew li:hover .detail-btn { display:block; } 

.whatsnew li .new-btn, .whatsnew li .special-btn { position:absolute; top:10px; left:10px;  } 
.whatsnew li .special-btn { background:white; border:1px solid #DDD; padding:3px; font-weight:bold; font-size:11px; color:#AA0000; }

#home-slider-186, #home-slider-131 { overflow:hidden; height:170px !important; width:528px !important; }

.slider-container { position:relative; }
.slider-container .prevBtn a, .slider-container .nextBtn a {
  background:transparent url(../images/slider-controls.png) no-repeat scroll 0 0;
  display:block;
  height:40px;
  position:absolute;
  width:18px;
  top:80px;
}

.slider-container .prevBtn a { left:0; }
.slider-container .nextBtn a { background-position:-22px 0; right:0; }

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

/* SPECIAL BODY */

.xmas-body { background: #212121 url(../images/body_xmas_new.png) no-repeat top center; background-attachment:fixed;  } /*background: #721414 url(../images/body_xmas_new.png) no-repeat top center; background-attachment:fixed;*/
.xmas-body .absolute-logo { display:block; position:absolute; top:5px; background:url(../images/santa_hat.png) no-repeat; width:128px; height:128px; margin-left:-42px; }
.xmas-body .absolute-logo a { display:block;width:100%; height:100%; }
.valentine-body { background: #212121 url(../images/cb-valentine-background.gif) repeat-y 50% 0%; }
.easter-body { background: #212121 url(../images/cb-easter-background.gif) repeat-y 50% 0%; }
.halloween-body { background:#212121 url(../images/body_halloween3.gif) no-repeat bottom center; background-attachment:fixed; }



/* Home Tabs */
.home-tabs { background:#fff; }
.home-tabs li { float:left;  font-size:1.1em; background:#ac9e94; color:white; line-height:1em; margin-right:5px; font-size:12px; line-height:1.5em; padding:0 5px; font-weight:bold; -moz-border-radius:10px 10px 0 0; -border-radius:10px 10px 0 0; -webkit-border-radius:10px 10px 0 0; }
.home-tabs li.first { border-left:0; }
.home-tabs .active { background:#3C3024; color:white; }
.home-tabs li.last { border-right:0; }
.home-tabs a { text-decoration:none;  display:block; padding:6px 15px; color:#fff; }
.home-tabs a:hover {text-decoration:none; color:#fff; }
.home-tabs li.active a,
.home-tabs li.active a:hover {  color:#fff; }
.home-tabs-content { border:1px solid #3C3024; padding:20px; clear:left; background:url(../images/block_content_bg.gif) no-repeat; -moz-border-radius:0px 0px 10px 10px; -border-radius:0 0 10px 10px; -webkit-border-radius:0 0 10px 10px; }
.home-tabs-content h2 { display:none; font-size:12px; font-weight:bold; }


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; border: 2px #DDD inset; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:1px solid #C0C0C0; padding:0 0 0 12px; /*background:url(../images/bkg_button.gif) 0 50% no-repeat; -webkit-border-fit:lines; */ cursor:pointer;  /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; padding:0 12px 0 0; /*background:url(../images/bkg_button.gif) 100% 50% no-repeat;*/ font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#3a2e22; }
button.disabled {}
button.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; padding-top:5px;}
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list .wide .input-box { float:none;  }
.form-list input.input-text,
.form-list textarea { width:250px; }
.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; /*border:1px solid #ddd;/* background:#FFF; */}

.buttons-set  a{ color:#000; }
.buttons-set  a:hover{ color:#000; }
.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:#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; }

.preorder, .specialorder {color:#1E4203;font-weight:bold; text-transform:uppercase; font-size:11px; }
.specialorder {color:#163A72; }
.smaller-preorder { font-size:.9em; margin:10px; font-weight:bold; display:block; }

.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.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:10px 8px 8px 30px !important; font-size:12px !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 { padding:0px; margin:0 0 10px; border:0px none #ddd;}
.breadcrumbs li { display:inline; font-size: 0.90em; color:#625A4D; font-weight: normal; }
.breadcrumbs li a {color: #625A4D; text-decoration: none;}
.breadcrumbs li a:hover {color: #625A4D; text-decoration: underline;}
.breadcrumbs li strong {font-weight: normal; text-decoration: underline;}

/* Page Heading */
.page-title { /*background:transparent url(../images/my-deshboard-bg.gif) no-repeat scroll 0 0;
color:#FFFFFF;*/ color:#3A2E22; padding:8px 0; border-bottom:3px solid #3A2E22; margin-bottom:10px; }
.page-description { margin:10px 0; }
.title-buttons { text-align:left; padding-left:0; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; text-transform:uppercase; }

.page-title h1, .page-title h2 { text-transform:uppercase; font-size:23px; } 

.red-title { background:none; color:#DD3D3D; padding:0; margin-bottom:10px; }
.red-title h1, .red-title h2 { font-weight:bold; }
.red-title h1 { font-size:25px; }

/* Pager */ 
.pager {  padding:5px; margin:0px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; color: #3a2e22; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages li a {text-decoration: none;}
.pager .pages .current {text-decoration: underline; font-weight: bold; }

/* Sorter */ 
.sorter { padding:5px; margin:0px 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 a, .data-table td a:hover { color:#3a2e22;  text-decoration:none; }
.data-table td { padding:5px; border:1px solid #ddd; color:3a2e22; text-decoration:none; }
.data-table thead { background-color:#E5E5E5; }
.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 {}

/* 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 { /*border-bottom:1px solid #A69480;*/ margin:0 0 1em; padding-bottom:10px; } 
.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-image: url(../images/spriteme1.gif);
  background-position: -10px -368px;
 padding-left:18px; white-space:nowrap; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width:216px; height:99px; overflow:hidden; } 
.header-container {}
.header { background: #fff url(../images/header_bg.jpg) center top no-repeat; padding: 0px; }
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; margin-top: 5px;}
.header .logo a { display:block; width:216px; height:99px; }

.headerimg { position:absolute; margin:0 0 0 330px; }
.footerimg { position:absolute; margin:-90px 0 0 570px; z-index:-1; }

.transparent
{
	background: #fff /*url(../images/header/teddy-fallen-hero.gif) top left no-repeat*/;
	padding: 0px;
	margin: 0 0 0 10px;
   filter:alpha(opacity=60);
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}

/*Quick Access */
.quick-access {float: right; width: 720px;}
.quick-access .links {float: left; width: 300px; margin-top: 5px;margin-left:-25px;}
.quick-access .links li {display: inline; background: url(../images/quick_access_link_pipe.gif) no-repeat 100% 0.25em; padding: 0px 5px 0px 3px;}
.quick-access .links li.last {background: none;}
.quick-access .links li a, .quick-access .links li a:hover {color: #fff; font-weight:normal; font-size: 1.1em; text-decoration: none; }

.shop-info {}
.shopping-basket {float: right; width:420px;   background-image: url(../images/spriteme1.gif); background-repeat:no-repeat;
  background-position: -10px -220px;
 margin-top: 4px; line-height: 25px;}
.shopping-basket li {display: block; float: left;}
.shopping-basket .label {color: #fff; width: 45px; text-align: center; }
.shopping-basket .basket-count { text-align:center; width: 80px; color: #000;}
.shopping-basket .basket-total { text-align:center; width:85px; color : #000;}
.shopping-basket .basket-link {margin-left: 10px; width: 115px; text-align: center; }
.shopping-basket .basket-link a, .shopping-basket .basket-link a:hover {text-decoration: none;   background-image: url(../images/spriteme1.gif);
  background-position: 60px -267px;
 padding-right: 25px; color: #000;}

.shop-access {margin-top: 10px; margin-left: 300px;}
.shop-access label{color:#3B3B3B; font-weight: bold; }
.store-access {float: right; width: 300px; margin-top: 10px;}

.header .welcome-msg { font-weight:bold; text-align:right; }

.header .form-search { text-align:left; }
.form-search .mini-search {float:left; width: 230px; padding: 5px 5px 0px; }
.header .form-search .input-text {border: 1px solid #b7b7b7; width: 175px;}
.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.last {border-bottom:0px none;}
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}

.header .form-language { text-align:left; margin: 5px 0px 0px; padding: 0px 5px; }

.advanced-search-summary ul { margin:10px 0 0px; }

.nav-container { border-top:2px solid #A3998F; border-bottom:2px solid #A3998F; height:24px; text-align:center; }
/********** < Navigation */
#nav { font-size:12px; padding:0px 40px; margin:1px auto 0px; display: inline-block; width:auto;}

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999;}
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left;   background-position: -10px -300px;}
#nav li.first, #nav li.nav-clearance {background: none;}
#nav li a { float:left; padding:2px 10px; font-weight:bold; color:#88817A; height:19px; }
#nav li a:hover { color:#3A2E22; }
#nav li.active a { color:#73624E;  background: #EFEFEF;  }
#nav li.over a { color:#73624E;  background: #FBF5E5; }

/* 2nd Level */
#nav div.menu-panel { position:absolute; 
  width: auto; top:23px; background-color: #FBF5E5; /* #A69480; */ height: auto; max-height: 400px; border:2px solid #A3998F; 
  border-top:0px;
  display: none; z-index: 300; padding:10px 0px; 
  -moz-border-radius:0 0 10px 10px; -webkit-border-radius:0 0 10px 10px; -border-radius:0 0 10px 10px; 
}
#nav ul { float:left; height: auto; margin: 0; background: #FBF5E5; z-index: 100; border-left:2px solid #DDDAD5; }
#nav ul.first { border-left:0; }

#nav ul.level0 { background:none;  }
#nav ul.level1 { border-left:2px solid #DDDAD5; }
/* #nav ul.first { border-left: 1px solid #A3998F;} */
#nav ul ul { float:left; margin-left: -10000px; margin-top: 0; border: none; background:none; }
/* #nav ul { margin-left: -10000px; width:12em; float:left; border:1px solid #A3998F; background:#FFFEFC; } */
#nav ul li { float:none; /* border-bottom:1px solid #A3998F; */ background: none;  }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:2px 9px; font-weight:normal; color:#74624E !important; }
#nav ul li a:hover { color:#000000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:normal; color:#000000 !important; }

#nav ul li.level1 { padding:0 10px;  width: 150px; }
#nav ul li.level1 a { background:#FFFCF3;  }
#nav ul li.divider a { background:none; }

#nav div.nav-gourmet-sweets li.level1 { width: 180px; }
#nav div.nav-weddings-events li.level1, #nav div.nav-gift-capsules li.level1 { width: 180px; }
#nav div.nav-promotions li.level1 { width: 195px; }
/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > div.menu-panel { left:0; display: block; }
#nav li.over > div.menu-panel ul li.over > ul { margin-left: 20px; display: block; width:100%; }
#nav li.over div.menu-panel ul ul { left:-10000px; display: none; }

#nav li div.nav-nostalgic-sweets { width: 686px; } 
#nav li div.nav-retro-sweets { width: 686px; } 
#nav li div.nav-gourmet-sweets { width: 405px; }
#nav li div.nav-gift-capsules, #nav li.over > div.nav-gift-capsules { width: 200px; }
#nav li div.nav-promotions { width: 215px; }
#nav li div.nav-christmas { left: -370px; width: 450px;}
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0 0 10px; }
.block .block-title { padding:4px; 
}
.block .block-title h2 { color:#FFFFFF; font-size:13px; font-weight:bold; line-height:1.5;}
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:10px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */

.block-account { }
.block-account .block-title {   background-image: url(../images/spriteme1.gif);
  background-position: -10px -160px;
 }
.block-account .block-title h2 { color:#fff; }
.block-account .block-account-bottom-corn  {   background-image: url(../images/spriteme2.gif);
  background-position: -10px 194px;
 padding:4px; }
.block-account .block-content { border-left:1px solid #3a2e22; border-right:1px solid #3a2e22; }
.block-account  .block-content ul li { color:#3a2e22; text-decoration:none; }
.block-account  .block-content ul li a{ color:#3a2e22; text-decoration:none; }
.block-account  .block-content ul li a:hover{ color:#BF1F21; }

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

/* Block: Vertical Category Navigation */
.sidebar .mini-product-tags .content { padding-left: 10px }
.sidebar .mini-product-tags .actions { padding-left: 12px; padding-top: 10px; }
.block-vert-nav, .sidebar .mini-product-tags {  background:transparent url(/skin/frontend/default/chocolate/images/vert_nav_bg.gif) no-repeat scroll left bottom;
 padding-bottom: 10px;}
.sidebar .mini-product-tags { margin-bottom: 8px; }
.block-vert-nav #vertmenu-list ul, #account-nav ul, #browse-cat ul, #recently-viewed-items, .sidebar .mini-product-tags ul { list-style-position: outside; list-style-image:url(../images/vert_nav_link_bg.png); margin-left: 10px; }
 .sidebar .mini-product-tags ul {  list-style-image: none; }
.block-vert-nav .block-title,  .sidebar .mini-product-tags div.head {  background-image: url(../images/spriteme1.gif);
  background-position: -10px -129px;
  background-color:#3A2E22;
 padding: 10px 10px 5px;
 color:#FFF;
 font-size:13px;
 border-bottom: 1px solid #3C3025;}
.block-vert-nav .block-title h2, .sidebar .mini-product-tags div.head h4 {color: #fff;}
 .sidebar .mini-product-tags div.head h4 {font-size: 13px;}
.block-vert-nav .block-title h2 a, .block-vert-nav .block-title h2 a:hover {color: #fff; text-decoration: none;} 
.block-vert-nav .block-content,  .sidebar .mini-product-tags .content { border-left:1px solid #3B2F23;  border-right:1px solid #3B2F23;
 background: #fff url(../images/block_content_bg.gif) no-repeat top left;}
.block-vert-nav li {background-color: transparent;}
.sidebar .mini-product-tags .actions {  border-left:1px solid #3B2F23;  border-right:1px solid #3B2F23; }
.block-vert-nav li.even, .block-vert-nav li.odd {background: transparent !important;} 
.block-vert-nav li a, .block-vert-nav li a:hover, .sidebar .mini-product-tags .content a,  .sidebar .mini-product-tags .content a:hover, .sidebar .mini-product-tags .actions a,  .sidebar .mini-product-tags .actions a:hover, .block-vert-nav .block-content ul li.current span  {color:#4D4238; text-decoration: none; /* background: url(../images/vert_nav_link_bg.png) no-repeat left center;*/ padding-left: 0px; font-size: 12px;}
 .sidebar .mini-product-tags .content a,  .sidebar .mini-product-tags .content a:hover, .sidebar .mini-product-tags .actions a,  .sidebar .mini-product-tags .actions a:hover { background: none; }
 .sidebar .mini-product-tags .actions a { font-weight: bold }
.block-vert-nav li a:hover, 
.block-vert-nav li.active a, .block-vert-nav li.active li.active a, .sidebar .mini-product-tags .actions a:hover, .sidebar .mini-product-tags .content a:hover {text-decoration: underline;}
.block-vert-nav li.active ul li a {text-decoration: none;}
.block-vert-nav li li {padding-left : 5px;}
/* .block-vert-nav .block-content ul li.current span { font-weight: bold; }*/

#account-nav { padding-top: 5px }

/* Block: Layered Navigation */
.block-layered-nav {margin: 0px; }
.block-layered-nav  h4 {font-size:12px;}
.block-layered-nav .block-title {padding: 0px;}
.block-layered-nav .block-content {padding: 0px;}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}
.block-layered-nav td {padding: 3px;}

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

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

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

/* Block: Link */
.block-link {}
.block-link .block-title h4 {color:#3A2E22; font-size: 1.2em;}
.block-link .block-title h4 a, .block-link .block-title h4 a:hover {color:#3A2E22; text-decoration: none;}
.block-link .block-content {padding: 0px 10px;}
.block-link .block-content li {background: url(../images/block_link_bg.gif) no-repeat 0px 7px; padding-left: 10px;}
.block-link .block-content li a, .block-link .block-content li a:hover {color:#3a2f22; font-size: 1.1em; text-decoration: none;}
.block-link .block-content li a:hover {text-decoration: underline;}

/* Block: Checkout Progress */
.block-progress { background-color:#F2F2F2; background-image: url(../images/spriteme1.gif);
  background-position: -10px -160px;
 padding:8px;}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
.complete a{ color:#000; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.catalog-category-view .col-main { position: relative; }
.catalog-category-view .limiter { display:block;  padding: 0; margin: 0;}
.catalog-category-view .sorter .amount, .catalogsearch-result-index .sorter .amount  { float:left; margin-right:15px; }
.catalog-category-view .sorter .sort-by, .catalogsearch-result-index .sorter .sort-by { display:none; }
.catalog-category-view .pager {text-align: right; float:right; width:200px; padding: 0px 5px; margin-top: 0;}
.catalog-category-view .pager .pages {margin: 0px; margin-top:4px;}
.catalog-category-view  .block-layered-nav {float:left;}
.category-pagination .category-title {float: left;}
.category-pagination .limiter {float: right;}
.category-title { margin:0 0 10px;}
.category-title .link-rss {padding-left: 0px;} 
.category-title h1, .category-title h2 {color: #BF1F21; font-weight: bold; font-size: 200%; margin: 0; margin-top: -6px; padding: 0}
.category-image { display:block; text-align:left}
.category-description {margin-bottom: 0.8em;}
.category-products {}

/* Search result page ===================================================================== */
.catalogsearch-result-index .limiter { display:block; padding: 0; margin: 0;}
.catalogsearch-result-index  .pager {text-align: right; float:right; width:200px; padding: 0px 5px; margin-top: 0;}
.catalogsearch-result-index  .pages {margin: 0px;}
/* ======================================================================================== */

/* View Type: Grid */
.products-grid { /*width:100%;*/ }
.products-grid tr.odd {}
.products-grid tr.even {}
.products-grid td { width:176px; padding:5px 9px 20px 4px; }


.gift-special-layout .products-grid td { border:1px solid #D4D4D4; margin:0 15px 15px 0; padding:10px; position:relative; }
.gift-special-layout .price-display { float:right; }
.gift-special-layout .special-actions { margin:15px 10px; }
.gift-special-layout .more-desc { padding:20px; position:absolute; bottom:0px; right:-250px; z-index:9999; width:350px; background:white;  border:1px solid #D4D4D4; }
.gift-special-layout .more-desc-link { display:inline-block; padding:0 15px; border:1px solid #EFEFEF;  background:#EFEFEF; }

.products-grid td.empty {}
.products-grid div.product-image { position:relative;text-align: left; margin-bottom: 2px; display:block; }
.products-grid .bordered-image { border:2px solid #DDD; -moz-border-radius:3px; -webkit-border-radius:3px; -border-radius:3px; padding:10px 5px; margin-bottom:10px;  }
.products-grid .price-display { margin-bottom:0px; float:right; }
.products-grid .price-display .old-price { float:left; }
.products-grid .price-display .special-price { float:right; padding-left:5px; }
.products-grid .price-display .price-label { display:none; }
.products-grid .new-tag { position:absolute; left:5px; top:5px; }
.product-qty-box {display: block; border-top:2px solid #D4D4D4; border-bottom: 2px solid #D4D4D4;
padding: 10px 0px; text-align:left; height: 23px; margin:5px 0; position:relative; }
.product-qty-box input.qty { position:absolute; right:0; }
.catalog-product-view .product-qty-box input.qty { right:33%; }
.product-qty-box .label {margin-right: 5px; font-weight:bold; }
.product-qty-box p.availability {padding-top: 2px;}
.product-buttons {margin: 2px 0 0 0; padding: 2px 0 0 0; border: 1px solid #392D21; border-right: none; border-left: none; text-align:center}
.products-grid .cart-btn {vertical-align: top;}
.products-grid .product-options-bottom {padding: 0px;}
.products-grid .product-options dt label {font-weight: normal; text-transform: uppercase;}
.products-grid .product-options dd {margin: 0px;}

.products-grid h3.product-name { height: 44px; font-size: 110%; overflow:hidden; }
#whatsnew-product-table  h3.product-name {
	height: 30px;
	font-size: 11px;
}

.product-attribinfo { height: 22px; position: relative; }
.product-attribmarkers { position: relative; position: absolute; top: 0; right: 0; }

.products-grid .options { min-height: 80px; }
.products-grid .options-description { height:104px; overflow:hidden; margin-bottom:10px; }
.products-grid p.short-desc { padding-top: 20px; }

table.assoc-products { width: 100%; }
table.assoc-products td { padding:0; margin: 0; }
table.assoc-products {margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0;}
td.assoc-desc { text-align:left; margin-right: 0; padding-right: 0; margin-left: 0; padding-left: 0; }
.products-grid td.assoc-desc { width:65px; }
td.assoc-desc img { margin-left: 2px }
td.assoc-desc span.special-price { font-weight: bold;  }
td.assoc-price { width: 42px; margin-right: 0; padding-right: 0; font-weight: bold; text-align:right;}
td.assoc-price .price-box { padding: 0; margin: 0; width: 100%; }
td.assoc-choice { width: 14px; text-align: left; margin-left: 0; padding-left: 0; }
td.assoc-stock { width:100px;  padding:0 0 0 15px; }
td.old-price { width: 42px; margin-right: 0; padding-right: 4px; text-decoration: line-through; text-align:right; }

.stock-avai { color:#888; border:2px solid #D4D4D4; text-align:center; line-height:15px; padding:0px 3px; margin:0 0 3px 3px; font-size:11px; -moz-border-radius:5px; -webkit-border-radius:5px; -border-radius:5px;  }

.product-view .regular-price { font-size:15px; }

tr.product-selection:hover {
    cursor: pointer;
    cursor: hand;
}

.product-selection td { border:0px solid red; }

#ajax-add-wait {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #EEE;
    background-image: url(../images/ajax-add-wait.gif);
    background-repeat: no-repeat;
    background-position: center center;
    filter:alpha(opacity=50);
    opacity: .5;
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

/* 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-viewinfo {}
.product-viewinfo .product-name h2 {color:#60564D; }

.product-view {}

.product-essential { padding-bottom: 10px; border-bottom: 1px solid #A69480;}
.product-collateral {padding-top: 10px; }

/* Product Images */
.product-view .product-img-box { float:left; width:365px; margin: 0; padding: 0; padding-top: 5px; clear: left; }
.product-view .product-img-box .product-image {margin-bottom: 10px;}
.product-view .product-img-box .product-image-zoom { clear: left; position:relative; max-width:365px; min-height: 240px; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; max-width: 365px; max-height: 240px; /*cursor:move;*/ }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; /*background:url(../images/slider_bg.gif) 50% 50% no-repeat;*/ cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.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 { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-view .col-1 h4, 
.product-view .col-2 h4 { color:#60564D; font-size:15px; }

.product-view .col2-set { width:550px; }

.product-view .col-1, .product-view .col-2 {  }
.product-view .col-1 { width:310px; }
.product-view .col-2 { width:215px; }

.product-view .dietary-info {  border-bottom:2px solid #D4D4D4; padding-bottom:20px; margin-top:24px; }
.product-view .dietary-info h4 { font-size:13px; border-bottom:2px solid #D4D4D4; padding-bottom:5px; } 

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width: 170px; padding-right: 4px;}
.product-view .product-name h4 { color:#60564D; margin-bottom:5px; font-size:15px; }
.product-view .short-description { font-size: 0.95em; }

.product-view .product-attribmarkers { display: none; }

.product-view .product-image-container { margin:15px 185px 25px 0px; }
.product-view .more-views { margin-right:-185px;  width:170px; float:left; margin-left:15px; }
.product-view .more-views img { padding:5px; border:1px solid #D4D4D4; }
.product-view .more-views li { float:left; margin:0 10px 5px 0; cursor:pointer; }

.product-share { margin-bottom:5px; margin-top:5px; }
.product-gplus { float:left; margin-right:0px; }
.product-view .product-main-image { float:left; width:365px; height:265px;  }
.product-view .product-main-image #product-image-img {  width:365px; height:250px;  }
.available-product-tabs {  border-bottom:2px solid #D4D4D4;  margin:0px 0 0px; padding:5px 0; }
.available-product-tabs .introp-banner { border:0; }

#place-zoom-notice { clear:left;padding-top:5px;font-size:1em;font-weight:bold;color:#888; }

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links { color:#5E750C; text-decoration: none; float: left; }
.rating-links  a { color:#5E750C; text-decoration: none; }
.rating-links  a:hover{ color:#5E750C; text-decoration: underline; } 
.ratings dt {}
.ratings dd {}
.rating-box { margin-right:10px; width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; float: left;}
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }
.review-link a {color:#5E750C; text-decoration: none;}
.review-link a:hover {color:#5E750C; text-decoration: underline;}

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

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

.price-box {}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

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

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; 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-links  li { color:#3a2e22; text-decoration:none; }
.add-to-links  li a, .add-to-links  li a:hover{ color:#3a2e22; text-decoration:none; }

/* Add to Cart */
.add-to-cart-qty {padding: 5px 0px; border-top:1px solid #392D21; border-bottom:1px solid #392D21;}
.add-to-cart-qty label { float:left; margin-right:5px; text-transform: uppercase;  }
.add-to-cart {padding: 0px;}
.add-to-cart label { float:left; margin-right:5px; text-transform: uppercase;  }
.add-to-cart .qty { float:left; margin-right: 5px; }
.add-to-cart button.button { float:left; margin-left:5px; }

.add-to-box #buy-button { width: 100%; height: 30px; border-top:1px solid #392D21; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { display:inline-block; }
.add-to-box .add-to-cart-qty { border-top: none; height: 24px; width: 100%}
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options { padding:5px 0px; margin:0px 0px 0px; border:1px solid #fff; border-bottom: 1px solid #392D21; background-color:#fff; }
.product-options dt label { font-weight:normal; text-transform:none; font-weight:bold;  }
.product-options-step { font-weight:normal; text-transform:none; font-weight:bold;font-size:16px; color:#BF1F21; display:block; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:mid	e; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:0px; }
.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 input.checkbox { float:left; margin:3px -20px 0 0; }

.product-options .options-list-radio li { cursor:pointer; border:1px solid #CCC; margin-bottom:10px; text-align:center; margin-right:14px; }
.product-options .options-list-radio li img { margin:10px auto; }
.product-options .options-primary li img { display:none; }
.product-options .options-list-radio li.active { background:url(../images/red-tick-1.png) no-repeat 75px 25px; border-width:1px; }
.product-options .options-list-radio input.radio { float:left; margin:3px -18px 0 0; display:none; }
.product-options .options-list-radio .label { display:block; text-align:center; border-bottom:1px solid #CCC; cursor:pointer; }
.product-options .options-primary .label { border-bottom:0;  }
.product-options .options-list-radio li.active .label { background:url(../images/bkg_block-layered-li.gif) repeat-x scroll 0 100%; } 
.product-options .options-primary li.active label { border-bottom:0; background:url(../images/red-tick-1.png) no-repeat 75px 5px; display:block; }
.product-options .options-list-radio label { font-size:11px; cursor:pointer; }

.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-view .product-options { padding: 0px 0px 20px; width: 100%; border-bottom: none; }
.product-view .product-options dt { margin:10px 0 5px; }

.product-options-bottom { padding:3px 10px; border:1px solid #fff; border-top:0; margin-bottom: 1px; text-align: center;  width: 180px; }
.product-view .product-options-bottom  { padding: 0; border: none; text-align: left}
.product-options-bottom .price-box { margin:10px 0; }
.product-view .product-options-bottom  .price-box { margin: 0; }

.product-view .gift-message  { text-align: left; margin-left: 0; padding-left: 0; }
.product-view .gift-message  dd { margin-left: 0; padding-left: 0; }
.product-view .gift-message textarea { width: 280px; height: 100px; }

.list-option .label {width: 145px; display: block; float: left; clear: left;}

.options-list li { display:inline-block; margin-right:15px; width:17%;  }
.options-list li label { font-size:12px;  }

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

/* Block: Description */
.product-view .description { clear: left; padding:0; margin: 0; margin-top:15px; }

/* Navigation below short description */
.product-view .product-navigation { width: 100%; text-align: right; }

/* Block: Additional */
.product-view .additional {}
.product-view .additional .data-table tr.even {background-color: #fff;}
.product-view .additional .data-table th.label {background-color: #fff;}
.product-view .additional .data-table th {border: 0px none; padding: 2px 5px;}
.product-view .additional .data-table td {border :0px none; padding: 2px 5px;}

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

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

.product-view .add-to-box { margin:0 0 0; padding:6px 0 2px 25px; border-bottom: 2px solid #D4D4D4;border-top: 2px solid #D4D4D4;  text-align:left; }
/* ======================================================================================= */

/* Gift message dialogue ================================================================ */

#gift-capsule-box {
    display: none; 
    z-index: 1000;
    position: fixed; 
    top: 40%;
    left: 35%; 
    background-color: #FFF;
    width: 400px; 
    height: 240px; 
    padding: 8px;
    border: 2px solid #CCC;
}

p#gift-capsule-text {
    padding-right: 20px;
}

textarea#gift-capsule-textarea {
    width: 300px;
    height: 120px;
}

.gift-capsule-buttons {
    margin-top: 10px;
}

button#gift-capsule-close {
    float: right; 
    margin-left: 20px;
}

button#gift-capsule-create {
    margin-right: 20px;
}

#gift-capsule-box button {
    padding: 0 1px 0 1px;
    width: auto;
    overflow: visible;
}



/* END of Gift message dialogue ========================================================= */

/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }
.product-name a, .product-name a:hover {color: #000; text-decoration: none; }

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

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

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:/*url(../images/best_selling_tr_odd_bg.gif) repeat-x 0 100%*/ #eee; }
.best-selling tr.even { background:/*url(../images/best_selling_tr_even_bg.gif) repeat-x 0 100%*/ #fff; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:.95em; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover { color:#203548; }


/* Sitemap */
.sitemap {}
.sitemap li { color:#000; }
.sitemap li a { color:#000; }
.sitemap li a:hover { color:#BF1F21; }
.site-map-page-title { background:url(../images/login-title-bg.gif) no-repeat; padding:8px; color:#fff; }
.links li { color:#000; }
.links li a { color:#000; }
.links li a:hover { color:#BF1F21; }
.site-map-contant { border-left:1px solid #3a2e22; border-right:1px solid #3a2e22; padding:10px; }
.site-map-bot-corn { background:url(../images/login-bottom-corn.gif) no-repeat; padding:4px; }
/* ======================================================================================= */


/* 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 .checkout-types { float:right; text-align:right; }

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:600px; padding-top:20px; }
/*.cart .cart-collaterals .crosssell {padding: 10px; background:#f2f2f2; border:1px solid #ddd; }*/
.cart .cart-collaterals .discount {margin-bottom:10px; padding: 10px; background:#f2f2f2; border:1px solid #ddd; }
.cart .cart-collaterals .shipping {padding: 10px; background:#f2f2f2; border:1px solid #ddd; }
.cart .cart-collaterals .shipping .buttons-set {border: none 0px;}
/*.cart .crosssell .product-image { float:left; margin-right:-90px; }*/
/*.cart .crosssell .product-shop { margin-left:90px; }*/
.cart .shipping { padding-top:5px; }

/* Shopping Cart Totals */
.cart .totals { background:#F2F2F2; float:right; margin-top:20px; padding:10px; border:1px solid #DDDDDD; width:30.5%; padding-left: 4px; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

.cart-remove-item img { opacity:0.2; filter:alpha(opacity=20); }
.cart-remove-item:hover img { opacity:0.6; filter:alpha(opacity=60); }

/* 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 */
.one-page-checkout { /* border:1px solid #ddd; */ position:relative; padding-right: 30px; }
.one-page-checkout li.section { border: none; margin-bottom: 2px; }
.one-page-checkout .head { border-bottom:1px solid #61584E; background-color:#fff; padding:0 5px; text-align: left; padding-right:5px; padding-top: 0; padding-bottom: 0; padding-left: 0; height: 26px; margin-bottom: 6px;}
.one-page-checkout .head a { display:none; }
.one-page-checkout .head h3 .step-count { float:left; margin-right:6px; padding: 0 0 0 10px; padding-bottom: 0; margin-bottom: 0; }
.one-page-checkout .head h3 { float:left; background-color:#A69480; color: #CCC;
background:transparent url(../images/checkout_title_bg_light.gif) no-repeat scroll 0 0; width: 200px; height: 20px; padding:3px; margin-bottom: 0; margin-left:0; font-size: 115%; }
.one-page-checkout .allow .head { cursor: pointer; }
.one-page-checkout .active {}
.one-page-checkout .active .head h3  { color: white; background:transparent url(../images/checkout_title_bg.gif) no-repeat scroll 0 0; cursor:default; }
.one-page-checkout .a-item { padding:10px; padding-bottom: 4px; position:relative; background-color: #FAF7EE; }
.one-page-checkout .a-item .tool-tip { right:10px; }
.one-page-checkout .order-review {}
.one-page-checkout .button-set { height: 50px; width: 100%; background-color: #FAF7EE; padding-top: 10px; text-align: right;}
.one-page-checkout .col-1 .button-set { background-color: #FAF7EE; }
.one-page-checkout #review-buttons-container { float: right; height:43px; width: 188px; }

.one-page-checkout a.back {
background-color: transparent;
background-image: url(../images/icon_opc_back.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
padding-left: 14px;
line-height: 13px;
}


.one-page-checkout-progress { }
.one-page-checkout-progress h3 { padding: 2px; /* background-color: #61584E; color: white; */}
.one-page-checkout-progress h4 { padding: 2px; border: solid 1px #61584E; background-color: #74624E; color: white; font-size: 110%; }
.one-page-checkout-progress h4 a { color: white; }
.one-page-checkout .right { float: right; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress td.active { border-top-color:#3A2E22; color:#3A2E22; }
.checkout-progress td { border-top:10px solid #88817A; color:#88817A; float:left; font-weight:bold; margin-right:3px; padding:4px 20px; }
.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; }
.checkout-progress-page-title { background:transparent url(../images/login-title-bg.gif) no-repeat scroll 0 0;
padding:8px; }
.checkout-progress-page-title button { padding-top:10px; }
.checkout-border { border-left:1px solid #3a2e22; border-right:1px solid #3a2e22; padding:10px; }
.checkout-progress-page-title h2 { color:#fff; }
.checkout-progress-bot-corn { background:transparent url(../images/login-bot-corn.gif) no-repeat scroll 0 0;
padding:4px; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}


/********** FIX ONE PAGE CHECKOUT **************/

.checkout-onepage-index .block-progress { background:none; }
.checkout-onepage-index .buttons-set { border:0; }
.checkout-onepage-index .block-progress .block-content { padding:0px;  }
.checkout-onepage-index .block-progress dt {
    background: none repeat scroll 0 0 #877D72;
    color: #fff;
    font-weight:normal;
    margin: 0;
    padding: 2px 8px;
    text-transform: none;
    margin:5px 0;
}
.checkout-onepage-index .col-main { width:710px; }
.checkout-onepage-index .col-right { width:210px; }
.checkout-onepage-index .one-page-checkout { padding:0; }
.checkout-onepage-index .buttons-set button.button { display:block; border:1px solid #61584E; padding:2px 20px; }
.checkout-onepage-index .buttons-set button.button span { padding:0; }

.checkout-onepage-index .btn-checkout { background:url(../images/btn_place_order.gif) no-repeat; width: 188px; border:0 !important; height:42px; margin-top:5px; } 
.checkout-onepage-index .btn-checkout span { display:none; }

/********** FIX ONE PAGE CHECKOUT **************/

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt, .payment-methods dt { font-weight:bold; }
.sp-methods .price, .payment-methods .price { font-weight:bold; }
.sp-methods .form-list,  .payment-methods .form-list { padding-left:20px; }
.sp-methods select.month,  .payment-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year,  .payment-methods  select.year { width:96px; }
.sp-methods input.cvv, .payment-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* 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 {}
.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-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; }
.col-2  dl dt { text-decoration:none; }
 /********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .page-title { /*background:url(../images/login-title-bg.gif) no-repeat; padding:8px;*/ }
.account-login .login-bottom-corn { /*background:url(../images/login-bot-corn.gif) no-repeat; padding:4px;*/ }
.account-login .new-users {}

.account-login .registered-users {}

.account-create {  }
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {
	/*border-left:1px solid #3a2e22;
	border-right:1px solid #3a2e22;*/
	margin-right:10px;
	padding:10px 0;
}
.dashboard-bot-corn { /*background:url(../images/dashboard-bot-corn.gif) no-repeat scroll bottom left;*/ padding:4px; } 
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }
.col-1 .dashboard  { color:#3a2e22; font-weight:bold; }
.dashboard .col-1   a, .dashboard .col-1  a:hover{ color:#3a2e22; font-weight:bold; }
.dashboard .col2-set   a, .dashboard .col2-set  a:hover{ color:#3a2e22; font-weight:bold; }
.dashboard .title-buttons  a{ color:#3a2e22; }
/* Block: Reviews */
.dashboard .reviews {}

.dashboard h2, .dashboard h3 { margin:15px 0 5px; }
.dashboard .box { background:#E7E7E7; padding:10px; margin:10px 0; }
.dashboard .box h3 { margin-top:5px; }

.order-info { margin:15px 0; }
#order-info-tabs a, .link-print { color:#AA0000; font-weight:bold; }
#order-info-tabs li { display:inline-block; margin-left:10px; }

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

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.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 {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* 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; }
/* ======================================================================================= */


/* Footer ================================================================================ */
/*.footer {  border-bottom:2px solid #A39B90;  border-top:2px solid #A39B90; margin-top: 20px; color: #333333; }*/
.footer {
	border-bottom:2px solid #A39B90;
	margin-top: 20px;
	color: #333333;
	background-color:#fff;   background-image: url(../images/spriteme2.gif);
	background-repeat:no-repeat;
  background-position: -216px -10px;
 padding: 90px 0 0 0;
 clear: both;
}
.footer p { text-align:left; }
.footer address { text-align:right; }
.footer ul { float:none; padding:0 0 0 0; }

.footer .informational { padding:15px 0px 10px 10px; float: left; /*width: 580px;*/}
.footer .informational ul { display: inline; }
.footer .informational ul { padding-left: 0; margin-left: -4px;}
.footer .informational ul.links { padding-left: 0; margin-left: 0;}
.footer .informational li {display: inline; 
 border-right: 1px solid black;
 padding-right:8px; padding-left:4px;}
.footer .informational ul.links li.first {padding-left: 4px; }
.footer .informational ul.links li.last {background: none; }
.footer .informational a {color: #3A2E22; text-decoration: none;}
.footer .informational a:hover {color: #3A2E22; text-decoration: underline;}
.footer .informational p {font-size: 0.95em; }
.footer .legality {margin-top: 10px;}
.footer .footer_image {float: right; width: 344px; top: -15px; position: relative; margin-bottom: -15px;}
/* ======================================================================================= */

.product-name h2, .product-name h1 { font-family:arial; font-size:22px; font-weight:bold; line-height:1.34; color:#BF1F21; }

.form { /*border-left:1px solid #3a2e22; border-right:1px solid #3a2e22;*/ padding:10px 0; margin-right:10px}
.form-bottom-corn { /*background:url(../images/dashboard-bot-corn.gif) no-repeat scroll bottom left; */padding:4px; }
.cart .page-title { /*background:url(../images/cart-title-bg.gif) no-repeat 0 0; margin-top: 0;  margin-bottom: 0; height: 25px;*/ }
.checkout-types button.button span { color:#fff; }
.cart .page-title .checkout-types img { vertical-align: bottom; margin-bottom: 0; padding-bottom: 0; padding-right: 12px; }
.cart-border { /*border-left:1px solid #3A2E22; border-right:1px solid #3A2E22; overflow:hidden; */ padding: 20px 0; margin-top: 0;}
.cart-bot-corn  { /*background:url(../images/login-bottom-corn.gif) no-repeat;*/ padding:4px; }
.cart .col-2 { padding-right: 10px; }
.crosssell  ul li { padding-bottom:10px; }
.crosssell h3 { padding-bottom:10px; }
.crosssell .button.button{ padding:0px; }
.totals  ul li button.button span { color:#000; }
.checkout-types li { color:#000000; }
.checkout-types li a  { color:#000000; }
.checkout-types li a:hover { color:#bd1f20; }
.col-1 .button-set { background:#fff; }
.registered-users  .form-list label { color:#bd1f20; }
.catalogsearch-result-index .page-title { /*background:none; color:#bd1f20; padding: 0px;*/  }
.disc li { color:#3a2e22; text-decoration:none; }
.disc li  a{ color:#3a2e22; text-decoration:none; }
.disc li  a:hover{ color:#3a2e22; text-decoration:underline; }
.col-main dl  dt { font-weight:bold; }
.col-main dl  dd { text-align:justify; }
/* Demo Notice ======================================================================================= */
.demo-notice {background-color: #74624E; color: #fff;  }
.demo-notice a, .demo-notice a:hover {color: #fff;} 

.introp-banner {border-bottom: 1px solid #392D21;
padding: 3px 0 0 0; margin: 0;
/*line-height: 0px;*/ font-size: 1px; text-align: center; height: 20px; width: 100% }

.specialofferlist { 
  background:url(../images/long-green-button.png) no-repeat center;
  color:white;
  font-size:9px;
  padding:1px 0 0;
  text-align: center; text-transform:uppercase; }

.specialofferlist sup {font-size:8px;
position:relative;
top:1px; }

.seals {
	text-align:center;
	margin-bottom:15px;
}

.catalog-product-view div.col-right.sidebar {
	margin-top:-10px;
}

/* Layered Navigation */
.layered-nav  {
	background: url(../images/layered-nav-content-bg.gif) bottom left no-repeat;
}
.layered-nav  .block-content{
	background: #DCD5CF;
	border: none;
}
.narrow-by  {
	padding-bottom: 10px;
}
.narrow-by  dl dt {
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
.narrow-by  dl dd {
	padding-bottom: 5px;
}

.narrow-by select { width: 160px; }

.currently li h4 {
	font-size: 16px;
	font-weight: bold;
}
.state-label {
	padding-right: 5px;
}
.state-label, .state-reset {
	font-size: 12px;
	text-decoration: underline;
}
/* End Layered Navigation */

/* Buttons */
.redbutton {
	background:#BD1F21 url(../images/redbutton_left.gif) no-repeat top left;
	color:#fff !important;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif !important;
	text-transform:uppercase;
	text-decoration:none;
}
.redbutton a, .redbutton a:hover {
	color: #fff !important;
}
.redbutton span {
	background: url(../images/redbutton_right.gif) no-repeat top right;
    padding:0px 8px;
}
.brownbutton {
	background:#60564D url(../images/brownbutton_left.gif) no-repeat top left;
	color:#fff !important;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif !important;
	text-transform:uppercase;
	text-decoration:none;
}
.brownbutton a, .brownbutton a:hover {
	color: #fff !important;
}
.brownbutton span {
	background: url(../images/brownbutton_right.gif) no-repeat top right;
    padding:0px 8px;
}
.greenbutton {
	background:#00c100 url(../images/greenbutton_left.gif) no-repeat top left;
	color:#fff !important;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif !important;
	text-transform:uppercase;
	text-decoration:none;
}
.greenbutton a, .greenbutton a:hover {
	color: #fff !important;
}
.greenbutton span {
	background: url(../images/greenbutton_right.gif) no-repeat top right;
    padding:0px 8px;
}
.graybutton {
	background:#736F6E url(../images/graybutton_left.gif) no-repeat top left;
	color:#fff !important;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif !important;
	text-transform:uppercase;
	text-decoration:none;
}
.graybutton a, .graybutton a:hover {
	color: #fff !important;
}
.graybutton span {
	background: url(../images/graybutton_right.gif) no-repeat top right;
    padding:0px 8px;
}
/* End Buttons */
/* Out of stock */
.out-of-stock {
	color: #736F6E;
}
/* End Out of stock*/
.button-level h3 {
float:left;
width:55%;
text-align:left;
}
.page-head, .page-head-alt { text-align:right;  border-bottom:1px solid #ccc; padding-bottom:5px;  }
.multi-address-checkout-description { padding:5px 0px; }
.button-set {  text-align:right; padding:15px 0px; }
.page-head h3, .page-head-alt h3 { font-size:1.7em !important; font-weight:normal !important; margin:0; text-align:left; text-transform:none !important; }

.multi-address-checkout-box .count-head { background:#3A2E22 none repeat scroll 0 0; border-bottom:1px solid #3A2E22; padding:5px 10px; color:#fff;
}

.multi-address-checkout-box .box { background:#FBFAF6 /*url(../images/multi_address_box_bg.gif) repeat-x scroll 0 0*/; border:1px solid #3A2E22; margin-bottom:25px; margin-top:15px; position:relative; }

.multi-address-checkout-box .content { clear:both; overflow:hidden; padding:15px 20px 20px;}
.col2-alt-set .col-1 { float:left; }
.head, .inner-head { line-height:1.25em; text-align:right; padding-bottom:5px; }
.multi-address-checkout-box .head h5 {text-align:left; }
.pipe { font-size:0.95em; padding:0 4px; }
address { font-style:normal; line-height:1.4em; }
.col2-alt-set .col-2 { float:right;}
.col2-alt-set .col-2 { width:60%;}
.shipping-method-pointer {background:#F9F3E3 none repeat scroll 0 0; border:1px solid #D9D2BE; padding:13px;position:relative;
}
.col-1 h4 {text-align:left;}
.col-2 h4 {text-align:left;}
.place-order-box {float:right; height:71px; overflow:hidden; }
.multi-address-checkout-box .legend {background:#3A2E22 none repeat scroll 0 0;border:1px solid #3A2E22;color:#FFF;float:left;margin-bottom:0;margin-left:15px;margin-top:-10px;padding:2px 8px;}
.col2-set, .col3-set, .col4-set, .col5-set {clear:both;}
.place-order-box .grand-total {font-size:1.5em;}
.place-order-box .grand-total .price {font-weight:bold;font-size:12px;}
.shipping-method-pointer .pointer {position:absolute;right:-40px;top:-20px;}

/* Shipping region */
.shipping-estimate-region {display:none;}
/* End shipping region*/

/* Shoppng Cart Boxes */
.cart-collaterals .box {
	background: #f2f2f2;
	padding: 10px;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
/* End Shopping Cart Boxes */

/* Begin Poll */
.mini-poll .block-content table.poll-answer {
	margin-top: 5px;
	margin-bottom: 10px;
}
/* End Poll */

.outofstock-spacer {display: block; border-bottom: 2px solid #D4D4D4; height:0px; margin:5px 0; }

.up-sell h3.product-name  { height:40px; }

.up-sell .price-box {display:inline;}
.up-sell .details-button{display:inline; float:right; width: 80%; text-align:right; margin-top:18px;}
.up-sell .product-name  h2{ font-size:14px; }

.product-view .up-sell { margin-bottom:10px; }

/* Corner CSS for Upsell and Tag block */
 .corner-topleft {background:#DFD8D0 url(../images/corner_top_left.gif) no-repeat left top; }
 .corner-topright {background:url(../images/corner_top_right.gif) no-repeat right top; }
 .corner-bottomleft{background:url(../images/corner_bottom_left.gif) no-repeat left bottom; }
 .corner-bottomright{background:url(../images/corner_bottom_right.gif) no-repeat right bottom; padding:5px 10px 10px; }
 .content-topleft-corner {background:#fff url(../images/contentcorner_top_left.gif) no-repeat left top;}
 .content-topright-corner {background:url(../images/contentcorner_top_right.gif) no-repeat right top;}
 .content-bottomleft-corner {background:url(../images/contentcorner_bottom_left.gif) no-repeat left bottom;}
 .content-bottomright-corner {background:url(../images/contentcorner_bottom_right.gif) no-repeat right bottom;
padding:5px;}

.corner-bottomright h2, .corner-bottomright h3 { color:#60564D;
font-size:15px;
margin:5px 0 10px; }

.product-view  .up-sell .price-container {margin-top:10px;}

.product-view  .up-sell .price-box {float:left; width:20%;}
.product-view  .up-sell .price-box span {display: block; font-weight:bold;}
.product-view  .up-sell .price-box span.price {color: red;}

.tags .content .corner-bottomright {padding:0px 10px;}
.tags .form-add-tags {margin-top:10px;}
.tags-list li {font-weight:bold;}
.tags .content p {font-weight: bold;}

/* Begin Buttons */
.cart-button-container {margin: 0pt auto; width: 59%;}
.yes-button  { background: url(../images/yes_button.jpg) no-repeat top left; height: 17px; width: 81px; margin: 0 auto; display:block; cursor:pointer; float:left;}
.no-button  { background: url(../images/no_button.jpg) no-repeat top left; height: 17px; width: 81px; margin: 0 auto; display:block; cursor:pointer; float:right;}
.no-button.multi {
	float:none;
	text-align:centre;
}
.yes-basket-button { background: url(../images/yes_view_basket.jpg) no-repeat top left; height: 17px; width: 166px; margin: 0 auto; display:inline-block; cursor:pointer;}
.continue-shopping  { background: url(../images/continue_shopping_button.jpg) no-repeat top left; margin: 0 auto; display:block; cursor:pointer; text-align:center;}
.continue-shopping span { visibility:hidden; }

/* End Buttons */

.contact-form { width: 708px; }
.contact-form p.required {text-align: left;}
.contact-form .buttons-set {border:none;}
.contact-form .buttons-set button.button { float:left; }

.browse-category ul { list-style-position: outside; list-style-image:url(../images/vert_nav_link_bg.png); margin-left: 10px; }
.browse-category ul li a { color: #4D4238; font-size: 12px; padding-left: 0; text-decoration: none; }
.browse-category ul li a:hover { text-decoration: underline; }

.col3-set { width: 100% !important; padding-top: 10px !important; }

.cart .crosssell {padding: 10px; background:#f2f2f2; border:1px solid #ddd; margin-top:0px; }
.cart .crosssell  .content {margin-top: 10px;}
.cart .crosssell .content-topleft-corner {background:#fff url(../images/graycorner_top_left.gif) no-repeat left top;}
.cart .crosssell .content-topright-corner {background:url(../images/graycorner_top_right.gif) no-repeat right top;}
.cart .crosssell .content-bottomleft-corner {background:url(../images/graycorner_bottom_left.gif) no-repeat left bottom;}
.cart .crosssell .content-bottomright-corner {background:url(../images/graycorner_bottom_right.gif) no-repeat right bottom; padding:5px;}
.cart .crosssell  ul { overflow:hidden; clear:both;}
.cart .crosssell  ul li { padding:5px; float:left; width:23.8%; }
.cart .crosssell  .content .product-shop {margin-top: 10px;}
.cart .crosssell .button.button{ padding:0px; }
.cart .crosssell  .price-container {margin-top:10px;}
.cart .crosssell  .price-box {float:left; width:20%;}
.cart .crosssell  .price-box span {display: block; font-weight:bold;}
.cart .crosssell  .cart-button{display:inline; float:right; width: 80%; text-align:right;}
.cart .crosssell  h5 { height: 30px; }

.tag-cloud ul {padding: 5px;}
.tag-cloud ul li {display: inline;}

.site-map-contant ul.links li{ display: inline; }
.site-map-contant ul li.heading {font-weight: bold;}
.site-map-contant ul li.active a{font-weight: bold;}
.site-map-contant .pager{ margin-top: 10px; margin-bottom: 10px; }
.site-map-contant table.pager tr td{padding: 5px 0;}

ol.page-404-list {list-style: decimal inside; margin: 10px 0 10px 15px; }

.pager-elements {padding-top:10px;}
.page-limit { float: left; }

/* Begin Product Specifications Attributes */
.product-attribute-specs span.label{font-weight:bold;}
/* End Product Specifications Attributes */

.product-brand {font-weight: bold;}

.payment-cards {text-align: center; float:right; margin-top:0px; }
.payment-cards .payment-card-item {margin: 10px 0;}
.payment-cards .payment-card-item a {font-size: 10px; color: #000;}

.cart-collaterals .shipping-estimate select#s_method{width:100%;}

#gift-message-box {
    display: none; 
    z-index: 1000;
    position: fixed; 
    top: 40%;
    left: 35%; 
    background-color: #FFF;
    width: 400px; 
    height: 240px; 
    padding: 8px;
    border: 2px solid #CCC;
}

p#gift-message-text {
    padding-right: 20px;
}

textarea#gift-message-textarea {
    width: 300px;
    height: 120px;
}

.gift-message-buttons {
    margin-top: 10px;
}

button#gift-message-close {
    float: right; 
    margin-left: 20px;
}

button#gift-message-create {
    margin-right: 20px;
}

#gift-message-box button {
    padding: 0 1px 0 1px;
    width: auto;
    overflow: visible;
}

.our-customers td {
	text-align:center;
}

.our-customers td img{
	margin-top:10px;
}

.our-customers td a{
	font-size:11px;
	text-decoration:none;
}

div.col-main div.form {
	margin-right:10px;
}

div.account-login div.form {
	margin-right:0px;
}





.MagicZoom img {
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
}

/* Style of zoomed window */
.MagicZoomBigImageCont {
border: 1px solid #999;
}

/* Style of header, activated with "title" attribute in <a> tag */
.MagicZoomHeader {
font-size: 8pt !important;
line-height: normal !important;
color: #fff;
background: #666;
text-align: center !important;
}

/* Style of small square under mouse */
.MagicZoomPup {
border: 1px solid #aaa;
background: #fff;
cursor: move;
}

/* Style of message box while image is loading */
.MagicZoomLoading {
border: 1px solid #ccc;
background: #fff url(../graphics/loader.gif) no-repeat 2px 50%;
padding: 4px 4px 4px 24px !important;
margin: 0;
text-decoration: none;
text-align: left;
font-size: 8pt;
font-family: sans-serif;
color: #444;
}
/* Style of the small image link */
.MagicZoomPlus {
cursor: url(../graphics/zoomin.cur), pointer;
outline: 0 !important;
}

/* Style of the small image */
.MagicZoomPlus img {
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
}

/* Style of the span inside the small image link */
.MagicZoomPlus span {
display: none !important; 
}


/* Style of hotspots */
.MagicHotspots {
display: none;
visibility: hidden;
}
.MagicHotspots a {
border: 1px solid #ccc;
}
.MagicHotspots a:hover {
border: 1px solid red;
}

/* Style of the small image link */
.MagicThumb, .MagicThumb:hover {
cursor: url(../graphics/zoomin.cur), pointer;
outline: 0 !important;
}

/* Style of the small image when the large image is expanded */ 
.MagicThumb-expanded-thumbnail {
cursor: default;
}

/* Style of the span inside the small image link */
.MagicThumb span {
display: none !important;
}

/* Style of the small image */
.MagicThumb img {
border: 0;
outline: 0;
}

/* Style of the expanded image */
.MagicThumb-expanded {
cursor: url(../graphics/zoomout.cur), pointer;
background: transparent;
border: 1px solid #ccc;
outline: 0;
padding: 0;
}

/* Style of the caption for the expanded image */
.MagicThumb-caption {
color: #333;
font: normal 10pt Verdana, Helvetica;
background: #ccc;
text-align: left;
padding: 8px;
border: 0 !important;
outline: 0 !important;
}

/* Style of the close/next/previous buttons */
.MagicThumb-buttons {
background: transparent url(../graphics/buttons1.png) no-repeat 0 0;
height: 24px;
display: block;
}

.MagicThumb-buttons a {
width: 24px;
height: 24px;
margin: 0px 1px !important;
overflow: hidden;
}

/* Style of the loading message box */
.MagicThumb-loader {
font: normal 12pt sans-serif;
border: 1px solid #000;
background: #fff url(../graphics/loader.gif) no-repeat 2px 50%;
padding: 2px 2px 2px 22px;
margin: 0;
text-decoration: none;
text-align: left;
}

/* Style of the small images which swap the main image */
.MagicThumb-swap {
}

/* Style to hide caption on page. Only needed for #id method. */
.MagicThumb-external-caption {
display: none;
}

#geotrust_seal {
	text-align:center;
	float:right;
	margin-left: 15px;
}

.clear { clear:both; }

#popup-ie6 { width:650px; display:none; position:absolute; left:30%; top:25%; border:5px solid #C0C0C0; padding:0 30px 30px; background:#EFEFEF; z-index:999; } 
#popup-ie6 big { font-weight:bold; font-size:25px; }

#popup-ie6 .closebut { font-weight:bold; font-size:15px; }
#popup-ie6 .closebut a { text-decoration:none; }

#browsers { margin:auto; width:480px; }
#browsers li { width:81px; background:url(../images/browser_logos-64.gif) 10px 0 no-repeat; float:left; margin-right:15px; padding-top:65px; }
#browsers #firefox { background-position:-62px 0; }
#browsers #explorer { background-position:-275px 0; }
#browsers #safari { background-position:-203px 0; }
#browsers #opera { background-position:-134px 0; }

.social-share { margin:10px 0; }
.social-share .fb_edge_widget_with_comment { float:right; margin-left:-20px; display:block; }

.my-ordered-items .actions { margin:10px 0; float:right; }

.order-info-box .box { background:#E7E7E7; padding:10px; margin:10px 0; }
.order-items h2 { margin:15px 0 10px; }

.addresses-list .item { background:#E7E7E7; padding:10px; margin:10px 0; }
#my_recent_tags .number { float:left; margin-right:10px; background:#DCD5CF; padding:10px; }
#my_recent_tags .tags strong { float:left; margin-right:10px; }
#my_recent_tags .tags li { display:inline; }

.box-title { position:relative; }
.box-title a { position:absolute; right:0; top:0; }

#lastordered-table tr.active { background:#E8EAF2; }
#lastordered-table h2 {font-size:1.2em; }
#lastordered-table .add-button { cursor:pointer; }

.my-ordered-items .btn-cart { background:#E15E02; }
.my-ordered-items .btn-cart span { color:#FFF; }
.my-ordered-items .btn-cart span span { padding:0; }
