/**
 * 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; margin-right:8px; }

/* 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 */

/* Form Elements */
input.input-text, select, textarea { border:1px solid #333131; background:#131212 none; color:#7d797a; font:12px arial, helvetica, sans-serif; }
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold; }
.input-text:focus, select:focus, textarea:focus { background:#1a1716; }
.button-set { /* Container for form buttons*/
    clear:both;
    margin-top:4em;
    border-top:1px solid #333131;
    padding-top:8px;
    text-align:right;
    }
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:1px 8px;
    background:#131212;
    color:#fff;
    border:1px solid #000000;
    font:bold 11px verdana;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
	outline:none;
    }
	
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-button-alt {
    border:1px solid #fffff;
    background-color:#000000;
    }
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 li { margin-bottom:4px; }
.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:28px 0;
    border:1px solid #333131;
    padding:22px 25px 12px 25px;
    background:transparent;
    }
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #333131;
    background:#222;
    padding:0 8px;
    color:#aaa;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select li { padding:4px 8px; }
.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; }


/* 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 1px; padding-left:17px; font-size:.95em; font-weight:bold; line-height:1.25em; }
.validation-failed { border:1px dashed #EB340A !important; background:#faebe7 !important; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

label.required { font-weight:bold; }
p.required { font-size:.95em; text-align:right; }



/********************** 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:#333131;
    color:#3d6611;
    background-color:#000;
    background-image:url(../images/success_msg_icon.jpg);
    }
.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; }


/* Page heading */
.page-head { margin:0 0 25px 0; padding:0px 0px 7px 0px; border-bottom:1px solid #333131; }
.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:17px !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
	color:#8a8a8a;
    }
    
    .page-head h1 {
    margin:0;
    font-size:17px !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
	color:#8a8a8a;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:55%;
	color:#8a8a8a;
	font-size:17px;
	font-weight:bold;
    }
.page-head .link-feed {float:right; margin-top:9px; }
.button-level .link-feed {float:none!important; font-size:1em!important; }

/* Category list heading */
.category-head {
    margin-bottom:7px;
    }
.category-head h1 {
    max-width:100%;
    margin:0;
    padding:3px 0;
    color:#8A8A8A;
    font-size:17px;
    line-height:1.3em;
    font-weight:normal;
    overflow:hidden;
	text-transform:uppercase;
    }

.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 #333131; width:100%; }
.data-table tr { background:#000; }
.data-table .odd  { background:transparent }
.data-table .even { background:transparent }
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { border-right:1px solid #000; padding:2px 8px; color:#70686C ; 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:#2b2a2a; }
.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first { }
.data-table tfoot tr { background-color:#272727 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #272727; }
.data-table tbody td { border-bottom:1px solid #272727; border-right:1px solid #272727; }
/* Bundle Products */
.data-table tbody.odd tr { background:transparent !important; }
.data-table tbody.even tr { background:transparent !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; }
.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; font-size:1px; line-height:1em; overflow:hidden; }

/********************** Pager */
table.pager select,
table.view-by select { margin:0px; font-size:.95em; color:#7a7a7a; }
table.pager select { width:55px; margin-left:9px; }
table.view-by td.sort-by { text-align:right;}
table.view-by select { width:99px; }
table.pager, table.view-by {
    width:100%;    
    font-size:.95em;
    }
	.pager td strong
	{
	color:#fff;
	font-weight:normal;
	}
	.pager td
	{
	color:#fff;
	font-weight:normal;
	}
	.pager td a, .view-by td a
	{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	}
	.view-by td strong
	{
	color:#fff;
	font-weight:normal;
	}
	.view-by td
	{
	color:#fff;
	font-weight:normal;
	}
table.pager td {
    width:32%;
    background: transparent url(../images/dividertd.gif) repeat-x bottom;
    padding:8px 0px;
    vertical-align:middle;
    }
	table.pager{background: transparent url(../images/dividertd.gif) repeat-x top;}
table.pager td.pages { padding:4px 0; white-space:nowrap; text-align:center; }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.view-by td {
    width:33%;
   background: transparent url(../images/dividertd.gif) repeat-x bottom;
    padding:8px 2px 8px 2px;
    vertical-align:middle;
    }



/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/******************************************.header { text-align:left; width:962px; height:192px; margin:0px auto; background:url(../images/head-bg.gif) repeat-x; }******************/


/********************** Base Layout */

/* Structure */
.wrapper { min-width:962px; }
.header { text-align:left;height:140px; margin:0px auto;}
.header-top { width:962px; margin:0 auto; position:relative; z-index:100; }
.header-nav {  margin:0 auto; }
.middle { width:949px; min-height:400px; margin:0 auto; text-align:left; }
.side-col { width:237px; }
.col-left { float:left; margin-top:10px; }
.col-main { float:left; }
.col-right { float:right; }
.col-1-layout .col-main { float:none; margin:0; }
.col-2-right-layout .col-main { float:left; width:690px;  margin-right:0px; }
.col-2-left-layout .col-main { float:right; width:700px; }
.col-3-layout .col-main { width:460px; margin-left:17px; }
/* Style */

.header-top-container { height:101px; }
.header-top { padding:7px 0px;   height:79px; }
.header-nav-container {
background-color:#131212;
border-top:solid 1px #0A0A0A;
border-bottom:solid 1px #0A0A0A;

background-image:none;
}
.middle-container {  }
.middle { padding:0; }


/********************** Header */

/* Logo */
p#logo {
float:left;
margin:2px 0 0 5px;
width:290px;
    }
.page-popup h1#logo { display:none; }


/* Quick Access*/
.quick-access {
  width:400px;
    float:left;
    margin-top:5px;

    text-align:left;
	
   
    color:#fff;
    }
.quick-access p { margin-bottom:4px; }
.quick-access li {
    display:inline;
    background:url(../images/menu_seperator.jpg) no-repeat 100% .35em;
    padding-right:10px;
    padding-left:4px;
    }
.quick-access li.first { padding-left:0; }
.quick-access li.last { padding-right:1px; background:none; border:none; }
.shop-access { margin-bottom:6px; float:right;  color:#7d797a; }
.shop-access a, .shop-access a:hover { color:#7d797a; font-size:.95em; padding:5px; text-decoration:none; }
.shop-access li.last { padding-right:0; background:none; }
.language-switcher { margin-top:15px; position:absolute; top:0px; right:0px; }
.language-switcher label { color:#7d797a; padding-right:5px; font-weight:normal; font-size:11px; }
.language-switcher .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
.language-switcher #select-language{width:200px; color:#7D797A; margin-right:6px;}

/* Breadcrumbs */
.breadcrumbs {  margin-bottom:13px; font-size:.95em; line-height:1.25em; }
.breadcrumbs li { display:inline; color:#4F4F4F; }
.breadcrumbs li a
{
color:#4F4F4F;
text-decoration:none;
}
.breadcrumbs li strong
{
color:#ffffff;
font-weight:normal;
}


/* Mini search */
.mini-search {  top:105px; right:6px;  height:28px; padding:1px 0px 0 0px; position:absolute;}
.mini-search .input-text { background-color:#ffffff;
border:medium none;
color:#7D797A; margin-top:3px;
margin-right:4px;
width:185px; }
.search-autocomplete { z-index:999; }
.search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.search-autocomplete li .amount { float:right; font-weight:bold; }
.search-autocomplete li.odd { background-color:#fffefb; }
.search-autocomplete li.selected { background-color:#f7e8dd; }


/********************** Sidebars */
.side-col .box { margin-bottom:5px; }
.side-col .content { padding:5px 23px; }
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col h3 { font-size:1.05em; text-transform:uppercase; }
.side-col h4 { color:#e65505; text-transform:uppercase; }
.side-col .actions {
    padding:4px 0;
    font-size:.95em;
    text-align:right;
    }
.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }


/* Currency Switcher */
.currency-switcher {
    height:53px;
    padding:7px 12px 10px 12px;
    background:url(../images/currency_switcher_bg.gif) no-repeat;
    font-size:1.05em;
    }
.currency-switcher h4 {
    min-height:21px;
    background:url(../images/icon_world.gif) no-repeat 0 2px;
    color:#fff;
    padding-left:22px;
    text-transform:none;
    }
.currency-switcher select { width:98%; }


/* Base Mini */
.base-mini {  line-height:1.3em;  font-size:12px;  }
.base-mini .head {  margin:0px; width:237px;  background:url(../images/base_mini_head_bg.gif) no-repeat; height:44px; padding:0px 8px;  }
.base-mini .head p { padding:6px 14px; color:#adadad;  font-size:12px; text-transform:uppercase; font-weight:bold; line-height:44px;}
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 { font-size:1em; color:#767676; }
.base-mini .content, .base-mini ol { background:url(../images/content-bg.gif) repeat-y; padding:10px 23px;}
.base-mini .content p
{
color:#505050;
}
.base-mini ol li { padding:7px 4px 7px 8px; }
.base-mini ol li.odd {}
.base-mini ol li.even { }
.base-mini .actions {  padding:6px; }
.base-mini .product-images { float:left; width:52px; height:52px; }
.base-mini .product-images a img {  vertical-align:top; }
.base-mini .product-checkbox { float:left; width:10px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .regular-price { font-size:11px; }
.base-mini .regular-price .price { color:#2f2f2f; }
.base-mini .special-price { font-size:11px; }
.base-mini .minimal-price { font-size:11px; }
.base-mini .price-box { margin:1px 0; }
.mini-cart .product-details a{color:#96908E; text-decoration:none; font-weight:bold;}
.product-info-box .product-shop .regular-price .price
{
color:#ffffff;
font-size:22px;
font-weight:normal;
}
.mini-product-tags ul a
{
color:#696767;
text-decoration:none;
}
/* Sidebar Blocks */
.mini-product-tags .head h4 {  }
.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 {}
.mini-product-tags .content a, .mini-product-tags .content a:hover { color:#696767; padding-right:7px; }
.mini-newsletter h4 {}
.mini-newsletter input.input-text { background-color:#ffffff; border:none; display:block;  width:150px; height:15px; font-size:10px;   }
.mini-cart .head h4 {}
.base-mini.mini-cart ol li{padding-left:0px;}
.mini-cart .subtotal { background:#000; border:1px solid #333131; margin-top:5px; padding:2px 0; text-align:center; }
.mini-cart h5 { margin:0; color:#ADADAD; padding:6px 8px 2px 0px; }
.mini-cart .actions { padding-top:3px;  padding-bottom:1px; }
.mini-cart .actions .form-button {margin: 3px 13px 5px 19px; }
.mini-wishlist .head h4 {}
.mini-wishlist .link-cart { display:block; }

.mini-compare-products .head h4 {}

.mini-poll .head h4 { }
.mini-poll td.label { font-weight:bold; padding-right:10px; }
.mini-poll td.item  { white-space:nowrap; }
.mini-poll .actions button{
margin-left:18px;
}
.mini-poll .actions button span
{
font-size:11px;
text-transform:lowercase;
}
.mini-product-view .head h4 {}
.mini-poll tr
{
line-height:24px;

}
.mini-poll tr td label
{
font-weight:normal;
margin-left:10px;
}
/********************** Footer */
.footer-container {}
.footer { width:950px; background:transparent url(../images/footerbg.gif) no-repeat center; height:59px; margin:0px auto;}
.footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.footer .informational label { color:#515151; font-weight:bold; padding-right:3px; }
.footer .informational ul {
    display:inline;
    }
.footer .informational li {
    display:inline;
    background:url(../images/footer_info_separator.gif) no-repeat 100% 50%;
    padding-right:8px;
    padding-left:4px;
    }
.footer .informational li.last { background:none; padding-right:0; }
.footer .informational a, .footer .informational a:hover { color:#515151; }
.footer .informational a {
margin-left:4px;
margin-right:4px;
text-decoration:none;
}
.footer .legality {
    padding:0px 0;
    color:#515151;
    text-align:center;
    }
.footer .legality a, .footer .legality a:hover { color:#515151; }

/************************************************************/
/****************[ 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%; line-height:20px; color:#8b8381; font-size:11px; background:transparent url(../images/dividertd.gif) repeat-x scroll center bottom; padding:0px 0px 10px 0px; overflow:hidden; margin-bottom:10px; }

/********************** Rating */
.ratings {
    margin:0px 0;
    line-height:1em;
    }
.rating-box {
    float:left;
    position:relative;
    width:68px;
    height:17px;
   margin:7px 92px 7px 0px;
    background:url(../images/product_rating_blank_star.gif) repeat-x;
    }
	.ratings a
	{
	float:left;
	display:inline;
	}
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:17px;
    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:0px 0px 7px 0px; }
.price-box .price { font-weight:bold; color:#ffffff; }

/* Regular price */
.regular-price { color:#ebbfa0; }
.regular-price .price { font-weight:bold; font-size:12px; color:#ffffff; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#3a3a35; }
.old-price .price { font-weight:bold; color:#ebbfa0; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:12px; font-weight:normal; white-space:nowrap; color:#F89F34; }
.special-price .price { font-size:13px; font-weight:bold; color:#ebbfa0; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; color:#ebbfa0; }

/* 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:#ebbfa0; }

/* 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:#ebbfa0; }

/* 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:#ebbfa0; }

.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:#ebbfa0; }

.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 #333131; background: transparent none; }
.generic-product-list li { margin:12px 0; }


/********************** Catalog Listing */
.catalog-listing { line-height:1.35em; }
.catalog-listing h5 { margin-bottom:.4em; font-size:12px; color:#857e75; font-weight:bold;  }
.catalog-listing h5 a{ color:#96908E; text-decoration:none; font-weight:bold;}
.catalog-listing h5 a:hover { color:#96908E; text-decoration:underline; font-weight:bold; }
.catalog-listing .add-to { margin:.7em 0; color:#555; line-height:1.3em; font-size:.95em; font-weight:bold; }
.catalog-listing .add-to a, .catalog-listing .add-to a:hover { text-decoration:underline; }
.catalog-listing .ratings { margin-bottom:.6em; }

.catalog-listing .ratings { line-height:1.5; }
.catalog-listing .ratings .rating-box { float:none;}
.catalog-listing .ratings .pipe { float:left; padding:0px; }
.catalog-listing .ratings a { display:block; }

/* Generic Product Grid */
.generic-product-grid { width:100%; }
.generic-product-grid td { padding:12px 10px; line-height:1.6em; }
.generic-product-grid tr.last td { border-bottom:0; }
.generic-product-grid td.last { border-right:0; }
.generic-product-grid .product-image { text-align:center; margin-bottom:0px; background:transparent url(../images/extraproductbg.gif) no-repeat 0 0; width:131px; height:116px; margin:0px auto;}
.generic-product-grid td.empty-product { border-right:0; }


/********************** Layered Navigation */
.layered-nav .head {
    margin:0;    
    height:38px;
	background:transparent url(../images/shopbyheadbg.gif) no-repeat 0 0;
    }
.layered-nav{margin-bottom:15px;}
.layered-nav h3 {  color:#fff; font-size:11px; line-height:38px; padding-left:22px; font-weight:bold; text-transform:uppercase; }
.layered-nav .border-creator { }
.layered-nav h4 {
    margin:0;
	display:none;
    border:1px solid #b9ccdd;
    border-left:0;
    border-right:0;
    padding:3px 10px;
    background:url(../images/layered_nav_narrowed_category_heading.gif) #d5e8ff;
    color:#1f5070;
    font-weight:bold;
    font-size:1em;
    }
	.shopby-details
	{
	background: transparent url(../images/layereddivider.gif) repeat-y right center ;
	float:left;
	width:128px;
	padding-left:10px;
	}
	#narrow-by-list{ overflow:hidden;}
.layered-nav .narrowed-category li { padding:4px 6px 4px 10px; margin-left:12px; }
.layered-nav .narrowed-category li .label {   
    padding-left:0px;
    font-weight:bold;
	color:#fff;
    text-transform:uppercase;
    }
.layered-nav .narrowed-category li a{color:#7D797A;}
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    }
.layered-nav .actions {
    border-style:solid;
    border-color:#e0e0e0;
    border-width:0px 0;
    padding:4px 10px; 
	text-align:right;
    }
.narrow-by dl {
    background: transparent url(../images/layered-bg.gif) repeat-y 0 0 ;
    padding:0 0 0px 0;	
    }
.narrow-by dt {
    margin:0;
    padding:7px 10px 7px 11px;    
    color:#28a3ec;
    text-transform:none;
	font-weight:bold;
    }
.narrow-by dd {
    
    padding:0 12px .8em 12px;
    }
.narrow-by dd li { margin-bottom:.3em; line-height:18px; color:#f7f7f7; font-weight:bold; font-size:11px; }
.narrow-by dd.last { background:none; }
.narrow-by dd li a
{
text-decoration:none;
color:#f7f7f7;
font-weight:bold;
font-size:11px;
line-height:18px;
}
.layerbottom
{
background: transparent url(../images/layeredbottombg.gif) no-repeat left bottom;
height:12px
}


/********************* Tool Tips */
.tool-tip { position:absolute; border:1px solid #7ba7c9; background:#eaf6ff; }
.tool-tip .btn-close { padding:6px 6px 0; margin-bottom:-9px; text-align:right; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/

/********************** Home */

.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 20px 0; color:#ADADAD;
font-size:12px;
font-weight:bold; text-transform:uppercase;}
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:url(../images/best_selling_tr_odd_bg.gif) repeat-x 0 100% #eee; }
.best-selling tr.even { background:url(../images/best_selling_tr_even_bg.gif) repeat-x 0 100% #fff; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:.95em; }
.best-selling .product-img { background: transparent url(../images/bestselling-imagebg.gif) no-repeat center; width:198px;
height:174px;
margin:0px auto;   }
.best-selling .product-img img
{
margin:7px;
}
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover { color:#203548; }
.best-selling .catalog-listing h5{color:#96908e}


.recently { margin:0 0 12px; }
.recently h3 { margin:0 0 6px; color:#e25203; font-size:1.2em; }
.recently .product-image { border:1px solid #dcdcdc; }
.recently a.product-name { display:block; width:130px; overflow:hidden; }
.recently a.product-name,
.recently a.product-name:hover { font-size:11px; color:#1d7ecf; }
.recently .add-to {margin-top:5px;font-size:11px; }
table.recently-list { width:100%; }
table.recently-list td { width:20%; }

/********************** Search */
.advanced-search {
    margin:28px 0;
    border:1px solid #333131;
    padding:22px 25px 12px 25px;
    background:transparent none 0 0;
    }
.advanced-search .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #333131;
    background:#222;
    padding:0 8px;
    color:#aaa;
    font-weight:bold;
    font-size:1.1em;
}
.col-2-left-layout .best-selling .listing-type-grid li.item
{
width:202px;
list-style:none;
}
.best-selling .listing-type-grid
{
margin-left:40px;
}
.advanced-search li { margin-bottom:5px; }
.advanced-search li label { width:150px; float:left; }
.advanced-search .input-text { width:250px; }
.advanced-search select { width:256px; padding:2px; }
.advanced-search .field-row { float:left; width:256px; }
.advanced-search .range .input-text { width:70px; }
.advanced-search .range select { width:90px; padding:1px; }

.advanced-search-nothing-found { font-weight:bold; color:#df280a; margin-bottom:10px; }
.advanced-search-found-amount { margin-bottom:10px; }
.advanced-search-summary-box { padding:10px 10px 5px 10px; margin:0 0 10px; border:1px solid #E9D7C9; background-color:#FFF6F1; }
.advanced-search-summary-tip { clear:both; font-weight:bold; }
.advanced-search-summary-box { margin-bottom:10px; }
.advanced-search-summary-box ul { list-style:none; float:left; width:50%; }
.advanced-search-summary-box ul li span { background:url(../images/search_criteria.gif) 0 3px no-repeat; padding-left:15px; font-weight:bold; color:#E17C24; }
/* Inline translation fix */
.advanced-search-summary-box ul li span.translate-inline { background:0 !important; }



/********************** Catalog Listing */

/* List Type */
.listing-type-list .listing-item { border-top:1px solid #D9DDE3; padding:12px 10px; }
.listing-type-list .product-image { float:left; width:135px; }
.listing-type-list .product-shop { width:305px; }
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box { float:left;text-align:left; white-space:nowrap; margin:3px 13px 5px 0; padding:0; }
.listing-type-list .product-shop .form-button {margin:0.5em 0 0; }
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }

/* Grid Type *\/
.listing-type-grid td { width:33%; text-align:left; }
.listing-type-grid .add-to-compare { display:block; margin:5px 0; background:url(../images/icon_add_to_compare.gif) no-repeat 0 50%; padding-left:22px; color:#6e6969; font-weight:bold; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }*/

/* Grid Type */
.listing-type-grid {  }
.listing-type-grid .grid-row {}
.listing-type-grid li.item { float:left; width:138px; padding:12px 7px; line-height:1.6em; overflow:hidden; }
.listing-type-grid .last { border-bottom:0;}
.listing-type-grid .product-image { text-align:center;  background: transparent url(../images/imagelistbg.png) no-repeat center; height:141px; width:160px;}
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }
/* Rewrites for different layouts */
.col-1-layout .listing-type-grid {  }
.col-1-layout .listing-type-grid .addtocart-btn{margin-left:50px;}
.col-1-layout .listing-type-grid .product-image{width:auto;}
.col-1-layout .listing-type-grid li.item { width:220px; }
.col-2-left-layout .listing-type-grid,
.col-2-right-layout .listing-type-grid { margin-left:3px; overflow:hidden;}
.col-2-left-layout .listing-type-grid li.item,
.col-2-right-layout .listing-type-grid li.item { width:160px; }



/********************** Product Detail */
/* Product Images */
.product-img-box { float:left; width:400px; }
.product-img-box .product-image-zoom { position:relative; overflow:hidden; width:399px; height:449px; /*float:left;*/ z-index:9; margin-bottom:0px; }
.product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.image-zoom { z-index:9; /*float:left; width:80px;padding-top:272px;overflow:hidden;*/ cursor:pointer;  cursor:pointer;margin:0 auto 0px;padding:0 28px;
position:relative;
z-index:9; }
.image-zoom #track { position:relative; }
.image-zoom #handle {  }
.image-zoom .btn-zoom-out {left:304px; position:absolute; top:-32px; }
.image-zoom .btn-zoom-in {right:30px; position:absolute; top:-32px; }
.product-img-box .more-views h4 { border-bottom:1px solid #ccc; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.product-img-box .more-views ul { margin-left:0px; background:#fff none; border:1px solid #f0f0f0}
.product-img-box .more-views li { float:left; margin:0 0 0px 0px; }
.product-img-box .more-views li a { float:left; width:122px; padding:0px 4px; height:120px; border:1px solid #f0f0f0; overflow:hidden; }
.productimagezoomop{ border:1px solid #fff; background-color:#fff; margin-bottom:7px;}

.product-info-box { margin-top:0; padding-top:10px; }
.product-info-box .product-name { margin-bottom:.3em; color:#0C73B0;
font-size:19px; text-transform:uppercase; font-weight:normal; }
.product-info-box .price-box { margin:4px 0; }
.product-info-box .regular-price .price{ color:#ebbfa0; font-size:12px; font-weight:bold;}
.product-info-box .data-table .price-box { margin:0; padding:0; }
.product-info-box .availability { background:transparent url(../images/dividertd.gif) repeat-x scroll center bottom; margin:5px 0; padding:0 0px 10px 0px; font-size:11px; color:#878787; }

.add-to-cart-box { float:right; }
.add-to-cart-box .qty-box { float:left; line-height:29px; }
.add-to-cart-box .qty-box label { float:left; font-weight:normal; color:#999999 }
.add-to-cart-box .qty-box .qty { float:left; font-size:11px;
color:#FFF; margin:5px; padding:4px 9px; border:1px solid #201f1f; background:#000 none; }
.add-to-cart-box .form-button { float:left; background-image:none; }

.add-to-box { text-align:left; margin:20px 0px 0px }
.add-to-box li { display:inline; line-height:24px;  }
.add-to-box li a
{
line-height:24px;
text-decoration:none;
background:transparent url(../images/submenu-icon.png) no-repeat left center;
 padding-left:14px;
 color:#999;
 font-weight:bold;
 font-size:12px
}
.reviewproduct
{
margin:0px;
padding:0px;
}
.reviewproduct .rating-box
{
float:right;
}
.reviewproduct span.pipe
{
display:none;
}
.reviewproduct a
{
line-height:24px;
text-decoration:none;
background:transparent url(../images/submenu-icon.png) no-repeat scroll left center; color:#999; font-weight:bold; padding-left:14px
}
.reviewproduct li
{
 display:inline; line-height:24px; 
}
.add-to-holder { margin:10px 0 0px; }
.add-to-holder .add-to-cart-box { float:left; }
.add-to-holder .add-or { float:left; padding:0 7px; font-weight:bold; color:#666; }
.add-to-holder .add-to-box { float:none; line-height:1.25em; text-align:left; margin-top:10px; clear:both; }
.add-to-holder .add-to-box li { display:block; }
.add-to-holder .add-to-box li .pipe { display:none; }

.product-info-box .ratings { margin-bottom:1em; }
.product-essential, .product-collateral { padding:5px; }
.product-essential { padding:5px 0px 10px 0px; border-bottom:1px solid #343231; }
.product-essential .product-shop { width:284px; }
.product-essential .product-shop .ratings { margin-bottom:10px; }
.product-shop h4
{
color:#0c73b0;
font-size:11px;
text-transform:uppercase;
font-weight:bold;
}
.product-specs{color:#999999}
.product-pricing { margin:10px 0; padding:10px; background:transparent; border:1px solid #333131; }
.product-pricing li { line-height:1.4; background:transparent url(../images/submenu-icon.png) no-repeat scroll left center; padding:2px 0 2px 10px; color:#999999; }
.product-pricing .benefit { font-style:italic; font-weight:bold; color:#999999; }
.product-pricing .price { font-weight:bold; color:#999999; }

.product-options { margin:10px 0 0; padding:0px 0px 0px; }
.product-options dt { padding:0px 0 0; font-weight:normal; }
.product-options dt label { color:#8B8381; }
.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:5px 10px 15px; margin:0 0 5px; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { 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 { margin-bottom:0; padding:15px 0 0; }

.product-options-bottom { padding:0px 0px;  }
.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-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-shop .product-options-bottom .price-box { float:none; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }

/* Product Options */
dl.item-options dt { font-weight:bold; font-style:normal; }
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:150px; padding:8px; border:1px solid #ccc; border-bottom-color:#bbb; border-right-color:#bbb; background-color:#f0f0f0; }
.truncated .truncated_full_value dl dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:35px; top:10px; }
.col-right .truncated .show dl  { left:-240px; top:10px; }

/* Product Collateral */
.product-collateral { }
.product-collateral .head { margin-bottom:1em;  padding-bottom:1px; font-size:1.15em; }
.product-collateral .collateral-box { margin-bottom:12px; border-bottom:1px solid #343231;  }
.product-collateral .collateral-box h4{ color:#999999; font-size:11px; font-weight:bold; }
.product-collateral .attribute-specs table { border-color:#2f2f2f; }
.product-collateral .attribute-specs .label { font-weight:bold; color:#8b8381 }
.product-collateral .attribute-specs .data { border-right:0;color:#8b8381 }
.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 { margin-left:10px; }
.product-collateral .up-sell .generic-product-grid td { width:34%; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td img { }
.product-collateral .up-sell .generic-product-grid td.empty-product {}
#customer-reviews { margin-bottom:15px; }
#customer-reviews li { margin-bottom:25px; }
#customer-reviews li p { clear:both; }
.product-collateral .add-tag-box .input-box { float:left; width:302px; margin-right:8px; }
.product-collateral .add-tag-box .input-box .input-text { width:300px;  }
.tags-list { margin-bottom:15px; }
.tags-list li {
    display:inline;
    background:url(../images/separator.gif) no-repeat 100% .4em;
    padding:0 8px 0 4px;
    }
.tags-list li.first { padding-left:0; }
.tags-list li.last { background:none; }
.add-tag-box { background:url(../images/icon_tag_add.gif) no-repeat 0 2px; padding-left:23px; }
.product-review-box { padding-bottom:10px; }
.product-review-box table { width:456px; margin:8px 0 0; }
.product-review-box td,
.product-review-box th { text-align:center; }
.product-review-box td.label { width:100px; text-align:left; }

/* Product Detail sidebar */
.mini-related-items .head{display:none;}
.mini-related-items .head h4 { background-image:url(../images/icon_clip.gif); }
.mini-related-items .product-images {text-align:center; margin:0px auto; float:none;  background: transparent url(../images/imagelistbg.png) no-repeat center; height:141px; width:160px; }
.mini-related-items .product-images a { display:block; }
.mini-related-items .product-images input { float:left; /*margin-right:4px; margin-left:-6px;*/ }
.mini-related-items .product-images .checkbox-container { float:left; width:15px; }
.mini-related-items .product-details { text-align:center }
.mini-related-items ol li { padding-left:0 ; padding-right:0; }
#product_tabs_related_contents .base-mini .product-details[class]{ margin:10px 0px; text-align:center;}


/********************** Checkout */
select.address-select { width:630px; }

.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }
.payment-methods select.month { width:146px !important; margin-right:10px; }
.payment-methods select.year { width:100px !important; }
.payment-methods input.cvv { width:3em !important; }

/* Shopping Cart */
.shopping-cart  { margin-bottom:0; }
.shopping-cart th, .shopping-cart td { padding-left:13px; padding-right:13px; }
.shopping-cart th .tax-flag {font-size:0.9em; font-weight:normal; display:block; }
.shopping-cart tr.error { background:#FDE6E0 !important; }
.shopping-cart .continue-shopping { float:left; }
.shopping-cart-item-message {margin-bottom:5px;font-size:95%;margin-top:6px; }

td.attributes-col { line-height:1.4em; }
td.attributes-col ul { margin:5px 0; font-size:.95em; }
td.attributes-col dt { margin-top:.5em; }
td.attributes-col dd ul { margin:0 0 5px 0; list-style:disc; }
td.attributes-col dd ul li { margin-left:15px; }
td.attributes-col h4.title { padding:0; margin:0; font-size:1em; color:#2f2f2f; width:100%; overflow:hidden; }
td.attributes-col h4.title a { font-weight:bold; color:#96908e; text-decoration:none; }
#shopping-cart-table .cart-price .price{color:#ebbfa0;}
#shopping-cart-table .form-button-alt{}
.shopping-cart-totals {
    width:248px;
    float:right;
    margin-top:25px;
    border:1px solid #333131;
    background:#2b2a29;
    text-align:right;
    }
.shopping-cart-totals table { width:100%; margin:7px 0; }
.shopping-cart-totals td { padding:0 15px; }
.shopping-cart-totals tr.last td {}
.shopping-cart-totals tfoot td {
    padding-top:10px;
    font-size:1.3em;
    border:none!important;
    }
.shopping-cart-totals .checkout-types { padding:8px 15px 15px; }
.shopping-cart-totals .checkout-types li { clear:both;  margin:10px 0; }

/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; }
.tax-total .tax-collapse { float:right; 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 tax info */
.cart-tax-info, .cart-price { padding-right:20px; color:#ebbfa0; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }


.shopping-cart-collaterals {
    float:left;
    width:680px;
    padding:25px 0;
    }
.shopping-cart-collaterals .box {
    margin-bottom:18px;
    padding:12px 15px;
    border:1px solid #333131;
    background:#2b2a29;
	overflow:hidden;
    }
.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:#fff;
    background-repeat:no-repeat;
	font-weight:normal;
    background-position:0 0;
    padding:1px 0 1px 0px;
    text-transform:uppercase;
    }
	.shopping-cart-collaterals .upsell h4
	{
		color:#96908E;
	}
.shopping-cart-collaterals .discount-codes h4 { }
.shopping-cart-collaterals .shipping-estimate h4 {  }
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }
.shopping-cart-collaterals .upsell {
    width:42.5%;
    border:1px solid #333131;
    padding:12px 15px;
    background:transparent;
    }
.shopping-cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #d0cdc9; }
.shopping-cart-collaterals .upsell .product-shop { width:200px;  }
.shopping-cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.shopping-cart-collaterals .upsell .product-shop button.form-button{ background:none; float:none; }
.shopping-cart-collaterals .upsell .product-shop button.form-button span{ background:none; float:none; padding:0px; color:#696767; margin:0px;}
.shopping-cart-collaterals .upsell .product-shop small{float:none; clear:both; background:none}
.shopping-cart-collaterals .upsell .product-shop small a{ font-size:12px; line-height:25px; color:#696767; text-transform:uppercase; text-decoration:none; }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
	.shopping-cart-collaterals .upsell .product-shop h5 a
	{
	color:#96908E;
font-weight:bold;
text-decoration:none;
	}
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }


/* One-Page checkout */
.one-page-checkout li.section { position:relative; }
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box { padding:15px 10px;}
.one-page-checkout .head { margin-bottom:0; padding:4px 8px 6px 8px;  }
.one-page-checkout .tool-tip { right:8px; }
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999; font-size:1.05em; }
.one-page-checkout h4 { padding-bottom:5px; margin-left:0px; text-transform:uppercase; color:#1888CA; font-size:18px;
font-weight:normal; }
#checkoutSteps p
{
color:#828282;
font-size:12px;
}
#checkoutSteps .form-list label
{
color:#857e75;
font-weight:normal;
}
#checkoutSteps .col-1
{
color:#857e75;
line-height:24px;
border-right:1px solid #333131;
/*padding-top:20px;*/
}

#checkoutSteps strong
{
color:#828282;
line-height:24px;
}
#checkoutSteps .col-2 strong 
{
line-height:28px;
color:#939393;
}
#checkoutSteps .col-2 p
{
color:#6e6b68;
}
#checkoutSteps .col-1 .button-set a{ color:#575757;}
#checkoutSteps .col-1 strong
{
text-transform:uppercase;
line-height:24px;
}
#checkoutSteps .disc
{
margin-top:10px;
}
#checkoutSteps .col2-set{ width:100%;}
#checkoutSteps .col-2 .memberlogin
{
margin:0px 0px 0px 0px;
}
#checkoutSteps .col-2 .memberlogin strong
{
font-weight:normal;
}
#checkoutSteps .disc li
{
list-style:none;
padding-left:15px; background: transparent url(../images/submenu-icon.png) no-repeat left center; margin-left:0px;
line-height:24px;
color:#a49e96;
}
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { background:#000; border:1px solid #333131; font-size:.9em; padding:2px 6px; 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 { cursor:pointer; }
.one-page-checkout .active .head { margin-bottom:0; padding-bottom:5px; cursor:default; }
.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#857E75; }
.one-page-checkout .active h3 { color:#F18200; }
.one-page-checkout .allow .step-count { background:transparent none; border:1px solid #333131; }
.one-page-checkout .active .step-count { color:#fff; border:1px solid #f19900; background:#F18200; }
.one-page-checkout .active .box { display:block;  }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { border:1px solid #333131; background:transparent none; margin-bottom:6px; }
.one-page-checkout-progress h4 { margin:0; color:#857E75; padding:2px 8px; background:transparent none; text-transform:none;  }
.one-page-checkout-progress h4.complete { border-bottom:1px solid #333131; background:transparent none; color:#5e8ab4; }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { padding:8px 13px; color:#999;
 }
 
 .one-page-checkout #checkout-review-table{color:#999;}
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { }
#opc-review .data-table { border-top:0; }
.opc-please-wait { padding-right:7px; }
.one-page-checkout a.back {margin-right:10px; background:url(../images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:0em; }


.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }

/* Multiple Addresses checkout */
.multi-address-checkout-description {
    margin-top:-15px;
    margin-bottom:15px;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #bbb6a5;
    background:url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6;
    }
.multi-address-checkout-box .legend {
    float:left;
    margin-top:-10px;
    margin-bottom:0;
    margin-left:15px;
    border:1px solid #F18200;
    background:#F9F3E3;
    color:#F18200;
    padding:2px 8px;
    }
.multi-address-checkout-box .content {
    padding:15px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #BBAFA0;
    background:#F9F3E3;
    padding:5px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .tool-tip { left:-23px; }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-box .head h5 { color:#E26703; }
.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 #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.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 { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }

/* 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 #333131;
    border-top:0;
    padding:15px 0px;
    background:transparent;
}

.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
}


.giftmessages .gift-box {
    background-color:#f6f1eb;
    border-top:1px solid #e9e4de;
    border-bottom:1px solid #e9e4de;
    padding:22px 16px 22px 22px;
}

.giftmessages .gift-box .scroll-box
{
    overflow:auto;
    height:260px;
}

.giftmessages .product-image
{
    border:1px solid #d2d1cd;
}

.no-border {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:none;
}

.no-padding { padding:0 !important; }
.no-margin { margin:0 !important; }

.giftmessages .giftmessage-product-info {
    padding-left:10px;
}

.giftmessages .numeration
{
    font-weight:bold;
    color:#8a8987;
}

.giftmessages .gift-box label { color:#918d8e; }

.giftmessages .group-select li .input-box { float:left; width:260px; }
.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { width:495px; }
.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.giftmessages .group-select li .input-box select { width:256px; }

/********************** Customer */

/* Customer Name */

.customer-name-prefix .name-prefix { width:60px !important; }
.customer-name-prefix .name-prefix input { width:45px !important; }
.customer-name-prefix .name-prefix select { width:51px !important; }
.customer-name-prefix .name-firstname { width:215px !important; }
.customer-name-prefix .name-firstname input { width:190px !important; }

.customer-name-middlename .name-firstname { width:215px !important; }
.customer-name-middlename .name-firstname input { width:200px !important; }
.customer-name-middlename .name-middlename { width:60px !important; }
.customer-name-middlename .name-middlename input { width:35px !important; }

.customer-name-suffix .name-lastname { width:205px !important; }
.customer-name-suffix .name-lastname input { width:190px !important; }
.customer-name-suffix .name-suffix { width:50px !important; }
.customer-name-suffix .name-suffix input { width:45px !important; }
.customer-name-suffix .name-suffix select { width:51px !important; }

.customer-name-prefix-middlename .name-prefix { width:60px !important; }
.customer-name-prefix-middlename .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename .name-firstname { width:215px !important; }
.customer-name-prefix-middlename .name-firstname input { width:190px !important; }
.customer-name-prefix-middlename .name-middlename { width:50px !important; }
.customer-name-prefix-middlename .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename .name-lastname { width:200px !important; }
.customer-name-prefix-middlename .name-lastname input { width:200px !important; }

.customer-name-prefix-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-suffix .name-firstname { width:215px !important; }
.customer-name-prefix-suffix .name-firstname input { width:190px !important; }
.customer-name-prefix-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-suffix .name-suffix select { width:51px !important; }

.customer-name-middlename-suffix .name-firstname { width:215px !important; }
.customer-name-middlename-suffix .name-firstname input { width:200px !important; }
.customer-name-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-middlename-suffix .name-suffix select { width:51px !important; }


.customer-name-prefix-middlename-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename-suffix .name-firstname { width:155px !important; }
.customer-name-prefix-middlename-suffix .name-firstname input { width:140px !important; }
.customer-name-prefix-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-suffix select { width:51px !important; }

.customer-dob .input-box { float:left; width:60px !important; }
.customer-dob input { width:50px !important; }
.customer-dob label.label-dob { font-weight:normal; color:#888; font-size:10px; }

/* My Account navigation */
.account-nav { border:1px solid #333131; }
.account-nav .head {
   margin:0;
   background:#2C2B2B none repeat scroll 0 0;
   padding:3px 10px;
    }
.account-nav .head h3 { color:#696767; font-size:1.1em; }
.account-nav ul { background:transparent; padding:4px 10px 10px 10px; }
.account-nav li a, .account-nav li.on { padding:3px 0;  }
.account-nav li a { display:block; border-bottom:1px solid #333131; /*background:url(../images/account_nav_link_bg.gif) no-repeat 10px 8px;*/ }
.account-nav li a, .account-nav li a:hover { color:#5f5d5c; text-decoration:none; }
.account-nav li a:hover { color:#1684c5; }
.account-nav li.on { border-bottom:1px solid #333131; /* background:url(../images/account_nav_on_bg.gif) no-repeat 10px 8px;*/  color:#1684c5; font-weight:bold; }
.account-nav li.on a { padding:0; }
.account-nav li.last, .account-nav li.last a { border-bottom:0; }


/* Login */
.login-box .col-1, .login-box .col-2 { border:1px solid #333131; background:transparent none; }
.login-box .content { background:transparent none; padding:14px 21px; }
.login-box p {
    min-height:16px;
    border-bottom:1px solid #333131;
    margin-bottom:1.2em;
    padding-bottom:7px;
    padding-left:0px;
    background-position:0 1px;
    background-repeat:no-repeat;
    font-size:1.05em;
    color:#ffffff;
    text-transform:uppercase;
    }
.login-box .new-users h4 { }
.login-box .registered-users h4 { }
.login-box .button-set { margin:0; border:none; background:transparent; border-top:1px solid #333131; padding-bottom:8px; padding-left:10px }
.login-box .content { min-height:187px; }
#send2{ margin-left:10px;}

/* Dashboard */.account-box {
    margin-bottom:20px;
    border:1px solid #333131;
    border-right-color:#333131;
    border-bottom-color:#333131;
    background:transparent;
    padding:15px;
    }
.account-box .head { margin-bottom:10px; border-bottom:1px solid #333131; }
.account-box h4 { color:#adadad; font-size:1.1em; text-transform:uppercase; }
.account-box .inner-head { margin-bottom:8px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding-bottom:7px; text-align:right; }
.account-box h5 { font-size:1.1em;   }
.account-box h5 a { font-weight:normal; }
.account-box h6 { text-transform:uppercase; }
.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#0a263c;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    }
.account-box ol .content { margin-left:20px; 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:8em; margin-bottom:1.5em; font-size:1.1em; }
.account-box .head h4 { padding-left:0px; min-height:17px; background-repeat:no-repeat; background-position:0 0; }
.ad-orders .head h4 {}
.ad-account-info .head h4 {}
.ad-tags .head h4 {  }
.ad-reviews .head h4 {  }


/* Account Addressbook */
.primary-address-list h4, .address-list h4 {font-size:1.1em; color:#aaa; text-transform:uppercase; }
.primary-address-list li {
    margin-bottom:10px;
    border:1px solid #333131;
   
    padding:10px 13px 8px 13px;
    }
.primary-address-list li .head { margin:0; }
.address-list li { margin-bottom:1em; }
.address-list .actions { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }

/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products tr { background:#EEEDED; }
.compare-products td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { 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 #9eb8cb;
    border-left:1px solid #BEBCB7;
    background:url(../images/comparison_table_label_bg.gif) repeat-y 100% 0 #d9e5ee !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; }
.compare-products tr.last td {border-bottom:1px solid #ccc!important; }

/* 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:538px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.5; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .pipe { display:none; }
.my-review-detail .ratings a { display:block; }


/* Gift Messages */
.giftmessage { padding:10px 0 0 0; }
.giftmessage-preview-link { font-size:11px; padding-right:7px; background-repeat:no-repeat; background-position:right 5px; }
.giftmessage-row { background-color:#f2efe9; }
.giftmessage-content { float:left; }
.giftmessage-close { float:right; }
.expand { background-image:url(../images/gift-message-expand.gif); }
.collapse { background-image:url(../images/gift-message-collapse.gif); }



/********************** Print pages */
table.print .giftmessage-preview-link { display:none !important; }
table.print .price-excl-tax { white-space:nowrap; }
table.print .price-incl-tax { white-space:nowrap; }
table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price { display:inline; }


/********************** Pop up pages */
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.page-popup .print-head { margin:0 0 15px; }
.page-popup .print-head img { float:left; }
.page-popup .print-head address { float:left; margin-left:15px; }
.product-gallery-nav { padding:0 5px; }



/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
.nowrap,
.nobr { white-space:nowrap !important; }

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto; }

/* Link highlights */
.link-cart { color:#696767 !important; font-weight:normal !important; text-decoration:none; }
.link-remove { color:#696767 !important; }
.link-print { background:url(../images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; }
.link-feed { background:url(../images/icon_feed.png) no-repeat left center; padding-left:18px; line-height:1.15; }

.order-access { padding-bottom:8px; }
.order-info { border:solid 1px #333131; background:transparent; padding:4px 8px; }
.order-info span { display:block; float:left; }
.order-info ul { display:inline; }
.order-info li { display:inline; padding-right:7px; padding-left:3px; }
.order-info li.selected { font-weight:bold; background:url(../images/point-con.gif) no-repeat fixed center bottom; }

/* Noscript Notice */
.noscript { border:1px solid #000; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* For Demo store only */
.demo-notice { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }

/* Class: std - styles for admin-controlled content */
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std .a-top { text-align:right; }



/**************new styles***************/
.home-add
{
margin-bottom:23px;
}
.advertisement
{
position:absolute;
top:-103px;
height:700px;
}
.product-listbanner_img
{
    width:700px;
    overflow:hidden;
}
.product-desp
{
margin:10px 0px 0px;
padding:0px;
text-align:center;
}
.advertisement img
{
}
.clear
{
clear:both;
display:block;
height:0px;
font-size:1px;
overflow:hidden;
}
.product-listbanner
{
width:730px;
height:177px;
}
.product-despdetail
{
text-align:center;
}
.toplink
{
	float:right;
}
/*.toplink li
{
background:none;
border-right:1px solid #7d797a;
}*/

.toplink a
{
color:#7d797a;
text-decoration:none;
/*margin-left:5px;*/
font-size:11px;
}
.topnav
{
overflow:hidden;
width:380px;
ttext-align:right:
}





	.mini-cart .price
	{
	font-weight:normal;
	font-size:11px;
	color:#EBBFA0;
	font-weight:bold;
	}
	.mini-cart .content a
	{
		color:#857e75;
	}
	.upsell-productlistdesp
	{
	text-align:center;
	margin-top:10px;
	}
	.upsell-productlistdesp .ratings a
	{
	color:#8b8381;
	text-decoration:none;
	font-weight:bold;
	padding-right:6px;
	padding-left:6px;
	font-size:11px;
	}
	.upsell-productlistdesp .ratings .pipe
	{
	color:#8b8381;
	font-weight:bold;
	}
	.product-info-box .upsell-productlistdesp .ratings
	{
	margin-left:0px;
	}
	.upsell-productlistdesp .rating-box
	{
	background:transparent url(../images/product_rating_blank_star.gif) repeat-x scroll 0 0;
	float:left;
	height:17px;
	margin:0 0 7px 61px;
	position:relative;
	width:68px;
	}
	.tabs
	{
	height:30px;
	margin:0px 0px 3px 0px;
	padding:0px;
	overflow:hidden;	
	}
	.tabs li
	{
	float:left;	
	display:inline;
	background: transparent url(../images/detailoffline.gif) no-repeat center ;
	height:30px;
	width:32%;
	margin-right:5px;
	}	
	.tabs li.active
	{
	background: transparent url(../images/detailonline.gif) no-repeat center ;
	height:30px;
	width:32%;
	}
	.tabs li a
	{
	line-height:28px;
	text-decoration:none;
	display:block;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	
	}
	#product_tabs_review_contents input,  #product_tabs_review_contents textarea
	{
	background-color:#131212;
	border:1px solid #333131;
	color:#7d797a;
	}
	#product_tabs_description_contents .product-specs
	{
	margin-bottom:20px;
	}
	.tabs li.active a
	{
	color:#1083c6;
	text-decoration:uppercase;
	}
	#product_tabs_description_contents
	{
		padding:10px;
	}
	#product_tabs_related_contents .base-mini
	{
	border:none;
	}
	#product_tabs_related_contents .content, #product_tabs_related_contents ol
	{
	background:none;
	border:none;
	padding:0px;
	}
	#product_tabs_related_contents ol
	{
	overflow:hidden;
	}
	#product_tabs_related_contents ol li
	{
	float:left;
	width:25%;
	display:inline;
	}
	#product_tabs_related_contents .product-details a
	{
	color:#96908e;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	}
	
	.itemstyle
	{
	color:#878787;
	font-size:11px;
	font-weight:bold;
	
	}
	
	.itemstyle span
	{
	color:#fff;
	font-size:11px;
	}
	.availability span
	{
	color:#878787;
	font-size:11px;
	font-weight:bold;
	}
	.availability span .stockavailability
	{
	color:#fff;
	}
	
	#product-options-wrapper dl
	{
	overflow:hidden;
	margin-bottom:10px;
	margin-top:0px;
	padding:0px;
	}
	#product-options-wrapper dt
	{	
	margin-right:10px;
	}
	#product-options-wrapper dt label
	{
	font-weight:normal;
	}
	#product-options-wrapper dd
	{	
	width:100%;
	padding:10px 0px;
	margin:0px;
	}
	p.menberlogin
	{
	margin-bottom:0px;
	margin-top:30px;
	}
	#checkout-step-login .input-text
	{
	background:transparent url(../images/loginfieldbd.gif) no-repeat center;
	border:medium none;
    height:28px;
    padding:10px 0 0 0px;
    width:322px;
    margin:0 0 0 0px;
	}
	#checkout-step-login .form-button span{padding:0px 25px;}
	.button-set a
	{
	text-transform:uppercase; 
	text-decoration:none;
	}
	.footcontent
	{
	background: url(../images/content-bottom-bg.gif) no-repeat left top;
	height:12px;
	}
	.smalladd
	{
	margin-left:4px;
	}
	.side-nav
	{
	background:transparent url(../images/leftmenu-content.gif) repeat-y center;
	width:237px;
	}
	.leftmenu-bottom
	{
	background:transparent url(../images/leftmenubg-bottom.gif) no-repeat center;
	height:12px;
	width:237px;
	}
	.leftmenu-top
	{
	background:transparent url(../images/leftmenu-top.gif) no-repeat top center;
	height:12px;
	width:237px;
	}
	.categorylist
	{
	background: transparent url(../images/leftmenudivider.gif) repeat-x bottom;
	padding-bottom:10px;
	margin-bottom:5px;
	}
	.copyright
	{
	padding:20px 20px;
	overflow:hidden;
	}
	.informational
	{
	float:left;
	}
	p.legality
	{
	float:right;
	margin:0px;
	padding:0px;
	}
	
	.mini-newsletter label
	{
	line-height:20px;
	}
	
	.emptycontent
{
overflow:hidden;
}
.nocontent
{
float:right;
margin-top:4px;
width:69%;
line-height:18px;
font-weight:bold;
}
.emptyimg
{
float:left;
width:47px;
}
.discount-codes .left
{
float:none;
}
#opc-login h3
{

}
#checkout-step-billing
{
border:1px solid #333131;
}
.layered-nav .actions{background:transparent url(../images/layered-bg.gif) repeat-y scroll 0 0;
}
.narrowed-category{background:transparent url(../images/layered-bg.gif) repeat-y scroll 0 0; width:700px;}
.layeredselectedlist .narrowed-category{background:none;width:auto;}
.mini-newsletter .form-button-alt span
{
font-weight:normal;
font-size:11px;
}


.currentproductitem span.empty
{
background:transparent url(../images/currentleft.png) no-repeat scroll left center;
color:#FFFFFF;
float:left;
height:25px;
padding:0 5px 0 0;
}
.currentproductitem .widget-btn { 
background:transparent url(../images/currentright.png) no-repeat scroll right center;
color:#FFFFFF;
float:left;
font-size:11px;
height:25px;
font-weight:normal;
text-transform:uppercase;
line-height:25px;
margin:0;
padding:0 5px 0 7px;
text-decoration:none;
}
.currentproductitem .widget-btn span
{
font-weight:bold;
}
.currentproductitem .remove_link
{
line-height:24px;
padding:4px 15px 0 1px;
}
.narrowed-category li span.label
{
float:left;
margin-right:15px;
}
.narrowed-category li
{
	overflow:hidden;
	margin:10px 0px;
}
.layeredselectedlist
{
margin:0px;
padding:0px;
overflow:hidden;
}
.layeredselectedlist h4
{
float:left;
color:#8d8d8d;
text-transform:uppercase;
line-height:26px;
font-size:11px;
margin:10px 15px 10px 0px;
}
.narrowed-category li
{
float:left;
margin-right:10px;
}
.mini-newsletter .content
{

padding-top:2px;
}


.proceedtoceechout
{
float:right;
cursor:hand;
cursor:pointer;

}
.proceedtoceechout a
{

background:transparent url(../images/btn_proceed_to_checkoutleft.png) no-repeat left center;
height:40px;
line-height:40px;
padding:0px 3px 0px 10px;
float:left;
text-decoration:none;
cursor:hand;
cursor:pointer;
}
.proceedtoceechout a span
{
 
background:transparent url(../images/btn_proceed_to_checkoutright.png) no-repeat right center;
height:40px;
line-height:40px;
line-height:40px;
color:#fff;
float:right;
font-family:Tahoma;
font-size:12px;
letter-spacing:1px;
text-align:center;
font-weight:bold;
padding:0px 15px 0px 10px;
cursor:hand;
cursor:pointer;
}
.pages img
{
vertical-align:middle;
}
.bundleproductlist
{
    overflow:hidden;
    border-bottom:1px solid #333131;
    padding-bottom:10px;
    padding-top:10px;
}
.mini-product-tags .emptytag.content
{
    background:transparent none 0 0;
}
#recently-viewed-items a
{
    color:#857E75;
    text-decorarion:none;
}
.side-col .mini-compare-products
{
    margin:0px;
}


/* Google Chrome hack */
body:nth-of-type(1) .elementOrClassName
{
/* properties go here */
}
#shopping-cart-totals-table
{
color:#96908E;
}
#shopping-cart-totals-table strong
{
font-weight:normal;
}
.col-right
{
margin-top:10px;
}
.mini-compare-products .actions button
{
margin-left:23px;
}
.col-1-layout .layered-nav{width:962px;}
.col-1-layout .layered-nav .head {
background:transparent url(../images/one-columnlayeredtop.png) no-repeat scroll 0 0;
height:38px;
margin:0;
}
.col-1-layout .narrow-by dl {
background:transparent url(../images/onecolumn-layeredmid.png) repeat-y scroll 0 0;
padding:0 0 0;
}
.col-1-layout .layerbottom {
background:transparent url(../images/onecolumn-layered-bot.png) no-repeat scroll left bottom;
height:15px;
}
.homebanner
{
margin-top:0px;
}

	@media screen and (-webkit-min-device-pixel-ratio:0) {
	.proceedtoceechout a
	{
	
	}
	.currentproductitem .widget-btn
	{
	padding:0 2px 0 7px;
	}
	.currentproductitem .remove_link
	{
	padding:4px 0px 0 20px;
	}
	.best-selling .addtocart-btn
	{
	/*width:110px;*/
	}
    .listing-type-grid .addtocart-btn
    {
        margin-left:20px;
    }
	.form-button
	{	
	padding:0px 9px 0px 3px;	
	height:21px;
	line-height:21px;
	
	}
	.form-button-alt
	{
	padding:0px 9px 0px 3px;	
	height:21px;
	line-height:21px;
	
	}
	.form-button span
	{
	
	height:21px;
	line-height:21px;
	padding:0px 13px 1px 9px;
	text-transform:none;
	margin-top:-1px;
	
	}
    #checkoutSteps #billing-buttons-container button.form-button
    {
        float:right;
    }
	.form-button-alt span
	{
	height:21px;
	line-height:21px;
	padding:0px 13px 1px 9px;
	text-transform:none;
	margin-top:-1px;
	}
	.listing-type-grid .form-button-alt, .mini-related-items .form-button-alt, #checkoutSteps .form-button-alt 
	{
	padding:0px 9px 0px 3px;
	}
	.listing-type-grid .form-button, .mini-related-items .form-button, #checkoutSteps .form-button
	{
	padding:0px 9px 0px 3px;
	}
	.listing-type-grid .form-button span, .mini-related-items .form-button span, #checkoutSteps .form-button span
	{
	
	padding:0px 13px 1px 9px;
line-height:26px;
	}
	.listing-type-grid .form-button-alt span, .mini-related-items .form-button-alt span, #checkoutSteps .form-button-alt span
	{
	/*margin-top:-2px;*/
	padding:0px 13px 0px 9px;
line-height:26px;
	}
	.product-shop .form-button-alt
	{
	padding:0px 9px 0px 3px;
	}
	.product-shop .form-button
	{
	padding:0px 9px 0px 3px;
	}
	.product-shop .form-button span
	{
	margin-top:-1px;
	padding:0px 13px 1px 9px;
line-height:30px;
	}
	.product-shop .form-button-alt span
	{
	margin-top:-1px;
	padding:0px 13px 1px 9px;
line-height:30px;
	}
	
.brands { background-color:#339; width:600px; color:#0F0; display:block; }

.mini-newsletter { width:100px;  } 




#contactinfo { background-color:#e4e4e4;  }

.category-description  { background-color:#e4e4e4;  }


.country  { padding:20px; float:left; width:200px; border:1px solid #e4e4e4; display:block; }
.rate  { padding:20px; float:left; width:200px; border:1px solid #e4e4e4; display:block; }



/**** bauttons css{  .listing-type-grid .form-button, .mini-related-items .form-button, #checkoutSteps .form-button
	{
	float:left;
	background:transparent url(../images/addtocart-left.png) no-repeat left center;
    padding:0px 7px 0px 0px;
	#padding:0px 7px;
	border:none;
	height:25px;
	line-height:25px;
    margin-left:0px;
    position:relative;
	}
	.listing-type-grid .form-button-alt, .mini-related-items .form-button-alt, #checkoutSteps .form-button-alt
	{
	float:left;
	background:transparent url(../images/addtocart-left.png) no-repeat left center;
	padding:0px 7px 0px 0px;
	border:none;
	height:25px;
	line-height:25px;
    margin-left:0px;
    position:relative;
	}
	.listing-type-grid .form-button span, .mini-related-items .form-button span, #checkoutSteps .form-button span
	{
	float:right;
	background:transparent url(../images/addtocart-right.png) no-repeat right center;
	height:25px;
	line-height:25px;
	padding:0px 13px 0px 9px;
	text-transform:uppercase;
	
    margin-left:0px;
	color:#fff;
	font-weight:bold;
	font-size:11px;
    position:relative;
	} 
	.listing-type-grid .form-button-alt span, .mini-related-items .form-button-alt span, ##checkoutSteps .form-button-alt span
	{
	float:right;
	font-size:11px;
	background:transparent url(../images/addtocart-right.png) no-repeat right center;
	height:25px;
	line-height:25px;
	padding:0px 13px 0px 9px;
	text-transform:none;
	margin-top:-2px;
	color:#fff;
	font-weight:bold;
    margin-left:0px;
    position:relative;
	}
	.product-shop .form-button
	{
	float:left;
	background:transparent url(../images/addtoleft.png) no-repeat left center;
	padding:0px 7px 0px 0px;
	border:none;
	height:29px;
	line-height:29px;
	}
	.form-button
	{
	float:left;
	background:transparent url(../images/btn-left.png) no-repeat left center;
	padding:0px 0px 0px 5px;
	border:none;
	height:21px;
	line-height:21px;
	}
	.product-shop .form-button-alt
	{
	float:left;
	background:transparent url(../images/addtoright.png) no-repeat left center;
	padding:0px 7px 0px 0px;
	border:none;
	height:29px;
	line-height:29px;
	}
	.form-button-alt
	{
	float:left;
	background:transparent url(../images/btn-left.png) no-repeat left center;
	padding:0px 7px 0px 0px;
	border:none;
	height:21px;
	line-height:21px;
	}
	.product-shop .form-button span
	{
	float:right;
	background:transparent url(../images/addtoright.png) no-repeat right center;
	height:29px;
	line-height:29px;
	padding:0px 13px 0px 9px;
	text-transform:uppercase;
	margin-top:-2px;
	color:#fff;
	font-weight:bold;
	}
	.form-button span
	{
	float:right;
	background:transparent url(../images/btn-right.png) no-repeat right center;
	height:21px;
	line-height:21px;
	padding:0px 13px 0px 9px;
	text-transform:uppercase;
	margin-top:-2px;
	color:#fff;
	font-weight:bold;
	}
	.product-shop .form-button-alt span
	{
	float:right;
	background:transparent url(../images/addtoright.png) no-repeat right center;
	height:29px;
	line-height:29px;
	padding:0px 13px 0px 9px;
	text-transform:none;
	margin-top:-2px;
	color:#fff;
	font-weight:bold;
	}
	.form-button-alt span
	{
	float:right;
	background:transparent url(../images/btn-right.png) no-repeat right center;
	height:21px;
	line-height:21px;
	padding:0px 13px 0px 9px;
	text-transform:none;
	margin-top:-2px;
	color:#fff;
	font-weight:bold;
	}
	.best-selling .listing-type-grid .addtocart-btn
	{
	margin:0 0px 0px 47px;
	overflow:hidden;
	text-align:center;
    width:auto;
	
	}
    .listing-type-grid .addtocart-btn
{
    margin-left:20px;
}
.mini-related-items .addtocart-btn
{
    margin-left:33px;
}

***/

d-items .addtocart-btn
{
    margin-left:33px;
}




