/**
3 * 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.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#f9f9f9 url(../images/bkg_body.gif) 0 0 repeat-x; font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:center; }
@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('fonts/helveticaneue_bold-webfont.eot');
    src: url('fonts/helveticaneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue_bold-webfont.woff') format('woff'),
         url('fonts/helveticaneue_bold-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue_bold-webfont.svg#HelveticaNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaCondensedBold';
    src: url('../fonts/helvetica-condensed_bold-webfont.eot');
    src: local('?'), url('../fonts/helvetica-condensed_bold-webfont.woff') format('woff'), url('../fonts/helvetica-condensed_bold-webfont.ttf') format('truetype'), url('../fonts/helvetica-condensed_bold-webfont.svg#HelveticaCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaBold';
    src: url('../fonts/helveticabd-webfont.eot');
    src: local('?'), url('../fonts/helveticabd-webfont.woff') format('woff'), url('../fonts/helveticabd-webfont.ttf') format('truetype'), url('../fonts/helveticabd-webfont.svg#HelveticaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaRegular';
    src: url('../fonts/helvetica-webfont.eot');
    src: url('../fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-webfont.woff') format('woff'),
         url('../fonts/helvetica-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-webfont.svg#HelveticaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

img           { border:0; vertical-align:middle; }

a             { color:#878787; text-decoration:none; cursor:pointer }
a:hover       { text-decoration:underline; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
p.credits { display: none;}
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.nobr  a      ,.my-account .nobr span.separator  {  white-space: nowrap;}
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; display:none }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */

/* Layout ================================================================================ */
.wrapper {  }
.page {padding-bottom:30px}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { clear: both;width:960px; margin:0 auto;}
.main {   text-align:left; position: relative;z-index: 1; }
/* Base Columns */
.sidebar {  width: 225px;}
.col-left { float:left;   }
.cms-index-index .col-left, .cms-index-index .col-right{margin-top:20px}
.col-main { float:left; width:713px; padding: 0px;min-height: 248px; /*margin:20px 0;*/}

.col-right { float:right;  }
.main{clear:both}
.cms-index-noroute .main{margin-top:20px}
.cms-typography .page-title h1{margin-bottom:10px}
/* 1 Column Layout */

.col1-layout{background:url(../images/b_01.png) left top no-repeat}
.col1-layout{/*background:url(../images/col1-bottom.png) left bottom no-repeat; margin-bottom:20px*/}
.cms-index-index .col1-layout .col-main {padding:0 !important; background:none; margin:0; width:960px}
.cms-index-index .col1-layout{background:none}
.col1-layout .main{background:url(../images/bkg_main_col1top.png) right top no-repeat;}
.cms-index-index .col1-layout .main{background:none; padding-top:5px}
.col1-layout .col-main{background:url(../images/bkg_main_col1.png) right bottom no-repeat ; padding:0px 25px 30px; width:910px; margin-top:9px}
.page-title h1, .crosssell h2, .catalog-title {background:url(../images/bkg_title.png) left top repeat-y;padding:0px 17px 0 !important;margin:0 -15px; font-size:18px !important; line-height:38px !important; font-weight:normal}
 .col2-right-layout .page-title h1, .col2-left-layout .page-title h1,.col2-right-layout .catalog-title, .col2-left-layout .catalog-title{margin:0 -17px}
.cart-top, .page-cart-empty {background:url(../images/col1-bottom.png) left bottom no-repeat; padding-bottom:11px;}
.checkout-cart-index .col1-content, .cart-empty{background:url(../images/col1-center.png) 0 0 repeat-y; padding:0 25px 20px}
.checkout-cart-index .main, .checkout-cart-index .col-main{background:none; padding:0; margin:0;}
.checkout-cart-index .col-main{width:960px;}
.catalogsearch-result-index .catalog-title{background:none}



 .col2-right-layout .col-main{float:left}
 .col2-left-layout .col-main{float:right}
 
 .col2-left-layout  .col-main, .col2-right-layout  .col-main {background:url(../images/bkg_main.png) right bottom no-repeat ; padding:0px 25px; width:663px; margin-top:8px}
.col-wrapper_bottom{background:url(../images/bkg_category_bottom.png) right bottom no-repeat; height:8px; width:713px}
 .catalog-category-view .main, .catalog-product-view .main{margin-top:0px}
 
.col-wrapper{background:url(../images/bkg_category_center.png) 0 0 repeat-y ; padding:0 25px; width:663px; margin-top:8px; }
.cms-index-index .col2-left-layout .col-wrapper,
 .cms-index-index .col2-right-layout .col-wrapper{padding:0 25px 20px}
.col2-left-layout  .col-main,.col2-right-layout  .col-main,
.col2-left-layout  .col-main,.col2-right-layout  .col-main{background:url(../images/bkg_main_top.png) right top no-repeat; margin:20px 0; padding:0; margin:0; width:auto}
.cms-index-index .col2-left-layout  .col-main,.cms-index-index .col2-right-layout  .col-main,
.cms-index-index .col2-left-layout  .col-main,.cms-index-index .col2-right-layout  .col-main{margin-top:20px}

.col3-layout .main{}
.col3-layout .col-main { width:470px;}
.col3-layout .col-wrapper { float:left; width:715px; background:none; padding:0; margin:0 }
.col3-layout .col-wrapper .col-main { float:right; background:url(../images/col3-top.png) right top no-repeat ;}
.col3-layout .col3-wrapper{background:url(../images/col3-center.png) 0 0 repeat-y ; padding:0px 25px 20px; margin-top:10px; position:relative; overflow: hidden;}
.col3-layout .col3-wrapper_bottom{background:url(../images/col3-bottom.png) 0 0 no-repeat ; height:21px}
.cms-index-index .col3-layout .col-wrapper .col-main{margin-top:20px}
/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:44.7%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */

/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2F2F2F; }
input.input-text,select,textarea { background:#fff; border:1px solid #d7d4d4; }
input.input-text,textarea { padding:4px; }
select {color:#3e3e3e}
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #d7d4d4; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; margin-top: -4px;}
input.checkbox { margin-right:3px; }
input.qty { text-align: left; width: 35px !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:28px !important; font:bold 12px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; background:url(../images/btncart_new.png) 0 0 no-repeat; padding-left:5px!important; float:left}
button.button span span { border:0; padding:0; background:url(../images/btncart_new.png) right -28px no-repeat; font-family:Arial; color:#ffffff; font-size:17px; font-weight:normal; line-height:29px; padding-right:10px; float:left  }

button.button .new-shop { display:block; height:28px !important; font:bold 10px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#3C3C3C; background:url(../images/btncart.png) 0 0 no-repeat; padding-left:5px!important; float:left}
button.button .new-shop .shop { border:0; padding:0; background:url(../images/btncart.png) right -28px no-repeat; font-family:Arial; color:#3C3C3C; font-size:10px; font-weight:normal; line-height:29px; padding-right:10px; float:left; text-transform: uppercase;}

button.disabled span { border-color:#bbb !important; background:#bbb !important; }


#containerDiv .ajaxcart .row2 a { height:28px !important;  background:url(../images/btncart.png) 0 0 no-repeat !important; border: none !important; /*padding:0 0 0 12px !important;*/}
#containerDiv .ajaxcart .row2 a span { border:none !important; padding:0 12px 0 5px !important;background:url(../images/btncart.png) right -28px no-repeat !important;line-height: 28px !important;display: block; color:#3C3C3C; font-family:Arial; font-size:10px; text-transform:uppercase; font-weight:normal }
#containerDiv .ajaxcart .row2 a { cursor: pointer;}

button.disabled span { border-color:#bbb !important; background:#bbb !important; }


/*button.button span ,
.link-cart,
.header .quick-access #top-chat-with-us-content a,
.header .quick-access #top-chat-with-us-content a  span span ,
.buttons-set p.back-link ,
.box-recent a.all span
{padding: 0 0px 0 0;height:22px; font: 11px/22px Arial; text-align:center; white-space:nowrap;text-transform: uppercase;display: block;color: #fff;}*/

/*button.button span span{ padding: 5px 12px 0;display: block; }

.buttons-set p.back-link a,
.box-recent a.all span
.checkout-types button.btn-checkout span {border:0 ;font-size: 10px;}*/

button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

.btn-remove  { display:block; width:15px; height:15px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden;background:url(../images/btn_delete.png) 0 0 no-repeat; }
.btn-remove2 { display:block; width:15px; height:15px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

.btn-edit    { /*display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden;*/ font-weight: normal;font-size: 11px; }

#checkout-review-submit button.btn-checkout {  clear: none;}
#checkout-review-submit { float: left; width:100%}


p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { }
/*.highlight { background:#efefef; }*/

/* product-name */
.product-name { margin:0; font-size:12px; }
.product-name a { color:#242220; }
/* End product-name */

/* Form lists */
/* Grouped fields */

.form-list li { margin:0 0 8px; }
.form-list label { color: #3e3e3e;
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
    position: relative;
    z-index: 0; }
.form-list label.required { position: relative;padding-right: 10px; margin-right:5px; float:left; margin-top:3px}
.form-list label.required em {  font-style:normal; position: absolute; right: 0; top: 0}
.form-list li.control label { float:none;font-weight: normal; color:#3e3e3e }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control input.checkbox { margin-top: -4px; margin-top: -5px\9;}
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box { margin-left: 120px;}
.form-list .input-box.select { background: none !important;  }
.form-list input.no-select {     height: 19px;   padding: 4px;   width: 259px; }
.form-list .field { float:left; width:302px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:273px; height: 22px; }
.form-list select.validation-failed { height: 26px !important; }
.form-list li.wide .input-box { width:675px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:10px 0 0; text-align:right; }
.buttons-set p.required { margin:0 0 10px;}
.buttons-set p.back-link { clear: both;  float: left; margin: 10px 0 0; }
.buttons-set button.button { float:left; clear: both; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset {clear: both;  float: left; }
.fieldset .legend { }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0;font-size:10px; font-weight:bold; line-height:13px; }
.validation-failed {  border:1px solid red}
input.validation-failed {   margin-left: 1px;   padding-left: 0;   padding-right: 6px;}
.validation-passed {}

p.required { font-size:11px; text-align:left;  }

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

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.cms-index-index .col-main .messages{margin-top:-20px !important}
.cms-index-index .col-main .messages li{margin:0 0 10px !important}
.messages li { margin:10px 0 0 !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { background-position:10px 13px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-family: Century Gothic; background-image:url(../images/i_msg-note.png); margin-bottom:0; }
.error-msg { border-color:#f16048; color:#df280a; padding-bottom: 2px !important;}
/*.success-msg { border: none !important; background-position: 10px 11px !important;}*/
.success-msg,
.note-msg,
.notice-msg {color:#3e3e3e; font-size:12px; font-weight:bold; font-family:Arial }


/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:11px 0 13px; font-family:Arial; min-height:10px; overflow:hidden}
.col3-layout .breadcrumbs{margin:12px 0 14px}
.breadcrumbs ul { margin:0 15px; float:left }
.breadcrumbs li { display:inline; padding:0 5px 0 9px; background:url(../images/arrow-breadcrumb-new.png) no-repeat scroll left 60% transparent; }
.breadcrumbs li strong { font-weight:bold; }
.breadcrumbs span{display:none}
.breadcrumbs li:first-child{background:none; padding-left:0}

/* Page Heading */
.page-title {   }
.page-title h1,
.page-title h2 { padding-right: 10px;font-size: 18px;line-height: 42px; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { /*text-align:right;*/ }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { /*float:left;*/ }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; }

/* Pager */
.pager {  padding:4px 8px; text-align:center;display: none; }
.pager .amount { float:left; margin:0; }
.pager .limiter {  float: right;  }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages {  margin: 0 auto; display: inline-block; float: right;}
.pager .pages strong { font-weight: normal; float: left;margin: 0 5px 0 220px; display:none}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline-block; margin:0; width: 20px; height: 19px; line-height:19px; float: left; margin-left:2px; border:1px solid #000; }

.pager .pages li a.next img{margin:4px}
.pager .pages li a.previous img{margin:4px}
.pager .pages li a .v-middle{display:block}
.pager .pages .current { color: #FFF; }
.toTop { float: right;}

.toolbar-top  .pager .amount { color: #fff;}

.col3-layout .pager .pages strong { margin: 0 5px 0 120px;}

/* Sorter */
.sorter {   padding:3px 8px; }
.sorter label { margin-right:10px;text-transform:capitalize; font-size:12px; color:#3e3e3e }
.sorter .view-mode { margin:1px 0 0; float:left; overflow:hidden; min-width:150px}
.sorter .view-mode label { display: block; float: left; margin-right:20px; font-weight:bold}
.sorter .view-mode label.viewas{font-weight:normal}
.sorter .sort-by { float:right;}
.sorter .sort-by a .v-middle{display:inline}
.sorter .sort-by label { vertical-align:middle; display: inline-block;    margin-top: -1px;}
.sorter .sort-by select {vertical-align:middle; text-transform: capitalize; color:#3e3e3e}
.sorter .link-feed {}

/* Toolbar */
.toolbar { font-size:10px; font-weight: bold; text-transform: uppercase;}
.toolbar .limiter  {float: left; text-transform:capitalize; font-size:12px; margin-left:20px; min-width:330px; text-align:right}
.toolbar  select  { padding:1px; color:#3e3e3e}
.toolbar .toolbar-option { float: left;}
.toolbar .pager { padding:8px 0px;font-weight: bold; }
.toolbar .pager .go-top { float: right; }
.toolbar .pager .go-top a { color: #fff; }
.toolbar .sorter {  padding: 10px 0px;position: relative; border-bottom:1px solid #ededed; font-weight:normal}

.toolbar-bottom .pager { display: block;  padding-left: 0; height: 18px;color: #7d7b78;font-size:11px;}
.toolbar-bottom .pager .amount {}
.toolbar-bottom .sorter { display: none !important;}
.toolbar-bottom   { margin-top: 5px; padding-bottom:20px}
.toolbar-bottom .toolbar  { background: none !important;height: 34px !important;margin-right: 0 !important;padding-left: 0 !important;}

.col3-layout  .toolbar-top .toolbar .pager { width: 430px;}
.col3-layout .toolbar-top .toolbar .sorter { padding-top: 0; padding-bottom: 8px;}
.col3-layout .sorter .sort-by {float:left; margin-top:5px; clear:both}
.col3-layout .toolbar .limiter {  float: right; min-width:240px}

.col1-layout .toolbar-top .toolbar .pager {   width: 500px;}

.view-mode strong.grid {   background-position: left top;  margin-left:-10px !important;}
.view-mode strong.list {   background-position: right top !important;}
.view-mode strong.grid {  display: block; height: 13px; margin-top: 3px; text-indent: -9999px; width: 16px; float: left; margin-left:5px }
.view-mode strong.list {  display: block; height: 13px; margin-top: 5px; text-indent: -9999px; width: 16px; float: left; margin-left:0 }
.view-mode a.grid, .view-mode a.list {  display: block; height: 13px; margin-top: 3px; text-indent: -9999px; width: 16px; float: left; background: url("../images/viewas.png") no-repeat;}
.view-mode a.list { background-position: right top !important;  overflow: hidden;}
.view-mode a.grid { background-position: left bottom; margin-left:-10px !important}

.pager-bottom .pager .limiter { display: none;}
.pager-bottom { float: right;}
.pager-top .amount{ display: none;}

/* Data Table ====================================================================== */
.data-table { width:100%; padding-top:10px }

#checkout-review-load  .data-table thead tr{ }
#product-review-table    { background: none;}
#product-review-table .nobr{}
#review-form .buttons-set button.button { margin-right: -1px; float:right !important}
#review-form  .form-list label { margin-top: 5px; color:#3e3e3e; margin-bottom:10px}
#review-form .buttons-set { margin-top: 11px; width:316px;}

.data-table .odd  {  }
.data-table .even {  }
.data-table tbody tr td {  }
.cart-table tbody tr td:first-child { /*border-left:1px solid #cdcccc;*/ width:400px}
.data-table tbody tr td.last {}
.data-table tbody tr td input.qty { margin-top: -3px; }

#wishlist-table tbody tr td input.qty { margin-top: -17px; border:1px solid #cdcdce }
#wishlist-table tbody tr td .nobr { display: block; margin-top: 3px; }

#review-form  .nobr{ font-size: 12px;}
#review-form  tbody th { font-size: 12px;padding-left: 0; color: #414141; font-weight:normal; font-style:italic}

#super-product-table { background : none; margin-bottom:10px}
#super-product-table thead { background: #f1f2f2;}

.col3-layout #review-form .buttons-set button.button {   float: right;}

/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { }
.data-table th { padding:10px 0; font-weight:bold; }
.data-table td { padding:10px 20px; }

.data-table thead th { font-weight:normal; padding:2px 20px; color:#3f3f3f; white-space:nowrap; vertical-align:middle; font-size: 14px; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { padding: 7px 5px 6px 6px;color: #3e3e3e; font-size: 12px; text-transform: capitalize;background: #e4e4e4; font-weight:bold}
.data-table thead th:first-child { padding-left:20px !important }
.data-table thead th.last {  }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { }
.data-table tfoot tr td { color: #7d7b78; font-size: 12px; padding: 5px 20px; }
.data-table tfoot tr.first td { padding-top: 15px;text-align: right !important;color: #7d7b78;}
.data-table tfoot tr  td.a-right { text-align: right !important; }
.data-table tfoot tr.last  td.a-right span.price { font-size:14px; }

.data-table tfoot tr {  }
.data-table tfoot td {   border-bottom:0;  }
.data-table tfoot strong { font-weight: normal; }

.data-table tbody th,
.data-table tbody td {border-bottom:1px solid #e4e4e4 }
/* Bundle products tables */
.data-table tbody.odd tr {}
.data-table tbody.even tr { }
.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 { }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }
.data-table .product-image img { border: 1px solid #e2e0e0; display: block;}
/* Generic Info Box */
.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }
.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }
/* ============================================================================================== */

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart {float:left;}
.link-wishlist {font-family: Arial;font-size: 12px;padding: 5px 0 0 7px;text-decoration: none; }
.link-reorder { }
.link-compare {font-family: Arial;font-size: 12px;padding: 5px 0 0 7px;text-decoration: none;  }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#000; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.nobr a.link-reorder { color: #797878;}

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; 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; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */

/* Block =============================================================================== */
.block {background:url(../images/bkg_block_bottom.png) left bottom no-repeat; margin-bottom:20px; padding-bottom:10px }
.block .block-title { border-bottom:1px solid #ddd; padding:2px 0px; border:0; height:43px; overflow:hidden; background: url(../images/bkg_title1.png) 0 0 no-repeat;  }
.block .block-title strong { display:block; font:bold 12px/30px Arial, Helvetica, sans-serif; min-height:16px; padding:10px 25px;  color:#3e3e3e; }
.block .block-title strong span {color:#3e3e3e; font-size:18px; font-family:Arial; text-transform:capitalize; font-weight:normal}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 0 0; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-title { }
.block .block-content {background:url(../images/bkg_block_center.png) 0 0 repeat-y; padding-bottom:10px; padding:0 25px 10px}


.block .block-content li.item .link-wishlist { font-size: 10px; }

.block .btn-remove { float:right; margin:0px 0 2px 5px; }

.block .actions a:hover { }
.block .block-content .product-name { color:#D52F21; font-weight:bold; }
.block .btn-remove,
.block .btn-edit { float:right; margin:3px 5px 2px 10px; }
.block .actions { padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; margin-right:7px }
.block .empty {padding:10px 0 0; text-align:left }

.block li.odd {  }
.block li.even {  }
.header .mini-products-list{ clear:both;}
.header .mini-products-list li.item{border-bottom:1px solid #ededed; margin:0 -10px; padding:7px 3px !important}
.header .mini-products-list .product-image { float:left !important; width:50px; padding-right:0 !important}
.header .mini-products-list .product-details {margin-left:60px; text-align:left; font-weight:bold; margin-top:-5px }
.header .mini-products-list .product-details .product-name{margin-right:15px}
.header .mini-products-list .btn-edit{}
.header .block-cart .actions{float:left !important;  margin:0 -15px }
.header .block-cart .actions button.button{float:left !important}
.header .block-cart .subtotal{margin:5px 0 0 -7px}
.header .block-cart .amount { margin:0 7px 0 0;}

/* Block: Account */
.block-account { border-color:#bbb;}
.block-account .block-title { }
.block-account .block-title strong { font-size:13px; color:#3e3e3e;}
.block-account .block-content { padding:5px 25px 20px}
.block-account .block-content li {border-bottom:1px solid #e4e4e4; margin:0 -10px !important}
.block-account .block-content li:first-child{}
.block-account .block-content li strong{ background:url(../images/bkg_menu_li.gif) no-repeat scroll 0 5px #FFFFFF; padding-left:10px; color:#3e3e3e; margin:0 10px  }
.block-account .block-content li a { background:url(../images/bkg_menu_li.gif) no-repeat scroll 0 5px #FFFFFF; padding-left:10px; margin:0 10px; color:#3e3e3e }
.block-account .block-content li:hover a { text-decoration: underline; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current {}
.block-account .block-content li.last { border-bottom:none; }

/* Block: Currency Switcher */
.block-currency { float: left;background:none; margin:9px 0 0 0  }
.block-currency ul{margin:0px 17px}
.block-currency ul li{float:left; padding:7px 7px 7px 6px; margin-right:2px}
.block-currency ul li a{background:url(../images/i_curency2.png) no-repeat; float:left; text-indent:-9999px; text-align:left; width:6px; height:7px}

.block-currency ul li.first a{background:url(../images/i_curency3.png) no-repeat;}
.block-currency ul li.last a{background:url(../images/i_curency1.png) no-repeat;}

.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { min-width: 80px; padding:0;color: #999898; }
.sidebar .block-currency { display: none;}

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title strong{}
.block-layered-nav .block-title strong span{}
.block-layered-nav .block-subtitle { line-height:1.35; padding:10px 20px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; display:none }
.block-layered-nav .block-content {}
.block-layered-nav dt {padding:12px 10px 0 0; font-weight:bold; text-transform:capitalize; font-size:14px; font-family:Arial; color:#3e3e3e }
.block-layered-nav dd {}
.block-layered-nav dd li{margin: 0 -10px;padding: 5px 10px 6px; border-top:1px solid #ededed}
.block-layered-nav dd li:first-child{border-top:none}
.block-layered-nav dd li a{font-size:12px; font-family:Arial; color:#3e3e3e; text-decoration:none; background:url(../images/bkg_menu_li.gif) no-repeat scroll 0 5px #FFFFFF; padding-left:10px}
.block-layered-nav dd li a:hover{text-decoration:underline}
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently ol{padding-top:6px}
.block-layered-nav .currently li {padding:6px 6px 0px 0px; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:18px; text-transform:uppercase; padding:0px }
.block-layered-nav .currently p{margin:0}
.block-layered-nav .currently .btn-remove { margin:5px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; border-width:1px 0; text-align:right;  margin:0 -16px }
.block-layered-nav .actions a { float:none; }
.block-layered-nav .block-content .price{font-weight:normal}
/*block-recently-view*/

.block-recentlyview .block-content {font-size:12px; font-family:Arial;}
.block-recentlyview .block-content ul li{border-bottom: 1px solid #ededed;margin: 0 -10px;padding:9px 10px 13px; color:#9a9999; font-size:11px; font-family:Arial}
.block-recentlyview .block-content .mini-products-list li,
.block-recentlyview .block-content ul.products-grid-recently li{border-top: 1px solid #ededed;border-bottom:none}
.block-recentlyview .block-content ul.products-grid-recently{margin:0 -10px}
.block-recentlyview .block-content ul.products-grid-recently li a{float:left}
.block-recentlyview .block-content ul.products-grid-recently li.item{margin:0; padding:15px 10px 5px; width:auto}
.block-recentlyview .block-content ul.products-grid-recently li.item p{color:#3e3e3e}
.block-recentlyview .block-content .products-grid-recently .ratings, .block-recentlyview .block-content .disc{margin:0 0 5px 65px}
.block-recentlyview .block-content ul.products-grid-recently li:first-child{border-top:none}
.block-recentlyview .block-content ul li a{font-weight:bold; font-size:12px; margin:0 !important; color:#3e3e3e }
.block-recentlyview .block-content ul.products-grid-recently li a{font-weight:bold; font-size:12px; margin:0 !important; color:#3e3e3e }
.block-recentlyview .block-content ul.products-grid-recently li a img{margin:0}
.block-recentlyview .block-content .products-grid-recently .product-name{margin-left:65px; overflow:hidden; margin-bottom:7px; width:100px}
.block-recentlyview .block-content .products-grid-recently .product-name a{text-align:left; font-size:12px; font-family:Arial}
.block-recentlyview .block-content span{ font-size:12px; float:right; margin-right:-10px; margin-top:10px; text-transform:capitalize }
.block-recentlyview .block-content .price-box span{float:none; margin-right:0}
.block-recentlyview .block-content .amount{float:left; margin-top:0; }
.block-recentlyview .block-content .amount a { font-weight:normal; font-size:10px;}
.block-recentlyview .block-content .price-box{float:left; margin-left:65px;}
.block-recentlyview .block-content .price-box p{margin-left:0 !important}
.block-recentlyview .block-content .price-box .price{ color:#3e3e3e; font-size:14px}
.block-recentlyview .block-content .products-grid-recently{border:none}
.block-recentlyview .block-content .products-grid-recently .actions{float:right; padding:0px 3px; display:none}
.block-recentlyview .block-content .products-grid-recently .actions .add-to-links{float:left; margin-left:90px}
.block-recentlyview .block-content .products-grid-recently .actions .add-to-links li{margin:0px 20px 0px 0px; padding:0px;  border:none; float:left; clear:both;}
.block-recentlyview .block-content .products-grid-recently .actions .add-to-links .link-compare{font-size:10px}
.block-recentlyview .block-content .products-grid-recently .actions span{margin:0 !important}
.block-recentlyview .block-content .products-grid-recently .actions span span {color:#3C3C3C}
.block-recentlyview .block-title h2{padding:12px 10px 10px 25px; color: #3E3E3E;font-family: Arial;font-size: 18px;text-transform: capitalize;}
.block-recentlyview .block-content .products-grid-recently .item p{margin:0 0 0 65px; font-size:12px}
.block-recentlyview .block-content .products-grid-recently .item p.old-price, .block-recentlyview .block-content .products-grid-recently .item p.special-price{margin-left:0px}
/* Block: Cart */
#wishlist-table .btn-cart{ clear:left; display:block; margin:5px 0; }
.block-cart{width:226px}
.block-cart .empty { padding-bottom: 0px; }
.block-cart .block-title strong span {text-align:left; float:left !important}
.block-cart .summary { padding:7px 8px 0; margin:0 -15px; z-index:1; }
.block-cart .block-subtitle{display:none; float:left; margin:0px 7px;}
.block-cart .amount { margin:0 7px; text-align:left; color:#3e3e3e !important; font-size:12px; font-family:Arial }
.block-cart .amount a {color:#3e3e3e !important; font-size:12px !important; font-family:Arial !important }
.block-cart .subtotal { margin:5px 0 0 0; padding:7px 0; text-align:left; color:#3e3e3e; font-size:12px; font-weight:bold; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .subtotal .label{font-weight:normal !important; font-size:12px !important}
.block-cart .subtotal span { font-weight:bold; }
.block-cart .subtotal .subtotal-left  { margin-bottom: 5px; }
.block-cart .subtotal .subtotal-left span { color: #000; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
.block-cart .actions{float:right; margin-right:-25px}
.block-cart  .block-content { font-size: 12px;}
.block-cart .btn-edit{display:none}
.block-cart  .block-content li.item .product-details span.price ,
.block-cart  .block-content li.item .product-details strong{  font-size: 12px; }
.block-cart .block-content .product-name a { display: block; margin-bottom: 10px;}

.block-cart .mini-products-list li.item{border-bottom:1px solid #ededed; margin:0 -10px; padding:10px 3px 7px !important}
.block-cart .mini-products-list .product-image { float:left !important; width:50px; padding-right:0 !important }
.block-cart .mini-products-list .product-details {margin-left:60px; text-align:left; font-weight:bold; margin-top:-5px }
.block-cart .mini-products-list .product-details {margin-left:60px; text-align:left; font-weight:bold; margin-top:-5px }
.block-cart .mini-products-list .btn-remove {background:url(../images/btn_delete.png) no-repeat scroll 0 0 transparent !important; padding:0 10px; margin:0 -30px 0 0; text-indent:-9999px;}

.sidebar .block-cart .block-content .product-name a { font-size: 12px;}
.sidebar .block-cart .mini-products-list .product-details { color:#141414; font-size: 14px; font-weight: bold;}
.sidebar #cart-sidebar  .product-details span.price { color:#141414;}
.sidebar .block-cart .mini-products-list .product-details strong {  font-size: 12px;}
.sidebar .block-cart .mini-products-list .product-details  span.price{  font-size: 12px; }
#top_cart_sidebar{display:block; position:absolute; top:30px; right:70px; width:226px}

.block-cart .block-content .product-image{float:left}



/* Block: Wishlist */
.block-wishlist .block-title strong { }
.block-wishlist .actions { text-align:right; width:100% }
.block-wishlist .actions a { float:none; text-align: right; }
.block-wishlist .mini-products-list{margin:0 -10px}
.block-wishlist .mini-products-list li.item{ margin: 0; padding: 10px 0;width: auto; border-bottom:1px solid #ededed}
.block-wishlist .mini-products-list li.item .product-image{float:left}
.block-wishlist .mini-products-list li.item .product-image{margin:0 0 0 10px; float:left; padding-bottom:12px}
.block-wishlist .mini-products-list li.item .product-details{margin-left:70px}
.block-wishlist .btn-remove{margin:5px -5px 2px 10px}
.block-wishlist .link-cart{ background: url("../images/btncart.png") no-repeat scroll 0 0 transparent; color: #FFFFFF;display: block; float: left; font: bold 12px Arial,Helvetica,sans-serif; height: 28px !important; padding-left: 5px !important; text-align: center; white-space: nowrap;
}
.block-wishlist .link-cart span{ background: url("../images/btncart.png") no-repeat scroll right -28px transparent;border: 0 none;color: #3C3C3C;float: left; font-family: Arial;font-size: 10px;font-weight: normal;line-height: 29px;padding: 0 10px 0 6px;text-transform: uppercase;}

/* Block: Related */
.block-related .block-subtitle a{color:#cdcdcd}
.block-related .block-content{padding-top:10px}
.block-related .block-content a img{margin: 0}
.block-related .block-content span{font-weight:bold;}
.block-related .block-title strong {font-size:18px; font-weight:normal; padding:10px 0 10px 20px }
.block-related input.checkbox { position:absolute; top:0; z-index:100 }
.block-related .product { margin:0 0 10px 0; }
.block-related .product .product-image{float:left; margin:0}
.block-related .product .product-details{margin-left:70px}

/* Block: Compare Products */
.block-compare p.count { color: #404040; }
.block-compare p.count span { color: #000; font-weight: bold; }
.block-compare em { display: inline; }
.block-compare .block-content p span { font-weight: bold;}
.block-compare .block-title strong {}
.block-compare .block-title small{display:none}
.block-compare .block-content li.item{border-bottom: 1px solid #EDEDED; padding:0 10px 10px; margin:0 -10px}
.block-compare .block-content .actions{padding:12px 0; margin:0 -17px 0 0px}
.block-compare .block-content .actions a{padding:2px 0px ; color:#d52f21; font-size:12px; font-family:Arial; font-weight:bold; text-decoration:none; margin-top:3px}
.block-compare .block-content .btn-remove{margin-top:22px; margin-right:-15px}
.block-compare .block-content .product-name{padding:15px 0 5px}
.block-compare .block-content .product-name a{font-size:12px; font-family:Arial; font-weight:bold; text-decoration:none}
.block-compare .block-content p{margin:0 0 5px}
.block-compare .block-content .product-name a:hover, .block-compare .block-content .actions a:hover{text-decoration:underline}
.block-compare button.button span { border-color:#406a83; }
.page-popup .link-print {  padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right;width:12px; height:30px; background-position:right center; margin-right:0 }
.compare-table th {font-weight:normal; color:#4e4e4e }
.compare-table tbody th{border-left:1px solid #ccc !important;}
.compare-table tbody th,
.compare-table tbody td { padding:15px; border:1px dashed #ccc;}
.compare-table tbody .product-shop-row td{padding-left:27px}
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td {text-align:left; }
.compare-table tr.first td { text-align:left; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
.catalog-product-compare-index .page-title h1{background:none}
/* Block: Recently Viewed */
.block-viewed .block-title strong {  }
.block-viewed .block-content{padding-top:10px}
/* Block: Recently Compared */
.block-compared .block-title strong { }
.block-compared .block-content .product-name{ padding-top:15px;}
/* Block: Poll */
.block-poll .block-title strong {  }
.block-poll .block-subtitle { font-size:12px !important;color:#3e3e3e !important; font-weight: normal !important;padding:10px 0 }
.block-poll label { color:#3e3e3e;}
.block-poll input.radio { float:left; margin:2px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 0 15px; }
.block-poll .actions { border-top:1px solid #EDEDED; margin:-8px -10px 0}
.block-poll .actions button.button{margin-right:-8px; margin-top:3px}
.block-poll button.button span { }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }


/* Block: Tags */
.block-tags .block-title strong {  }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px;padding:10px 0 }
.block-tags .block-content a { }
.block-tags .actions { text-align:right; margin-right:-25px}
.block-tags .actions a { float:none; margin-right:7px }

/*Block: Image*/
.block-banner,.block-banner .block-content{background:none !important}
.block-banner .block-content{margin:0 auto; padding:0}
.block-banner .block-content img{margin:0 auto;}

/* Block: Reorder */
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }
.block-reorder .block-content .product-name a { color: #515051 !important;font-weight: normal !important;font-size:12px !important ;}
.block-reorder .actions{margin:0 -18px 0 0px; padding:0}
.block-reorder .actions a {margin-top:13px}
.block-reorder .actions a:hover {  text-decoration: underline;}
.block-reorder .actions button.button { display: block; margin-top: 10px;}

.block-reorder .block-content li.item {  border-top: 1px dotted #d6d5d5;padding:5px 10px 5px; margin:0 -10px }
.block-reorder .block-content li.item:first-child {  border-top: none; }
.block-related .block-content li.item {  margin: 5px -10px 15px; border-bottom:1px solid #ededed; padding:0 10px; overflow:hidden; position:relative }
.block-related .block-content li.last{border-bottom:none}
/* Block: Banner */
.customer_ads_left { margin: 10px -20px;}

.block-callout-left-wrapper {margin: 20px -20px 20px; }
.block-callout-left-wrapper .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }
.customer-account-forgotpassword .col-main .buttons-set p.required{ text-align:left;}

/* Block: Currency */
.currency { float: right; clear: right;  margin: 10px 0 20px; width: 300px;}

/* Paypal */
.sidebar .paypal-logo { display:none; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }

/* End : Block ======================================================================================= */

/* ======================================================================================= */
/*Show hide option*/
.category-products{position:relative}
.hide-options-wrapper{position:absolute; top:12px; right:0; font-size:12px; color:#3e3e3e; cursor:pointer}
.hidden_arrow{position:absolute; top:12px; right:0; font-size:12px; color:#3e3e3e;  cursor:pointer}
.hide-options-wrapper .hide-options{padding-right:20px}
/* View Type: Grid */
.products-grid { position:relative; overflow:hidden }
.products-grid.last { border-bottom:0; }
.products-grid li.item:first-child{margin-left:0}
.products-grid li.item { float:left; width:190px; margin:0 10px 0 30px ; padding-bottom:20px}
.col3-layout .products-grid li.item{width:190px; margin:10px 20px 0 0}
.products-grid .product-image { display:block; margin:0px auto; text-align:center; }
.products-grid .product-image img{margin:0 8px}
.products-grid .product-name {font-weight:bold; font-size:12px; color:#203548; text-transform:none; padding-bottom:7px; height:35px; text-overflow:ellipsis; word-wrap: break-word; overflow: hidden; }
.product-details .product-name {font-weight:bold; font-size:12px; color:#203548; text-transform:none; padding-bottom:7px; height:40px; }
.products-grid .desc{font-size:12px; font-family:Arial; color:#3e3e3e; line-height:15px}
.products-grid .item p{margin:0 25px 0; font-size:12px; font-family:Arial}
.products-grid .product-name a {text-decoration:none; font-size:12px; font-weight:bold; font-family:Arial; text-align:center; line-height:20px}
.products-grid .product-name a:hover{text-decoration:underline}
.products-grid .ratings{margin:10px 0 0 25px;}
.products-grid .ratings .amount a{text-decoration:none; color:#3e3e3e}
.products-grid .ratings .amount a:hover{text-decoration:underline}
.products-grid .price-box {text-align:left; color:#3e3e3e !important; margin:0 0 0  5px}
.products-grid .price-box .old-price, .products-grid .price-box .special-price, .products-grid .price-box .minimal-price{margin-left:0}
.products-grid .price-box .regular-price .price{ color:#3e3e3e !important; font-size:16px; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { bottom:12px; }
.products-grid .feature-actions { bottom:12px; text-align:center; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {  margin:0 auto; padding:10px 0 0;}
.category-products .products-grid {border-bottom:1px solid #ededed; }
.category-products .products-grid .price-box .price-from, .category-products .products-grid .price-box .price-to{margin:5px 0 0}
.cms-index-index .category-products .products-grid{border:none}
.col1-layout .products-grid {margin-top:10px}
.cms-index-index .col1-layout .products-grid {margin-top:3px}
/* View Type: List */
.tag-product-list .products-list li.item, 
.catalog-category-view .products-list li.item, 
.catalogsearch-result-index  .products-list li.item{  padding:18px 0px; border-bottom:1px solid #ededed !important;}
.products-list li.item.last { border-bottom:0; }
.products-list .product-image {margin:0; float:left }
.products-list .product-shop {float:left; margin-left:30px; width:410px }
.col3-layout .products-list .product-shop{ margin-left:15px; width:200px}
.col1-layout .products-list .product-shop{width:670px}
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:12px; color:#203548; }
.catalog-category-view .products-list .product-name{margin:5px 0}
.products-list .product-name a { }
.products-list .price-box {margin:3px 13px 5px 0; clear:both }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.catalog-category-view .products-list .desc {margin:0 0 5px;}
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links .link-wishlist, .products-list .add-to-links .link-compare{padding-left:15px; padding-right:0; margin:0}
.products-list .add-to-links li { display:inline; float:left }
.products-list .add-to-links .separator { margin:0 10px; display:none }
.products-list .item .short-description p, .products-list .item p{margin:5px 25px 0; font-size:12px; font-family:Arial}
.products-list .product-shop .f-fix p{margin:0}
.catalog-category-view .products-list .product-shop .f-fix p{padding-top:7px}

/* ======================================================================================= */

/* Rating */
.no-rating { margin:0; }
.no-rating a { font-size: 10px; font-weight: bold; color: #797878;  }

.ratings { font-size:11px; line-height:1.25; margin:0 0 5px; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { font-size: 10px;  font-weight: bold;  margin: 0;margin: 0 5px 0 0; float: left;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.ratings .rating-box { float:left; margin-right:7px; margin-top: 4px;}
.ratings .amount {}
.ratings .amount a { color: #ababab; font-size: 10px; margin-top:2px}

.rating-box { width:40px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; height:8px }
.rating-box .rating { float:left; height:8px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }

.ratings-table th,
.ratings-table td { font-size:12px; line-height:1.15; padding:5px 0; vertical-align: middle;}
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

/* Email to a Friend */
.email-friend { padding-right:15px; float:left}


/
/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/* Product Prices ===============================================================================*/
.price { white-space:nowrap !important;font-weight: bold;}
.cart-price  .price {  font-size: 12px; }


/*.price-box { margin:5px 0; }  */
.price-box .price { font-size:14px;}

/* Regular price */
.regular-price,
.regular-price .price { }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px;  white-space:nowrap; }
.special-price .price { font-size:13px; font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:normal; white-space:nowrap; }
.minimal-price-link { display:block;white-space: nowrap; }
.minimal-price-link .label {}
.minimal-price-link .price {color:#3e3e3e; font-size:14px}

/* 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; }

/* 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; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* 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 */
.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 Prices > */

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

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* End: Price ==================================================================================*/

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }
.category-products .add-to-links {}
.category-products .products-list .add-to-links { display: none; float: left; margin-top: 4px;}
.category-products .products-list .add-to-links li { float: left; margin-right:15px}
.col3-layout .category-products .products-list .add-to-links { clear: both;width:100%;}
.col3-layout .category-products .products-list .add-to-links li { clear: both;width:100%;}

/* Add to Cart */
.add-to-cart label { color: #666666;float: left; margin-top: 2px;}
.add-to-cart .qty { float: left;  font-weight: bold;  height: 13px;  margin:0 10px 10px}
.add-to-cart button.button { float:left;clear: both; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }


/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left;margin-right: 5px;  position: relative; width:100%}
.add-to-box .or { float:left; font-weight:bold; margin:6px 15px 0; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-links li { display:block !important; line-height: 20px; float: left; }
.add-to-links li:first-child { display:block !important;line-height: 20px;}
.add-to-links li a { font-size: 12px;}
.add-to-box .add-to-links li .separator { display:none !important; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help;font-weight: normal; font-size: 12px; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:40%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */

/* quickshop */
#em_quickshop_handler { z-index: 99;}
.quickshop-index-view{padding:20px 20px 0}
.quickshop-index-view .product-essential { border: none; padding: 0;}
.quickshop-index-view .product-view .product-shop .add-to-links li a.link-wishlist {padding-top:0}
.quickshop-index-view .product-view .product-shop .add-to-links li {margin:0 !important}
.quickshop-index-view .product-view .product-shop .add-to-box .or  { margin-top: 5px;}
.quickshop-index-view .product-view .product-shop .email-friend{margin:0 0 8px}
.quickshop-index-view .product-view .product-shop p.required{margin-right:280px}

.quickshop-main .add-to-box {}
.quickshop-main .product-view .product-shop .price-box { }
.quickshop-main	.product-view .product-shop {  float: right;  width: 650px; text-align:left}
.quickshop-main	.product-view .product-shop h2{font-weight:bold; font-size:14px; font-family:Arial}
/* End quickshop */

/* productlabels */
.productlabels_icons .label { background: none !important;}
.productlabels_icons { left: 8px !important; top: -3px !important; right:auto !important}
.productlabels_icons .label{float:left !important}
/* End productlabels */

/* Slideshow */
.more-views{margin:0}
.slideshow-box { position: relative; overflow:hidden}
.slideshow-box li { float: left;}
.category-products .slideshow-box { position: relative; overflow: hidden;width: 215px;}
.category-products .slideshow-box li { position: relative; overflow: hidden;float: left;margin: 0;}

.slideshow  a.previous ,
.slideshow a.next,.block_lastest_product_wrapper a.previous,.block_lastest_product_wrapper a.next{  display: inline-block; height: 13px;  text-indent: -9999px;position:absolute; width: 7px;top: 0px; }
.slideshow a.previous {right: 15px;}
.slideshow a.next {right: 0px;}

#slideshow_moreviews a.previous { background: url("../images/i_slideshow-buttons2.gif") no-repeat scroll left top transparent;right: 36px !important; top: -5px !important; width:23px; text-indent:-9999px; height:25px}
#slideshow_moreviews a.next { background: url("../images/i_slideshow-buttons2.gif") no-repeat scroll right top transparent;right: 14px !important; top: -5px !important;  text-indent:-9999px; width:23px; height:25px;}
#slideshow_moreviews  { position: relative;}
#slideshow_moreviews .slideshow-box img{margin:0 auto}
#slideshow_moreviews .slideshow-box {margin:0 auto; position:relative;  }
#slideshow_moreviews a.previous, #slideshow_moreviews a.next {position:absolute}

 /* End Slideshow */

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* End Remember Me Popup ===================================================================== */

/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.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 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.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; }
/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */


/*------------slideshow----------------*/
.main-slideshow{width:960px; margin:0 auto;}
.main-slideshow .container{width:960px; margin:0 auto}

/*Store Switcher==============================================*/
.store-switcher{position:relative; width:960px; margin:0 auto; z-index:99}
.store-switcher label{display:none}
.store-switcher select{ border:none; width:160px; height:28px; line-height:22px; position:absolute; top:6px; left:180px; padding:6px; z-index:999; font-size:11px; color:#fff; font-family:Verdana}
.store-switcher select option{padding:3px 0 3px 8px; }

/*Fix Chrome- Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
.store-switcher select { background:#51130a !important; }
.store-switcher select option{border:none}

.block-cart .mini-products-list .btn-edit{padding:0 5px; margin:0 -23px 0 0}
.breadcrumbs ul { margin:0 12px; float:left }
.block-compare .block-content .actions a{margin-top:4px}
.form-list li.control input.checkbox{margin-top:-4px}
#co-billing-form li.control input.checkbox{margin-top:-5px}
#co-billing-form .form-list  li.control input.radio{margin-top:-5px}
 }

/* Header ================================================================================ */
.logo { float:left; }
.header { width:960px; margin:0 auto; text-align:right; position:relative; z-index:10;}
.header .logo { float:left; margin:20px 0 10px 12px; text-decoration:none !important; clear:both }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick_access { float:right; width:960px; min-height:40px;}
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { position:absolute; top:6px; left:350px;  height:30px }
.header .form-search label { float:left; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:135px; margin:2px 0 0 6px; background:none; border:none; font-size:11px; color:#fff; font-family:Verdana}
.header .form-search button.button { float:left; margin:6px 0 0 6px;  }
.header .form-search button.button span { border:0; height:21px; background:url(../images/i_search.png) 0 0 no-repeat;  font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; width:26px;}


.header .form-search button.button span span { padding:0 6px 0 3px; display:none }
.header .form-search .search-autocomplete { z-index:999; left:2px !important; top:27px !important; width:179px !important }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { text-align:right; margin-top:9px; float:left; overflow:hidden }
.header .form-language ul{float:left}
.header .form-language ul li{float:left; margin-left:13px; padding:0 4px 2px 3px; margin-left:3px}
.header .form-language ul li.first{ margin-left:10px}

.header .form-language ul li a{color:#fff; text-decoration:none; font-size:9px; font-family:Arial}

.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin:0 10px 6px 0;}
.header .links li { float:left; font-size:11px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 13px 0 9px; }
.header .links a { color:#fff; text-decoration:none; font-size:11px; font-family:Verdana}
.header .links a:hover{text-decoration:underline}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }
.header .quick_access_right{float:right; margin-top:10px; text-align:right; width:420px}
.header .quick_access_right .div_link-cart{float:right !important; background:url(../images/i_cart.gif) 0 0 no-repeat; min-width:100px}
.header .quick_access_right .div_link-cart .div_link-cart_inner{margin: 0 20px 0 25px; }
.header .quick_access_right .div_link-cart .div_link-cart_inner a.top-link-cart{padding-right:15px; color:#fff; text-decoration:none; background:url(../images/i_down_cart.gif) right 5px no-repeat; padding-bottom:10px;}
.header-middle{min-height:125px; clear:both}
.header-middle .cus_service, .header-middle .cus_care{float:right; margin-top:12px; padding:0 25px 0 35px; width:160px}
.header-middle p{font-family:HelveticaBold; font-size:12px; color:#fff; text-align:left; margin:0px; padding-bottom:5px; font-weight:bold}
.header-middle li{font-family:Arial; font-size:11px; color:#fff; text-align:left; background:url(../images/i_list.gif) no-repeat; padding-left:10px; background-position:0px 7px; width:100%}
.header-middle li a{font-family:Arial; font-size:11px; color:#fff; text-align:left; text-decoration:none}
.header-middle li a:hover{text-decoration:underline}
/********** < Navigation */
.nav-container {  width:960px; margin:0 auto; clear:both; height:41px; position:relative; z-index:9}
#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }


/*Menu*/
.menu li.submenu:first-child{background:none !important}

.menu li.position-right-li .position-right{ padding-bottom:0 !important}



/*Tree Banner ==============================*/
.cms-index-index .top-container{display:block}
.top-container{margin:0 auto; width:960px; display:none}
.title_banner{margin-top:40px}
.title_banner h3{font-size:18px; color:#2c2b2b; text-align:center; font-family:HelveticaCondensedBold; text-transform:uppercase}
.title_banner p{font-size:12px; color:#868686; text-align:center}
.three_banner{float:left; margin-top:5px; margin-bottom:10px}
.three_banner ul{float:left; margin-bottom:15px}
.three_banner ul li:first-child{margin-left:0 !important}
.three_banner ul li{float:left; margin-left:15px;}
.cms-index-index .col2-right-layout .three_banner li, .cms-index-index .col2-left-layout .three_banner li{margin-right:15px; margin-left:0}
.cms-index-index .col3-layout .three_banner li{margin-left:0}
/*Slideshow product home ======================*/
.new-arrival{clear:both; width:960px; overflow:hidden; float:left}
.new-arrival .slideshow-box{width:960px; overflow:hidden}
.cms-index-index .col3-layout .new-arrival, .cms-index-index .col3-layout .new-arrival .slideshow-box,.cms-index-index .col3-layout .new-arrival .slideshow_featured{width:960px}
.new-arrival .slideshow_featured{position:relative; width:960px;}
.new-arrival .slideshow_featured .navigation{clear:both; position:absolute; top:-5px; right:0}
.cms-index-index .col3-layout .new-arrival .slideshow_featured .navigation{top:-5px}
.new-arrival .slideshow_featured .navigation ul{float:left}
.new-arrival .slideshow_featured .navigation ul li{float:left;}
.new-arrival .slideshow_featured .navigation ul li a{background:url(../images/btn_slideshow.png) no-repeat right top; padding:9px 8px; margin:5px; font-size:0px; text-indent:-9999px; float:left}
.new-arrival .slideshow_featured .products-grid{float:left;}
.new-arrival .slideshow_featured .products-grid .product-name{margin:15px 25px 0; text-align:center}
.new-arrival .slideshow_featured .products-grid .price-box{text-align:center;}
.new-arrival .slideshow_featured .products-grid .price-box .regular-price{margin-top:17px}
.new-arrival .slideshow_featured .products-grid .price-box span.price{font-size:16px;}
.new-arrival .slideshow_featured .products-grid .price-box .old-price span.price{font-size:16px; color:#616161}
.new-arrival .slideshow_featured .products-grid .product_tabs{float:left; width:490px; overflow:hidden}
.sale_products .slideshow-box .item ,.top-product .slideshow-box .item,.new-arrival .slideshow_featured .products-grid .product_tabs .item{background:url(../images/bkg_topproduct.png) no-repeat left top; min-height:330px; margin-top:10px; float:left; width:245px }
.col3-layout .new-arrival .slideshow_featured .products-grid .product_tabs .item{background:url(../images/col3_topproduct.png) no-repeat left top; width:195px }
.sale_products .slideshow-box .item-content ,.top-product .slideshow-box .item-content,.new-arrival .slideshow_featured .products-grid .product_tabs .item-content{background:url(../images/bkg_centerproduct.png) repeat 0 0; margin-top:7px; float:left; width:225px; padding-bottom:7px; min-height:340px; overflow:hidden}
.col3-layout .new-arrival .slideshow_featured .products-grid .product_tabs .item-content{background:url(../images/col3-centerpoduct.png) repeat 0 0; width:195px;}
.sale_products .slideshow-box .empty ,.top-product .slideshow-box .empty,.new-arrival .slideshow_featured .products-grid .product_tabs .empty{background:url(../images/bkg_bottompoduct.png) no-repeat left bottom; height:7px; clear:both; width:225px}
.col3-layout .new-arrival .slideshow_featured .products-grid .product_tabs .empty{background:url(../images/col3_bottomproduct.png) no-repeat left bottom;}
.cms-index-index .col3-layout .new-arrival .slideshow_featured .products-grid .product_tabs .item{width:220px}
.new-arrival .slideshow_featured .products-grid .product_tabs .item-content:first-child{margin-left:0px !important}

.top-product{float:left;}
.top-product .bestseller_product h3, .sale-product h3, .new-arrival h3{font-family:HelveticaCondensedBold; font-size:18px; text-transform:uppercase; margin:0px !important; margin:0 0 2px}
.top-product .slideshow-box, .sale-product{width:225px;float:left}
.top-product, .sale-product{margin:-2px 0 0 20px}
.cms-index-index .col2-left-layout .top-product,
 .cms-index-index .col2-right-layout .top-product{margin-left:0px; margin-top:20px}
 .cms-index-index .col2-left-layout .sale-product,
 .cms-index-index .col2-right-layout .sale-product{margin-top:20px}
 .cms-index-index .col3-layout .top-product,.cms-index-index .col3-layout .sale-product{margin-left:0px; margin-top:20px}
.top-product .slideshow-box .item, .sale-product .slideshow-box .item{border:none; margin-top:15px; min-height:350px; float:left; width:225px; padding:0px; margin-left:0 !important}
.top-product .slideshow-box .item .product-item, .sale-product .slideshow-box .item .product-item{margin:0 auto; float:left; font-family:Arial;font-size:12px;}
.top-product .slideshow-box .item .product-item .product-image, .sale-product .slideshow-box .item .product-item .product-image { display:block;text-align:center; margin:0 auto; float:none}
.top-product .slideshow-box .item .product-item .product-image img, .sale-product .slideshow-box .item .product-item .product-image img{margin:0 8px}
.top-product .slideshow-box .item .product-item .product-name, .sale-product .slideshow-box .item .product-item .product-name{margin:15px 25px 0; line-height:20px}
.top-product .slideshow-box .item .product-item .product-name a, .sale-product .slideshow-box .item .product-item .product-name a{text-decoration:none;  font-weight:bold;}
.top-product .slideshow-box .item .product-item .product-name a:hover, .sale-product .slideshow-box .item .product-item .product-name a:hover{text-decoration:underline}
.top-product .slideshow-box .item .product-item .product-manufacture, .sale-product .slideshow-box .item .product-item .product-manufacture{color:#616161; margin:10px 25px;}
.top-product .slideshow-box .products-list, .sale-product .slideshow-box .products-list{min-height:350px !important}
.top-product .slideshow-box .item .actions, .sale-product .slideshow-box .item .actions{margin:10px 25px 0}
.top-product .slideshow-box .item .actions a, .sale-product .slideshow-box .item .actions a{text-decoration:none; font-size:12px; font-family:Arial; padding:5px 0 0 13px; width:100%; float:left;}
.top-product .slideshow-box .item .actions a:hover, .sale-product .slideshow-box .item .actions a:hover{text-decoration:underline}
.top-product .previous, .top-product .next,.sale-product .previous, .sale-product .next {display:none}
 .cms-index-index .brand{display:block; overflow:hidden; margin-top:35px}
.brand{clear:both; min-height:100px; width:960px; margin:0 auto; display:none}
.brand ul{float:left;   padding-bottom:20px; padding-top:20px;  /* background:url(../images/bkg_brand.png) no-repeat center top; */  margin-top:10px}
.brand ul li{float:left; margin:0 0 0 40px; }
.brand ul li:first-child{margin-left:0 !important} 

.top-product .slideshow-box .products-list, .sale-product .slideshow-box .products-list{text-align:center !important}
.cms-index-index .products-grid .item p{text-align:center !important; line-height:15px; font-size:12px; color:#616161;  font-family:Arial; }

.cms-index-index .products-list p, .cms-index-index .products-grid p{line-height:15px}
.cms-index-index .products-list .price-box,
.cms-index-index .products-grid .price-box{ line-height:15px; margin-top:17px !important}
.cms-index-index .products-list .price-box .price{font-size:16px}
.cms-index-index .products-list .item .price-box .regular-price,
.cms-index-index .products-grid  .item .price-box .regular-price{margin:0}
.cms-index-index .menu .products-list .item .price-box .regular-price{margin:0}
.cms-index-index .products-list .price-box .price-label,
/*.cms-index-index .products-grid .price-box .price-label{display:none}*/
.cms-index-index .products-list .price-box .old-price,
.cms-index-index .products-grid  .price-box .old-price,
.cms-index-index .products-list .price-box .special-price,
.cms-index-index .products-grid  .price-box .special-price{ margin:0 auto; width:50%; float:left;}
.cms-index-index .products-list .price-box .old-price .price,
.cms-index-index .products-grid .price-box .old-price .price{color:#616161; font-size:16px}
.menu li.item .old-price span.price{color:#616161 !important;}
.cms-index-index .products-list .price-box .special-price,
.cms-index-index .products-grid .price-box .special-price{float:left; padding:0; margin:0 0 0}
.cms-index-index .products-list .price-box .special-price .price,
.cms-index-index .products-grid .price-box .special-price .price{font-size:16px}
#top-link-account:hover {  background: url("../images/bkg-account-hover.png") no-repeat scroll center 100% transparent;
    padding-bottom: 6px;
    position: relative;
    text-decoration: none;
    z-index: 10;}

#top-link-account-content {  background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CDCCCC;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 24px;
    width: 260px;z-index: 9;}
#top-link-account-content  li{ padding:0; background: none;}
#top-link-account-content  .buttons-set a{ color: #7d7b78; font-size: 11px;text-transform: none; font-weight: normal; float: left !important;}
#top-link-account-content  .buttons-set button.button{ float: right;clear: none;}
#top-link-account-content  li input.input-text{  color: #7D7B78; font-size: 11px;}
#top-link-account-content  .form-list input.input-text{  width:252px;height:12px;}


/* End Heard ==============================================================================*/

/********** < Navigation */
.top-menu { height: 43px;}
#nav {  padding:0px; font-size:13px;height: 41px;float: left; width:960px; margin:0 auto  }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; color:#fff; font-size:14px; font-family:Arial; text-transform:capitalize; font-weight:bold }
#nav li.parent.over span { display:block; cursor:pointer; white-space:nowrap;}
#nav li ul span {white-space:normal; color:#414141; font-weight:normal; font-size:12px }

#nav ul li.parent.over li a { background:none; color: #000;}
#nav ul li.parent.over li a:hover { background:none;}
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; background:url(../images/bkg_nav_li.png) no-repeat scroll left top transparent }
#nav li.level-top { height:41px}
#nav li:hover a.level-top{background:url(../images/i_nav.gif) no-repeat scroll center bottom transparent}
#nav li.active a.level-top {}
#nav li.active.first a.level-top { }
#nav li:hover a.level-top { }
#nav li.first:hover a.level-top { }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; }
#nav a.level-top { padding: 0 15px 2px; line-height: 41px; color: #414141 ;  height: 39px; font-family: Century Gothic; font-size: 12px;  text-transform: uppercase;}
#nav  li.last a.level-top { }
#nav li.over a,
#nav a:hover {  }

/* 1st Level */
#nav ul li{ float:none; margin:0; padding-bottom:5px;padding-right: 5px; }
#nav ul li:first-child{margin-top:10px}
#nav ul li.last { padding-bottom:0; }
#nav ul li { background:url(../images/bkg_menu_li.gif) no-repeat scroll 20px 9px;padding:0 0 0 10px;}
#nav ul li a{padding-right:30px}
#nav ul li a:hover{text-decoration:underline}
#nav ul a,
#nav ul a:hover { float:none; padding:0 0 0 20px; background:none; line-height:27px }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; top:40px; left:-1000px; background:#fff; border:10px solid #50140A; border-top:none; width:160px; padding-bottom:15px}
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:-20px; margin-left:30px }

#nav ul li a { }
#nav ul li a:hover {  }
#nav ul li a{ color:#000 ;font-size:11px ;font-weight: bold;
text-transform: uppercase; }
#nav ul li a:hover { }
#nav ul span,
#nav ul li.last li span {}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:140px;border:10px solid #50140A }

.menu #messages_product_view { display: none;}
/* End Nav ======================================================================================= */

/* Footer ================================================================================ */
.footer-container { color: #554f48; }
.footer-container a { color: #554f48}
/* Footer ================================================================================ */
.footer-container { clear:both;width:960px; margin:20px auto 0; padding-top:9px }
.footer-container-wrapper{ width:960px;}
.footer-1 ul{float:left; margin:11px 20px 0; clear:both; }
.footer-1 ul li a{float:left; padding:25px 27px}
.footer-1 ul li{float:left; color:#fff; padding:6px 0 22px; font-weight:bold;font-family:HelveticaCondensedBold; font-size:16px; width:230px; text-align:left; line-height:19px}
.footer-1 ul li span{float:left; color:#fff; padding:6px 0 0 10px; font-weight:bold;font-family:HelveticaCondensedBold; font-size:16px; text-align:left; line-height:19px}

.footer-2, .footer-3{background:url(../images/hr_footer.png) no-repeat left top;min-height:50px}
.footer-1,.footer-2,.footer-3{clear:both}
.footer-2{float:left; width:100%; margin-bottom:25px}
.footer-2 ul{ width:210px; float:left; margin-top:20px }
.footer-2 ul{margin-left:22px}
.footer-2 ul.get-mobi-code a img{margin-top:2px; float:left}
.footer-2 ul li.first{ color:#f8ac08; font-size:16px; font-family:HelveticaBold; background:none; padding-left:0 !important; margin-bottom:10px}
.footer-2 ul li{color:#b4b4b4;text-align:left; background:url(../images/i_list_footer.png) no-repeat scroll 0 7px transparent; padding-left:10px; font-size:11px; font-family:Arial; margin-bottom:3px}
.footer-2 ul li a{color:#b4b4b4;text-align:left; font-size:11px; font-family:Arial; text-decoration:none}
.footer-2 ul li a:hover{text-decoration:underline}
.footer-2 ul li span{font-family:HelveticaBold; font-size:14px;  font-weight:bold}
.footer-2 ul.contact-us li{ min-height:20px; padding-left:35px; margin-bottom:4px}
.footer-2 ul.contact-us li.first{padding-bottom:5px}
.footer-2 ul li.address{background:url(../images/i_contact.png) no-repeat scroll 0 0px transparent;}
.footer-2 ul li.phone{background:url(../images/i_contact.png) no-repeat scroll 0 -45px transparent;}
.footer-2 ul li.mail{background:url(../images/i_contact.png) no-repeat scroll 0 -68px transparent;}
.footer-2 ul li.last{background:url(../images/i_contact.png) no-repeat scroll 0 -90px transparent;}
.footer-3{padding-top:25px; float:left; width:100%}
.block-subscribe, .footer-checkout,.footer-payment, .footer-follow-us{width:213px; float:left; margin-left:20px}
.footer-3 .block{border:none; background:none; margin-bottom:2px}
.footer-3 .block-subscribe .block-title{display:none !important}
.footer-3 .block-subscribe label {display:none !important}
.footer-3 .block-subscribe .form-subscribe-header, .footer-checkout p, .footer-payment p, .footer-follow-us p{text-transform:capitalize; font-size:14px; font-family:HelveticaBold; text-align:left; padding-bottom:2px}
.footer-follow-us a{ text-align:left; text-decoration:none;}
.footer-3 .block-subscribe .block-content{padding:0; background:none; position:relative; text-align:left;}
.footer-3 .block-subscribe .block-content .newsletter-content{ overflow:hidden}
.footer-3 .block-subscribe .block-content .input-box{padding-bottom:3px; float:left; width:160px;}
.footer-3 .block-subscribe input.input-text{ border:none; width:155px; padding:8px 0; font-size:11px; font-family:Arial; background:none; margin:0 8px;}
.footer-3 .block-subscribe input.validation-failed{border:none !important}
.footer-3 .block-subscribe .block-content .actions{width: 30px; float:left; padding:6px 9px 0}
.footer-3 .block-subscribe .actions button.button span{background:url(../images/btn_newsletter.png) 0 0 no-repeat; padding-right:5px;}
.footer-3 .block-subscribe .actions button.button span span{font-size:0px; text-indent:-9999px; float:right}
.footer-3 img{margin-right:7px}
.footer-bottom{clear:both; padding-top:26px;  }
.footer-bottom .footer-links{float:left;}
.footer-bottom .footer-links ul{float:left}
.footer-bottom .footer-links ul li{float:left; background:url(../images/bkg_footer-links.png) left 60% no-repeat; padding:0 10px}
.footer-bottom .footer-links ul li:first-child{background:none; padding-left:0 !important}
.footer-bottom .footer-links ul li a, .footer-bottom span, .footer-bottom span a, .footer-bottom address{color:#616161; font-size:11px; font-family:Arial; text-decoration:none}
.footer-bottom .footer-links ul li a:hover, .footer-bottom span a:hover{text-decoration:underline}
.footer-bottom span{float:right}
.footer-bottom address{float:left; clear:both; padding-top:3px}
.footer-bottom{ width:100%; overflow:hidden}


.footer li,
.footer .col { float: left;}
.footer-row-1,.footer-row-2,.footer-row-4-top,.footer-row-4-bottom { clear: both;   margin: 0 auto;  overflow: hidden;   width: 960px;}

.footer-row-1 { background: #242220;padding:4px 0;}
.footer-row-1 li { border-left:1px solid #37332f;}
.footer-row-1 li:first-child { border-left:none;}

.footer-row-2 { margin-top:30px; margin-bottom:30px;}
.footer-row-2 .col-2 { border: 1px solid #CCCCCC;  float: right; height: 73px; width: 223px;padding: 15px 0 0 15px;}
.footer-row-2 .col-2 li { margin-right:5px;}
.footer-row-3,.footer-row-4 {clear: both; width: 100%; float:left;}
.footer-row-3 {background: url(../images/bkg-footer3.jpg) 0 0 repeat-x; height: 103px; overflow: hidden;}
.footer-row-4 { background: #242220;}
.footer-row-4 h3,
.em_block-recent-post .block-title span { font-family: 'AvantGardeBkBTDemi'; color: #e2cab2; font-size: 13px; text-transform: uppercase;}
.em_block-recent-post .block-title strong { background: none !important; padding-left: 0 !important;}

.footer-row-4-bottom { border-top:1px solid #48433d;margin-top:25px; padding-top:15px; padding-bottom: 40px;}
.footer-row-4-bottom .col-2 li { margin-left: 20px;}
.footer-row-4-top .col { width:200px;margin-left:20px;}
.footer-row-4-top .col-1 { margin-left:0px;}

.footer-row-4 .footer-row-4-top { margin-top:25px;}
.footer-row-4 .footer-row-4-top .col li { clear: both;}
.footer-row-4-bottom .col-2 { float:right;}

.footer_brands_slider  .slideshow-box { width: 940px;margin: 0 10px;}
.footer_brands_slider .slideshow-box ul { display: block; min-width: 1600px;overflow: hidden;}
.footer_brands_slider   a.previous,
.footer_brands_slider  a.next { top: 45px !important;width: 10px; height: 19px;}
.footer_brands_slider   a.previous{ left: 0px !important; right: auto; }
.footer_brands_slider  a.next { right: 0px !important;}
.footer_brands_slider  .slideshow-box li  { width:156px;}
.footer_brands_slider  .slideshow-box li a { display: block; text-align: center;}
.footer_brands_slider   {width: 960px; margin: 0 auto; position: relative;padding: 3px 0 0;}
#content_tabs  a.previous,#content_tabs  a.next { top: -42px;}
.footer_brand  li{ width: 174px;}

.footer_blog { width: 960px; margin: 0 auto;background: #fff;}
.footer_blog li { width: 213px; float: left; margin: 0 11px;}
.footer_blog ul{ display: block;  margin: 0 9px; overflow: hidden; padding-bottom: 30px; position: relative;}
.footer_blog p{ color: #5f5f5f;margin: 11px 0 6px;}
.footer_blog h3{ color: #000; font-size: 16px; font-weight: bold;text-transform: uppercase;margin-bottom:0;}
.footer_blog h2{padding: 38px 0 0  20px;}

.footer-infomation { float: left;width:640px;}

.em_block-recent-post {clear: none;   float: right;   width: 300px;padding:0;}

/* ======================================================================================= */

/* CMS Home Page ====================================================================== */
.cms-index-index .page {}
.cms-index-index .nav-container { margin-bottom:0;}

.container { clear: both;}
.mainslideshow-wrapper .container { width: 960px; margin: 0 auto;}

.top-menu-container { height: 38px;}
.top-menu-container .store-menu  { width: 960px; margin: 0 auto;padding-top: 5px;}
.top-menu-container .store-menu  li { float: left;display: block;margin-right:5px;}
.top-menu-container .store-menu  li a { float: left;line-height: 28px;background: url("../images/bkg-store.png") no-repeat scroll 0 0 transparent;height: 28px;padding-left: 15px;}
.top-menu-container .store-menu  li a span {background: url("../images/bkg-store.png") no-repeat scroll 100% 100% transparent;line-height: 28px;color: #fff;font-size: 11px; font-weight: bold;padding-right: 15px;height: 28px;display: block;}
.cms-index-index  .main-container { border: none;}
.cms-index-index  .main-container .main { margin-top: 0; overflow:visible;}

.content-em-new-product { margin-bottom: 20px;}
.new_product {  height: 145px;position: relative;}
.new_product .new_products {  height: 143px;float: right;border: 1px solid #E1E1E1;border-left: none;width: 796px;}
.new_product h3 { font-family: 'HelveticaNeueBold'; color: #fff; font-size: 15px; text-transform: uppercase;float: left; width: 153px; left: 10px;
    position: absolute; bottom: 10px;}
.new_product .slideshow a.previous,
.new_product .slideshow a.next {   height: 16px;
    right: auto;
    top: 10px;
    width: 10px;}
.new_product .slideshow a.previous {left: 127px;}
.new_product .slideshow a.next {   left: 146px;}
.new_products ul { margin: 0;display: block;}
.new_products .products-list li.item  { height: 143px;width: 199px;float: left;clear: none;}
.new_products .products-list li.item .product-item { border: medium none;  height: 123px;  margin: 0;   width: 159px;}
.new_products .products-list li.item .product-item  .product-image{ border: medium none;  height: 123px;  margin: 0;   width: 159px; padding: 0; overflow: hidden;}


.content-em-hot-product,
.content-bestseller-product,
.content-em-most-popular { float: left; width: 313px; position: relative; }

.content-em-hot-product .slideshow,
.content-bestseller-product .note-msg,
.content-em-most-popular .slideshow {  width: 311px; border: 1px solid #CDCCCC;margin-top: -20px; padding-top: 20px !important;}

.content-bestseller-product .note-msg { width: 271px;}
.content-em-hot-product h3,
.content-bestseller-product h3,
.content-em-most-popular  h3{  color: #FFFFFF;    font-family: 'HelveticaNeueBold';    font-size: 14px;    height: 49px;    line-height: 40px;    padding-left: 15px;    text-transform: uppercase;  width: 313px; background: url("../images/bkg-block-home-title.png") 0 0 no-repeat   ; position: relative; z-index: 2;}

.content-em-hot-product { clear: both;}
.content-bestseller-product { margin: 0 10px 0 11px;}
.content-em-most-popular {}

.content-em-hot-product .slideshow-box .products-list ,
.content-bestseller-product .slideshow-box .products-list,
.content-em-most-popular .slideshow-box .products-list  { margin: 0; }

.content-em-hot-product .slideshow-box .products-list li.item,
.content-bestseller-product .slideshow-box .products-list li.item,
.content-em-most-popular .slideshow-box .products-list li.item { width: 100%; }

.content-em-hot-product .slideshow-box .products-list li.item .product-item,
.content-bestseller-product .slideshow-box .products-list li.item .product-item,
.content-em-most-popular .slideshow-box .products-list li.item .product-item { float: none; width: auto;  height: auto;}

.content-em-hot-product .slideshow-box .products-list .product-image ,
.content-bestseller-product .slideshow-box .products-list .product-image,
.content-em-most-popular .slideshow-box .products-list .product-image {  float: left;
    height: 90px;
    overflow: hidden;
    width: 100px; }
.content-em-hot-product .slideshow-box .products-list .actions ,
.content-bestseller-product .slideshow-box .products-list .actions,
.content-em-most-popular .slideshow-box .products-list .actions {  margin-left: 120px;   float: none;}

.content-em-hot-product .slideshow-box .products-list .product-name ,
.content-bestseller-product .slideshow-box .products-list .product-name,
.content-em-most-popular .slideshow-box .products-list .product-name {  margin-left: 120px;}

.content-em-hot-product .slideshow-box .products-list .ratings ,
.content-bestseller-product .slideshow-box .products-list .ratings,
.content-em-most-popular .slideshow-box .products-list .ratings {  margin-left: 120px; clear: none;  overflow: hidden;}

.content-em-hot-product .slideshow-box .products-list .price-box ,
.content-bestseller-product .slideshow-box .products-list .price-box,
.content-em-most-popular .slideshow-box .products-list .price-box {  margin-left: 120px;}

/* End Home Page ----------------------------------------------------------------------------------------------------------------*/

/* Category Page ========================================================================= */
.catalog-category-view .products-grid .product-image { margin-bottom:10px;}
.catalog-category-view .messages li {background-position: 10px 13px !important;}

.category-title{ height: 51px; line-height: 51px; position: static;background: url("../images/bkg-title-category.png") 0 0 no-repeat ;margin-right: -20px; padding-left: 20px;}
.category-description {   padding: 20px 0 20px 20px;}
.category-title h1{ font-family: Century Gothic;color: #fff; font-size: 12px; font-weight: normal; text-transform: uppercase;line-height: 51px; background: url(../images/bkg-title-category-right.png) 100% 0 no-repeat ;margin-bottom:0;}
.cms-index-index .col3-layout .category-products { margin-top:0;}
.col3-layout .category-products .toolbar {margin-top:10px}
.category-products .toolbar .sorter {}
.category-image { overflow:hidden; margin:-20px -20px 20px 0; text-align:center; }
.category-image img {}
.category-description { }
.cms-index-index .category-products{background:none; margin-top:10px}
.cms-index-index .col1-layout .category-products{margin-top:0}

.col2-content{background:url(../images/bkg_category_center.png) 0 0 repeat-y; padding:0 25px 15px}

.col1-layout .category-title { margin-right: 0;}
.col1-layout .category-products .toolbar { margin-right: 0;} 

.col2-right-layout  .category-title,.col2-left-layout  .category-title  {}
.col2-right-layout .category-image { margin:-20px 0px 20px 0; }
.col2-right-layout .category-products .toolbar { margin-right:0; }
.col2-right-layout .category-title { margin-right:0; }

.catalog-product-view  .col2-left-layout .col-main , 
.catalog-product-view .col2-right-layout .col-main { }

.col3-layout .category-products .toolbar .sorter {clear:both}
/* End Category Page ============================================================================================================================*/

/* Page: Detail =============================================================================================================================*/
/* Product Images */
.product-view .product-essential{padding:15px 0 20px}
.product-view .add-to-cart .paypal-logo { margin:0; }
.product-view .product-img-box { float:left; width:276px;margin-top:}
.product-view .product-img-box .product-image { margin:0 0 13px;  width: 260px; padding:0px;border: 1px solid #e0e0e0; }
.product-view .product-img-box .product-image-zoom { position:relative; width:276px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 {  text-transform:uppercase; color: #000000;font-size: 10px; }
.product-view .product-img-box .more-views ul {display:block; padding-top:30px}
.product-view .product-img-box .more-views li { float:left; padding:0 14px 0 0}
.product-view .product-img-box .more-views li a { float:left; width:76px; height:70px; border:1px solid #e0e0e0; overflow:hidden; text-align: center;}

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }

/* Product Shop */
.product-view .product-shop li{ display:inline;}
 .col1-layout .product-view .box-reviews .form-add fieldset{width:auto}
.product-view .product-image img{margin:0 auto}
.product-view .product-shop { float:right; width:375px;}
.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-options dd{margin:0 0 10px 0; clear:none}
.product-view .product-shop .product-options p.required{float:right; margin-right:24px}
.quickshop-index-view .product-view .product-shop .product-options p.required{float:left}
.product-view .product-shop .product-options dd select{width:285px}
.col1-layout .product-view .product-shop .product-options p.required{margin-right:210px}
.col1-layout .product-view .product-shop .product-options .validation-advice{margin:0 0 0 20px}
.product-view .product-shop .product-name h1 { color: #92278f; font-weight: bold; font-size: 22px; letter-spacing:-1px;}
.product-view .product-shop .availability { margin:10px 0;line-height: 20px; color: #797878; font-size: 12px; font-style: italic; }
.product-view .product-shop .short-description { clear: both; word-wrap: break-word; padding-bottom:15px}
.product-view .product-shop .short-description h2 {color: #2b2a2a; font-size: 12px; font-weight: bold; text-transform: uppercase;}
/* .product-view .product-shop .price-box { margin:10px 0 15px; } */
.product-view .product-shop .price-box .price{font-size:17px;color: #3e3e3e; font-weight:bold;letter-spacing:-1px; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; float: left;}
.product-view .product-shop .add-to-box .add-to-links {}
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline;overflow: hidden; }
.product-view .product-shop .add-to-links li .separator { display: none;}
.product-view .product-shop .add-to-links a { font-size: 12px; }
.product-view .product-options-bottom .add-to-links .link-wishlist, .product-view .product-shop .add-to-links .link-wishlist{padding-left:0; margin-right:0px !important; padding-top:0px; padding-right:15px}

.product-view .product-options-bottom .add-to-links .link-compare,.product-view .product-shop .add-to-links .link-compare{padding-left:10px; padding-top:0px; margin-right:10px; background:none !important}
.col3-layout .product-view .product-shop .product-options p.required{margin-right:50px}
.col1-layout .product-view .product-shop { float:right; width:580px; }

.col3-layout .product-view .product-shop { float:none; width:auto; padding-bottom:20px }

/* Product Options */
.product-options {margin-top: 30px; }
.product-options dl{clear:both}
.product-options dt {  font-weight:normal; float:left; margin-top:1px; margin-right:10px}
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-right:3px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd {margin:0 0 10px 0; clear:both}
.product-shop .product-options dd .input-box{margin-left:0px}
.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 input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:400px;}
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; clear:both;}

.product-options ul.options-list li { line-height:1.5; padding:2px 0; clear:both }
.product-options ul.options-list input.radio { float:left; margin-top:1px; margin-top:0px\9; }
.product-options ul.options-list input.checkbox { float:left; margin-top:1px; margin-left:1px }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }

#downloadable-links-list{margin-left:0}
.product-options p.note { margin:0; font-size:11px; }
.col3-layout .product-options p.required { margin-right:30px}
.product-options .validation-advice{text-align:left !important; margin:0}
.product-price-data .add-to-cart{ float: right;width: 200px;margin-top:20px; }
.add-to-cart .add-to-card-button{padding-top:5px}
.product-shop .add-to-box .add-to-cart .add-to-card-button{padding-top:10px}
.product-options-bottom {}
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box {  margin:0 20px 40px 0; padding:0; }
.product-options-bottom .add-to-links, .add-to-box .add-to-links { padding: 0; text-align:left; margin: 0px 0 0; float: left; display: block;}
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart button.button {  margin-top: 5px;}
.product-options-bottom  .add-to-links li{margin:5px 5px 0 0 !important}
.product-shop a.link-wishlist, .product-shop a.link-compare{font-size:12px !important;  margin-right:15px; }
.product-shop .product-options-bottom, .product-shop .add-to-box { margin:0 0 10px; clear:both; }

.product-shop .product-options-bottom .price-box, .product-shop .add-to-box .price-box  {  margin:0 20px 40px 0; }
.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, .product-shop .add-to-box .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom  .add-to-links, .product-shop .add-to-box  .add-to-links { padding:5px 0 0; text-align:right; white-space: nowrap;margin-top:0;}
.product-shop .add-to-box .or, .product-shop .product-options-bottom  .or{display:none}
.product-collateral { margin-top: 35px; padding-bottom:15px}
.box-collateral {margin:0 0 30px;}
.product-shop ul li .separator{display:none}
.product-shop .print_it{padding-left:10px}
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }
.product-view .grouped-items-table td.last { }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/*ui-corner-all*/
.ui-corner-all{margin:20px 0;}
.ui-corner-all ul.ui-corner-all{border-bottom:1px solid #ededed; margin-left:-10px}
.ui-corner-all ul li.ui-state-default:first-child{margin-left:10px}
.ui-corner-all ul li{display:inline}
.col3-layout .ui-corner-all ul li.ui-state-default:first-child{margin-left:5px}
.ui-corner-all ul li.ui-state-default{padding:7px 15px 6px; margin-left:5px; border:1px solid #ededed; display:inline; line-height:30px; font-size:14px}

.ui-corner-all ul li.ui-state-default a{color:#fff; white-space:nowrap}
.ui-corner-all ul li.ui-state-default a:hover{text-decoration:none}
.ui-corner-all ul li.ui-state-active{background:#fff; border:1px solid #ededed; border-bottom:none; padding:7px 15px 8px; cursor:default;}

.col3-layout .ui-corner-all ul li.ui-state-active{background:#fff; border:1px solid #ededed; border-bottom:none; padding:7px 15px 8px}
.ui-corner-all ul li.ui-state-active a{color:#3e3e3e; cursor:default;}
.ui-corner-all .ui-corner-bottom{clear:both; }
.ui-corner-all .ui-tabs-hide{display:none}
/*slideshow_related*/
.ui-corner-all .box-related{margin:0px}
.ui-corner-all .box-related .products-grid li.item{margin:0 30px 0 0}
.ui-corner-all .box-related .products-grid li.item p{margin:0}
.ui-corner-all .box-related .products-grid {display:inline}
.ui-corner-all .box-related .products-grid .product-image{display:inline}
/* Block: Upsell */
.box-up-sell  a.add-to-wishlist{ display: inline-block; float: right;white-space: nowrap;}
.product-view .box-up-sell h2, .box-tags h2, .box-description h2, .box-additional h2, .box-reviews h2, .form-add h2{font-size:18px; padding-bottom:10px; }
.product-view .box-up-sell .slideshow a.previous,
.product-view .box-up-sell .slideshow a.next { top:-24px; }
.product-view .box-up-sell .products-grid {  position: relative; margin-top:10px; margin-top:20px; display:block; float:left }
.product-view .upsell{margin:0 auto}
.product-view .upsell .slideshow-box{position: relative;}
.product-view .upsell .slideshow-box a.previous{ background: url(../images/i_slideshow-buttons2.gif) no-repeat scroll left top transparent; height:25px; width:23px; right:22px}

.product-view .upsell .slideshow-box a.next{background: url(../images/i_slideshow-buttons2.gif) no-repeat scroll right top transparent; width:23px; height:25px}


.product-view .box-up-sell .products-grid li.item{width:225px; margin:0 auto}
.product-view .box-up-sell .products-grid li.item .product-item{width:200px; float:left}
.product-view .box-up-sell .products-grid td { width:225px; line-height:1.6em; padding-right:10px }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { }
.product-view .box-up-sell .products-grid .product-image { text-align:center;  margin-bottom: 10px;}
.product-view .box-up-sell .products-grid .product-image img { background: none !important;}
.product-view .box-up-sell .products-grid .add_to { display: none; }
.product-view .box-up-sell .products-grid td.empty { border-right:0;}
.product-view .box-up-sell .products-grid .ratings .rating-box { display:block; margin:3px 5px 3px 0; }
.up_sell a.previous,
.up_sell a.next { top: 24px;}
.product-view .box-up-sell .products-grid  .price-box p{margin:0}

.up_sell .ratings .rating-links .separator,
.up_sell a.add-review { display: none;}
.up_sell .ratings .rating-links { float: left;}

.col3-layout .product-view .box-up-sell h2 { height: auto; }
.col3-layout .product-view .box-up-sell h2  p{width:90% }
.col3-layout .product-view .box-up-sell h2 span {  padding-bottom: 6px; }

.col3-layout .up_sell a.previous, 
.col3-layout .up_sell a.next { top: 48px}

/* Block: Tags */
.box-tags { margin:0; }
.box-tags h2 { margin-bottom:10px; }
.box-tags h3 { font-size:13px;display: none; }
.box-tags .product-tags { display:block; margin:0 20px 15px 0;}
.col3-layout .box-tags .product-tags { width: 100%; }
.box-tags .product-tags li { display:inline;  padding:0 7px 0 4px; text-transform:capitalize }
.box-tags .product-tags li.first { padding-left:0; }
.box-tags .product-tags li.last { background:none; padding-right:0; }
.box-tags .form-add label { display:block;  font-weight:bold; margin:0 0 5px;}
.box-tags .form-add .input-box { float:left; width:350px; margin:0 3px 0 0; }
.box-tags .form-add input.input-text{ width:350px;  height: 18px;line-height:18px;}
.col3-layout .box-tags .form-add .input-box, .col3-layout .box-tags .form-add input.input-text { width:230px }

.box-tags .form-add button.button span { float:left}
.box-tags .note { margin:10px 0 0; font-size:12px;font-weight: bold;clear: both; }
.box-tags .form-add { margin-bottom: 15px;}
.form-add  button.button {float:left; margin-left:10px}

/* Block: Reviews */
.product-view .box-reviews .form-add{float:left; width:316px}
.col3-layout .product-view  .has-review  .form-add{ width:99%}
.col1-layout .product-view  .has-review  .form-add,.col1-layout .product-view .box-reviews .info-customer-reviews { width:48%}
.product-view .no-review  .form-add{float:none; width:auto}
/*.product-view .no-review  .form-add #review-form .buttons-set{width:320px}*/
.product-view .box-reviews .form-add form#review-form .form-list .input-box{width:316px;}
.product-view .box-reviews .form-add form#review-form .form-list input.input-text, .product-view .box-reviews .form-add form#review-form .form-list textarea{width:308px}
/*.col1-layout .product-view .box-reviews .form-add form#review-form .form-list input.input-text,
.col1-layout .product-view .box-reviews .form-add form#review-form .form-list textarea{width:422px}
.col3-layout .product-view .box-reviews .form-add form#review-form .form-list input.input-text,
.col3-layout .product-view .box-reviews .form-add form#review-form .form-list textarea{width:412px !important}*/
.product-view .box-reviews .info-customer-reviews { float:left; width:316px; margin-right:30px}
.col3-layout .product-view .box-reviews .info-customer-reviews { width:99%}
.product-view .box-reviews .info-customer-reviews a,
.product-view .box-reviews .info-customer-reviews span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add .data-table{width:316px; padding:0px}
/*.col1-layout .product-view .box-reviews .form-add .data-table,.col1-layout .product-view .box-reviews .form-add,.col1-layout .product-view .box-reviews .form-add form#review-form .form-list .input-box,.col1-layout .product-view .box-reviews .info-customer-reviews{width:430px}
.col3-layout .product-view .box-reviews .form-add .data-table,.col3-layout .product-view .box-reviews .form-add,.col3-layout .product-view .box-reviews .form-add form#review-form .form-list .input-box,.col3-layout .product-view .box-reviews .info-customer-reviews{width:420px}*/
.product-view .form-list .input-box{margin-left:0px}
.product-view .form-list .nobr{color:#fff !important}
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; padding-top:5px;}
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px;  color: #414141; font-weight:normal; padding-top:6px}
.product-view .box-reviews .form-add .form-list li { margin-bottom: 12px;}
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .data-table tr.last td { }
.product-view .box-reviews .form-add .form-list .input-box { width:366px; float: left;clear: both;height: auto;}
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:315px; }
.product-view .box-reviews .form-add .form-list input.input-text {height: 15px; color:#3e3e3e}

.col1-layout .form-add fieldset { width: 673px;}
.col3-layout .product-view .box-reviews .form-add .form-list .input-box { float: none; clear: both;}
.col3-layout #product-review-table  thead th {padding: 2px 8px;}
.col3-layout .product-view .box-reviews .form-add .data-table td {padding: 10px 0px;}

.review-product-view .main{margin-top:20px}
.review-product-view .col-wrapper{padding-bottom:20px}
.review-product-view .product-review .product-img-box, 
.review-product-view .product-review .product-details{margin-top:10px}

/* Send a Friend */
.send-friend .form-list { width:650px; }
.send-friend .fieldset .legend{padding-top:20px}
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { }
.send-friend .form-list .field { width:325px; }
.send-friend .form-list .input-box {margin-left:100px }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:200px; }
.send-friend .form-list li.wide .input-box { width:auto; }
.send-friend .form-list li.wide textarea { width:524px; }
.send-friend .buttons-set{padding:10px 0}
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
.send-friend .buttons-set #add_recipient_button { float:left; }
.send-friend .buttons-set button.button {margin-right: 10px; clear:none }
.send-friend .buttons-set p.back-link{clear:none; margin:0}

.cloud-zoom-big { background: #fff;}

/* End Product detail=========================================================================================*/

/* Page Shopping Cart ========================================================================================*/
/* Checkout Types */
 .checkout-cart-index .page-title h1, .checkout-cart-index .crosssell h2{margin:0;background: url("../images/col1-top.png") repeat-y scroll left top transparent;
    font-size: 18px !important;
    line-height: 38px !important;
    padding: 9px 25px 0 !important;}
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
.cart .cart-collaterals label{font-weight:normal; color:#3e3e3e; margin-top:3px}
/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td {  padding: 10px 20px 0; }
.cart-table thead th{padding:6px 20px; text-align:left !important}
.cart-table td  a {  color: #414141; font-size: 12px; font-weight: bold; }
.cart-table .product-name { font-weight:bold; margin:1px 0 5px; color:#2f2f2f;}
.cart-table .product-name a.product-image, .cart-table a.product-image {  color:#414141; font-size: 12px; font-weight: bold; padding-right:20px; float:left; padding-bottom:10px }
.cart-table .item-options{text-align:left; float:left; width:300px}
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td {  }
.cart-table .btn-continue { float:left; margin-right: 1px; }
.cart-table .btn-update { float: right;}

#shopping-cart-table tfoot tr.first td { padding-right: 0px; padding-left:0}
#shopping-cart-table tfoot td.a-right{padding-right: 0px; padding-left:0; padding-top:15px}
#shopping-cart-table td.a-right {  text-align: left !important;}
#shopping-cart-table .btn-remove2 {padding-left: 30px; background:url(../images/btn_remove2.png) center 5px no-repeat}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { margin-top: 20px;color: #414141; font-size: 12px; font-weight: bold; }
.cart .cart-collaterals .input-box {margin-left:100px}
.cart .cart-collaterals input.input-text {  width: 140px;}
.cart .cart-collaterals .discount-form input.input-text {  width: 240px;}
.cart .cart-collaterals .col2-set { float:left; width:585px; }
.cart .cart-collaterals .col2-set .col-2 { width:270px; }
.cart .cart-collaterals .discount-codes{width:280px; float:left; padding-top:16px}
 .cart .cart-collaterals .shipping{width:280px; float:left; padding:16px 20px 0 40px}
 .cart .cart-collaterals .totals{width:240px; float:left; padding-left:40px; padding-top:16px}
 
.cart .cart-collaterals .shipping, .cart .cart-collaterals .totals{background:url(../images/bkg_cart-collaterals.jpg) left top no-repeat; min-height:300px;}
.cart .cart-collaterals .shipping .shipping{background:none; padding:0}
.cart .cart-collaterals .discount-codes h2, .cart .cart-collaterals .shipping h2, .cart .cart-collaterals .totals h2{font-family:Helvetica; font-size:18px}
.cart .cart-collaterals .discount-codes label, .cart .cart-collaterals .shipping p{font-size:12px; font-weight:normal; color:#3e3e3e}
.cart .crosssell {  margin-top:20px; background:url(../images/col1-bottom.png) left bottom no-repeat; padding-bottom:11px;}
.cart .crosssell #crosssell-products-list{overflow:hidden; padding-top:20px}
.cart .crosssell #crosssell-products-list li:first-child{margin-left:0}
.cart .crosssell #crosssell-products-list li{float:left; margin-left:20px; width:210px;}
.cart .crosssell .slideshow a.previous, 
.cart .crosssell .slideshow a.next{  display: none;}
.cart .crosssell h2 {line-height:37px }
.cart .crosssell .product-image { text-align: center;  }
.cart .crosssell .product-details {  }
.cart .crosssell .product-name { margin-top:10px}
.cart .crosssell li.item {  width: 235px;}
.cart .crosssell li.item.last{  width: 215px;}
.cart .crosssell li.item.last  .item_ch{  padding-right: 0px;}
.cart .crosssell .link-compare {  }
.cart .crosssell .add-to-links li {width:auto !important}
.cart .crosssell button.btn-cart { margin-top: 13px;}
.cart .crosssell .products-grid li.item .product-item { min-height: 200px;}
.shopping-cart-crossell { clear: both; position: relative;overflow: hidden;}

.col3-layout .crosssell a.previous, 
.col3-layout .crosssell a.next { top: 48px}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {  }
.cart .discount h2,
.cart .shipping h2 {  }
.cart .discount button span,
.cart .shipping button span { }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:15px 0 10px; border:0; padding:0; text-align:left; }
.cart .shipping .buttons-set{ }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 {  }
.cart .discount .input-box { margin:14px 0 0; width:267px; }
.cart .discount input.input-text {  }

.cart .shipping h2 {  }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.shopping-cart-coupon,
.shopping-cart-shipping{  width:270px; float: left;  overflow: hidden;}
.shopping-cart-coupon,
.shopping-cart-shipping { margin-right: 15px;}
.shopping-cart fieldset {  background: url("../images/bkg-title-cart.png") no-repeat scroll 0 0 transparent; display: block; overflow: hidden;}
.cart .totals { float: right;width: 302px;}
.cart .totals table { width:100%; margin:0; }
.cart .totals table .price { font-weight: bold;margin-top: 1px; }
.cart .totals td:first-child { text-align: left !important;}
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:14px;}
.cart .totals .checkout-types { font-size:13px; padding:2px 0px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:3px 0 0; text-align: left; padding:0}
.cart .totals .checkout-types li button.button{margin-bottom:7px}
.cart .totals .checkout-types li a{font-size:12px;}
.cart .title-buttons{margin:0; padding:0; height:47px}
.discount-form, .shipping-form, .total-content { min-height: 266px;}
.shipping-form .form-list select {  width: 150px; padding:2px 0 2px; height:23px}
.shipping-form .form-list .label{font-weight:normal; color:#3e3e3e}
.cart-collaterals h2 { margin-bottom: 12px;}

.cart-empty { min-height: 340px;}
.cart-empty p{padding-top:10px}
/* End Shopping cart page-------------------------------------------------------------------------------------*/

/* CHECKOUT PAGE ============================================================================== */
.checkout-onepage-index .page-title ,
.checkout-onepage-success .page-title,
/*.my-account .page-title { background:url(../images/bkg-title-page.jpg) 0 0 no-repeat; }*/
.checkout-onepage-index .block .block-title{background:url(../images/bkg_title2.png)}
.checkout-onepage-index .page-title h1{background:#e8e8e8}
.checkout-onepage-index .page-title  h1,
.checkout-onepage-success .page-title h1,
.my-account .page-title h1,
.box-account .box-head h2, 
.dashboard .col2-set .box .box-title h3, 
.my-account .title h2, 
.customer-account-edit .my-account h2, 
.my-account .page-title h1, 
.my-account .page-title h2{ font-family:'Arial'; color: #3e3e3e; font-size: 14px;text-transform: capitalize; padding-top: 3px;}
.opc .a-item  #co-billing-form .wide .input-box, .opc .a-item  #co-shipping-form .wide .input-box {margin-left:0px; overflow:visible}

.opc .data-table tbody tr:first-child td{border:none !important}
.opc .data-table tbody td{border-top:1px dashed #E4E4E4 !important; border-bottom:none !important}
.opc .data-table tbody th{border:none !important}
.opc .data-table thead th{text-transform:capitalize}
.opc .data-table tfoot{background:#ededed}
.opc .data-table tfoot tr.first td{padding-top:5px !important}
.opc .data-table tfoot tr td.a-right{padding-top:5px !important}
.opc .data-table tfoot tr.last td.a-right{padding-bottom:7px !important}
.opc .data-table tfoot td.a-right{text-align:right !important; font-style:italic; color:#3e3e3e}
.opc .data-table tfoot tr td.last{text-align:left !important}
.opc .data-table tfoot td.a-right .price{font-weight:normal}
.opc .data-table tfoot tr.last td{font-style:normal; font-size:14px}
.opc .data-table tfoot tr.last td strong, .opc .data-table tfoot tr.last td strong span.price{font-weight:bold !important}
.opc .btn-remove2{background:url(../images/btn_remove2.png) no-repeat scroll 7px 5px transparent !important}
.opc .data-table thead th{padding:6px 10px; text-align:left !important}
.opc .data-table thead th:first-child{padding-left:16px !important}
.opc .data-table td.a-right, .opc .data-table td.a-center{text-align:left !important; padding:10px 30px 0 10px !important}

.opc .buttons-set p.back-link { float: left;margin-left: 12px; margin-top:10px;}
.opc .buttons-set button.button { clear: none;  float: left; margin-top:10px}
.opc #billing-buttons-container  button.button{ clear: both;}

.opc .buttons-set button.button{clear:none}
.opc .col-2 .buttons-set button.button{clear:both}
.opc .buttons-set .back-link { margin-top:0;  clear:none; float:right;}


#checkout-step-billing .buttons-set .please-wait { clear: both;}

.checkout-onepage-index .h4{background:url(../images/i_msg-note.png); border-bottom:1px solid #E4E4E4; padding:10px 0}
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; overflow:hidden; }
.sp-methods dt { margin: 5px 20px 5px 0;color:#3e3e3e; }
.box-sp-methods .sp-methods dt { margin:5px 20px 5px 0 }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { color:#3E3E3E; }
.sp-methods .price {  font-family: arial; }
.sp-methods .form-list { }
#payment_form_ccsave .form-list { padding-left:0px; }
#payment_form_ccsave .input-box {margin-left:160px; width:auto; clear:right; position:relative}
#payment_form_ccsave .input-box .v-fix{float:left}
#payment_form_ccsave .input-box .v-number{float:none}
.sp-methods .validate-cc-type-select{width:205px !important}
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month, .sp-methods select.year { width:92px !important; margin-right:21px;}
.sp-methods input.cvv { }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:left; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px;margin-top:5px; position:absolute; top:0; right:220px }
.checkout-multishipping-billing .cvv-what-is-this {right:120px}
/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_gm-close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

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

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.opc-block-progress{margin-bottom:20px !important}
.block-progress .block-title { padding-bottom: 0 !important;  }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content {}
.block-progress dt ,
.block-account .block-content li{ font-size:12px; line-height:1.35;  padding:7px 0 7px 0px;  color: #7D7B78;}
.block-progress dt:first-child ,.block-account .block-content li:first-child ,.block-account .block-content li.current:first-child{ border-top: none;}
.block-progress dl{padding-top:7px}
.block-progress dt{color:#3e3e3e}
.block-progress dt, .block-progress dt.complete{border-top:1px solid #ededed; margin-left:-10px; margin-right:-10px; padding-left:20px; padding-right:10px; background:url(../images/bkg_menu_li.gif) no-repeat scroll 10px 13px #FFFFFF}
.block-progress dt.complete{border-bottom:1px solid #ededed; border-top:none}
.block-progress dd {  border-top:0; padding:8px 13px; margin:0; }
.block-account .block-content li.current { margin:0;  border-top: none;}
.block-progress dt.complete {}
.block-account .block-content li:hover { background: url(../images/i-progress-hover.png) 0 10px no-repeat;text-decoration: none;}
.block-account .block-content li.current {}
.block-account .block-content li.current strong { font-weight: normal;}
.block-progress dt.complete span { margin:0; display: inline-block; width: 5px;  }
.block-progress dt.complete a { font-size: 12px; color: #242220; }
.block-progress dd.complete { padding-left:0; }
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0;clear:both  }
.opc .buttons-set p.required { margin: 0px 0 0; text-align:left;}
.opc .buttons-set .back-link small { display:none; }
.buttons-set .back-link a {background:url("../images/btncart.png") no-repeat scroll 0 0 transparent !important; border: medium none !important;color: #3C3C3C; padding:0px 5px !important; float:left; height:28px }


.buttons-set .back-link a span{background: url("../images/btncart.png") no-repeat scroll right -28px transparent !important;border: medium none !important;color: #3C3C3C;font-family: Arial;font-size: 10px; padding: 0 11px 0 5px !important;text-transform: uppercase; font-weight:normal; float:left; line-height:29px}
.buttons-set .back-link a:hover {  text-decoration: none;}
.buttons-set .back-link a small { display: none; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { line-height:26px; margin-top: 10px;}
.opc .ul { list-style:disc outside; padding-left:18px; }
.opc .ul li {   color: #7D7B78;}

.opc { position:relative;}
.opc li.section {  margin: 0px;}

.opc .step-title{ margin:0 -17px }
.opc .step-title .number { float:left; background:#dfdfdf; border:1px solid #fff; padding:8px 15px 9px; margin:0 5px 0 0; font:bold 14px arial, helvetica, sans-serif; color:#3e3e3e;}
.opc .step-title h2 {font-family: 'Arial';font-size: 12px;text-transform: capitalize; margin-bottom: 0; color:#3e3e3e; border:1px solid #FFFFFF; background:#ededed; font-weight:bold; margin:0px; line-height:33px}
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { cursor: pointer;}
.opc .allow .step-title .number { }
.opc .allow .step-title h2 {}


/*View Order*/
.sales-order-view .my-account .title-buttons h1{margin-bottom:10px}
.sales-order-view .my-account .order-info{margin-top:10px}
/*.opc .allow .step-title a { display:block; }*/
.dashboard .col2-set .box .box-title h3, 
.my-account .title h2, 
.customer-account-edit .my-account h2, 
.my-account .page-title h2{padding-bottom: 10px;}
.box-account .box-head h2{padding-bottom: 5px;}
.opc .active .step-title {cursor: pointer}
.opc .active .step-title .number, .opc .active .step-title h2 {color:#fff;}

/*.opc .active .step-title a { display:none; }*/


/*Checkout billing information*/
.opc .fields .input-box{ margin-left: 130px;}
.opc .a-item #billing-new-address-form .wide .input-box,.opc .a-item #shipping-new-address-form .wide .input-box{margin-left:130px}

.opc .form-list select{width:190px; padding:2px 0}
.opc .fields input.input-text{width: 180px;}
.opc .wide .input-box input.input-text{width: 516px; float:left;}
.opc .fields  .field .input-box .select{ width: 191px;}
.opc .step {  padding:10px 0 20px; position:relative; }
#opc-shipping_method .step {padding:10px 0 15px}
#opc-shipping_method .step .sp-methods{margin:0}
#opc-payment .sp-methods select{font-style:italic}
.opc #checkout-step-shipping ul {margin:0; padding:0}
.opc .step .tool-tip { right:30px; }
.opc .form-list .field{width:335px;}
.opc .form-list .wide{float:left;  width:680px}
.opc  #co-billing-form .form-list .wide{float:none}
#billing-new-address-form{margin-top:20px}
#checkout-step-billing .form-list li.wide select{width:655px}
.opc .form-list .wide .input-box{width:auto;}
#checkout-step-billing fieldset{width:680px}
#checkout-step-login .col2-set .col-1  p{ font-weight: bold;color: #3e3e3e;}
#checkout-step-login .col2-set .col-1  p.text-register{font-weight:normal; padding-top:5px}
#checkout-step-login .col2-set .col-1 .buttons-set{margin-top:5px}
#checkout-step-login .col2-set .col-1  p.required{display:none}
#checkout-step-login .col2-set .col-2 { float: left;}
#checkout-step-login .col2-set .col-1 .control label{font-weight: bold;color: #3e3e3e;}
#opc-login .buttons-set { border-top:0; position:relative; margin-top:0}
#opc-login  .col-2 .buttons-set {margin-left:120px;}
#opc-login .buttons-set a { font-size: 11px; padding:3px 0 0; clear:both;}
#opc-login .buttons-set a.f-left{text-align:left !important; font-size:12px}
#opc-login .form-list label{color:#3e3e3e}
#opc-login ul.ul li{color:#3e3e3e}
#opc-login h3,
#checkout_step_title {font-family: Arial;font-size: 18px;margin-bottom: 13px;text-transform: capitalize; color:#3e3e3e; font-weight:normal}
#opc-login .form-list{padding-bottom:5px}
#opc-login h4{font-size:12px; font-weight:bold;}
#opc-login  #login-form h4 ,
#opc-login  #login-form p{ color: #3e3e3e; font-weight:normal; text-transform:none; display: inline-block; font-size:12px}
#opc-login #login-form h4 { float: left;margin-right: 3px; font-family: arial; font-size: 12px;}
#opc-login  #login-form  .form-list li{ clear: both;}

#opc-login  #login-form .input-box,
.account-create .input-box,
.customer-account-edit .input-box,
.form-list .input-box,
#payment_form_ccsave .input-box {}

#opc-login  #login-form input.input-text,
.account-create input.input-text,
.customer-account-edit input.input-text{  width: 170px; }
 
#co-billing-form .form-list  li.control  { margin-right: 20px; clear:both}
#co-billing-form .form-list input.input-tex.validation-failed { width: 306px; }
#co-shipping-form .form-list li.wide .input-box { background: none;}

#opc-shipping_method .buttons-set { border-top:0; }

.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; margin-top: 10px; }
#opc-review .product-name { font-weight:bold;  }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set {margin-bottom:15px}
#opc-review .buttons-set p { margin:0; line-height:40px; font-size: 12px; padding-left:20px }
#opc-review .buttons-set p a { }
#opc-review .buttons-set .please-wait {float: right; padding-bottom:7px}
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }
#opc-review  #checkout-review-submit {  }
#opc-review   #checkout-review-submit button.btn-checkout {float: right;margin-top:15px; margin-right:20px}

#checkout-step-review{margin:0 -16px !important}
#checkout-step-review .data-table{margin:0 !important; padding:0 !important}
#checkout-step-review .item-options dd{padding:0}
.form-list input.input-text{   width: 262px;}
#payment_form_ccsave  input.input-text{width:195px}

	
.form-list li.wide .input-box { }
.form-list li.wide input.input-text {  width: 564px;}
.form-list .field { }
.form-list .field:first-child { float: left;}

#checkout-shipping-method-load { display: block; overflow: hidden;}
#checkout-shipping-method-load .sp-methods dd {  margin-right: 20px;}
#checkout-payment-method-load .sp-methods dt { float: left;  margin-right: 20px;margin-top: 0px; clear:both}
#checkout-payment-method-load .sp-methods dd { clear: both; padding-top:11px}

#payment-buttons-container  p.required{ text-align: left; }

#my-orders-table   tbody  td{ border-top:none !important; padding-left:16px; }
#checkout-review-table   tbody  td{padding-left:16px; }
#my-orders-table tbody tr td:first-child { padding-left:20px;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:20px 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }


.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:10px 0; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold;}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important;margin-top:2px; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:10px 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:20px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0;  }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total button.button span { font-size:12px; }
.multiple-checkout .place-order .grand-total button.button span span { }

.checkout-multishipping-addresses .main{margin-top:20px}
.checkout-multishipping-address-newshipping  .fieldset .legend{padding-top:20px}
.checkout-multishipping-address-newshipping .form-list .field{width:410px; margin-right:20px}
.multiple-checkout p.required{text-align:left}
.multiple-checkout .buttons-set .back-link{margin:0}
.multiple-checkout .buttons-set button.button{clear:none}
.multiple-checkout .form-list li.wide input.input-text{width:692px}
.multiple-checkout .form-list li.wide .input-box{width:auto}
.multiple-checkout .fieldset{width:900px}
.checkout-multishipping-address-newshipping .fieldset .form-list li.wide .input-box{width:auto}
.checkout-multishipping-address-newshipping .fieldset{width:100%}
.checkout-multishipping-address-newshipping .buttons-set p.back-link{margin-top:0 !important;}
.checkout-multishipping-address-newshipping .buttons-set button.button{clear:none !important}
.checkout-multishipping-address-newshipping  .wide .input-box input.input-text{width:692px}
.checkout-multishipping-address-newshipping .fields .input-box select{padding:2px 0 0}

.checkout-multishipping-address-editshipping .buttons-set p.back-link{margin-top:0 !important;}
.checkout-multishipping-address-editshipping .buttons-set button.button{clear:none !important}
.checkout-multishipping-address-editshipping .fieldset{margin-top:10px; width:100%}
.checkout-multishipping-address-editshipping .form-list .field{width:450px}
.checkout-multishipping-address-editshipping  .wide  .input-box input.input-text{width:712px}
.checkout-multishipping-address-editshipping  .fieldset .form-list li.wide .input-box{width:auto}



.checkout-multishipping-address-editbilling .buttons-set p.back-link{margin-top:0 !important;}
.checkout-multishipping-address-editbilling .buttons-set button.button{clear:none !important}
.checkout-multishipping-address-editbilling .fieldset{margin-top:10px; width:100%}
.checkout-multishipping-address-editbilling .form-list .field{width:450px}
.checkout-multishipping-address-editbilling  .wide  .input-box input.input-text{width:712px}
.checkout-multishipping-address-editbilling  .fieldset .form-list li.wide .input-box{width:auto}

.checkout-multishipping-address-newshipping .form-list .input-box{margin-left:130px}
/* Step 1 */
.multiple-checkout .title-buttons button.button { margin-top: 10px;}
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { }
#multiship-addresses-table select {padding:1px 0 2px; width:400px }
#multiship-addresses-table tbody tr td input.qty {text-align:center }
/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
.checkout-multishipping-billing .multiple-checkout .page-title { left: -21px; top: -129px;}
.checkout-multishipping-billing .sp-methods dt{float:none}
.checkout-multishipping-billing .sp-methods dd li{margin:0 0 8px !important}
#multishipping-billing-form  .sp-methods dd {  clear: both;}


/*Checkout success*/
.checkout-onepage-success .col-wrapper{padding-bottom:20px !important}
#checkout-onepage-success p { margin: 0; color: #50504f;}
#checkout-onepage-success p h4{font-size:12px; padding:10px 0; font-weight:bold; border-bottom:1px solid #3e3e3e; }
#checkout-onepage-success .sub-title {color: #2d2d2d;font-size:16px ; padding-top: 0;}
.checkout-onepage-success .sub-title {font-size: 12px;  font-weight: bold;  margin-bottom: 15px; padding-top:3px } 
.checkout-onepage-success  p { margin-bottom: 0px;}
.checkout-onepage-success .col-wrapper p a{font-weight:bold}
.checkout-onepage-success .block-related{margin-top:0px}
.checkout-onepage-success  h4{background:url(../images/i_msg-note.png) 0 18px no-repeat; padding:14px 20px 12px; border-bottom:1px solid #ededed; font-size:12px}
/* End Checkout Page ======================================================================================= */

/* MY ACCOUNT PAGE ============================================================================= */
.my-account {padding:0 0 20px; }
.my-account a { }
.my-account address  a,
.dashboard .box-info .col2-set .col-1 .box .box-content a { /*background:url(../images/bkg-arrow-right.png) right 5px no-repeat;*/ padding-right: 20px; display: inline-block;margin-top: 5px;}

.dashboard .box-info .col2-set .col-1 .box .box-content a ,
.sales-order-history .buttons-set .back-link a{ color:#797878;font-size: 11px; font-weight: bold;}
.dashboard .box-info .col2-set .col-2 .box .box-content p { color:#000;}
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .pager { display: block;padding: 4px 0 0;}
.my-account .pager .limiter label { color: #000;}
.my-account .pager .limiter  { color:#414141;}
.my-account .data-table thead th{text-transform:capitalize}
.my-account .data-table td em{font-style:normal}
.my-account  p{padding-top:10px!important}
.my-account .pager .limiter, .my-account .fieldset{margin-top:10px;}
.my-account .buttons-set button.button{clear:none; margin-left:-60px}
.customer-account-edit .my-account .form-list li{margin:0}
.customer-account-edit .my-account .form-list li.fields{margin-top:10px}
/********** < Dashboard */
.dashboard .page-title { position: static;}
.my-account .dashboard  .nobr span.separator{}
.my-account .data-table thead th{text-transform:capitalize; padding:7px 0 7px 16px; text-align:left !important}
#my-downloadable-products-table thead th{padding:7px 20px 7px 20px}
.my-account .data-table tbody tr td:first-child{font-weight:bold}
.my-account .nobr a{font-style:italic}
.my-account .tags-list li a{font-size:12px !important}
.dashboard .col2-set .col-1 .box .box-title ,
.dashboard .col2-set .col-2 .box .box-title { background: none; padding-left: 0; margin-bottom: 0;}

.dashboard .col2-set .col-1 .box .box-title h3 ,
.dashboard .col2-set .col-2 .box .box-title h3,
.addresses-list h2,
.addresses-list h3
{ font-size: 12px; font-family:Arial,Helvetica,sans-serif; font-weight: bold;text-transform: capitalize;}

.addresses-list .addresses-primary p.first a { font-size: 9px; height: 13px;    line-height: 12px; padding: 2px 4px 0;margin-top: 10px;float: left; margin-left: 20px;color: #fff;}
.dashboard .col2-set .col-1 .box .box-title a,
.dashboard .col2-set .col-2 .box .box-title a{ font-size: 12px; height: 13px;    line-height: 12px;float: left; margin-left: 20px; background:none}
.dashboard .col2-set .col-1 .box .box-title a:hover,
.dashboard .col2-set .col-2 .box .box-title a:hover{text-decoration:underline !important}
.addresses-list .addresses-primary p.first { float:left;}
.addresses-list .addresses-primary p.first a {   margin-top: 2px;}
.dashboard .col2-set .col-1 .box .box-title a span ,
.dashboard .col2-set .col-2 .box .box-title a span  {background:url(../images/bkg-edit.png) 100% 100% no-repeat;padding: 0 5px 0 0px;}
.dashboard .col2-set .col-1 .box .box-title a:hover ,
.dashboard .col2-set .col-2 .box .box-title a:hover,
.addresses-list .addresses-primary p.first a:hover{  text-decoration: none;}
.dashboard .welcome-msg { margin:0; padding-bottom:0}
.dashboard .welcome-msg p { margin-top:-3px; padding:0 }
.dashboard .welcome-msg p.hello { margin:0; padding:0 }
.dashboard .col2-set .box .box-title h3 {text-align: left;}
.dashboard .col2-set .col-1  .box .box-title h3,
.dashboard .col2-set .col-2  .box .box-title h3
 { background: none;   padding-left: 0;  width: auto; height: auto;padding-top: 0;}

 .dashboard .box-tags #my_recent_tags{margin:10px 0 5px}
  .dashboard .box-tags #my_recent_tags li.item{margin:5px 0}
/* General Box */
.box-account { padding-bottom: 16px; margin-top:0; clear:both }
.dashboard .box-info .col2-set .manage_add a{margin-top:7px; float:right}
.dashboard .box-info .col2-set .col-1, .dashboard .box-info .col2-set .col-2{margin-top:3px}
.dashboard .box-info .col2-set .col-1 .box-content, .dashboard .box-info .col2-set .col-2 .box-content{margin-top:-10px}
.dashboard .box-info .col2-set .col-1 .manage_content{margin-left:35px}
.dashboard .box-info .col2-set .col-1 .manage_content a{font-size:12px !important; font-weight:normal}
.dashboard .box-info .col2-set .col-1 .box-content p, .dashboard .box-info .col2-set .col-2 .box-content p{padding-top:0px}
.box-account .box-head a:hover ,
.dashboard .col2-set .box .box-title a:hover{text-decoration: none;}
.dashboard .box-account .data-table{padding-top:0; margin-top:10px; margin-bottom:17px} 
.dashboard .box .box-title {  padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:12px; font-weight:bold; margin:0; }
/* Block: Recent Orders */

.dashboard .box-recent .box-head h2 { margin:0; text-transform:capitalize; padding:10px 0 0; font-size:14px; }
.dashboard .box-recent .box-head{ border-bottom:0!important;}
.dashboard .box-recent a{float:left; margin-bottom:14px; margin-left:20px}
.dashboard #my-orders-table a{background:none !important; font-weight:normal; padding:0; margin:5px 0 0; float:none}
.dashboard #my-orders-table .nobr a{margin:0}
.box-head a,.dashboard .box-recent .box-head a, .dashboard .col2-set .box .box-title a, .dashboard .box-recent  a{ background: url(../images/btncart.png) no-repeat scroll 0 0 transparent;
    border: medium none !important;
    font:12px Arial,Helvetica,sans-serif;
    padding:0 5px;}
.dashboard .box-recent  a:hover{text-decoration:none}	
.dashboard .box-tags .box-head a{float:left !important}
.box-head a span,.dashboard .box-recent .box-head a span, .dashboard .box-recent  a span{color:#3c3c3c; font-size:10px; font-family:Arial; background: url(../images/btncart.png) no-repeat scroll right -28px transparent !important; border: medium none !important;padding: 0 12px 0 5px !important; text-transform:uppercase; float:left; line-height:28px }
.dashboard .col2-set .box a span{color:#3c3c3c; font-size:10px; font-family:Arial; background: url(../images/btncart.png) no-repeat scroll right -28px transparent !important; border: medium none !important;padding: 0 12px 0 5px !important; text-transform:uppercase; float:left; line-height:28px}
.dashboard .box-recent .box-head a:hover{text-decoration:none; }
.box-title a.acc_edit ,.box-title a.acc_edit {background: url(../images/bkg_edit.png) no-repeat scroll 0 4px transparent !important; margin:0 0 0 5px !important; padding:2px 0 0 10px !important}
.box-account .box-head h2, 
.my-account .title h2, 
.customer-account-edit .my-account h2, 
.my-account .page-title h2{padding-top: 9px;}
.dashboard .col2-set .box .manage_add h3{padding:10px 0 !important}
.box-recent a.all { display: inline-block; margin-top: 20px;}



/* Block: Account Information */
.customer-account-edit .buttons-set {margin-top: 0; width: 635px; margin-top:20px}
.customer-account-edit .buttons-set button.button {margin:0 }
.customer-account-edit .buttons-set .back-link {margin-top:0; padding:0 !important }
.customer-account-edit .form-list .field { margin-bottom: 10px;width: 100%; }
.customer-account-edit .form-list .field:first-child { margin-bottom: 10px;}
.customer-account-edit .form-list li.control{margin-left:170px; margin-top:6px}
.customer-account-edit .form-list .input-box {}
.customer-account-edit .title { margin-bottom: 20px;}
.customer-account-edit .title h2 { float: none;}
.customer-account-edit .fieldset .legend { background: none;color: #3e3e3e;  font-weight: normal;  margin-bottom: 15px;   padding-left: 0;   text-transform: capitalize;white-space: nowrap; border-bottom:1px solid #e4e4e4; font-size:14px; padding-bottom:7px; margin-top:-6px}
.customer-account-edit .fieldset lable
.customer-account-edit .fieldset .form-list{padding-top:4px}
.customer-account-edit .fieldset .form-list label.required{white-space: nowrap; color:#3e3e3e}
.dashboard .col2-set .col-1 .box .box-title, .dashboard .col2-set .col-2 .box .box-title{border:none; margin-top:10px}
.dashboard .box-account .box-head, .dashboard .col2-set .box .box-title{border-top:1px solid #ededed; border-bottom:1px solid #ededed;}
.dashboard .box-info .col2-set .box-title h3{margin:0; padding:0}
.dashboard .box-info .col2-set .manage_info p, .dashboard .box-info .col2-set .manage_info p a{margin:0}
.dashboard .box-info .box-head h2, .dashboard .col2-set .box .box-title h3 { font-weight:normal;font-size:14px}
.dashboard .box-info h4 { font-size:12px; font-weight:bold; }
.customer-account-edit .my-account h2  { float: none;}
.customer-account-edit .fieldset {float: none;}
.customer-account-edit .required{text-align:left;}
.customer-account-edit .buttons-set{padding:0 0 20px 170px; margin-top:-5px}
.customer-account-edit .form-list .input-box{margin-left:170px}



/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {  }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:0px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

#customer-reviews dt { font-weight: bold;  margin-top: 10px;}

/* Block: Tags */
.dashboard .box-tags .box-head { border-bottom:none!important}
.dashboard .box-tags .box-head h2 { padding: 10px 0; background: none; border-bottom:1px solid #ededed; }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:1px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
#my-tags-table .ratings .amount a{line-height:18px}

/********** Dashboard > */

/* Address Book */
.my-account .title { position: relative;}
.my-account .title h2 { float: none; text-align: left;}
.addresses-list{margin-top:10px}
.addresses-list h2 { }
.addresses-list h3 { float: left; }
.addresses-list address { margin:0 0 3px; clear: both;}
.addresses-list p { margin:0; }
.addresses-list a ,
.sales-order-history .buttons-set .back-link a
{ font-weight:bold;padding-right: 20px;padding-left: 0; }
.addresses-list a { font-weight: normal;}
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item {  clear: both;  display: block;  margin: 0 0 20px;   overflow: hidden; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p {}

.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }
.customer-address-index .my-account button.button { position: absolute; top: 6px ; right: 0;}
.customer-address-index .my-account button.button span span { }
.customer-address-index .page-title { position: relative;}
/*Edit Address*/
.customer-address-form .fieldset{width:auto; float:none}
.customer-address-form .form-list .field{width:320px}
.customer-address-form .form-list .input-box{margin-left:110px}
.customer-address-form .form-list .field .input-box input.input-text{width:180px}
.customer-address-form .form-list li.wide .input-box{width:auto}
.customer-address-form .form-list li.wide input.input-text {width: 500px;}
.customer-address-form .form-list  select {   width: 191px;}
.customer-address-form  .buttons-set{margin:0; padding:0}
.customer-address-form  .buttons-set p.back-link{margin:0; padding:0 !important}
.customer-address-form  .buttons-set button.button{margin:0 !important}
/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%;}
.order-items .data-table tbody tr td{border-bottom:1px solid #ededed}
.order-items .data-table tfoot tr td{color:#3e3e3e}
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
 
.sales-order-history .buttons-set {clear: none;margin-top:0;}
.sales-order-history .buttons-set  .back-link { margin-top:3px;}
.sales-order-history .data-table td em,.sales-order-history .data-table td .nobr a{font-style:normal !important}
.sales-order-history  .my-account .pager .pages{float:none; margin-top:8px}
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px;}
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; margin-left:20px;}
.my-wishlist .buttons-set .btn-add span,
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
#my-tags-table { clear:both; background: none; border-top:1px solid #ededed; margin-top:10px}
#my-tags-table .product-name  {margin-top:-5px;}
#my-tags-table td { padding:10px; }
#my-tags-table td.last { padding-top:10px; }
#my-tags-table td:first-child { padding-left:0px; }
#my-tags-table .add-to-links { white-space:nowrap; }
.my-tag-edit{ position:relative; }
.my-tag-edit .btn-remove {position:absolute; right:-20px; top:18px;}

/* My Reviews */

#my-reviews-table td.last a {margin-top:4px; }
#my-reviews-table td .product-name { margin-top: 1px; }
#my-reviews-table .rating-box{ margin-top:3px;}
#my-reviews-table tr:first-child td{border-top:1px solid #E4E4E4}
#my-orders-table  .price{ font-weight: bold;}
#my-reviews-table { background: none;}
#my-reviews-table .product-name a,#my_recent_reviews .product-name a { font-size: 12px;}
#super-product-table thead th.a-right, #super-product-table td.a-right{text-align:center !important}
#super-product-table td{padding:10px 0 10px 20px !important}
.grouped-items-table tbody tr td{vertical-align:middle !important}
#product-review-table thead th { background: none;font-style: italic;font-weight: normal !important;text-transform: capitalize;}
#product-review-table thead th:first-child { border: none;}
#my-orders-table tbody td .nobr { text-align:left; white-space:normal !important}
.sales-order-view #my-orders-table tbody td .nobr { text-align:left; min-width:65px; display:block}
#my-orders-table tbody td .nobr a:hover{text-decoration:underline}
#my-orders-table td {text-align:left !important}
#my-orders-table  tr.last th:first-child{ width: 100px;}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/*Detail View*/
.review-customer-view .my-account .page-title{margin-bottom:15px}

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }

/*Newsletter Subscription*/
.newsletter-manage-index .my-account .buttons-set{margin:0;}
.newsletter-manage-index .my-account .buttons-set p{padding:0 !important; margin:0}
.newsletter-manage-index .my-account .buttons-set button.button{margin:0}
/* End Page Check out ======================================================================================*/

/*page Account Logout*/
.customer-account-logoutsuccess .main p{padding-top:10px}
/* Page Account Login/Create ============================================================ */
.col2-set .registered-users { float: left;  width: 320px;   padding: 0 23px 0 0;}
.col2-set .registered-users .form-list .input-box { }
.col2-set .new-users { float: left;width: 560px;}
.account-login{margin-bottom:10px}
.account-login .page-title h1 {}
.account-login .content p {color:#414141; }
.account-login .content p.required{margin:0 0 0 120px; float:left; }
.account-login .new-users p { margin-bottom: 30px;color:#414141; margin-right:30px }
.account-login .registered-users .form-list input.input-text {width: 196px; height: 19px; float:left }
.account-login .form-list .required{color:#3e3e3e; float:left; padding-top:5px; padding-bottom:5px; margin-top:0}
.account-login .form-list .required em{top:5px}
.account-login .form-list .input-box{}
.account-login .registered-users .form-list input.validation-failed{ height: 17px !important; border:1px dashed red}
.account-login .registered-users .buttons-set {margin:0; padding:0 0 0 120px; }
.account-login .new-users .buttons-set {  margin-top: -20px; }
.account-login .buttons-set a { clear: none;  display: block;  font-size: 12px; }
.account-login .buttons-set button.button { margin-top:10px }
.account-create {}
.account-create .title h1 { padding-top: 0px !important}
.registered-users .buttons-set button.button{}
.fieldset .legend { color: #2b2a2a;font-weight: bold;font-size:12px ;  margin-bottom: 10px;}
.account-create .form-list .field { width: 100%; margin-bottom:10px}
.account-create .form-list .field .name-firstname .required{margin-top:2px}
.account-create .buttons-set { margin:0 0 0 140px; text-align:left}
.account-create .fieldset  .form-list{ width: 720px;}
.account-create .fieldset  .form-list .input-box{margin-left:140px}
.account-create .fieldset .legend.form-login { width: 920px;}
.account-login .new-users h2, .account-login .registered-users h2 { margin-bottom: 12px; margin-top:11px; color:#3e3e3e; font-size:18px}
.customer-account-login .messages {overflow: hidden;}
.account-create .page-title h1 {}
.account-create .col1-content{margin-bottom:15px}
.account-create .form-list li{margin:0}
.account-create .form-list li.control{margin-top:7px}
.account-create .form-list li.control .input-box { background: none;}
.account-create .fieldset{float:none}
.account-create .fieldset .legend { padding:13px 0 11px; font-size:14px; font-weight:normal !important; border-bottom:1px solid #ededed}
.account-create .login .legend{border-top:1px solid #ededed; padding-top:11px; margin-top:10px}
.account-create .buttons-set{}
.account-create .buttons-set p.required{text-align:left}
.account-create .buttons-set button.button{clear:none}
.customer-account-forgotpassword  .page-title { margin-bottom: 20px;}
.customer-account-forgotpassword .buttons-set{ margin: 0 0 0 120px;text-align: left;}
.customer-account-forgotpassword .buttons-set .back-link {clear: both;float: left;margin-top: 0;}
.customer-account-forgotpassword .buttons-set button.button {clear: none;}
/* End  Pages Account Login/Create ============================================================ */

/* page: Compare Products */
.catalog-product-compare-index .page-title { position: static;width: auto; background: none;height: auto; margin-bottom: 0; line-height: 40px;}
.catalog-product-compare-index .page-title h1{font-size:18px ;text-transform: capitalize;font-family:Arial; float:left}
.page-popup .link-print {font-size:18px ;text-transform: capitalize;font-family:Arial; float:right; color:#000; font-weight:normal; padding:0}
.compare-table tr.first ul.add-to-links,.compare-table tr.first .btn-cart { display:none; }
.compare-table .price-box{ margin-bottom:0; }
.compare-table {  border-collapse: collapse; }
.compare-table thead tr.first { background: none; }
.compare-table thead tr.first th,
.compare-table thead tr.first td {  font-size:0; line-height:0;border:1px solid #dfdede; border-left: none; border-right: none;text-align:left !important;}
.compare-table thead tr.first th {border-left:1px solid #dfdede;}
.compare-table thead tr.first td.last {border-right:1px solid #dfdede;}
.compare-table .btn-remove { width:72px; height:30px; margin-right:10px}
.compare-table tbody th {  }
.compare-table  th,
.compare-table td { padding:10px; border:0; border:1px solid #dfdede; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { }
.compare-table tr.add-to-row td { border-bottom: 1px solid #DFDEDE;}
.compare-table tr.first td {}
.compare-table tr.first td .product-name { }
.compare-table tr.first td .product-name a {  }
.compare-table tr.first td .ratings {  }
.compare-table p button.button{padding-bottom:5px}
.compare-table button.btn-cart { }
.compare-table .add-to-links {clear:both; overflow:hidden; margin-bottom:15px}
.compare-table .product-item .add-to-links {clear: both; display: none; }
.compare-table tr.last .price-box { overflow:hidden;}
.compare-table tr.last .price-box p {  float:none; display:block;}
.compare-table .add-to-row.last p {}
.compare-table .add-to-row.last .minimal-price-link {display: inline;margin-left: 20px; }
.catalog-product-compare-index .buttons-set {float: right;  padding-bottom: 20px;}
.catalog-product-compare-index .buttons-set span span{text-transform:capitalize; text-align:right !important}
.compare-table .product-image img { border: none;}
.compare-table .product-image {display: block; margin-bottom: 20px;}

.catalog-product-compare-index .buttons-set  button.button:hover {color:#414141;}
.catalog-product-compare-index .buttons-set  button.button span{background:url("../images/btn-close.gif") no-repeat scroll 100% 8px transparent;padding-right:10px;}
.catalog-product-compare-index .buttons-set  button.button span span{ color:#414141;font-size: 14px;font-weight: bold;font-family: Century Gothic;background: none;}
/* End Page Compare ==============================================================================*/

/* Content Styles ================================================================= */

/* Product Tags */
.tags-list { display:block; font-size:13px; padding:0px 0 10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a {color: #414141; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }
/* catalog-category-view */

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }

/* Contacts page */
.contacts-index-index  .form-list li.wide textarea {    width: 510px;}
.contacts-index-index  .buttons-set button.button {float:right; margin-right:63px; padding-bottom:20px}
.contacts-index-index  .buttons-set p.required {    float: right; margin-right:63px}
.contacts-index-index .fieldset{width:675px}
.contacts-index-index .fieldset .legend{padding-top:15px}
.contacts-index-index .fieldset .form-list .field{width:320px !important}
.contacts-index-index .fieldset .form-list .input-box{margin-left:80px; width:auto}
.contacts-index-index .fieldset .form-list .input-box input{width:190px}

/* End contacts page */

/* wishlist*/
.wishlist-index-index  .buttons-set p.back-link { }
.wishlist-index-index .data-table{margin-top:10px; padding-top:0}
.wishlist-index-index .data-table .cart-cell .price-box{margin:0 !important}
.wishlist-index-index .data-table .cart-cell .add-to-cart-alt input.qty{margin:0 0 10px !important; float:left}
.wishlist-index-index .data-table .cart-cell .add-to-cart-alt button.button{clear:both}
/* End wishlist*/

/* wishlist share */
.wishlist-index-share .form-list li.wide .input-box { background: none;height:auto; margin-left:0; clear:both}
.wishlist-index-share .form-list li {clear:both;}
.wishlist-index-share .form-buttons  p.required{text-align:left !important}
.wishlist-index-share .buttons-set { width:539px;}
.wishlist-index-share .buttons-set p.back-link{margin:0 !important; padding:0 !important}
.wishlist-index-share .buttons-set button.button{margin:0}
/* End wishlist share */

.tag-list-index .page-title h1 { line-height: 20px;}
.tag-list-index .main { margin-top: 20px;}
.tag-product-list .main { margin-top: 20px;}
.col3-layout #addTagForm { clear: both;display: block;}

.customer-account-create .buttons-set .back-link { margin-top:0;  clear:none; float:left; margin-left:7px}
.customer-account-create  .form-list li.control label{ font-weight: normal;}

/*Print*/
.sales-order-print #my-orders-table thead th{padding:10px 15px}
.sales-order-print #my-orders-table tbody .a-right, .sales-order-print #my-orders-table thead .a-center,.sales-order-print #my-orders-table thead .a-right{text-align:left !important}

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote,
.std pre,
.std table { 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 pre { overflow:auto; }

.cols-set-12 { clear:both; width:100%; }
.cols-set-12:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; zoom:1; }
.cols-set-12 .col1,
.cols-set-12 .col2,
.cols-set-12 .col3,
.cols-set-12 .col4,
.cols-set-12 .col5,
.cols-set-12 .col6,
.cols-set-12 .col7,
.cols-set-12 .col8,
.cols-set-12 .col9,
.cols-set-12 .col10,
.cols-set-12 .col11,
.cols-set-12 .col12 { float:left; }
.cols-set-12 .col1 { width:8.3%; }
.cols-set-12 .col2 { width:16.5%; }
.cols-set-12 .col3 { width:24.99%; }
.cols-set-12 .col4 { width:33.33%; }
.cols-set-12 .col5 { width:41.66%; }
.cols-set-12 .col6 { width:49.99%; }
.cols-set-12 .col7 { width:58.33%; }
.cols-set-12 .col8 { width:66.66%; }
.cols-set-12 .col9 { width:74.99%; }
.cols-set-12 .col10 { width:83.33%; }
.cols-set-12 .col11 { width:91.66%; }
.cols-set-12 .col12 { width:100%;}
.cols-set-12 .col-first { float:left; clear:both; }
.cols-set-12 .col-last { float:right; }
.cols-set-12 .col-inner { margin:0 10px; }
/* End Content Styles ======================================================================================= */
.customer-account-resetpassword .form-list  .field{ clear:left;}
.customer-account-resetpassword .form-list .input-box{margin-left:0;}
#my-orders-table tbody td.last .nobr{ width:135px !important; white-space:normal !important; display:inline-block; }



/* Elastislide Style */

.elastislide-list {
	list-style-type: none;
	display: none;
}

.no-js .elastislide-list {
	display: block;
}

.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
	position: relative;
	background-color: #fff;
	margin: 20px auto 0;
	min-height: 60px;
	clear:both;
	width:880px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.elastislide-wrapper.elastislide-loading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.elastislide-horizontal {
	padding: 10px 40px;
}

.elastislide-vertical {
	padding: 40px 10px;
}

.elastislide-carousel {
	overflow: hidden;
	position: relative;
}

.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.elastislide-horizontal ul {
	white-space: nowrap;
}

.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
	height: 100%;
	display: inline-block;
}

.elastislide-vertical ul li {
	display: block;
}

.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%;
}

.elastislide-carousel ul li a img {
	display: block;
	border: 2px solid white;
	max-width: 100%;
}

/* Navigation Arrows */

.elastislide-wrapper nav span {
	position: absolute;
	background: #ddd url(../images/nav.png) no-repeat 4px 3px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
}

.elastislide-wrapper nav span:hover {
	opacity: 1.0
}

.elastislide-horizontal nav span {
	top: 50%;
	left: 10px;
	margin-top: -11px;
}

.elastislide-vertical nav span {
	top: 10px;
	left: 50%;
	margin-left: -11px;
	background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
	right: 10px;
	left: auto;
	background-position: 4px -17px;
}

.elastislide-vertical nav span.elastislide-next {
	bottom: 10px;
	top: auto;
	background-position: -17px -18px;
}

.product-price-data { border-bottom: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;padding: 10px 0 5px; position:relative; height:80px; }
.product-rrp { float:left; display: inline;}
.clearfloat {
    clear: both;
    height: 0;
}
.product-sku { margin-bottom:20px; color:#6d4180;}
.add-to-card-info { margin: 20px auto 0; }
.product-price-data .add-qty { left:200px;position:absolute; text-align:left; width:118px; }
.add-to-card-button {
    margin: 0 0 25px;
}
div.btnInput {
    color: #FFFFFF;
    float: left;
    margin: 20px 10px 30px 0;
}

.products-grid .price-old { color:#3e3e3e; font-size:12px; line-height:21px; text-decoration:line-through; }
.price-old { color:#878787; font-size:12px; line-height:21px; background: transparent url(../images/line_through.png) repeat-x left 5px; }
.price-new { color:#6D4180; font-size:12px; line-height:21px; }
.sku { color:#6D4180; font-size:12px; line-height:21px; }
.product-shop .price { font-size:24px !important; font-weight:bold; line-height:21px; color:#92278f !important; }
.products-grid h2.sub-cat-name { text-align:center !important; font-weight:bold !important; color:#873B91; margin-top:2px; }
.availabilityText .platinum { margin:0 !important; }
.postTitle h2 a{ color:#6D4180; font-size:24px; line-height:21px; letter-spacing:-1px; }
.postTitle h2 { color:#6D4180; font-size:24px; line-height:21px; letter-spacing:-1px; }
.postTitle h3{ color:#6D4180; font-size:12px; line-height:21px; letter-spacing:-1px; }
.category-brands .sub-cat-name { display:none; }
.category-brands .products-grid li.item { padding:0 !important; }
.contact-us p { padding-top:20px !important; }
.contact-us th { width:150px; }
.contact-us td { width:250px; }
.contact-us td strong { color:#8741ad; }
.faq_title{color: #6D4180;font-size: 18px; line-height: 21px;margin-bottom:5px;}
.faq_content{margin: 0 0 15px;}
.addthis_32x32_style .at15t_email { background:url(../images/i_email.png) no-repeat 0 0 transparent !important;}
#co-shipping-method-form .sp-methods dt:nth-child(2){display:none;}
.flexslider_brands{
	background-color: #FFFFFF;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    clear: both;
    margin: 20px auto 0;
    min-height: 60px;
    padding: 10px 40px;
    position: relative;
    width: 880px;
}
.flex-direction-nav a{
	color:transparent;
	position:absolute;
	background: #ddd url(../images/nav.png) no-repeat 4px 3px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
	top: 50%;
	left: 10px;
	margin-top: -11px;
}
.flex-direction-nav a.flex-prev{
}
.flex-direction-nav a.flex-next{
	right: 10px;
	left: auto;
	background-position: 4px -17px;
}