/**
 * 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) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

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


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

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

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

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

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.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 { float:left; width:22%; }
.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%; }


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

/* Form Elements */
input.input-text, textarea { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
input.input-text { color: #444; }
input.input-text, 
textarea                { border:1px solid #ccc; font:12px arial, helvetica, sans-serif; }
select { padding:1px; font:12px arial, helvetica, sans-serif; }
option, optgroup        { font:12px arial, helvetica, sans-serif; }
optgroup                { font-weight:bold; }
input.input-text, textarea { padding:2px; background:url(../img/bg-input.gif) no-repeat 0 0; }
input.form-radio        { margin-right:3px;}
.v-fix                  { display:inline; }
.qty                    { width:2.5em; }
.group-select label, 
.form-list label, 
.payment-methods label  { font-weight:bold;}
.button-set { /* Container for form buttons*/
    clear:both;
    margin-top:4em;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
    }
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:1px 8px;
    background:#f18200;
    color:#fff;
    border:1px solid #de5400;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-button-alt {
    border:1px solid #406a83;
    background-color:#618499;
    }
a.form-button-alt { padding:2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }

/* Form lists */
.form-list                          { margin-bottom:10px; }
.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 { border-top:1px solid #DDD; padding-top:10px; }

.group-select { margin:10px 0 20px; border:none; padding:0; background:none; }
.group-select .legend { margin:0; padding:0 0 3px; border-bottom:1px dotted #e0e0e0; color:#333; font:bold 15px/20px Arial; color:#333; }

.group-select li { padding:4px 8px 4px 0; }
.group-select li .input-box         { float:left; width:275px; }
.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;}

.group-select li .input-box .validate-zip-international { width:100px; }


/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice {
    clear:both;
    min-height:15px;
    margin-top:3px;
    background:url(../images/validation_advice_bg.gif) no-repeat 2px 4px;
    padding-left:13px;
    font-size:.95em;
    font-weight:bold;
    line-height:1.25em;
    }
.validation-failed {
    border:1px solid #eb340a !important;
    background:#faebe7 !important;
    }
label.required {
    font-weight:bold;
    }
p.required {
    text-align:right;
    }



/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703;}
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    padding:5px 12px 3px !important;
    font-weight:bold !important;
    zoom:1;
    }
.error-msg li, .success-msg li, .notice-msg li { margin-bottom:.2em; }
.error-msg {
    border-color:#d00;
    color:#d00;
    background:#ffdada;
    }
.success-msg {
    border-color:#09943D;
    color:#09943D;
    background:#f0fff0;
    }
.notice-msg, .note-msg {
    border-color:#33f;
    color:#33f;
    background:#f0f0ff;
    }

#messages_product_view .messages { overflow:auto; width:auto; margin:5px 10px; }


/********************** Tabs */
.tabs                   { margin-bottom:15px; border-bottom:1px solid #D8B2CF; background:url(../images/tabs_bg.gif) repeat-x 0 100%; }
.tabs li                { float:left; border-right:1px solid #fff; border-left:1px solid #fff; font-size:1.1em; line-height:1em; list-style: none;}
.tabs li.first          { border-left:0; }
.tabs li.last          { border-right:0; }
.tabs a                 { display:block; padding:6px 15px; color:#444; }
.tabs a:hover           { background:#D8B2CF; text-decoration:none; }
.tabs li.active a, 
.tabs li.active a:hover { background:#D8B2CF; color:#fff; font-weight:bold; }


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

.head,
.head-alt,
.head-alt2,
.head-alt3          { line-height:1.25em; }
.head .title,
.head-alt .title,
.head-alt2 .title,
.head-alt3 .title   { margin:0; float:left;}
.head a,
.head-alt a,
.head-alt2 a,
.head-alt3 a        { font-size:10px; text-transform:uppercase; } 

/* Page heading */
.page-head { margin:10px 0 15px 0; padding-bottom:3px; border-bottom:1px dotted #aaa; }
.page-head-alt { margin:0 0 15px 0; }
.page-head, .page-head-alt { }
.page-head h2, .page-head-alt h2,
.page-head h3, .page-head-alt h3 { margin:0; font-size:23px; font-weight:normal !important; text-transform:none  !important; text-align:left; color: #bc7788; }
.button-level h3 {  float:left; width:60%; }
.button-level .btn { margin:3px 0 0 5px; }

.head-alt           { margin-bottom:5px; }
.head-alt .title    { color:#4f8100; font-size:1.3em; }
.head-alt2          { margin-bottom:12px; background:#f1f1f1; padding:2px 10px; font-size:1.1em; }
.head-alt2 .title   { font-size:1.1em;  }
.head-alt3          { margin-bottom:8px; border-bottom:1px solid #ddd; }


/* Category heading */
.category-head {}
.category-head h1, .category-head h2 { padding:5px 0; color:#A36778; font-size:1.8em; }
.category-image { margin:0 0 15px; display:block; width:730px; }
.category-description { margin:0 0 15px; padding:0; font:normal 12px/17px Arial; color:#444; }

#testimonials { margin:0 0 20px; padding:2px 5px 3px 10px; font-size: 12px; border: 1px solid #b058c2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#testimonials .header .title { float: left; color: #4d065c; font-weight: bold; }
#testimonials .header .sys { float:right; }
#testimonials .header .sys a { cursor: pointer; font-weight: bold;color: #4d065c; padding-right:16px; background:url(../images/tmharrow.gif) no-repeat 100% 2px; }
#testimonials .header .opened .sys a { background:url(../images/tmvarrow.gif) no-repeat 100% 2px; }
#testimonials .item { margin-top: 15px; padding-left: 45px; background:url(../images/cat.jpg) no-repeat left top; padding-top: 5px; font-size: 12px; color: #2f2f2f; float: left; }
#testimonials .first { margin-top: 5px; }
#testimonials .item .sign { font-style: italic; margin-top: 7px; }


/********************* Tables */

td.label        { font-weight:bold; }

/* Data Table */
.data-table { width:100%; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#fff }
.data-table .even { background:#fcfcfc; }
.data-table tr.last td, .data-table tr.last th { border-bottom:0; }
.data-table th { padding:5px 8px; white-space:nowrap; font-size:12px; font-weight:bold; }
.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 { background:#e9e9e9; }
.data-table tfoot { border-bottom:1px solid #d9dde3;}
.data-table tfoot tr.first { background:url(../images/base_mini_actions_bg.gif) repeat-x; }
.data-table tfoot tr { background-color:#f3f3f3 !important; }
.data-table tbody td { border-bottom:1px solid #d9dde3; }

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

.generic-table td { padding:2px 8px}
.generic-table td.first { padding-left:0; }



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


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



/********************** Space Creators */

.no-display { display:none; }
.no-wrap    { white-space:nowrap; }
.content    { padding:12px 12px 12px 15px; } /* Sets default padding */
.actions    { line-height:1.3em; }
.pipe, .separator { padding:0 3px; font-size:.85em; }
.divider {
    margin:10px 0;
    height:1px;
    background:#ccc;
    font-size:1px;
    line-height:1em;
    overflow:hidden;
    }



/********************** Pager */

table.pager select  { width:50px; margin:0 3px; }
table.pager {
    width:100%;
    }
table.pager td {
    border-top:1px dotted #ddd;
    padding:4px 0px;
    vertical-align:middle;
    }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.pager td.sort-by .active, table.pager td.sort-by .active:hover { color:#444; }




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


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

/* Structure */
.container { width:968px; padding:0; margin:0 auto; text-align:left; }
.header { text-align:left; }
.middle { margin:0; }

.col-main       { margin:0 15px; padding:0; float:left; display:inline; width:751px; }
.col-left       { margin:10px 0 0 15px; padding:0; float:left; display:inline; width:186px; }
.col-right       { margin:10px 15px 0 0; padding:0; float:right; display:inline; width:174px; }

.layout-1column { }
.layout-1column .col-main { margin:0 26px; padding:0; float:none; display:block; width:auto; }
.cms-index-index .col-main,
.cms-index-noroute .col-main,
.catalog-product-view .col-main { margin:0; }
.review-product-list .col-main { margin:0; } 

.review-product-list .product-add-box,
.review-product-view .product-add-box { display:none; }
.review-product-list .product-info-box,
.review-product-view .product-info-box { width:auto; margin:0 15px 0 0; }

.layout-2columns-left { }
.layout-2columns-left .col-main { float:right; width:731px; }
.layout-2columns-left .col-left { }
.layout-2columns-left .col-right { }

.layout-2columns-right { }
.layout-2columns-right .col-main { float:left; width:731px; }
.layout-2columns-right .col-right { }
.layout-2columns-right .col-left { }

.cms-page-view .col-main   {}
.cms-page-view .layout-2columns-right  { }

/* Style */
.outline-creator {  }
.col-main .padder { }
.layout-3columns .padder { }

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

/* Logo */
#logo                 { float:left; font-size: 11px; line-height: 1em; margin: 0px; }
.side-logo-promo        { float:left; margin:15px 10px 0 10px; }
.page-popup #logo     { display:none; }
.language-switcher      { float:left; }
.language-switcher label{ color:#fff;} 
.menu-bar { 
}
.header .menu-bar { 
}

.menu-bar .top-links              { padding-left:8px; }
.menu-bar .top-links,
.menu-bar .top-links li           { display:inline; }
.menu-bar .top-links li           { padding:0 4px 0 1px; }
.menu-bar .top-links a, 
.menu-bar .top-links a:hover      { color:#ddd; }
.menu-bar .top-links a            { padding:0 7px 0 0; background:url(../images/links_separator.gif) no-repeat 100% 50%; }
.menu-bar .top-links .last a      { padding:0; background:none; }
.breadcrumbs{ margin:0 1px 5px; padding:5px 15px 3px; border-bottom:1px dotted #dedede; line-height:1.25em; clear:both; }
.breadcrumbs li { display:inline; line-height:18px; }
.breadcrumbs a { color:#7f7f7f; text-decoration:none; }
.breadcrumbs a:hover { text-decoration:underline; }



/********************** Sidebars */

.sidebar .box { }
.sidebar .content { padding:4px 10px; margin-bottom: 10px;}
.sidebar h3 { font-size:1.05em; text-transform:uppercase; }
.sidebar h4 { font-size:1.05em; color:#a36778; text-transform:capitalize; }
.sidebar .actions { text-align:right; }
.sidebar .actions a { text-decoration:none; }
.sidebar .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 0 2px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }


/* Currency Switcher */
.currency-switcher {
    border:1px solid #e5e5e5;
    padding:7px 12px 10px 12px;
    background:#f4f4f4;
    }
.currency-switcher h4 {
    text-transform:none;
    }
.currency-switcher select {     width:98%; }


/* Base Mini */
.base-mini { line-height:1.3em; }
.base-mini { margin:0 0 15px; padding:4px 8px 3px; border:1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.base-mini { -moz-box-shadow: 1px 1px 1px #eee; -webkit-box-shadow: 1px 1px 1px #eee; box-shadow: 1px 1px 1px #eee; } 
/*.base-mini .head { padding:2px 10px; }*/
.base-mini a:hover { text-decoration:none; }
.base-mini .head a { font-size:10px; text-transform:uppercase; }
.base-mini .head h4 {
    margin:0;
    font-size:1.1em;
    color:#a36778;
    text-transform:capitalize;
    }
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 { margin:0 0 2px; font-size:10px; font-weight:normal; text-align:left; }
.base-mini ul.super-product-attributes li { padding:0px; background-color:transparent !important; }
.base-mini .list-item      { margin:0; padding:0; list-style:none; border-top:1px dotted #e0e0e0; padding:5px 0 0 0; }
.base-mini .product-images      { float:right; display:inline; width:55px; margin:0 0 5px -55px; text-align:center; }
.base-mini .product-images a      { clear:both; font-size:11px; line-height:14px; }
.base-mini .product-images a.list-img { display:block; margin:0 0 3px; }
.base-mini .product-images a img{ border:1px solid #a9a9a9; vertical-align:top; }
.base-mini .product-checkbox    { float: left; width:10px; }
.base-mini .product-names       { margin-left:18px; font-size:11px; }
.base-mini .product-details     { margin:0 60px 5px 0; height:50px; font-size:11px;  }
.base-mini .product-details-small    {  clear: both}
.base-mini .product-details[class] { height:auto; min-height:50px; }

.base-mini .price-box { margin:0 0 2px; padding:3px 0 0; font:normal 11px/15px 'Trebuchet MS'; letter-spacing:0; color:#555; }
.base-mini .price-box .price-text { display:none; }
.base-mini .price-box .price-label{ display:none; }
.base-mini .price-box .regular-price { display:inline; }
.base-mini .price-box .regular-price .price-label{ display:none; }
.base-mini .price-box .regular-price .price { color:#555; }
.base-mini .price-box .old-price { display:inline; text-decoration:none; font-weight:normal; }
.base-mini .price-box .old-price .price-label{ display:none; }
.base-mini .price-box .old-price .price { color:#aaa; text-decoration:line-through; }
.base-mini .price-box .special-price { display:inline; }
.base-mini .price-box .special-price .price-label{ display:none; }
.base-mini .price-box .special-price .price { color:#c03; }

.sidebar .item                  { margin-bottom:5px; padding-bottom:5px; border-bottom:1px solid #ddd; }
.sidebar .last                  { margin-bottom:0; border-bottom:none; }
.sidebar .actions               { margin:5px -8px 0; padding:3px 8px 0; border-top:1px dotted #ddd; }

/* Sidebar Blocks */
.mini-product-tags .head h4         { background-image:url(../images/icon_tag_green.gif); }
.mini-product-tags li               { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags li:after         { display:inline!important; }
.mini-product-tags .content a, 
.mini-product-tags .content a:hover { color:#1b2d3b; }

.mini-newsletter                    { margin:2px 0; float: right; }
.mini-newsletter label              { float:left; }
.mini-newsletter .input-box         { float:left;}
.mini-newsletter .input-text        { width:150px; }
.mini-newsletter .validation-advice { 
width:178px; 
}

.mini-cart .head                    { background:#fff; }
.mini-cart .head h4                 { color:#a36778; }
.mini-cart h5                       { margin-bottom:10px; border-bottom:1px solid #ddd; padding-bottom:3px; }
.mini-cart .cart-count              { background:#e5eed6; padding:8px; text-align:center; }
.mini-cart .subtotal                { background:url(../images/cart_subtotal_count.gif) no-repeat 50% 0; margin-top:5px; line-height:23px; }

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

.mini-product-view .head h4         { background-image:url(../images/icon_tag_green.gif); }




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

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


/********************** Prices */
.price-box { margin:0 0 6px; font-size: 12px; color:#444; }
.regular-price { }
.old-price { color:#888; white-space:nowrap; }
.old-price .label { text-decoration:line-through; }

.special-price { color:#d63; }
.special-price .label { font-weight:normal; }
.special-price .price { white-space:nowrap; }

.minimal-price { color:#e63c00; font-size:11px; }
.minimal-price .label { font-weight:normal; font-size:10px; text-transform:uppercase; }
.minimal-price .price { white-space:nowrap; }



/********************** Catalog Listing */
.catalog-listing .ratings { line-height:1.5; }
.catalog-listing .ratings .rating-box { float:none; margin-bottom:3px; }
.catalog-listing .ratings .pipe { display:none; }
.catalog-listing .ratings a { display:block; }
.catalog-listing .ratings { margin-bottom:.6em; }


/********************** Layered Navigation */
.layered-nav .head h4 { color:#272619; font-size:14px; font-weight:bold; }
.layered-nav li { font-size: 12px; line-height: 18px; color:#aaa; }
.layered-nav .narrowed-category li { clear:both; color:#333; }
.layered-nav a { color: #4d065c; text-decoration:none; }
.layered-nav a:hover { text-decoration:underline; }
.layered-nav .brand { width: 132px; text-align: left; }
.layered-nav .size { width: 132px; text-align: left; }
.layered-nav .collection { width: 132px; text-align: left; }
.layered-nav .content { padding:2px 1px 5px; }

.layered-nav .narrow-by dt { border-top:1px solid #fff; padding:8px 8px 0 8px; font-size:1.1em; }
.layered-nav .narrow-by dd { padding:0 8px 8px 8px; border-bottom:1px solid #ddd;}
.layered-nav .narrow-by a,
.layered-nav .narrow-by a:hover { color:#444; }
.layered-nav .widget-btn { float:right; margin:.1em 0 0 5px; font-size:.95em; }
.narrow-by dt { margin:0; font-size:1.1em; }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em;}
.narrow-by dd.last { background:none;}
.layered-nav .label { font-weight:bold; }



/********************* Tool Tips */
.tool-tip { border:2px solid #ddd; border-bottom-color:#666; background:#f6f6f6; position:absolute; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
.tool-tip .btn-close { display:block; position:absolute; right:6px; text-align:right; top:6px;}




/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/


/********************** Search */
.advanced-search li label       { width:150px;float:left;}
.advanced-search .input-text,
.advanced-search textarea       { width:250px !important; }
.advanced-search select         { width:258px !important; }
.advanced-search .range .input-text { width:70px !important; }
.advanced-search-nothing-found {
    font-weight: bold;
    color: #df280a;
    margin-bottom: 10px;
    }
.advanced-search-found-amount {
    margin-bottom: 10px;
    }
.advanced-search-summary-box {
    padding: 10px 10px 5px 10px;
    background:#ecf9ea;
    }
.advanced-search-summary-tip {
    clear: both;
    font-weight: bold;
    }
.advanced-search-summary-box ul {
    list-style: none;
    float: left;
    width: 50%;
    margin-top:0;
    margin-bottom:7px;
    }
.advanced-search-summary-box ul li span {
    font-weight: bold;
    color: #E17C24;
    }


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

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

.product-view { margin:0 1px; }
.product-view h1.product-name { margin:0 10px 10px 0; padding:0; color:#87394c; text-transform:none; font:normal 23px/30px Arial; }

.price-text { display:none; }

.product-data { margin:0 15px 20px 0; }
.product-data .availability { font-size:12px; color:#444;  }
.product-data .availability span { font-size:13px;  }
.product-data .in-stock span { color:#090; font-weight:bold; }
.product-data .out-stock span { color:#D83820; font-weight:bold; }
.product-data .price-box { float:right; display:inline; margin:-8px 0 0; padding:0; font:normal 18px/25px 'Trebuchet MS'; letter-spacing:-0.01em; color:#555; }
.product-data .price-box .price-text { display:inline; font:normal 15px/25px 'Trebuchet MS'; letter-spacing:0; color:#555; }
.product-data .price-box .regular-price { display:inline; }
.product-data .price-box .regular-price .price-label{ display:none; }
.product-data .price-box .regular-price .price { color:#555; font-size:24px; }
.product-data .price-box .old-price { margin:1px 0 0 6px; display:inline; text-decoration:none; font-weight:normal; }
.product-data .price-box .old-price .price-label{ display:none; }
.product-data .price-box .old-price .price { color:#aaa; text-decoration:line-through; font-size:20px; }
.product-data .price-box .special-price { display:inline; }
.product-data .price-box .special-price .price-label{ display:none; }
.product-data .price-box .special-price .price { color:#c03; font-size:24px; }

.product-img-box { margin:0 0 0 15px; width:300px; float:left; display:inline; }
.product-shop { margin:0; width:625px; float:right; display:inline; }
.product-info-box { width:325px; float:left; display:inline; clear:both; }
.product-add-box { margin:0 15px 0 0; width:255px; float:right; display:inline; }

/* Main Product Image */
/********************** Product Detail */
/* Product Images */
.product-img-box { padding:0; }
.product-img-box .product-image-zoom { position:relative; overflow:hidden; width:350px; height:400px; z-index:9; }
.product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
/*.image-zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px auto; padding:0 28px 0 28px; cursor:pointer; }*/
.image-zoom #track { position:relative; height:18px; }
.image-zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px;background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
.image-zoom .btn-zoom-out { position:absolute; left:2px; top:1px; }
.image-zoom .btn-zoom-in { position:absolute; right:2px; top:1px; }

#image          { width:auto; }
#track          { position:relative; height:24px; }
#handle         { position:absolute; left:0; top:3px; width:9px; height:18px;background:url(../images/magnifier_handle.gif) no-repeat;  }
.btn-zoom-out   { position:absolute; left:10px; top:7px; }
.btn-zoom-in    { position:absolute; right:10px; top:7px; }

.product-img-box .more-views { padding:0; }
.product-img-box .more-views h4 { border-bottom:1px solid #ccc; padding:10px 0 1px; margin-bottom:5px; font-size:12px; }
.product-img-box .more-views ul { margin-left:-4px; }
.product-img-box .more-views li { float:left; margin:0 0 9px 4px; }
.product-img-box .more-views li a { float:left; border:1px solid #ddd; overflow:hidden; }
.product-img-box .more-views li a:hover { border:1px solid #bbb; }
.product-img-box .more-views li a img { vertical-align:top; }


/* Main Product Info Box */
.product-info-box {  }
.product-info-box .product-description h2.description-title { margin:0 0 10px; padding:0 0 3px; color:#444; font:normal 17px/20px Arial; text-transform:none; border-bottom:1px dotted #e0e0e0; }
.product-info-box .product-description { margin:0; padding:0 0 10px; color:#444; font:normal 12px/19px Arial; }

.product-add-box .qty-box { margin:1px 0 0; float:left; }
.product-add-box .price-box { display:none; }
.product-add-box .add-to-cart-box { color:#444; font-size:13px; }
.product-add-box .add-to-cart-box label { margin:2px 0 0; padding:0; float:left; width:70px; }
.product-add-box .add-to-cart-box .add-to-cart { float:right; margin-bottom:10px; }

.product-add-box a { text-decoration:underline; }
.product-add-box a:hover { text-decoration:none; }

.product-view .link-wishlist { clear:both; float:right; font-size:13px; padding:5px 0 5px 20px; }
.product-view .link-size { font-size:13px; float:left; padding:5px 0 5px 20px; background: url(../images/size.gif) no-repeat left center; }

.product-view .reviews-holder { padding:17px 0; font:normal 12px/16px Arial; }
.product-view .addthis { float:right; padding:1px 0 15px 0; }
.product-view .emailtofriend { padding:0 0 15px 0; font:normal 12px/16px Arial; }
.product-view .fb-like { clear:both; }

.product-attributes, 
.product-pricing                { margin:0px 0; background:#f4f9ea; padding:10px; }
.product-attributes td          { padding:2px 0; }
.product-attributes td.label    { padding-right:10px; font-weight:bold; }
.product-attributes select      { width:200px; }


/* Attribute Specs */
.attribute-specs-block table    { border-color:#d9DDE3; }
.attribute-specs-block .label   { font-weight:bold; }
.attribute-specs-block .data    { border-right:0; }
.attribute-specs-block td       { padding-top:3px; padding-bottom:3px; line-height:1.25em; }


/* Upsell */
.up-sell-block .generic-product-grid td { width:20%; padding-bottom:8px; }
.up-sell-block .generic-product-grid td.empty-product { background:none; }
.up-sell-block .catalog-listing img     { width:125px; height:125px; }
.up-sell-block .catalog-listing h5      { width:115px; font-size:1em; }
.up-sell-block .price-box               { margin-top:0; font-size:.9em; }



.product-options { margin:0; padding:0; }
.product-options h4 { margin:0 0 10px; padding:0 0 3px; color:#444; font:normal 17px/20px Arial; text-transform:none; border-bottom:1px dotted #e0e0e0; }
.product-options dt { margin:1px 0; padding:0; float:left; width:70px; }
.product-options dt label { display:block; color:#444; font-size:13px; }
.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; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:0; margin:0 0 10px; float:left; width:185px; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:178px; }
.product-options dd textarea { width:98%; height:5em; display:block; }
.product-options dd select { width:auto; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; 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 { float:right; margin:-29px 0 0; padding:0; color:#999; }
.product-options p.required span { color:#EB340A; }

.product-options-bottom { }
.product-options-bottom .product-pricing { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .product-pricing li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit { color:#e26703; }

/* 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 { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px #1e7ec8 dotted; }
.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 #ccc; border-bottom-color:#bbb; border-right-color:#bbb; background-color:#f6f6f6; }
.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 Detail */
.related-products { margin:0 15px 15px 0; }
.related-products h4 { margin:0 0 10px; padding:0 0 3px; color:#444; font:normal 17px/20px Arial; text-transform:none; border-bottom:1px dotted #e0e0e0; }
.related-products ol { margin:0; padding:0; list-style:none; }
.related-products .item { width:148px; margin:0 0 0 6px; float:left; display:inline; text-align:center; }
.related-products .first { margin:0; }
.related-products .p-image { margin:0; padding:0; }
.related-products .p-image img { vertical-align:top; }
.related-products .p-name { margin:0; padding:0; font:11px/14px Arial; }
.related-products .p-name a { color:#333; text-decoration:none; }
.related-products .p-name a:hover { color:#A36778; text-decoration:none; }
.related-products .p-name strong { font-weight:normal; }
.related-products .p-price { margin:0; padding:0; }
.related-products .price-box { margin:0; padding:3px 0 0; font:bold 13px/16px 'Trebuchet MS'; letter-spacing:0; color:#555; }
.related-products .price-box .price-text { display:inline; font:normal 12px/15px Arial; }
.related-products .price-box .regular-price { display:inline; }
.related-products .price-box .regular-price .price-label{ display:none; }
.related-products .price-box .regular-price .price { color:#555; }
.related-products .price-box .old-price { display:inline; text-decoration:none; font-weight:normal; }
.related-products .price-box .old-price .price-label{ display:none; }
.related-products .price-box .old-price .price { color:#aaa; text-decoration:line-through; }
.related-products .price-box .special-price { display:inline; }
.related-products .price-box .special-price .price-label{ display:none; }
.related-products .price-box .special-price .price { color:#c03; }
.related-products .btn { margin-top:4px; }

.wishlist {}
.wishlist .price-box { margin:0; padding:3px 0 0; font:bold 13px/16px 'Trebuchet MS'; letter-spacing:0; color:#555; }
.wishlist .price-box .price-text { display:none; }
.wishlist .price-box .price-label{ display:none; }
.wishlist .price-box .regular-price { display:inline; }
.wishlist .price-box .regular-price .price-label{ display:none; }
.wishlist .price-box .regular-price .price { color:#555; }
.wishlist .price-box .old-price { display:inline; text-decoration:none; font-weight:normal; }
.wishlist .price-box .old-price .price-label{ display:none; }
.wishlist .price-box .old-price .price { color:#aaa; text-decoration:line-through; }
.wishlist .price-box .special-price { display:inline; }
.wishlist .price-box .special-price .price-label{ display:none; }
.wishlist .price-box .special-price .price { color:#c03; }

.mini-related-items             { border-bottom:none !important; } 
.mini-related-items .content    { padding:0; }
.mini-related-items .pream      { padding:8px 8px 0 8px; }
.mini-related-items .checkbox-container { float:right; width:15px; }
.mini-related-items .product-details { float:left; width:102px; margin:0; padding-left: 8px; }
.mini-related-items ol li       { float:left; width: 120px; margin-bottom:0 !important;  padding:8px; }
.mini-related-items ol li.first { float:left; width: 120px;  padding-top:0; border-top:0; }
.mini-related-items .head {border-bottom:1px solid #e6e6e6;}


/* Product Collateral */
.product-collateral { }
.product-collateral .head { margin-bottom:1em; border-bottom:1px solid #e5dcc3; padding-bottom:1px; font-size:1.15em; }
.product-collateral .collateral-box { margin-bottom:2em;  }
.collateral-box { margin-top:9px;  }
.product-collateral .collateral-box h4{ color:#e26703; }
.product-collateral .attribute-specs table { border-color:#d9DDE3; }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { border-right:0; }
.product-collateral .attribute-specs td { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

.product-collateral .up-sell .head { padding-bottom:8px; margin-bottom:0; }
.product-collateral .up-sell .generic-product-grid { border:1px solid #E5DCC3; border-top:0; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#E5DCC3; background:#f6f2e7; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background:#f1ecdb; }

.back-to-product { margin:10px 15px 15px; }
.back-to-product a:hover { text-decoration:none; }

#customer-reviews { margin:0 15px 15px; }
#customer-reviews ol { padding-top:15px; border-top:1px dotted #c99ec0; }
#customer-reviews li { margin-bottom:15px; padding-bottom:15px; border-bottom:1px dotted #c99ec0; }
#customer-reviews li p { clear:both; }
#customer-reviews li a:hover { text-decoration:none; }
#customer-reviews .pager td { border:0; }

#customer-reviews .head h4 { margin:7px 0; padding:0; color:#444; font:normal 17px/20px Arial; text-transform:none; }
.reviews-form { margin:0 15px 15px; width:460px; margin:0 auto; display:block; }
.reviews-form h4 { margin:0 0 10px; }
#review-form { }

.product-review-box         { width:auto; margin:8px 0 13px 0; }
.product-review-box td, 
.product-review-box th      { text-align:center; }
.product-review-box td.label{width:100px; text-align:left; }


/* Product Tags */
.add-tag-box .input-box     { float:left; width:302px; margin-right:8px; }
.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; }


/* Checkout 
**********************************************/

select.address-select {width:550px}
.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }


/* Shopping Cart */
.shopping-cart                      { margin-bottom:0; }
.shopping-cart th, .shopping-cart td{ padding-left:13px; padding-right:13px; }
.shopping-cart tr.error             { background:#FDE6E0 !important; }
.shopping-cart .continue-shopping   { float: left; }
.shopping-cart-item-message         { margin-bottom:5px}
td.attributes-col                   { line-height:1.4em; }
td.attributes-col ul                { margin:5px 0; font-size:12px;}
td.attributes-col dt                { margin-top:5px; font-size:12px; font-weight:bold; }
td.attributes-col dd ul             { margin: 0 0 5px 0; }
td.attributes-col dd ul li          { margin-left:15px; list-style:disc; }
td.attributes-col p.pname           { width:190px; overflow:hidden; padding:0; margin:0; }
.shopping-cart .cart-price           { font-size:14px; }

.cart-collateral-block              { }
.cart-collateral { margin:0; padding:0; width:620px; }
.cart-collateral h4                 { }
.cart-collateral .divider           { margin:12px 0; background:#c0d2af; }
.cart-collateral .input-text    { width:264px; }
.cart-collateral select         { width:270px; }

.cart-collateral .crosssell { margin:0; padding:0; }
.cart-collateral .coupon { margin:0; padding:0 0 30px; float:left; display:inline; width:310px; }
.cart-collateral .coupon h4 { margin:0 0 7px; padding:0 0 3px; color:#444; font:normal 17px/20px Arial; text-transform:none; border-bottom:1px dotted #e0e0e0; }
.cart-collateral .coupon .coupon-content { }
.cart-collateral .coupon label    { margin:0 0 3px; display:block; float:none; font-weight:normal; }
.cart-collateral .coupon .input-text    { width:180px; padding:4px 6px 3px; }

.cart-totals                    { width:235px; float:right; display:inline; text-align:right; }
.cart-totals .totals-table { width:400px; margin:0 0 0 -200px; float:right; text-align:right; }
.cart-totals table { margin:7px 0; padding:0; width:auto; text-align:right; float:right; }
.cart-totals td { padding-left:15px; font-size:13px; padding-bottom:6px; }
.cart-totals td .price { font-weight:bold; }
.cart-totals tr.last td {}
.cart-totals tfoot td { padding-top:15px; padding-bottom:15px; font-size:20px; color:#e02f00; border:none !important; }

.cart-totals .checkout-types                 { margin:0; padding:8px 0 0; float:right; }
.cart-totals .checkout-types li              { clear:both; margin:0; padding:0 0 10px; }
.cart-shipping-block h4         { margin:0; float:none; }

.grand_total { width:auto; margin-top:15px; border:1px solid #e02f00; text-align:right; }

.cart-collateral .seals { width:235px; float:right; text-align:left; margin:0 0 10px; }

.cart-testimonials { padding:25px 0 10px; clear:both; text-align:left; }
.cart-testimonials h4 { margin:0 0 7px; padding:0 0 3px; color:#444; font:normal 17px/20px Arial; text-transform:none; border-bottom:1px dotted #e0e0e0; }
.cart-testimonial { padding:10px; margin:15px 0 0; border:3px solid #F3F3F3; background:#f8f6f4; }
.cart-testimonial p { margin: 5px 0px; font-size: 12px; }





/* 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; padding-left:20px; background:url(../images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.show-details td { border-top:1px solid #d2d8db; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }


.shopping-cart-collaterals {
    float:left;
    width:605px;
    padding:25px 0;
    }
.shopping-cart-collaterals .box {
    margin-bottom:18px;
    padding:12px 15px;
    border:1px solid #D0CBC1;
    background:url(../images/base_mini_head_bg.gif) repeat-x #fff;
    }
.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }
.shopping-cart-collaterals .discount-codes h4,
.shopping-cart-collaterals .shipping-estimate h4 {
    min-height:16px;
    color:#e26703;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    text-transform:uppercase;
    }
.shopping-cart-collaterals .discount-codes h4 { background-image:url(../images/icon_asterick.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate h4 { background-image:url(../images/icon_lorry.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }

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


/* One-Page checkout */
.one-page-checkout { margin:0; padding:0; }
.one-page-checkout .button-set { text-align:left; margin-top:10px; }
.one-page-checkout .button-set .back { float:left; }
.one-page-checkout .button-set .btn { margin:0 0 0 10px; float:right; }
.one-page-checkout .button-set .opc-please-wait { margin:2px 0 0 10px; float:right; }
.one-page-checkout p.required { margin:2px 0 0; padding:0; width:auto; clear:both; float:right; font-size:11px; }

#checkout-step-login .col-1 { width:48%; }
#checkout-step-login .col-1 .form-list li { margin-bottom:0; }
#checkout-step-login .col-1 .radio { vertical-align: top; margin:0; padding:0; margin-top:2px; }
#checkout-step-login .col-2 { width:48%; }
#checkout-step-login .col2-set h4 { margin-bottom:8px; }

.one-page-checkout .box {
    border:1px solid #ddd;
    border-top:0;
    padding:15px 20px;
    background:#fbfbfb;
    }
.one-page-checkout .head {
    padding:4px 8px 6px 8px;
    border-width:1px 1px 0 1px;
    border-style:solid;
    border-color:#fff #D9DDE3 #D9DDE3 #D9DDE3;
    background:#eee;
    }
#checkout-progress-wrapper { margin:24px 0 0; }
#checkout-progress-wrapper h3 { margin:0; padding:0 0 8px; font-size:12px; }
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { float:left; margin:0; color:#999; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; }
.one-page-checkout .attributes-col h4 { border:0 !important; padding-bottom:2px; font-size:13px; line-height:15px; }
.one-page-checkout .attributes-col dl { margin:0; padding:0; }
.one-page-checkout .attributes-col dt { margin-top:1px; color:#777; }
.one-page-checkout .step-count { padding:0 4px; background:#fff; color:#444; font-size:.9em; line-height:1em;  }
.one-page-checkout .content { padding: 10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { background:#999; border-color:#999 #999 #fff #999; border-width:1px; cursor:pointer; }
.one-page-checkout .active .head { border:1px solid #DEB9C3; background:#DEB9C3; cursor:default; }
.one-page-checkout .allow .head a { display:inline; color:#fff; float:right; } /* Display Edit button in active selection */
.one-page-checkout .active .head a { display:none; }
.one-page-checkout .group-select { margin-top:0; margin-right:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#fff; }
.one-page-checkout .active h3 { color:#fff; }
.one-page-checkout .active .box { display:block; border-color:#ddd; background:#fbfbfb; }
.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 {margin-left: 5px;}
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { margin-bottom:6px; }
.one-page-checkout-progress h4 { margin:0; border:1px solid #ddd; padding:2px 8px; background:#eee; color:#555; font-size:10px; font-weight:normal; text-transform:uppercase;  }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { background:none; }
#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-please-wait { padding-right:7px;}
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:10px; padding-top:7px; }
#checkout-step-review .button-set { margin-top:0; }
.one-page-checkout ul.super-product-attributes { padding-left:15px; }
.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
    }

#billing-address-select { margin:0 0 15px; }
#shipping-address-select { margin:0 0 15px; }

#checkout-review-table tfoot tr.first td { border-top:1px solid #ccc; }
#checkout-review-table tfoot tr.last td { font-size:18px; padding-top:6px; color:#e02f00; }


/* Multiple Addresses checkout */
.checkout-progress { margin:0 auto 1.5em auto;}
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:6px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #ddd;
    background:#fbfbfb;
    }
.multi-address-checkout-box .content {
    padding:10px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #777;
    background:#777;
    padding:2px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .count-head h4 {  margin:0; color:#fff; }
.multi-address-checkout-box .head { margin-bottom:4px; }
.multi-address-checkout-box .head a { font-weight:normal;}
.multi-address-checkout-box .checkmo-mailing-address { display: block; padding-left: 20px; }
.shipping-method-pointer { border:1px solid #ddd; padding:13px; background:#eee; }
.place-order-box { float:right; height:71px; 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; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { color:#e26703; font-size:1.5em; font-weight:bold; }
.place-order-box input { margin-left:15px; }
.one-page-checkout .box .default-box { border:1px solid #ddd; }
/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 20px; }
.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-size: 12px;
    font-weight: bold;
    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 {
    border:1px solid #ddd;
    border-top:0;
    padding:15px 0;
    background:#fbfbfb;
    }
.giftmessages .gift-box {
    background-color:#f4f4f4;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #e9e4de;
    padding: 22px 16px 22px 22px;
    }
.giftmessages .gift-box .scroll-box {
    overflow: auto;
    height: 500px;
    }
.giftmessages .product-image {
    border: 1px solid #d2d1cd;
    }
.no-border {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}



.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 { float:left; width:60px !important; }
.customer-dob label { float:none; display:block; padding-top:10px; }
.customer-dob input { width:50px !important; }
.customer-dob label.label-dob { font-weight:normal; color:#888; font-size:10px; }

/* My Account navigation */
.account-nav { margin:34px 0 10px; padding:4px 0 3px; border:1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.account-nav { -moz-box-shadow: 1px 1px 1px #eee; -webkit-box-shadow: 1px 1px 1px #eee; box-shadow: 1px 1px 1px #eee; } 
.account-nav .content { margin:0; padding:0; }
.account-nav .head { border:none; background:#666; }
.account-nav .head .title { color:#fff; }
.account-nav li a,
.account-nav li.on { padding:3px 9px; padding-left:20px; }
.account-nav li a { display:block; border-bottom:1px dotted #ddd; }
.account-nav li a,
.account-nav li a:hover { color:#5f5d5c; text-decoration:none; }
.account-nav li.on { border-bottom:1px dotted #ddd; font-weight:bold; background:#f0f0f0; color:#000; background:url(../img/li-nav.gif) no-repeat 4px 5px; }
.account-nav li.on a { }
.account-nav li.on a,
.account-nav li.on a:hover { color:#ea7900; }
.account-nav li.last,
.account-nav li.last a { border-bottom:0; }

.cms-nav { margin:0 0 15px; padding:4px 0 3px; border:1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.cms-nav { -moz-box-shadow: 1px 1px 1px #eee; -webkit-box-shadow: 1px 1px 1px #eee; box-shadow: 1px 1px 1px #eee; } 
.cms-nav .content { margin:0; padding:0; }
.cms-nav .head { border:none; background:#666; }
.cms-nav .head .title { color:#fff; }
.cms-nav li a,
.cms-nav li.on { padding:3px 9px; padding-left:20px; }
.cms-nav li a { display:block; border-bottom:1px dotted #ddd; }
.cms-nav li a,
.cms-nav li a:hover { color:#5f5d5c; text-decoration:none; }
.cms-nav li.on { border-bottom:1px dotted #ddd; font-weight:bold; background:#f0f0f0; color:#000; background:url(../img/li-nav.gif) no-repeat 4px 5px; }
.cms-nav li.on a { }
.cms-nav li.on a,
.cms-nav li.on a:hover { color:#ea7900; }
.cms-nav li.last,
.cms-nav li.last a { border-bottom:0; }

/* Login/Forgot/Create */
.account { }
.account .content { min-height:180px; padding:0; }
.account h4 { margin:0 0 8px; padding:0; font:bold 15px/20px Arial; color:#333; }
.account a:hover { text-decoration:none; }
.account .group-select { background:none; border:0; margin:0; padding:0 0 20px; }
.account .group-select h4 { padding-bottom:3px; border-bottom:1px dotted #e0e0e0; }
.account .group-select li { padding:4px 8px 4px 0; }
.account p { margin:0 0 6px; padding:0; font:normal 12px/18px Arial; }
.account p.required { margin:2px 0 0; padding:0; width:auto; float:right; font-size:11px; }
.account .button-set { text-align:left; margin-top:10px; }
.account .button-set .btn { margin:0 0 0 10px; float:right; }

/* Login */
.col2-set .new-users { width:47%; float:left; display:inline; margin:0; }
.col2-set .registered-users { width:47%; float:right; display:inline; margin:0; }
.col2-set .registered-users .btn span span { width:70px; }


/* Dashboard */
.my-account {}
.my-account h4 { margin:0 0 8px; padding:0; font:bold 16px/20px Arial; color:#333; padding-bottom:3px; border-bottom:1px dotted #e0e0e0; }
.my-account a:hover { text-decoration:none; }
.my-account .inner-head { margin:0 0 10px; padding-bottom:2px; border-bottom:1px dotted #f0f0f0; }
.my-account .inner-head h5 { margin:0 7px 0 0; padding:0; font:bold 14px/16px Arial; float:left; color:#777; }
.my-account .inner-head a { margin:0; padding:0; font:normal 12px/16px Arial; float:left; }

.my-account .dash-info { margin:5px 0 25px; }
.my-account .dash-addresses { margin:0; }
.my-account .dash-addresses h6 { margin:0 0 3px; padding:0; font:bold 12px/16px Arial; color:#777; }
.my-account .dash-addresses address { margin:0 0 3px; }

.my-account p.required { margin:2px 0 0; padding:0; width:auto; float:right; font-size:11px; }
.my-account .button-set { text-align:left; margin-top:10px; }
.my-account .button-set  .btn { margin:0 0 0 10px; float:right; }

.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#666;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    display:none;
    }
.account-box ol .content { padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.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 { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
.dashboard-welcome { margin-right:96px; margin-bottom:1.5em; }


/* Account Addressbook */
.primary-address-list li        { margin-bottom:14px; }
.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 td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #D9DDE3; text-align:center; }
.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;
    border-bottom:1px solid #ccc;
    border-left:1px solid #BEBCB7;
    background:#e9e9e9 !important;
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }


/* Reviews */
.my-review-detail .product-image { float:left; width:135px; }
.my-review-detail .product-image p { margin-bottom:0; }
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:right; width:583px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.55; }
.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; }
.my-review-detail .review-info { color:#999; margin:10px 0; }



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



/********************** Pop up pages */
.page-popup { background:#fff; margin:15px 20px; text-align:left;}
.catalog-product-gallery { background:#fff; margin:10px 15px; text-align:left;}
.product-gallery-nav { padding:0 5px; }


/*.cms-home .middle { position:relative; zoom:1; }*/


/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/


/* Alignment */
.v-top          { vertical-align:top !important; }
.v-middle       { vertical-align:middle !important; }
.v-bottom       { vertical-align:bottom !important; }
.a-left         { text-align:left !important; }
.a-center       { text-align:center !important; }
.a-right        { text-align:right !important; }
.f-left         { float:left !important; }
.f-right        { float:right !important; }
.accent         { color:#E76200 !important; font-weight:bold !important; }

.nobr, 
.nowrap         { white-space:nowrap !important; }
.normal-weight  { font-weight:normal !important; }
.no-border      { border:none !important; }
.no-padding     { padding:0 !important; }
.auto-width     { width:auto !important; }

/* Link highlights */
.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; padding-left:18px; line-height:1.15; }
.link-base      { color:#444; }
 
/* For Demo store only */
.demo-notice    { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }

/* headers */
h1, h2 { color: #864557; }
h3{ color: #864557; }

.cms-page-view .col-main li {
	list-style-position:inside;
	list-style-type:circle;
}

.post_text p{
	margin:5px 0px 5px 0px;
	line-height: 1.2em;
}

.box-news {
	position: relative;
	height: 34px;
	overflow: hidden; 
	clear: both;
	text-align: center;
}
.post-news {
	color: #A36778;
	line-height: 30px;
	cursor: pointer;
}
.AuthorizeNetSeal{
	float: right;
}

.add-to-cart-box a{
	float: left;
}
#topphone{
	font-size: bold;
}

.login-box-only .registered-users {
    float: none;
    margin: 0 auto;
}

/* jQzoom */
div.jqZoomTitle { z-index:5000; text-align:center; position:absolute; top:0; left:0; width:100%; color:#fff; background:#999; }
.jqZoomPup { overflow:hidden; background-color:#fff; z-index:10; border-color:#fff; border-style:solid; cursor:crosshair !important; /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity:0.6; opacity:0.6; */ }
a.product-image { cursor:crosshair !important; }
p.product-image { cursor:default !important; }
.zoom-activated {}
.jqZoomPup img { border:0; }
.preload { text-decoration:none; border:1px solid #ccc; padding:8px; text-align:center; background:#fff url(../images/zoomloader.gif) no-repeat 43px 30px; width:90px; height:43px; z-index:10; position:absolute; top:3px; left:3px; -moz-opacity:0.8; opacity:0.8; filter:alpha(opacity=80); }
.jqZoomWindow { border:3px solid #D8B1CE; background-color:#fff; }








/* Redesign =============================================================================================== */
/* Buttons */
button.btn::-moz-focus-inner { padding:0; border:0; }
button.btn { -webkit-border-fit:lines; }
button.btn { border:0; padding:0; margin:0; background:transparent; overflow:visible; cursor:pointer; vertical-align:middle; }

a.btn,
button.btn span,
a.btn span,
button.btn span span { background-color:transparent; background-image:url(../img/btn-bg.gif); background-repeat:no-repeat; }

a.btn,
button.btn span { border:0; padding:0 0 0 6px; margin:0; cursor:pointer; background-position:0 0; display:-moz-inline-stack; display:inline-block; color:#fff; height:24px; text-decoration:none; }
a.btn span,
button.btn span span { padding:0 12px 1px 6px; color:#fff; background-position:100% 0; display:-moz-inline-block; display:inline-block; white-space:nowrap; font:bold 12px/23px Arial, Helvetica, sans-serif; height:23px; }
a.btn { line-height:23px; }

a.btn,
a.btn:hover { text-decoration:none !important; }
.btn:active { bottom:-1px; right:-1px; position:relative; z-index:2; }
button.btn:active span span { margin:0; }

a.big-btn,
button.big-btn span,
a.big-btn span,
button.big-btn span span { background-image:url(../img/btn-bg-big.gif); }

a.big-btn,
button.big-btn span { height:30px; }
a.big-btn span,
button.big-btn span span { padding:0 18px 1px 14px; height:29px; font:bold 16px/28px 'Trebuchet MS'; letter-spacing:-0.01em; color:#fff; }
a.big-btn { line-height:29px; }

a.btn:hover,
button.btn:hover span { background-position:0 100%; }
a.btn:hover span,
button.btn:hover span span { background-position:100% 100%; }

/* Box */
.block { background:url(../img/box-bg.gif) repeat-y 0 0; }
.block .box-bg { background:url(../img/box-bg.gif) repeat-y 100% 0; padding-right:4px; margin-left:4px; }
.block .box-top,
.block .box-top span { display:block; height:10px; font-size:0; overflow:hidden; background:url(../img/box-top.gif) no-repeat 0 0; }
.block .box-top { padding-left:10px; }
.block .box-top span { background-position:100% 0; }
.block .box-bottom,
.block .box-bottom span { display:block; height:10px; font-size:0; overflow:hidden; background:url(../img/box-bottom.gif) no-repeat 0 0; }
.block .box-bottom { padding-left:10px; }
.block .box-bottom span { background-position:100% 0; }

.block .box-content { position:relative; }

/* Header */
.top-bar { margin:0 0 2px; }
.top-bar .slogan { float:left; display:inline; margin:2px 0 -10px 15px; }
.top-bar .nav-top { margin:6px 10px 2px; float:left; display:inline; font:normal 11px/16px Verdana; color:#333; }
.top-bar .nav-top a { margin:0 3px; color:#721b5e; text-decoration:none; }
.top-bar .nav-top a:hover { text-decoration:underline; }

.newsletter { margin:3px 4px -5px; padding:0; width:400px; float:right; display:inline; }
.newsletter label { margin:0 0 2px; display:block; font:normal 12px/15px Arial; color:#333; }
.newsletter .input-text { float:right; display:inline; margin:0 5px 0 0; padding:4px 6px 3px; width:200px; font-size:normal 12px/16px Arial; color:#888; border:1px solid #ccc; }
.newsletter .input-text { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.newsletter .btn { float:right; display:inline; }
.newsletter p { margin:0; padding:0; clear:both; }


.header { margin:0 0 2px; font:normal 11px/16px Verdana; color:#333; }
.header a { text-decoration:none; }
.header a:hover { text-decoration:underline; }
.header .box-content { height:132px; padding:0 10px 0 280px; }
.header[class] .box-content { height:auto; min-height:132px; }
.header .logo { float:left; display:inline; position:absolute; top:6px; left:15px; }
.header .col-1 { float:left; display:inline; width:360px; margin:5px 0; padding:0 10px 0 0; background:url(../img/bg-dash-v.gif) repeat-y 100% 0; }
.header .col-2 { float:right; display:inline; width:285px; margin:5px 0; padding:0; }

.header .menu-right { margin:0 0 12px; float:right; display:inline; }
.header .menu-right a { margin:0 3px; color:#721b5e; }
.header .menu-right ul { display:inline; }
.header .menu-right ul li { display:inline; }

.header .promo { margin:8px 0; float:left; display:inline; }

.header .mini-search { clear:both; float:left; display:inline; margin:0; position:relative; z-index:100; }
.header .mini-search .input-text { float:left; display:inline; margin:0 -1px 0 0; padding:5px 6px 4px; width:300px; font-size:normal 12px/15px Arial; color:#888; border:1px solid #ccc; border-right:0; }
.header .mini-search .input-text { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.header .mini-search .btn-search { float:left; display:inline; }
.header .search-autocomplete { margin:0 1px; border:1px solid #ddd; border-top:0; background:#fafafa; top:26px !important; left:0px !important; width:310px !important; }
.header .search-autocomplete li { border-bottom:1px solid #f4f4f4; padding:2px 8px 1px 8px; }
.header .search-autocomplete li .amount { float:right; }
.header .search-autocomplete li.odd { background:#f8f8f8; }
.header .search-autocomplete li.selected { background:#f9eaec; }

.header .info { padding:0; margin:5px 0 0; clear:both; }
.header .info .phone { margin:0 0 0 14px; float:left; display:inline; }
.header .info .phone span { font:normal 11px/16px Verdana; color:#333; }
.header .info .phone address { display:block; font:normal 20px/22px Georgia; color:#333; }
.header .info .livechat { margin:1px 5px 0 0; float:right; display:inline; min-height:48px; }
.header .info .support { margin:0; text-align:right; }
.header .info .cart { clear:both; margin:0; padding:15px 0 0; }
.header .info .cart a { text-decoration:none; }
.header .info .cart a:hover { text-decoration:none; }
.header .info .cart .cart-link { float:left; display:inline; margin:0 0 -5px; padding:0 0 5px 44px; background: url(../img/icon-cart.gif) no-repeat -3px 2px; }
.header .info .cart .cart-link:hover { background-position:-1px -100px; }
.header .info .cart .btn { float:right; display:inline; margin:8px 5px 0 0; }
.header .info .cart .btn span { padding:0 24px 1px 20px; }
.header .info .cart .price { margin:0; padding:0; font:normal 30px/32px 'Trebuchet MS'; color:#111; }
.header .info .cart .amount { margin:0; padding:0; font:normal 9px/14px Verdana; color:#777; }

/* Nav */
.nav { margin:0 1px -5px; padding:0 0 0 5px; background:#111 url(../img/bg-nav.gif) no-repeat 0 0; text-align:center; position:relative; top:-5px; }
.nav ul { margin:0; padding:10px 5px 10px 0; list-style:none; background:url(../img/bg-nav.gif) no-repeat 100% 0; }
.nav ul li { margin:0; padding:0; display:inline; font:normal 18px/27px 'Trebuchet MS'; color:#fff; }
.nav ul li a { margin:0 15px 0 4px; padding:0 0 0 18px; color:#fff; text-decoration:none; background:url(../img/bg-nav-icons.gif) no-repeat 0 5px; }
.nav ul li a:hover { text-decoration:none; background-position:0 -45px; }
.nav ul li.active a { color:#ff529f; background-position:0 -95px; }
.nav ul li.active a:hover { text-decoration:none; background-position:0 -95px; }

.promo-bar { margin:1px 0 0 1px; }
.promo-bar img { vertical-align:top; }

.mainpromo { margin:1px 0 10px 1px; background:url(../img/mainpromo.jpg) no-repeat 0 0; width:958px; height:277px; }
.mainpromo .text { margin:123px 30px 0 0; width:630px; height:110px; float:right; display:inline; }
.mainpromo .text p { margin:0 0 5px; padding:0; font:normal 13px/15px Arial; color:#555; }
.mainpromo .alt-text { text-indent:-999em; float:left; }


/* Body */
.body .box-content { margin:0; padding:0; }
.body .box-content .main { }
.body .box-content .col-left { float:left; display:inline; margin-left:10px; }

.h1 { margin:0 0 10px; padding:0; font:normal 21px/26px 'Trebuchet MS'; color:#333; letter-spacing:-0.01em; border-bottom:1px solid #f4ecf2; }
.h1 strong { display:block; padding:0 0 2px; border-bottom:1px solid #c99ec0; font-weight:normal; }
.h2 {}
.h3 {}
.h4 {}

.home-products { }
.home-products .h1 { margin-bottom:0; }

.list-products { padding:0 26px 30px 24px; }
.list-products .ul { margin:0 -5px 0 0; }
.list-products .ul .item { margin:0 0 0 2px; padding:0; width:150px; float:left; display:inline; text-align:center; font:normal 11px/14px Arial; color:#333; }
.list-products .ul .first { margin:0; }
.list-products .ul .item .p-image {}
.list-products .ul .item .p-image img { vertical-align:top; }
.list-products .ul .item .p-name { margin:0 2px; padding:5px 0 0; }
.list-products .ul .item .p-name a { color:#333; text-decoration:none; }
.list-products .ul .item .p-name a:hover { color:#A36778; text-decoration:none; }
.list-products .ul .item .p-name strong { font-weight:normal; }
.list-products .ul .item .price-box { margin:0; padding:3px 0 0; font:normal 18px/25px 'Trebuchet MS'; letter-spacing:-0.01em; color:#555; }
.list-products .ul .item .price-box .price-text { display:none; font-weight:normal; font-size:15px; letter-spacing:0; }
.list-products .ul .item .price-box .regular-price { display:inline; }
.list-products .ul .item .price-box .regular-price .price-label{ display:none; }
.list-products .ul .item .price-box .regular-price .price { color:#555; }
.list-products .ul .item .price-box .old-price { display:inline; text-decoration:none; font-weight:normal; }
.list-products .ul .item .price-box .old-price .price-label{ display:none; }
.list-products .ul .item .price-box .old-price .price { color:#aaa; text-decoration:line-through; }
.list-products .ul .item .price-box .special-price { display:inline; }
.list-products .ul .item .price-box .special-price .price-label{ display:none; }
.list-products .ul .item .price-box .special-price .price { color:#c03; }


.home-bargain { margin:0 0 30px 24px; padding:0; width:381px; float:left; display:inline; }
.home-bargain .bargain {}
.home-bargain .bargain a {}
.home-bargain .bargain img { vertical-align:top; }

.fb-activity .h1 { margin-bottom:0px; }
.fb-activity { margin:0 24px 0 0; width:350px; float:right; display:inline; }
.fb-activity .fb-frame { margin:0 -10px -5px -10px; height:385px; overflow:hidden; }

.home-posts { margin:0 0 10px 26px; padding:0; width:530px; float:left; display:inline; }
.list-posts {}
.list-posts .imgtitle { margin:0; padding:0; }
.list-posts .imgtitle img { vertical-align:top; }
.list-posts ul { margin:0; padding:0; }
.list-posts ul li { margin:0 0 5px; padding:2px 0 2px 20px; list-style:none; font:normal 12px/15px Arial; color:#6c102b; background:url(../img/li-cat.gif) no-repeat 0 2px; }
.list-posts ul li a { color:#6c102b; text-decoration:none; }
.list-posts ul li a:hover { color:#c61a4d; text-decoration:underline; }

.home-tweeter { margin:0 0 -10px 26px; padding:0; width:530px; float:left; display:inline; }
.home-tweeter .h1 { margin-bottom:0px; }
.home-tweeter .tweet { margin:0; padding:2px 0 0; }
.home-tweeter .entry-content { margin:0; padding:0 0 2px; display:block; font:normal 14px/16px Arial; color:#333; }
.home-tweeter .timestamp { font:normal 11px/15px Arial; color:#999; }

.home-tweeter .twtr-hd { display:none; }
.home-tweeter .twtr-ft { display:none; }
.home-tweeter .twtr-widget .twtr-tweet-wrap { padding-left:0; padding-right:0; }

#home-twitter { min-height:115px; }
#home-twitter .twtr-widget em { font-size:12px; }
#home-twitter .twtr-widget .twtr-tweet a.twtr-timestamp { color:#777 !important; }
#home-twitter .twtr-widget .twtr-tweet a.twtr-reply { color:#777 !important; }




/* Products Grid */
.products-grid { padding:0; }
.products-grid .products-row { margin:15px 0 0; padding:15px 0 0; border-top:1px dotted #c99ec0; }
.products-grid .first-row { margin:5px 0 0; padding:0; border:0; }
.products-grid .product { margin:0 9px 0 0; padding:0; width:176px; float:left; display:inline; text-align:center; font:normal 11px/14px Arial; color:#333; }
.products-grid .last { margin:0 -8px 0 0; }
.products-grid .product .p-image { margin:0; }
.products-grid .product .p-image img { vertical-align:top; }
.products-grid .product .p-name { margin:0; padding:5px 0 0; }
.products-grid .product .p-name a { color:#333; text-decoration:none; }
.products-grid .product .p-name a:hover { color:#A36778; text-decoration:none; }
.products-grid .product .p-name strong { font-weight:normal; }
.products-grid .product .price-box { margin:0; padding:3px 0 0; font:normal 18px/25px 'Trebuchet MS'; letter-spacing:-0.01em; color:#555; }
.products-grid .product .price-box .price-text { display:inline; font-weight:normal; font-size:15px; letter-spacing:0; }
.products-grid .product .price-box .regular-price { display:inline; }
.products-grid .product .price-box .regular-price .price-label{ display:none; }
.products-grid .product .price-box .regular-price .price { color:#555; }
.products-grid .product .price-box .old-price { display:inline; text-decoration:none; font-weight:normal; }
.products-grid .product .price-box .old-price .price-label{ display:none; }
.products-grid .product .price-box .old-price .price { color:#aaa; text-decoration:line-through; }
.products-grid .product .price-box .special-price { display:inline; }
.products-grid .product .price-box .special-price .price-label{ display:none; }
.products-grid .product .price-box .special-price .price { color:#c03; }

.upsell { }
.upsell h4 { margin:7px 15px; padding:0 0 3px; color:#444; font:normal 17px/20px Arial; text-transform:none; border-bottom:1px dotted #e0e0e0; }
.upsell .products-grid { margin:0; padding:0 10px 0 15px; }
.upsell .products-grid .product { margin:0 0 0 12px; }
.upsell .products-grid .first { margin:0; }
.upsell .products-grid .last { margin:0; }

/* Toolbar */
.toolbar { padding:0 0 5px; border-bottom:1px dotted #c99ec0; font:normal 12px/15px Arial; }
.toolbar a { text-decoration:underline; }
.toolbar a:hover { text-decoration:none; }
.toolbar .pages { float:left; display:inline;  }
.toolbar .pager { float:left; display:none; }
.toolbar .pager ol { display:inline; margin:0; padding:0; list-style:none; cursor:default; }
.toolbar .pager li { display:inline; margin:0 2px; font-size:15px; line-height:19px; }
.toolbar .pager li.item a { margin:0; padding:0 5px; background:#555; border:1px solid #111; color:#fff; text-decoration:none; }
.toolbar .pager li.item a:hover { background:#888; border:1px solid #555; color:#fff; }
.toolbar .pager li.on span { margin:0; padding:0 5px; background:#b25; border:1px solid #703; color:#fff; text-decoration:none; }
.toolbar .pager li.prev { margin-right:5px; }
.toolbar .pager li.next { margin-left:5px; }
.toolbar .limiter { float:right; display:none; }
.toolbar .limiter select { width:43px; padding:1px; }
.toolbar .sort-by { float:right; display:inline; }
.toolbar .sort-by strong { margin:0 5px 0 0; color:#777; font-weight:normal; }
.toolbar .sort-by .pipe { margin:0 4px 0 5px; padding:0; font-size:12px; color:#aaa; }
.toolbar .sort-by a { margin:0; }
.toolbar .sort-by .active { margin:0; font-weight:bold; text-decoration:none; color:#333; }
.toolbar-bottom { margin:12px 0 0; }
.toolbar-bottom .toolbar { padding:8px 0 0; border:0; border-top:1px dotted #c99ec0; }
.toolbar-bottom .pages { display:none; }
.toolbar-bottom .pager { display:inline; }
.toolbar-bottom .limiter { display:inline; }
.toolbar-bottom .sort-by { display:none; }


/* Footer */
.footer { margin:0; padding:0; position:relative; }
.footer .box-content { margin:0; padding:10px 24px 10px; }
.footer .col-set { margin:0; padding:0; }
.footer .col { float:left; display:inline; margin:0 50px 0 0; padding:0; }
.footer .col-1 { margin-right:70px; }
.footer .col-2 { }
.footer .col-3 { }
.footer .col-4 { margin-right:70px; }
.footer .col-5 { margin-right:30px; }
.footer .col-6 { margin-right:0; }
.footer .tle { margin:0; padding:0 0 5px; font:normal 17px/20px 'Trebuchet MS'; color:#111; letter-spacing:-0.01em; }
.footer .tle strong { font-weight:normal; }
.footer address { margin:0; padding:0 0 22px; font:normal 12px/15px Verdana; color:#333; }
.footer ul { margin:0; padding:0 0 15px; list-style:none; }
.footer ul li { margin:0 0 5px; padding:0; font:normal 12px/15px Verdana; color:#333; }
.footer ul li a { color:#333; text-decoration:none; }
.footer ul li a:hover { text-decoration:underline; }
.footer .badges { margin:0; padding:0; width:382px; height:60px; position:absolute; bottom:40px; right:25px; background:url(../img/badges.gif) no-repeat 0 0; }

.footer .footer-icon { margin:0 6px 6px 0; float:left; display:inline; width:27px; height:0; padding:27px 0 0; overflow:hidden; }
.footer .icon-facebook { background:url(../img/icon-facebook.gif) no-repeat 0 0;  }
.footer .icon-twitter { background:url(../img/icon-twitter.gif) no-repeat 0 0;  }
.footer .icon-radio { background:url(../img/icon-radio.gif) no-repeat 0 0;  }

.footer .copyright { clear:both; margin:5px 0 0; padding:5px 0 0; background:url(../img/bg-line.gif) repeat-x 0 0; }


.break,
.break span { margin:0; padding:0; height:21px; overflow:hidden; font-size:0; line-height:0em; display:block; background:url(../img/bg-middle.gif) no-repeat 0 0; }
.break { clear:both; margin:0 -4px; }
.break span { margin:0 0 0 10px; background-position:100% 0; }

.checkout-cart-index .col-main { min-height:220px; }

.middle:after,
.list-products .ul:after,
.related-products ol:after,
.toolbar:after,
.product-view:after,
.button-set:after,
.my-account .inner-head:after,
.products-grid .products-row:after { content:"."; display:block; clear:both; height:0; font-size:0; line-height:0em; visibility:hidden; overflow:hidden; }

.middle,
.list-products .ul,
.related-products ol,
.toolbar,
.product-view,
.button-set,
.my-account .inner-head,
.products-grid .products-row { zoom:1; }

/* By Brand styles*/
.catalog-category-view .layout-1column .layered-nav {
    border: 0px;
    -moz-box-shadow: 0px 0px 0px #eee; -webkit-box-shadow: 0px 0px 0px #eee; box-shadow: 0px 0px 0px#eee;
}

.catalog-category-view .layout-1column .layered-nav .head {
    display: none;
}

.catalog-category-view .layout-1column .layered-nav .content ol {
    float: left;
    width: 220px;
}

.catalog-category-view .layout-1column .layered-nav .content li {
    font-size: 16px;
    padding: 3px 0;
}

div.layout-1column .col-main .products-grid {
    width: 745px;
    margin: 0 auto;
}
