-option
/**
 * 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          {  font:12px/1.55 Arial, Helvetica, sans-serif; color:#414141; margin-top: 0px;}

img           { border:0; vertical-align:middle; }

a             { color:#797878; text-decoration:none; }
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:14px; font-weight:bold; }
h6            { font-size:14px; 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; }
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  { font-weight: bold; white-space: nowrap;}
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; border-bottom:0px !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.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 ================================================================================ */
.banner {
	width: 580px;
	float: left;
	overflow: hidden;
	margin-left: 33px;
	margin-top: 5px;
	padding: 3px;
	height: 29px;
	font-size: 19px;
	color: #e6007e;
	font-family: Century Gothic;
	text-align: center;
}
.member {
	clear: both;
	font-weight: bold;
	color: #AD2157;
	border: 1px solid #ccc;
	background: #ededed;
	text-align: center;
	padding: 1px;
} 
.wrapper {  }
.page {  overflow: hidden;}
.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; border-top: 1px solid #a4a19c;}
.main {   text-align:left; position: relative;z-index: 1;margin-top: 60px;background: #fff;}
/* Base Columns */
.sidebar {  width: 205px; padding: 0 20px 20px;}
.col-left { float:left; overflow:hidden;}
.col-main { float:left; width:675px; padding: 20px 20px 0px 19px;min-height: 248px; margin-bottom: 35px;}
.col-right { float:right;  }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout  .main {background:#fff url(../images/line-main.png) 245px 100% no-repeat ;}
.col2-right-layout  .main{background:#fff url(../images/line-main.png) 715px 100% no-repeat ;}
.col2-left-layout .col-main { float:right;/*border-left: 1px solid #b2b2b2;*/ }
.col2-right-layout .col-main { /*border-right: 1px solid #b2b2b2;*/}
.catalog-product-view  .col2-left-layout .col-main , 
.catalog-product-view .col2-right-layout .col-main { }

/* 3 Columns Layout */
.col3-layout .col-main { width:430px;}
.col3-layout .col-wrapper { float:left; width:715px; }
.col3-layout .col-wrapper .col-main { float:right; }


/* 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 { padding:4px; 1px; }
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 */

/* changed by elroi 
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
*/
button.button { overflow:visible; width:auto; padding:0; margin:0; cursor:pointer; background: #c2b6a4;
border-radius: 9px; }

.block-poll .actions button.button  span { display:block; height:28px; padding:0 0 0 12px; color:#fff; }
#containerDiv .ajaxcart .row2 a { height:28px !important;  background:url(../images/btn.png) 0 0 no-repeat !important; border: none !important; padding:0 0 0 12px !important;}
.block-poll .actions button.button span span { border:0; padding:0 12px 0 0px; background-position: 100% 100%; }
#containerDiv .ajaxcart .row2 a span { border:none !important; padding:0 12px 0 0px !important;background:url(../images/btn.png) 100% 100% no-repeat !important;line-height: 28px !important;display: block; }

button.disabled span { border-color:#bbb !important; background:#bbb !important; }


button.button span ,
.link-cart{padding: 0 0px 0 0;height:28px; font:bold 11px/28px Century Gothic; text-align:center; white-space:nowrap;text-transform: uppercase;display: block;}

button.button span span{ background: none;padding:0; color:#fff; }
button.button:hover span span { color: #000;background: none;}

.cart-table .btn-continue span { background: url(../images/bkg-btn-previous.png) 2% 8px no-repeat;padding:4px; padding-left: 30px;}
.cart-table .btn-continue span  span{ background: none; color: #fff; font-size: 11px; padding: 0;font-family: Century Gothic;}

.checkout-types button.btn-checkout span { height:33px; border:0;padding:0 ; line-height: 33px; font-size: 18px; width: 302px; text-transform:uppercase;  font-weight:normal;}
.checkout-types button.btn-checkout span span { background:none; padding:0; color:#fff;}

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; }
.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: right;}
.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;}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */

.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#414141; font-weight:bold; position:relative; z-index:0; margin-bottom: 5px; }
.form-list label.required { position: relative;padding-right: 10px;}
.form-list label.required em {  font-style:normal; position: absolute; right: 0; top: 0;}
.form-list li.control label { float:none;font-weight: normal; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control input.checkbox { margin-top: -2px;}
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box { display:block; clear:both;  }
.form-list .input-box.select { background: none !important; border: 0px;  }
.form-list input.no-select {  background: url("../images/bkg-input267.png") no-repeat scroll 0 0 transparent; border: medium none;
    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:302px; height: 27px; }
#co-billing-form .form-list input.input-tex.validation-failed { width: 306px; }
.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; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.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:11px; font-weight:normal; color:#777; text-align:left; }
.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 .back-link { clear: both;  float: left; margin: 10px 0 0; width:100%; text-align:left;}
.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; padding-left:10px; font-size:10px; font-weight:bold; line-height:13px; }
.validation-failed {  background:#faebe7 !important; }
input.validation-failed {  height: 17px !important;
    margin-left: 1px;
    margin-top: 1px;
    padding-left: 0;
    padding-right: 6px; }
.validation-passed {}
p.required { font-size:11px; text-align:right;  }

/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.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; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-family: Century Gothic;   }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; padding-bottom: 2px !important;}
.success-msg { border: none !important; background-position: 10px 11px !important;}
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#606060; }
.borderdiv {border:1px solid #F0EAE2; padding:10px; margin: 3px 0 10px -2px;}
.emailfloat {float:left;}
.alertfloat {float:right;}
.alertfloat .price-box {display:none;}
.sps {clear: both;
margin-bottom: 40px;}
/* BreadCrumbs */

.breadcrumbs {width: 960px; margin: 0 auto; position: relative;height: auto;font-size:12px;font-family: Century Gothic; line-height:1.25; }
.breadcrumbs ul { display: block; overflow: hidden;position: absolute;left: 0; top: 12px; margin-left: -39px;}
.col-main .breadcrumbs {  height: 37px; position: absolute; top: -50px;left: 0;display: none; }
.col-main .breadcrumbs ul {  position: static; }
.breadcrumbs li { display:inline; font-size: 12px; text-transform: uppercase; line-height: 37px;}
.breadcrumbs a{ font-weight: bold; padding-right: 10px;}
.breadcrumbs li strong { }
.breadcrumbs span { display: none; }

/* Page Heading */
.page-title {   }
.page-title h1,
.page-title h2 {  font-weight: bold; padding-right: 10px;font-size: 25px;line-height: 37px; text-transform: uppercase; }
.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;     font-size: 12px;}
.pager .limiter { color: #FFFFFF;   float: right;   font-size: 12px;}
.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: left;}
.pager .pages strong { font-weight: normal; float: left;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline-block; margin:0; width: 15px; height: 18px; float: left;}
.pager .pages li a.previous,
.pager .pages li a.next{ display:block; margin-top: -1px;}
.pager .pages .current { color: #FFF; }
.toTop { float: right;}
.toolbar-bottom .pager .amount {color: #606060;}
.toolbar-top  .pager .amount { color: #fff;}

/* Sorter */
.sorter { font-size:12px;  padding:3px 8px; }
.sorter label { margin-right:5px; }
.sorter .view-mode { float: left; margin: 0 55px 0 35px;}
.sorter .view-mode label { display: block; float: left; margin-top:0;}
.sorter .sort-by { float:right;margin-top:-16px; }
.sorter .sort-by label { vertical-align:middle; display: inline-block;    margin-top: -1px;}
.sorter .sort-by select { padding:0; margin:0 5px 1px 0; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { color: #fff; font-weight: bold;}
.toolbar .limiter  { float: left;margin-top:-1px; display:none;}
.toolbar  select  { padding:1px;margin-right:5px;}
.toolbar .toolbar-option { float: left; display: none;}
.toolbar .pager { padding:8px 20px;color: #858484; font-weight: bold; }
.toolbar .pager .go-top { float: right; }
.toolbar .pager .go-top a { color: #000; }
.toolbar .sorter {  padding: 15px 20px;position: relative;}

.toolbar-bottom .pager { display: block;  padding-left: 0; height: 18px;}
.toolbar-bottom .sorter { display: none;}
.toolbar-bottom   { margin-top: 20px;padding-left: 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 { position: absolute;
    right: 20px;
    top: -36px;}
.col3-layout .toolbar .limiter {
    float: right;
}

.col1-layout .toolbar-top .toolbar .pager {   width: 500px;}

.view-mode strong.grid {   background-position: left top;}
.view-mode .grid, .view-mode .list {  display: block; height: 13px; margin-top: 3px; text-indent: -9999px; width: 16px; float: left; margin-left:5px;}
.view-mode a.list { background-position: right top;  overflow: hidden;}
.view-mode a.grid { background-position: left bottom;}
.view-mode strong.list {  background-position: right bottom;}


/* Data Table ====================================================================== */
.data-table { width:100%; }
.data-table  {}
#checkout-review-load  .data-table thead tr{ }
#product-review-table    { background: none;}
#review-form .buttons-set button.button { margin-left: 280px;}
#review-form  .form-list label { margin-top: 5px;}
#review-form .buttons-set { margin-top: 0;}
.data-table .odd  {  }
.data-table .even {  }
.data-table tbody tr td {  }
.data-table tbody tr td input.qty { margin-top: -3px; }
#wishlist-table tbody tr td input.qty { margin-top: -2px; }
#wishlist-table tbody tr td .nobr { display: block;
    margin-top: 2px; }
#review-form  .nobr{ font-size: 12px;}
#review-form  tbody th { font-size: 12px;padding-left: 0; color: #414141;}

#super-product-table { background : none;}
#super-product-table thead { background: #f1f2f2; height: 37px;}

.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 20px; font-weight:bold; }
.data-table td { padding:10px 12px; }
#shopping-cart-table td.a-right {  text-align: center !important;}

.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 6px 6px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;font-family: Century Gothic;color: #333333; font-size: 12px; text-transform: uppercase;}
.data-table thead th:first-child {  }
.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: #414141; font-size: 12px; font-weight: bold;padding: 5px 20px;  border-top: 1px solid #e5e5e5;}
.data-table tfoot tr.first td { padding-top: 20px;text-align: right !important;color: #000;}
.data-table tfoot tr  td.a-right { text-align: right !important; }
#shopping-cart-table tfoot tr.first td { padding-right: 0px; }
.data-table tfoot tr {  }
.data-table tfoot td {   border-bottom:0;  }   
.data-table tfoot strong { font-size:14px; }

.data-table tbody th,
.data-table tbody td { }
/* 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-weight:bold; }
.link-reorder { font-weight:bold;  }
.link-compare { font-weight:bold; }
.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; }

.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 {  padding:15px 0 0;  clear: both;}
.sidebar .block .block-title ,
.form-add h2,
.box-collateral h2,
.cart .discount h2,
.cart .shipping h2,
.totals h2,
.crosssell h2,
.account-login .new-users h2,
.account-login .registered-users h2,
.account-create .page-title,
.account-create .fieldset .legend.form-login,
.customer-account-forgotpassword  .page-title
 { border-bottom: 1px solid #E4E1DB; height: 24px;}

.sidebar .block .block-title strong ,
.form-add h2 span,
.box-collateral h2 span,
.cart .discount h2 span, 
.cart .shipping h2 span,
.totals h2 span,
.crosssell h2 span,
.account-login .new-users h2 span,
.account-login .registered-users h2 span,
.account-create .page-title h1,
.account-create .fieldset .legend.form-login span,
.customer-account-forgotpassword  .page-title h1
{padding-bottom: 2px;height: 22px;}

.customer-account-forgotpassword  .page-title h1 { float: left;}
.customer-account-forgotpassword  .page-title { margin-bottom: 20px;}

.sidebar .block .block-title strong span,
.product-collateral h2,
.form-add h2 span,
.box-collateral h2 span,
.cart .discount h2 span, 
.cart .shipping h2 span,
.totals h2 span,
.crosssell h2 span,
.account-login .new-users h2 span,
.account-login .registered-users h2 span,
.account-create .page-title h1,
.account-create .fieldset .legend.form-login span,
.customer-account-forgotpassword  .page-title h1
{ font-family: Century Gothic; font-size: 12px; font-weight: bold; text-transform: uppercase; line-height: 28px;}

.account-create .fieldset  .form-list{ width: 720px;}
.account-create .fieldset .legend.form-login { width: 920px;}

.block .block-title a { text-decoration:none !important; }
.sidebar .block .block-subtitle {  font-weight: bold; color: #2b2a2a; font-size: 11px;}
.block .block-content {  }
.block .block-content li.item {  margin: 5px 0; }
.block-reorder .block-content li.item { padding-top: 5px; }
.block-reorder .block-content li.item:first-child {  border-top: none; }
.block-related .block-content li.item { float:left; width: 225px;}
.block .block-content li.item .link-wishlist { font-size: 10px; }
.block .block-content .product-name a {   font-weight: bold;}
.block .block-content .product-name a { color: #000;   font-size: 12px;   font-weight: bold;}
.block .btn-remove { float:right; margin:0px 0 2px 5px; }
.block .actions { }
.block .actions a { color: #404040; display: block; font-size: 11px; margin-top: 5px;  }
.block .actions a:hover { }
.block .actions button.button {  }
.block .empty { margin:0;  padding: 5px 0px; }
.block-cart .empty { padding-bottom: 0px; }

.block li.odd {  }
.block li.even {  }
.ui-tabs .block .block-content { padding-bottom: 0;}


/* Mini Products List */
.mini-products-list .product-image,.block-viewed  .product-image,.lastest_reviews  .product_image { float:left; width:69px; border:1px solid #e2e0e0;  text-align: center;}
.mini-products-list .product-details {clear:both; color: #474646; }
.mini-products-list .product-details .link-learn {clear:both; display: block !important; width: 30%;}

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content {  }
.block-account .block-content li a { color:#414141;  }
.block-account .block-content li:hover a { text-decoration: none; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { float: right;margin-left: 20px;  }
.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 { }
.block-layered-nav .block-subtitle { margin: 0;}
.block-layered-nav .block-content {  }
.block-layered-nav dt { color: #2b2a2a; font-size: 10px; font-weight: bold; text-transform: uppercase;padding-top:10px;padding-bottom: 18px;}
.block-layered-nav dd {border-bottom: 1px solid #E4E1DB; margin: -19px 0 0 -40px; padding: 0px;}
.block-layered-nav dd a { color: #414141; font-size: 11px;}
.block-layered-nav dd.last { padding-bottom: 0; border-bottom: none; }
.block-layered-nav .currently li {  }
.block-layered-nav .currently .label {  }
.block-layered-nav .currently .btn-remove { margin-top: 0; }
.block-layered-nav .actions { }
.block-layered-nav .actions a {margin-bottom: 10px;  }
.swatch-shopby {margin-right: 5px !important; margin-left: 0px !important;}
/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { }
.block-cart .summary { padding:10px 0 0px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount {   font-size: 12px;   font-weight: normal;    margin: 0; }
.block-cart .amount a { font-weight:bold; color: #000;   font-weight: bold;}
.block-cart .subtotal { margin:5px 0 5px; padding:2px 0; }
.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 .subtotal .price { font-weight:bold; color: #000; font-size: 14px;}
.block-cart .actions { }
.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  .block-content { font-size: 12px; padding-bottom: 0;}
.block-cart  .block-content li.item{  padding: 20px 0 0; margin:0;}
.block-cart  .block-content li.items{ border-top: 1px dotted #d6d5d5; padding: 20px 0;width: 100%; float: left; clear: both;}
.block-cart  .block-content li.item.last { padding-bottom: 10px;}
.block-cart  .block-content li.items.last { padding-bottom: 10px;}
.block-cart  .block-content li.item .product-details { margin-left: 90px; font-size: 14px; font-weight: bold;color: #000;}
.block-cart  .block-content li.item .product-details span.price ,
.block-cart  .block-content li.item .product-details strong{  font-size: 12px; }

/* Block: Wishlist */
.block-wishlist .block-title strong { }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none;margin-left: 86px;
    text-align: left; }

/* Block: Related */
.block-related .block-title strong { }
.block-related input.checkbox { float:left; }
.block-related .product { clear:both; }

/* Block: Compare Products */
.block-compare .block-title strong { }
.block-compare p.count { color: #404040; }
.block-compare p.count span { color: #000; font-weight: bold; }
.block-compare em { display: inline; }
.block-compare button.button span {  }
.block-compare button.button span span {   }
.block-compare .actions a { display: inline;margin-left: 3px;}

.block-compare .block-content p span { font-weight: bold;}
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
#block-related {padding:0px;}

/* Block: Recently Viewed */
.block-viewed .block-title strong {  }

/* Block: Recently Compared */
.block-compared .block-title strong { } 

/* Block: Poll */
.block-poll .block-title strong {  }
.block-poll .block-subtitle { font-size:12px !important;color:#585858 !important; font-weight: normal !important; }
.block-poll label { color:#585858;}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 0px; }
.block-poll .actions { margin:5px 0 0; }
.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; }
.block-tags .block-content a { }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(../images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; }
.block-subscribe .actions { background:none; padding:0;  text-align:left; }
.block-subscribe .actions button.button { float:none; background: #fff; height: 25px;
border: none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499;  padding-right: 10px;}

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(../images/i_block-list.gif); }
.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: Banner */
.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:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }

/* End : Block ======================================================================================= */

.product-name { margin:0; font-size:12px; font-weight:bold; }
.product-name a { color:#242424; }

/* View Type: Grid */

.products-grid { }
.products-grid.last { border-bottom:0; }
.products-grid li.item  { float: left;position: relative;background:url(../images/bkg-product-top.png) 0 0 no-repeat !important; margin: 20px 15px 0 0;width: 200px;}
.products-grid li.item.last  { margin-right: 0;}
.products-grid li.item .product-item { float:left; width:183px; padding:10px 20px; border: 1px solid #e1e1e1; background: #fffefe;min-height: 245px;}
.products-grid .product-item { float:left; width:183px; padding:10px 20px; border: 1px solid #e1e1e1; background: #fffefe;min-height: 240px;}
.products-grid li.item .sku{display: none;}
.products-grid .product-image,
.products-list .product-image,
.compare-table .product-image { display:block;background:url(../images/bkg-product.png) 0 100% no-repeat; padding-bottom: 7px;text-align: center;}
.products-grid .product-name { border: none; margin-left: 0;  height: auto; min-height:33px;}
.products-grid .product-name a { color:#000; text-transform: capitalize;}
.products-grid .price-box { margin:5px 0;}
.category-products .products-grid .price-box  {background: #F3F3F3;
border: 1px solid #CACACA;
padding: 5px;
font-size: 13px;
font-weight: bold; min-height: 46px; }
.slideshow-box .products-grid .price-box { background:none; border:none; padding:0px; font-weight:normal; height:auto; font-size:12px;}
.homecontent-wrapper .slideshow-box .products-grid button, .homecontent-wrapper .slideshow-box .products-grid .price-box, .homecontent-wrapper .products-grid .product-name {margin-left: 35px}
.category-products .item .desc {min-height: 90px;}
.products-grid .ratings { clear: both; }
.products-grid .availability { line-height:21px; }
.products-grid .actions {display:none;  }
.catalog-category-view .products-grid .product-image { margin-bottom:10px;}
.minhe {min-height: 54px;}
/*.products-grid .item .swatchLabel-category, .float-clearer {text-indent: -99999999px !important;}*/
.minhe .float-clearer {display:none;}
.swatch-category-container {margin:0px !important;} 
#slideshow_homecate_lasted_product .slideshow-box .products-grid {width: 960px !important;}
#slideshow_homecate_lasted_product .slideshow-box .products-grid li {min-height: 145px;}
.slideshow-box  .products-grid li.item  { margin: 10px 0 0;width: 230px;}
.col3-layout .slideshow-box  .products-grid li.item  { width: 215px;}
.slideshow-box  .products-grid li.item .item_ch  { padding-right: 15px;}
.col3-layout .slideshow-box  .products-grid li.item .item_ch  { padding-right: 2px;}

.col3-layout .products-grid li.item { margin-right: 0;}

.products-list li.item .rating-links span.separator { display: none;}
.products-list li.item .rating-links a.add-review { display: none;}
.sidebar .products-grid .product-image { border: 1px solid #c1bebe; background: #f5f4f4;
    float: left;
    padding-bottom: 0;}
.sidebar .products-grid .product-details { float: right; width: 125px;}
.sidebar .products-grid li.items { display: block;  margin-bottom: 10px;   overflow: hidden;}
.sidebar .products-grid li.items:first-child { margin-top:10px;}
.sidebar .products-grid li.items .short-desc { color: #000;}

/* View Type: List */

.products-list { position:relative; margin: 20px 0;}
.products-list .ratings .rating-box { margin-top:3px;}
.products-list.last { border-bottom:0; }
.products-list li.item  { clear: both;margin-bottom: 20px; }
.slideshow-box .products-list li.item  {padding: 0;width: 245px; margin-bottom: 10px;}
.products-list li.item .product-item { float: left;width:183px; padding:10px 20px; border: 1px solid #e1e1e1; background: #fffefe;height: 305px;}
.products-list li.item .desc { border-left: none; }
.products-list li.item .desc a { display: block; line-height: 30px; }
.products-list li.item .sku{display: none;}
.products-list li.item p.rating-links { float: left;margin-top: 0px;}
.products-list li.item p.rating-links a { color: #ABABAB;   font-size: 11px;}
.products-list li.item p.price-from { float: none !important;margin-top: 0 !important;}
.products-list li.item p.price-to { float: none !important;margin-top: 0 !important;}
.products-list .product-image { display:block;  padding: 10px 0;float: left; width: 213px;}
.products-list .product-shop { float: right;  width: 440px; }
.products-list .product-shop  p{ float: left;  margin-right: 30px;padding: 0;clear:both; }
.products-list .product-shop  p.old-price{ clear:none; }
.products-list .product-shop  p.special-price{ clear:none;margin-top:-1px; }
.products-list .product-shop  p.minimal-price{ float: none; }
.products-list .product-name {  font-weight:bold; font-size:12px; margin-top: -3px; margin-bottom: 5px;}
.products-list .product-name a {  }
.products-list .price-box { margin:5px 0;}
.products-list li.item  .product-item .f-fix p { float: right; margin-top: 3px; }
.products-list li.item  .product-item .f-fix p.minimal-price { float: none; margin-top: 0px; }
.products-list li.item  .product-item .f-fix p.rating-links { float: none !important; margin-top: 0px !important; }
.products-list .ratings { clear: both;  margin-top: 5px;}
.products-list .availability { line-height:21px; }
.products-list .actions { float: right;margin-top: 3px; }

.col3-layout .products-list .product-shop { width: 200px;}
.col1-layout .products-list .product-shop { width: 690px;}

.toolbarbottom { margin: 0 10px;}

/* ======================================================================================= */

/* 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; position:relative;}
.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 {}
.rating-box { width:49px; height:8px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:8px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:7px; margin-top: 2px;}
.ratings .amount {  left: 52px; position: absolute; top: 0;}
.ratings .amount a { color: #ababab; font-size: 11px;}

.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; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0 0 8px; background:url(../images/bkg-email.png) 0 3px no-repeat;padding-left: 25px;}
.email-friend a { color: #414141;}

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/* Product Prices ===============================================================================*/
.price { white-space:nowrap !important; }
.cart-price  .price { color: #000; font-size: 12px; font-weight: bold;}

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#000; font-size:12px;}

/* Regular price */
.regular-price { color:#8f7858; }
.regular-price .price { font-weight:normal;  color:#8f7858; }
.regular-price,
.regular-price .price { color:#8f7858; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#000; }
.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 { }

/* 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: block; float: left; margin-top: 4px;}
.category-products .products-list .add-to-links li { float: left;}
.category-products .products-list .add-to-links li:first-child { margin-right: 30px;}
.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;left: 0; margin-top:5px; }
.add-to-cart .qty { float: left;  font-weight: bold;  height: 13px;  margin-top:4px;}
.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; }
.product-view .add-to-cart .paypal-logo { margin: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;}
.add-to-box .or { float:left; font-weight:bold; margin:6px 15px 0 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;background:url(../images/i-add.png) 0 7px no-repeat; padding-left: 15px;line-height: 20px; }
.add-to-links li a { font-size: 10px;color: #858484; font-weight: bold; }
.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:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* 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; }
/* ======================================================================================= */
	
#newsletter-validate-detail input.input-text {  border: none; height: 17px; width: 168px;background: none;} 
#newsletter-validate-detail input.input-text.validation-failed {  height: 13px !important;margin-top:2px;} 
#newsletter-validate-detail button.button span { background: none; padding-left: 5px} 
#newsletter-validate-detail button.button span span { background: none;color: #000;
    font-size: 13px !important; font-weight:normal;
    padding-right: 0; height: 25px;
    line-height: 25px;} 
#newsletter-validate-detail .actions { margin-left: -47px; margin-top: 1px; float:left; border-left: 1px solid #F1F1F1;} 
#newsletter-validate-detail .block-content { padding: 0px 0 5px; overflow: hidden; margin-bottom: 7px;} 
#newsletter-validate-detail .input-box { float: left;background: url("../images/bkg-input-newsletter.png") 0 0 no-repeat ; width: 210px;  border:1px solid #ccc;} 


.quickshop-index-view .product-essential { border: none; padding: 0;}
.quickshop-index-view .product-view .product-shop .add-to-links li a.link-wishlist { float: left;    margin-right: 4px;    margin-top: 1px;}
.quickshop-index-view .product-view .product-shop .add-to-links  { margin-top: 2px;}
.quickshop-index-view .product-view .product-shop .add-to-box .or  { margin-top: 5px;}
/* changed by elroi to remove quickshop #em_quickshop_handler { z-index: 99;}*/

.more-views { margin-top: 20px;}
#slideshow_moreviews  { position: relative;}
#slideshow_moreviews .slideshow-box { height: 84px; }
#slideshow_moreviews a.previous, #slideshow_moreviews a.next { top: 4px;}


.shopping-cart-crossell { clear: both; position: relative;overflow: hidden;}

p.credits { display: none;}

.review-product-list .col2-right-layout .col-main,.review-product-list .col2-left-layout .col-main { }
.review-product-list .col2-right-layout .main,.review-product-list .col2-left-layout .main {}
.catalogsearch-result-index .breadcrumbs { display: none;}
.tag-product-list {}
#checkout-step-login .col2-set .col-1  p{ font-weight: bold;color: #414141;}
.customer-address-form .form-list li.wide input.input-text {   width: 570px;}
.customer-address-form .form-list  select {   width: 302px;}
.pager-bottom .pager .limiter { display: none;}
.pager-bottom { float: right;}
.sales-order-history .buttons-set { float: left; clear: none;margin-top:0;}
.sales-order-history .buttons-set  .back-link { margin-top:3px;}
.pager-top .amount{ display: none;}
		
.contacts-index-index  .form-list li.wide textarea { width: 659px;
border: 0px;
margin: 5px;}
.contacts-index-index  .buttons-set button.button {    clear: none;}
.contacts-index-index  .buttons-set p.required {    float: right;}


.quickshop-main .add-to-box { float:left; margin-right:20px;}
.quickshop-main .product-view .product-shop .price-box { }
.products-grid li.item .product-item  .add-to-wishlist { font-size: 10px;  font-weight: bold; margin-top: 9px;}
.quickshop-main	.product-view .product-shop {  float: right;  width: 345px;}

	
.productlabels_icons .label { background: none !important;}
.productlabels_icons {
    right: 90px !important;
    top: 60px !important;
}
.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; }

#customer-reviews dt { font-weight: bold;  margin-top: 10px;}

#checkout-onepage-success p { margin: 0; color: #50504f;}
#checkout-onepage-success .sub-title {
color: #2d2d2d;
font-size:16px ; padding-top: 0;}
.banner-right { margin: 0px 0px 20px;}
.wishlist-index-index  .buttons-set p.back-link { }
.block-reorder .block-content .product-name a { color: #515051 !important;
font-weight: normal !important;
font-size:12px !important ;}
.block-reorder .actions a { background:url(../images/bkg-arrow-right.png) right 3px no-repeat; padding-right: 20px;float: left; clear: both;text-decoration: none;}
.block-reorder .actions a:hover {  text-decoration: underline;}
.block-reorder .actions button.button {
    display: block; margin-top: 10px;
}
.product-options dd select.validation-failed { height: 25px !important;}

#cart-sidebar  .product-details { font-size: 14px;  margin-left: 90px;}
#cart-sidebar  .product-details .btn-remove { margin-top:0;}
#cart-sidebar  .product-details strong { font-size: 12px;}
#cart-sidebar  .product-details span.price { font-size: 12px;color: #000;}

.pager .pages strong { margin: 0 5px 0 220px;}
.col3-layout .pager .pages strong { margin: 0 5px 0 120px;}
.col3-layout .category-products, .col1-layout .category-products { }
.col3-layout .cart .crosssell h2, .col3-layout .up_sell h2 { }
.col3-layout .up_sell a.previous, .col3-layout .up_sell a.next { top: 48px}
.col3-layout .crosssell a.previous, .col3-layout .crosssell a.next { top: 48px}
.up_sell .ratings .rating-links .separator,.up_sell a.add-review { display: none;}
.up_sell .ratings .rating-links { float: left;}
.product_tags_left { float: left;margin-right: 73px;  width: 217px;min-height: 100px;}
.product_tags_left  h3{ display: none;}
#containerDiv .ajaxcart .row2 a { cursor: pointer;}
.shopping-cart fieldset {  background: url("../images/bkg-title-cart.png") no-repeat scroll 0 0 transparent; display: block; overflow: hidden;}
#my-orders-table em{ font-style:italic!important;}
.box-up-sell  a.add-to-wishlist{ display: inline-block; float: right;white-space: nowrap;}
.col3-layout .product_tags_left { width: 100%;}
#shopping-cart-table .btn-remove2 {padding-left: 30px; background-position: 30px 0;}
#my-orders-table  .price{ font-weight: bold; font-size: 14px;color: #000;}
#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 { background: none;}
.required { color: #EB340A;}
#product-review-table thead th { background: none;}
#product-review-table thead th:first-child { border: none;}
.cart-empty { min-height: 340px;}
.banner-right-2 { margin: 0 -17px 10px;}
.lastest_reviews  .category-products { margin: 0;padding-top:0;padding-bottom: 0;}
.menu #messages_product_view { display: none;}
#my-orders-table tbody td .nobr {  white-space: normal !important;}
#my-orders-table td { padding: 10px 5px;}

#my-orders-table  tr.last th:first-child{ width: 100px;padding: 7px 0 7px 20px}
.checkout-multishipping-billing .multiple-checkout .page-title { left: -21px; top: -129px;}
 #opc-review  #checkout-review-submit {   float: none;}
 #opc-review   #checkout-review-submit button.btn-checkout { clear: none; float: right;margin-top:10px;}
 
 /* Header ================================================================================ */
.logo { float:left; }
.quick-access-top { font-size: 11px; }

.welcome-message ,.header .links {}
.welcome-message { float: right;}

.header-container {  }
.header { width:960px; margin:0 auto; }
.header .logo { float:left; text-decoration:none !important;margin-top: 7px;margin-bottom: 23px; margin-left: -90px; }
.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-top: 0; margin-bottom: 0;}
.header .quick-access { float:right;  padding:10px 0px 0 0; width: 675px; border: 1px solid #f9e1bf;
background: #f6ecdf; }
.header .quick-access .top-link,.header .quick-access .top-cart { clear: both; float: right;}
.header .quick-access .top-link { color: #736962;    font-size: 11px;}
.header .welcome-msg { margin:10px 0px 0 33px; float: left; display:none;}
.header .welcome-msg a { color:#ebbc58; }
.sharme {width:600px; margin-top:10px;}
.header .form-search { position:relative;  }
.header .form-search #search-content {}
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; display: none;}
.header .form-search  {min-width: 300px;}
.header .form-search input.input-text {  border: none;line-height: 15px;height: 16px; background:url(../images/bkg-search.png) 0 0 no-repeat; margin-top: 0px; float: right; width: 125px;margin-bottom: 10px; font-size:10px; color:#9d9d9d;}
.header .form-search button.button {  margin-top: 0px; float: right;border:0; border-radius:0px;}
.header .form-search button.button span { border:0; height:16px; background:url(../images/btn-search.png) 0 0 no-repeat;  padding: 0 0 0 6px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif;height: 24px; }
.header .form-search button.button span span { line-height: 24px;  padding-left: 0; padding-right: 7px;color: #6d6d6d; font-size: 11px; font-weight: bold; text-transform: uppercase; background:url(../images/btn-search.png) 100% 100% no-repeat;}
.header .form-search .search-autocomplete { z-index:999; right:0px !important; top:20px !important; width: 210px !important;left: auto !important;margin-top: 10px; }
.header .form-search .search-autocomplete ul { border:1px solid #E1E1E1; 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; }
.top-search { bottom: -43px;   position: absolute;   right: 10px;}
#search_mini_form { }
#btn-search {display: block; float: right; float:right; border: none;height: 21px;line-height: 16px; width: 21px; margin-top: 1px;text-indent: -9999px;padding-left:10px;padding-bottom:10px;}
.top_search { float: left;
margin: 9px 0 0 -125px}
.heading1 {color: #ad2157 !important;}
.BLinks {font-size:15px !important; font-weight:bold !important; margin-top:10px;}
.heading_text {padding-left:5px;}
.header .form-language { float: right;  margin-top: 5px; margin-right: 11px;}
.header .form-language li { float: left; margin-left: 5px; color:#797878;}
.header .form-language li a { display: block;    text-indent: -9999px; width: 18px; height: 11px; color:#797878;}
.header .form-language li.English a { background:url(../images/media/en.png) 0 0 no-repeat; }
.header .form-language li.English a:hover { background:url(../images/media/en-i.png) 0 0 no-repeat; }
.header .form-language li.English a:active { background:url(../images/media/en-i.png) 0 0 no-repeat; }
.header .form-language li.French a { background:url(../images/media/fr.png) 0 0 no-repeat; }
.header .form-language li.French a:hover { background:url(../images/media/fr-i.png) 0 0 no-repeat; }
.header .form-language li.French a:active { background:url(../images/media/fr-i.png) 0 0 no-repeat; }
.header .form-language li.German a { background:url(../images/media/es.png) 0 0 no-repeat; }
.header .form-language li.German a:hover { background:url(../images/media/es-i.png) 0 0 no-repeat; }
.header .form-language li.German a:active { background:url(../images/media/es-i.png) 0 0 no-repeat; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#787878; vertical-align:middle; }
.header .form-language select { padding:0;  width: 100%;
border: 0px;
background: rgb(252, 252, 252); color:#797878; height: 19px;}
.lang1 {width:82px; float:left;}
.lang2 {border:1px solid #ccc; border-radius: 4px; float:right; width:90px; padding:1px;}
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin-left: -30px;
margin-right: 12px; }
.zuz {margin-left: -40px;}
.cmsshare {
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	display: inline-block;
	padding: 12px 0 4px 0;
	width: 470px;
}
.addme {width: 148px; float: right; margin-left: -8px; margin-right: -12px;}
.advancecmsimg, .scrol ul li a img {width:150px !important; height:200px !important;}
.scrol ul li {background:none !important;}
.scrol ul li a.adcart {
overflow: visible;
width: auto;
padding: 6px;
margin: 0;
cursor: pointer;
background: #c2b6a4;
border-radius: 9px;
margin-top:7px;
color:#fff;}
.homecontent-wrapper h1 {font-size: 16px;
line-height: 20px;
color: #797878;
width: 211px;}
.arrowlistmenu ul li a {background:none !important;}
.related_advancecms {border:none !important;}
.header .links li { float:left;  padding:0 7px 0 7px; }
.top_advancecms_div {min-height: 207px !important;}
.header .links a { }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#736962; }

.top-link-cart_inner { color: #736962; font-size: 12px; font-weight: bold;}
.top-link-cart_inner span { display: inline-block; white-space: nowrap;}
.top-link-cart_inner .top_cart_qty { float: right;margin-top: 5px;}

.top-link-cart { font-size: 11px; text-transform: uppercase; background:url(../images/bkg-mycart.gif) 0 0 no-repeat; padding-left: 35px;display: inline-block;  height: 28px; line-height: 28px;padding-right: 5px;  white-space: nowrap; float: right;}
.top_sidebar { background:url(../images/bkg-topcart.gif) 100% 12px no-repeat; padding-right: 15px;min-width: 300px;overflow: hidden;}
.header .quick-access .top-cart { position: relative; margin-top: 27px; float:none;}
.header #cart-sidebar-top { position: absolute;  background:url(../images/bkg-299-top.gif) center 0px no-repeat;padding-top: 15px;width: 299px; top: 30px;right: -2px; border: none;z-index: 2;}
.header .block-cart .block-cart {background:url(../images/bkg-299-bottom.gif) center 100% no-repeat; border: none; padding: 0 17px 10px;}
.header .block-cart .block-title { border-top: none; display: none;}
.block-cart .block-subtitle { border-bottom: 1px solid #D6D5D5;
    border-top: 1px solid #D6D5D5;
    margin-top: 10px;
	margin-bottom:0;
    padding-bottom: 16px;
    padding-top: 15px; color: #2B2A2A;
    font-weight: bold;}
.newcart {position:relative; float:right; z-index:9999999;}
.header .block-cart .block-content .product-name a {color: #414141;}
.block-cart .block-content .product-name a { display: block;  }
.header .block-cart .block-content  .btn-edit { display: none;}

.text4, .detail_div {font-family:Arial, Helvetica, sans-serif !important;}
.top_advancecms, .headingtop {border:none !important;}
.top_advancecms_div {width:100% !important;}
.header .block-cart {  position: absolute;  right: 0; top: 37px;background:url(../images/bkg-block-cart.png) 0 0 no-repeat; width: 302px;padding:10px 0 0;}
.header .block-cart	.block-content {background:url(../images/bkg-block-cart-bottom.png) 100% 100% no-repeat;padding: 0 20px 15px;}
/* End Heard ==============================================================================*/


/********** < Navigation */
.top-menu { margin-top: 10px;height: 43px;}
.nav-container { z-index: 2;width:960px; margin:0px auto;}
@-moz-document url-prefix() {  
  .nav-container {
     
  }
}
#nav {  padding:0px; font-size:13px;height: 43px;float: left; margin-left: 320px;    margin-top: -46px;}

/* 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:13px; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li.parent.over span { display:block; cursor:pointer; white-space:nowrap;}
#nav li ul span {white-space:normal; }

#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; }
#nav li.level-top { line-height: 43px;}
#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: 41px; 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; line-height:12px;  }
#nav ul li.last { padding-bottom:0; }
#nav ul li.first { background: url(../images/bkg-menu-1col-top.png) 0 0 no-repeat; margin-top: -5px;padding-top: 10px;}

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:160px; top:48px; left:-10000px;  background: url(../images/bkg-menu-1col-bottom.png) 0 100% no-repeat;padding-bottom: 15px; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:-5px; }

#nav ul li a { }
#nav ul li a:hover {  }
#nav ul li a{ color:#000 ;font-size:12px ; lilifont-weight: bold;text-transform: capitalize; }
#nav ul li a:hover { }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* 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:170px; }
/********** Navigation > */
/* ======================================================================================= */
/* Footer ================================================================================ */
.footer-container { }
.footer_bottom { width:960px; margin:0px auto 0; overflow: hidden;}
.footer_bottom .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer_bottom .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer_bottom .store-switcher select { padding:0; vertical-align:middle; }
.footer_bottom a { text-decoration:none;color:#715733; font-size: 11px; }
.footer_bottom a:hover { text-decoration:underline; }
.footer_bottom .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer_bottom .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer_bottom .bugs a:hover { text-decoration:none; }
.footer_bottom address { margin:0 0 20px;  float: left; margin: 20px 0 0px 20px;font-size: 11px;padding-top: 15px;width: 695px; padding-bottom: 40px; clear:both;}
.footer_bottom address a { font-size: 11px;  }
.footer_bottom address a:hover {  }
.footer_bottom ul { padding:0px; }
.footer_bottom ul.links { display:block; }
.footer_bottom li {  }
.footer_bottom li.last { background:none !important; padding-right:0 !important; }


.block-layered-nav #nav-left .active span {background: url(../images/menuparent.png) right 0 no-repeat; display: inline;padding-right: 25px;}
.block-layered-nav #nav-left span {background: url(../images/bkg-next.png) right 0 no-repeat; display: inline !important;padding-right: 25px;}
.block-layered-nav #nav-left .active ul span {background:none; display:block !important;}
.block-footer-1-wrapper,
.block-footer-2-wrapper,
.block-footer-3-wrapper,
.footer_block_newletter { float: left;width: 160px; margin-right: 11px; margin-left: 12px;}
.footer_block_newletter {margin-left: 0px; width: 217px;}
.footer_block_newletter .block-subscribe { padding: 0;}
.footer_block_newletter .block-footer-4-wrapper h3 { padding: 20px 0;}
.form-subscribe-header { margin-bottom: 5px;color: #828181;}
.block-footer-2-wrapper li,
.block-footer-3-wrapper li { margin-bottom: 6px;}
.block-footer-1-wrapper { color:#828181;}
.desc a {color:#887354; background: url(../images/bkg-next.png) right 1px no-repeat; display: inline !important;padding-right: 25px; text-decoration:none; padding-top:3px;}
.swatchLabel-category {color:#fff;}
.footercontent-wrapper { color:#828181; padding-bottom: 20px; border-bottom: 1px solid #2b1717; overflow: hidden;}
.footer_bottom h3 { font-family: Century Gothic;color: #715733; font-size: 12px; font-weight: bold;text-transform: uppercase;padding: 20px 0 5px;}
.footer_bottom a { color: #715733; font-size: 12px; }
.block-footer-1-wrapper p span { color: #fff;}
.block-footer-2-wrapper ,
.block-footer-3-wrapper { color: #fff;}
.block-footer-4-wrapper li { float: left;margin-right: 8px;}
.block-footer-5-wrapper {
    float: right;
    margin: 20px 20px 0 0;
    overflow: hidden;
    padding-top: 15px;
    width: 225px;}
.block-footer-5-wrapper li { float: right; margin-left: 8px;}

.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;}


.addthis_button_pinterest_pinit {margin-left: -32px; margin-right: -20px;}
.addthis_button_tweet {margin-right: 15px;}
/* ======================================================================================= */

/* CMS Home Page ====================================================================== */
.cms-index-index .col1-layout .col-main { margin-bottom: 0px;}
.cms-index-index .col3-layout .col-main,
.cms-index-index .col2-left-layout .col-main ,
.cms-index-index .col2-right-layout .col-main  { padding-top:3px;}
.cms-index-index .col3-layout .homecontent-wrapper { margin: -1px -20px 0;}
.container { clear: both;}
.slideshow-box li { float: left;}
.homecontent-wrapper { margin: -1px 0px 0;overflow: hidden;}
.homecontent-wrapper h3,
.footer_blog h2
 { font-family: Century Gothic; font-size: 12px; font-weight: bold; text-transform: uppercase; margin-bottom: 9px;}
.footer_blog h2 { margin-bottom: 19px;}
.homecontent-wrapper h3.product-name { margin-bottom: 0;}
.category-products .slideshow-box { position: relative; overflow: hidden; margin: 0 -27px;}
.category-products .slideshow-box li { position: relative; overflow: hidden;width: 213px;float: left;margin: 0;}

.product-shop.hover_quickshop {background:url(../images/bkg-product-detail.png) 100% 100% no-repeat;  bottom: 7px; left: -20px;  padding: 12px 50px 5px 10px;  position: absolute; width: 173px;}
.product-shop.hover_quickshop  h2.product-name a { color: #fff; font-size: 12px; font-weight: bold;font-family: arial;text-transform: none;}
.product-shop.hover_quickshop .regular-price,
.product-shop.hover_quickshop .regular-price .price,
.product-shop.hover_quickshop .price-box .price,
.product-shop.hover_quickshop .price-box .price-label { color: #fff; font-size: 11px; font-weight: bold;font-family: arial;text-transform: none;}

.slideshow-box { position: relative; overflow: hidden;}
.block-category-1-wrapper,
.block-category-2-wrapper ,
.block-hot-product-wrapper ,
.block-best-seller-wrapper { float: left;position: relative;margin: 0 12px;width: 200px; text-align:center; overflow: hidden;}
.block-category-1-wrapper .slideshow-box .products-grid li.item,
.block-category-2-wrapper .slideshow-box .products-grid li.item ,
.block-hot-product-wrapper .slideshow-box .products-grid li.item ,
.block-best-seller-wrapper .slideshow-box .products-grid li.item { width: 200px;}
.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 { background:url(../images/bkg-previous.png) 0 0 no-repeat;right: 179px !important; width: 19px;
height: 19px;}

.slideshow a.next { background:url(../images/bkg-next.png) 0 0 no-repeat; right: 0px; width: 19px;
height: 19px;}
.block_lastest_product_wrapper .slideshow a.previous , .block_lastest_product_wrapper .slideshow a.next { display:none;}

.footer_slideshow_brand  .slideshow-box { width: 870px;margin: 0 45px;}
.footer_slideshow_brand  .slideshow-box ul { display: block; min-width: 1600px;overflow: hidden;}
.footer_slideshow_brand   a.previous,
.footer_slideshow_brand   a.next { top: 50px !important;width: 10px; height: 19px;}
.footer_slideshow_brand   a.previous{ left: 15px !important; right: auto; background: url("../images/bkg-previous-foot.png") no-repeat scroll 0 0 transparent;}
.footer_slideshow_brand  a.next { right: 15px !important; background: url("../images/bkg-next-foot.png") no-repeat scroll 0 0 transparent;}
.footer_slideshow_brand  .slideshow-box li a { display: block; text-align: center;}
.footer_slideshow_brand   {width: 960px; margin: 0 auto; position: relative;padding: 20px 0; }
#content_tabs  a.previous,#content_tabs  a.next { top: -42px;}

.quick-access-bot {float: right;position: relative;margin-top: -14px; z-index: 5; width: 72px; }
.top_link_cart_2 {  height: 23px;padding-left: 30px;float: right; padding-bottom:10px; margin-top:12px;}
.top_link_cart_2 a { display: inline-block; height: 23px;  line-height: 23px; padding-right: 10px;font-size: 11px;}
.top_link_cart_2 a:hover {text-decoration: none;}

.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;}

.block-image-top-wrapper { }
.block-image-top-wrapper  ul{ width: 960px; margin: 0 auto;background: #fff;display: block; overflow: hidden; padding: 22px 0 0;}
.block-image-top-wrapper  ul li{ float: left; margin-left: 22px; }
.block-image-top-wrapper  ul li:first-child{  margin-left: 20px; }

.block-bottom-ads {  margin: 0 auto;background: #fff; overflow: hidden;padding: 40px 9px 25px;  width: 942px;}
.block-bottom-ads .bottom-content { color:#5f5f5f; margin-top: 10px;}
.block-bottom-ads .bottom-labels a { color:#000;font-size: 16px; font-weight: bold;}
.block-bottom-ads  h3{font-family: Century Gothic;font-weight: bold;margin: 0 0 10px 11px; }
.block-bottom-ads li { float: left; margin: 0 11px;  width: 213px;}

.block_lastest_product_wrapper .category-products .slideshow-box { width: auto;}
.block_lastest_product_wrapper {overflow: hidden; clear: both;position: relative;margin: 34px 0px;}
.block_lastest_product_wrapper h3 { font-family: Century Gothic; font-size: 12px; font-weight: bold;text-transform: uppercase; border-bottom: 1px solid #e4e2e2; padding-bottom: 3px;}
.block_lastest_product_wrapper h3 span {  padding-bottom: 3px;}
.block_lastest_product_wrapper a.previous,.block_lastest_product_wrapper a.next { height: 9px;}
.block_lastest_product_wrapper a.previous,
#slideshow_moreviews a.previous { background: url("../images/bkg-previous-latter.png") no-repeat scroll 0 0 transparent;right: 15px !important; top: 4px !important;}
.block_lastest_product_wrapper a.next,
 #slideshow_moreviews a.next { background: url("../images/bkg-next-latter.png") no-repeat scroll 0 0 transparent;right: 0 !important; top: 4px !important;}

.block_lastest_product_wrapper li.item { background: none !important; width: 231px !important;margin: 0; margin-top: 0 !important;}
.block_lastest_product_wrapper .products-grid .product-image, 
.block_lastest_product_wrapper .products-list .product-image { background: url("../images/bkg-product-lasted.png") no-repeat scroll 0 0 transparent;float: left;padding: 4px 4px 10px; height: 106px;	 text-align: center;}
.block_lastest_product_wrapper .product-shop { margin-left: 105px; margin-right: 20px;background: none; padding: 0; width: auto;position: static;}
.block_lastest_product_wrapper { position: relative; z-index: 1;}
.block_lastest_product_wrapper .product-shop.hover_quickshop h2.product-name a {color: #000;}
.block_lastest_product_wrapper .product-shop.hover_quickshop .regular-price, .block_lastest_product_wrapper .product-shop.hover_quickshop .regular-price .price {color: #000;}
.footer_brand  li{ width: 174px;}

.cms-index-index  .main-container { border: none;}
.cms-index-index  .main-container .main { margin-top: 0;}

/* Category Page ========================================================================= */
.catalog-category-view .messages li {
    margin: 12px 0 10px !important;background-position: 10px 22px !important;
}

.category-title,
.catalogsearch-result-index .page-title ,
.tag-product-list .page-title{ height: 51px; line-height: 51px; position: static; color:#000;margin-right: -20px; padding-left: 20px;}
.col1-layout .category-title { margin-right: 0;}
.category-description {   padding: 20px 0 40px 20px;}
.category-title h1,
.catalogsearch-result-index .page-title h1 ,
.tag-product-list .page-title h1{ font-family: Century Gothic;color: #000; font-size: 16px; text-transform: uppercase;line-height: 51px;margin-bottom:0;}

.category-products .toolbar {margin-right: -20px;height: 30px;padding-left: 20px; }
.col1-layout .category-products .toolbar { margin-right: 0;}
.category-products .toolbar .sorter {  padding-left: 338px;height: 21px; margin-top: -51px;color:#000;  }

.col2-right-layout  .category-title,.col2-left-layout  .category-title  {}
.category-image { overflow:hidden; margin:-20px -20px 20px 0; text-align:center; display:none; }
.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; }
.category-image img {}
.category-description { }
.category-products {}

/* End Category Page =================================================================*/

/* Page: Detail ======================================================================*/
/* Product Images */
.product-view .product-img-box { float:left; width:312px;margin-top: 4px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px;/*background:url(../images/bkg-base-img.png) 0 0 no-repeat;*/   width: 315px; height:472px; padding:0px;border: 1px solid #c2bfbf; }
.product-view .product-img-box .product-image-zoom { position:relative; width:315px; height:472px; 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)";/*IE8*/ 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 { margin-left:-4px ;display:block;}
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 0px; }
.product-view .product-img-box .more-views li a { float:left; width:73px; height:82px; border:0px solid #C2BFBF; overflow:hidden; text-align: center; margin-left: 4px;}

.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; }

/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.col1-layout .product-view .product-shop { float:right; width:580px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { color: #414141; font-weight: bold; font-size: 17px; }
.product-view .product-shop .availability { margin:0px 0;background:url(../images/bkg-stock.png) 0 0 no-repeat; padding-left: 27px; line-height: 20px; color: #797878; font-size: 12px; font-style: italic; }
.product-view .product-shop .short-description { margin:0px 0 0px;  padding:1px 0 0; clear: both; word-wrap: break-word; }
.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 ; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right;  margin-top: 23px; float: left;}
.product-view .product-shop .add-to-box .add-to-links { margin-top:4px;}
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline;overflow: hidden;clear: both; }
.product-view .product-shop .add-to-links li .separator { display: none;}
.product-view .product-shop .add-to-links a { font-size: 10px; }

.grouped-options-label {display:none;}
/* Product Options */
.product-options {margin-top: 20px; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.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 { border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; 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:100%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:2px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:1px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { }

.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 { padding: 0; text-align:left; margin: 0px 0 0; float: left; display: block;}
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart {  float: left; margin-right: 15px; position: relative;}
.product-options-bottom .add-to-cart button.button {  margin-top: 13px;}
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .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 { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { padding:5px 0 0; text-align:right; white-space: nowrap;margin-top: -4px;}

.product-collateral { margin-top: 35px;}
.box-collateral {margin-bottom: 30px;}

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }
.product-view .grouped-items-table td.last {border-bottom: 1px solid #B2B2B2; }

/* 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; }
.box-additional {display:none;}

/* Block: Upsell */
.product-view .box-up-sell h2 { }
.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; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.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 { border:1px solid #e5dcc3; }
.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; background:#f1ecdb; }
.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;}
.col3-layout .product-view .box-up-sell h2 { height: auto; }
.col3-layout .product-view .box-up-sell h2 span {  padding-bottom: 6px; }

/* 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;float: left;width: 195px;min-height: 63px; }
.col3-layout .box-tags .product-tags { width: 100%; }
.box-tags .product-tags li { display:inline;  padding:0 7px 0 4px; }
.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 15px;}
.box-tags .form-add .input-box { float:left; width:305px; margin:0 10px 0 0; }
.box-tags .form-add input.input-text{ width:370px; border: none;background: none; height: 19px;line-height:17px; }
.box-tags .form-add .input-box {width:378px;background:url(../images/bkg-input298.png) 0 0 no-repeat ; border: none; padding: 0;}
.box-tags .form-add button.button span {  }
.box-tags .note { margin:10px 0 0; font-size:12px;font-weight: bold;clear: both; }
.box-tags .form-add { margin-bottom: 15px; overflow:hidden;}
.form-add  button.button { margin-top: -2px; margin-right:10px;}

button.button span {font-size: 14px !important; padding:4px;}
/* Block: Reviews */
.product-view .box-reviews dl {  }
.product-view .box-reviews dt a,
.product-view .box-reviews dt 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 { margin:25px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px;  color: #414141; margin: 20px 0;}
.product-view .box-reviews .form-add .form-list li { margin-bottom: 15px;}
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .data-table tr.last td { border-bottom: none; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:366px; float: right;clear: none;height: auto;}
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:356px; }
.product-view .box-reviews .form-add .form-list input.input-text {background:none; border: medium none;   height: 19px;}

.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;}

/* Send a Friend */
.send-friend .form-list { width:619px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:317px; }
.send-friend .form-list .input-box { width:302px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:290px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:608px; }
.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 { float:left;margin-right: 20px;clear:none; }

/* End Product detail=========================================================================================*/

/* Page Shopping Cart ========================================================================================*/
/* Checkout Types */
.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; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td {  padding: 20px 10px; }
.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 {  color:#414141; font-size: 12px; font-weight: bold; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td {  }
.cart-table .btn-continue,.cart-table .btn-empty { float:right; margin-right: 40px; }
.cart-table .btn-update { float: right;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { margin-top: 20px;color: #414141; font-size: 12px; font-weight: bold; }
.cart .cart-collaterals .input-box { background:url("../images/bkg-input267.png") no-repeat scroll 0 0 transparent;  }
.cart .cart-collaterals input.input-text { background:none; border: medium none;  height: 19px;  width: 259px;line-height: 19px;}
.cart .cart-collaterals .col2-set { float:left; width:585px; }
.cart .cart-collaterals .col2-set .col-2 { width:270px; }

.cart .crosssell {  position: relative;}
.cart .crosssell .slideshow a.previous, .cart .crosssell .slideshow a.next{  display: none;}
.cart .crosssell h2 { }
.cart .crosssell .product-image { text-align: center;  }
.cart .crosssell .product-details {  }
.cart .crosssell .product-name {  }
.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 {  clear: both; display: none;}
.cart .crosssell button.btn-cart { margin-top: 3px;
}
.cart .crosssell .products-grid li.item .product-item { min-height: 200px;}

/* 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:20px 0 10px; border:0; padding:0; text-align:left; }
.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;}
.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 { font-weight: bold; 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:8px 0px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:3px 0; text-align: center;}

.discount-form, .shipping-form, .total-content { }
.shipping-form .form-list select {  width: 267px;}

.cart-collaterals h2 { margin-bottom: 20px;}


/* Checkout ============================================================================== */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt {  font-weight: bold;  margin: 5px 20px 5px 0; }
.box-sp-methods .sp-methods dt {  margin: 0px 20px 0px 0; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { }
#payment_form_ccsave .form-list { padding-left:0px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:180px; margin-right:10px; }
.sp-methods select.year { width:112px; }
.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;display:block;float:left; }

/* 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_window_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; }
.block-progress .block-title { padding-bottom: 0 !important;  }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt ,
.block-account .block-content li{ font-size:12px; line-height:1.35; background: url(../images/i-progress.png) 0 10px no-repeat; padding:7px 0 7px 20px; color:#646463; }
.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 dd {  border-top:0; padding:8px 13px; margin:0; }
.block-progress dt.complete ,.block-account .block-content li.current { margin:0;  border-top: none;}
.block-progress dt.complete { background-position: 0 13px;}
.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;text-indent: -9999px;
    width: 5px;  }
.block-progress dt.complete a { font-size: 10px; font-style: italic; }
.block-progress dd.complete { padding-left: 20px;}
.block-progress dt.complete { padding-bottom: 5px;}
.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;  }
.opc .buttons-set p.required {  padding:0 0 10px; float: right; margin:0; }
.opc .buttons-set .back-link small { display:none; }
.buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px;margin-top: 0; font-weight: bold;color: #414141; font-size: 14px;}
.buttons-set .back-link a small { display: none; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {  margin: 0px 0 4px;}

.opc .step-title,
.dashboard .page-title, 
.box-account .box-head, 
.dashboard .col2-set .box .box-title, 
.my-account .title,
.customer-account-edit .my-account h2,
.my-account .page-title
 {  background: url(../images/bkg-title-checkout.png) 0 0 no-repeat;height: 35px; line-height: 35px;  margin-bottom: 20px;  padding-left: 20px; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#777b75; display: none; }
.opc .step-title h2 {font-family: Century Gothic; font-size: 12px; text-transform: uppercase;  color: #585858;   float: left;   height: 35px;   line-height: 35px;   margin: 0; }
.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 { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 {}
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { cursor: pointer; margin-bottom: 10px;}
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#fff; }
/*.opc .active .step-title a { display:none; }*/

.opc .step {  padding:10px 0 20px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; position:relative; }
#opc-login  .col-2 .buttons-set {}
#opc-login .buttons-set a { font-size: 11px;margin: 5px 0 0 10px; }
#opc-login .col-2 .buttons-set button.button span span { background-position: 100% 100%;   }
#opc-login h3,
#opc-login h4,
#checkout_step_title { font-size:12px;  color: #2b2a2a;font-weight:bold;margin-bottom: 10px; }
#checkout_step_title {}
#opc-login  #login-form h4 ,
#opc-login  #login-form p{ color: #606060; font-weight:bold; text-transform:none; display: inline-block;}
#opc-login #login-form h4 { float: left;margin-right: 3px;}
#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 
{border: 1px solid #ccc;
border-radius: 7px;}

#opc-login  #login-form input.input-text,
.account-create input.input-text,
.customer-account-edit input.input-text
 { background: none; width: 294px;border: none; height: 19px;}
 
#co-billing-form .form-list  li.control  { float: left;margin-right: 20px;  }
#co-billing-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 { padding:0 20px 0px 0;  }
#opc-review .buttons-set p { margin: 30px 0 0; line-height:40px; font-weight: bold; }
#opc-review .buttons-set p a { background: url(../images/bkg-line-right.png) right 3px no-repeat;padding-right: 20px; color: #414141; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; float: right; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }


.form-list input.input-text,
#payment_form_ccsave  input.input-text { background: none;   border: medium none;  height: 20px;  width: 294px;line-height: 19px;}


	
.form-list li.wide .input-box { }
#billing-new-address-form  li.wide .input-box{ }
.form-list li.wide input.input-text {  width: 665px; }
.form-list .field { float: right;}
.form-list .field:first-child { float: left;}

#checkout-shipping-method-load .sp-methods dt,#checkout-payment-method-load.sp-methods dt { float:none; }
#payment-buttons-container  p.required{ text-align: left; }
/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 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; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.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:0 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:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.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 .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span {  background:none; }
.multiple-checkout .title-buttons button.button { margin-top: 5px;}
#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; }

/* 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; }
/* ======================================================================================= */


/* My Account ============================================================================= */
.my-account { color: #414141;}
.my-account a { color: #414141;}
.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; font-style: italic;}
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .pager { display: block;padding: 4px 0;}
.my-account .pager .limiter label { color: #000;}
.my-account .pager .limiter  { color:#414141;}

/********** < Dashboard */
.dashboard .page-title { position: static;}

.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 .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
{ color: #414141; font-size: 12px; text-transform: uppercase; font-weight: normal;height: 35px; line-height: 35px; margin: 0;float: left;}
.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;}
.dashboard .col2-set .col-1 .box .box-title a ,
.dashboard .col2-set .col-2 .box .box-title a ,
.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;}

.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 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { margin-bottom: 20px; }
.box-account .box-head {  margin-bottom: 10px;}

.box-account .box-head a ,
.dashboard .col2-set .box .box-title a,
.customer-address-index .my-account  button.button span
{ padding: 0 15px;display: inline-block; height: 35px; line-height: 35px;color: #fff; font-size: 14px;float: right;  }

.box-account .box-head a:hover ,
.dashboard .col2-set .box .box-title a:hover{text-decoration: none;}

.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 { }

/* Block: Account Information */
.customer-account-edit .buttons-set {margin-top: 0; width: 635px;}
.customer-account-edit .buttons-set button.button {margin-top: -20px; }
.customer-account-edit .buttons-set .back-link {margin-top: -5px; }
.customer-account-edit .form-list .field {float: right; margin-bottom: 10px;width: 335px; }
.customer-account-edit .form-list .field:first-child {float: left;  margin-bottom: 10px;}
.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: #2B2A2A;  font-weight: bold;  margin-bottom: 15px;   padding-left: 0;   text-transform: capitalize;margin-top: 10px; white-space: nowrap;}
.customer-account-edit .fieldset .form-list label.required{white-space: nowrap;}
.dashboard .box-info .box-head h2 {  }
.dashboard .box-info h4 { font-size:12px; font-weight:bold; }
.customer-account-edit .my-account h2  { float: none;}
.customer-account-edit .fieldset {float: none;}

/* 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; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { padding: 0; background: none; }
.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; }
/********** Dashboard > */

/* Address Book */
.my-account .title h2 { float: none; text-align: left;}
.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;background: url(../images/bkg-arrow-right.png) right 4px no-repeat;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 { font-style: italic; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }
.customer-address-index .my-account button.button { position: absolute; top: 0px ; right: 0;}
.customer-address-index .my-account button.button span span { background: none;font-weight: normal;   text-transform: none;}
.my-account .title { position: relative;}
.customer-address-index .page-title { position: relative;}

/* 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%; overflow-x:auto; }
.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; }
/* 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; margin-top: -2px; }
.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,
.my-wishlist .buttons-set .btn-share span { }
.my-wishlist .buttons-set .btn-add span span,
.my-wishlist .buttons-set .btn-share span span { background-position: 100% 100%; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:2px 0 0 5px; }
#my-tags-table { clear:both; background: none;}
#my-tags-table .product-name  {margin-top:-5px;}
#my-tags-table td { padding:10px; }
#my-tags-table td.last { padding-top:0; }
#my-tags-table td:first-child { padding-left:0px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }
#my-reviews-table td.last {padding-top: 6px; }
#my-reviews-table td.last a {display: block; margin-top:4px; }
#my-reviews-table td .product-name { margin-top: 1px; }
#my-reviews-table .rating-box{ margin-top:7px;}
.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; }

/* 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; }
/* End Page Check out ======================================================================================*/

/* Page Account Login/Create ============================================================ */
.col2-set .registered-users { float: left;  width: 204px; border-right: 1px solid #b2b2b2; margin-top: -21px;   padding: 21px 23px 0 0;}
.col2-set .registered-users .form-list .input-box {  background: url("../images/bkg-input204.png") no-repeat scroll 0 0 transparent;}
.col2-set .new-users { float: right;width: 675px;}

.account-login .content p {color:#414141; }
.account-login .new-users p { margin-bottom: 30px;color:#414141; }
.account-login .registered-users .form-list input.input-text { background:url(../images/bkg-input182.png) 0 0 no-repeat;width: 196px; border: medium none;  height: 19px; }
.account-login .registered-users .form-list input.validation-failed{  background:url(../images/bkg-input182-errror.png) 0 0 no-repeat !important;border:none !important; height: 17px !important;}
.account-login .buttons-set {  margin-top: -10px; }
.account-login .new-users .buttons-set {  margin-top: -20px; }
.account-login .buttons-set a { clear: none;  display: block;  float: right !important; font-size: 10px;  margin-right: 15px;margin-top: 7px; }
.account-login .buttons-set button.button { clear: none; float: left; }
.account-create {}
.account-create .title h1 { padding-top: 0px !important}
.fieldset .legend { color: #2b2a2a;font-weight: bold;font-size:12px ;  margin-bottom: 10px;}
.account-create .form-list .field { width: 360px;}
.account-create .buttons-set { width: 662px;}
.account-login .new-users h2, .account-login .registered-users h2 { margin-bottom: 20px;}
.customer-account-login .messages {
    margin-bottom: 20px !important;
    overflow: hidden;
   
}
.account-create .page-title h1 { float: left;}
.account-create .form-list li.control .input-box { background: none;}
.account-create .fieldset .legend { margin-top:10px;}
/* 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,.page-popup .link-print {font-size:14px ;text-transform: capitalize;font-family:Century Gothic;}
.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:15px; }
.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 tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
.compare-table button.btn-cart { }
.compare-table .add-to-links { }
.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 {float: left; }
.compare-table .add-to-row.last .add-to-links {float: right; clear: none; }
.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;}
.compare-table .product-image img { border: none;}
.compare-table .product-image {display: block;
    margin-bottom: 20px;}
/* 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; }
/* End Content Styles ======================================================================================= */

.checkout-onepage-success .sub-title {  color: #000000;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 15px;
    padding-top: 5px;
    text-transform: uppercase; font-family: Century Gothic;font-weight: bold;} 
.checkout-onepage-success  p { margin-bottom: 0px;}
	
.catalogsearch-result-index  .main { margin-top: 20px;}
.tag-list-index .page-title h1 { line-height: 20px;}
.tag-list-index .main { margin-top: 20px;}
.tag-product-list .main { margin-top: 20px;}
#containerDiv { }
#containerDiv .ajaxcart #ajax_image span {
   
}
#containerDiv .ajaxcart #ajax_image span  b{}
.col3-layout #addTagForm { clear: both;display: block;}

.customer-account-create  .buttons-set .back-link { margin-top:0;}
.customer-account-create  .buttons-set .back-link a { color: #515051;font-size: 11px;}
.customer-account-create  .form-list li.control label{ font-weight: bold;}
.opc .step-title { margin-bottom: 0;}
#payment_form_ccsave .input-box { float: left;}
#co-shipping-form .form-list li.wide .input-box { }

#checkout-review-table   tbody tr td ,#checkout-review-table tfoot tr.first td,
#my-orders-table tbody tr td { border-top:1px solid #E5E5E5;}
#checkout-review-table tfoot tr td{ border-top:none;}
#checkout-review-table   tbody tr.first td,#my-orders-table   tbody tr.first td{ border-top:none;}
#my-orders-table tbody tr td:first-child { padding-left:20px;}
.customer_ads_left { margin: 10px -20px;}
.sales-order-view .page-title { padding-right: 20px;}
.wishlist-index-share .form-list li.wide .input-box { background: none;height:auto;}
.wishlist-index-share .form-list li {clear:both;}
.wishlist-index-share .buttons-set { width:539px;}
.homecate_lasted_product .product-shop.hover_quickshop .regular-price,
.homecate_lasted_product .product-shop.hover_quickshop .regular-price .price, 
.homecate_lasted_product .product-shop.hover_quickshop .price-box .price, 
.homecate_lasted_product .product-shop.hover_quickshop .price-box .price-label {color:#000;}
#multishipping-billing-form  .sp-methods dd {  clear: both;}


/* 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.66%; }
.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; }

.cloud-zoom-big { background: #fff;}
#wishlist-table .btn-cart{ clear:left;}
#region{border:1px solid #D7D4D4; width:292px; height:17px;}
.cart-collaterals #region{ width:259px;}
#wishlist-table .btn-cart{ clear:left; display:block}

.chart h1, .chart p {/*color:#947575 !important; */float: left; text-align: justify; max-width: 552px;}
.chartable {
	width: 375px;
	float: left;
}

.chartable td {text-align: center !important;}

.chartable .firstr td {
	min-width: 100px;
	background: #d8cbbf;
	height: 28px;
	line-height: 26px;
	font-weight: bold;
}

.chartable .firstr .smalltd {
	min-width: 65px !important;
}

.chartable tr td { border-bottom:1px solid #d8cbbf; line-height: 30px;}

.chartimg {float:right; margin:-20px -20px -60px 10px;}

.widthchart {width:300px;}
.swatchesContainer {margin-left: -78px;}
.swatch {margin-left: 4px;}

#select-website option:first-child {display:none;}
.footer_slideshow_brand h3 {
color: #797878; clear:both;}