/**
 * 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) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

body          { background:#eff3f6 ; font:11.5px/1.55 Arial, sans-serif; color:#5a5a5a; text-align:center; }

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

a             { color:#6b7b84; 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; color:#5a5a5a; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:normal; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

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

/* Table */
table         { border:0; border-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; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle;  }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:930px; }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:30px 15px; text-align:left; }
.main-container {  }
.main { width:930px; margin:0 auto; padding:0 0 20px; text-align:left; border-bottom:2px solid #d7d7d7; background:#fff url(../images/bkg_main.jpg) top repeat-x}

/* Base Columns */
.col-left { float:left; width:186px; padding:0 ; }
.col-main { float:left; width:744px; padding:0 ;  }
.col-main .col-inner { padding: 0;  width:930px }
.col-right { float:right; width:186px; padding:0 ; }

/* 1 Column Layout */
.col1-layout { }
.col1-layout .main { }
.col1-layout .col-main { float:none; width:930px; background:#fff url(../images/bkg_main.jpg) top repeat-x; }
.col1-layout .col-main .col-inner { position:relative;}
.col1-layout .std { padding:10px;}
.cms-home .col1-layout .std { padding:0;}

/* 2 Columns Layout */
.col2-left-layout { }
.col2-left-layout .main { }
.col2-left-layout .col-main { float:right; position:relative; }
.col2-right-layout { }
.col2-right-layout .main { }
.col2-right-layout .col-main { }
.col2-left-layout .col-main .col-inner, .col2-right-layout .col-main .col-inner  { width:744px}
.col2-right-layout .std, .col2-left-layout .std { /*padding:10px;*/ }

/* 3 Columns Layout */
.col3-layout {  }
.col3-layout .main { }
.col3-layout .col-main { width:558px;  }
.col3-layout .col-main .col-inner { width:100%; }
.col3-layout .col-wrapper { float:left; width:744px; padding-top:0px; }
.col3-layout .col-wrapper .col-main { float:right; }
.col3-layout .col-right { float: right; width: 186px; padding:6px 0 0 0; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.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:11px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#5a5a5a; }
input.input-text { border:none;}
select,textarea { background:none; border:1px solid #e4e4e4; }
input.input-text,textarea { padding:0px 4px; }
select { padding:1px 3px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:25px !important; border:1px solid #e4e4e4; background:#fff; font-weight:bold; color:#000; }

button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button   { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button{ overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:25px; background:url(../images/bkg_btn.png) no-repeat 0 0 ; padding:0 0 0 5px; font:600 11px/25px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform:inherit;}
#containerDiv  #ajaxcart_conent .ajaxcart_row1 .row2 a{padding:0 0 0 21px; cursor:pointer; background:url(../images/add_to_cart.gif) no-repeat 0 100% ;}
#containerDiv  #ajaxcart_conent .ajaxcart_row1 .row2 a span{ border:0; padding:0 10px 0 5px;background:url(../images/add_to_cart.gif) 100% 0;}
#containerDiv  #ajaxcart_conent .ajaxcart_row1 .row2 a, #containerDiv  #ajaxcart_conent .ajaxcart_row1 .row2 a span{float:left;border:none;margin-left:5px}
button.button span span { border:0; padding:0 10px 0 5px; background-position: right 100%;}
button.disabled span { }
button.btn-cart span { display:block; height:25px; background:url(../images/add_to_cart.gif) no-repeat  left 100% ; padding:0 0 0 30px; font:bold 9px/25px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform:uppercase; }
button.btn-cart span span {  border:0; padding:0 15px 0 10px; background-position: right 0;}

button.btn-checkout span { display:block; height:35px; background:url(../images/btn_checkout_pro.gif) no-repeat 0 0; padding:0 0 0 56px; font:bold 16px/35px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform:inherit;}
button.btn-checkout span span { border:0; padding:0 56px 0 5px; background-position: right 100%; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

button.button_previous { overflow:visible; width:auto; border:0;  margin:0 0 10px 0; background:transparent; cursor:pointer;padding: 0px 0 0 15px; }
button.button_previous span {  display:block; height:20px; background:url(../images/previous.png) no-repeat 0 0 ; padding:0 0 0 23px; font:9px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#e3e9ec; text-transform:uppercase;}
button.button_previous span span {  border:0; padding:0 10px 0 5px; background-position: right 100%;}
button.button_previous span span {  line-height:20px;}
@media \0screen {button.button_previous span span {  line-height:18px;}}
@media \0screen {button.button_next span span  {  line-height:18px;}}

button.button_next {  float: right;overflow:visible; width:auto; border:0; padding:0px 15px 0 0;  margin:0 0 10px 0; background:transparent; cursor:pointer;top:0 }
button.button_next span {  display:block; height:20px; background:url(../images/next.png) no-repeat 0 0 ; padding:0 0 0 5px; font: 9px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#e3e9ec; text-transform:uppercase;}
button.button_next span span {  border:0; padding:0 28px 0 5px; background-position: right 100%; }


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

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; position:relative; z-index:0; }
.form-list label.required { font-size:11px; font-weight:bold}
.form-list label.required em { float:right; font-style:normal; color:#13b6fe; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; color:#1d292e; font-weight:bold; font-size:11px }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; margin-top: -3px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; }
.form-list .field { float:left; width:300px; }
.form-list input.input-text {  width:290px; background:url(../images/bkg_input.png) no-repeat; height:25px ; line-height:25px}
.form-list input.input-text.validation-failed {  width:290px; background:url(../images/bkg_input_error.png) no-repeat!important; height:25px}
.form-list textarea { }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:525px; }
.form-list li.wide textarea { width:525px; }
.form-list li.wide select { width:535px; border:1px solid #e4e4e4 }
.form-list li.additional-row { border-top:1px solid #e4e4e4; 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:201px; }
.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:201px; }
.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:201px; }
.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:201px; }

.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:#13b6fe; 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:2em 0 0; padding:8px 0 22px 0;  *padding:8px 0 30px 0; text-align:right; position:relative}
.buttons-set a { clear:left;  margin: 5px 0 0 0; color:#1f2b30; font-size:11px; background:url(../images/i_tags_checkout.gif) no-repeat left 5px; padding:0 0 0 12px; }
.buttons-set small { display:none}
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:5px 0 0; position:absolute; left:0; bottom:0 }
.buttons-set button.button { float:left }

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

.fieldset { margin:0 0 15px; }
.fieldset .legend { font-size:11px; text-transform:inherit; color:#373d42; margin:0 0 5px 0; padding:0; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; font-style:normal; line-height:13px; color:#be4545; font-size:11px}
.validation-failed { }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#13b6fe; font-style:normal;}
/* 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:dotted !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:5px 8px 0px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg {  border:1px dotted #446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { color:#869298; text-transform:inherit; font-size:11px; padding:0 0 0 15px; background: #000 url(../images/breadcrumbs.gif) repeat-x; height:35px ; line-height:35px }
.breadcrumbs span { background:url(../images/i_breadcrumb-seperator.gif) center center no-repeat; padding: 0 10px 0; display:inline-block; overflow:hidden; vertical-align:middle; text-indent:-9999px;}
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:normal; color:#13b6fe}
.breadcrumbs li a { color:#869298; text-decoration:none; }
.breadcrumbs li a:hover { text-decoration:none;}

/**cms-home**/
.cms-index-index .page-title, .cms-index-index .widget-title  { background:url(../images/bkg_new.png) no-repeat left 0; height:25px; border:none; padding:0 0 0 10px ; position:absolute; top:0; left:315px; margin-bottom:0; margin-top:-12px; z-index:5}
.cms-index-index .widget-title { top:0px;}
.cms-index-index .page-title h1, .widget-title  h2 { background:url(../images/bkg_new.png) no-repeat right -25px; height:25px; line-height:25px; font-size:12px; color:#1e2a2f; padding:0 20px 0 10px; float:left; text-transform:uppercase; font-weight:bold}

 .cms-index-index .page-title1 { background:url(../images/bkg_new.png) no-repeat left 0; height:25px; border:none; padding:0 0 0 10px ; position:absolute; top:330; left:390px; margin-bottom:0; margin-top:-12px; z-index:5}
 .cms-index-index .page-title1 h1 { background:url(../images/bkg_new.png) no-repeat right -25px; height:25px; line-height:25px; font-size:12px; color:#1e2a2f; padding:0 20px 0 10px; float:left}
.cms-index-index .main-container { margin:0}



/* Page Heading */
.page-title {  padding: 0 0 5px; margin: 0 0 15px; }
.page-title h1,
.page-title1 h1,
.page-title h2 { font:bold 14px/20px  Arial, sans-serif; font-weight:bold;  margin:0;}
.page-popup .page-title { border-bottom:0; margin-bottom: 10px; padding-bottom: 0;}

.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; margin-top:5px;}

.subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager { }
.toolbar-bottom .pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 4px; font-size:11px }
.pager .pages a { color:#5a5a5a; text-decoration:none; }
.pager .pages a:hover { text-decoration:none;}
.pager .pages .current { font-weight:bold}

.review-customer-index .pager .amount { float:left; margin:0; }
.review-customer-index .pager { padding:5px 0}

/* Sorter */
.sorter { }
.sorter .view-mode { float:left; margin:1px 10px 0 0; width:110px }
.sorter .view-mode label { float:left; margin-right:5px; font-size:11px}
.sorter .view-mode .grid,
.sorter .view-mode .list { background:url(../images/bkg_viewmode.png) 0 0 no-repeat; display:inline-block; width:16px; height:16px; overflow:hidden; text-indent:-9999px; margin-right:5px;}
.sorter .view-mode strong.grid { background-position: 100% 100%; }
.sorter .view-mode a.grid { background-position: 100% 0; }
.sorter .view-mode strong.list { background-position: 0 100%;}
.sorter .view-mode a.list { background-position: 0 0; }

.sorter .limiter { float:left; font-size:11px; padding:0 25px 0 0}

.sorter .sort-by { float:none; }
.sorter .sort-by label {font-size:11px }
.sorter .sort-by select, .sorter .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; width:100px; }
.sorter .link-feed {}

/* Toolbar */
#toolbar { padding:0 15px}
.toolbar { margin-bottom: 0; padding:15px}
.toolbar .pager .amount { display:none}
.toolbar .pager { }
.toolbar .pager .pages { display:none}
.toolbar .sorter { }
.toolbar-bottom { margin:15px 15px 0 15px;}
.toolbar-bottom .pager .amount { float:left; margin:0; display:block; font-size:11px }
.toolbar-bottom .sorter .view-mode label, .toolbar-bottom .sorter, .toolbar-bottom .pager .limiter { display:none }
.toolbar-bottom .sorter {}
.toolbar-bottom .pager { float:left; width:94%;}
.toolbar-bottom .pager .pages { float:right; margin:0  ;display:block}
.toolbar-bottom .pager .pages strong  { font-size:11px; font-weight:normal}
.toolbar-bottom .top { float:right; font-size:11px; color:#5a5a5a; margin-top:1px}

.toolbar .label { float: left; font-weight: bold; padding:1px 20px 0 0; font-size:11px; color:#1f2b30}
.toolbar #show-hide-options {display:none; }
/* Data Table */
.data-table { width:100%; border:1px solid #e9e9e9; }
.data-table .odd  {  }
.data-table .even {  }
/*.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 { border-bottom:0 !important; }
.data-table th { padding:5px 8px; font-weight:bold; }
.data-table td { padding:5px 8px; }

.data-table thead th { border-right:1px solid #e9e9e9; padding:0 8px; height:31px; color:#fff; font-weight:bold; white-space:nowrap; vertical-align:middle; }
.data-table thead tr.last th { border-bottom:1px solid #e9e9e9 !important;}
.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 { background:url(../images/bkg_th.png) repeat-x 0 100% ; height:27px}
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #e9e9e9; }
.data-table tfoot tr.first td { border-top: 1px solid #e9e9e9;}
.data-table tfoot tr {  }
.data-table tfoot td { border-bottom:0; border-right:1px solid #e9e9e9; background:#f4f4f4; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #e9e9e9; border-right:1px solid #e9e9e9; background:#fff;}
/* 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 { border-bottom:1px solid #e9e9e9; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { 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; 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; 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; }

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

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

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { float:left; width:113px; height:25px; background:url(../images/wishlist.png) 0 0 no-repeat; overflow:hidden; text-indent:-9999px; margin-right:3px;}
.link-reorder { }
.link-compare { float:left; width:122px; height:25px; background:url(../images/compare.png) 0 0 no-repeat; overflow:hidden; text-indent:-9999px; }
.link-print {  }
.link-rss {  padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin:5px 0 0 15px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0;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:930px; margin:0 auto; padding:12px 0 12px;  }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { text-indent:-9999px; position:absolute; left:0; top:0; }
.demo-notice a { display:block; text-indent:0; position:fixed; left:0; top:150px; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container {  position: relative; z-index:2;}
.header { width:930px;  margin:0 auto; padding: 0; text-align:right; position:relative; z-index:10; color:#ccc; overflow:hidden; height: 105px;}
.header .logo {  margin:13px 0 13px 13px ; text-decoration:none !important; text-align: left;}
.header a.logo { display:block;}
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { position:absolute; right:0px; top:0;}
.header .welcome-msg { float:left; font-size:11px; color:#6b7b84;  background:url(../images/head_top_account.png) no-repeat left top; height:25px; line-height:25px; padding:0 10px; border-right:1px solid #d4dbdf;}
.header .form-search { position:absolute; right:0; top:55px; margin:0; width:221px; height:25px; background:url(../images/search.png) no-repeat;}
.header .form-search label { display:none; }
.header .form-search input.input-text { float:left; background:none; border:0; width:170px; margin:0; line-height:20px; height:20px; padding:3px 5px 0; color:inherit; *color:#ccc;}
.header .form-search button.button { float:right; }
.header .form-search button.button span { border:0; height:25px; width:25px; background:url(../images/i_search.png) center center no-repeat; padding:0; line-height:25px; text-indent:-9999px; overflow:hidden;}
.header .form-search button.button span span { }
.header .form-search .search-autocomplete { top: 25px !important;
    width: 195px !important; left:0 !important; position:absolute !important; }
.header .form-search .search-autocomplete ul { background-color:#000; }
.header .form-search .search-autocomplete li { text-align:left; padding:3px 8px 3px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { }
.header .form-search .search-autocomplete li.selected { background-color:#222; }
.header .subheader { /*float:right; clear:right;*/ float:left;   margin:40px 0 0;}
.header .links {float:left;  background:url(../images/head_top_account.png) no-repeat right top; height:25px; line-height:25px; padding:0 0 30px 10px}
.header .links li { float:left; font-size:11px; padding: 0 0px 0 8px; text-transform:capitalize; color:#6b7b84; }
.header .links li.first { border-right:1px solid #d4dbdf; padding-right:10px }
.header .links li.last { border-right:none; background:url(../images/checkout_top.jpg) no-repeat right ; height:25px; padding:0 10px 0 10px; color:#fff; font-size:11px}
.header .links li.last a{ color:#fff} 
.header .links a { }
.header .links a.top-link-cart { float:left; background:url(../images/shop_cart.jpg) no-repeat left!important; height:25px; padding:0 15px; color:#fff}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }


.block.base-mini.alfasrch  { display:none; clear:left; position:absolute; right:226px;  top:55px; text-align:left; background:url(../images/live_help.jpg) no-repeat left; width:150px ; height:25px; line-height:25px}
.block.base-mini.alfasrch .block-content { padding:0}
.alfasrch .block-content   a{ background:url(../images/live_help_icon.png) no-repeat left; margin:0 0 0 9px; padding:0 0 0 24px ; font-size:11px;overflow: hidden; text-decoration:none; }
.alfasrch .block-content   a span { font-size:11px;display:inline-block;float:left;white-space: nowrap;}
.alfasrch .block-content  a strong { text-transform:uppercase; color:#1d292e;display:inline-block;float:left; }

@media \0screen {
  .alfasrch .block-content  a strong {line-height:23px;}
}
.alfasrch .block-content a strong:hover{ text-decoration:none;}

/********** < Navigation */
.nav-container { position: relative; z-index: 1; }
#nav { background: url(../images/bkg_nav.jpg) no-repeat; font-size: 12px; height: 45px; margin: 0 auto; padding: 0; position: relative; width: 930px; z-index: 11; }
#nav a { text-align: left !important; }
#nav a span { color: #FFFFFF; display: block; font-weight: bold; white-space: nowrap; }

.title { display:none;}
#nav a:hover {text-align: left; text-decoration: none;color:#13B6FE !important;}
#nav li.level-top { color: #0033FF; float: left; padding: 0 15px 0 5px; }
#nav li.level-top:hover { }
#nav li.parent.over a.level-top { background: url(../images/menu-icon.gif) no-repeat  9px 22px; }
#nav li.level-top.first { background: none repeat scroll 0 0 transparent; }
#nav a.level-top { display: block; line-height: 30px; padding: 0 ; line-height:45px; }
#nav a.level-top:hover{ text-decoration:none;}
#nav li.last a.level-top { padding-right: 0; }
#nav ul.level0 { left: -10000px; position: absolute; top: 45px; }
#nav li.level1 { float: left; padding: 1px 1px 1px 20px; text-align: left;}
#nav li.level1.first  { padding-left:0;}
#nav li.level1 a { clear: both; float: left; font-weight: bold;}
#nav li.level1 a span:hover { text-decoration:underline;}
#nav li.level1 a span { padding: 0 10px 0 0;
}
#nav li.level1 ul.level1 { background: none repeat scroll 0 0 transparent; padding-right: 10px;}
#nav ul.level1 { }
#nav ul.level1.first { clear: both; }
#nav li.level2 a { color: #BCCA9A; font-weight: normal; text-transform: capitalize; }
#nav ul.shown-sub { background: url(../images/bkg_menu_nav.png) repeat scroll ; padding: 15px 0 15px 0; text-align: left !important; }
#nav ul.level1.shown-sub { border: medium none; padding: 0; }
#nav li.first.over ul.shown-sub { left: 0; right: auto; }
#nav li.last.over ul.shown-sub { left: auto;}
#nav li.over ul.shown-sub { left: auto; min-width: 100px; padding-left: 10px; right: auto; }
#nav li.over ul.level1.shown-sub { left: 0; min-width: 0; padding-left: 0; }
#nav ul.shown-sub.a-right { margin-right: 0; right: 0; }
#nav li.a-right-li { display: inline-table; }
#nav li.over ul.a-right.shown-sub { left: auto; right: 0; }
#nav li li li li { display: none; }
#nav li ul.level0 li a span { color: #13B6FE; font: bold 12px Arial,Helvetica,sans-serif; padding-bottom: 7px;  text-transform: inherit; } 
#nav li ul.level0 li a span:hover { text-decoration:none!important;}
#nav li.level-top span { color: #FFFFFF; font-size: 12px; font-weight: normal; padding: 0 0 0 5px; text-transform: inherit; }
#nav li.level-top span:hover { color: #13B6FE; }
#nav li.shown-sub li span { color: #D9E5BD; font-weight: bold; }
#nav li ul.level0 li ul li a span { color: #BCCA9A; font-size: 12px; font-weight: normal; padding: 2px 0 3px; text-transform: none; }
#nav li.over ul.shown-sub li ul span { color: #FFFFFF; font-size: 12px; }

#nav #brand li.level1 a:hover, #nav li.over ul.shown-sub li ul a span:hover{ color:#13b6fe; text-decoration:underline;}

#nav li ul.level0 li ul a { color: #D9E5BD; margin: 0;}
#nav li ul.level0 li ul li {width: auto;}
#nav li.first.level1.level-top:hover, #nav li.first.level1.level-top {background: none repeat scroll 0 0 transparent!important;}
#nav li.first.level1.level-top { padding: 0;}
#nav li.first.level-top { /*background: url(../images/shopby_icon.gif) no-repeat  102px 55% ;*/ line-height: 45px; padding: 0 10px 0 10px;}
#nav li.first.level-top:hover { /*background: url(../images/bkg_nav_hover.jpg) no-repeat ; */}
#nav li.first.level-top a { color: #FFFFFF; line-height: 20px; }
.levelchar { clear: left; float: left; }
#nav li.level-top span.levelchar { color: #13B6FE!important; font: bold 16px/20px Arial,Helvetica,sans-serif; padding: 10px 0 0;}
#nav ul#brand.shown-sub { background: url(../images/bkg_brand.png) repeat-y  ; padding: 10px 0;}
#nav #brand li.level1 { clear: left; display: block; float: none; overflow: hidden; padding:0;}
#nav li.first.level-top li.level1 { line-height: 0;}
#nav #brand li.level1 a { font-size: 11px; font-weight: normal;}
#brand { padding: 10px 0; width: 930px;}
.level-brandul {  float: left; padding-left: 15px; padding-right: 5px; width: 112px;}
.level-brandul.shown-sub {background:none!important; padding:0 5px 0 15px!important;text-align: left !important; }

#nav li.first.level-top ul.level0 { line-height:2.5em;}

/********** Navigation > */


/* slideshow */
.slideshow-wrapper { width:930px; margin: 0 auto ; padding:0; position:relative}
.slideshow-wrapper-inner { padding: 0 ; }
#slideshow { position:relative;}
#slideshow .slideshow-box_bg{ margin: 0 auto; overflow:hidden; position:relative;  height:60px ;  }

#slideshow .slideshow-box { width:888px; margin: 0 auto; overflow:hidden; position:relative; background:url(../images/bkg_slide_bottom.jpg) no-repeat; height:60px }
#slideshow ul { position:relative; }
#slideshow li {  padding: 20px 0px 0 0px; float:left; text-align: center;  width:150px  }
#slideshow li a { }
#slideshow li img { }

#slideshow a.previous,
#slideshow a.next { background:url(../images/i_slideshow-buttons.gif) 0 0 no-repeat; width:21px; height:128px; position:absolute; overflow:hidden; text-indent:-9999px; top:0; line-height:60px}
#slideshow a.previous { left:0; background-position: 0 0; }
#slideshow a.next { right:0; background-position: 0 -68px; }

.slideshow-wrapper2 { /*width:930px; margin:0 auto ;  padding:0;*/ position:relative; width:744px; float:right; }
.slideshow-wrapper-inner2 { /*padding: 0 ; margin:0 auto; width:930px;*/ }
#slideshow2 {  }
#slideshow2 .slideshow-box { position:relative; overflow:hidden; height:360px; width:744px }
#slideshow2 .slideshow-box ul { /*position:relative; */}
#slideshow2 .slideshow-box li { width:925px; float:left;  padding: 0 5px 0 0 ; position:relative;}
#slideshow2 .navigation { position:absolute; bottom:10px; left:10px;}
#slideshow2 .navigation ul li { display:inline; }
#slideshow2 .navigation ul li a { float:left; background:url(../images/i_slideshow-node.png) 0 0 no-repeat; width:9px; height:9px; margin: 0 0 0 5px; text-indent:-9999px; overflow:hidden; }
#slideshow2 .navigation ul li a.active { background-position:0 100%; *background-position:0 -41px; /*IE 7 dont work if overflow:hidden */ }

.slideshow-box img { float:left}
.slideshow-box li p { float:right;  padding:15px 20px 0 20px; width:210px; text-align:left; line-height:1.25em; font-size:11px; color:#fff; position:absolute; right:0; top:0; }
.slideshow-box li p img{ float:none; padding-bottom:15px;}
.banned_slide { height:auto; width:935px; position:relative}
.slideshow .cls_btn { padding-top:25px; position:absolute; bottom:20px; right:0;}
.slideshow .cls_btn a{ float:left; margin-right:10px; color:#fff; font:bold 18px Arial, Helvetica, sans-serif; background:url(../images/i_shopby.gif) no-repeat right 6px; margin:74px 0 0 25px; padding: 0 25px 0 0 }

.banned_slide_content img{ float:none; padding: 0 0 15px 0}

.cls_btn { background:url(../images/sale.gif) no-repeat right; width:251px; height:114px; position:absolute; right:0; }

/***/

.popular { float:left; color:#787878; font:bold 16px Arial, Helvetica, sans-serif; line-height:60px; padding:0 0 0 10px; position:relative; z-index:10; background:url(../images/bkg_p.png) no-repeat left; width:125px;}
.popular-slideshow{width:747px;float:right;}
/* Area 2 */
.area2-container {  }
.area2 { width:930px; margin:0 auto; color:#828282; text-align:left;}
.area2 .block-freeshipping { float:right; line-height:38px; margin:0; padding: 0 15px 0 40px;}
.area2 .block-freeshipping p { margin:0; }
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0;  padding:0 ;}
.block .block-title { background:url(../images/bkg_block_title.png) repeat-x top; height:31px;  padding: 0 10px 0 15px; display:block; overflow:hidden }
.block .block-title small { display:none} 
.block .block-title strong { display:block; font:bold 16px Arial, sans-serif; text-transform:inherit; font-weight:bold; color:#13b6fe;  padding: 0 0 5px; margin: 0; line-height:31px;}
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; }
.block .block-content { /*padding:0 10px 20px 15px;*/ padding:0}
.block .block-content li.item { padding:5px 5px 5px 0; }
.block .block-content .product-name { }
.block .btn-remove { float:right; margin:1px 0 2px 5px; }
.block .actions { padding:6px 0; text-align:left; }
.block .actions a { float:left; margin: 3px 5px 0 0;}
.block .actions button.button { float:left; }
.block .empty { margin:0; padding:5px 0}
.block .price { color:#1d292e; }


.block li.odd { }
.block li.even { }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px #e9e9e9 solid; background:#fff; padding:1px }
.mini-products-list .product-details { margin-left:60px; color:#363f46!important; position:relative}
.mini-products-list .product-details .btn-remove {  bottom: 0; float: right; margin:0; position: absolute; right: 0; }

/* Block: Account */
.block-account { padding-top:10px}
.block-account .block-title { }
.block-account .block-title strong { }
.block-account .block-content { padding:0 0 20px; }
.block-account .block-content li strong {  }
.block-account .block-content li a { display:block; padding:3px 0 3px 15px; color:#5a5a5a; text-decoration:none; font-size:11px; }
.block-account .block-content li a:hover { color:#13b6fe;  background:url(../images/bkg_node2.gif) left center no-repeat;}
.block-account .block-content li.last a {  }
.block-account .block-content li.current { padding:3px 0 3px 12px; color:#13b6fe; font-weight:bold; background:url(../images/bkg_node2.gif) left center no-repeat;}
.block-account .block-content li.current.last {  }
.block-account .block-content li { border-bottom:1px solid #e4e4e4; padding:3px 0; background:url(../images/bkg_node3.gif) left center no-repeat;}
.block-account .block-content li.last {border-bottom:2px solid #e4e4e4; }
.block-account .block-content ul { padding:10px 0 0 0}

/* Block: Currency Switcher */
.block-currency { }
.block-currency .block-title { display:none!important; }
.block-currency .block-title strong { }
.block-currency .block-content { padding:0 15px 5px 15px!important;}
.block-currency .block-content select { width:100%; padding:2px 2px 2px 4px; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { background:none; height:25px }
.block-layered-nav .block-title strong { border:0; padding:0;}
.block-layered-nav .block-subtitle { line-height:1.35; padding:0 0 0 15px; margin: 0 0 0 -15px; background:url(../images/bkg_block_title.png) repeat-x top; height:31px; line-height:31px }
.block-layered-nav .block-content { }
.block-layered-nav dt { padding:6px 0 3px; font-size:11px; text-transform:uppercase; color:#1f2b30; font-weight:bold}
.block-layered-nav dd { padding:0 0 5px; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav a { color:#5a5a5a;  text-decoration:none;}
.block-layered-nav a:hover { text-decoration:underline; }
.block-layered-nav .currently li { padding:4px 6px 4px 0; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:0px; text-transform:uppercase; display:block; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart { }
.block-cart .block-title {  }
.block-cart .block-title strong { }
.block-cart .block-content { }
.block-cart .summary { }
.block-cart .amount { margin:0; }
.block-cart .amount a { color:#000; font-weight:500;}
.block-cart .subtotal { margin:5px 0 0; padding:5px 0; }
.block-cart .subtotal .price { font-weight:bold; font-size:11px ;  }
.block-cart .subtotal .label { font-size:11px}
.block-cart .actions { }
.block-cart .actions button.button span,
.my-wishlist .buttons-set .btn-add span { background-image:url(../images/bkg_btn2.png); color:#fff;}
.block-cart .product-name a {  }

/* Block: Wishlist */
.block-wishlist .block-title strong {  }
.block-wishlist .actions { text-align:left; }
.block-wishlist  .actions a { clear:left; float:left; width:auto; margin: 5px 0 0 0; color:#1f2b30; font-size:11px; background:url(../images/i_tags.gif) no-repeat right 6px; padding:0 12px 0 0; }
.block-wishlist .block-subtitle { padding-top:15px; font-size:11px;}
.block-wishlist .mini-products-list .product-details button.button { margin:10px 0 0 -60px;}

/* Block: Related */
.block-related .block-title strong {  }
.block-related input.checkbox { float:left; display:none; }
.block-related .product { margin-left:20px; }
.block-related .block-subtitle { display:none}

/* Block: Compare Products */
.block-compare .block-title strong {  }
.block-compare button.button span { }
.block-compare  .actions a  { float:right; color:#1f2b30; font-size:11px}
.block-compare  .actions { width:124px; padding-left:0px}
.block-compare .block-content { padding:0 0 20px 0}
.block-compare .block-content .empty { padding:5px 0}
.block-compare .block-content li.item.last { border:none}
.block-compare .block-content li.item { border-bottom:1px solid #e9e9e9; padding-left:0px}
.col2-left-layout .block-compare .block-content li.item { border-bottom:1px solid #e9e9e9; padding-left:0px}
.col2-left-layout .block-compare  .actions { width:124px; padding-left:0px}



.page-popup .link-print { background:url(../images/i_print.gif) 0 center no-repeat; padding:2px 0 2px 25px; color:#5a5a5a; font-size:11px; }
.page-popup a.link-print { text-decoration:none; }

.catalog-product-compare-index .page-title h1 { color:#2e393e; margin:0; font:bold 16px Arial, Helvetica, sans-serif; background:none; padding-left:0;}
.catalog-product-compare-index .content { padding:5px; background:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; border-radius:5px;}

.compare_bkg {  padding:5px; }

.compare-table { border:0; }

.compare-table thead tr.first td { padding:0 10px; border:0; border-left:none; }
.compare-table thead tr.first th { border-left:none; border-right:0; }
.compare-table .btn-remove { float:left;  width:8; height:8; margin-top:12px;background: url("../images/btn_remove_compare.gif") no-repeat scroll 0 0 transparent;}
.compare-table tbody th { font-size:11px; font-weight:bold; color:#13151b; background:#fff; }
.compare-table tbody th,
.compare-table tbody td { padding:5px; border:0; border-top:1px solid #e4e4e4; border-left:1px solid #e4e4e4; }
.compare-table tbody td.last { border-right:1px solid #e4e4e4; position:relative; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #e4e4e4 !important; }
.compare-table tr.add-to-row td { }
.compare-table tr.first td { }
.compare-table tr.first td .product-image { display:block; width:125px; margin:0 auto;}
.compare-table tr.first td .brand, .compare-table tr.first td  .sku  { padding-left:0; }
.compare-table tr.first td .product-name { margin:0 0 5px; clear:left; }
.compare-table tr.first td .product-name a {  }
.compare-table tr.first td .ratings { float:left; position:inherit; padding-left:0;}
.compare-table tr.first td .ratings .rating-box { float:none; margin:0 0 5px; }
.compare-table tr.first td .ratings .amount { display:block; }
.compare-table tr td .add-to-links { float:left; padding-right:5px; }
.compare_bkg .buttons-set { padding-bottom:0;}
.compare-table tr.first td .price-box { clear: left; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; float:left; padding-right:25px;}
.data-table.compare-table thead tr.last th { border:none!important;}
.data-table.compare-table thead th  { background:none;}
.compare-table tbody th table tbody th, .compare-table tbody td table td, .compare-table tbody td.last table td.last  { border:none;}
.compare-table .nobr { color:#13b6fe; }
.page-popup .buttons-set button.button { float:right;}
.page-popup .buttons-set button.button span { background:url(../images/close.png) no-repeat; padding-left:20px; float:left;}
.page-popup .buttons-set button.button span span { background:none; color:#2e393e; margin-top:-8px; padding:0 7px 0 0;}
.page-popup .regular-price .price { font:bold 16px Arial, Helvetica, sans-serif; color:#be4545;}


.product-shop-row-a { height:115px;}


/* 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:11px; font-weight:bold; padding:10px 0 5px 0}
.block-poll label {  }
.block-poll input.radio { margin:0; }
.block-poll .label {  }
.block-poll li { padding:3px 9px 3px 0;  }
.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 ul { font-size:12px; padding:0; }
.block-tags .block-content li { display:inline; padding-right:4px; }
.block-tags .block-content li a { text-decoration:none; }
.block-tags .block-content li a:hover { text-decoration:underline;}
.block-tags .actions { text-align:left; }
.block-tags .actions a { float:none; color:#1f2b30; font-size:11px; background:url(../images/i_tags.gif) no-repeat right 4px; padding:0 12px 0 0 }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; }
.block-subscribe .actions { background:none; padding:0; margin: 0; text-align:left;  float: right;margin: 0 0 0 -30px;}
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span {  }

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:2px 0px 0 0; }
.block-reorder .product-name { float:right; width: 133px; height:auto}
.block-reorder .validation-advice { margin:3px 9px 7px; }
.block-reorder .actions a { clear:left; float:left; width:42px; margin: 5px 0 0 0; color:#1f2b30; font-size:11px; background:url(../images/i_tags.gif) no-repeat right 6px; padding:0 12px 0 0; }

/* Block: Banner */
.block-banner { background:none; padding:0; margin-top:20px;}
.col2-right-layout .block-banner .block-content { background:none; padding:0 0 20px 0; text-align:center; margin-left:-13px; }
.contacts-index-index .block-content { margin-left:0;}
.col2-left-layout .block-banner .block-content { margin-left:0;}
/* Block: Login */
.block-login .block-title strong { }
.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; }

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


/* Category Page ========================================================================= */

.catalog-category-view .col-main { background:none; padding: 0 0 1px;}
.catalog-category-view .col-main .col-inner { background:none; padding:0; width:100%; position:relative; }
.catalog-category-view .products-container { padding: 0; }
.catalog-category-view .products-container-inner { padding: 0 ; }
.catalog-category-view .category-image-container { padding: 10px 0 0; }
.catalog-category-view .category-image-container-inner { padding: 0 5px 5px; }
.catalog-category-view .col2-left-layout .products-container,
.catalog-category-view .col2-left-layout .category-image-container,
.catalog-category-view .col2-right-layout .products-container,
.catalog-category-view .col2-right-layout .category-image-container { }
.category-image-container { display:none}
.catalog-category-view .col2-left-layout .products-container-inner,
.catalog-category-view .col2-left-layout .category-image-container-inner,
.catalog-category-view .col2-right-layout .products-container-inner,
.catalog-category-view .col2-right-layout .category-image-container-inner { }
.catalog-category-view .col1-layout .products-container,
.catalog-category-view .col1-layout .category-image-container{ }
.catalog-category-view .col1-layout .products-container-inner,
.catalog-category-view .col1-layout .category-image-container-inner { }
.catalog-category-view .col3-layout .products-container,
.catalog-category-view .col3-layout .category-image-container {  }
.catalog-category-view .col3-layout .products-container-inner,
.catalog-category-view .col3-layout .category-image-container-inner {  }
.catalog-category-view .col3-layout .back_to_top, .catalog-category-view .col2-right-layout .back_to_top, .catalog-category-view .col2-left-layout .back_to_top  { bottom:0px;}
.catalog-category-view .col3-layout .col-right { margin:8px 0 0 0;}

.catalog-category-view .col-right { margin:60px 0 0 0;}
.catalog-category-view .block .block-title , .brandproduct-index-index .block .block-title, .catalog-product-view .col2-right-layout .sidebar .block .block-title, .catalog-product-view .col2-left-layout .sidebar .block .block-title,  .catalog-product-view  .col3-layout .sidebar .block .block-title { background:url(../images/bkg_block_title.png) repeat-x top!important; height:31px;  padding: 0 10px 0 15px; display:block; overflow:hidden; border:none }

.catalog-category-view .block-layered-nav .block-title { background:none!important;} 

.catalog-category-view .sidebar .block,  
.brandproduct-index-index .sidebar .block, 
.catalog-product-view  .col3-layout .sidebar .block, 
.catalog-product-view .col2-right-layout .sidebar .block{ padding:14px 0 0 0; }


 
.catalog-category-view  .block-content, .brandproduct-index-index  .block-content, .catalog-product-view .col2-right-layout .sidebar .block  .block-content, .catalog-product-view .col2-leftlayout .sidebar .block .block-content, .catalog-product-view  .col3-layout .sidebar .block .block-content { padding:0 0 20px 15px}
.block-banner .block-content{ padding:0 0 20px 0!important; margin:0!important;}
.catalog-category-view  .block-banner  .block-content, .brandproduct-index-index .block-banner  .block-content { padding:0 0 20px 0;  }
.catalog-category-view .col-right .block-layered-nav .block-content .block-subtitle { padding:0 0 0 15px!important; margin:0 15px 0 -15px}
.catalog-category-view .col-left .block-layered-nav .block-content .block-subtitle { padding:0 0 0 15px!important; margin:0 0 0 -15px}

.catalog-category-view .products-grid .product-image img { margin:0 auto; padding: 10px 0 0 0; }

.catalogsearch-result-index .block.block-currency { padding:0;}
.catalogsearch-result-index .sidebar .block { padding:0;}
.catalogsearch-result-index .sidebar .block .block-content, .catalogsearch-result-index .block .block-title strong span  { padding:0 15px;} 
.catalogsearch-result-index .block-layered-nav .block-subtitle { margin-right:-15px;}


.category-title { border:0; padding:0 10px 0px 15px; background:url(../images/bkg_title_pro.png) no-repeat; height:60px; margin:0; width:910px;}
.category-title ul { float:right;}
.category-title ul li { float:left; line-height:60px; padding: 0 13px 0 29px;  }
.category-title ul li a{ color:#fff; text-transform:uppercase; font:bold 16px Arial, Helvetica, sans-serif; }
.category-title ul li a:hover{ text-decoration:none;}
.category-title h1,
.category-title h2 { font:normal 18px/1.55 Helvetica,Arial,sans-serif; color:#aebbc3; text-transform:uppercase; line-height:60px ; float:left}
.category-image { width:100%; overflow:hidden; margin:0; text-align:center; margin-top:-5px; display:none;}
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}
.category-description.std { display:none;}

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:186px; padding:0; position:relative; background: url(../images/bkg_pro.jpg) no-repeat; padding:0 0 20px 0 }
.products-grid li.item:hover { background:#3B3B3B; position:relative; z-index:10px; color:#fff; }
.col3-layout .products-grid li.item { width:186px; }
.products-grid li.item.first { }
.products-grid li.item.last { }
.products-grid .product-image { display:block; width:160px; height:auto; margin:0 auto 10px auto ;  text-align:center ; overflow:hidden; }
.products-grid .product-image:hover { background:none}
.products-grid .product-image img { margin:0 auto; padding: 10px 0 0 0; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; padding:0 15px ; clear:left;}
.products-grid  .brand { clear:left;}
.products-grid .product-name a { }
.products-grid .gender { position:absolute; top:10px; right:0;}
.products-grid .price-box { margin:0px 0 5px 0; float: none; clear:left; padding:0 15px  }
.products-grid .availability { line-height:21px; }
.products-grid .actions { float:right; margin: 0 0 5px; display:none}
.products-grid .add-to-links { clear:both; padding-top:5px; display:none}
.products-grid .add-to-links li { display: inline;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { margin:0 auto; padding:0 0 10px 0; clear:left }
.col1-layout .products-grid { margin:0 auto; }

.products-grid li.active .brand,
.products-grid li.active .product-name a , 
.products-grid li.active  .sku,
.products-grid li.active .price  {   color: #fff}

/*******products-grid-widet**/
.products-grid-widet { position:relative; }
.products-grid-widet.last { border-bottom:0; }
.products-grid-widet li.item { float:left; width:186px; padding:0; position:relative; background: url(../images/bkg_pro.jpg) no-repeat; padding:0 0 20px 0 }
.products-grid-widet li.item:hover { background:#3B3B3B; position:relative; z-index:10px; color:#fff; }
.col3-layout .products-grid-widet li.item { width:186px; }
.products-grid-widet li.item.first { }
.products-grid-widet li.item.last { }
.products-grid-widet .product-image { display:block;  margin:0 auto ;  text-align:center; float:left; height:202px!important; background:#fff url(../images/bkg_pro_detail.png) bottom no-repeat; border:none;  width:167px;}

.products-grid-widet .product-image img { margin:0 auto; padding: 0 }
.products-grid-widet .product-name { /*min-height:2.7em;*/ margin:0 0 5px; padding:0 15px ; clear:left;}
.products-grid-widet .product-name a { }
.products-grid-widet .gender { position:absolute; top:10px; right:0;}
.products-grid-widet .price-box { margin:0px 0 5px 0; float: none; clear:left; padding:0 15px  }
.products-grid-widet .availability { line-height:21px; }
.products-grid-widet .actions { float:right; margin: 0 0 5px; display:none}
.products-grid-widet .add-to-links { clear:both; padding-top:5px; display:none}
.products-grid-widet .add-to-links li { display: inline;}
.col2-left-layout .products-grid-widet,
.col2-right-layout .products-grid-widet { margin:0 auto; padding:0 0 10px 0; clear:left }
.col1-layout .products-grid-widet { margin:0 auto; display:block; overflow:hidden; padding-bottom:25px; }

.products-grid-widet li.active .brand,
.products-grid-widet li.active .product-name a , 
.products-grid-widet li.active  .sku,
.products-grid-widet li.active .price  {   color: #fff}
	/** cms */
.cms-index-index .products-grid li.item { background:url(../images/bkg_pro.jpg) no-repeat; position:relative; padding:10px 0 24px 0; width:186px; height:294px; }
.cms-index-index .products-grid li.item:hover { background:#3b3b3b; color:#fff; }
.cms-index-index .products-grid li.active{ color:#fff;}
.cms-index-index .products-grid li.active .brand,
.cms-index-index .products-grid li.active .product-name a , 
.cms-index-index .products-grid li.active  .sku,
.cms-index-index .products-grid li.active .price  {   color: #fff}
.cms-index-index .products-grid .product-image { height:auto ; text-align:center}
.cms-index-index .products-grid .product-name { padding-top:0px; line-height:11px;}
.cms-index-index .products-grid .product-name a { color:#363f46; font-size:11px ;}
.cms-index-index .ratings { position:absolute; bottom:15px; left:0; float:left}
.cms-index-index .col-main { padding:0;position:relative; z-index:5} 
.cms-index-index .col-main .col-inner  { padding-top:0}
.cms-index-index .std p { margin:0}
.cms-index-index .products-grid .price-box { clear:left}

/* View Type: List */

.col3-layout .products-list li.item { padding:0; background:url(../images/bkg_list.png) repeat-y; float:left; width:558px }
.col3-layout .products-list .product-shop { float:left; width:374px; background:url(../images/bkg_list.jpg) no-repeat; position:relative; height:190px; padding:10px 0 0 0 }
.col3-layout .products-list .ratings {  left: 276px;}

.col1-layout .products-list li.item { padding:0; background:url(../images/bkg_list.png) repeat-y right; float:left; width:930px}
.col1-layout .products-list .product-shop { float:left; width:745px; background:url(../images/bkg_list.jpg) no-repeat right; position:relative; height:190px; padding:10px 0 0 0 }

.products-list li.item { padding:0; background:url(../images/bkg_list.png) repeat-y; float:left; width:744px }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:184px; height:220px; margin:0; background:url(../images/bkg_product_gg.jpg) no-repeat; text-align:center; padding-top:10px }
.products-list .product-image:hover { background:#3B3B3B; position:relative; z-index:10px }
.products-list .product-shop { float:left; width:558px; background:url(../images/bkg_list.jpg) no-repeat; position:relative; height:190px; padding:10px 0 0 0 }
.products-list .product-shop p{ margin:0}
.products-list .product-name { margin:0 0 5px; clear:left;  }
.products-list .product-name a { font-weight:bold; font-size:11px;}
.products-list .price-box { float:left; margin:3px 13px 5px 15px; position:absolute; bottom:0; left:0 }
.products-list button.button { float:right; margin: 3px 0 5px; display:none}
.products-list .availability { float:right; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .desc-main p{ margin:0}
.products-list .desc .div-learn {}
.products-list .desc .link-more { width:9px; height:9px; font-size:0; line-height:0; background:url(../images/more.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; display:block; margin:5px 0 0 5px }
.products-list .add-to-links { clear:both; display:none }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:none }
.products-list .link-learn { width:9px; height:9px; font-size:0; line-height:0; background:url(../images/more.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; display:inline-block; margin:0 0 0 5px}
.products-list .f-fix { padding:0 15px ; width:auto; float:none;}
.products-list .f-fix .brand span { padding:0}
.products-list .price-excluding-tax .label { color: #999999; float: left; padding-right: 5px; }
.products-list .price-excluding-tax  { padding-right:15px} 
.products-list .ratings .rating-box  { float:none}
.products-list .ratings {  left: 455px;}
.products-list .ratings .rating-links { display:none;}
.products-list .brand , .products-list .sku { padding:0}

.next.i-next { display:none}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0;  padding: 2px 0 2px 20px; display:none;}

.ratings { line-height:1.25; margin:7px 0; padding:0 15px; position:absolute; left:0; bottom:0; float:left }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; color:#5a5a5a; /*background:url(../images/review.png) no-repeat left ;*/}
.ratings .rating-links a.first { padding: 0 0 0 23px}
.ratings .rating-links a { color: #5a5a5a; text-decoration:none; font-size:11px ; font-weight:bold}
.ratings .rating-links a:hover { text-decoration:underline;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:65px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:12px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:5px; }
.ratings .amount { font-size:11px; font-style:normal; float:left; display:none;}
.ratings .amount a { color:inherit; *color:#666; text-decoration:none;}
.ratings .amount a:hover {text-decoration:underline;}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; font-style:normal; color:#5a5a5a; font-size:11px}
.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;  padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; cursor:help; }
.availability-only a {  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; display:block; overflow:hidden }
.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 { }
.product-view .product-shop .availability span { font-weight:bold; }

/* Email to a Friend */
.email-friend { margin:0; background:url(../images/i_email.png) left center no-repeat; padding: 2px 0 2px 20px; color:#666;}
.email-friend a { color:#5a5a5a; font-size:11px ; font-weight:bold; text-decoration:none;}
.email-friend a:hover { text-decoration:underline;}

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

/********** < Product Prices */
.price { white-space:nowrap !important; color:#1d292e;}

.price-box { margin:5px 0 15px; }
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price { }
.regular-price .price { font-weight:bold; font-size:11px; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

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

/* Special price */
.special-price { margin:0; padding:0 0 3px 0; }
.special-price .price-label { font-size:11px; font-weight:bold; white-space:nowrap; color:#cd5033; float:left; padding-right:5px }
.special-price .price { font-size:11px; font-weight:bold; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; text-decoration:none; }
a.minimal-price-link:hover { text-decoration:underline; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal;  }

/* Excluding tax */
.price-excluding-tax { display:inline; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999;  float: left;}
.price-excluding-tax .price { font-size:11px; font-weight:normal; color:#c76200;  float: left;}

/* Including tax */
.price-including-tax { display:block; color:#999; float: right }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:11px; font-weight:bold; color:#c76200; }

/* 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; overflow:hidden; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }

.cart-price .price { font-weight:bold; }
/********** 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;  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; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin: 2px 10px 0 0; color:#5a5a5a; font-weight:600;}
.add-to-cart .qty { float:left; margin: 0 10px 0 0; height:19px;}
.add-to-cart button.button { float:left; padding-top:5px; }
.add-to-cart .paypal-logo { clear:left; margin:0; padding:10px 0 0; text-align:right; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { display:none;}
.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-box .add-to-links li { }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { padding:0 15px; width:900px}

.product-essential { padding: 15px 0 25px 0; float:left; position:relative; display:block; overflow:hidden;}

.product-essential h2,
.product-collateral h2 { font:bold 11px/20px Helvetica,Arial,sans-serif; color:#1f2b30; text-transform:uppercase; padding:0 ; margin:0 0 5px 0;  }
.product-essential .std,
.product-collateral .std { clear:both; padding:0; display:block; overflow:hidden; }

.product-collateral { padding:15px 0 5px 0; clear:left; display:block; overflow:hidden;}
.product-collateral .box-collateral { margin:0 0 10px; padding:25px 0 10px 0;  position:relative;  }
.product-collateral .block-title { background:none; border-bottom:2px solid #e4e4e4; padding:0; height:27px}
.product-collateral .widget-products { padding:10px 0 0 0;  margin-bottom: 20px; overflow: hidden;}
.product-collateral .widget-products li.item  { float:left; width:167px; padding:0 0 20px 0; background:none;}
.product-collateral .widget-products li:hover { background:none;}
.product-collateral .products-grid li.active .brand,
.product-collateral .products-grid li.active .product-name a , 
.product-collateral .products-grid li.active  .sku,
.product-collateral.products-grid li.active .price  { color:normal;}
.product-collateral .block-related .product { margin-left:0;}
.product-collateral .mini-products-list .product-image { display:block;  margin:0 auto ;  text-align:center; float:left; height:206px; background:#fff url(../images/bkg_pro_detail.png) bottom no-repeat; border:none;  width:168px;}
.product-collateral .mini-products-list .product-image img {  }
.product-collateral .mini-products-list .product-details { clear: left; color: #363F46 !important; float: left; margin-left: 0;  position: relative; margin-top:0}
.product-collateral .mini-products-list .product-details .price-box { clear:left}
.product-collateral .mini-products-list .product-details .price-box .price { font-size:11px}




.product-details .brand span ,.product-details .sku { padding:0}

/* Product Images */
.product-view .product-img-box { float:left; width:310px; background:#fff; border:1px solid #e4e4e4; width:306px; min-height:320px; display:block; position:relative; z-index:0;}
.product-view .product-img-box .product-image { margin:0; width:230px; height:auto ; text-align:center;}
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image img { vertical-align:bottom; text-align:center; display:inline !important;}
.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; font-style:italic; color:#808080; display:none}
.product-view .product-img-box .zoom { display:none; position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px;  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:6px; width:26px; height:5px; }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:7px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:3px; }
.product-view .product-img-box .more-views h2 { margin:0 0 8px; padding:0; border:0; display:none;}
.product-view .product-img-box .more-views ul { margin-left:-9px; padding-top:10px; }
.product-view .product-img-box .more-views li { float:none; margin:0 0 5px 9px; display:block;  }
.product-view .product-img-box .more-views li a { float:left; /*width:56px; height:56px;*/ border:1px solid #ddd; overflow:hidden; margin-bottom:10px; }
.more-views {  position:absolute; right:10px; top:0; z-index:10;}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { font-weight:bold; 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:310px; }
.col1-layout .product-view .product-shop { float:right; width:575px; clear:right ; margin-top:0; margin-left:15px;}

.product-view .product-shop .product-name { margin:0 0 5px;  padding: 0 0 8px;}
.product-view .product-shop .product-name h1 { margin:0; font:bold 16px/1.35 Arial, Helvetica, sans-serif; color:#13b6fe;}
.product-view .product-shop .availability { padding:3px 0 2px 22px; float: none; clear:left; background:url(../images/instock.png) left no-repeat; margin:0 0 32px 0 }
.product-view .product-shop .short-description { margin:10px 0; padding:10px 0 0; clear:both; display:none; }
.product-view .product-shop .price-box { margin:0 10px 0px 0; float:left;}
.product-view .product-shop .add-to-links { margin:5px 0 10px; float: left; }
.product-view .product-shop .add-to-box .add-to-links { clear:both; }
.product-view .product-shop .add-to-links li  { display:inline; }
.product-view .product-shop .add-to-links li .separator { }
.product-view .product-shop .add-to-links a { }

.col2-left-layout .product-view, .col2-left-layout .product-view { padding-right: 5px; width: 724px;}
.col2-left-layout .product-view .product-shop { float: right; width: 403px; }
.col2-left-layout .product-view .product-img-box { margin-right: 10px; width: 300px; }
.col2-left-layout .product-shop_left { width: 51%; padding-right: 10px;}
.col2-left-layout .product-shop_right { padding-left:5px;} 
.col2-left-layout #customer-reviews h2, .col2-left-layout #customer-reviews .box-reviews dl, .col2-left-layout .product-view .box-reviews dl { width:100%; padding:0;} 
.col2-left-layout .product-view .box-up-sell, .col2-left-layout .product-view .box-tags ,  .col2-left-layout  .product-view .box-reviews .form-add  { float: none; width:100%; clear:left;}
.col2-left-layout .product-view .box-tags .form-add { width:357px;}
.col2-left-layout .product-view .box-reviews dl { padding-bottom:30px;}

.col2-right-layout .product-view, .col2-right-layout .product-view { padding-right: 5px; width: 720px;}
.col2-right-layout .product-view .product-shop { float: right; width: 403px; }
.col2-right-layout .product-view .product-img-box { margin-right: 10px; width: 300px; }
.col2-right-layout .product-shop_left { width: 54%; padding-right: 10px;}
.col2-right-layout .product-shop_right { padding-left:5px;} 
.col2-right-layout #customer-reviews h2, .col2-right-layout #customer-reviews .box-reviews dl, .col2-right-layout .product-view .box-reviews dl { width:100%; padding:0;}
.col2-right-layout #customer-reviews .data-table thead th, .col2-left-layout #customer-reviews .data-table thead th {
    text-align: center;
    width: 200px;
} 
.col2-right-layout .product-view .box-up-sell, .col2-right-layout .product-view .box-tags ,  .col2-right-layout  .product-view .box-reviews .form-add  { float: none; width:100%; clear:left;}
.col2-right-layout .product-view .box-tags .form-add { width:357px;}
.col2-right-layout .product-view .box-reviews dl { padding-bottom:30px;}

.col2-right-layout .product-shop_left .ratings, 
.col2-left-layout .product-shop_left .ratings { float:left }

.col3-layout .product-view .product-shop { float:none; width:auto; }
.col3-layout .product-view { width:543px; padding:0 10px;;}
.col3-layout .product-view .product-img-box { float:left; margin:0 auto; }
.col3-layout .product-collateral .block-title { width:100%}
.col3-layout #customer-reviews h2, .col3-layout #customer-reviews .box-reviews dl, .col3-layout .product-view .box-reviews dl { width:100%; padding:0;} 
.col3-layout .product-view .box-up-sell, .col3-layout .product-view .box-tags , .col3-layout  .product-view .box-reviews .form-add { float: none; width:100%; clear:left;}
.col3-layout .product-view .box-tags .form-add { width:357px;}
.col3-layout .product-view .box-reviews dl { padding-bottom:30px;}
.col3-layout .product-shop_right { width:198px;}
.col3-layout .product-shop_left { width:58%; padding-right:10px;}

.product-shop_left { float:left; padding-right: 20px; width:45% ; position:relative }
.product-shop_left .email-friend { float:left}
.col2-left-layout .email-friend { float:none}
.product-shop_left .ratings {float: none; clear:left; position: inherit; margin:4px 0 0 0; position:relative; padding: 0 0 20px 0}
.product-shop_left .ratings .rating-box { margin:5px 3px 0 20px; position:absolute; bottom:0; left:0}
.product-shop_left .ratings .rating-links { background:url(../images/review.png) 0 0 no-repeat; padding:0 0 0 20px}
.product-shop_right { float:right; padding-left:15px; width: 45%; border-left:1px solid #d7dbdf; position:relative; }
.product-shop_right  .product-options dd select { width: 156px; font-weight:bold }
.product-shop_right  .regular-price .price { font-size:16px; color:#1d292e; font-weight:bold}
.product-shop_right p.required { text-align:left; color:#13b6fe;  font:normal 10px Arial, Helvetica, sans-serif;}
.product-shop_right .qty_add { position:absolute; display:block; overflow:hidden; left:0; top:55px; }
.product-shop_right .add-to-cart{ position:relative;}
.product-shop_right .product-pricing{ clear:left;}
/* Product Options */
.product-options { }
.product-options dl {padding:10px 0 5px 0;}
.product-options dt { font-weight:normal; padding:5px 0;}
.product-options dt label { color:#5a5a5a; font: bold 11px Arial, Helvetica, sans-serif}
.product-options dt label em {     color: #13B6FE;
    padding-right: 5px;}
.product-options dt span.required { color:#13b6fe; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { margin:0; padding: 0 0 5px;}
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd 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:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:2px; }
.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 { margin:0; padding:0 0 5px 0; }

.product-options-bottom .qty_add { position:static; }
.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 { float:left; margin:0; padding:0; }
.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;}
.product-shop .product-options-bottom { margin:10px 0 5px 0; }
.product-shop .product-options-bottom .price-box { display:none;}
.product-shop .product-options-bottom .price-box { float:left; }
.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; }

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

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

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

/* Block: Upsell */
.product-view .box-up-sell h2 { }
.product-view .box-up-sell .products-grid { width:100%; background:none; border-bottom:0; margin:  0;}
.product-view .box-up-sell .products-grid td { width:168px; padding:5px 10px 30px 0; line-height:1.6em; position:relative; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; padding-right:0 }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid .product-image img { padding:10px 0 0 0;}
.product-view .box-up-sell .products-grid td.empty { border-right:0; }
.product-view .box-up-sell .products-grid .ratings { clear:both; position:static;  }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-view .box-up-sell .products-grid .ratings .rating-links { display:none;}


/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { clear:both; font-size:11px; font-weight:bold; padding:10px 0 0 0 }
.product-view .box-tags .product-tags { display:block; margin:0 0 5px 0 ; clear:both;}
.product-view .box-tags .product-tags li { display:inline; padding:0 7px 0 4px; font-size:11px }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; margin:0 0 5px; clear:both; font-size:11px}
.product-view .box-tags .form-add .input-box { margin:0 10px 0 0; padding:0; background:url(../images/tags.png) no-repeat; width:347px; border:none; height:25px}
.product-view .box-tags .form-add input.input-text { width:340px; padding:4px; border:0; background:none }
.product-view .box-tags .form-add { position:relative;}
.product-view .box-tags .form-add button.button { float:right; position:absolute; right:0; bottom:0}
.product-view .box-tags .form-add button.button span { }
.product-view .box-tags .note { margin:5px 0 0; padding:0; font: italic 11px Arial, Helvetica, sans-serif }
.product-view .box-tags .validation-advice { margin-top:30px;}

/* Block: Reviews */
.product-view .box-reviews dl { margin:1px 20px 15px 0; width:357px; float:left; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px;  font-size:11px }
.ratings-table th { color:#13b6fe; }
.product-view .box-reviews dd small { font-style:normal; color:#868c90; font-size:10px }
.product-view .box-reviews .form-add { margin: 0 ; float:left; width:58%;}
.product-view .box-reviews .form-add h2 { margin: 0; float:right; width:100%!important; margin-top:-35px; }
.product-view .box-reviews .form-add li.last {float:right}
.product-view .box-reviews .form-add li { }

.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; clear:left }
.product-view .box-reviews .form-add h4 em { color:#13b6fe}
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:0 10px 20px 0; float:left }
.product-view .box-reviews .form-add .form-list li { margin:0 0 7px 0}
.product-view .box-reviews .form-add .form-list.last { margin: 0}
.product-view .box-reviews .form-add .form-list .input-box { width:168px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; background:url(../images/nickname.png) no-repeat; border:none; height:25px; width:171px }
 .product-view .box-reviews .form-add .form-list input.input-text.validation-failed {  width:171px; background:url(../images/bkg_error.png) no-repeat!important; height:25px}
#review_field { background:url(../images/review_pro.png) no-repeat; height:74px; width:343px}
.product-essential .description .block-title ,
.product-view .box-reviews h2 , .product-view .box-tags h2, .product-view .box-up-sell h2{ font:bold 16px Arial, sans-serif; text-transform:inherit; color:#13b6fe; border-bottom:2px solid #E4E4E4; height:23px; margin:10px 0 }
#customer-reviews { width:100%}
.product-essential .description .block-title { height: auto; padding-bottom:2px;}

#customer-reviews h2 ,
#customer-reviews .box-reviews dl { width:357px;}
#customer-reviews .nobr {}
#customer-reviews .data-table tr.odd{ border-bottom: 1px solid #e9e9e9;}
#customer-reviews .data-table { border:none}
#customer-reviews .data-table thead th { padding:0 25px;}
#customer-reviews .data-table thead th { border:none}
#customer-reviews .data-table thead th { background:none;}
#customer-reviews .data-table tbody th, #customer-reviews .data-table tbody td { border:none; font-weight:normal; font-size:11px}
#customer-reviews .buttons-set button.button { float:left}

.product-view .box-reviews { float:left ; width:357px; margin:0 15px 0 0}

.product-view .box-tags  { clear:left; float:left ; width:357px; margin:0 15px 0 0}

.product-view .box-up-sell { float:right; width:58%; }
.product-view .box-up-sell .product-image, .product-view .products-grid .product-image { display:block;  margin:0 auto ;  text-align:center; float:left; height:202px!important; background:#fff url(../images/bkg_pro_detail.png) bottom no-repeat; border:none;  width:167px;}

/* Send a Friend */
.send-friend { padding:10px;}
.send-friend  .buttons-set button.button { padding-right:15px;} 
.send-friend .form-list { width:615px; 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:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; border:none;}
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:595px; border:1px solid #e4e4e4; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { text-decoration:none; color:#363f46}
.product-name a:hover { text-decoration:underline;}

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

/* 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; width:700px;}
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* 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:0 20px 20px 20px; }
.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 {  padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.checkout-cart-index .col-main { background:none !important; }
.checkout-cart-index .col-main .col-inner { background:none !important; padding: 0 !important;}

.checkout-cart-index .cart-container,
.checkout-cart-index .cart-noitems { background:center top no-repeat; padding:0; }
.checkout-cart-index .cart-container-inner,
.checkout-cart-index .cart-noitems-inner { background:center bottom no-repeat; padding:0 ; }
.checkout-cart-index .col2-left-layout .cart-container,
.checkout-cart-index .col2-left-layout .cart-noitems { background-image:url(../images/bkg_main1.png); }
.checkout-cart-index .col2-right-layout .cart-container-inner,
.checkout-cart-index .col2-right-layout .cart-noitems-inner { background-image:url(../images/bkg_main-inner1.png); }
.checkout-cart-index .col1-layout .cart-container,
.checkout-cart-index .col1-layout .cart-noitems { background-image:url(../images/bkg_main.png);}
.checkout-cart-index .col1-layout .cart-container-inner,
.checkout-cart-index .col1-layout .cart-noitems-inner { }
.checkout-cart-index .col3-layout .cart-container,
.checkout-cart-index .col3-layout .cart-noitems { background-image:url(../images/bkg_main2.png);}
.checkout-cart-index .col3-layout .cart-container-inner,
.checkout-cart-index .col3-layout .cart-noitems-inner { background-image:url(../images/bkg_main-inner2.png);}
.checkout-cart-index .cart-container-inner ul.messages{ width:900px ; padding:0 15px!important;}



.cart .page-title { border-bottom:0; margin-bottom:10px;}
.cart .page-title.title-buttons { background:url(../images/title_account.png) repeat-x; height:45px; margin:0}
.cart .page-title h1 { margin: 0; line-height:34px; padding: 0; color:#fff; font:bold 16px Arial, Helvetica, sans-serif;  text-transform: capitalize; padding: 0 0 0 15px}

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; display:none}
.cart .title-buttons .checkout-types li { float:left; margin:0 0 0 10px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table td img { border: 1px solid #e4e4e4;}
.cart-table .product-name { margin:0 0 5px; color:#363f46; font: bold 11px Arial, Helvetica, sans-serif }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:10px; }
.cart-table .btn-continue {  margin-right:5px;}
.cart-table .btn-continue span { background-image:url(../images/bkg_btn2.png); color:#fff;}
.cart-table .btn-update span { }
.cart-table .cart-price .price { font-weight:bold; color:#363f46; font-size:12px}

#shopping-cart-table.data-table , 
#shopping-cart-table.data-table tbody th, 
#shopping-cart-table.data-table tbody td , 
#shopping-cart-table.data-table thead tr.last th,
#shopping-cart-table.data-table thead tr.last th { border:none}
#shopping-cart-table.data-table tfoot td { background:none}
#shopping-cart-table.data-table tfoot tr.first td { border-top:2px solid #e4e4e4}
#shopping-cart-table.data-table tbody td  { border-bottom:1px solid #e4e4e4;}
#shopping-cart-table.data-table tbody tr.last td { border-bottom:none}
#shopping-cart-table.data-table { margin:0 15px!important; width:900px}


/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:900px; padding:0 15px }
.cart .cart-collaterals .col2-set .col-1 { width:290px; padding:0 21px 0 0}
.cart .cart-collaterals .col2-set .col-2 { width:290px; font-size:11px; float:left }

#crosssell-products-list { display:block; overflow:hidden}
.cart .crosssell { padding:35px 0 0; clear:left }
.cart .crosssell .crosssell-inner { padding: 0 15px;}
.cart .crosssell h2 { font:bold 12px/20px Arial,sans-serif; color:#1f2b30; text-transform:inherit; padding: 0 0 3px; border-bottom:2px solid #e4e4e4;}
.cart .crosssell .product-image { display:block;  margin:0 auto ;  text-align:center; float:left; height:172px; background:#fff url(../images/bkg_pro_detail.png) bottom no-repeat; border:none;  width:167px; }
.cart .crosssell .product-details { clear: left; color: #363F46 !important; float: left; margin-left: 0;   margin-top:-5px; padding:0 0 0 10px; width:100% }
.cart .crosssell .product-details .brand { padding-left:0;}
.cart .crosssell .product-details .price-box { clear:left;}
.cart .crosssell .product-name { clear:left;}
.cart .crosssell li.item { margin:12px 0; float:left; width:167px ; height:300px; position:relative; padding-bottom:15px;}
.cart .crosssell .link-compare { font-weight:normal; }
.cart .crosssell  .add-to-links { padding:0 0 15px 0; float:left; position:absolute; bottom:15px;}
.cart .crosssell  .add-to-links li { float:left}
.cart .crosssell  .add-to-links .link-wishlist { margin-right:1px;}
.cart .crosssell button.button { position:absolute; bottom:0;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { padding:0 10px 0  0; margin:0 0 10px;  }
.cart .discount .discount-inner,
.cart .shipping .shipping-inner { padding: 0 ; width:290px }
.cart .discount h2,
.cart .shipping h2,
.cart .totals h2 { font:bold 16px/20px Arial,sans-serif; color:#13b6fe; text-transform:inherit; padding: 0 0 2px; border-bottom:2px solid #e4e4e4; }
.cart .discount button span,
.cart .shipping button span { }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; 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 { padding-bottom:2px}
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:290px;  background: url(../images/bkg_input.png) no-repeat; height:25px; line-height:25px; border:none }

.cart .shipping h2 { }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0;  }

.cart .shipping .form-list input.input-text { width:290px; border:none }
.cart .shipping .form-list select { width:290px;}

/* Shopping Cart Totals */
.cart .totals { float:right; width:278px; padding:0;  color:#373d42;}
.cart .totals .totals-inner {  padding: 0 ; font-size:11px; color:#363f46 }
.cart .totals .totals-inner .a-right { text-align:left!important;}
.cart .totals .price { font-weight:bold; color: #1f2b30; float:right}
.cart .totals table { width:100%; margin:7px 0 0;}
.cart .totals td { padding:1px 0 1px 0px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 10px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; vertical-align:middle;}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-weight:bold; font-size:11px; color:#1f2b30}
.cart .totals tfoot td .price { font-size:16px;}
.cart .totals .checkout-types { padding:0; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; text-align:left }
.cart .totals .checkout-types li a {float:none; color:#1f2b30; font-size:11px; background:url(../images/i_tags.gif) no-repeat right 4px; padding:0 12px 0 0} }

/* Options Tool Tip */
.item-options dt { float:left;  color:#666;}
.item-options dt:after { content:':'; }
dl.item-options dt { float:left; clear:both; color:#666;}
.item-options dd { float: left; color:#666; padding-left: 5px;}
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:15px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */

.checkout-onepage-index .col-main,
.checkout-onepage-index .col-main .col-inner { background:none; padding:0; width:632px}
.checkout-onepage-index .page-title{  height:45px; margin:0; padding:0; border:0; background:url(../images/title_account.png) repeat-x; width:930px}
.checkout-onepage-index .col-right { width:283px; padding:50px 15px 0 0}
.checkout-onepage-index .buttons-set button.button { margin:0; }
.checkout-onepage-index .page-title h1 { margin: 0; padding: 0; color:#fff; font:bold 16px/37px Arial, Helvetica, sans-serif;  text-transform: capitalize; padding: 0 0 0 15px}

.checkout-onepage-index .buttons-set button.btn-checkout span { display:block; height:35px; background:url(../images/btn_checkout_pro.gif) no-repeat 0 0 ; padding:0 0 0 56px; font:bold 16px/35px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform:inherit;}
.checkout-onepage-index .buttons-set button.btn-checkout span span { border:0; padding:0 56px 0 5px; background-position: right 100%; }
#checkout-progress-wrapper .block-title { background:none; border-bottom:2px solid #e4e4e4; height:28px; padding:0}
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px;  }
.sp-methods dd { clear:left; padding:10px 0 0 0}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:0px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:184px!important; margin-right:10px; }
.sp-methods select.year { width:96px!important; }
.sp-methods input.cvv { width:290px !important; }

.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; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

#payment_form_ccsave.form-list .input-box { width:500px!important}


#opc-payment  .sp-methods dt { margin:0px 0 5px; float:left; padding:0 25px 0 0  }
#opc-payment  .sp-methods dt label{ font-weight:bold; color:#1d292e} 
/* 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; 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;  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;  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 { 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 { }
.block-progress .block-title { }
.block-progress .block-title strong { }
.block-progress .block-content { padding:0}
.block-progress dl{ border-bottom:1px solid #e4e4e4;  }
.block-progress dt { line-height:1.35; line-height:30px; background:url(../images/bkg_node3.gif) left center no-repeat; padding: 0 0 0 10px; border-bottom: 1px solid #e4e4e4; position:relative; width:240px}
.block-progress dd { border-top:0; padding:0 13px 8px; margin:0; font-style:normal; font-size:11px}
.block-progress dd address { font-style:normal; font-size:11px;}
.block-progress dt.complete { font-size:11px; font-weight:bold; color:#373d42; padding:0 0 0 12px; color:#13b6fe; background:url(../images/bkg_node2.gif) no-repeat left; border:none;  width:236px}
.block-progress dd.complete { border-bottom:1px solid #e4e4e4;}
.block-progress dd.complete.last { border-bottom:2px solid #e4e4e4; font-style:italic}
.block-progress p { margin:0; }
.block-progress dt a { color:#13b6fe; font-weight:bold;}
.block-progress dt .separator {background:url(../images/bkg_span.gif) center center no-repeat; padding: 2px 9px 2px 2px  ; overflow:hidden; vertical-align:middle; text-indent:-9999px;  margin:0; color:#fff; }
.block-progress dt.complete .complete_a  { float:right; color:#476c20; font-size:10}

.opc .buttons-set { margin-top:0; padding-top:0; border-top:0; text-align:left;}
.opc .buttons-set button.button { float:left; }
.opc .buttons-set button.button span { }
.opc .buttons-set p.required { margin:0; padding:0 15px 10px 0; text-align:right; color:#13B6FE}

.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a {  }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; float:left; }
.opc .ul { list-style:disc outside; padding-left:18px; font-style:normal;}

.opc { position:relative; margin:5px 22px 10px 15px }
.opc li.section { font-size:11px;  clear:left}
.opc .form-list li { font-weight:bold}
.opc .form-list li.fields { clear:left}

.opc .step-title { background:url(../images/title_checkout.jpg) no-repeat; height:30px; line-height:30px; color:#868c90; padding-bottom:5px}
.opc .step-title .number { float:left; font:bold 20px/30px helvetica, arial, sans-serif; ttext-align:center; width:32px; margin: 0 ; text-align:center;}
.opc .step-title .number .separator { display:none; }
.opc .step-title h2 { float:left; margin:0; padding: 0 10px; font:12px/30px  Arial, sans-serif; text-transform:inherit; color:#868c90;  }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { cursor:pointer; margin:0  }
.opc .allow .step-title .number {  }
.opc .allow .step-title h2 { }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { padding-bottom:5px; cursor:default; background:url(../images/title_checkout_active.jpg) no-repeat;color:#fff;}
.opc .active .step-title .number {  }
.opc .active .step-title h2 { color:#fff; }
/*.opc .active .step-title a { display:none; }*/

.opc .step {  padding:0; margin: 0px 0 10px 0;}
.opc .step .step-inner {  padding:5px 0 25px 0; display:block; overflow:hidden }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { color:#1d292e; font: bold 16px Arial, Helvetica, sans-serif;  margin:0; padding: 0  }
#opc-login h4 { font-size:11px; margin:0; color:#666; font-weight:normal;}
#opc-login .col-1 { width:290px; clear:left}
#opc-login .col-1 h4 { color:#1d292e; font-weight:bold}
#opc-login .col-2 { width:300px; }
#opc-login .col-2 h4 { color:#5a5a5a}
#opc-login .col-2 .form-list .input-box { width:auto;}
#opc-login .col-2 .form-list .input-box input.input-text { width:290px; background:url(../images/bkg_input.png) no-repeat; height:25px; border:none }
#opc-login .col-2 .buttons-set p.required { text-align:right; color:#13b6fe; font-size:10px}
#opc-login .col-2 .buttons-set a { margin-top: 5px;clear: none; background: none repeat scroll 0 0 transparent;}
#opc-login .col-2 .buttons-set .f-right { color:#1f2b30; float:none!important; padding-left:10px}
#opc-login .col-2 .buttons-set button.button {  }
#opc-login .col-2 .buttons-set button.button span { background-image:url(../images/bkg_btn.png); color:#fff;}
#opc-login strong { font-weight:normal; color:#5a5a5a;  }

#checkout-step-login .f-right { background:none}

#opc-billing {}
#opc-billing h3 { color:#1d292e; font: bold 16px Arial, Helvetica, sans-serif; margin:0; padding:0 }

#login-form h4 { display:inline; font-weight:bold; color:#373d42;}
#login-form p { display:inline;}
#login-form .form-list { margin: 10px 0 0;}

#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 { }
#opc-review .product-name { color:#373d42;}
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 0 10px; }
#opc-review .buttons-set p { margin:8px 0 0; }
#opc-review .buttons-set .f-left a { float:none; color:#1f2b30; font-size:11px; background:url(../images/i_tags.gif) no-repeat right 4px; padding:0 12px 0 0}
#opc-review .buttons-set button.button { float:right; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; float:right; }

#checkout-review-table.data-table, 
#checkout-review-table.data-table thead tr.last th, 
#checkout-review-table.data-table tbody th, 
#checkout-review-table.data-table tbody td { border:none}
 #checkout-review-table.data-table thead tr.last th { border:none!important;}
#checkout-review-table tfoot tr.first td { padding-top: 10px; }
#checkout-review-table tfoot tr.last td { padding-bottom: 10px; }
#checkout-review-table tfoot td { background:none; border:none}
#checkout-review-table.data-table tfoot tr.first td { border-top:2px solid #e4e4e4}
#checkout-review-table..data-table tfoot td { border-right:none }

.checkout-onepage-index .form-list .input-box, .checkout-onepage-index .form-list select { width:290px; *margin-bottom:10px}

.checkout-onepage-index .form-list .field { width:290px; padding:0 5px 0 0}
.checkout-onepage-index .form-list input.input-text { width: 290px; background:url(../images/bkg_input.png) no-repeat; border:none; height:25px }
.checkout-onepage-index .form-list li.wide input.input-text { width: 590px;  background:url(../images/bkg_input_add.png) no-repeat; }

#co-billing-form .form-list li.control{ float:left; padding:0 25px 0 0}

/* 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; }
.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 { 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; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .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 { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

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

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login { font-size:11px}
.col1-layout .account-login .col2-set .col-1 { width: 594px;}
.account-login .col2-set .col-2 { width: 284px; }
.account-login .content { }
.account-login .content h2 { color:#13b6fe; font: bold 16px Arial, Helvetica, sans-serif; text-transform:inherit ; border-bottom:2px solid #e4e4e4}
.account-login .new-users h2 {}
.account-login .registered-users h2 { }
.account-login .registered-users .buttons-set a { background:none; float:right!important; margin-right:110px; padding-left:0}
.account-login .buttons-set { border-top:0; margin:0; padding:8px 0;}
.account-login p.required { color:#13B6FE; font-size:10px; float:right}

.account-login .new-users .buttons-set button.button { float:left; margin:0;}
.account-login .new-users .buttons-set button.button span,
.opc .buttons-set button.button span { background-image:url(../images/bkg_btn2.png); color:#fff;}
.account-login .new-users .buttons-set button.button span { background:url(../images/bkg_btn2.png) 0 0 no-repeat;}
.account-login .new-users .buttons-set button.button span span { background:url(../images/bkg_btn2.png) 100% 100% no-repeat;}

.account-login .registered-users .form-list .input-box { width:auto; }
.account-login .registered-users .form-list .input-box input.input-text { width:300px; border:none}
.account-login .registered-users .buttons-set {  }

.account-login  .page-title, 
.account-create  .page-title, customer-account-logoutsuccess .page-title{ background:url(../images/title_account.png) repeat-x; height:45px ; width:930px; margin:0; }
.account-login .page-title h1,
.account-create  .page-title h1, customer-account-logoutsuccess .page-title h1 { font: bold 16px/30px Arial, sans-serif; text-transform:inherit; color:#fff; margin:0; display:inline; padding:0 0 0 15px ; margin:0; display:block; text-transform: inherit!important; }
.account-login .col2-set,.customer-account-forgotpassword .col-inner { padding:0 15px; clear:right; width:auto;}
.customer-account-forgotpassword .col-inner .page-title h1{ margin-top:20px; border-bottom: 2px solid #E4E4E4;}
.customer-account-forgotpassword .col-inner .buttons-set{ width:300px; }
.account-create {}
.account-create .buttons-set { width: 588px; padding:0 15px 18px 15px; margin-top:0}
.account-create .buttons-set .back-link { margin-left:8px}
.account-create .buttons-set p.required { margin-bottom:0}
.account-create .fieldset { padding:0 15px}
.account-create .form-list li { clear:left}
.account-create .fieldset .legend { color:#13b6fe; font:12px Arial, Helvetica, sans-serif; text-transform:inherit }
.account-create .form-list label.required { padding:5px 0}
.account-create .form-list .field { width:300px}
.account-create .form-list li.control label { font-weight:normal}
.account-create button.button span { background-image:url(../images/bkg_btn2.png);}
.account-create  .form-list input.input-text { border:none; vertical-align:middle} 
.account-create .form-list .customer-name .field { width:300px}

/* Account Login/Create Pages ============================================================ */
.cart-noitems-inner .page-title,
.checkout-onepage-success .page-title{ background:url(../images/title_account.png) repeat-x; height:45px ; width:915px; padding:0 0 0 15px; }
.checkout-onepage-success .page-title h1 { font: bold 16px/30px Arial, sans-serif; text-transform:inherit; color:#fff; margin:0; display:inline; padding:0 0 0 26px ; margin:0; display:block; text-transform: inherit!important; background:url(../images/check_thank.gif) no-repeat left;  }
.cart-noitems-inner .page-title h1, .customer-account-index .page-title h1 { font: bold 16px/30px Arial, sans-serif; text-transform:inherit; color:#fff; margin:0; display:inline; padding:0 ; margin:0; display:block; text-transform: inherit!important;  }
.checkout-onepage-success .col-right { background:url(../images/bkg_acc_right.jpg) no-repeat top right; margin-top:45px; padding:0 ; width:186px}
.checkout-onepage-success .col2-right-layout .col-main .col-inner h2, 
.checkout-onepage-success .col2-right-layout .col-main .col-inner .buttons-set, 
.checkout-onepage-success .col2-right-layout .col-main .col-inner p, .cart-noitems-inner p { padding:0 15px; font-size:11px}
.checkout-onepage-success .col2-right-layout .col-main .col-inner h2 { font:bold 12px Arial, Helvetica, sans-serif; color:#13b6fe; }
.checkout-onepage-success .col2-right-layout .col-main .col-inner p a{ color:#1f2b30; font:bold 11px Arial, Helvetica, sans-serif; }
.checkout-onepage-success .col-main button.button span { background:url(../images/bkg_btn2.png) no-repeat ;}
.checkout-onepage-success .col-main button.button span span { border:0; padding:0 10px 0 5px; background-position: right 100%; }

.page-title-acount{ background:url(../images/title_account.png) repeat-x; height:45px ; width:915px; padding:0 0 0 15px; margin-bottom:0; }
.page-title-acount h1 { font: bold 16px/30px Arial, sans-serif; text-transform:inherit; color:#fff; margin:0; display:inline;  margin:0; display:block; text-transform: inherit!important;  }

.customer-account-index .page-title{ background:url(../images/title_account.png) repeat-x; height:45px ; width:915px; padding:0 0 0 15px; margin-bottom:0; }



/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account { clear:left; background:url(../images/bkg_acc.jpg) no-repeat top right; width:714px; padding:1px 15px 15px 15px}
.my-account .page-title { padding-left:4px; background:url(../images/title_acc.jpg) no-repeat ; height:30px; margin-bottom:10px}
.my-account .dashboard { margin-top:5px}
.my-account .form-list input.input-text { border:none}
.my-account .form-list li { clear:left}

.customer-account-edit .page-title h1 { font:12px/30px Arial, Helvetica, sans-serif; color:#434b52; text-transform:inherit; background:url(../images/account.png) no-repeat left; padding:0 0 0 35px}
.customer-account-edit .fieldset .legend { color:#13b6fe; text-transform:inherit;}
.customer-account-edit  .buttons-set { width:587px}



.customer-account-index .col-right { background:url(../images/bkg_acc_right.jpg) no-repeat top right; margin-top:0; padding:5px 15px 0 15px; width:156px}

.sidebar .block-title { background:none; border-bottom:2px solid #e4e4e4; padding:0; height:28px}
.sidebar .block { padding:0 15px}
.sidebar .block.block-banner { padding:0}
.sidebar .block-title { background:none; padding:0}

.customer-account-index .col-main { width:744px; float:left}
.customer-account-index .breadcrumbs { width:915px ; float:left; background:url(../images/title_account.png) repeat-x; height:45px }
.customer-account-index .block-content { padding:0 0 20px 0}
.customer-account-index .sidebar { padding:0 15px;}
.customer-account-index .sidebar .block{ padding:0 ;}
.customer-account-index .col2-right-layout .block-banner .block-content { margin-left:-15px!important;}
.customer-account-index .col2-left-layout .block-banner .block-content { margin-left:-15px!important;}
#cart-sidebar-reorder li { border-bottom:1px solid #e4e4e4 ; height:auto; display:block; overflow:hidden}
#cart-sidebar-reorder li.last { border-bottom:none}

 .form-list .customer-name .field { width:290px; border:none}
.customer-account-edit .form-list .customer-name .field { width:300px; border:none}
/********** < Dashboard */

.dashboard .box-head { padding-left:4px; background:url(../images/title_acc.jpg) no-repeat ; height:30px;  margin-bottom: 10px;}
.dashboard .box-head h1 { font:12px/30px Arial, Helvetica, sans-serif; color:#434b52; text-transform:inherit; background:url(../images/my_d.gif) no-repeat left; padding:0 0 0 35px}

.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p.hello { margin:0; color:#13b6fe; font-size:12px}
.dashboard .welcome-msg p { color:#5a5a5a; font-size:11px}
.dashboard .col2-set { margin:0 0 15px; float:left; width:100%; clear:left }

.col2-set h3 { color:#13b6fe;  font-size:12px}
.col2-set .box .page-title a{ background:url(../images/edit.png) center center no-repeat; padding: 0; display:block; overflow:hidden; vertical-align:middle; text-indent:-9999px; height:16px; width:31px; } 
.col2-set .box-content a{margin: 5px 0 0 0; color:#1f2b30; font-size:11px; background:url(../images/i_tags.gif) no-repeat right 4px; padding:0 12px 0 0; }
.col2-set .box-content p { font-size:11px}
.col2-set .col-2 p{  font-style:normal}

.col2-set_address .col-1{ float:left; width:48.5%}
 .col2-set_address .col-2 { float:right; width:48.5%}
.col2-set_address .box-content { padding-top:15px}
.col2-set_address .box-content a{margin: 5px 0 0 0; color:#1f2b30; font-size:11px; background:url(../images/i_tags.gif) no-repeat right 4px; padding:0 12px 0 0; margin-top:15px }
.col2-set_address .box-title { position:relative}
.col2-set_address .box-title h3 { font:12px/30px Arial, Helvetica, sans-serif; color:#434b52; text-transform:inherit; background:url(../images/address.png) no-repeat left; padding:0 0 0 33px!important; margin:0}
.col2-set_address .box-title  a { background:url(../images/title_add.png) no-repeat right; position:absolute; top:0; right:0; height:30px}
.col2-set_address .box-title  span { display:block; margin:0 6px 0 0 ;background:url(../images/title_add.jpg) no-repeat left; height:30px; line-height:30px; padding:0 10px; font-size:12px; color:#fff; text-transform:inherit}
.col2-set_address { clear:left}

/* General Box */
.box-account { margin: 0 0 30px; display:block; overflow:hidden }
.box-account .box-recent .data-table { border-bottom:2px solid #e4e4e4}
.box-account .box-recent  .data-table thead th { border:none!important}
.box-recent .nobr a { color: #13B6FE; text-decoration: none; font-size:11px }
.box-account .box .box-title  { }

#my-orders-table .price { color:#363f46 ; font-size:16px; font-weight:bold}

#my-orders-table.data-table { border:none; border-bottom:2px solid #E9E9E9; margin-bottom:5px;} 
#my-orders-table.data-table thead tr.last th { border:none}
#my-orders-table.data-table tbody th, #my-orders-table.data-table tbody td  { border:none; font-size:11px;}
#my-orders-table.data-table tr.last th, #my-orders-table.data-table tr.last td { vertical-align:middle }


.box-account .box-head {  padding: 0 0 5px; margin: 0 0 10px; }
.box-account .box-head h2 { font:bold 14px/20px "Arial Narrow", Helvetica, Arial, sans-serif; text-transform:uppercase; font-weight:bold; color:#323439; margin:0; display:inline; padding:0 0 0 31px ; background:url(../images/account.png) no-repeat left; margin:0; display:block; text-transform: inherit;}
.box-account .box-head a { float:right; }

/*.product-essential h2 span { display:block; padding: 0 15px 0 0;}*/

.dashboard .box .box-title {padding-left:5px; background:#000 url(../images/title_acc.jpg) no-repeat!important; height:30px }
.dashboard .col2-set .box-title { background:none!important; padding:0; position:relative;}
.dashboard .col2-set .box-title a { background:url(../images/edit_acc.png) 0 0 no-repeat; width:31px; height:16px;  overflow:hidden; text-indent:-9999px;  line-height:60px; float:left; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:12px;  margin:0; padding:0 10px 0 0 }

/* Block: Recent Orders */
.dashboard .box-recent .box-head { padding-left:8px; background:url(../images/title_acc.jpg) no-repeat ; height:30px; position:relative}
.dashboard .box-recent .box-head h2 { font:12px/30px Arial, Helvetica, sans-serif; color:#434b52; text-transform:inherit; padding:0 0 0 30px ; background:url(../images/order.png) no-repeat left; margin:0; display:block; text-transform: inherit;}
.dashboard .box-recent .box-head  a { background:url(../images/view_all_right.gif) no-repeat right; position:absolute; top:0; right:0; height:30px}
.dashboard .box-recent .box-head  span { display:block; margin:0 6px 0 0 ;background:url(../images/view_all.png) no-repeat left; height:30px; line-height:30px; padding:0 10px; font-size:11px; color:#434b52}
.sales-order-history .page-title { padding-left:8px}
.sales-order-history .page-title h1 { font:bold 12px/30px Arial, sans-serif; text-transform:uppercase; font-weight:bold; color:#434b52; margin:0; display:inline; padding:0 0 0 31px ; background:url(../images/order.png) no-repeat left; margin:0; display:block; text-transform: inherit; }
.sales-order-history .amount { float:left}
.sales-order-history .limiter { padding:0 0 10px 0}
.sales-order-history .nobr a { color: #13B6FE; font-size: 11px; text-decoration: none; }
.sales-order-history { font-size:11px}

/* Block: Account Information */
.dashboard .box-info .box-head { padding-left:7px; background:url(../images/title_acc.jpg) no-repeat ; height:30px}
.dashboard .box-info .box-head h2 { font:12px/30px Arial, Helvetica, sans-serif; color:#434b52; text-transform:inherit ;margin:0}
.dashboard .box-info h4 { font-size:12px; color:#13b6fe; font-weight:normal; }

/* 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:1px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; position:relative;  }
.dashboard .box-reviews .details .product-name{ float:left;}
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:0; float:right; position:static; }
.dashboard .box-reviews .ratings strong { display:none;}
.dashboard .box-reviews  .box-head { padding-left:7px; background:url(../images/title_acc.jpg) no-repeat ; height:30px; position:relative;}
.dashboard .box-reviews  .box-head h2 { font:12px/30px Arial, Helvetica, sans-serif; color:#434b52; text-transform:inherit ;margin:0}
.dashboard .box-reviews  h4 { font-size:12px; color:#13b6fe; font-weight:normal; }
.dashboard .box-reviews  .box-head  a { position:absolute; top:5px; right:10px; }


/* Block: Tags */
.dashboard .box-tags .box-head h2 {  }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -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 .box-tags .box-head { padding-left:7px; background:url(../images/title_acc.jpg) no-repeat ; height:30px; position:relative;}
.dashboard .box-tags .box-head h2 { font:12px/30px Arial, Helvetica, sans-serif; color:#434b52; text-transform:inherit ;margin:0}
.dashboard .box-tags h4 { font-size:12px; color:#13b6fe; font-weight:normal; }
.dashboard .box-tags .box-head  a { position:absolute; top:5px; right:10px; }
/********** Dashboard > */

/* Address Book */
.addresses-list { font-size:11px}
.addresses-list h2,
.addresses-list h3 { font-size:11px; font-weight:bold; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { margin: 5px 0 0 0; color:#1f2b30; font-size:11px; background:url(../images/i_tags.gif) no-repeat right 4px; padding:0 12px 0 0; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { margin:0 0 20px; }
.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 .page-title{ padding-left:6px}
.title-buttons button.button span { display:block; height:30px; background:url(../images/bkg_add.gif) no-repeat 0 0 ; padding:0 0 0 33px; font:600 11px/30px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform:inherit; }
.title-buttons button.button span span {border:0; padding:0 10px 0 5px; background-position: right 100%; }
.checkout-cart-index .title-buttons h1 { font:bold 16px/35px Arial, sans-serif; text-transform:uppercase; font-weight:bold; color:#434b52; margin:0; display:inline; padding:0 0 0 15px ; margin:0; display:block; text-transform: inherit; background:none; color:#fff }
.title-buttons h1 { font:bold 12px/30px Arial, sans-serif; text-transform:uppercase; font-weight:bold; color:#434b52; margin:0; display:inline; padding:0 0 0 31px ; background:url(../images/address.png) no-repeat left; margin:0; display:block; text-transform: inherit; }
.addresses-list .buttons-set { display:none}

.sales-billing-agreement-index .page-title h1 { font:bold 12px/30px Arial, sans-serif; text-transform:uppercase; font-weight:bold; color:#434b52; margin:0; display:inline; padding:0 0 0 31px ; margin:0; display:block; text-transform: inherit; }
.my-account .page-title h1 { font: 12px/30px Arial, sans-serif; text-transform:uppercase; color:#434b52; margin:0; display:inline; padding:0 0 0 31px ; margin:0; display:block; text-transform: inherit; }
/* 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 { 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 { font-weight:bold; font-size:13px; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
.order-items p .link-print { float:none; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.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 th,
.tracking-table td { padding:1px 5px 0 0; }

.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 { padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.wishlist-index-index .my-wishlist .buttons-set button.button { float:none; padding-left:5px;}
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {}
#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:5px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

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


/* Footer ================================================================================ */
.footer-container { clear:right;}
.footer { width:930px; margin:0 auto; padding:0 0 66px; text-align:left; font-size:11px;  color:#5a5a5a;}
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#787878;  text-decoration:none; }
.footer a:hover { color:#2b363b; text-decoration:underline; }
.footer .bugs { float:right; clear:right; margin:0 0 10px; min-width:300px;}
.footer .bugs a {  }
.footer .bugs a:hover { }
.footer address { clear:left; float:left; padding:15px 0 0 0}
.footer address em { font-style:normal; }
.footer address em a:hover {}
.footer address a { color:#787878; text-decoration:none; }
.footer address a:hover { text-decoration:none; }
.footer .links-set { float:left; padding:10px 0;}
.footer .links-set li {  padding: 0 0 0 15px;}
.footer ul { /*float:left;*/ margin:0 30px 0 0; }
.footer li { display:block;}
.footer .links {   clear: right;
    float: right; /*white-space: nowrap;*/	
    margin: 2px 0 15px;}
.footer .links li { display:inline; border-right:1px solid #d0d0d0; padding: 0 10px 0 8px; text-transform:none; font-size:11px; line-height:18px;}
 .footer .links li.last { border:none;padding-right:0;}
.footer .separator { border:0; border-top:1px dotted #515151; clear:both; display:none}
.footer .form-language { float:right;  margin: 18px 0 0; }
.footer .form-language label { padding-right:5px; vertical-align:middle; float:left; }
.footer .form-language select { padding:0; }
.footer .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.footer .paypal-logo { float:right; clear:both; }
.footer-container .bottom-container { margin:0 0 5px; }
.footer_top { background:#f0f0f0; float:left; width:900px; padding:0 15px}
.footer_top .block-subscribe {  float:right; padding:12px 0; margin:0; width:43%; position:relative}
.footer_top .footer_left { float:left; padding:16px 0 0 0;}
.footer_top .footer_left ul li { float:left; padding:0 10px 0 0;}
.footer_top .footer_left span { font-size:12px;}
.footer_top .footer_left p { font-style: italic;}
.footer_top .block-subscribe input.input-text { display:block; padding: 2px 0 2px 25px;
    width: 195px;  border:none; background:url(../images/i_email.png) no-repeat 5px 7px;  height: 21px;}
.footer_top .input-box { float:left; background:url(../images/bkg_newletter.png) no-repeat!important; overflow: hidden;
    width: 225px;}
.footer_top .block-subscribe label { color: #666666; float: left; font-weight: bold; padding:3px 0 0 0; margin:0 ; display: block;  margin: 0 10px 0 0;}
.footer_top .block-subscribe .block-content { padding:0; position:relative}
.footer_top button.button { }
.footer_top button.button span { margin:0; padding:0}
.footer_top button.button span span {background:url(../images/newletter.gif) center center no-repeat; padding: 0; display:block; overflow:hidden; vertical-align:middle; text-indent:-9999px; height:25px; width:28px; }
.footer_c { float:left; padding:10px 0; background:#f4f4f4;}
.footer_center { background:#f4f4f4 repeat-y; clear:left; float:left; padding:0 0 10px 15px; width:915px}
.footer_center ul.last { margin:0; float:right; width:160px; margin:0 10px 0 0 }
.footer_center ul{ float:left; width:39%; margin:0; }
.footer_center ul.first { margin: 0}
.footer_center ul li span {color:#13b6fe; font-size:12px; font-weight:bold;}
.footer_center ul li ul li ul li span { color:#5a5a5a; padding-bottom:5px;}
.footer_center ul li ul { width:100%}
.footer_center ul li.last ul li { float:left!important; width:33%; padding-right:50px;}
.footer_center ul li.last ul li ul li { width:100%; }
.footer_center ul li p { color:#5a5a5a; font-size:11px ; font-style:italic}
.footer_center ul.last li { padding:0 0 10px 0 ; }
.footer_center ul.last li.last img { margin:-17px 0 0 0; padding:0 0 0 5px}
.footer_center ul.last li.last { text-transform:uppercase; padding:18px 0 0 0; font-size:9px}
.footer_center .footer_left{ float:left}
.footer_center .footer_center1{ float:left}
.footer_center .footer_right{ float:right}
.seemap a{ color:#13B6FE; font-size:11px;}
ul.brand-footer{ margin-left:18px;}
ul.brand-footer ul { float:left; width: 50% !important; }
.brand-footer a.link-more { color:#1d292e!important; font:bold 11px Arial, Helvetica, sans-serif!important; }
ul.brand-footer ul span a{ color:#787878; font-size:11px; font-weight:normal;}

.footer_bottom { clear:left;background:url(../images/bkg_bottom.jpg) no-repeat bottom; height:63px; padding:0 0 0 15px}
.footer_center ul li ul.social-links { float:left ; width:100% ; margin:5px 0 0 0;}
.footer_center ul li ul.social-links li { float:left; padding:0 5px 0 0; width:auto!important; }

.footer .block .block-title { display:none}

.footer .validation-advice {font-size:10px ; }

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

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left;  }
.best-selling h3 { font:bold 14px/20px "Arial Narrow", Helvetica, Arial, sans-serif; text-transform:uppercase; font-weight:bold; color:#323439; border-bottom:1px solid #e4e4e4; padding: 0 0 5px; margin: -10px 0 15px; }
.best-selling table {  }
.best-selling tr.odd { }
.best-selling tr.even { }
.best-selling td { width:33%; border-top:1px solid #e4e4e4; border-left:1px solid #e4e4e4; padding:8px 10px 8px 8px; text-align:center;}
.best-selling td:first-child { border-left:0;}
.best-selling tr:first-child td { border-top:0;}
.best-selling .product-img { }
.best-selling .product-description { line-height:1.3em; margin-top:1em; text-align:left;}
.best-selling a { text-decoration: none;}
.best-selling a:hover { text-decoration: underline;}
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { }
/* ======================================================================================= */


/* 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,
.col-main .col-inner: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-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,
.add-to-links:after,
.slideshow ul:after,
#slideshow2 .slideshow-box ul:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.brand { color:#1d292e; font-size:11px; font-weight:bold; text-transform:uppercase; padding:0 15px ; float:left;}
.sku { color:#868c90; font-size:9px; float:left; padding:0 15px }
.col-main .widget-new-products { padding-top:0 !important}

.catalog-seo-sitemap-category  .col1-layout .main { padding:0;}
.catalog-seo-sitemap-category .col1-layout .col-main { }
.catalog-seo-sitemap-category .col1-layout .col-main .col-inner { width:auto;}
.catalog-seo-sitemap-category .pager { padding:5px 10px 0 15px;}
.page-sitemap .page-title,
.contacts-index-index .page-title,
.catalogsearch-term-popular .page-title{  height:45px; margin:0; padding:0; border:0; background:url(../images/title_account.png) repeat-x; width:930px}
.page-sitemap .page-title h1 ,
.contacts-index-index .page-title h1,
.catalogsearch-term-popular .page-title h1 { margin: 0; padding: 0; color:#fff; font:bold 16px/37px Arial, Helvetica, sans-serif;  text-transform: capitalize; padding: 0 0 0 15px}

.col2-right-layout .catalogsearch-advanced-index .col-main .col-inner, .col2-right-layout .catalogsearch-advanced-result .col-main .col-inner{ padding:15px!important;}
.catalogsearch-advanced-index input.input-text, .catalogsearch-advanced-index textarea, .contacts-index-index .form-list input.input-text  {border:none}
.form-list .input-range input.input-text { background:none; border:1px solid #e4e4e4; }

.catalogsearch-advanced-index h1 { color:#13B6FE; padding:15px; }
.advanced-search, .catalogsearch-advanced-index .buttons-set { padding:0 15px 15px 15px;} 
.catalogsearch-advanced-index .form-list li { clear:left; }
.catalogsearch-advanced-index .messages li { width:700px; padding-left:15px!important; }

.contacts-index-index .col-right { padding-top:40px}
.contacts-index-index .fieldset, .contacts-index-index .buttons-set { padding:0 15px;}
.contacts-index-index .fieldset .legend { color:#13B6FE; font:bold 16px Arial, Helvetica, sans-serif;}
.contacts-index-index .form-list .field { width:300px;}
.contacts-index-index .buttons-set p.required { width:580px}
.contacts-index-index .form-list li.wide textarea, .contacts-index-index .form-list li.wide .input-box,  .contacts-index-index .buttons-set  { width:580px; }
.contacts-index-index  .form-list li { float:lefy; clear:left; }
.back_to_top { font-size:11px; position:absolute; right:15px; bottom:0; }

.complete-text { color: #476c20; font-size: 11px; font-weight: bold; text-align: right; font-style:italic; position:absolute; right:0; top:0;}
.incomplete-text { color:#868c90; font-size: 11px; font-weight: bold; text-align: right; font-style:italic; position:absolute; top:0; right:0;}

.bkg_first { background: url(../images/th_bkg.png) no-repeat!important; height:27px; }
.bkg_last { background: url(../images/th_bkg_last.png) no-repeat right!important; height:27px;   }
#prev_next { clear:left; position:relative; display:block; overflow:hidden;margin-top: 5px; }
.catalogsearch-advanced-result .breadcrumbs,.catalogsearch-result-index .breadcrumbs { margin-bottom:20px;}
.block-recent-product-review .data-table { border:none; padding-top:10px; }
.block-recent-product-review ul.data-table li { float:left; border-bottom:1px solid #e9e9e9; padding:10px 0;}
.block-recent-product-review ul.data-table li.first { padding-top:0;}
.block-recent-product-review ul.data-table li.last{ border-bottom:none;}
.block-recent-product-review .data-table img { border:1px solid #e4e4e4; padding:1px;}
.block-recent-product-review .data-table .product-image { float:left;} 
.block-recent-product-review .product_review { float:left; width:106px; padding:0 2px 0 5px;}
.block-recent-product-review .product_review .brand { float:left; padding:0; }
.block-recent-product-review .product-name { color:#363f46; clear:left; padding-bottom:5px; }
.block-recent-product-review .rating-box { }
.block-recent-product-review span { clear:left; float:left; padding-top:0px;}
.customer-address-form .form-list .field{ width:300px;}
.checkout-multishipping-addresses .col1-layout .col-main .col-inner, .checkout-multishipping-shipping .col1-layout .col-main .col-inner, .checkout-multishipping-billing .col1-layout .col-main .col-inner, .checkout-multishipping-address-selectbilling .col1-layout .col-main .col-inner, .checkout-multishipping-address-newbilling .col-main .col-inner,.checkout-multishipping-overview .col-main .col-inner, .checkout-multishipping-success .col-main .col-inner, .checkout-multishipping-address-newshipping  .col-main .col-inner{ padding:0 15px 15px 15px; width:900px;}
.checkout-multishipping-address-newbilling .form-list .field { width:300px;}
.checkout-multishipping-overview .multiple-checkout .place-order .grand-total button.button span span { padding-left:0;}
.catalogsearch-advanced-result .block-layered-nav .block-subtitle { background:none;}
.cms-page-view .std { padding:0 5px;}
.checkout-multishipping-address-newshipping .form-list .field, .checkout-multishipping-address-newshipping  .form-list .customer-name .field { width:300px;}
.checkout-multishipping-address-newshipping .buttons-set p.required{ text-align:left;}

#remember-me-box label{ padding:0 10px 0 0; }
.remember-me-popup {
    background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #CCCCCC; box-shadow: 0 0 6px #CCCCCC; left: 50%; margin: -85px 0 0 -200px; position: absolute;text-align: left; top: 50%; width: 400px; z-index: 1000; }
.remember-me-popup .remember-me-popup-head { position: relative; }
.remember-me-popup h3 {
    background: none repeat scroll 0 0 #D9E5EE; border-bottom: 1px solid #CCCCCC; font-size: 14px; padding: 5px 10px; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url("../images/btn_window_close.gif") no-repeat scroll 0 0 transparent; display: block; height: 15px; position: absolute; right: 7px; text-indent: -9999em; top: 7px; width: 15px; }
.remember-me-popup .remember-me-popup-body {
    padding: 10px; }
.remember-me-popup .a-right {
    text-align: right !important; }
.remember-me-popup .remember-me-popup-body a {
    background: none repeat scroll 0 0 #F18200; border: 1px solid #DE5400; color: #FFFFFF; display: inline-block; font: bold 12px/19px Arial,Helvetica,sans-serif;   height: 19px; padding: 0 8px; text-align: center; text-decoration: none; white-space: nowrap; }
.remember-me-popup .remember-me-popup-body a span{ background:none;}

.col-inner .category-title { display:none;}
#prev_next .previous_wrap {float:left;}
#prev_next .next_wrap {float:right;}
.data-table.compare-table thead tr.last th ,.data-table.compare-table thead tr.last td{background: url("../images/bkg_title_compare.jpg") repeat-x scroll 0 0 transparent;border-top:1px solid #E4E4E4 !important;border-left:1px solid #E4E4E4 !important; height: 32px;}
.data-table.compare-table thead tr.last td.last { border-left:1px solid #E4E4E4 !important;}
.alfasrch .block-content a:hover span {text-decoration: underline !important;}
.cms-index-index .header a.logo { float: none;}
#checkout-review-load  .buttons-set button.btn-checkout span{background: url("../images/btn_checkout_pro.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font: bold 16px/35px Arial,Helvetica,sans-serif;
    height: 35px;
    padding: 0 0 0 56px;
    text-align: center;
    text-transform: inherit;
    white-space: nowrap;}
#checkout-review-load  .buttons-set button.btn-checkout span span{background-position: right 100%;
    border: 0 none;
    padding: 0 56px 0 5px;}
.form-subscribe-header{display:none}
.footer_center .cls_icon a{ margin-right:10px;}

/**************slideshow_moreview***********/
#slideshow_moreview .previous, #slideshow_moreview .next{ background:url(../images/i_next_prev_ver.png) 0 0 no-repeat; width:17px; height:11px; text-indent:-9999px; position:absolute; left:23px; }
#slideshow_moreview .previous{/* background-position:-17px 0; */ top:-7px;}
#slideshow_moreview .next{ background-position:0 bottom; bottom:-19px;}
#slideshow_moreview .previous:hover{ background-position:0 0;}
#slideshow_moreview .next:hover{ background-position:0 -11px;}
#slideshow_moreview .slideshow-box{ position:relative; height:278px; overflow:hidden; margin-top:15px; width:58px;}
#slideshow_moreview{  position:relative;  }


/*******************************topmenu*/
.store-switcher { height: 40px; background-color :#000; }
.store-switcher ul { display: block; margin: 0 auto; padding: 15px 0 0;  width: 960px; }
.store-switcher ul li { display: block; float: left; margin: 0 2px 0 0; padding-left: 8px; }
.store-switcher ul li, .store-switcher ul li a { background: url("../images/bkg_topmenu.png") no-repeat scroll 0 0 transparent; display: block; height: 25px; line-height: 25px;}
.store-switcher ul li a { background-position: 100% -36px; color:#C2C2C2 !important; cursor: pointer; display: block; font-size: 11px; font-weight: bold; padding: 0 15px 0 7px; text-decoration: none; text-transform:capitalize; }
.store-switcher ul li:hover, .store-switcher ul li:hover a { background: url("../images/bkg_topmenu_hover.png") no-repeat scroll 0 0 transparent; }
.store-switcher ul li:hover a { background-position: 100% -36px; }

/*= 072812 =*/
.slide-show-main { margin:0 auto; width:930px; }
#left-nav-new { float:left; width:186px; /*margin:58px 0 0 0;*/ }
#left-nav-new .top-nav-shade { background:#FFF url(../images/loving-left-nav-top.jpg) left top no-repeat;  width:154px; padding:10px 19px 0 13px; }
#left-nav-new ul li { display:block; text-align:left; background:url(../images/left-nav-bot.jpg) left bottom repeat-x }
#left-nav-new ul li.last { background:none; }
#left-nav-new ul li a { font:bold 12px/30px Arial, Helvetica, sans-serif; text-align:left; }
#left-nav-new ul li a:hover, #left-nav-new ul li a.active { text-decoration:none; color:#ff6600; }
.cms-home #left-nav-new { margin-top:0px; }