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

/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/




/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear: both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width: 48.5%; }
.col2-set .col-1 { float: left; }
.col2-set .col-2 { float: right; }

/* Col2-alt */
.col2-alt-set .col-1 { width: 32%; }
.col2-alt-set .col-2 { width: 65%; }
.col2-alt-set .col-1 { float: left; }
.col2-alt-set .col-2 { float: right; }

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { width: 31.3%; float: left; }
.col3-set .col-1, .col3-set .col-2 { margin-right: 3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { width: 22%; float: left; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right: 4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float: none !important; margin: 0 !important; }
.col3-set td.spacer { width: 3%; }
.col4-set td.spacer { width: 4%; }


.accent { font-weight: bold; color: #E76200; }

/********************** Form */

/* Form Elements */
select					{ font: 12px arial, helvetica, sans-serif; border: 1px solid #e8e8e8; }
textarea 				{ font: 12px arial, helvetica, sans-serif; border: 1px solid #e8e8e8; overflow: auto; padding: 2px; }
option					{ font: 12px arial, helvetica, sans-serif; }
optgroup 				{ font: bold 12px arial, helvetica, sans-serif; }
input.input-text 		{ font: 12px arial, helvetica, sans-serif; border: 1px solid #e8e8e8; padding: 2px; margin-right: 3px; }
input.radio 			{ margin-right: 3px; }
input.checkbox 			{ margin-right: 3px; }

.qty 					{ width: 2.5em; }
.group-select label, 
.form-list label, 
.payment-methods label 	{ font-weight: bold; }
.input-text:focus, 
select:focus, 
textarea:focus 			{ background: #eee; }

/* Container for form buttons*/
.button-set 			{ clear: both; text-align: right; padding-top: 8px; border-top: 1px solid #e4e4e4; margin-top: 4em; }

 
.form-button,
.button,
.form-button-alt 	 	{ width: auto; overflow: visible; cursor: pointer; background: #b01000; font: bold 12px arial, sans-serif !important; text-align: center; vertical-align: middle; color: #fff; padding: 3px 8px; border: 2px solid; border-color: #d31a0d #88120a #88120a #d31a0d; }
.form-button:hover,
.button:hover,
.form-button-alt:hover 	{ background: #fe4800; color: #fff; text-decoration: none; border-color: #f75c27 #c43402 #c43402 #f75c27; }

/*
.form-button-alt 		{ width: auto; overflow: visible; cursor: pointer; background: #fe4800; font: bold 12px arial, sans-serif !important; text-align: center; vertical-align: middle; color: #fff; padding: 3px 8px; border: 2px solid; border-color: #f75c27 #c43402 #c43402 #f75c27; }
.form-button-alt:hover 	{ background: #b01000; color: #fff; text-decoration: none; border-color: #d31a0d #88120a #88120a #d31a0d; }
*/

.form-button span, 
.form-button-alt span 	{ white-space: nowrap; }
a.form-button-alt 		{ padding: 2px 9px; text-decoration: none; }

.btn-checkout 			{ float: right; display: block; background: transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0; font-weight: bold; font-size: 15px; padding-right: 8px; }
.btn-checkout, 
.btn-checkout:hover 	{ text-decoration: none; color: #fef5e5; }
.btn-checkout span 		{ background: transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat; display: block; line-height: 40px; padding: 0 17px 0 25px; }

/* Form lists */
.form-list li 						{ margin-bottom: 6px; }
.form-list li .input-box .input-text,
.form-list li .input-box textarea 	{ width: 250px; }
.form-list li .input-box select 	{ width: 256px; }
.form-list li.addElement 			{ padding-top: 10px; border-top: 1px solid #DDD; }

.form-list li.wide .input-box textarea 	{ width: 100%; }

.group-select 						{ /*background: #fbfaf6;*/ padding: 22px 25px 12px 25px; border: 1px solid #e8e8e8; margin: 28px 0; }
.group-select .legend 				{ float: left; /*background: #F9F3E3;*/ background: #fff; font-weight: normal; font-size: 1.2em; color: #333; padding: 0 8px; border: 0; margin-top: -33px; }
.group-select li 					{ padding: 4px 8px; }
.group-select li .input-box 		{ width: 275px; float: left; }
.group-select li .input-text, 
.group-select li select, 
.group-select li textarea 				{ width: 525px; }
.group-select li .input-box .input-text, 
.group-select li .input-box textarea 	{ width: 250px; }
.group-select li .input-box select 		{ width: 256px; }


/* Form Messages */
.validation-advice, 
.required 				{ color: #EB340A; }
.validation-advice 		{ min-height: 15px; clear: both; background: url(../images/validation_advice_bg.gif) no-repeat 2px 1px; font-weight: bold; font-size: 0.95em; line-height: 1.25em; padding-left: 17px; margin-top: 3px; }
.validation-failed 		{ background: #faebe7 !important; border: 1px dashed #EB340A !important; }

/* Expiration date and cvv number validation fix */
.v-fix 						{ float: left; }
.v-fix .validation-advice 	{ width: 12em; position: relative; display: block; margin-right: -12em; }

label.required 			{ font-weight: bold; }
p.required 				{ font-size: 0.95em; text-align: right; }



/********************** Messages  */
.success 			{ color: #009900; }
.error 				{ color: #DD2312; }
.notice 			{ color: #DD2312; }

.success, 
.error 				{ font-weight: bold; }

.messages,
.messages ul 		{ list-style: none !important; padding: 0 !important; margin: 0 !important; }
.messages 			{ width: 100%; overflow: hidden; }

.error-msg, 
.success-msg, 
.notice-msg, 
.note-msg 			{ min-height: 23px !important; background-repeat: no-repeat !important; background-position: 10px 10px !important; font-weight: bold !important; font-size: 0.95em !important; padding: 8px 8px 8px 32px !important; border-style: solid !important; border-width: 1px !important; margin-bottom: 1em !important; margin-top: 1em !important;}

.error-msg li, 
.success-msg li, 
.notice-msg li 		{ margin-bottom: 0.2em; }

.success-msg 		{ background-color: #F0FCE0; background-image: url(../images/success_msg_icon.gif); color: #009900; border-color: #9AC852; }
.error-msg 			{ background-color: #faebe7; background-image: url(../images/error_msg_icon.gif); color: #DD2312; border-color: #CF493D; }
.notice-msg, 
.note-msg 			{ background-color: #faebe7; background-image: url(../images/note_msg_icon.gif); color: #DD2312; border-color: #CF493D; }



/********************** Headings */

.head, .inner-head { line-height: 1.25em; text-align: right; }
.head h1,
.head h2, 
.head h3, 
.head h4, 
.head h5,
.inner-head h1,
.inner-head h2, 
.inner-head h3, 
.inner-head h4, 
.inner-head h5		{ float: left; margin: 0; }

.head:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

/* heading level with buttons */
.button-level h3 			{ width: 55%; float: left; }
.page-head .link-feed 		{ float: right; margin-top: 9px; }
.button-level .link-feed 	{ float: none!important; font-size: 1em!important; }

/* Category list heading */
.category-head 		{ margin-bottom: 7px; }
.category-head h2 	{ max-width: 100%; overflow: hidden; font-weight: normal; font-size: 1.6em; line-height: 1.3em; color: #0a263c; padding: 3px 0; margin: 0; }

.box-header 		{ background: #eee; font-weight: bold; font-size: 1.05em; text-align: left; padding: 2px 8px; margin: 10px 0; }
.category-head .link-feed { position: relative; float: right; margin-top: 10px; }

.category-description	{ font-size: 1.0em; line-height: 1.5em; color: #333; padding-left: 20px; margin: 0 0 20px; }
.category-description p	{ margin: 0 0 10px; }


/********************* Tables */
td.label       		{ font-weight: bold; }

/* Data Table */
.data-table 			{ width :100%; border: 1px solid #bebcb7; }
.data-table tr 			{ background: #fff; }
.data-table .odd  		{ background: #f8f7f5 }
.data-table .even 		{ background: #eeeded !important; }

.data-table td.last, 
.data-table th.last 	{ border-right: 0; }
.data-table tr.last th,
.data-table tr.last td 	{ border-bottom: 0 !important; }
.data-table th 			{ white-space: nowrap; color: #0a263c; padding: 2px 8px; border-right: 1px solid #e8e8e8; }
.data-table th.wrap 	{ white-space: normal; }
.data-table th a,
.data-table th a:hover 	{ color: #fff; }
.data-table td 			{ padding: 3px 8px; }

.data-table thead tr th 	{ background: #eee; /*#d9e5ee url(../images/data_table_th_bg.gif) repeat-x 0 100%;*/ }
.data-table tfoot 			{ border-bottom: 1px solid #eee; }
.data-table tfoot tr.first 	{ /*background: url(../images/base_mini_actions_bg.gif) 0 0 repeat-x;*/ }
.data-table tfoot tr 		{ background-color: /*#DEE5E8*/ #eee !important; }
.data-table tfoot td 		{ padding-top: 1px; padding-bottom: 1px; border-bottom: 0; border-right: 1px solid #eee; }
.data-table tbody td 		{ border-bottom: 1px solid #eee; border-right: 1px solid #eee; }

/* Bundle Products */
.data-table tbody.odd tr 			{ background: #f8f7f5 !important; }
.data-table tbody.even tr 			{ background: #f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td 		{ border-bottom: 0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom: 1px solid #eee; }

.data-table tbody td h5.title 		{ font-weight: bold; font-size: 1em; color: #2f2f2f; padding: 0; margin: 0; }
.data-table tbody td .option-label 	{ font-weight: bold; font-style: italic; }
.data-table tbody td .option-value 	{ padding-left: 10px; }

.box-table td 			{ padding: 10px; }
.box-table tfoot td 	{ padding-top: 5px; padding-bottom: 5px; }
.box-table select 		{ width: 100%; }

.nested-data-table th, 
.nested-data-table td 	{ padding-top: 2px; padding-bottom: 2px;  }

.generic-table td 				{ padding: 0 8px}
.generic-table td.first 		{ white-space: nowrap; padding-left: 0; }
.shipping-tracking .button-set 	{ padding-top: 0; border: none; border-top: 0; margin-top: 0; }

/********************** Lists */
.disc 				{ list-style: disc; margin-bottom: 10px; }
.disc li 			{ margin-left: 20px; }


/* Bare List */ /* Unstyled list */
.bare-list 			{ margin: 5px 0; }
.bare-list li 		{ margin: 3px 0; }



/********************** Space Creators */
.no-display 		{ display: none; }
.content-box 		{ min-height: 250px; } /* Set minimum height for visual presentation */
.content 			{ padding: 12px 12px 12px 15px; } /* Sets default padding */
.actions 			{ line-height: 1.3em; }
.separator 			{ padding: 0 3px; }
.pipe 				{ font-size: 0.95em; padding: 0 4px; }
.divider 			{ height: 1px; overflow: hidden; background: url(../images/dotted_divider.gif) repeat-x; font-size: 1px; line-height: 1em; margin: 10px 0; }

/********************** Pager */
table.pager select,
table.view-by select 		{ font-size: 0.95em; margin: 0 3px; }
table.pager select 			{ width: 50px; }
.sort-by 					{ text-align: right; padding: 5px 0; margin-top: -28px; }
table.view-by select 		{ width: 85px; }
table.pager, table.view-by 	{ width: 100%; background: #fff url(../images/pager_bg.gif) repeat-x 0 100%; font-size: 0.95em; }
table.pager td 				{ width: 32%; vertical-align: middle; padding: 4px 8px; border-top: 1px solid #eee; }
table.pager td.pages 		{ white-space: nowrap; text-align: left; padding: 4px 0; }

table.pager ol, 
table.pager li 				{ display: inline; }
table.pager li 				{ padding: 0 2px; }
table.view-by td 			{ width: 33%; vertical-align: middle; padding: 4px 8px; border-top:1px solid #e2e2e2; }



/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */




/********************** Header */


.language-switcher 				{ float: right; margin-top: 5px; margin-left: 60px; }
.language-switcher label 		{ color: #A7C6DD; padding-right: 5px; }
.language-switcher .flag option { background-repeat: no-repeat; background-position: left center; padding-left: 20px; margin-left: 2px; }



/* Mini search */
.form-search 				{ position: absolute; top: 195px; right: 20px; background: transparent none; padding: 0; margin: 0; }
.form-search label			{ display: none; }
.form-search .input-text 	{ width: 170px; padding: 3px 5px; margin-right: 2px; }
.form-search .button		{ width: auto; background: #fe4800; overflow: visible; cursor: pointer; font: bold 12px arial, sans-serif !important; text-align: center; vertical-align: middle; color: #fff; padding: 3px 8px; border: 2px solid; border-color: #f75c27 #c43402 #c43402 #f75c27; }
.form-search .button:hover	{ background: #b01000; color: #fff; text-decoration: none; border-color: #d31a0d #88120a #88120a #d31a0d; }


.search-autocomplete 				{ z-index: 999; }
.search-autocomplete ul 			{ background-color: #f9f5f0; border: 1px solid #5c7989; }
.search-autocomplete li 			{ padding: 2px 8px 1px 8px; border-bottom: 1px solid #f4eee7; cursor: pointer; }
.search-autocomplete li .amount 	{ float: right; font-weight: bold; }
.search-autocomplete li.odd 		{ background-color: #fffefb; }
.search-autocomplete li.selected 	{ background-color: #f7e8dd; }


/********************** Sidebars */
.side-col .box 			{ margin-bottom: 1.3em; }
.side-col .content 		{ padding: 5px 10px; }
.side-col .head 		{ text-align: left; }

.side-col h2, 
.side-col h3, 
.side-col h4, 
.side-col h5 			{ float: none; }
.side-col h3 			{ font-size: 1.05em; /*text-transform: uppercase;*/ }
.side-col h4 			{ color: #b01000; /*text-transform: uppercase;*/ }

.side-col .actions 		{ font-size: 0.95em; text-align: right; padding: 4px 0; }
.side-col .actions a, 
.side-col .actions a:hover { text-decoration: underline; }

.widget-btn 			{ float: right; font-size: 11px; margin: 0 3px 1px 5px; }
.widget-btn, 
.widget-btn:hover 		{ font-weight: bold; color: #646464; }


/* Currency Switcher */
.currency-switcher 			{ height: 53px; background: url(../images/currency_switcher_bg.gif) no-repeat; font-size: 1.05em; padding: 7px 12px 10px 12px; }
.currency-switcher h4 		{ min-height: 21px; background: url(../images/icon_world.gif) no-repeat 0 2px; text-transform: none; color: #fff; padding-left: 22px; }
.currency-switcher select 	{ width: 98%; }


/* Base Mini */
.base-mini 					{ background: #fff; font-size: 0.95em; line-height: 1.3em; border: 1px solid #e8e8e8; }
.base-mini .head 			{ background: #b01000; padding: 0; border-bottom: 1px solid #e8e8e8; margin: 0; }
.base-mini .head h4 		{ min-height: 16px; font-weight: normal; color: #fff; padding: 6px 10px; margin-bottom: 0; }
.base-mini .head h4 .count 	{ font-weight: normal; font-size: 0.95em; text-transform: none; white-space: nowrap; color: #fff; }
.base-mini h5 				{ font-size: 1em; }

.base-mini .content, 
.base-mini ol 				{ background: #fff; }
.base-mini ol li 			{ padding: 7px 4px 7px 8px; }
.base-mini ol li.odd 		{ background: #f4f3f3; }
.base-mini ol li.even 		{ background: #fafafa; }

.base-mini .actions 				{ /*background: #dee5e8 url(../images/base_mini_actions_bg.gif) repeat-x;*/ padding: 6px; }
.base-mini .product-images 			{ width: 52px; height: 52px; float: left; }
.base-mini .product-images a img 	{ vertical-align: top; border: 1px solid #a9a9a9; }
.base-mini .product-checkbox 		{ width: 10px; float: left; }
.base-mini .product-names 			{ margin-left: 18px; }
.base-mini .product-details 		{ height: 50px; margin: 0 0 0 60px; }
.base-mini .product-details[class] 	{ height: auto; min-height: 50px; }
.base-mini .regular-price 			{ font-size: 11px; }
.base-mini .regular-price .price 	{ color: #2f2f2f; }
.base-mini .special-price 			{ font-size: 11px; }
.base-mini .minimal-price 			{ font-size: 11px; }
.base-mini .price-box 				{ margin: 1px 0; }

/* Sidebar Blocks */
.mini-product-tags li 				{ display: inline; line-height: 1.5em; padding-right: 4px;  }
.mini-product-tags li:after 		{ display: inline!important; }
.mini-product-tags .content 		{ padding: 10px; }
.mini-product-tags .content a, 
.mini-product-tags .content a:hover { color: #1b2d3b; }

.mini-newsletter input.input-text 	{ width: 167px; display: block; margin: 3px 0; }

.mini-cart .subtotal 				{ background: #fbebd9; text-align: center; padding: 2px 0; margin: 5px 0 0; }
.mini-cart .head 					{ background: #fff; padding: 0;} 
.mini-cart .head h4					{ background-color: #b01000; }

.mini-cart h5 						{ background: #F4F3F3; padding: 6px 8px 2px 8px; margin: 0; }
.mini-cart .actions 				{ padding-top: 3px; padding-bottom: 1px; border-bottom: 1px solid #e8e8e8; }
.mini-cart .actions .form-button 	{ margin-top: 3px; margin-bottom: 5px; }

.mini-wishlist .link-cart 			{ display: block; }

.mini-poll td.label 				{ font-weight: bold; padding-right: 10px; }
.mini-poll td.item  				{ white-space: nowrap; }



/********************** Footer */
.footer 							{ margin: 0 auto; }
.footer .store-switcher 			{ display: inline; vertical-align: middle; padding: 0 10px 0 0; }


.footer .legality 					{ text-align: center; color: #ecf3f6; padding: 13px 0; }
.footer .legality a, 
.footer .legality a:hover 			{ color: #ecf3f6; }

/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/

.product-shop 						{ float: right; }
.product-shop  						{ margin-top: 0; }
.product-shop .product-name 		{ font-size: 1.4em; color: #0a263c; margin-bottom: 0.3em; }
.product-shop .price-box 			{ margin: 10px 0; }
.product-shop .data-table .price-box { padding: 0; margin: 0; }
.product-shop .availability 		{ font-size: 0.92em; padding: 0; margin: 10px 0; }

.out-of-stock 						{ height: 18px; font-weight: bold; color: #D83820; padding-top: 3px; }
.product-shop .short-description 	{ width: 100%; overflow: hidden; padding-bottom: 5px; border-bottom: 1px solid #ccc; margin-bottom: 10px; }

/********************** Rating */
.ratings 				{ line-height: 1em; margin: 7px 0; }
.rating-box 			{ width: 69px; height: 13px; float: left; background: url(../images/product_rating_blank_star.gif) repeat-x; position: relative; margin-right: 5px; }
.rating-box .rating 	{ height: 13px; position: absolute; top: 0; left: 0; background: url(../images/product_rating_full_star.gif) repeat-x; }
.ratings-list 			{ margin: 4px 0; }
.ratings-list td 		{ padding: 3px 0; }
.ratings-list td.label 	{ font-weight: bold; font-size: 0.95em; line-height: 1em; padding-right: 8px; }
   
    
    



/********************** Generic Box */
.generic-box 						{ background: #fff url(../images/base_mini_head_bg.gif) repeat-x; padding: 12px 15px; border: 1px solid #D0CBC1; margin-bottom: 15px; }
.generic-product-list li 			{ margin: 12px 0; }



/* Generic Product Grid */
.generic-product-grid 					{ width: 100%; }
.generic-product-grid td 				{ line-height: 1.6em; padding: 12px 10px; border-right: 1px solid #d9dde3; border-bottom: 1px solid #d9dde3; }
.generic-product-grid tr.last td 		{ border-bottom: 0; }
.generic-product-grid td.last 			{ border-right: 0; }
.generic-product-grid .product-image 	{ text-align: center; }
.generic-product-grid td.empty-product 	{ background: #f5f6f6; border-right: 0; }


/********************** Layered Navigation */
.layered-nav .head 							{ height: 24px; background: url(../images/layered_nav_head_bg.gif) no-repeat; margin: 0; }
.layered-nav h3 							{ display: none; }
.layered-nav .border-creator 				{ border-style: solid; border-color: #a0b3c3; border-width: 0 1px 1px 1px; }
.layered-nav h4 							{ background: #d5e8ff url(../images/layered_nav_narrowed_category_heading.gif); font-weight:bold; font-size: 1em; color: #1f5070; padding: 3px 10px; border: 1px solid #b9ccdd; border-left: 0; border-right: 0; margin: 0; }
.layered-nav .narrowed-category li 			{ background: #fff url(../images/narrow_category_bg.gif) repeat-x 0 100%; padding: 4px 6px 4px 10px; }
.layered-nav .narrowed-category li .label 	{ background: url(../images/narrow_by_li_by.gif) no-repeat 0 .2em; font-weight: bold; text-transform: uppercase; padding-left: 20px; }
.layered-nav .widget-btn 					{ float: right; font-size: 0.95em; margin: 0.1em 0 0 5px; }
.layered-nav .actions 						{ background: #cad6e4; padding: 4px 10px; border-style: solid; border-color: #dee5e8; border-width: 1px 0; }

.narrow-by dl 			{ background: #e7f1f4; padding: 0 0 1em 0; }
.narrow-by dt 			{ background: url(../images/narrow_by_set.gif) no-repeat 9px .9em; text-transform: uppercase; color: #2f2f2f; padding: 7px 10px 0 28px; margin: 0; }
.narrow-by dd 			{ background: url(../images/narrow_by_dd_bg.gif) repeat-x 0 100%; padding: 0 12px .8em 12px; }
.narrow-by dd li 		{ line-height: 1.3em; margin-bottom: 0.3em; }
.narrow-by dd.last 		{ background: none; }



/********************* Tool Tips */
.tool-tip 					{ position: absolute; background: #eaf6ff; border: 1px solid #7ba7c9; }
.tool-tip .btn-close 		{ text-align: right; padding: 6px 6px 0; margin-bottom: -9px; }
.tool-tip .inline-content 	{ padding: 8px; }
.tool-tip .block-content 	{ padding: 15px 20px; }
/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/

/********************** Home */

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

.recently	 					{ margin: 0 0 12px; }
.recently h3 					{ font-size: 1.2em; color: #e25203; margin: 0 0 6px; }
.recently .product-image 		{ border: 1px solid #dcdcdc; }
.recently a.product-name 		{ width: 130px; display: block; overflow: hidden; }
.recently a.product-name,
.recently a.product-name:hover 	{ font-size: 11px; color: #1d7ecf; }
.recently .add-to 				{ font-size: 11px; margin-top: 5px; }
table.recently-list 			{ width: 100%; }
table.recently-list td 			{ width: 20%; }

/********************** Search */
.advanced-search 					{ background: #fbfaf6; padding: 22px 25px 12px 25px; border: 1px solid #bbafa0; margin: 28px 0; }
.advanced-search .legend 			{ float: left; background: #F9F3E3; font-weight: bold; font-size: 1.1em; color: #E76200; padding: 0 8px; border: 1px solid #f19900; margin-top :-33px; }
.advanced-search li 				{ margin-bottom: 5px; }
.advanced-search li label 			{ width: 150px; float: left; }
.advanced-search .input-text 		{ width: 250px; }
.advanced-search select 			{ width: 256px; padding: 2px; }
.advanced-search .field-row 		{ width: 256px; float: left; }
.advanced-search .range .input-text { width: 70px; }
.advanced-search .range select 		{ width: 90px; padding: 1px; }

.advanced-search-nothing-found 			{ font-weight: bold; color: #df280a; margin-bottom: 10px; }
.advanced-search-found-amount 			{ margin-bottom: 10px; }
.advanced-search-summary-box 			{ background-color: #FFF6F1;padding: 10px 10px 5px 10px; border: 1px solid #E9D7C9; margin: 0 0 10px;  }
.advanced-search-summary-tip 			{ clear: both; font-weight: bold; }
.advanced-search-summary-box 			{ margin-bottom: 10px; }
.advanced-search-summary-box ul 		{ width: 50%; float: left; list-style: none; }
.advanced-search-summary-box ul li span { background: url(../images/search_criteria.gif) 0 3px no-repeat; font-weight: bold; color: #E17C24; padding-left: 15px; }
/* Inline translation fix */
.advanced-search-summary-box ul li span.translate-inline { background: 0 !important; }



/********************** Catalog Listing */


/* List Type 
.listing-type-list .listing-item 							{ padding: 12px 10px; border-top: 1px solid #D9DDE3; }
.listing-type-list .product-image 							{ width: 135px; float: left; }
.listing-type-list .product-shop 							{ width: 305px; }
.listing-type-list .product-shop .description 				{ margin: 0.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box 				{ float: left; text-align: left; white-space: nowrap; padding: 0; margin: 3px 13px 5px 0; }
.listing-type-list .product-shop .form-button 				{ margin: 0.5em 0 0; }
.listing-type-list .product-shop .product-reviews 			{ font-size: 0.95em; margin: 15px 0; }
.listing-type-list .product-shop .product-reviews a, 
.listing-type-list .product-shop .product-reviews a:hover 	{ color: #6e6969; }
.listing-type-list .listing-item .rating-box 				{ margin-bottom: 6px; }
*/

/* Grid Type */
.products-grid 					{ background: #fff url(../images/colwrapper_bg_4col.jpg) repeat-y center top; /*padding: 0 30px;*/ margin: 15px 0; }
.products-grid:after 			{ content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

.products-grid li.item 			{ width: 119px; overflow: hidden; float: left; line-height: 1.6em; text-align: left; padding: 20px 20px; margin: 0 1px 0 0;  }
.products-grid .last 			{ border-bottom: 0; }

.products-grid li.item a.product-image		{ display: block; text-align: center; margin: 0; }
.products-grid li.item a.product-image img	{ display: block; margin: 0 auto; }


.products-grid li.item h2.product-name				{ font-weight: bold; font-size: 1.0em; text-align: left; color: #333; margin: 40px 0 0; }
.products-grid li.item h2.product-name a,
.products-grid li.item h2.product-name a:visited	{ color: #333; }
.products-grid li.item h2.product-name a:hover,
.products-grid li.item h2.product-name a:active		{ color: #b10000; }

.products-grid li.item h3.product-name				{ font-weight: bold; font-size: 1.0em; text-align: left; color: #333; margin: 20px 0 0; }
.products-grid li.item h3.product-name a,
.products-grid li.item h3.product-name a:visited	{ color: #333; }
.products-grid li.item h3.product-name a:hover,
.products-grid li.item h3.product-name a:active		{ color: #b10000; }

.products-grid li.item .short-description	{ font-size: 0.85em; }
.products-grid li.item .price-box			{ font-size: 0.85em; margin-top: 15px; }

.upsell-products .category-products h2		{ font-weight: normal; font-size: 1.0em; margin: 30px 0 0;  }

/*
.box-up-sell h2							{ font-weight: normal; font-size: 1.0em; margin: 30px 0 5px; }
.box-up-sell #upsell-product-table		{ width: 100%; }
.box-up-sell #upsell-product-table td	{ width: 160px; }
*/


/*.products-grid .rating-box 		{ float: left; margin-left: 0; margin-right: 5px; }*/
.products-grid .actions 					{ text-align: left; margin: 10px 0; }
.products-grid .actions ul.add-to-links		{ padding: 0; margin: 10px 0; }
.products-grid .actions ul.add-to-links li	{ display: inline; margin: 0; }



/********************** Product Detail */

.product-img-box 							{ float: left; padding: 15px; border: 7px solid #edebec; }
/*
.product-img-box .product-image-zoom 		{ width: 613px; height: 265px; position: relative; z-index: 9; overflow: hidden; padding: 0;  margin: 10px 0 0; }
.product-img-box .product-image-zoom img 	{ position: absolute; left: 0; top: 0; cursor: move; }
.product-img-box p#track_hint 		{ margin: 0 0 5px; }
*/

.product-img-box .more-views h4 	{ font-size: 0.95em; text-transform: uppercase; border-bottom: 1px solid #ccc; margin-bottom: 0.8em; }
.product-img-box .more-views ul 	{ margin-left: -9px; }
.product-img-box .more-views li 	{ float: left; margin: 0 0 9px 9px; }
.product-img-box .more-views li a 	{ width: 56px; height: 56px; float: left; border: 2px solid #ddd; overflow: hidden; }


.add-to-cart-box 				{ float: right; }
.add-to-cart-box .qty-box 		{ float: left; }
.add-to-cart-box .qty-box label { float: left; font-weight: normal; font-size: 1.2em; line-height: 20px; }
.add-to-cart-box .qty-box .qty 	{ float: left; padding: 4px 5px; margin: 0 5px; }
.add-to-cart-box .form-button 	{ float: left; }

.add-to-box 	{ text-align: right; }
.add-to-box li 	{ display: inline; }

.add-to-holder 						{ margin: 10px 0; }
.add-to-holder .add-to-cart-box 	{ float: left; }
.add-to-holder .add-or 				{ float: left; font-weight: bold; color: #333; padding: 0 7px; }
.add-to-holder .add-to-box 			{ float: left; line-height: 1.25em; text-align: left; }
.add-to-holder .add-to-box li 		{ display: block; }
.add-to-holder .add-to-box li .pipe { display: none; }

.product-info-box .ratings 					{ margin-bottom: 1em; } 
.product-collateral 						{ padding: 25px; }
.product-essential 							{ background: #fff none /*url(../images/product_essential_bg.gif) no-repeat 100% 0*/; padding: 0; }
.product-essential .product-shop 			{ width: 330px; }
.product-essential .product-shop .ratings 	{ margin-bottom: 10px; }




.product-pricing 			{ background-color: #f4f7f7; padding: 10px; border: 1px solid #dadddd; margin: 10px 0; }
.product-pricing li 		{ background: url(../images/bg_tierico1.gif) no-repeat 0 3px; line-height: 1.4em; color: #424242; padding: 2px 0 2px 10px; }
.product-pricing .benefit 	{ font-style: italic; font-weight: bold; color: #2f2f2f; }
.product-pricing .price 	{ font-weight: bold; color: #2f2f2f; }

.product-options 								{ background-color: #f6f6f6; padding: 10px 15px 20px; border: 1px solid #e4e4e4; margin: 20px 0 0; }
.product-options dt 							{ font-weight: normal; padding: 10px 0 0; }
.product-options dt label 						{ color: #2f2f2f; }
.product-options dt .qty-holder 				{ float: right; margin-right: 15px; }
.product-options dt .qty-holder label 			{ vertical-align: middle; }
.product-options dt .qty-disabled 				{ background: none; color: #2f2f2f; border: 0; padding: 3px; }
.product-options dd 							{ border-bottom: 1px solid #e4e4e4; padding: 5px 10px 15px; margin: 0 0 5px;  }
.product-options dl.last dd.last 				{ padding-bottom: 5px; border-bottom: 0; margin-bottom: 0; }
.product-options dd input.input-text 			{ width: 98%; }
.product-options dd textarea 					{ width: 98%; height: 8em; }
.product-options dd select 						{ width: 99%; }
.product-options dd .multiselect option 		{ padding: 2px 4px; border-bottom: 1px dotted #d9e5ee; }
.product-options ul.options-list 				{ margin-right: 5px; }
.product-options ul.options-list li 			{ line-height: 1.5em; padding: 2px 0; }
.product-options ul.options-list input.radio 	{ float: left; margin-top: 3px; }
.product-options ul.options-list input.checkbox { float: left; margin-top: 3px; }
.product-options ul.options-list .label 		{ display: block; margin-left: 18px; }
.product-options ul.options-list label 			{ font-weight: normal; }
.product-options ul.validation-failed 			{ padding: 0 7px; }
.product-options p.required 					{ padding: 15px 0 0; margin-bottom: 0; }

.product-options-bottom 							{ background-color: #fffada; padding: 15px 20px; border: 1px solid #e4e4e4; border-top: 0; }
.product-options-bottom .product-pricing 			{ background: 0; padding: 0 0 10px; border: 0; margin: 0; }
.product-options-bottom .product-pricing li 		{ background: 0; color: #b01000; padding: 2px 0; }
.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit 	{ color: #b01000; }
.product-options-bottom .price-box 					{ float: left; padding: 0; margin: 0; }
.product-options-bottom .price-label 				{ float: left; padding-right: 5px; }
.product-options-bottom .price-tax 					{ float: left; }
.product-shop .product-options-bottom .price-box 	{ float: none; }
.product-shop .product-options-bottom .price-label 	{ float: none; padding-right: 0; }
.product-shop .product-options-bottom .price-tax 	{ float: none; }
.product-shop .product-options-bottom .add-to-cart-box { clear: both; float: left; padding-top: 12px; }

/* Product Options */
dl.item-options dt { font-weight: bold; font-style: italic; }
dl.item-options dd { padding-left: 10px; }

.truncated 								{ cursor: help; }
.truncated a.dots 						{ cursor: help; text-decoration: none !important; }
.truncated a.details 					{ display: inline-block; cursor: help; text-decoration: none !important; border-bottom: 1px #1e7ec8 dotted; }
.truncated .truncated_full_value 		{ position: relative; z-index: 999; }
.truncated .truncated_full_value dl 	{ width: 250px; position: absolute; top: -99999em; z-index: 999; background-color: #f6f6f6; padding: 8px; border: 1px solid #ccc; border-bottom-color: #bbb; border-right-color: #bbb; }
.truncated .truncated_full_value dl dt 	{ margin-top: 0; }
.truncated .show dl 					{ top: -20px; left :50%; }
.col-left .truncated .show dl 			{ left: 35px; top: 10px; }
.col-right .truncated .show dl  		{ left: -240px; top: 10px; }

/* Product Collateral */

#customer-reviews 		{ margin-bottom: 15px; }
#customer-reviews li 	{ margin-bottom: 25px; }
#customer-reviews li p 	{ clear: both; }

/*
.product-collateral 				{ padding: 0; }


.product-collateral .head 					{ font-size: 1.15em; padding-bottom: 1px; border-bottom: 1px solid #e5dcc3; margin-bottom: 1em; }
.product-collateral .collateral-box 		{ margin-bottom: 2em;  }
.product-collateral .collateral-box h4		{ color: #e26703; }
*/
.attribute-specs table 	{ border: 0; }
.attribute-specs td		{ background: #fff; border: 0!important; }
.attribute-specs .label { width: 100px; font-weight: bold; border: 0; }
.attribute-specs .data 	{ border-right: 0; }
.attribute-specs td 	{ line-height: 1.25em; padding: 3px 0; }
/*
.product-collateral .up-sell .head 									{ padding-bottom: 8px; margin-bottom: 0; }
.product-collateral .up-sell .generic-product-grid 					{ border: 1px solid #d8d8d8; border-width: 0 1px; margin: 25px 0 10px; }
.product-collateral .up-sell .generic-product-grid td 				{ width: 25%; font-size: 0.9em; padding-top: 15px; }
.product-collateral .up-sell .generic-product-grid td.empty-product { border: 0; }
.product-collateral .up-sell .generic-product-grid td img 			{ border: 1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid td p.product-image 		{ height: 100px; }
.product-collateral .up-sell .generic-product-grid td h5			{ }
*/



.product-collateral .add-tag-box .input-box 			{ width: 302px; float: left; margin-right: 8px; }
.product-collateral .add-tag-box .input-box .input-text { width: 300px;  }
.tags-list 				{ margin-bottom: 15px; }
.tags-list li 			{ display: inline; background: url(../images/separator.gif) no-repeat 100% .4em; padding: 0 8px 0 4px; }
.tags-list li.first 	{ padding-left: 0; }
.tags-list li.last 		{ background: none; }
.add-tag-box 			{ background url(../images/icon_tag_add.gif) no-repeat 0 2px; padding-left: 23px; }

.product-review-box 			{ padding-bottom: 10px; }
.product-review-box table 		{ width: 456px; margin: 8px 0 0; }
.product-review-box td,
.product-review-box th 			{ text-align: center; }
.product-review-box td.label 	{ width: 100px; text-align: left; }

/* Product Detail sidebar */
.mini-related-items .head h4 							{ background-image: url(../images/icon_clip.gif); }
.mini-related-items .product-images 					{ width: 72px; }
.mini-related-items .product-images a 					{ display: block; margin-left: 20px; }
.mini-related-items .product-images input 				{ float: left; /*margin-right: 4px; margin-left: -6px;*/ }
.mini-related-items .product-images .checkbox-container { float: left; width: 15px; }
.mini-related-items .product-details 					{ margin-left: 80px; padding-left: 5px; }
.mini-related-items ol li 								{ padding-left: 0; padding-right: 0; }



/* ARTIST PAGES
----------------------------------------------------------------------------------------------------------------------------- */

.artist-image			{ text-align: center; margin: 10px auto 40px; }
.artist-image img		{ border: 7px solid #edebec; margin: 0 auto; }



/********************** Checkout */
select.address-select 			{ width: 630px; }

.shipment-methods dd 			{ margin-bottom: 13px; }
.payment-methods dt 			{ margin-bottom: 5px; }
.payment-methods dd 			{ padding: 5px 20px; }
.payment-methods select.month 	{ width: 146px !important; margin-right: 10px; }
.payment-methods select.year 	{ width: 100px !important; }
.payment-methods input.cvv 		{ width: 3em !important; }

/* Shopping Cart */
.shopping-cart  						{ margin-bottom: 0; }
.shopping-cart th, .shopping-cart td 	{ padding-left: 13px; padding-right: 13px; }
.shopping-cart th .tax-flag 			{ display: block; font-weight: normal; font-size: 0.9em; }
.shopping-cart tr.error 				{ background: #FDE6E0 !important; }
.shopping-cart .continue-shopping 		{ float: left; }
.shopping-cart-item-message 			{ font-size: 95%; margin-bottom: 5px; margin-top:6px; }

td.attributes-col 				{ line-height: 1.4em; }
td.attributes-col ul 			{ margin: 5px 0; font-size: .95em; }
td.attributes-col dt 			{ margin-top: .5em; }
td.attributes-col dd ul 		{ margin: 0 0 5px 0; list-style: disc; }
td.attributes-col dd ul li 		{ margin-left: 15px; }
td.attributes-col h4.title 		{ padding: 0; margin: 0; font-size: 1em; color: #2f2f2f; width: 100%; overflow: hidden; }
td.attributes-col h4.title a 	{ font-weight: bold; }

.shopping-cart-totals 						{ width: 248px; float: right; background: /*#DEE5E8*/#eee; text-align: right; border: 1px solid #BEBCB7; margin-top: 25px; }
.shopping-cart-totals table 				{ width: 100%; margin: 7px 0; }
.shopping-cart-totals td 					{ padding: 0 15px; }
.shopping-cart-totals tr.last td 			{ }
.shopping-cart-totals tfoot td 				{ font-size: 1.3em; padding-top: 10px; border: none!important; }
.shopping-cart-totals .checkout-types 		{ padding: 8px 15px 15px; }
.shopping-cart-totals .checkout-types li 	{ clear: both;  margin: 10px 0; }

/* Tax details */
.tax-total 					{ cursor: pointer; }
.tax-total td 				{ line-height: 13px; padding-top: 5px !important; padding-bottom: 5px !important; }
.tax-total .tax-collapse 	{ float: right; background: url(../images/bg_collapse.gif) 0 2px no-repeat; text-align: right; cursor: pointer; padding-left: 20px; }
.show-details .tax-collapse { background-position: 0 -55px; }
.show-details td 			{ border-top: 1px solid #d2d8db; }
.tax-details td 			{ background-color: #dae1e4; font-size: 0.91em; color: #626465; }
.tax-details-first td 		{ border-top: 1px solid #d2d8db; }

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


.shopping-cart-collaterals 							{ width: 655px; float: left; padding: 25px 0; }
.shopping-cart-collaterals .box 					{ background: #fff url(../images/base_mini_head_bg.gif) repeat-x; padding: 12px 15px; border: 1px solid #D0CBC1; margin-bottom: 18px; }
.shopping-cart-collaterals .box .form-button  		{ margin-left: 5px; }
.shopping-cart-collaterals .discount-codes h4, 
.shopping-cart-collaterals .shipping-estimate h4 	{ min-height: 16px; background-repeat: no-repeat; background-position: 0 0; text-transform: uppercase; color: #b01000; padding: 1px 0 1px 0; }
.shopping-cart-collaterals .shipping-estimate .input-text 	{ width: 214px; }
.shopping-cart-collaterals .shipping-estimate select 		{ width: 220px; }
.shopping-cart-collaterals .upsell 							{ width: 42.5%; background: #fafaec; padding: 12px 15px; border: 1px solid #cec3b6; }
.shopping-cart-collaterals .upsell .product-image 			{ width: 75px; float: left; border: 1px solid #d0cdc9; }
.shopping-cart-collaterals .upsell .product-shop 			{ width: 170px; }
.shopping-cart-collaterals .upsell .product-shop h5 		{ font-size: 1em; }

.grand_total 				{ width: auto; background: /*#DEE5E8*/ #eee; font-weight: bold; font-size: 1.3em !important; text-align: right; border: 1px solid #BEBCB7; margin-top: 15px; }
tr.grand_total td, 
p.grand_total 				{ padding-top: 5px; padding-bottom: 5px; }




/* ONE-PAGE CHECKOUT */
.one-page-checkout .head 				{ background: #eee; padding: 5px 8px; border: 1px dotted #ccc; margin-bottom: 0; }
.one-page-checkout .box 				{ background: #eee; padding: 15px 20px; border: 1px dotted #ccc; border-top: 0; }
.one-page-checkout .box:after 			{ content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.one-page-checkout .box-no-padding 		{ background: #fff; padding: 15px 20px; border: 1px dotted #ccc; border-top: 0; }

.one-page-checkout ul					{ padding-left: 0 !important; }
.one-page-checkout li					{ list-style-type: none !important; }
.one-page-checkout li.section 			{ position: relative; }
.one-page-checkout li.section .head		{ border-top: 0; }
.one-page-checkout li.section .step-count 	{ background: #fff; font-size: 0.9em; line-height: 1em; padding: 0 4px; border: 1px solid #ccc; }


.one-page-checkout h3 					{ font-size: 1.05em; color: #999; }
.one-page-checkout h4 					{ text-transform: uppercase; padding-bottom: 2px; border-bottom: 1px solid #E4E4E4; }
.one-page-checkout h4.title 			{ text-transform: none; border-bottom: 0; }
.one-page-checkout h3 					{ float: none; font-size: 1.05em; text-align: left !important; color: #999; }
.one-page-checkout h4 					{ text-transform: uppercase; padding-bottom: 2px; border-bottom: 1px solid #E4E4E4; }
.one-page-checkout h4.title 			{ text-transform: none; border-bottom: 0; }
.one-page-checkout .step-count 			{ background: #fff; font-size: 0.9em; line-height: 1em; padding: 0 4px; }
.one-page-checkout .content 			{ padding: 10px 20px; }
.one-page-checkout label.label 			{ font-size: 1.05em; color: #2f2f2f; }
.one-page-checkout .allow .head 		{ background: #d0dce1; border-color: #a3aeb3; border-width: 1px 1px 0 1px; cursor: pointer; }
.one-page-checkout .head a 				{ display: none; }  /* Hide Edit button in step header */

.one-page-checkout .active .head 		{ background: #4677a2; padding-bottom: 5px; border-bottom: 1px solid #fff; color: #fff; cursor: default; margin-bottom: 0; }
.one-page-checkout .alloq .head a 		{ display: block; } /* Display Edit button in active selection */
.one-page-checkout .group-select 		{ background: none; padding: 0; border: 0; margin-top: 0; }
.one-page-checkout .allow .head 		{ background: #4677a2; color: #fff; border-bottom: 1px solid #fff; cursor: pointer; }
.one-page-checkout .allow h3 			{ color: #fff; }
.one-page-checkout .active h3 			{ color: #fff; }
.one-page-checkout .allow .step-count 	{ background: #fff; color: #4677a2; border: 1px solid #4677a2; }
.one-page-checkout .active .step-count 	{ background: #fff; color: #4677a2; border: 1px solid #4677a2; }

.one-page-checkout  .box .input-text	{ padding: 3px 5px; margin-bottom: 3px; }
.one-page-checkout  .box select			{ padding: 3px 5px; margin-bottom: 3px; }


.one-page-checkout .active .box 		{ background: #fff; display: block; border-color: #ccc; }
.one-page-checkout dd .form-list ul 	{ margin: 5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left: 20px; }
.one-page-checkout-progress .page-head 	{ margin-bottom: 1em; }
.one-page-checkout-progress li 			{ background: #eee; border: 1px solid #A3AEB3; margin-bottom: 6px; }


.one-page-checkout-progress h4 			{ background: #eee; text-transform: none;color: #999; padding: 2px 8px;  margin: 0;  }
.one-page-checkout-progress h4.complete { background: #D0DCE1; color: #5e8ab4; border-bottom: 1px solid #A3AEB3; }
.one-page-checkout-progress h4 a 		{ text-transform: none; }
.one-page-checkout-progress .content 	{ padding: 8px 13px; }
#opc-login .button-set 					{ border-top: 0; }
#opc-review .box 						{ border: 0; padding: 0; }
#opc-review .content 					{ border: 1px solid #d9dde3; border-top: 0; }
#opc-review .data-table 				{ border-top: 0; }
.opc-please-wait 						{ padding-right: 7px; }
.one-page-checkout a.back 				{ background: url(../images/icon_opc_back.gif) no-repeat; line-height: 13px; padding-left: 16px; }
.one-page-checkout .payment-methods dd 	{ padding: 0; }
.one-page-checkout .button-set 			{ padding-top: 2em; margin-top: 0; }


/* CHECKOUT PROGRESS */
.one-page-checkout-progress h3			{ margin-bottom: 10px; }
.one-page-checkout-progress li 			{ background: #eee; padding: 5px 10px; border: 1px dotted #ccc; margin-bottom: 5px; }
.one-page-checkout-progress h4 			{ background: #eee; font-size: 1.0em; text-transform: none; color: #999; padding: 5px 10px; margin: -5px -10px; }
.one-page-checkout-progress h4.complete { background: #4677a2; color: #fff; padding: 5px 10px; margin-bottom: 10px; }
.one-page-checkout-progress h4 a,
.one-page-checkout-progress h4 a:visited	{ text-transform: none; color: #fff; }
.one-page-checkout-progress h4 a:hover,
.one-page-checkout-progress h4 a:active		{ text-transform: none; color: #8dcddb; }



/*
.checkout-progress 				{ margin: 0 auto 1.5em auto; }
.checkout-progress td 			{ float: left; font-weight: bold; color: #abb5ba; padding: 4px 20px; border-top: 10px solid #999; margin-right: 3px; }   
.checkout-progress td.active 	{ color: #e96200; border-top-color: #e96200; }
*/


/* Multiple Addresses checkout */
.multi-address-checkout-description 	{ margin-top: -15px; margin-bottom: 15px; }
.multi-address-checkout-box .box 		{ position: relative; background: #FBFAF6 url(../images/multi_address_box_bg.gif) repeat-x; border: 1px solid #bbb6a5; margin-top: 15px; margin-bottom: 25px; }
.multi-address-checkout-box .legend 	{ float: left; background: #F9F3E3; color: #F18200;padding: 2px 8px; border: 1px solid #F18200; margin-top: -10px; margin-bottom: 0; margin-left: 15px; }
.multi-address-checkout-box .content 	{ padding: 15px 20px 20px 20px;}
.multi-address-checkout-box .count-head { background: #F9F3E3; padding: 5px 10px; border-bottom: 1px solid #BBAFA0; }
.shipment-count 						{ background: #b01000; font-size: 0.95em; line-height: 1em; color: #fff; padding: 2px 5px; }
.multi-address-checkout-box .tool-tip 	{ left: -23px; }
.multi-address-checkout-box .count-head h4 {  margin: 0; }
.multi-address-checkout-box .head h5 	{ color: #b01000; }
.multi-address-checkout-box .head a 	{ font-weight: normal; }
.multi-address-checkout-box .checkmo-mailing-address { display: block; padding-left: 20px; }

.shipping-method-pointer 				{ position: relative; background: #F9F3E3; padding: 13px; border: 1px solid #d9d2be; }
.shipping-method-pointer .pointer 		{ position: absolute; top: -20px; right: -40px; }

.place-order-box 						{ height: 71px; float: right; overflow: hidden; }
.place-order-box .left-radius 			{ width: 21px; background: url(../images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius			{ background: url(../images/place_order_bg.gif) no-repeat 100% 0; vertical-align: middle; padding-right: 21px; }
.place-order-box .grand-total 			{ font-size: 1.5em; }
.place-order-box .grand-total .price 	{ font-weight: bold; color: #b01000; }
.place-order-box input 					{ margin-left: 15px; }

/* Checkout Agreements */
.checkout-agreements li 				{ margin: 30px 0; }
.checkout-agreements .agreement-content { background-color: #fbfaf6; height: 10em; overflow: auto; padding: 10px; border: 1px solid #bbb6a5; }
.checkout-agreements .agree 			{ padding: 10px 0 10px 11px; margin: 0; }

.one-page-checkout .checkout-agreements 	{ padding: 5px 20px; border: 1px solid #d9dde3; border-width: 0 1px; }
.one-page-checkout .checkout-agreements li 	{ margin: 20px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color: #fff; border-color: #e4e4e4; padding: 5px; }
.one-page-checkout .checkout-agreements .agree { padding-left: 6px; }



/********************** Gift Messages */
.giftmessages .gift-header 			{ font-weight: bold; font-size: 12px; color: #e87403; }
.giftmessages .input-checkbox 		{ padding-bottom: 15px;}
.giftmessages textarea 				{ height: 100px; }
.giftmessages .input-checkbox input { margin-right: 5px; }
.giftmessages .input-checkbox label { font-weight: normal; color: #8e8d8b; }

.one-page-checkout .box-no-padding 	{ background: #faf7ee; padding: 15px 0px; border: 1px solid #bbb6a5; border-top: 0; }
.one-page-checkout .box-no-padding .inner-box { padding: 0px 20px; }

.giftmessages .gift-box 			{ background-color: #f6f1eb; padding: 22px 16px 22px 22px;border-top: 1px solid #e9e4de;border-bottom: 1px solid #e9e4de; }
.giftmessages .gift-box .scroll-box	{ height: 260px; overflow: auto; }
.giftmessages .product-image		{ border: 1px solid #d2d1cd; }

.no-border 							{ border-top: none; border-left: none; border-right: none; border-bottom: none; }
.no-padding 						{ padding: 0 !important; }
.no-margin 							{ margin: 0 !important; }

.giftmessages .giftmessage-product-info { padding-left: 10px; }
.giftmessages .numeration				{ font-weight: bold; color: #8a8987; }
.giftmessages .gift-box label 			{ color: #918d8e; }

.giftmessages .group-select li .input-box 			{ float: left; width: 260px; }
.giftmessages .group-select li .input-text, 
.group-select li select, 
.group-select li textarea 							{ width: 495px; }

.giftmessages .group-select li .input-box .input-text, 
.group-select li .input-box textarea 				{ width: 235px; }
.giftmessages .group-select li .input-box select 	{ width: 256px; }

/********************** Customer */

/* Customer Name */

.customer-name-prefix .name-prefix 					{ width: 60px !important; }
.customer-name-prefix .name-prefix input 			{ width: 45px !important; }
.customer-name-prefix .name-prefix select 			{ width: 51px !important; }
.customer-name-prefix .name-firstname 				{ width: 215px !important; }
.customer-name-prefix .name-firstname input 		{ width: 190px !important; }

.customer-name-middlename .name-firstname 			{ width: 215px !important; }
.customer-name-middlename .name-firstname input 	{ width: 200px !important; }
.customer-name-middlename .name-middlename 			{ width: 60px !important; }
.customer-name-middlename .name-middlename input 	{ width: 35px !important; }

.customer-name-suffix .name-lastname 				{ width: 205px !important; }
.customer-name-suffix .name-lastname input 			{ width: 190px !important; }
.customer-name-suffix .name-suffix 					{ width: 50px !important; }
.customer-name-suffix .name-suffix input 			{ width: 45px !important; }
.customer-name-suffix .name-suffix select 			{ width: 51px !important; }

.customer-name-prefix-middlename .name-prefix 			{ width: 60px !important; }
.customer-name-prefix-middlename .name-prefix input 	{ width: 45px !important; }
.customer-name-prefix-middlename .name-prefix select 	{ width: 51px !important; }
.customer-name-prefix-middlename .name-firstname 		{ width: 215px !important; }
.customer-name-prefix-middlename .name-firstname input 	{ width: 190px !important; }
.customer-name-prefix-middlename .name-middlename 		{ width: 50px !important; }
.customer-name-prefix-middlename .name-middlename input { width: 35px !important; }
.customer-name-prefix-middlename .name-lastname 		{ width: 200px !important; }
.customer-name-prefix-middlename .name-lastname input 	{ width: 200px !important; }

.customer-name-prefix-suffix .name-prefix 			{ width: 60px !important; }
.customer-name-prefix-suffix .name-prefix input 	{ width: 45px !important; }
.customer-name-prefix-suffix .name-prefix select 	{ width: 51px !important; }
.customer-name-prefix-suffix .name-firstname 		{ width: 215px !important; }
.customer-name-prefix-suffix .name-firstname input 	{ width: 190px !important; }
.customer-name-prefix-suffix .name-lastname 		{ width: 205px !important; }
.customer-name-prefix-suffix .name-lastname input 	{ width: 190px !important; }
.customer-name-prefix-suffix .name-suffix 			{ width: 50px !important; }
.customer-name-prefix-suffix .name-suffix input 	{ width: 45px !important; }
.customer-name-prefix-suffix .name-suffix select 	{ width: 51px !important; }

.customer-name-middlename-suffix .name-firstname 		{ width: 215px !important; }
.customer-name-middlename-suffix .name-firstname input 	{ width: 200px !important; }
.customer-name-middlename-suffix .name-middlename 		{ width: 60px !important; }
.customer-name-middlename-suffix .name-middlename input { width: 35px !important; }
.customer-name-middlename-suffix .name-lastname 		{ width: 205px !important; }
.customer-name-middlename-suffix .name-lastname input 	{ width: 190px !important; }
.customer-name-middlename-suffix .name-suffix 			{ width: 50px !important; }
.customer-name-middlename-suffix .name-suffix input 	{ width: 45px !important; }
.customer-name-middlename-suffix .name-suffix select 	{ width: 51px !important; }


.customer-name-prefix-middlename-suffix .name-prefix 			{ width: 60px !important; }
.customer-name-prefix-middlename-suffix .name-prefix input 		{ width: 45px !important; }
.customer-name-prefix-middlename-suffix .name-prefix select 	{ width: 51px !important; }
.customer-name-prefix-middlename-suffix .name-firstname 		{ width: 155px !important; }
.customer-name-prefix-middlename-suffix .name-firstname input 	{ width: 140px !important; }
.customer-name-prefix-middlename-suffix .name-middlename 		{ width: 60px !important; }
.customer-name-prefix-middlename-suffix .name-middlename input 	{ width: 35px !important; }
.customer-name-prefix-middlename-suffix .name-lastname 			{ width: 205px !important; }
.customer-name-prefix-middlename-suffix .name-lastname input 	{ width: 190px !important; }
.customer-name-prefix-middlename-suffix .name-suffix 			{ width: 50px !important; }
.customer-name-prefix-middlename-suffix .name-suffix input 		{ width: 45px !important; }
.customer-name-prefix-middlename-suffix .name-suffix select 	{ width: 51px !important; }

.customer-dob .input-box 		{ width: 60px !important; float: left; }
.customer-dob input 			{ width: 50px !important; }
.customer-dob label.label-dob 	{ font-weight: normal; font-size: 10px; color: #888; }

/* My Account navigation */
.account-nav 					{ border: 1px solid #e8e8e8; }
.account-nav .head 				{ background: #b01000 none; padding: 10px; margin: 0; }
.account-nav .head h3 			{ font-weight: normal; font-size: 1.2em; color: #fff; }
.account-nav ul 				{ background: #fff; padding: 4px 10px 10px 10px; }
.account-nav li a, 
.account-nav li.on 				{ padding: 3px 0;  }
.account-nav li a 				{ display: block; border-bottom: 1px solid #e8e8e8; }
.account-nav li a		 		{ text-decoration: none; color: #333; }
.account-nav li a:hover 		{ text-decoration: none; color: #b01000; }
.account-nav li.on 				{ font-weight: bold; color: #b01000; border-bottom: 1px solid #e8e8e8; }
.account-nav li.on a 			{ padding: 0; }
.account-nav li.last, 
.account-nav li.last a 			{ border-bottom: 0; }


/* Login */
.login-box .col-1, 
.login-box .col-2 				{ /*background: #dee5e8;*/ background: #fff; border: 1px solid #e8e8e8; }
.login-box .content 			{ /*background: #faf7ee url(../images/login_box_bg.gif) repeat-x;*/ padding: 14px 21px; }
.login-box h4 					{ min-height: 16px; /*background-repeat: no-repeat; background-position: 0 1px; font-size: 1.05em; text-transform: uppercase; color: #e76200;*/ padding-bottom: 5px; /*padding-left: 23px;*/ border-bottom: 1px solid #ddd; margin-bottom: 1.2em; }
.login-box .button-set 			{ /*background: url(../images/login_box_form_buttons_bg.gif) repeat-x;*/ padding: 8px 13px; border: none; border-top: 1px solid #e8e8e8; margin: 0; }
.login-box .content 			{ min-height: 230px; }


/* Dashboard */
.account-box 							{ background: #fff; padding: 15px; border: 1px solid #e8e8e8; margin-bottom: 20px; }
.account-box:after						{ content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.account-box .head 						{ background-color: #b01000; border-bottom: 1px solid #e8e8e8; margin: -15px -15px 10px; }
.account-box h4 						{ font-weight: normal; font-size: 1.2em; color: #fff; padding: 6px 15px; }
.account-box .inner-head 				{ background: url(../images/dotted_divider.gif) repeat-x 0 100%; text-align: right; padding-bottom: 2px; margin-bottom: 8px; }
.account-box h5 						{ font-size: 1.1em; }
.account-box h5 a 						{ font-weight: normal; }
.account-box h6 						{ text-transform: uppercase; }
.account-main .account-box li 			{ padding: 5px 0; }
.account-box ol .count 					{ float: left; background-color: #0a263c; font-weight: bold; font-size: 9px; line-height: 1em; color: #fff; padding: 1px 3px; margin-top: 3px; }
.account-box ol .content 				{ padding: 0; margin-left: 20px; }
.account-box ol.recent-reviews small 	{ float: left; font-weight: bold; margin-right: 3px; }
.account-box .product-images 			{ width: 65px; }
.account-box .product-images img 		{ border: 1px solid #ccc; }
.account-box .product-details 			{ margin: 0 0 10px 70px; }
.account-box .content 					{ padding: 0; }
.account-side .actions 					{ padding-top: 4px; border-top: 1px solid #ccc; }
.account-side .actions .form-button 	{ float: right; }
.edit-password 							{ height: 20px; display: block; background: url(../images/icon_lock.gif) no-repeat 0 2px; padding-left: 20px; }
.dashboard-welcome 						{ font-size: 1.1em; margin-right: 8em; margin-bottom: 1.5em; }
.account-box .head h4 					{ min-height: 17px; }


/* Account Addressbook */
.primary-address-list h4, 
.address-list h4 						{ font-size: 1.1em; text-transform: uppercase; color: #b01000; }
.primary-address-list li 				{ background: #fff url(../images/account_box_bg.gif) repeat-x; padding: 10px 13px 8px 13px;border: 1px solid #ccc; margin-bottom: 10px;  }
.primary-address-list li .head 			{ margin: 0; }
.address-list li 						{ margin-bottom: 1em; }
.address-list .actions 					{ float: right; margin: 0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display: block; padding-left: 20px; }

/* Compare Products */
.compare-products 							{ margin: 30px 0 50px 0; }
.compare-products table 					{ width: auto; border: 0; }
.compare-products tr 						{ background: #EEEDED; }
.compare-products td 						{ width: 170px; text-align: left; }
.compare-products tbody td 					{ border-color: #ccc; }
.compare-products tbody tr.first td	 		{ text-align: center; border-top: 1px solid #D9DDE3; }
.compare-products tbody td.last 			{ border-right: 1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td 	{ background: #fffada !important; text-align: center; border-bottom: 1px solid #D9DDE3; }
.compare-products tbody td.label 			{ width: auto; background: url(../images/comparison_table_label_bg.gif) repeat-y 100% 0 #d9e5ee !important; text-align: left; border-bottom: 1px solid #9eb8cb; border-left: 1px solid #BEBCB7; }
.compare-products tbody.remove-buttons tr 	{ background: #fff; }
.compare-products tbody.remove-buttons td 	{ font-size: 0; line-height: 0; text-align: right; padding: 0; border: none !important; }
.compare-products tbody.remove-buttons td img { float: right; }
.compare-products tr.last td 				{ border-bottom: 1px solid #ccc!important; }


/* Recently Viewed */
.block-viewed								{ background: #fff; font-size: 0.95em; line-height: 1.3em; border: 1px solid #e8e8e8; }
.block-viewed .block-title 					{ background: #b01000; padding: 0; border-bottom: 1px solid #e8e8e8; margin: 0; }
.block-viewed .block-title strong 			{ min-height: 16px; display: block; font-weight: normal; font-size: 1.2em; color: #fff; padding: 6px 10px; }
.block-viewed .block-content ol	li			{ padding: 3px 10px; margin: 0; }
.block-viewed .block-content li.even		{ background-color: #eee; }
.block-viewed .block-content li p			{ margin: 0; }


/* Reviews */
.my-review-detail .product-image 			{ width: 135px; float: left; }
.my-review-detail .product-image p 			{ margin-bottom: 0; }
.my-review-detail .product-image p img 		{ vertical-align: top; }
.my-review-detail .details 					{ width: 538px; float: right; }
.my-review-detail .ratings-list 			{ margin-bottom: 0.8em; }
.my-review-detail .ratings 					{ line-height: 1.5em; }
.my-review-detail .ratings .rating-box 		{ float: none; margin-bottom: 3px; }
.my-review-detail .ratings .pipe 			{ display: none; }
.my-review-detail .ratings a 				{ display: block; }


/* Gift Messages */
.giftmessage 					{ padding: 10px 0 0 0; }
.giftmessage-preview-link 		{ background-repeat: no-repeat; background-position: right 5px; font-size: 11px; padding-right: 7px; }
.giftmessage-row 				{ background-color: #f2efe9; }
.giftmessage-content 			{ float: left; }
.giftmessage-close 				{ float: right; }
.expand 						{ background-image: url(../images/gift-message-expand.gif); }
.collapse 						{ background-image: url(../images/gift-message-collapse.gif); }



/********************** Print pages */
table.print .giftmessage-preview-link 	{ display: none !important; }
table.print .price-excl-tax 			{ white-space: nowrap; }
table.print .price-incl-tax 			{ white-space: nowrap; }
table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price 		{ display: inline; }


/********************** Pop up pages */
.page-popup 						{ background: #fff; text-align: left; padding: 25px 30px; }
.page-popup .print-head 			{ margin: 0 0 15px; }
.page-popup .print-head img 		{ float: left; }
.page-popup .print-head address 	{ float: left; margin-left: 15px; }
.product-gallery-nav 				{ padding: 0 5px; }



/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
.nowrap,
.nobr 					{ white-space: nowrap !important; }

/* Alignment */
.v-top 					{ vertical-align: top; }
.v-middle 				{ vertical-align: middle; }
.v-bottom 				{ vertical-align: bottom; }
.a-left 				{ text-align: left; }
.a-center 				{ text-align: center; }
.a-right 				{ text-align: right; }
.left 					{ float: left; }
.right 					{ float: right; }

.normal-weight 			{ font-weight: normal; }
.auto-width 			{ width: auto; }

/* Link highlights */
.link-cart 				{ font-weight: bold !important; color: #DC6809 !important; }
.link-remove 			{ color: #646464 !important; }
.link-print 			{ background: url(../images/icon_printer.gif) no-repeat 0 2px; padding-left: 23px; }
.link-feed 				{ background: url(../images/icon_feed.png) no-repeat left center; line-height: 1.15em; padding-left: 18px; }

.order-access 			{ padding-bottom: 8px; }
.order-info 			{ background: /*#DEE5E8*/ #eee; padding: 4px 8px; border: solid 1px #D0CBC1; }
.order-info span 		{ display: block; float: left; }
.order-info ul 			{ display: inline; }
.order-info li 			{ display: inline; padding-right: 7px; padding-left: 3px; }
.order-info li.selected { font-weight: bold; background: url(../images/point-con.gif) no-repeat fixed center bottom; }

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

/* For Demo store only */
.demo-notice 				{ background: #d75f07; line-height: 1em; text-align: center; color: #fff; padding: 5px 10px 6px 10px; margin: 0; }

/* Class:  std - styles for admin-controlled content */
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote 			{ padding: 0; margin: 0 0 1em; }
.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; }
.std .a-top 				{ text-align: right; }



/* CLEARS */
.page-head:after,
.page-head-alt:after,
.page-popup .print-head:after,
.clear:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-alt-set:after,
.head:after,
.inner-head:after,
.header-top:after,
.quick-access:after,
.header-nav:after,
#nav:after,
.middle:after,
.product-essential:after,
.more-views ul:after,
.button-set:after,
.actions:after,
.legend:after,
.form-list li:after,
.button-container:after,
.ratings:after,
.page-head:after,
.page-head-alt:after,
.group-select li:after,
.search-autocomplete li:after,
.tool-tip .btn-close:after,
.side-col li:after,
.account-box li:after,
.address-list li:after,
.generic-product-list li:after,
.listing-type-list .listing-item:after,
.listing-type-list .product-info .product-reviews:after,
.my-review-detail:after,
.product-options dt:after,
.product-options-bottom:after,
.product-options dd ul.options-list li:after,
.add-to-holder:after,
.listing-type-grid .grid-row:after,
.advanced-search-summary-box:after,
.shopping-cart-totals .checkout-types:after,
.advanced-search li:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
