/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
  
 *
 * @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 ================================================================================= */
.wrapper {}
.page { width:980px; margin:0 auto; padding:0; text-align:left; border-left:1px solid; border-right:1px solid; border-color:#040203;}
.page-print { padding:20px; text-align:left; }
.page-print .page-title{margin:10px 0 5px;}
.page-popup { padding:20px; text-align:left; }
.page-popup .page-title{background:#726E67; padding:10px; margin-bottom:15px;}
.page-popup .page-title h2{background:0; padding:0; margin:0;}
.page-popup .page-title a{color:#FFFFFF;}


.main{padding:11px 10px 46px 10px; background:url(../images/content_bg.jpg) left top repeat-x #C7C6C2;}

/* Base Columns */ 
.col-left { float:left; width:225px;}
.col-main { float:left; width:490px; padding:0 10px;}
.col-right { float:right; width:225px;}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; padding:0; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; width:725px; padding:0 0 0 10px;}
.col2-right-layout .col-main{width:725px; padding:0 10px 0 0;}

/* 3 Columns Layout */
.col3-layout .col-main {width:490px;}

/* 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%; }
/* ======================================================================================= */

/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; }
input.input-text, select, textarea { border:1px solid #888; }
input.input-text:focus, select:focus, textarea:focus {}
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em; }
textarea { overflow:auto; }
button.button {overflow:visible; width:auto; background:0; border:1px solid #58534D; cursor:pointer;}
button.button span {display:block; color:#0e7909; margin:0; padding:0 8px; font-family:Arial, Helvetica, sans-serif; font-size:0.91em; text-align:center; white-space:nowrap; background:url(../images/buttons_bg.gif) right center no-repeat;}
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 */
.highlight {}

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list li .input-box {}
.form-list li input.input-text,
.form-list li textarea { width:250px; }
.form-list li select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list label, .group-select label{}

.group-select {}
.group-select .legend {}
.group-select li { margin:0 0 5px; }
.group-select li .input-box { float:left; width:260px; }
.group-select li input.input-text,
.group-select li textarea {width:645px; }
.group-select li select { width:516px; }
.group-select li .input-box input.input-text,
.group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }
.group-select.wide input.input-text,
.group-select.wide textarea { width:510px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px;}
.buttons-set .back-link { float:left; }
.buttons-set .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:#E43600; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { float:left; width:12em; margin-right:-12em; display:inline; position:relative; }

.sp-methods .form-list {}
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.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: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 {padding:8px 39px 8px 10px; color:#706B65; background:#A7A39D;}
.breadcrumbs li {display:inline;}
.breadcrumbs a{color:#706C66;}
.breadcrumbs strong{display:none}
.breadcrumbs li strong{display:inline; color:#575551; font-weight:normal; text-decoration:underline;}

/* Page Heading */
.page-title { padding:0 0 5px;}
.page-title h2{padding:7px 32px 7px 18px; background:#726E67; color:#FFFFFF; font-size:1.18em; font-weight:bold; text-transform:uppercase; margin:0 0 10px;}
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager {padding:5px; margin:5px 0; text-align:center; border-bottom:1px solid #92908B;}
.pager .amount { float:left; font-weight:normal; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px;}
.pager .pages strong{font-weight:normal;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages li span{font-weight:bold;}
.pager .pages .current {}



/* Sorter */ 
.sorter {padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .view-mode a{color:#1A181A;}
.sorter .sort-by { float:right; padding-right:35px;}
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #8F8F89; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #8F8F89; }
.data-table thead {}
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {}
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even {}
.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 .product-name { font-size:1em; font-weight:bold; line-height:1.5; }
.data-table td.label,
.data-table th.label { font-weight:bold;}
.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 {}

/* Lists Decoration */
li.odd {}
li.even {}
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; }
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.sidebar .block {margin:0 0 17px; padding:7px 11px 5px 8px;}
.sidebar .block .block-title {padding:0 0 5px; }
.sidebar .block .block-title h2 {font-size:1.18em; color:#0e7909; font-weight:bold; text-transform:uppercase;}
.sidebar .block h3 { font-size:14px; line-height:1.5; }
.sidebar .block .block-content {}
.sidebar .block .actions { text-align:right; padding-bottom:10px;}
.sidebar .block .actions a { float:left; }

/* Block: Account */
.sidebar .block-account {}

/* Block: Currency Switcher */
.sidebar .block-currency {}
.sidebar .block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.sidebar .block-layered-nav {background:#928F85;}
.sidebar .block-layered-nav dt { font-weight:bold; font-size:1em; }
.sidebar .block-layered-nav .currently { padding-top:10px;}
.sidebar .block-layered-nav .currently img{float:right;}
.sidebar .block-layered-nav .currently li{padding-bottom:3px;}
.sidebar .block-layered-nav .currently .label{font-weight:bold; text-transform:uppercase; padding-left:10px; background:url(../images/shop_by_marker.gif) left center no-repeat;}
.sidebar .block-layered-nav .currently .price{text-decoration:underline;}
.sidebar .block-layered-nav .actions{padding-top:15px;}
.sidebar .block-layered-nav .actions a{float:right; text-decoration:none; display:block; color:#0e7909; margin:0; padding:0 10px 0 8px; font-family:Arial, Helvetica, sans-serif; font-size:0.91em; text-align:center; white-space:nowrap; background:url(../images/buttons_bg.gif) right center no-repeat; border:1px solid #58534D;}
.sidebar .block-layered-nav .block-content{ padding:0;}
.sidebar .block-layered-nav .block-content h3{ font-size:1em;}
.sidebar .block-layered-nav .block-content dt{text-transform:uppercase; padding:10px 0 5px; font-weight:normal;}
.sidebar .block-layered-nav .block-content dd ol li{font-size:1em; padding-bottom:1px; color:#0e7909;}
.sidebar .block-layered-nav .block-content dd ol li a{color:#0e7909;}
.sidebar .block-layered-nav .block-content dd{padding-left:11px;}
.sidebar .block-layered-nav .price{font-size:1em; color:#0e7909}

/* Block: Cart */
.sidebar .block-cart h2{padding-left:10px;}
.sidebar .block-cart .amount a{ color:#1A181A;}
.sidebar .block-cart .subtotal { text-align:center; background:#9B9892; color:#0e7909; padding:5px 33px 7px 15px; margin:5px 0 12px;}
.sidebar .block-cart .subtotal .price{color:#E43600; font-size:1.72em;}
.sidebar .block-cart h3{font-size:1em;}
.sidebar .block-cart .product-details h4{padding-bottom:10px;}
.sidebar .block-cart .product-details h4 a{font-size:1em; color:#1A181A; text-transform:uppercase;}



.sidebar .mini-products-list li { padding:5px 0; }
.sidebar .mini-products-list .product-image { float:left; width:50px; border:1px solid #0e7909; margin-right:-75px; }
.sidebar .mini-products-list .product-details { margin-left:75px; }
.sidebar .mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.sidebar .mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.sidebar .block-wishlist{background:#928F85; padding-top:15px; padding-bottom:25px;}
.sidebar .block-wishlist .block-title a{color:#0e7909; font-weight:normal; text-transform:none; text-decoration:none;}
.sidebar .block-wishlist .block-title a:hover{text-decoration:underline;}
.sidebar .block-wishlist .block-content h3{text-transform:none; font-size:1em; padding:10px 0;}
.sidebar .block-wishlist .product-name a{color:#1A181A; font-size:1em; text-transform:none;} 
.sidebar .block-wishlist .price-box{padding:10px 0;}
.sidebar .block-wishlist .price-label{display:block;}
.sidebar .block-wishlist .actions a{color:#1A181A; font-size:1em; font-weight:bold;}
.sidebar .block-wishlist .product-details a{color:#1A181A; font-size:1em; font-weight:bold;}



/* Block: Related */
.sidebar .block-related {background:#928F85;}
.sidebar .block-related .block-content{padding:0;}
.sidebar .block-related .block-content p{color:#1A181A; font-weight:bold;}
.sidebar .block-related .block-content p a{color:#E43600;}
.sidebar .block-related li { padding:5px 0; }
.sidebar .block-related .checkbox { float:left; margin-right:-20px; }
.sidebar .block-related .item { margin-left:50px; text-align:center; margin-right:30px;}
.sidebar .block-related .item .product-image {}
.sidebar .block-related .item .product-details {text-align:center;}
.sidebar .block-related .item .product-details h3.product-name{line-height:1em!important; padding-top:5px;}
.sidebar .block-related .item .product-details h3.product-name a{text-decoration:none; text-transform:uppercase; font-size:0.91em;}
.sidebar .block-related .item .product-details .price-box{margin:5px 0;}
.sidebar .block-related .item .product-details p a{color:#1A181A; font-weight:bold;}
.sidebar .block-related #block-related{margin-top:10px;}

/* Block: Compare Products */
.sidebar .block-compare {}
.sidebar .block-compare li { padding:5px 0; }
.sidebar .block-compare li a{color:#1A181A;}
.sidebar .block-compare .actions a{color:#1A181A; font-weight:bold;}

/* Block: Viewed */
.sidebar .block-recent #recently-viewed-items a{font-size:1em; color:#1A181A; font-weight:bold; text-decoration:none;}
.sidebar .block-recent #recently-viewed-items a:hover{text-decoration:underline;}
.sidebar .block-recent .block-content{padding:0;}

/* Block: Poll */
.sidebar .block-poll {background:#928F85;}
.sidebar .block-poll .radio { float:left; margin:3px -18px 0 0; }
.sidebar .block-poll .label { display:block; margin-left:18px; }
.sidebar .block-poll .answer {}
.sidebar .block-poll .votes { font-weight:bold; }
.sidebar .block-poll .block-content{padding:0;}
.sidebar .block-poll .block-content h3{font-size:1em;}
.sidebar .block-poll .block-content ol{margin-top:10px;}

/* Block: Tags */
.sidebar .block-tags ul{font-size:1.3em;}
.sidebar .block-tags ul,
.sidebar .block-tags li { display:inline;}
.sidebar .block-tags .block-content{padding:0;}
.sidebar .block-tags .block-content ul li a{text-decoration:none;}
.sidebar .block-tags .block-content ul li a:hover{text-decoration:underline;}
.sidebar .block-tags .actions{margin-top:10px; text-align:right;}
.sidebar .block-tags .actions a{float:right; text-decoration:none; display:block; color:#0e7909; margin:0; padding:0 10px 0 8px; font-family:Arial, Helvetica, sans-serif; font-size:0.91em; text-align:center; white-space:nowrap; background:url(../images/buttons_bg.gif) right center no-repeat; border:1px solid #58534D;}

/* Block: Subscribe */
.sidebar .block-subscribe {background:#928F85; padding-top:15px; padding-bottom:25px;}
.sidebar .block-subscribe input{border:1px solid #3F3C38; background:#9C9990; width:200px; margin-bottom:10px;}
.sidebar .block-subscribe .block-content{padding:0;}
.sidebar .block-subscribe button{float:right;}


/* Block: Reorder */
.sidebar .block-reorder {}
.sidebar .block-reorder li { padding:5px 0; }
.sidebar .block-reorder .checkbox { float:left; margin:3px -20px 0 0; }
.sidebar .block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.sidebar .block-banner { padding:0;}
.sidebar .block-banner {}
.sidebar .block-banner .block-content { text-align:center; padding:0;}


/* Block: Checkout Progress */
.sidebar .block-progress {border:1px solid #8F8C87; padding:0;}
.sidebar .block-progress .block-title h2{padding:10px 32px 10px 18px; background:url(../images/block_progress_bg.gif) left top repeat-x #AFACA6; color:#FBFAFA; font-size:1.01em; font-weight:bold; text-transform:uppercase;}
.sidebar .block-content{padding:14px 11px 20px 11px;}

.sidebar .block-progress{margin-top:10px;}
.sidebar .block-progress dl{border-top:1px solid #8F8C87;}
.sidebar .block-progress dt {font-weight:bold; padding:11px 20px 10px 19px; border:1px solid #8F8C87; border-top:0;}
.sidebar .block-progress dd{border:1px solid #8F8C87; border-top:0; padding:27px 29px 24px 19px;}
.sidebar .block-progress dt.complete,
.sidebar .block-progress dd.complete {}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {}
.category-title h2{padding:7px 32px 7px 18px; background:#726E67; color:#FCFAF3; font-size:1.18em; font-weight:bold; text-transform:uppercase; margin:0 0 10px;}
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even {}
.products-grid td { width:33%; padding:2px 3px 20px 2px; text-align:center;}
.products-grid td.empty {}

.products-grid .product-name{font-size:1em; padding:10px 0;}
.products-grid .product-name a{color:#1A181A; text-transform:uppercase; text-decoration:none;}
.products-grid button.button{margin:10px 0;}

.products-grid .add-to-links li{display:inline;}
.products-grid .add-to-links a{color:#1A181A; font-weight:bold; text-decoration:underline;}
.products-grid .add-to-links a:hover{text-decoration:none; color:#1A181A;}
.products-grid .add-to-links .first a{color:#a42103;}
.products-grid .add-to-links .separator{display:inline; color:#a42103; font-weight:bold;}



/* View Type: List */
.products-list .item {padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; margin-right:-150px; }
.products-list .product-shop { float:right; width:220px; }
.products-list .product-name{font-size:1em; padding-bottom:10px;}
.products-list .product-name a{color:#1A181A; text-transform:uppercase; text-decoration:none;}
.products-list button.button{margin:10px 0;}
.products-list .add-to-links{padding:10px 0 0;}
.products-list .add-to-links li{display:inline;}
.products-list .add-to-links a{color:#1A181A; font-weight:bold; text-decoration:underline;}
.products-list .add-to-links a:hover{text-decoration:none; color:#1A181A;}
.products-list .add-to-links .first a{color:#a42103;}
.products-list .add-to-links .separator{display:inline; color:#a42103; font-weight:bold;}


/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}

.product-essential {}
.product-collateral {padding-left:7px;}

/* Product Images */
.product-view .product-img-box { float:left; width:267px; margin-right:15px;}
.product-view .product-img-box .product-image {}
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.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:left; }
.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% 7px 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-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:372px; }
.product-view .product-shop .add-to-box{margin:10px 0 5px;}

.product-view .product-name h2{font-size:1em; color:#1A181A; text-transform:uppercase; font-weight:bold; margin-bottom:10px;}
.product-view .short-description{padding-top:10px; margin-top:10px; border-top:1px solid #9F9E9B;}
.product-view .availability{padding-top:10px;}
.product-view .price-box{padding:10px 0;}
.product-view .input-text{background:0;}
.product-view .or{font-weight:bold;}
.product-view #track_hint{margin:10px 0;}
.product-view .add-to-links a{color:#1A181A; font-weight:bold; text-decoration:underline;}
.product-view .add-to-links a:hover{text-decoration:none; color:#1A181A;}
.product-view .add-to-links .first a{color:#a42103;}




/* Rating */
.ratings {margin:10px 0;}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:70px; height:14px; font-size:0; line-height:0; background:url(../images/product_rating_blank_star.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/product_rating_full_star.gif) 0 100% repeat-x; }

.products-list .ratings{margin-top:0;}
.products-list .ratings .rating-box{margin-bottom:10px;}

.products-grid .ratings{margin-top:0;}
.products-grid .rating-box{margin:0 auto;}


/* Availability */
.availability {}
.availability .in-stock { font-weight:normal; }
.availability .out-of-stock { font-weight:bold; color:#5f5f5f; }

/********** < Product Prices */
.price { white-space:nowrap !important; color:#0e7909; font-size:1.72em; font-weight:normal;}

.price-box {}
.price-box .price { font-weight:normal; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:normal; }

/* 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{margin:5px 0; padding-bottom:10px; width:100%; overflow:hidden;}
.tier-prices li{display:block; float:left; padding:6px 12px 6px 11px; margin-bottom:3px; background:#AAA9A3; white-space:nowrap;}
.tier-prices .price { font-weight:normal; }
.tier-prices .benefit {color:#E43600;}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart .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 { padding:10px; margin:10px 0 0;}
.product-options dt label { font-weight:bold; }
.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 dd .multiselect option {}
.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:15px 0 0; }

.product-options-bottom { padding:10px;}
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description { border-top:1px solid #9F9E9B; padding-top:10px; margin-top:15px;}

/* Block: Additional */
.product-view .additional {margin-top:20px; padding-top:20px; border-top:1px solid #9F9E9B;}

/* Block: Upsell */
.up-sell h2{padding:7px 32px 7px 18px; background:#726E67; color:#FCFAF3; font-size:1.18em; font-weight:bold; text-transform:uppercase; margin:0 0 10px;}

#upsell-product-table{margin-top:20px;}

.product-view .up-sell {padding-top:20px; margin-bottom:30px; margin-top:20px; padding-top:20px; border-top:1px solid #9F9E9B;}
.product-view .up-sell .products-grid td { width:25%; }
.product-view .up-sell .price-box{padding:0;}
.product-view .up-sell .price-box .price-to{padding-top:5px;}


/* Block: Tags */
.product-view .tags{border-top:1px solid #9F9E9B; margin-top:15px; padding-top:15px;}
.product-view .tags h3{font-weight:bold;}
.product-view .tags h4{font-weight:normal; padding:5px 0;}
.product-view .tags .form-add-tags label { font-size:0.91em; text-align:left;}
.product-view .tags .form-add-tags .input-box { float:left; margin:5px 10px 5px 0;}
.product-view .tags .form-add-tags .input-box input{width:625px;}
.product-view .tags .form-add-tags .button { float:left; margin-top:5px;}
.product-view .tags .form-add-tags p { clear:both; }
.product-view .tags .tags-list a{color:#E43600; font-weight:bold;}
.product-view .tags .form-add-tags{margin-top:15px;}

.product-view .more-views{padding-top:15px; padding-left:7px;}
.product-view .more-views h3{margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #9F9E9B;}


/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
/* Product Tags */
.tags-list{font-size:1.3em;}
.tags-list li {display:inline; padding-right:3px;}

.tag-list-index .tags-list{padding:20px;}

/* Advanced Search */
.search-summary {margin:15px 0;}
/* ======================================================================================= */


/* 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; margin-bottom:15px;}
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title {width:100%; overflow:hidden; margin:0;}
.cart .page-title h2{font-size:1.09em; color:#1A181A; text-transform:uppercase; font-weight:bold; padding-top:15px;}
.cart .checkout-types { float:right; text-align:right; }
.cart .product-name{font-size:1em;}
.cart .product-name a{color:#1A181A; text-transform:uppercase; text-decoration:none;}
.cart .product-name a:hover{text-decoration:underline;}
.cart .checkbox{border:0; background:#FFFFFF;}
.cart .continue-shopping{float:left;}

#shopping-cart-table{border-right:1px solid #8F8F89; margin-bottom:20px;}
#shopping-cart-table thead th{border-top:1px solid #8F8F89;}

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:735px;}
.cart .cart-collaterals .col-1{width:37%;}
.cart .cart-collaterals .col-2{width:61%;}
.cart .discount{border:1px solid #8F8F89; padding:13px 23px 19px 20px;}
.cart .discount label{padding:10px 0;}
.cart .discount input{border-color:#494744; height:12px; width:290px; margin-right:10px;}
.cart .discount fieldset{padding-bottom:1px;}

.cart .crosssell{border:1px solid #8F8F89; padding:11px 12px 15px 7px;}
.cart .crosssell ul{margin-top:20px;}
.cart .crosssell li{padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #B3B2AE; text-align:center;}
.cart .crosssell .product-image{}
.cart .crosssell .product-shop{}
.cart .crosssell .product-name{padding:10px 0;}
.cart .crosssell .price-box{margin-bottom:10px;}
.cart .crosssell .add-to-links{padding:10px 0 0; margin:0;}
.cart .crosssell .add-to-links li{display:inline; border:0; padding:0; margin:0;}
.cart .crosssell .add-to-links a{color:#1A181A; font-weight:bold; text-decoration:underline;}
.cart .crosssell .add-to-links a:hover{text-decoration:none; color:#1A181A;}
.cart .crosssell .add-to-links .first a{color:#a42103;}
.cart .crosssell .add-to-links .separator{display:inline; color:#a42103; font-weight:bold;}



.cart .shipping{border:1px solid #8F8F89; padding:13px 23px 19px 20px; margin-top:20px;}
.cart .shipping .buttons-set{border:0;}

.cart #shipping-zip-form{font-size:0.91em;}
.cart .form-list{margin-top:10px;}
.cart #shipping-zip-form .buttons-set{padding:0;}
.cart #shipping-zip-form .buttons-set button{float:left;}


/* Shopping Cart Totals */
.cart .totals { float:right; width:171px; border:1px solid #8F8F89; padding:12px 15px 19px 19px;}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .checkout-types{padding-top:15px;}
.cart .checkout-types button{margin-bottom:10px;}
.cart .checkout-types a{color:#a42103; font-weight:bold;}
/*.cart .checkout-types{margin-right:-5px; position:relative;}*/

/* 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; 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:1px solid #8F8F89; position:relative; border-top:0;}
.opc li{background:#ABA9A4;}
.opc li.section {border-top:1px solid #8F8F89;}
.opc .step-title {background-color:#C7C6C2; padding:7px 62px 7px 31px; font-size:1.09em; color:#3A4750;}
.opc .step-title span{border:1px solid #39464E; color:#3A464F; padding:0 5px; line-height:1.2em; font-weight:bold;}
.opc .step-title .number {line-height:18px; margin-right:5px; }
.opc .step-title h3 {padding-top:2px; display:inline;}
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#ABA9A4; cursor:default; padding:7px 62px 7px 31px; color:#a42103; font-size:1.09em; font-weight:bold;}
.opc .active .step-title h3 {padding-top:0px;}
.opc .active .step-title span{background:#a42103; border:1px solid #E43600; color:#FFFFFF; padding:0 5px; line-height:1.2em; font-weight:bold;}
.opc .step { border-top:1px solid #8F8F89; padding:24px 19px 33px 31px;}
.opc .order-review {}
.opc .radio{border:0; background:0;}

#checkout-step-login .buttons-set{border:0; padding:10px 0 0;}
#checkout-step-login .buttons-set .button{float:left;}
#checkout-step-login .col-2 .required{padding-right:45px; padding-top:10px;}
#checkout-step-login .col-2 .buttons-set{padding-top:0px; margin:0;}
#checkout-step-login .col-2 button{margin-top:10px;}
#checkout-step-login .col-2 .input-box{width:285px!important;}

.opc label{font-weight:bold; color:#3A4750;}

.opc .input-box{width:346px!important;}
.opc .input-box-2{width:301px!important; float:left;}
.opc  .input-box input{width:280px;}
.opc .input-box-2 input{width:301px!important;}
.opc .input-box-2 select{width:305px!important;}
.opc .buttons-set{border:0;}
.opc .buttons-set button{margin-left:5px;}

#billing-buttons-container{border:0;}

#payment_form_ccsave select, #payment_form_ccsave input{margin-right:5px;}


.checkout-onepage-index .page-title h2{font-size:1em; color:#1A181A; text-transform:uppercase; font-weight:bold;}
.checkout-onepage-index .col-main{width:705px;}
.checkout-onepage-index .col-right{width:212px;}

#co-billing-form .input-box input{width:290px!important;}


/* 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 .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
.sp-methods .radio{border:0; background:0;}

.checkout-multishipping-billing .sp-methods{width:300px;}
.checkout-multishipping-billing .sp-methods dt{padding-bottom:5px;}
.checkout-multishipping-billing .sp-methods .v-fix{padding-bottom:3px;}

.please-wait { float:right; }
.cvv-what-is-this { cursor:help; margin-left:5px;}

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; left:0; z-index:1000; }
.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 span { 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; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Login Page ============================================================================ */
.login-page {}
.login-page .content { min-height:150px; }
/* ======================================================================================= */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard .welcome-msg {color:#1A181A; text-align:left; text-transform:none;}

/* 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; }
.dashboard .tags .title-buttons h3{display:block; float:none; text-align:left;}
.dashboard .tags .title-buttons a{text-align:left; float:none; display:block;}
.dashboard h3, .dashboard h4, .dashboard h5{margin:5px 0;}

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info {padding:5px; padding-left:0;}
.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 .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */

/* =======================================custom-styles=================================== */

#nav {font-size:1.3em; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; padding:10px 34px; background:url(../images/nav_li_divider.gif) right center no-repeat;}
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap;}
#nav li ul span {white-space:normal; }
#nav ul li.parent a {}
#nav ul li.parent li a { background-image:none; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#58534D; }
#nav a { float:left; padding:5px 12px 6px 8px; font-weight:bold; color:#58534D; }
#nav li.over a,
#nav a:hover { color:#58534D; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px;}
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last {padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:35px; left:-10000px; border:1px solid #999895; }

/* Show menu */
#nav li.over > ul { left:32px; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a:hover { background-color:#746F68; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }

#nav li li{padding:0;}
#nav li span{text-transform:uppercase;}


/*=============================================*/

#nav ul li{background:url(../images/menu_show_divider.gif) left bottom repeat-x #C7C6C2;}
#nav ul li.last{background:#C7C6C2;}

#nav span{font-size:11px;}
#nav li li span{text-transform:none; color:#322626; font-weight:bold; padding:7px 32px!important;}
#nav ul li a:hover span{color:#FFFFFF;}

/*=============================================*/

.container{width:100%; overflow:hidden;}
.clear{clear:both;}
.checkbox{border:0; background:0;}

.radio, checkbox{border:0; background:0;}

/*=== Header ================================================================================ */
.header-container {}
.header{background:url(../images/header_bg.jpg) left top no-repeat; min-height:292px; height:auto!important; height:292px; padding:12px 43px 0 52px;}
.header img{position:absolute; margin:194px 0 0 573px;}
#logo{float:left; width:165px; height:58px; background-position:0 0; background-repeat:no-repeat; text-indent:-999em; overflow:hidden; cursor:pointer; position:absolute; margin-top:115px;} 

.top-links{padding:8px 50px 8px 10px; background:#58534D;}
.top-links .links li{display:inline; padding-right:21px; margin-right:20px; background:url(../images/top_links_divider.gif) right center no-repeat;}
.top-links .links li a{color:#A8A59E; text-decoration:none;}
.top-links .links li a:hover{text-decoration:underline;}
.top-links .links li.last{background:0;}

.top-menu{background:url(../images/menu_bg.gif) left top repeat-x #F6F4EC; border-bottom:1px solid #35322E; padding:3px 28px 3px 0;}

.functions{padding:5px 7px 5px 10px; background:#58534D;}
.functions .left-col{width:600px; float:left;}
.functions .right-col{width:360px; float:left;}

#search_mini_form{width:312px; border-right:1px solid #2C2926; margin-right:24px; float:left; display:block;}
#search_mini_form label{color:#A8A59E; text-transform:uppercase;}
#search_mini_form input{width:175px; height:12px; margin-right:5px; color:#34312E; font-size:0.91em; background:#68635D; border:1px solid #33302D;}

#search_mini_form button.button{background:#bc9f26; border:1px solid #191818; height:20px;}
#search_mini_form button.button span{color:#FFFFFF; padding:0 3px; background:0;}

.currency{width:192px; height:18px; float:left; display:block; border-right:1px solid #2C2926; margin-right:26px;}
.currency label{color:#A8A59E; text-transform:uppercase;}
.currency select{width:100px; height:15px; background:#69655F; color:#34322F; font-size:0.91em; border:1px solid #33302D;}

.form-language{width:242px; height:18px; float:left; display:block; border-right:1px solid #2C2926;}
.form-language label{color:#A8A59E; text-transform:uppercase;}
.form-language select{width:112px; height:15px; background:#69655F; color:#34322F; font-size:0.91em; border:1px solid #33302D;}

.welcome-msg{text-transform:uppercase; color:#A8A59E; text-align:right;}
/*===// Header ================================================================================ */

.catalog-product-compare-index{background:#C7C6C2;}
.catalog-product-compare-index td.label, .catalog-product-compare-index th.label, .catalog-product-compare-index tr.even{background:0;}
.catalog-product-compare-index .page-title-buttons h2{color:#0e7909; font-size:1em; text-transform:uppercase; font-weight:bold;}
.catalog-product-compare-index .page-title-buttons a{color:#0e7909; font-size:1em;}
.catalog-product-compare-index #product_comparison{margin:15px 0;}
.catalog-product-compare-index .buttons-set{border:0;}
.catalog-product-compare-index .product-name{padding:10px 0;}
.catalog-product-compare-index .product-name a{font-size:1em; color:#1A181A; text-transform:uppercase;}
.catalog-product-compare-index button.button{margin:10px 0;}
.catalog-product-compare-index a{font-size:1em; color:#1A181A; font-weight:bold;}

#recently-compared-list-table td{border:0; padding-bottom:20px; text-align:left;}
#recently-compared-list-table td img{float:left; margin-right:20px;}
#recently-compared-list-table .product-name{font-size:1em;}
#recently-compared-list-table .product-name a{color:#1A181A; text-transform:uppercase;}
#recently-compared-list-table .price-box{padding:5px 0;}

#recently-compared-list-table .add-to-links{padding:5px 0 0;}
#recently-compared-list-table .add-to-links li{display:inline;}
#recently-compared-list-table .add-to-links a{color:#1A181A; font-weight:bold; text-decoration:underline;}
#recently-compared-list-table .add-to-links a:hover{text-decoration:none; color:#1A181A;}
#recently-compared-list-table .add-to-links .first a{color:#E43600;}
#recently-compared-list-table .add-to-links .separator{display:inline; color:#E43600; font-weight:bold;}

.checkout-cart-index .page-title h2{font-size:1em; color:#1A181A; text-transform:uppercase; font-weight:bold; background:0; padding-left:0;}

.contacts-index-index .page-title h2{font-size:1em; color:#1A181A; text-transform:uppercase; font-weight:bold;}
.contacts-index-index #contactForm{padding-right:200px; display:block;}
.contacts-index-index .buttons-set{border:0;}

.catalogsearch-advanced-index .col-main{width:705px; padding:0 0 0 20px;}
.catalogsearch-advanced-index  #price_to{margin-top:2px;}
.catalogsearch-advanced-index #form-validate{padding-right:200px; display:block;}
.catalogsearch-advanced-index .buttons-set{border:0;}
.catalogsearch-advanced-index #advanced-search-list input{width:512px;}
.catalogsearch-advanced-index #advanced-search-list .range input{width:150px!important;}
.catalogsearch-advanced-index #advanced-search-list select{padding:4px;}

.catalogsearch-term-popular .col-main{padding:0 20px;}

.catalog-seo-sitemap-category .col-main{padding:0 20px;}

.cms-customer-service .page-title h2{font-size:1em; color:#1A181A; text-transform:uppercase; font-weight:bold;}

.customer-account-login #login-form{display:block; padding-left:20px;}
.customer-account-login .buttons-set{border:0;}
.customer-account-login .col-main .col-2 .content{padding-right:150px; padding-left:60px;}
.customer-account-login .col-main .col-2 .buttons-set{padding-right:150px; padding-left:60px;}

.customer-account-edit .input-box-2{width:280px!important; float:left;}
.customer-account-edit .input-box-2 input{width:250px!important;}
.customer-account-edit .checkbox{border:0; background:0;}
.customer-account-edit .group-select h3{padding-top:10px;}

.customer-address-form .input-box-2{width:280px!important; float:left;}
.customer-address-form .input-box-2 input{width:250px!important;}
.customer-address-form .required, .customer-address-form .buttons-set{ padding-right:180px;}
.customer-address-form .group-select li input.input-text, .customer-address-form .group-select li textarea{width:510px;}
.customer-address-form .group-select li .input-box input.input-text, .customer-address-form .group-select li .input-box textarea{width:250px;}
.customer-address-form li .required{padding:0;}

.newsletter-manage-index .col-main .button{ float:right; margin-right:5px;}

.wishlist-index-index .page-title h2{font-size:1em; color:#1A181A; text-transform:uppercase; font-weight:bold;}
.wishlist-index-index .buttons-set2{border:0;}

.recently-compared-products .block-content{padding:0;}

#product-options-wrapper{background:#F6F4EC; border:1px solid #9F9E9B;}
#product-options-wrapper .qty{border:1px solid #9F9E9B;}

#shipping-please-wait, #billing-please-wait, #shipping-method-please-wait, #payment-please-wait{margin-right:25px;}

#checkout-step-billing .group-select li label{padding-right:25px;}

/*============multishipping=================*/
.checkout-progress{text-align:center; padding:0; padding-left:80px; margin-bottom:30px;}
.checkout-progress li{display:inline; width:15%; padding:1px 10px 1px 10px; margin-right:5px; background:#708F29; color:#FFFFFF; border:0;}
.checkout-progress li.active{background:#C32F1D; color:#FFFFFF;}

.checkout-multishipping-addresses .col-main{padding:20px;}
.checkout-multishipping-addresses .col-main .page-title{background:#595736; padding:7px; padding-left:20px; padding-bottom:0;}
.checkout-multishipping-addresses .col-main .page-title button{background:#BEBDB8; margin:0 0 5px;}
.checkout-multishipping-addresses .col-main .page-title h2{font-size:1em; padding:0; color:#FFFFFF; font-weight:bold; background:0;}
.checkout-multishipping-addresses .col-main .multiple-checkout h3{font-size:1em; margin:15px 0;}
.checkout-multishipping-addresses .col-main #multiship-addresses-table{border-collapse:collapse; margin-bottom:10px; border-right:1px solid #4A4A4A;}
.checkout-multishipping-addresses .col-main #multiship-addresses-table tfoot td{border-top:1px solid #BEBCB7; padding:5px;}
.checkout-multishipping-addresses .col-main .multiple-checkout .buttons-set{border:0;}
.checkout-multishipping-addresses .col-main .multiple-checkout .buttons-set button{margin-left:10px;}

.checkout-multishipping-shipping .col-main{padding:30px;}
.checkout-multishipping-shipping .col-main .page-title{margin-bottom:15px;}
.checkout-multishipping-shipping .col-main .multiple-checkout{width:100%;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set{background:0;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set .col-1, .checkout-multishipping-shipping .col-main .multiple-checkout .col2-set .col-2{width:48%;}
.checkout-multishipping-shipping .col-main .wide .data-table{border-collapse:collapse; margin-top:15px;}
.checkout-multishipping-shipping .col-main .multiple-checkout h3{border:1px solid #1A181A; border-bottom:0; margin-bottom:0; font-size:1em; padding:3px; padding-left:20px;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set{border:1px solid #1A181A; padding:20px; margin-bottom:15px;}
.checkout-multishipping-shipping .col-main .multiple-checkout .buttons-set{border:0;}
.checkout-multishipping-shipping .col-main .multiple-checkout .buttons-set button{margin-left:10px;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col-1 h4{font-size:1em; margin:10px 0;}
.checkout-multishipping-shipping .col-main .multiple-checkout .wide h4{font-size:1em;}

.checkout-multishipping-billing .col-main{padding:30px;}
.checkout-multishipping-billing .col-main .col2-set{background:0; border:1px solid #1A181A; padding:20px; margin-top:15px;}
.checkout-multishipping-billing .col-main .col2-set .col-2 h3{font-size:1em; margin-bottom:20px;}
.checkout-multishipping-billing .col-main .col2-set .col-1 h3{font-size:1em;}
.checkout-multishipping-billing .col-main .col2-set .col-1{width:60%;}
.checkout-multishipping-billing .col-main .col2-set .col-2{width:38%;}
.checkout-multishipping-billing .col-main .buttons-set{padding:20px 0; border:0;}
.checkout-multishipping-billing .col-main .buttons-set button{margin-left:15px;}
.checkout-multishipping-billing .col-main .col-2 dl dd{padding:0 0 5px 20px;}
.checkout-multishipping-billing .col-main .col-2 dl dd ul{margin-top:5px;}
.checkout-multishipping-billing .col-main .col-2 dd .v-fix{padding-right:5px;}

.checkout-multishipping-overview .col-main{padding:30px;}
.checkout-multishipping-overview .col-main .page-title{margin-bottom:15px;}
.checkout-multishipping-overview .col-main .col2-set{background:0; border:1px solid #4A4A4A; padding:20px;}
.checkout-multishipping-overview .col-main .col2-set .col-1, .checkout-multishipping-overview .col-main .col2-set .col-2{width:48%;}
.checkout-multishipping-overview .col-main .multiple-checkout h3{font-size:1em; margin:10px 0;}

.checkout-multishipping-overview .col-main .col2-set h3{font-size:1em; margin:0;}
.checkout-multishipping-overview .col-main .col2-set .col-1 h4{font-size:1em;}
.checkout-multishipping-overview .col-main .multiple-checkout h4,
.checkout-multishipping-overview .col-main .multiple-checkout h5{font-size:1em;}
.checkout-multishipping-overview .col-main .col2-set .data-table{border-collapse:collapse;}
.checkout-multishipping-overview .col-main .col2-set .data-table tfoot th, .checkout-multishipping-overview .col-main .col2-set .data-table tfoot td{border-top:1px solid #BFBFBF;} 
.checkout-multishipping-overview .col-main .grand-total{margin:10px 0;}
.checkout-multishipping-overview .col-main #review-buttons-container{border:0; padding:0;}
.checkout-multishipping-overview .data-table{margin:10px 0;}
.checkout-multishipping-overview .grand-total .price{font-size:1.18em;}

.checkout-multishipping-address-newshipping #form-validate{display:block; padding:20px; padding-right:400px;}
.checkout-multishipping-address-newshipping #form-validate #lastname{width:250px;}
.checkout-multishipping-address-newshipping #form-validate #company,
.checkout-multishipping-address-newshipping #form-validate #street_1,
.checkout-multishipping-address-newshipping #form-validate #street_2{width:512px;}


.checkout-multishipping-address-editshipping #form-validate{display:block; padding:20px; padding-right:400px;}
.checkout-multishipping-address-editshipping #form-validate #lastname{width:250px;}

.checkout-multishipping-address-editshipping .group-select li input.input-text, .group-select li textarea{width:514px;}
.checkout-multishipping-address-editshipping .group-select li .input-box input.input-text, .group-select li .input-box textarea{width:250px;}

.checkout-multishipping-address-selectbilling .page-title{background:#726E67; padding-right:10px;}
.checkout-multishipping-address-selectbilling .page-title h2{background:0; margin-bottom:0;}
.checkout-multishipping-address-selectbilling .page-title button.button{margin-top:8px;}
.checkout-multishipping-address-selectbilling .buttons-set{padding-left:10px;}
.checkout-multishipping-address-selectbilling .multiple-checkout{padding:20px;}

.checkout-multishipping-address-editaddress #form-validate{display:block; padding:20px; padding-right:430px;}
.checkout-multishipping-address-editaddress #form-validate #lastname{width:251px;}

.checkout-multishipping-address-editbilling #form-validate{display:block; padding:20px; padding-right:400px;}
.checkout-multishipping-address-editbilling #form-validate #lastname{width:250px;}
.checkout-multishipping-address-editbilling #form-validate .group-select li input.input-text, .group-select li textarea{width:514px;}
.checkout-multishipping-address-editbilling #form-validate .group-select li .input-box input.input-text, .group-select li .input-box textarea{width:250px;}

.checkout-multishipping-success .col-main .page-title h2{padding:7px 32px 7px 18px; background:#726E67; color:#FCFAF3; font-size:1.18em; font-weight:bold; text-transform:uppercase; margin:0 0 10px;}
.checkout-multishipping-success .col-main{padding:30px;}
.checkout-multishipping-success .content-box{padding:10px;}
.checkout-multishipping-success .buttons-set{border:0;}

.add-gift-message{margin-top:15px;}
.gift-message-form{background:0;}
.gift-message-form textarea{width:360px!important;}
.gift-message-form .product-name{font-size:1em;}
/*===========//multishipping================*/

#checkout-payment-method-load dt{padding-bottom:10px;}
#checkout-payment-method-load dl dd{padding:10px; padding-top:0; padding-left:20px;}
#checkout-payment-method-load dl .v-fix{padding-right:10px; padding-bottom:5px;}


.customer-account-create #form-validate{display:block; padding:0 280px 20px 15px;}
.customer-account-create #form-validate #lastname{width:256px;}
.customer-account-create #form-validate #confirmation{width:256px;}


.customer-account-forgotpassword #form-validate{display:block; padding:0 10px 20px 20px;}

.sales-order-print{color:#FFFFFF;}
#my-orders-table{margin:15px 0;}
.sales-order-print button span{color:#FFFFFF;}

.sales-order-view .page-title{background:#726E67; padding:0; padding-top:10px; padding-right:10px;}
.sales-order-view .page-title h2{background:0; margin-bottom:0; margin-top:0; padding-top:0;}
.sales-order-view .page-title a, .sales-order-view .page-title .separator{color:#FFFFFF;}

.customer-address-index .page-title{background:#726E67; margin-bottom:10px;}
.customer-address-index .page-title h2{background:0; margin:0;}
.customer-address-index .page-title button{margin-top:10px; margin-right:10px;}

.page-head { padding:0 0 5px;}
.page-head h3{padding:7px 32px 7px 18px; background:#726E67; color:#FFFFFF; font-size:1.18em; font-weight:bold; text-transform:uppercase; margin:0 0 10px;}

.catalogsearch-advanced-result .product-shop{width:445px;}

/* Footer ================================================================================ */
.footer .row-1{padding:10px 90px 9px 189px; background:#FEFDF8;}
.footer .row-2{padding:9px 0 24px 0; background:#0D0C0A;}
.footer p {text-align:center; color:#74726A; font-size:0.91em;}
.footer ul li{display:inline;}
.footer ul li a{color:#949494; font-size:0.91em; text-transform:uppercase; padding:0 9px 0 8px; background:url(../images/footer_menu_divider.gif) right center no-repeat;}
.footer ul .last a{background:0;}

.footer .store-switcher{text-align:center; padding-top:10px;}
.footer .store-switcher label{color:#74726A;}

.review-product-list #product_addtocart_form .product-shop .data-table td{border:1px solid #58534D;}
.review-product-list .data-table {margin:15px 0;}

.review-product-view .details .ratings-list{margin:15px 0;}

#my-reviews-table{margin:10px 0;}
/* ======================================================================================= */

.review-customer-view .col-main .product-image-box{width:160px; float:left;}
.review-customer-view .col-main .product-image-box img{margin-bottom:10px;}
.review-customer-view .col-main .product-details{width:530px; float:left;}
.review-customer-view .col-main .data-table{margin:15px 0;}
.review-customer-view .col-main .ratings{margin:15px 0;}
.review-customer-view .col-main .ratings .rating-box{padding:5px 0;}

.sendfriend-product-send #product_sendtofriend_form{display:block; padding:20px; padding-right:180px;}
.sendfriend-product-send #product_sendtofriend_form .buttons-set button{margin-left:10px;}

.checkout-multishipping-login #login-form{display:block; padding:20px;}
.checkout-multishipping-login .col2-set .col-2{width:25%; float:left; margin-left:35px;}

.cms-index-noroute .col-main{width:685px; padding:20px;}

.checkout-multishipping-register #form-validate{display:block; padding:20px; padding-right:340px;}
.checkout-multishipping-register #form-validate #lastname{width:250px;}
.checkout-multishipping-register #form-validate .group-select li input.input-text{width:513px;}
.checkout-multishipping-register #form-validate .group-select li .input-box input.input-text{width:250px;}

.products-col-1{width:263px; float:left;}
.products-col-2{width:205px; float:left;}

#recently-viewed-list-table td{padding:2px 3px 20px 2px; text-align:left;}
#recently-viewed-list-table .rating-box{margin:0;}

#recently-compared-list-table .rating-box{margin:0;}

.customer-name-middlename .name-firstname{width:200px!important;}
.customer-name-middlename .name-firstname input{width:190px!important;}
.customer-name-middlename .name-middlename{width:60px!important;}
.customer-name-middlename .name-middlename input{width:50px!important;}

#checkoutSteps .customer-name-middlename .name-firstname{width:239px!important;}
#checkoutSteps .customer-name-middlename .name-firstname input{width:230px!important;}
#checkoutSteps .customer-name-middlename .name-middlename{width:106px!important;}
#checkoutSteps .customer-name-middlename .name-middlename input{width:50px!important;}



.customer-dob input{width:50px!important;}
.customer-dob .dob-day{width:60px!important;}
.customer-dob .dob-month{width:60px!important;}
.customer-dob .dob-year{width:60px!important;}

#payment_form_paypal_direct .v-fix select,
#payment_form_verisign .v-fix select,
#payment_form_paypaluk_direct .v-fix select,
#payment_form_authorizenet .v-fix select{margin:0;}

.checkout-onepage-index #payment-tool-tip{left:320px;}
.checkout-onepage-index .customer-name-middlename .name-middlename{width:60px!important;}
.checkout-onepage-index #co-billing-form .customer-name-middlename .name-middlename input{width:50px!important;}
.checkout-onepage-index .customer-name-middlename .name-lastname{width:241px!important;}
.checkout-onepage-index #co-billing-form .customer-name-middlename .name-lastname input{width:241px!important;}
.checkout-onepage-index #co-billing-form .customer-dob input{width:50px!important;}
.checkout-onepage-index #co-shipping-form .customer-name-middlename .name-lastname input{width:241px!important;}



.sales-order-invoice .page-title{background:#726E67; padding-right:20px; padding-top:10px;}
.sales-order-invoice .page-title h2{background:0; margin-bottom:0; padding-top:0;}
.sales-order-invoice .page-title a{color:#FFFFFF;}
.sales-order-invoice .page-title .separator{color:#FFFFFF;}
.sales-order-invoice h3{margin:15px 0 5px;}
.sales-order-invoice h4{margin:5px;}

.page-print{color:#000000; background:#FFFFFF;}
.page-print button span{color:#000000;}

.sales-order-creditmemo .page-title{background:#726E67; padding-right:20px; padding-top:10px;}
.sales-order-creditmemo .page-title h2{background:0; margin-bottom:0; padding-top:0;}
.sales-order-creditmemo .page-title a{color:#FFFFFF;}
.sales-order-creditmemo .page-title .separator{color:#FFFFFF;}
.sales-order-creditmemo .pages-indent{padding:15px 0;}
.sales-order-creditmemo .data-table{margin:10px 0;}

.sales-order-shipment .page-title{background:#726E67; padding-right:20px; padding-top:10px;}
.sales-order-shipment .page-title h2{background:0; margin-bottom:0; padding-top:0;}
.sales-order-shipment .page-title a{color:#FFFFFF;}
.sales-order-shipment .page-title .separator{color:#FFFFFF;}
.sales-order-shipment h3{margin:15px 0 5px;}
.sales-order-shipment .pages-indent{padding:15px 0;}

#billing-address-select, #shipping-address-select{width:655px;}

#shipping-new-address-form .input-box input{width:290px;}

.checkout-multishipping-address-newbilling #form-validate{padding:20px; display:block;}
.checkout-multishipping-address-newbilling .group-select li input.input-text, .checkout-multishipping-address-newbilling .group-select li textarea{width:517px;}
.checkout-multishipping-address-newbilling .group-select li .input-box input.input-text, .checkout-multishipping-address-newbilling .group-select li .input-box textarea {width:250px;}
.checkout-multishipping-address-newbilling #lastname{width:250px;}
/* ======================================//custom-styles================================== */

