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

/*Fonts*/

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sans_lightregular';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sans_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*End Fonts*/

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

body          { color:#2f2f2f; text-align:center; font-family: 'open_sansregular'; font-size:13px; margin:0px; padding:0px; }

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

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

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

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

/* Content */
p             { margin:0 0 10px; }
strong        {font-family: 'open_sansbold';}
address       { font-style:normal; line-height:1.75; }
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; color:#1C43; font-size:14px;text-decoration:none;}
.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:954px; }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {  }
.main { width:1200px; margin:0 auto;  padding:0px 0px 0px 0px;  text-align:left; }

/* Base Columns */
.col-left { float:left; width:299px; padding:0 0 1px; }
.col-main { float:left; width:954px; padding:0 0 1px; }
.col-right { float:right; width:215px; padding:0 0 1px; margin-top:86px;}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; margin-top:-5px; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; width:871px; }
.col2-right-layout .col-main {}
.col2-left-layout .breadcrumbs {margin-bottom:30px;}

/* 3 Columns Layout */
.col3-layout .col-main { margin-left:30px; width:871px; }
.col3-layout .col-wrapper { float:left; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:44.5%; background:#f9f9f9; padding:15px;}
.col2-set .col-2 { float:right; width:44.5%;  background:#f9f9f9;padding:15px;}
.col2-set .new-users {padding-bottom:16px;width:46%;}
.col2-set .registered-users {width:46%;}
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:60%; }
.col2-set p {color:#969696; font-size:12px; margin-bottom:20px;}
.col2-set .col-1 h4 {font-size:16px !important; color:#1C437A; float:none !important;margin-top:22px;}
.col2-set .col-1 p {color:#2e2e2e !important;line-height:1.75;}
.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-family:'open_sansregular';  vertical-align:middle; color:#2e2e2e; }
input.input-text,select,textarea { background:#fff; border:1px solid #7e7e7e; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
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; margin-top: -2px; }
input.checkbox { margin-right:3px; margin-top: -4px;}
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button { display:block;  border:0; background:#1C437A; padding:10px 22px; /*font-family:'open_sansregular'; */ font-size:16px; text-align:center; white-space:nowrap; color:#fff; font-weight:normal;/*	transition: all 0.3s linear;	-moz-transition: all 0.3s linear;	-webkit-transition: all 0.3s linear;*/}
button.button:hover {background:#383838;/*	transition: all 0.3s linear;	-moz-transition: all 0.3s linear;	-webkit-transition: all 0.3s linear;*/}
button.button span span { border:0; padding:0; background:none;}
button.disabled span { border-color:#bbb !important; background:#bbb !important; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 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 15px; }
.form-list label { float:left; color:#2e2e2e; font-weight:normal; position:relative; z-index:0; font-size:14px;padding-bottom:10px;}
.form-list label.required {float: left;color: #2E2E2E;font-weight: normal;position: relative;z-index: 0;font-size: 14px;padding-bottom: 10px;}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.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; width:260px; }

.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; height:25px;}
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; height:33px; padding:6px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

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

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

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

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

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

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

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

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

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

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

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; padding:25px 0 0; border-top:1px solid #e4e4e4; text-align:right;margin:3em 0 0; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; margin-top: 10px; }
.buttons-set button.button { float:right; margin-left:5px; }

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

.fieldset { margin:28px 0; }
.fieldset .legend {padding-bottom:15px;margin-bottom:15px; float:left; font-family: 'open_sansbold';font-size:13px;  color:#1C437A;  width:100%; position:relative; border-bottom:1px solid #D9DDE3; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 5px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:12px 8px 4px 48px !important; font-size:11px !important; font-family:'open_sansbold'; }
.error-msg { background-color:#1C437A; background-image:url(../images/44.png); color:#FFF;}
.success-msg { background-color:#1C437A; background-image:url(../images/icon1.png); color:#FFF;}
.note-msg,
.notice-msg {  background-color:#1C437A; background-image:url(../images/44.png); color:#FFF; clear: left; }

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; color:#868686;}
.breadcrumbs li { display:inline; background:url(../images/21.png) right no-repeat;padding:0px 22px 0px 22px;}
.breadcrumbs li.home {padding-left:0px;}
.breadcrumbs li strong { font-weight:normal; }
.breadcrumbs li a { color:#868686; text-decoration:none;}
.breadcrumbs li a:hover{text-decoration:underline;}
.breadcrumbs li span {display:none;}

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #E5E5E5; margin:0 0 25px; }
.page-title h1,
.page-title h2 { margin:0; font-family: 'open_sans_lightregular';font-size: 40px;color: #1C437A;font-weight: normal; padding-bottom:10px;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons button.button {float:right;}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

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

/* Pager */
.pager { font-size:12px;  text-align:center; margin-top:15px; margin-bottom:15px;}
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; border:1px solid #7E7E7E; padding:2px 9px 1px 9px;}
.pager .limiter label { vertical-align:middle; float:left;margin-top:3px;margin-right:4px;}
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { float:right;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 10px;float:left; }
.pager .pages li a {color:#2e2e2e;}
.pager .pages .current {color:#1C437A;}
.pager .amount strong {font-weight:normal; font-size:11px; color:#2e2e2e;}
.pager .pages a.next {background:none;width:auto; height:auto;margin-right:-10px;margin-top:-2px;}

.pager .pages a.previous {margin-top:-2px;float:left;}
.my-account .pager .pages {margin-right:150px;}
/* Sorter */
.sorter { font-size:11px; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:left; padding:2px 9px; border:1px solid #7e7e7e;margin-right:16px;}
.sorter .sort-by label {font-size:11px;color:#2e2e2e; padding-right:6px; vertical-align:middle;float:left;margin-top:3px;}
.sorter .sort-by select { padding:0; margin:0 0 0px; vertical-align:middle; color:#1C437A; font-size:10px; }
.sorter .link-feed {}
.sorter .limiter { float:right; padding:2px 9px; border:1px solid #7e7e7e;}
.sorter .limiter label {font-size:11px;color:#2e2e2e; padding-right:6px; vertical-align:middle;float:left;margin-top:3px;}
.sorter .limiter select { padding:0; margin:0 0 0px; vertical-align:middle; color:#1C437A; font-size:10px; }

.sorter .sort-by img {display:none;}
.sorter .view-mode {float: left;
    line-height: 28px;
    margin: 0;
    width: 250px;}
.sorter .view-mode label{display:none;} 
.sorter .view-mode .grid {
    background:#1C437A url("../images/25.png") no-repeat scroll center top;
    height: 27px;
    padding:5px 14px 6px 13px;
    width: 27px;
    margin-right:0px;
    border:1px solid #FFF;
}
.sorter .view-mode .grid:hover {
	 background:#1C437A url("../images/25.png") no-repeat scroll center top;
         padding:5px 14px 6px 13px;
         border:1px solid #7e7e7e;
}
.sorter .view-mode .grid-mode-active
{
	 background:#1C437A url("../images/25.png") no-repeat scroll center top;
         padding:5px 14px 6px 13px;
	margin-right:8px;
        border:1px solid #7e7e7e;
}
.sorter .view-mode .list {
    background:#1C437A url("../images/26.png") no-repeat scroll center top;
    height: 26px;
    padding: 5px 14px 6px 13px;
    width: 27px;
    border:1px solid #FFF;
}
.sorter .view-mode .list:hover {
	 background:#1C437A url("../images/26.png") no-repeat scroll center top ;
         padding:5px 14px 6px 13px;
         border:1px solid #7e7e7e;
}
.sorter .view-mode .list-mode-active
{
	 background:#1C437A url("../images/26.png") no-repeat scroll center top ;
         padding:5px 14px 6px 13px;
         border:1px solid #7e7e7e;
}


/* Toolbar */
.toolbar {display:inline-block; width:100%; padding:25px 0px 10px 0px;}
.toolbar .pager {   }
.toolbar .sorter { border-bottom:1px solid #e5e5e5; padding:0px 0px 15px 0px;}
.toolbar-bottom {}

.sort_box{ /*background: url("../images/drop_arrow.png") no-repeat scroll center right transparent;*/ position: relative; }
.sort_box.active .sort_pan{background:url("../images/37.png") no-repeat 67px 10px;  border-bottom:0;}
.sort_detail{border:1px solid #7e7e7e; border-top:0; background: none repeat scroll 0 0 #FFF; color: white; display: none; position: absolute; right: 11px; top: 26px; z-index: 1500;  text-align: left;}
.sort_detail a{padding:5px 26px 5px 9px;  display: block; text-decoration: none; border-bottom:1px solid #e2e2e2;}
.sort_detail a:hover, .sort_icon.selected, .language_detail a:hover, .currency_icon.selected{color:#1C437A;}
.sort_detail a:hover{background:#fff;}
.sort_box .sort_pan{ background:url("../images/37.png") no-repeat 67px 10px;  float:left; padding:3px 28px 4px 10px; text-align:left; color:#1C437A;text-transform:capitalize;}

/*.show_box{ /*background: url("../images/drop_arrow.png") no-repeat scroll center right transparent;*/ /*position: relative; width:121px;}
.show_box.active .sort_pan{background:url("../images/37.png") no-repeat 67px 10px #F0F0F0;  border-bottom:0;}
.show_detail{border:1px solid #e2e2e2; border-top:0; background: none repeat scroll 0 0 #F0F0F0; color: white; display: none; position: absolute; right: 11px; top: 26px; z-index: 1500;  text-align: left;}
.show_detail a{padding:5px 26px 5px 9px;  display: block; text-decoration: none; border-bottom:1px solid #e2e2e2;}
.show_detail a:hover, .sort_icon.selected, .language_detail a:hover, .currency_icon.selected{color:#15bbbc;}
.show_detail a:hover{background:#fff;}
.show_box .sort_pan{ background:url("../images/37.png") no-repeat 67px 10px; width:43px; float:left; padding:3px 27px 4px 10px; text-align:left; color:#1C437A;}
*/


.show_box{ /*background: url("../images/drop_arrow.png") no-repeat scroll center right transparent;*/ position: relative; }
.show_box.active .show_pan{background:url("../images/37.png") no-repeat 32px 10px;  border-bottom:0;}
.show_detail{border:1px solid #7e7e7e; border-top:0; background: none repeat scroll 0 0 #FFF; color: white; display: none; position: absolute; left: 40px; top: 26px; z-index: 1500;  text-align: left;}
.show_detail a{padding:5px 20px 5px 13px;  display: block; text-decoration: none; border-bottom:1px solid #e2e2e2;}
.show_detail a:hover, .show_icon.selected, .language_detail a:hover, .currency_icon.selected{color:#1C437A;}
.show_detail a:hover{background:#fff;}
.show_box .show_pan{ background:url("../images/37.png") no-repeat 32px 10px; float:left;  padding:3px 27px 4px 10px; text-align:left;margin-right:6px; color:#1C437A; }

.header_currency{ float:right; margin-left:15px;padding:3px 10px 2px 10px;}
.header_currency:hover {border:1px solid #E2E2E2;  padding:2px 9px 1px 9px;background:#FFF;}
.col-left .header_currency {display:none;}
.header_currency label {float:left; margin-top:5px;color:#737373;}
.currency_box{float:right; background: url("../images/04.png") no-repeat 40px 13px; padding: 6px 25px 7px 11px; position: relative;color:#737373;}
.currency_box.active{background:url("../images/04.png") no-repeat 40px 13px #FFF; }
.currency_detail{border:inherit; background: none repeat scroll 0 0 #FFF; color: white; display: none; position: absolute; right: 0px; top: 29px; z-index: 1500; width: 75px; text-align: left;border:1px solid #E2E2E2;border-top:0px;border-bottom:0px;}
.currency_detail a{padding:6px 10px;  display: block; text-decoration: none; border-bottom:1px solid #e2e2e2;}
.currency_detail a img{padding-right: 5px;margin-top:2px;}
.currency_detail a:hover, .currency_icon.selected, .language_detail a:hover, .currency_icon.selected{color:#1C437A;}
.currency_detail a:hover{background-color:#fff;}
.currency_pan{}

.header_language{ float:right;margin-left:32px;padding:3px 10px 2px 10px;}
.header_language:hover {border:1px solid #E2E2E2;  padding:2px 9px 1px 9px;background:#FFF;}
.col-left .header_language {display:none;}
.header_language label {float:left;margin-top:5px;color:#737373;}
.language_box{float:right; background: url("../images/04.png") no-repeat 55px 13px;  padding: 6px 25px 7px 11px; position: relative;color:#737373;}
.language_box.active{background:url("../images/04.png") no-repeat 55px 13px #FFF; }
.language_detail{border:inherit; background: none repeat scroll 0 0 #FFF; color: white; display: none; position: absolute; right: 0px; top: 29px; z-index: 1500; width: 85px; text-align: left;border:1px solid #E2E2E2;border-top:0px;border-bottom:0px;}
.language_detail a{padding:6px 11px;  display: block; text-decoration: none; border-bottom:1px solid #e2e2e2;}
.language_detail a img{padding-right: 5px;margin-top:2px;}
.language_detail a:hover, .language_icon.selected, .language_detail a:hover, .language_icon.selected{color:#1C437A;}
.language_detail a:hover{background-color:#fff;}
.language_pan{}


/* Data Table */
.data-table { width:100%;  }
.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 { vertical-align:middle;}
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px;text-align:center !important; color:#2e2e2e; font-size:13px;}
.data-table td a {color:#2e2e2e; font-size:13px;  font-weight:normal;}
.data-table td a img {border:1px solid #dadada; background:#d8d8d8 url(../images/bg_product4.png);}
.data-table .product-name {text-align:left !important; }
.data-table thead th { font-weight:normal; padding:9px 20px; color:#3e3e3e; font-size:14px; white-space:nowrap; vertical-align:middle; }
.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:#fbfbfb; text-align:left;}
#my-orders-table th {text-align:left;}
#shopping-cart-table thead th {font-family: 'open_sansbold';}
#checkout-review-table thead th {font-family:'open_sansbold';}
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
.data-table input.qty {width:3.5em !important; padding:5px;}


.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td {border-bottom:1px solid #D9DDE3;padding:25px 20px 25px 20px;}
#checkout-review-table-wrapper .data-table td {text-align:right !important; padding:10px 23px 10px 20px;}
.data-table tfoot tr { }
.data-table tfoot td { padding:25px 20px 0px 20px;  }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; padding:25px 20px 25px 20px; vertical-align:middle;}
/* Bundle products tables */
.p_title {
width: 425px;
float: left;
text-align: left;
}
.p_price {
float: left;
clear: right;
text-align: left;
}
.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; vertical-align:top; padding:25px 20px 10px 20px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.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 { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

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

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

/* 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 0em; padding:0; }
.std ul { list-style:disc outside;}
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:none; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.0em 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 !important; padding-right:0 !important; }

.link-cart { color:#dc6809; font-weight:bold; }
.link-wishlist {  font-weight:bold; }
.products-grid .actions .add-to-links {position:absolute;right:0px;top:12px;}
.products-grid .actions .add-to-links li {float:left;margin-left:5px;}
.products-grid .actions .add-to-links a.link-wishlist{background:url(../images/41.png) center no-repeat;padding:2px 11px 1px 7px;}
.products-grid .actions .add-to-links a.link-compare{background:url(../images/42.png) center no-repeat;padding:2px 10px 1px 7px;font-size:11px;}
.products-grid .actions .add-to-links a.link-wishlist:hover{background:#1C437A url(../images/41_hover.png) center no-repeat;padding:1px 11px 1px 7px;}
.products-grid .actions .add-to-links a.link-compare:hover{background:#1C437A url(../images/42_hover.png) center no-repeat;padding:1px 10px 1px 7px;}
.link-reorder {font-size: 13px;text-decoration: none;font-weight: normal; color:#2E2E2E !important; }
.link-compare { font-weight:bold; }
.link-print { color: #1C437A;font-size: 13px;text-decoration: none;font-weight: normal; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:14px; height:14px; font-size:0; line-height:0; background:url(../images/43.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:45px; height:45px; font-size:0; line-height:0; background:url(../images/delete.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2:hover{opacity: 0.5;}
.btn-edit    { display:block; width:14px; height:14px; font-size:0; line-height:0; background:#1C437A url(../images/btn_edit2.png) 2px 2px no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

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

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

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

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


/* Header ================================================================================ */
.logo { float:left; }
.header-container { }
.header { margin:0 auto; text-align:right; position:relative; z-index:10000;padding:0px 0px 15px 0px;}
.header1{margin:0 auto; width:1200px /*float:right;*/}
.header2 {width:1200px;margin:0 auto;border-bottom:1px solid #e5e5e5;padding:20px 0px 20px 0px;display:table; position: relative;}
.header2 .cartlogo{float:left;padding:8px 10px 0px 25px;}
.header2 .shopping_bg {height:30px; float: right; width: 110px;margin-top: -158px;}
.header .logo { float:left; margin:0px 0 0px 0px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:none;padding:5px 0px 5px 0px;background-color:#f9f9f9; }
.header .welcome-msg { margin:0; color:#fff; text-align:right;}
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { width:190px; height:30px; float:right; margin-left:30px; margin-top: -156px; margin-right: 95px;}
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; word-spacing:10px;display:none;}
.header .form-search input.input-text { float:left; border-color:#7d7d7d; width:150px; margin-right:6px; padding:6px;}
.header .form-search button.button { float:left; }
.header .form-search button.button { border:0; height:21px; background:url(../images/02.png) 0 7px no-repeat; padding:7px 0 0 5px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:auto !important; top:51px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989;background-color:#FFF;}
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:6px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-family: 'open_sansbold'; color:#1C437A; }
.header .form-search .search-autocomplete li.odd { }
.header .form-search .search-autocomplete li.selected { background-color:#E5E5E5; }
.header .form-language {text-align:right; float:right;}
.header .form-language label { padding-right:5px; color:#737373; vertical-align:middle; font-size:10px;}
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links {
    margin: 15px 0;
    width: 100%;
    float: left;
}
.header .links li { float:left;  padding:0 28px 0 7px; text-transform:uppercase;}
.header .links a { color:#737373; text-decoration:none;}
.header .links a:hover{text-decoration:underline;}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

.sticky{
    position: fixed;
    width: 100%;
    top: 0px;
    background: #fff;
}




.mini-cart-div .summary-container .summary .amount {float:right;margin-top:8px;}
.col-left .mini-cart-div {display:none;}

/* Sidebar =============================================================================== */
.block { margin:0 0 0px; }
.block .block-title {  border-bottom:1px solid #ddd;  }
.block .block-title strong { display:block; font-size:25px; color:#1C437A; font-weight:normal; font-family: 'open_sans_lightregular'; padding:0px 0px 10px 0px;}
.block .block-title strong span {}
.block-currency .block-title strong span {color: #737373;font-size: 10px; font-weight:normal; padding-right:5px;}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content {  }


.block-cart .block-content { background:none;}
.block .block-content li.item { padding:7px 0px; }
.block .block-content .product-name { color:#2E2E2E; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { }
.block .actions a { float:left; margin-top:10px;}
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:20px 0px; color:#2e2e2e;}

.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 { font-size:12px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reord    er .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 {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { background:#f9f9f9; border:0; padding:10px 20px 0px 20px; }
.block-account .block-title strong { display: block;font-size: 30px;color: #1C437A;font-weight: normal;font-family: 'open_sans_lightregular';
padding: 0px 0px 10px 0px; border-bottom:1px solid #e5e5e5;}
.block-account .block-content { background:#f9f9f9; padding:20px 20px 25px 20px; margin-bottom:30px;}
.block-account .block-content li a { display:block;  line-height:2.80; color:#2e2e2e; font-size:13px; text-decoration:none !important; }
.block-account .block-content li strong {font-weight:normal;}
.block-account .block-content li a:hover { color:#1C437A; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { line-height:2.80;color:#1C437A; font-weight:normal; font-size:13px;}
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0;float:right;padding-left:30px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; float:left;}
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; text-transform:none; color:#fff; padding:0px;}
.block-currency .block-content { background:none; padding:0; float:left;}
.block-currency .block-content select { width:100%; padding:0; }




/* Block: Layered Navigation */
.block-layered-nav { border:0; background-color:#f9f9f9; padding:10px 20px 25px 20px; margin-bottom:30px;}
.block-category-nav { border:0; background-color:#f9f9f9; padding:10px 20px 25px 20px; margin-bottom:30px;}
.block-category-nav .block-content dd ol li {font-size:13px; line-height:2.3;color:#1C437A;}
.block-category-nav .block-content dd ol li a{background:url(../images/21.png) no-repeat left center;padding-left:25px;padding-right:7px;transition:all 0.2s linear;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;}
.block-category-nav .block-content dd ol li a:hover{text-decoration:none;background:url(../images/21.png) no-repeat 5px center;transition:all 0.2s linear;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;text-decoration:underline;}
.block-category-nav .block-content {margin-top:10px;}
.block-layered-nav .block-title {margin-bottom:10px; border:0; padding:0;border-bottom:1px solid #DDD;}
.block-layered-nav .block-title strong span {}
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(../images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.col-left .block-currency {display:none;}
.col-left .block-layered-nav .block-subtitle {display:none;}
.block-layered-nav .block-content {}

.block-layered-nav dt { padding:0px 0px 0 0px; font-family: 'open_sansbold'; margin:20px 0px 7px 0px; font-size:14px;}
.block-layered-nav dd { padding:0 0px 0px;/* background:url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x; */}
.block-layered-nav #narrow-by-list dd ol li {font-size:13px; line-height:2.3;color:#1C437A;}
.block-layered-nav #narrow-by-list dd ol li a {color:#2e2e2e; text-decoration:none;background:url(../images/21.png) no-repeat left center;padding-left:25px;padding-right:7px;margin-left:15px;transition:all 0.2s linear;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;}
.block-layered-nav #narrow-by-list dd ol li a:hover {background:url(../images/21.png) no-repeat 5px center;transition:all 0.2s linear;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;text-decoration:underline;}
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li {  padding:6px 24px 12px 0px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label {font-family: 'open_sansbold'; font-size:13px;  text-transform:uppercase; display:inline-block; vertical-align:top; color:#2e2e2e; padding-right:5px; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; font-size:13px;}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:13px; padding:10px 5px 0px 0px; border-top:1px solid #dee5e8; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart{}
.top-image{background:url(../images/00.png) no-repeat top; height:9px; }
.toptital{padding: 10px 10px 10px 10px; border: 1px solid #E4E4E4; font-size:12px; background-color:#fff; border-top:none;}
/*.block-cart .block-content{ max-height:400px; overflow:auto; }*/
.slideTogglebox{background: white; position: absolute; margin-top:27px; width: 260px; z-index: 10000; right:0;}
.block-cart .block-subtitle{font-size: 9pt;  padding: 0px 5px 5px 5px; color:#464646 !important;text-align:center;}
.block-cart .subtotal{padding:10px 0px; line-height: 23px; color:#2e2e2e; border-top:1px solid #e2e2e2;}
.block-cart .subtotal .price{font-weight:bold;}
.block-cart .subtotal .actions button{float:left;padding:5px; font-size:12px;}

.block-cart .block-content a { color: #464646!important; font-size:8pt;}
.mini-products-list li{border-bottom:1px solid #e5e5e5; padding:10px 0px 30px 0px; }
.block-cart .block-content .mini-products-list li{text-align:left;}
.mini-products-list li.last{clear:both; border-bottom:0;}
.mini-products-list li.even{clear:both;}
.mini-products-list .product-image { float: left; width: 50px; border: 1px solid #D6D6D6; padding:3px;background:#d8d8d8 url(../images/bg_product4.png);}
.mini-products-list .product-image img{margin:0px; float:none;}
.mini-products-list .product-details {margin-left: 65px;}
.mini-products-list .product-details .price-box .price-label{display:none;}
.mini-products-list .product-details .price-box .old-price .price{float:none;}
.block-cart .btn-remove, .block-cart .btn-edit { float: right; margin: 25px 0 2px 5px; vertical-align:middle;}
.block-cart .block-content .product-name {font-size:12px;  color: #464646 !important; padding: 4px 0px 5px;}
.block-cart .mini-products-list .product-details .product-name, .block-cart .mini-products-list .product-details .nobr small {word-wrap: break-word;text-align:left;}
.truncated { cursor: help;}
.truncated .truncated_full_value { position: relative; z-index: 999; }
.truncated a.details { cursor: help; text-decoration: none !important; display: inline-block; border-bottom: 1px dotted #4F8100; }

.block-cart .block-title { /*border-bottom:0;*/ }


/* Block: Wishlist */
.block-wishlist .block-title strong {padding-left:0px; }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; color:#1C437A;}
.block-wishlist {background-color: #F9F9F9;padding: 10px 20px 25px 20px;margin-bottom:30px;}
.block-wishlist .block-subtitle {padding:20px 0px 12px 0px;color:#2e2e2e;;font-weight:normal;font-size:12px;}
.block-wishlist #wishlist-sidebar .product-name{padding-bottom:0px;}

.block-wishlist .special-price .price{line-height: 0;font-size: 12px;color: #1C437A;font-family: 'open_sansbold';}
.block-wishlist .regular-price .price{line-height: 0;font-size: 12px;color: #1C437A;font-family: 'open_sansbold';}
.block-wishlist .old-price .price{line-height: 0;font-size: 12px;font-family: 'open_sansbold';color: #1C437A;}
.block-wishlist .product-name a {color:#2e2e2e;}
.block-wishlist .product-name {line-height:1.50;}
.block-wishlist .block-content li.item {padding:14px 0px 13px 0px;}
.block-wishlist .link-cart {color:#1C437A;font-weight:normal;}

/* Block: Related */
.block-related .block-title strong {padding-left:0px; }
.block-related input.checkbox { float:left; margin:0px;}
.block-related .product { margin-left:20px; }
.block-related .old-price .price{color: #1C437A;}
.block-related .special-price .price, .block-related .regular-price .price{color:#1C437A;}
.block-related .link-wishlist {font-weight:normal;color:#1C437A;}
.block-related .mini-products-list .product-details {margin-left:85px;}
.block-related .block-subtitle {padding:15px 0px;font-weight:normal;color:#2e2e2e;}
.block-related .block-subtitle a{color:#1C437A;}
.block-related .block-content li.item {padding: 0px; margin: 0px 6px 24px 6px;}
/* Block: Compare Products */
.block-compare .block-title strong { padding-left:0px;}
.block-compare button.button span {  }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold;  }
#compare-items .product-name a {color:#2e2e2e;}
#compare-items {margin-top:10px;margin-bottom:15px; border-bottom:1px solid #e5e5e5;padding-bottom:5px;}
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; width:130px; height:15px; padding-top:5px; color:#2e2e2e;}
.compare-table tbody th { background:#F9F9F9; }
.compare-table tbody th span {color:#1C437A;}
.compare-table .product-name {padding-top:15px;padding-bottom:0px;}
.compare-table .price-box {text-align:left;margin:3px 0 20px 0;}
.compare-table button.button {float:left;}
.compare-table .add-to-links{clear: both; text-align: left; padding-top: 10px;}
.compare-table .std  {text-align:left;color:#2e2e2e;}
.compare-table tbody th,
.compare-table tbody td {  border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; text-align:center !important;}
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
.compare-table .old-price .price-label {display:none;}
.compare-table .special-price .price-label {display:none;}
.compare-table .special-price .price {color: #1C437A;}
.compare-table .old-price .price{color: #1C437A;}
.compare-table .regular-price .price{color: #1C437A;}
.compare-table .rating-box {background:url(../images/heart.png) 0 0 repeat-x;}
.compare-table .rating-box .rating {background:url(../images/heart.png) 0 100% repeat-x;}
.compare-table tbody .add-to-row {display:none;}


/* Block: Recently Viewed */
.block-viewed .block-title strong { padding-left:0px; }

/* Block: Recently Compared */
.block-compared{background-color:#f9f9f9; padding:10px 20px 25px 20px; margin-bottom:30px;}
.block-compared .block-title strong {padding-left: 0px; }
.block-compared .block-content{margin-top: 13px;}

/* Block: Poll */
.block-poll .block-title strong {padding-left:0px; }
.block-poll .block-subtitle { font-size:12px; font-weight:normal;padding:10px 0px;color:#1C437A;}
.block-poll label { color:#2e2e2e; font-weight:normal; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:9px 0px; }
.block-poll .actions { margin:12px 0 0;border-top: 1px solid #E5E5E5;padding-top: 18px; }
.block-poll button.button span { }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }
.block-poll button.button {}

/* Block: Tags */
.block-tags .block-title strong { padding-left:0px; }
.block-tags .block-content .tags-list { background:none; border:0; font-size:16px; padding:15px 0px 0px 0px;}
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right;display:none; }
.block-tags .actions a { float:none; }
.block .block-content .tags-list li a {font-size:12px; line-height:30px; color:#2E2E2E;}
.block .block-content .tags-list li a:hover {}
/* Block: Subscribe */
.block-subscribe .block-content { padding:0px 0px 0px 0px; }
.block-subscribe .block-title strong { padding-left:0px; }
.block-subscribe label { font-weight:normal; color:#3e3e3e;font-size:12px;}
.block-subscribe input.input-text { display:block; width:246px; margin:0px 0px 20px 0px; border:1px solid #7e7e7e; padding:6px; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:right;font-size:12px; }
.block-subscribe .block-title {border-bottom:none;}
.block-subscribe .form-subscribe-header {padding-bottom:15px;}

/*block-compare*/
.block-compare {background-color:#f9f9f9; padding:10px 20px 25px 20px; margin-bottom:30px;}
.block-viewed {background-color:#f9f9f9; padding:10px 20px 25px 20px; margin-bottom:30px;}
.block-viewed .block-content .product-name a {color:#2e2e2e;}
.block-viewed .block-content li.item {padding:7px 0px;}
.block-viewed .block-content, .block-poll .block-content {margin-top:13px;}
.block-reorder {background-color:#f9f9f9; padding:10px 20px 25px 20px;margin-bottom:30px;}
.block-poll {background-color:#f9f9f9; padding:10px 20px 25px 20px; margin-bottom:30px;}	
/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }
.block-reorder .block-content p {font-size: 12px;font-weight: normal;color: #2E2E2E; padding:0px 0px 20px 0px;}
.block-reorder li.item {padding:0px !important;}
.block-reorder .block-content {margin-top:20px;}
.block-reorder .product-name a {color:#2e2e2e;}
.block-reorder .actions button.button {float:left;}
.block-reorder .actions button.button.btn-cart{background:#1C437A url(../images/10.png) 12px 9px no-repeat; padding:9px 13px 9px 37px; font-size:12PX; }
.block-reorder .actions button.button.btn-cart:hover {background:#383838 url(../images/10.png) 12px 9px no-repeat;}
.block-reorder .actions {border-top:1px solid #e5e5e5;padding-top:20px;}
.block-reorder .actions a {float:right;}
/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }
.block-banner, .block-tags, .block-subscribe {background:#f9f9f9; margin-bottom:30px; padding:10px 20px 25px 20px;}

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

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


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; display:none;}
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}
.category-banner {float:left;}
.category-content{float:right;width:207px; background:#1C437A;height:220px; padding:34px 25px 24px 25px; overflow:auto;}
.category-content h1 {font-size:36px; color:#FFF; font-family:'open_sans_lightregular'; padding-bottom:15px;}
.category-content p {font-size:13px; color:#FFF;}

/* View Type: Grid */
.product-latest {}
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.product-latest li.latest-product.item { float:left; width:392px; margin:0px 9px 9px 0px; padding:0px; border:1px solid #D9D9DB; }
.product-latest li.latest-product.item.last {margin-right:0px;}
.product-latest .latest-product .product-image { display:block; width:191px; height:201px; margin:0 0 0px; }
.productgrid-area .product-name { /*min-height:2.7em;*/ margin: 10px 0px 0px 10px;font-weight: bold;font-size: 13px;color: #203548;position: absolute;top: 0; }
.product-latest .actions .add-to-links {right:10px;top:12px;}
.products-grid .product-name a { color:#FFF; font-size:14px; text-decoration:none; font-weight:normal;}
.products-grid .product-name a:hover { text-decoration:underline;}

.product-latest .product-name a { color:#FFF; font-size:14px; text-decoration:none; font-weight:normal;}
.product-latest .product-name a:hover { text-decoration:underline;}
.product-latest .price-box { margin:5px 0;position:absolute; bottom:55px; right:auto; }
.products-grid .availability { line-height:21px; }
.product-latest li.latest-product .actions {border-top: 1px solid #fff; position:absolute; bottom:10px; width:171px; padding:10px 11px 10px 0px;display:block;margin:0px;float:left;}

.product-latest li.latest-product:hover .actions{}
.product-latest li.latest-product:hover .price-box { bottom:55px; }
.product-latest li.latest-product .actions button.btn-cart {float:left;background:url(../images/10.png) left center no-repeat; padding:1px 0px 0px 21px;font-size:12px;text-transform:uppercase;}
.product-latest li.latest-product .actions button.btn-cart:hover { text-decoration:underline;}
.product-latest .ratings {margin:0px;}


.product-latest .actions .add-to-links {position:absolute;right:0px;top:12px;}
.product-latest .actions .add-to-links li {float:left;margin-left:5px;}
.product-latest .actions .add-to-links a.link-wishlist{ margin-left:5px; background:url(../images/41.png) center no-repeat;padding:2px 11px 1px 7px;}
.product-latest .actions .add-to-links a.link-compare{margin-left:5px; background:url(../images/42.png) center no-repeat;padding:2px 10px 1px 7px;font-size:11px;}
.product-latest .actions .add-to-links a.link-wishlist:hover{background:#1C437A url(../images/41_hover.png) center no-repeat;padding:1px 11px 1px 7px;}
.product-latest .actions .add-to-links a.link-compare:hover{background:#1C437A url(../images/42_hover.png) center no-repeat;padding:1px 10px 1px 7px;}

.products-grid li.item  {float:left; margin:0px 23px 24px 0px;position:relative;border:1px solid #e5e5e5; background:white;}
.products-grid li.column2 {width:422px;margin:0px 23px 23px 0px;}
.products-grid li.column3 {width:272px; margin:0px 24px 23px 0px;}
.products-grid li.column4 {width:197px; margin:0px 24px 23px 0px;}
.products-grid li.column2 .actions{width:92% !important;}
.products-grid li.column3 .actions{width:88% !important;}
.products-grid li.column4 .actions{width:84% !important;}
.products-grid li.item.last {margin:0px 0px 27px 0px;}




.products-grid .productgrid-area {width: 100%;background:#1C437A; float:left; display:inline-block;position:absolute;bottom:0;height:58px;left:0;-moz-transition:all 0.1s linear;transition:all 0.1s linear;-webkit-transition:all 0.1s linear;}
.products-grid .actions {border-top:1px solid white; margin: 0px 10px; position: absolute; bottom: 0px;display:none; padding:10px 12px 10px 0px;width:88%;}
.products-grid .actions button.button {color: #fff; float:left;font-size:12px;background:url(../images/10.png) left center no-repeat; padding:1px 0px 0px 21px; text-transform:uppercase;}
.products-grid .actions button.button:hover {text-decoration:underline;}
.products-grid li.item:hover .actions {display:block;position:absolute;}
.products-grid .productgrid-area .rating-box { width:81px; height:15px; font-size:0; line-height:0; background:url(../images/06.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.products-grid .productgrid-area .rating-box .rating { float:left; height:15px; background:url(../images/06.png) 0 100% repeat-x; }

.products-grid li.item:hover .productgrid-area {background:#1C437A ;-moz-transition:all 0.1s linear;transition:all 0.1s linear;-webkit-transition:all 0.1s linear;height:145px; }
.products-grid li.item:hover .price-box{ position:absolute; bottom:40px; font-size:36px;font-family: 'open_sans_lightregular'; display:block;-moz-transition:all 0.1s linear;transition:all 0.1s linear;-webkit-transition:all 0.1s linear; }
.products-grid li.item:hover .special-price .price{ font-size:36px;font-family: 'open_sans_lightregular'; display:block;-moz-transition:all 0.1s linear;transition:all 0.1s linear;-webkit-transition:all 0.1s linear;}
.products-grid li.item:hover .regular-price .price{font-size:36px;font-family: 'open_sans_lightregular'; display:block;-moz-transition:all 0.1s linear;transition:all 0.1s linear;-webkit-transition:all 0.1s linear;}
.products-grid li.item:hover .old-price .price {display:block;position:absolute;right:9px; bottom:49px; color:#FFF; }
.productgrid-area .price-box, .productgrid-area .price-box .special-price .price, .productgrid-area .price-box .regular-price .price  {position:absolute; bottom:0px; right:5px; font-size:14px; color:#FFF; -moz-transition:all 0.1s linear;transition:all 0.1s linear;-webkit-transition:all 0.1s linear;}
.productgrid-area .price-box .old-price .price {display:none; }
.productgrid-area .old-price .price-label {display:none;}
.productgrid-area .special-price .price-label{display:none;}
.productgrid-area .ratings {margin:36px 9px;}
.products-grid .product-latest li.latest-product:hover .price-box .old-price .price {right:auto;position:absolute;font-weight:normal;bottom:54px;  }

.products-grid li.item .minimal-price .price-label{display:none;}
.products-grid li.item .price-to .price-label{display:none;}
.products-grid li.item .price-from .price-label{display:none;}
.products-grid li.item .price-to .price{display:none;}
.products-grid li.item .price-from .price{font-family: 'open_sans_lightregular'; font-size: 36px; color: white; font-weight: normal;}
.products-grid li.item .minimal-price .price{font-family: 'open_sans_lightregular'; font-size: 36px; color: white; font-weight: normal;}
.products-grid li.item .minimal-price-link .price{color: #fff; display: none;}
.products-grid li.item .minimal-price-link .label{color: #fff; display: none;}


.products-grid li.item .minimal-price .price-label{display:none;}
.products-grid li.item .price-to .price-label{display:none;}
.products-grid li.item .price-from .price-label{display:none;}
.products-grid li.item .price-to .price{display:none;}
.products-grid li.item .price-from .price{font-family: 'open_sans_lightregular'; font-size: 36px; color: white; font-weight: normal;}
.products-grid li.item .minimal-price .price{font-family: 'open_sans_lightregular'; font-size: 36px; color: white; font-weight: normal;}
.products-grid li.item .minimal-price-link .price{color: #fff; font-size: 11px; display: none;}
.products-grid li.item .minimal-price-link .label{color: #fff; font-size: 11px; display: none;}


.product-latest li.latest-product .minimal-price .price-label{display:none;}
.product-latest li.latest-product .price-to .price-label{display:none;}
.product-latest li.latest-product .price-from .price-label{display:none;}
.product-latest li.latest-product .price-to .price{display:none;}
.product-latest li.latest-product .price-from .price{font-family: 'open_sans_lightregular'; font-size: 36px; color: white; font-weight: normal;}
.product-latest li.latest-product .minimal-price .price{font-family: 'open_sans_lightregular'; font-size: 36px; color: white; font-weight: normal;}
.product-latest li.latest-product .minimal-price-link .price{color: #fff;}
.product-latest li.latest-product .minimal-price-link .label{color: #fff;}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:auto; margin:0 auto; }
.col1-layout .products-grid {list-style:none; }
.latest-product .latest-image {float:left;background:#d8d8d8 url(../images/bg_product4.png);}
.latest-product .latest-area {float:left;width:178px; height:191px;background-color:#1C437A; padding:10px 13px 0px 10px;}
.latest-product .latest-area .rating-box { width:81px; height:15px; font-size:0; line-height:0; background:url(../images/06.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.latest-product .latest-area .rating-box .rating { float:left; height:15px; background:url(../images/06.png) 0 100% repeat-x; }


/* View Type: List */
.products-list li.item {margin-bottom:40px;border-bottom:1px solid #e5e5e5; padding-bottom:40px;}
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:232px; height:256px; margin:0 0 10px; border:1px solid #dadada; background:#d8d8d8 url(../images/bg_product4.png);}
.products-list .product-shop { margin-left:29px; float:left; width:608px;}
.products-list .product-name { margin:0 0 5px; font-weight:normal; line-height:1; font-size:30px; color:#1C437A;  font-family:'open_sans_lightregular';}
.products-list .product-name a { color:#1C437A;  }
.products-list .price-box {margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.78; color:#2e2e2e; font-size:12px; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { margin:13px 0px 0px 30px; float:left; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links li a.link-wishlist, .link-compare {color:#1C437A; font-size:13px; font-weight:normal;}
.products-list .add-to-links .separator { display:inline; color:#1C437A; margin:0 3px; }
.products-list .price-box .old-price .price-label {display:none;}
.products-list .price-box .special-price .price-label {display:none;}
.products-list .price-box .old-price .price { color:#1C437A;}
.products-list .price-box .regular-price .price {font-size:40px; color:#1C437A; font-family:'open_sans_lightregular'; float:left; margin-right:30px;}
.products-list .price-box .special-price .price {font-size:40px; color:#1C437A; font-family:'open_sans_lightregular'; float:left; margin-right:30px;}
.products-list .f-fix button.button.btn-cart {background:#1C437A url(../images/27.png) 15px 11px no-repeat;padding: 14px 15px 13px 50px;font-size: 16px;text-transform: none;}
.products-list .f-fix button.button.btn-cart:hover{background:#383838 url(../images/27.png) 15px 11px no-repeat;}

.products-list .f-fix p button.button {float:left;}
.products-list .rating-box {background:url(../images/heart.png) 0 0 repeat-x; }
.products-list .ratings {margin-top:16px;float:left;}
.products-list .ratings .rating-box { margin:0px 15px 0px 0px;}
.products-list .rating-box .rating {background:url(../images/heart.png) 0 100% repeat-x;}
.products-list .ratings .rating-links a {color:#1C437A; font-size:12px; }
.products-list .ratings .rating-links .separator {color:#1C437A; margin:0 3px;}
.products-list .ratings .rating-links { float:left;}
.products-list .productlist-area {border-top:1px solid #ededed; border-bottom:1px solid #ededed; float:left; width:100%; margin:15px 0px 10px 0px; padding:10px 0px 10px 0px;}
/* ======================================================================================= */


/*===============================bestseller-product======================================  */

.bestseller-product {border:0; background-color:#f9f9f9; padding:10px 20px 25px 20px; margin-bottom:30px;display:inline-block;}
.bestseller-product h2{display:block; font-size:25px; color:#1C437A; font-weight:normal; font-family: 'open_sans_lightregular'; padding:0px 0px 10px 0px;}
.bestseller-product .bestseller-grid li {list-style:none;margin-bottom:20px;float:left;}
.bestseller-product .bestseller-grid li a.product-image {float:left;border:1px solid #dadada;background:#d8d8d8 url(../images/bg_product4.png);}
.bestseller-product .bestseller-grid li a.aero-image {float:right;}
.bestseller-grid .price-box .old-price .price-label {display:none;}
.bestseller-grid .price-box .special-price .price-label {display:none;}
.bestseller-product .bestseller-grid .product-name {float:left; font-size:13px;padding-bottom:0px; }
.bestseller-product .bestseller-grid .product-name a {color:#575757;  line-height:0.85;}
.bestseller-product .bestseller-grid .regular-price .price {line-height:0; font-size:12px; color:#1C437A;font-family: 'open_sansbold';}
.bestseller-product .bestseller-grid .special-price .price {line-height:0; font-size:12px; color:#1C437A;font-family: 'open_sansbold';}
.bestseller-product .bestseller-grid .old-price .price {line-height:0; font-size:12px;font-family: 'open_sansbold'; color:#1C437A;}
.bestseller-product .bestseller-grid .price-box {margin:0px;clear:left;top:8px;position:relative;}
.bestseller-grid .bestseller-area {width:192px; float:right;margin-left:10px;}
.bestseller-product a.view-mpre {border: 0;background: #1C437A;color: white;font-weight: normal;font-size: 12px;font-family: 'open_sansregular';padding: 10px 20px; height: auto; float:right;/*	transition: all 0.3s linear;	-moz-transition: all 0.3s linear;	-webkit-transition: all 0.3s linear;*/}
.bestseller-product a.view-mpre:hover {background:#018870;/*	transition: all 0.3s linear;	-moz-transition: all 0.3s linear;	-webkit-transition: all 0.3s linear;*/}
.bestseller-product a.view-mpre {border:0;border-top:1px solid #CCC;margin-top:5px;cursor:pointer;}
/*===============================End bestseller-product======================================  */

/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }
.latest-product .latest-area .ratings .amount {display:none;}
.ratings { font-size:11px; line-height:1.25; margin:9px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; font-family: 'open_sansbold';}
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:81px; height:16px; font-size:0; line-height:0; background:url(../images/heart.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:16px; background:url(../images/heart.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {display:none;}

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

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

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

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

.product-view .product-shop .availability { }
.product-view .product-shop .availability span {  }

/* Email to a Friend */
.email-friend { margin:0; float: right;}
.email-friend a{color: #1C437A; font-size: 12px; }

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

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

.price-box { margin:5px 0;}
.price-box .price {  }

/* Regular price */
.regular-price { color:#FFF; font-weight:normal; }
.regular-price .price { font-family:'open_sans_lightregular'; font-size:36px; color:#FFF; font-weight:normal; }
.block .regular-price,
.block .regular-price .price { color:#1C437A; }

/* Old price */
.old-price { margin:0;font-family:'open_sans_lightregular'; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:normal; font-size: 14px;color: white; text-decoration:line-through; }
.latest-product .old-price .price-label {display:none;}
/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-family: 'open_sans_lightregular';font-size: 36px;color:white; font-weight:normal;}
.latest-product .special-price .price-label {display:none;}

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

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

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

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

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

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

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

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

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.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:0px 0 0; }
.add-to-links .separator { display:none; }

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

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { }
.product-view .view-name {margin:0px 0px 20px 0px;border-bottom:1px solid #e5e5e5; }
.product-essential { }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }
.product-essential h1 {font-family:'open_sans_lightregular'; font-size:40px; color:#1C437A; font-weight:normal;}
.product-collateral{
    margin-top:50px;
    
}
.product-collateral h2{ font-family: 'open_sans_lightregular';font-size: 30px;color: #383838;font-weight: normal;border-bottom:1px solid #E5E5E5;padding-bottom:15px;display:none;}
.product-collateral .padder .form-add h3, h4 {font-size:16px;color:#1C437A;font-weight:normal;margin-bottom:15px;}
.product-collateral .padder .form-list {margin:0;}

.tabs-bg{/*background:#fff;*/}
.tabs{height: 43px;  padding: 18px 10px 0;}
.tabs li { display: inline; float: left; margin-left:5px; border:1px solid #dadada; border-bottom:1px solid #ffffff;  font-size: 12pt; background-color:#f1f1f1;margin-right:8px;}
.tabs li.active{ background:#ffffff; border-top:2px solid #dadada;}
.tabs li a { float: left; text-decoration: none; color:#767676; padding:10px 12px 10px 12px; font-size:12pt;}
.tabs li a span { }
.tabs li.active a{padding:9px 12px 11px 12px;}
.tabs li.active a span { background: none repeat scroll 0 0  white; color:#1C437A; cursor: pointer; }
.tabs li:hover{border-top:2px solid #dadada;background:#ffffff;}
.tabs li a:hover {color:#1C437A; padding:9px 12px 11px 12px; }
#content{border-top:1px solid #dadada; padding:25px; color:#4b4b4b; font-size:10pt; background: #FFF;}

#product_tabs_description_contents .std{font-size:10pt; color:#4b4b4b; line-height:22px;}

/* Detail-block */


.detail-block {background-color:#4c4c4c;padding:28px 31px 44px 31px;margin-top:45px;}
.detail-block h2 {font-size:40px; color:#FFF;font-weight:normal;font-family:'open_sans_lightregular';padding-bottom:5px; display: block;}
.detail-block p {color:#a2a2a2; font-size:13px;line-height:1.75;}

/* Product Images */
.product-view .product-img-box { float:left; }
.product-view .default-image {width:376px;}
.product-view .horizontal-image {width:502px;}
.product-view .vertical-image {width:302px;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; border:1px solid #dadada; background:#d8d8d8 url(../images/bg_product4.png);}
.product-view .product-img-box .product-image-zoom {/* position:relative;  overflow:hidden; z-index:9; */ }
.product-view .product-img-box .product-image-zoom img {/* position:absolute; left:0; top:0; cursor:move; */ }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center;}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; display:none;}
.product-view .product-img-box .more-views ul {  }
.product-view .product-img-box .more-views li { float:left; margin:0 9px 8px 0px; }
.product-view .product-img-box .more-views li.last{}

.product-view .product-img-box .more-views li a { float:left; width:77px; height:77px; border:1px solid #dadada; overflow:hidden; background:#d8d8d8 url(../images/bg_product4.png); }
.product-view .more-views {background:#fbfbfb; padding:10px 10px 10px 10px;float:left; border:1px solid #dadada;}
.product-view .default-image .more-views {width:94%;}
.product-view .horizontal-image .more-views {width:96%;}
.product-view .vertical-image .more-views {width:93%;}
.product-view .view_img1{height: 79px; border-right: 1px solid #DADADA; float: left; padding-right: 10px;}
.product-view .view_img{height: 79px; border-left: 1px solid #DADADA; float: right; padding-left: 10px;}
.product-view .view_img1 a.perv {margin-top: 27px; background:url(../images/450.png) left center no-repeat; float:left; width:21px; height:21px;border:none;}
.product-view .view_img1 a.perv:hover{}
.product-view .view_img a.next {margin-top: 27px; background:url(../images/20.png) right center no-repeat;float:right;width:21px; height:21px;border:none;}
.product-view .view_img a.next:hover{}


.new-arrow {border-bottom:1px solid #E5E5E5; padding:0px 0px 0px 0px;float: left;width:100%;margin-bottom:20px;}
.new-arrow .page-title {border:0px;padding:0px;width:auto;margin:0px;}
.new-arrow .subtitle {padding:0px !important;float:left !important;}

.new-arrow1 {border-bottom:1px solid #E5E5E5; padding:0px 0px 0px 0px;float:left;width:100%;margin-bottom:20px;}
.new-arrow1 .page-title {border:0px;padding:0px;width:auto;margin:0px;}
.new-arrow1 .subtitle {padding:0px !important;float:left !important;}

.errow_iphone {float:right;margin-top:5px;}
a.prev {background:#2e2e2e url(../images/11.png) left center no-repeat; float:left; width:33px; height:32px;float:right; margin-right: 7px;}
a.prev:hover {background:#1C437A url(../images/11.png) left center no-repeat;}
a.next {background:#2e2e2e url(../images/36.png) right center no-repeat;float:right;width:33px; height:32px;}
a.next:hover {background:#1C437A url(../images/36.png) right center no-repeat;}


.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; font-size: 0px; }
.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:460px;}
.col1-layout .product-view .product-shop { float:left;  margin-left:30px; }
.col1-layout .product-view .default-shop {width:485px;}
.col1-layout .product-view .horizontal-shop {width:650px;}
.col1-layout .product-view .vertical-shop {width:555px;}
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:40px 0; float: right; }
.product-view .product-shop .availability.in-stock{color: green; font-size: 12px; font-weight: bold; }
.product-view .product-shop .availability.out-of-stock{color: red; font-size: 12px; font-weight: bold; }
.product-view .product-shop .grouped-items-table{margin: 20px 0px;}
.product-view .product-shop .short-description { border-bottom:1px solid #ededed; padding-bottom:30px; margin-bottom:25px; clear: both;}
.product-view .product-shop .price-box { margin:18px 0px 9px 0px; float: left;}
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; margin:13px 0px 0px 30px; }
.product-view .product-shop .add-to-links li .separator { display:inline !important; color:#1C437A; float:left;}
.product-view .product-shop .add-to-links li {float:left;}
.product-view .product-shop .add-to-links a { color:#1C437A; font-size:13px; font-weight:normal; }
.product-view .product-shop .ratings {margin:0px;}
.product-view .product-shop .rating-box {background:url(../images/heart.png) 0 0 repeat-x; margin-right:20px;}
.product-view .product-shop .rating-box .rating{background:url(../images/heart.png) 0 100% repeat-x; }
.product-view .product-shop .ratings .rating-links a {color:#1C437A; font-size:12px;}
.product-view .product-shop .ratings .rating-links .separator {color:#1C437A; margin:0 3px;}
.product-view .product-shop .price-box .old-price .price-label {display:none;}
.product-view .product-shop .price-box .special-price .price-label {display:none;}
.product-view .product-shop .price-box .old-price .price { color:#1C437A;}
.product-view .product-shop .regular-price .price {font-size:40px; color:#1C437A; font-family:'open_sans_lightregular'; margin-right:30px;}
.product-view .product-shop .special-price .price {font-size:40px; color:#1C437A; font-family:'open_sans_lightregular'; margin-right:30px;}
.product-view .product-shop h2 {display:none;}
.product-view .product-shop .std {line-height: 1.78;color: #2E2E2E;font-size: 12px;}
.product-view .product-shop button.button.btn-cart {background:#1C437A url(../images/27.png) 15px 11px no-repeat;padding: 14px 15px 13px 50px;font-size: 16px;text-transform: none;}
.product-view .product-shop button.button.btn-cart:hover {background:#383838 url(../images/27.png) 15px 11px no-repeat;}
.product-view .product-shop button.button {clear:left;float:left;}
.product-view .product-shop .add-to-box .or {display:none;}
.product-view .product-shop .add-to-cart label {color:#2e2e2e; font-size:12px; font-weight:normal; padding-top:4px;}
.product-view .product-shop .add-to-cart input.qty {width:3.5em !important; padding:5px;}
.product-view .product-shop .add-to-box .add-to-cart {width:100%; border-bottom:1px solid #EDEDED;padding-bottom:25px; margin-bottom:30px; }
.product-view .product-right {width:299px; float:right;}
.product-view .product-shop .no-rating a {color:#1C437A; font-size: 12px;}
.sharing-button {padding-top:7px;}
/* Product Options */
.product-options { }
.product-options dt {float:left; font-weight:normal; width:95px; padding-top:6px; }
.product-options dt label { color: #2E2E2E;font-size: 12px;font-weight: normal;}
.product-options dt label.required em { color:#eb340a; margin-left:5px; display:none;}
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { }
.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 {height:30px; padding:6px; margin-bottom:15px;}
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom {  }
.product-options-bottom .add-to-cart label {margin-right:0px; width:95px;}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.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; display:none; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.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 {margin-top:-5px; float:left; border-bottom:1px solid #EDEDED; padding-bottom:30px; margin-bottom:30px; width:100%;}
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:none; padding:5px 0 0; text-align:right; margin:10px 0px 0px 30px;float:left;}

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

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

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

/* Block: Upsell */
.product-view .box-up-sell h2 {display:block; }
.product-view .box-up-sell {margin-top:30px;}
.product-view .box-up-sell .products-grid { margin-top:25px; }
.product-view .box-up-sell .products-grid li.item{margin:0px 34px 24px 0px;}
.product-view .box-up-sell .products-grid li.item.last{margin-right:0px;}
.product-view .box-up-sell .products-grid li.item:hover .productgrid-area{height:107px;}
.product-view .box-up-sell .products-grid li.item:hover .price-box{bottom:0;}
.product-view .box-up-sell .ratings .rating-links {display:none;}
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.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; font-size:16px; font-weight:normal; margin:0 0 5px; color:#1C437A;}
.product-view .box-tags .form-add .input-box { float:left; margin:0 5px 0 0;}
.product-view .box-tags .form-add input.input-text { width:299px; height:28px;}
.product-view .box-tags .form-add button.button { padding:6px 18px; }
.product-view .box-tags .note { margin:3px 0 0; padding:5px 0 0 0px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a {color:#1C437A;font-weight:bold;padding-right:5px;}
.product-view .box-reviews dt span { font-weight:bold; padding-left:5px;}
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.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; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }

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


/* Content Styles ================================================================= */
.product-name { margin:0px;  padding-bottom:8px; font-size:13px; font-weight:normal;}
.product-name a { }

/* Product Tags */
.tags-list { display:block; font-size:13px; background:#f8f7f5; padding:10px 20px 25px 20px; }
.tags-list li {  margin:0 4px 0 0; display:inline; }
.tags-list li a { color:#1b2d3b; }

/* 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 #dadada; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#03977E; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {font-family: 'open_sans_lightregular'; font-size:30px; color:#383838; font-weight:normal;padding:49px 0px 17px 0px;margin-bottom:15px;}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right;}
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px 12px; background: #F8F7F5;
padding: 10px 20px 25px 20px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:0px 10px 0px 0px; display: inline; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

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


/* Shopping Cart ========================================================================= */
.cart .page-title { margin:0 0 17px; border-bottom:1px solid #e5e5e5; padding-bottom:10px; }
.cart .page-title h1 { font-family: 'open_sans_lightregular';font-size: 40px;color: #1C437A;font-weight: normal; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
.cart .page-title .checkout-types {display:none;}
/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left;margin-top:20px;}
.cart-table .btn-continue,
.cart-table .btn-empty{ border:0; background:#1C437A url(../images/30.png) 13px 9px no-repeat;  padding:15px 14px 15px 65px;}

.cart-table .btn-continue:hover,
.cart-table .btn-empty:hover {background:#383838 url(../images/30.png) 13px 9px no-repeat;}

.cart-table .btn-update{background:#1C437A url(../images/31.png) 13px 9px no-repeat;margin-left:10px; padding:15px 14px 15px 65px;}
.cart-table .btn-update:hover{background:#383838 url(../images/31.png) 13px 9px no-repeat;}
.cart-table .btn-update,
.cart-table .btn-empty { float:right; margin-top:20px;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart-collaterals .col2-set .col-1{padding:0px; background:none;}
.cart-collaterals .col2-set .col-2 {padding:0px; background:none !important;}
.cart .cart-collaterals .col2-set { float:left; width:759px; }
.cart .cart-collaterals .col2-set .col-2{ width:759px; float:left;}

.cross {width:100%;margin-top:30px;float:left;}
.cart .crosssell { }
.cart .crosssell h2 { font-size: 30px;font-family: 'open_sans_lightregular';color: #2E2E2E;border-bottom:1px solid #E5E5E5;padding-bottom:15px;} 
.cart .crosssell .product-image { float:left; border:1px solid #d0cdc9; background:#d8d8d8 url(../images/bg_product4.png);}
.cart .crosssell .product-details { margin-left:84px; }
.cart .crosssell .product-name {  }
.cross .old-price .price-label,
.cross .special-price .price-label{display:none;}
.cross .old-price .price,
.cross .special-price .price,
.cross .regular-price .price{color:#1C437A;}
.col2-set .cross p {line-height:normal;margin-bottom:0px;}
.cart .crosssell li.item { margin:20px 0; display: inline-table;margin-right: 32px;}
.cart .crosssell li.item.last{margin-right:0px;}
.cart .crosssell .link-compare, .cart .crosssell .link-wishlist { font-weight:normal; }
.cross .add-to-links {}
.cross .add-to-links .link-wishlist {color: #1C437A;font-size: 13px;padding:4px 11px 1px 7px !important;}
.cross .add-to-links .separator{color:#1C437A;float:left;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {float:left; background-color:#f9f9f9; padding:15px 20px 35px 20px; width: 42%;}
.cart .shipping {float:left;}
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font-size:25px; font-family:'open_sans_lightregular';  color:#2e2e2e; text-transform:uppercase; }
.cart .shipping p {color:#969696; font-size:12px; padding-bottom:20px;margin:0px;}
.cart .discount label {font-size:14px; color:#494949; padding-top:15px; float:left; padding-bottom:10px;}

.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 {  }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; height:25px; margin-bottom:15px;}

.cart .shipping h2 { }
.cart .shipping .sp-methods { margin:20px 0 0; padding:5px 0 0; border-top:1px solid #e0e0e0; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:375px; background:#f9f9f9; padding:8px 15px 0px 15px;}
.cart .totals table { width:100%; border-bottom:1px solid #e0e0e0; padding-bottom:10px; }
.cart .totals td { padding:5px 10px 5px 15px; font-size:16px; color:#2e2e2e; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:15px; padding-right:7px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:17px; font-weight:bold; font-family:'open_sans_lightregular'; }
.cart .totals tfoot td strong span {font-family: 'open_sansbold';font-size:17px;	}
.cart .totals .checkout-types { font-size:13px; padding:8px 0px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }
.cart .totals .checkout-types li a {font-size:12px; color:#575757; }
.cart .totals .checkout-types button.btn-checkout{background: #383838 url(../images/32.png) 13px 9px no-repeat;;padding:15px 14px 15px 65px;margin-bottom:20px;float:right;}
.cart .totals .checkout-types button.btn-checkout:hover{background:#1C437A url(../images/32.png) 13px 9px no-repeat;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; text-align:left; float:left; clear:left;}
.item-options dd { padding-left:10px; margin:0 0 6px; text-align:left; float:left;}
.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 .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold;color:#1C437A; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#2e2e2e; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; padding-top:23px;}
.sp-methods .form-list li { margin:0 0 23px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !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; }

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

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:12px; cursor:help; margin-left:10px; float:left;text-decoration:none; color:#2e2e2e; margin-top:7px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

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

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

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

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

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

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

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

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title strong span {font-size:19px; color:#099b81; /*font-family:'open_sansregular'; */}
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:14px; font-weight:normal; line-height:2.75;  color:#2e2e2e; background:url(../images/20.png) 0px 9px no-repeat; padding-left:28px; }
.block-progress dd { background:#FFF; border:1px solid #f9f9f9; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#1C437A url(../images/05.png) 8px 7px no-repeat; color:#FFF; padding-left:38px; font-size:13px;}
.block-progress dt.complete a {color:#FFF;}
.block-progress dd.complete address {font-size:12px; line-height:1.90;}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required {  padding:0 0 10px; float:left;margin-right:15px;}
.opc .buttons-set .back-link small { display:none; }
.buttons-set .back-link a { background:#1C437A; padding:9px 22px; color:#FFF; font-size:14px; text-decoration:none; }
.buttons-set .back-link a:hover { background:#383838;}
.opc .buttons-set.disabled button.button { display:none;}
.opc .buttons-set .f-left {clear:left;margin-top:20px;margin-bottom:10px;}
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:none; padding-left:0px; line-height:2;}
.opc .ul li{ font-size:13px; color:#2e2e2e; background:url(../images/34.png) left center no-repeat; padding-left:23px; }
.opc { position:relative; }
.opc li.section {}

.opc .step-title { float:left; clear:left; margin-bottom:30px; }
.opc .step-title .number { float:left;border:2px solid #2e2e2e; padding:5px 16px; margin:0 15px 0 0; font-size:28px; color:#2e2e2e;font-family:'open_sans_lightregular'; border-radius:50px;}
.opc .step-title h2 { float:left; margin: 0px; font-size:14px; font-weight:normal; font-family:'open_sans_lightregular'; width:75px; line-height:20px; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title {  color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {color:#f18200; cursor:default; float:left; }
.opc .active .step-title .number {  border-color:#1C437A; color:#1C437A; }
.opc .active .step-title h2 { color:#1C437A;  }
/*.opc .active .step-title a { display:none; }*/

.opc .step {float:right;  position:relative; width:771px;}
.opc .step .tool-tip { right:30px; }

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

#opc-login .buttons-set button.button {float:left;margin-left:0px;margin-right:15px;}
#opc-login h3 { font-size:20px; color:#2e2e2e; border-bottom:1px solid #e0e0e0; font-family:'open_sans_lightregular'; padding-bottom:10px; font-weight:normal; margin-bottom:25px; }
#opc-login h4 { color:#1C437A; font-size:12px; font-weight:normal; float:left;}

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

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:normal; color: #2e2e2e;font-size: 13px;text-decoration: none;font-weight: normal; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set {  }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set p a {color:#2e2e2e; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 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:#1C437A; color:#1C437A; }

.multiple-checkout h2 { font-size:13px; font-weight:normal; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:normal; color:#1C437A; margin-bottom:15px;}
.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 { }
.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 #e2e2e2; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend {  color: #1C437A;  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:#1C437A; }

.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;   }
.multiple-checkout .place-order .grand-total .inner div { display:inline; float:right; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:21px; margin-top:7px; color:#1C437A;font-family: 'open_sansbold'; float:left; }
.multiple-checkout .place-order .grand-total .price { color:#1C437A;  }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { }

/* Step 1 */
.multiple-checkout .title-buttons button.button span {  }
#multiship-addresses-table td {  }
#multiship-addresses-table tfoot td { padding:20px 0px; }
#multiship-addresses-table tfoot button.button span {  }

/* 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 #e2e2e2; background:#f9f9f9; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-15px; right:-16px; width:153px; height:32px; background:url(../images/bkg_sp-methods2.png) 0 0 no-repeat; overflow:hidden; }

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


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:264px;}
.account-login .content h2 { font-size: 20px;color: #2E2E2E;border-bottom: 1px solid #E0E0E0;font-family: 'open_sans_lightregular';padding-bottom: 10px;font-weight: normal;margin-bottom: 25px;} 
.account-login .new-users h2 { }
.account-login .registered-users h2 {  }
.account-login .buttons-set { border-top:0; margin:0; float:left;}
.registered-users button.button {float:left;margin-left:0px;margin-right:15px;}
.registered-users p.required {float:left;margin-top:13px;}
.registered-users a.f-left {margin-top:12px;float:right !important;}
.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

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

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


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0;font-size:12px; }
.dashboard .welcome-msg p.hello {margin-bottom:10px;}
.dashboard .welcome-msg p strong {font-weight:normal;font-size:12px;margin-bottom:10px; color:#1C437A;}
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account {  }
.box-account .data-table th {text-align:center;}
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:15px 0 18px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px;font-family: 'open_sansbold'; background-position:0 0; background-repeat:no-repeat; color:#1C437A; }

.dashboard .box .box-title { border-bottom:1px solid #e5e5e5; padding:0 0 10px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:14px; font-weight:normal; margin:0;  }
.dashboard .box .box-content p {color:#2E2E2E !important; line-height:1.75;}
.dashboard .box .box-content address {font-style: normal;line-height: 1.75;color: #2E2E2E;font-size: 12px;}
.dashboard .box-content a {color:#1C437A;}
/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {padding-bottom:10px; }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { margin-top:30px; padding-bottom:10px; }
.dashboard .box-info h4 { font-size: 12px !important;font-weight: normal;text-transform: uppercase;margin: 0px 0px 10px 0px;color: #2e2e2e !important; border-bottom:1px solid #E5E5E5;padding-bottom:10px;}

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

/* Block: Tags */
.dashboard .box-tags .box-head h2 { padding-bottom:10px;}
.dashboard .box-tags .number { float:left; font-size:10px; font-family: 'open_sansbold'; line-height:1; color:#fff; margin:1px -20px 0 0; padding:2px 3px; background:#1C437A; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags .details .product-name a {color:#2e2e2e;}
.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; color:#1C437A; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-family: 'open_sansbold';font-size:13px; color:#1C437A; border-bottom:1PX solid #e5e5e5; padding-bottom:10px;margin-bottom:15px;} 	
.addresses-list h3 { font-weight:normal; font-size:13px; color:#2e2e2e; text-transform:uppercase;margin-bottom:10px;}
.addresses-list address { margin:0 0 3px; line-height:1.75; font-size:12px; color:#2e2e2e; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:normal;color:#1C437A;}
.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-weight:normal; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info {}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; color:#1C437A; }
.order-info li { margin:0 3px; }
.order-info-box .box .box-content address {font-style: normal;line-height: 1.75;color: #2E2E2E;font-size: 12px;}

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

.order-info-box {margin:0 0 15px; }
.order-info-box h2 {font-size: 12px !important;font-weight: normal;text-transform: uppercase;margin: 0px 0px 10px 0px;color: #2E2E2E !important;border-bottom:1px solid #E5E5E5;padding-bottom:10px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; }
.order-items h2{ float: left;margin: 0px 0px 15px 0px;font-size: 13px;font-weight: bold;background-position: 0 0;background-repeat: no-repeat;color: #1C437A; }
.order-items .product-name { font-size:1em !important; font-weight:normal !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

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

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

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

/* My Wishlist */
.my-wishlist .data-table td { text-align:left !important; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; border:1px solid #dadada;background:#d8d8d8 url(../images/bg_product4.png);}
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:3em; }
.my-wishlist .buttons-set button.button {}
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { }
#wishlist-table .add-to-links { white-space:nowrap; }
#wishlist-table .old-price .price-label {display:none;}
#wishlist-table .special-price .price-label {display:none;}
#wishlist-table .special-price .price {color: #1C437A;}
#wishlist-table .old-price .price {color: #1C437A;}
#wishlist-table .regular-price .price{color: #1C437A;}
#wishlist-table .inner {margin:10px 0px 13px 0px;color:#2e2e2e;text-align:justify;}
#wishlist-table button.button {margin:14px 0px 10px 0px;}
#wishlist-table tbody td.last a.btn-remove2{}

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:1px 0 0 5px; }
.my-tag-edit strong {color:#1C437A;}
#my-tags-table { clear:both; }
#my-tags-table td {  }
#my-tags-table .add-to-links { white-space:nowrap; margin-top:17px;text-align:center;}
#my-tags-table .special-price .price-label {display:none;}
#my-tags-table .old-price .price-label {display:none;}
#my-tags-table .price-box {float:left;}
#my-tags-table .old-price .price {color: #1C437A;float:left;}
#my-tags-table .special-price .price{color: #1C437A;float:left;}
#my-tags-table .regular-price .price {color: #1C437A;float:left;}

/* My Reviews */
#my-reviews-table td {  }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

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


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

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


/* Footer ================================================================================ */
.footer-container { margin-top: 60px; background:#F9F9F9;}
.footer { width:1200px; margin:0 auto; }
.footer .store-switcher { display:inline; margin:0 5px 0 0;}
.footer .store-switcher label {vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#383838; text-decoration:none; }
.footer a:hover { text-decoration:underline; color:#000000; }
.footer .bugs { margin:13px 0 0; color:#000; display:none;}
.footer .bugs a { color:#000; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#383838; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul.about-links {display:inline; padding:25px 0px 28px 0px;}
.footer ul.about-links li {display:inline; border-right:1px solid #383838;}
.footer ul {}
.footer_sub ul{margin-left: 0px;}
.footer ul.links { display:inline-block;padding:25px 0px 28px 0px;}
.footer ul.links li {border-right: 1px solid #383838;}
.footer ul.links li.last {border-right:none;}
.footer li {  padding:0 7px 0 4px; }
.footer li.last { border-right:none; padding-right:8px; margin-right:5px; }
.footer p{}
.footer-container .bottom-container { margin:0 0 5px; }
#footer_part1 .follow_button {float:right;}
#footer_part1 .follow_button h2 {float:left; font-size:35px; color:#FFF; font-family: 'open_sans_lightregular';margin-right:20px;}
#footer_part1 .free-shipping h2 {float:left; font-size:35px; color:#FFF; font-family: 'open_sans_lightregular'; background:url(../images/14.png) right no-repeat; padding:3px 80px 3px 0px;}

#footer_part1{
background: #1C437A;
margin-left:auto;
margin-right:auto;
width: 100%;
}
#footer_part1{
	background-color:white !important ;
        overflow:hidden;
}
#footer_part{
    /*float:left;*/
	border-bottom:1px solid #CCCCCC;
	padding-bottom:47px;
	text-align: center;
	margin-bottom: 10px;
}
div.footer_sub {
display: inline-block;
width: 240px;
vertical-align: top;
height: 230px;
margin: 0 25px;
}
div.footer_sub h2 {
border-bottom: 1px solid #E5E5E5;
font-size: 20px;
font-weight: normal;
}
div.footer_social_media {
   /* border-bottom: 1px solid #E5E5E5;*/
    border-top: 1px solid #E5E5E5;
    margin: 10px auto 30px;
    max-width: 1200px;
    padding: 15px 0;
}
div.footer_social_media a {
   
}
#footer_part2{
    padding:15px 0px 65px 0px;
    width:1200px;
    margin:0 auto;
	background-color: #E5E5E5;
	display: none;
}
#footer_part .validation-advice { position: absolute; }



#footer_part1 a.btn_follow{
    float:left;
    margin:7px 0px 0px 9px;
    padding:9px 16px 11px 16px;
    transition:background 0.3s ease-in-out;
    -moz-transition:background 0.3s ease-in-out; /* Firefox 4 */
    -webkit-transition:background 0.3s linear; /* Safari and Chrome */
    -o-transition:background 0.3s ease-in-out; /* Opera */
    text-decoration:none;
}
#footer_part1 a.btn_follow:hover{opacity: 0.6;}
#footer_part1 a.btn_follow_fb{
    background:url(../images/12.png) center no-repeat;
    border:2px solid #FFF;
    border-radius:20px;
}
/*#footer_part1 a.btn_follow_fb:hover{	
    background:#FFF url(../images/12_hover.png) center no-repeat;
}*/

#footer_part1 a.btn_follow_twiter{
    background:url(../images/18.png) center no-repeat;
    border:2px solid #FFF;
    border-radius:20px;
}
/*#footer_part1 a.btn_follow_twiter:hover{
    background:#FFF url(../images/18_hover.png) center no-repeat;
}*/
#footer_part1 a.btn_follow_msg{
    background:url(../images/17.png) center no-repeat;
    border:2px solid #FFF;
    border-radius:20px;
}
/*#footer_part1 a.btn_follow_msg:hover{
   background:#FFF url(../images/17_hover.png) center no-repeat;
}*/

#footer_part1 a.btn_follow_Googplus{
    background:url(../images/15.png) center no-repeat;
    border:2px solid #FFF;
    border-radius:20px;
}
/*#footer_part1 a.btn_follow_Googplus:hover{
   background:#FFF url(../images/15_hover.png) center no-repeat;
}*/

#footer_part1 a.btn_follow_in{
    background:url(../images/16.png) center no-repeat;
    border:2px solid #FFF;
    border-radius:20px;
}
/*#footer_part1 a.btn_follow_in:hover{	
    background:#FFF url(../images/16_hover.png) center no-repeat;
}*/


#footer_part .footer_link_box{
    width:100%;
    float:left;
    margin-top:30px;
}
#footer_part .footer_link_box .sweet_box_left button.button{

    font-size:12px;
    float:left;
    margin-top:25px;
}

#footer_part .footer_link_box .sweet_box_left{
    width:20%;
    float:left;
}
#footer_part .footer_link_box .sweet_box_left .img{
    width:157px;
    height:29px;
    background-image:url(../images/metros.png);
    background-repeat: no-repeat;
    margin-bottom:23px;
}
#footer_part .footer_link_box .sweet_box_left p{

    font-size:11px;
    color:#7c7c7c;
    padding-top:3px;
    text-align:left;
    margin-right:0px;
    float:none;
    line-height:1.8;
}
.footer_link_box_right pre{
    text-align:left;
    font-size:12px;
    color:#383838;
    line-height:1.7;
    margin-top:16px;
    font-family:'open_sansregular';
}
.footer_link_box_right .link p{
    text-align:left;
     color:#383838;
    border-top:1px solid #e8e8e8;
    margin:12px 0px 0px 0px;
    padding:12px 0px 0px 0px;
}
#footer_part .footer_link_box .footer_link_box_right{
    width:80%;
    float:left;
    padding-bottom:5px;
}

#footer_part .footer_link_box .footer_link_box_right .link{
    width:20%;
    float:left;
    padding-left:48px;
}

#footer_part .footer_link_box .footer_link_box_right .link h1{
    color:#1C437A;
    font-size:12px;
    font-family: 'open_sansbold';
    text-align:left;
}
#footer_part .footer_link_box .footer_link_box_right .link ul{
    margin:0px;
    padding:0px;
    list-style-type:none;
    margin-top:10px;
}
#footer_part .footer_link_box .footer_link_box_right .link ul li{
    color:#383838;
    font-size:12px;
    line-height:2.8;
    border-bottom:1px solid #e8e8e8;
    text-align:left;
    padding:0px;
}
#footer_part .footer_link_box .footer_link_box_right .link ul li a{
    color:#383838;
    text-decoration:none;
}
#footer_part .footer_link_box .footer_link_box_right .link ul li a:hover{
    text-decoration:underline;
	color:#000000;
}

.block.block-poll {
    display: none;
}

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

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */

/*home-left============================================================================ */

.home-left{
    width:299px;
    float:left;
    margin:15px 0px 0px 0px;
}
.customized{
    padding:20px 20px 25px 20px;
    background:#F9F9F9;
    margin-bottom:30px;
    text-align:center;
}
.customized h3{
    font-size:20px;
    color:#262024;
    font-family:'open_sans_lightregular';
    font-weight:normal;
}
.customized .best_theme{
    background:#FFF;
    padding:30px 0px 35px 0px;
    margin:15px 0px 0px 0px;
}
.customized .best_theme h2{
    
    font-size:30px;
    color:#1C437A;
    font-family:'open_sans_lightregular';
    font-weight:normal;  
}
.customized .best_theme .theme_image{
    margin:15px 0px 35px 0px;
}

.customized .best_theme a{
    border: none;
    cursor: pointer;
    background: none;
    margin: 0 auto;
    display: table;
}

.customized .best_theme a span{
    border: 0;
    background:#1C437A;
    color:white;
    font-weight: normal;
    font-size: 12px;
    /*font-family: 'open_sansregular';*/
    padding: 15px 20px;
    float:left;
/*	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;*/
}

.customized .best_theme a span:hover{
	background:#383838;
/*	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;*/
}

/*End home-left============================================================================ */

/*home-right============================================================================ */

.home-right {
	width:871px;
	float:right;
	margin:15px 0px 0px 30px;
}
.home-right .home-featured {float:left;}
.home-right .featured-title h3 {
	font-family: 'open_sans_lightregular';
	font-size: 30px;
	color: #383838;
	font-weight: normal;
 	margin-bottom: 15px;
}

.home-right .featured-area {width: 100%;background:#1C437A; float:left; display:inline-block;-webkit-transition:all 0.3s linear;position:absolute;bottom:0;height:58px;transition:all 0.3s linear;-moz-transition:all 0.3s linear;}

button.button.btn-cart span {background:none;}
/*.col1-layout .featured-grid {list-style:none;}
.featured-grid li.item { float:left; width:272px; margin:0px 18px 27px 0px; position:relative; }
.featured-grid li.item.last {margin-right:0px;}

.featured-grid li.item:hover .featured-area {background:#1C437A ;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;-moz-transition:all 0.3s linear;height:145px; }
.featured-grid li.item:hover .actions {display:block;-webkit-transition:all 0.3s linear; position:absolute; top:109px;transition:all 0.3s linear;-moz-transition:all 0.3s linear;}
.featured-grid li.item:hover .price-box {-webkit-transition:all 0.3s linear; position:absolute; bottom:40px; font-size:36px;font-family: 'open_sans_lightregular'; }


.featured-grid .product-image { display:block; width:272px; height:385px; margin:0 0 0px; }
.featured-grid .actions {margin-left:10px; position: absolute; bottom: 0px;display:none; border-top: 1px solid #81CCBE;width: 92%;-webkit-transition:all 0.3s linear; padding:10px 0px 10px 0px;transition:all 0.3s linear;-moz-transition:all 0.3s linear;}
.featured-grid .actions button.btn-cart {float:left;background:url(../images/10.png) left center no-repeat; padding:1px 0px 0px 21px;font-size:12px;text-transform:uppercase;}
.featured-grid .actions button.btn-cart:hover{color:#c6f3eb;}
.featured-grid .product-name { /*min-height:2.7em;*//* margin:10px 0px 0px 10px; font-weight:bold; font-size:13px; color:#203548; position:absolute; top:0; }
.featured-grid .product-name a { color:#FFF; font-size:14px; text-decoration:none;font-weight:normal;}
.featured-grid .product-name a:hover { color:#c6f3eb}
.featured-grid .price-box { margin:5px 0;position:absolute; bottom:69px; }
.featured-grid .availability { line-height:21px; }
.featured-grid li.latest-product .actions { position:absolute; bottom:22px; border-top:1px solid #81ccbe; width:178px; padding:10px 0px 0px 0px;}
.featured-grid li.latest-product .actions button.btn-cart {float:left;}
.featured-grid .actions .add-to-links {position:absolute;right:00px;}
.featured-grid .actions .add-to-links li {background-color:#FFF;float:left;margin-left:2px;}
.featured-grid .actions .add-to-links a.link-wishlist{background:url(../images/08.png) center no-repeat;padding:0px 8px 0px 7px;}
.featured-grid .actions .add-to-links a.link-compare{background:url(../images/09.png) center no-repeat;padding:0px 8px 0px 7px; font-size:11px;}
.featured-grid .price-box {position:absolute; bottom:0px; right:10px; -webkit-transition:all 0.3s linear; font-size:14px; color:#FFF;}
.featured-grid .availability { line-height:21px; }*/

/*home-right============================================================================ */



/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
.nav-container > ul {
    margin-top: 25px !important;
}
.guest-select {width:305px !important;}

/* featured */


/* about us */
.page-head h3{color: #1C437A;}
.col3-set .col-1 .p{font-size: 12px; margin: 5px 0px;}
.col3-set .col-2 .p strong{font-size: 13px; color: #2e2e2e; margin: 5px 0px;}
.col3-set .col-2 .p {margin: 5px 0px; font-size: 12px;}
.col3-set .col-3 .p {margin: 5px 0px; font-size: 12px;}
.col3-set .col-3 .p strong{font-size: 13px; color: #2e2e2e; margin: 5px 0px;}
.std dl dt{color: #2e2e2e;}

/*  customer service*/

dl #answer1{font-size: 14px; margin: 5px;}
.service dd{font-size: 12px;}
.customer li a{font-size: 12px;}

/* policy */
.policy p{font-size: 12px;}
.policy h2{font-size: 20px; color: #2e2e2e; margin: 10px 0px 10px 0px;}
.policy .disc li {font-size: 12px;}
/* order-return*/
.order-return li{padding:  20px 0px 20px 0px;}


span #ajax_loading{}

div#buttonwrapper p.required {display:none !important;}



.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:25px;
    right:25px;
    display:none;
    text-indent:-9999px;
    background: url('../images/icon_top.png') no-repeat;
    }
.scrollup:hover{opacity: 0.5;}

.home-left{float:left;width:300px;}
.home-right-content{float:left; margin: 32px 0px 0px 30px;}
.home-right-content ul {
    clear: both;
    display: inline-block;
    float: right;
    width: 100%;
}
ul.home-right-content{margin: 32px auto;}
 ul.home-right-content li {float:left;list-style: none; margin:0px 0px 30px 30px;}
.home-right-content ul li a:hover img{-moz-opacity:.8;
          -webkit-opacity:.8; 
          -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";/*IE8*/ opacity:.8; }
/*Add by Justin*/
.hb-text{
	/*float:left;*/
	margin-top:5px;
}
.imgWrap {
    text-align: center;
 
	height: 79px;
}
.quicklinkWrap .imgWrap > img {
    /* height: 59px;
    width: 59px; */
}

.quicklinkWrap .span2 {
  display: inline-block !important;
  float: none !important;
}

img.quilts_block1 { width: 297px;}

@media only screen and (min-width: 769px)  {
.quicklinkicons .span2 {
    background: url("http://sleepcraft.novatools.com.au/media/wysiwyg/hb-icons/hb-icon-arror.png") no-repeat scroll 153px 20px transparent;}
}



#productrange .span4{max-width:355px !important;}

.quicklinkicons img{margin: 0px 10px;}
 #woolworth-logo{float: right;}
 .certificate{}
 .certificate span{margin-left: 37px;vertical-align: bottom;}
 #facebook-logo{width: 150px;
float: left;}

/*Brand*/
.std table {
    border-collapse: separate;
    border-spacing: 60px;
}
.std table td 
    text-align: center;
}

.product-grid-image { display:block; position:relative;}

.onsaleicon{position:absolute; top:0; right:0;}

a.shoplink:after{content : " +";color: #00BAF2;}

/*edited*/
.header2 .shopping_bg{
    width: 115px;
}
.catalog-product-view .carousel-mask.defaultcarousel{width:225px !important;}
.shipping-form ul, .account-create ul{margin:0;}
.account-create .form-list li.control label, #checkout-step-login .form-list li.control label {
  display: inline-block;
  top: 3px;
}
#productrange [class*="span"]:first-child{margin-left:2.5641%;}
#login-form fieldset p{ padding: 10px 0 0 15px; float:left;}
#login-form fieldset ul{margin:0; clear:both;}
.quicklinkWrap .imgWrap img{
   /* opacity: 0.7;*/
    transform: scale(0.8);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.quicklinkWrap .imgWrap img:hover {
    opacity: 1;
    transform: scale(1);
}

.contact-form{
    clear:both;
}
.contact_desc {
    width: 50%;
    float:left;
}
.contact_map{
    width:50%;
    float:right;
}
.contact_map iframe{
    width:100%;
}
.contact-form h2.legend{
    font-weight: normal;
    font-size: 18px;
}
.contact-form #contactForm > .fieldset{
    overflow: hidden;
}
.contact-form .form-list li{
    width: 50%;
    float: left;
    list-style: none;
    margin-bottom: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-form .form-list li.fields{
    padding-right: 20px;
}
.contact-form .form-list li.fields .field{
    margin-bottom: 10px;
}
.contact-form .form-list label{
    padding: 0;
    margin-bottom: 5px;
}
.contact-form .form-list input{
    height: 34px;
    margin-bottom: 0;
}
.contact-form .form-list li.wide .input-box textarea{
    height: 170px;
}
.contact-form .form-list .field,
.contact-form .form-list .input-box,
.contact-form .form-list li.wide .input-box,
.contact-form .form-list li.wide .input-box textarea,
.contact-form .form-list .input-box input{
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-form .buttons-set p.required{
    float: right;
}
.contact-form .buttons-set{
    margin-top: 0;
}
.contact-form .buttons-set button.button{
    float: left;
}
.cms_brands ul li{
    float: left;
    list-style: none outside none;
    padding: 2%;
    width: 46%;
    height:180px;
    margin-bottom:5%;
}
.cms_certifications ul li{
    float: left;
    list-style: none outside none;
    padding: 2%;
    width: 46%;
    margin-bottom:5%;
}
#checkout-step-billing .form-list li.control input.radio, .form-list li.control input.checkbox {
    float: left;
    margin-right: 6px;
}
#checkout-step-billing .form-list li.control label {
    float: left;
    top: 3px;
}
.opc, .opc li ul{
    margin:0;
}
.block-cart .label{
    background:#0099FF;
    background: none repeat scroll 0 0 #0099FF;
    border-radius: 0;
    margin-right: 10px;
    padding: 8px 10px;
}

.main .sitempan{
    width: 50%;
}
.main .sitemap_wrapper .sitempan .siteul,
.main .sitemap_wrapper .sitempan .sitecatul{
    width: 90%;
}
.main .sitemap_wrapper .sitempan .sitecatul .strongsm{
    margin-bottom: 10px;
}
.main .sitemap_wrapper .sitempan .siteul li a,
.main .sitemap_wrapper .sitempan .sitecatul li a{
    color: #00BAF2;
}