


.col-main .highlight-featured { clear: both; margin: 4px 0 0; }
.col-main .highlight-featured .category-head {}
.col-main .highlight-featured h3 { font-size: 1.3em; font-weight: normal; color: #af4141; }
.listing-thin li.item { width: 123px !important; text-align: left; padding: 10px 5px !important; }
.listing-thin .grid-row { background: none; border: none; }
.listing-thin .product-name { color: #999; font-size: .9em; font-weight: normal; }

.footer { color: #747474; text-align: left; zoom: 1; }
.footer:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.footer h6 { 
    font: bold 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif; 
    text-transform: lowercase;
    color: #af4141;
    margin-bottom: 0.4em; 
    padding: 0;
}
.footer .legality { font-size: .9em; }
.footer .mini-newsletter { float: right; padding: 7px 7px 7px 7px; width:236px; height:26px;
    background: url(../images/nav.gif) no-repeat 100% -41px; }
.footer .mini-newsletter .content { padding: 0; }
.footer .mini-newsletter .input-text { margin: 0; width:199px; padding: 5px 4px 4px; 
    border: 1px solid #c4785e; background: #be4f29; color: #d4b9aa;
    text-transform: lowercase; font-size: 1em; }
.footer .mini-newsletter .input-submit { float: right; width: 27px; height: 26px; 
    border: 1px solid #c4785e; border-left: 0;
    font-weight: bold; background: #000 url(../images/common.gif) no-repeat -542px 0;
    font-size: .9em; cursor: pointer; }
.footer .mini-newsletter .input-submit span { display: none; }

/* slider */
.slider-products { clear: both; position: relative; background: none; border: none;
    padding: 0px 15px; }
.slider-products .head span { margin-right: 10px; }
.slider-products .head { text-align: left; margin: 0; padding: 7px 0; display: none; }
.slider-products #move-left, 
.slider-products #move-right { position: absolute; top: 0; right: -10px; width: 25px; height: 215px;
    background: url(../images/common.gif) no-repeat -109px 116px; text-indent: -9999px; outline: none; }
.slider-products #move-right { background-position: -82px 116px; left: -10px; right: auto; }
.slider-products #move-left.disabled, 
.slider-products #move-right.disabled { opacity: 0.5; filter: alpha(opacity=50); }
.slider-wrapper {
    clear: both;
    /*margin: 0 25px;*/
    width: 909px;
    overflow: hidden;
    background: #fff;
    position: relative;
    border: 1px solid #e1e9e4;
}
.slider-wrapper .list-products {
    width: 10000px;
    /*height: 148px;*/
    padding: 0;
    overflow: hidden;
}
.slider-wrapper .list-products li {
    float: left;
    padding: 10px;
    margin: 15px 0;
    width: 215px;
    text-align: center;
    border-right: 1px solid #e1e9e4;
}
.slider-wrapper .list-products li.last {
    border: none;
}
.slider-wrapper .list-products .image {
    text-align: center;
}
.slider-wrapper .list-products h5 {
    display: table-cell;
    height: 35px;
    vertical-align: middle;
}
.slider-wrapper .list-products .price-box { padding: 2px 0; } 

/**
 * 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_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

body { background:#dce5e0; color:#2f2f2f; font:12px/1.55em arial, helvetica, sans-serif; text-align:center; }

a { color:#555452; text-decoration:underline; }
a:hover { color:#FF0000; text-decoration:none; }
a img { border:0;}
:focus { outline:0; }

/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:.4em; line-height:1.3em; color:#0A263C; }
h1 { font-size:2em; line-height:1.17; }
h2 { font-size:1.5em; }
h3 { font-size:1.35em; }
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }


/**
 * 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 { 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%; }


.accent { color:#E76200; font-weight:bold; }

/********************** Form */



/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../images/error_msg_icon.gif);
    }
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url(../images/success_msg_icon.gif);
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);
    }



/********************** 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{ margin:0; float:left; }

.head span { font-size: 0.9em;  }

/* Page heading */
.page-head { margin:0 0 25px 0; border-bottom:1px solid #ccc; }
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:1.7em !important;
    font-weight: bold !important;
    text-transform:none  !important;
    text-align:left;
    color: #5a7e69;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:55%;
    }
.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:4px;
    }
.category-head h2,
.category-head h1 {
    max-width:100%;
    margin:0;
    padding:3px 0;
    color:#5a7e69;
    font-size:1.4em;
    line-height:1.2em;
    font-weight: bold;
    overflow:hidden;
    }

.box-header { font-size:1.05em; text-align:left; background:#eee; font-weight:bold; padding:2px 8px; margin:10px 0; }
.category-head .link-feed {float:right; margin-top:10px; position:relative; }

/********************* Tables */
td.label        { font-weight:bold; }

/* Data Table */
.data-table { border:1px solid #d6e0da; width:100%; }
.data-table tr { background:#fff; }
.data-table .odd td { background:#eaf2ed; }
.data-table .even td { background:#e9efeb !important; }
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last th { border-bottom: 1px solid #d9dde3; }
.data-table tr.last td { border-bottom: none !important; }
.data-table th { border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; }
.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: #dfeae4; }
.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first {  }
.data-table tfoot td { background-color:#dfeae4; padding-top:1px; padding-bottom:1px; 
    border-bottom:0; border-right:1px solid #d9dde3; border-top: 1px solid #d9dde3; }
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* 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 #d9dde3; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.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; background: #dfeae4; }
.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 { padding-left:0; white-space:nowrap; }
.shipping-tracking .button-set { margin-top:0; border:none; border-top:0; padding-top:0; }

/********************** Lists */
.disc { margin-bottom:10px; list-style:disc; }
.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 { padding:0 4px; font-size:.95em; }
.divider { margin:10px 0; height:1px; background:url(../images/dotted_divider.gif) repeat-x; font-size:1px; line-height:1em; overflow:hidden; }

/********************** Pager */
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by {  }
table.view-by select { width:85px; }
table.pager, table.view-by {
    width:100%;
    font-size:.95em;
    }
table.pager td {
    width:32%;
    padding:4px 8px;
    vertical-align:middle;
    }
td.pages { padding:4px 0; white-space:nowrap; text-align:right; }
td.pages ol, td.pages li {
    display:inline;
    }
td.pages li { padding:0 2px; }
td.pages li span { font-weight: bold; }
table.view-by td {
    width:33%;
    padding:4px 8px;
    vertical-align:middle;
    }
.list-modes { margin-right: 15px; }
.sort-by, .list-modes { float: left; }
.sort-by a,
td.per-page a { margin: 0 4px 0 0; padding-left: 7px; text-decoration: none;
    background: url(../images/common.gif) no-repeat -507px -105px; }
.list-modes a.active, .sort-by a.active, td.per-page a.active { font-weight: bold; }
.sort-by a.first, td.per-page a.first { background: none; }

.list-modes .grid, .list-modes .list { width: 17px; height: 17px; text-indent: -9999px; 
    float: left; opacity: .5; filter: alpha(opacity="50"); }
.list-modes .grid { background: url(../images/common.gif) no-repeat -469px -163px; }
.list-modes .list { background: url(../images/common.gif) no-repeat -483px -144px; }
.list-modes span.active { opacity: 1 !important; filter: alpha(opacity="100") !important; }

.sort-dir { margin-left: 10px; }
.pager-wrapper { border: 1px solid #e1e9e4; 
    background: #e9efeb; /*url(../images/pager_wrapper_bg.gif) repeat-x 0 100%;*/ }

/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
.wrapper { min-width:962px; }


.middle { width:940px; padding: 5px 10px; margin:0 auto; text-align:left; }
.side-col { width:190px; }
.col-left { float:left; }
.col-main { float:right; }
.col-right { float:right; }
.col-main-left { float: left; }
.col-1-layout .col-main { float:none; margin:0; }
.col-2-right-layout .col-main { float:left; width:740px;  }
.col-2-left-layout .col-main { float:right; width:740px; }
.col-3-layout .col-main { width:530px; margin-left:10px; }






/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/

.product-shop { float:right; }
.out-of-stock { height:18px; padding-top:3px;color:#D83820; font-weight:bold; }
.product-shop .short-description { width:100%; overflow:hidden; margin-bottom:10px; }

/********************** Rating */
.ratings {
    margin:7px 0;
    line-height:1em;
    }
.rating-box {
    float:left;
    position:relative;
    width:69px;
    height:13px;
    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 {
    margin:4px 0;
    }
.ratings-list td {
    padding:3px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-size:.95em;
    font-weight:bold;
    line-height:1em;
    }



/************************** Prices */
.price { white-space:nowrap !important; }

.price-box { padding:5px 0; }
.price-box .price { font-weight: bold; color:#e15524; }

/* Regular price */
.regular-price { color:#e15524; }
.regular-price .price { font-weight: bold; font-size:13px; color:#e15524; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { color:#999; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight: bold; white-space:nowrap; color:#e15524; }
.special-price .price { font-size:13px; font-weight:bold; color:#e15524; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }

.product-pricing-grouped li { padding:2px 0; color:#e26703; }
.product-pricing-grouped li .price { font-weight:bold; }


/********************** Generic Box */
.generic-box { margin-bottom:15px; padding:12px 15px; border:1px solid #D0CBC1; background:#fff; }
.generic-product-list li { margin:12px 0; }



