﻿/**
 * 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)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; word-break: keep-all; }

body          {font-size:12px; line-height:150%; font-family: 'GillSansRegular'; color:#333; background:#fff; text-align:left; margin:0;}

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

a             { color:#000; text-decoration:none;  }

: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 */
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35;font-size: 13px;}
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; }*/
.hide         { display:none !important }

/* Lists */
ul,ol         { list-style:none; }
dl,ul,dd,li,ol,div{margin:0;padding:0;}
/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.store-top{
	height:30px;
	line-height:30px;
	text-align:center;
	background-color:#ff2366;
	color:#fff;
	font-size:12px;
}
.wrapper { min-width:996px; }
.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 {  }
.customer-account-login .main ,.checkout-cart-index .main ,.checkout-onepage-index .main , .review-product-form .main , .customer-account-edit .main,
.customer-account-index  .main, .customer-address-form  .main, .sales-order-history  .main, .sales-billing-agreement-index  .main,
 .sales-recurring-profile-index  .main, .review-customer-index  .main, .tag-customer-index  .main, .wishlist-index-index  .main,
 .oauth-customer-token-index  .main, .newsletter-manage-index  .main, .downloadable-customer-products  .main{
	width:1300px;margin:0 auto; min-height:400px; text-align:left;
}
.checkout-onepage-index .main{width:1200px;padding:0;}
.main{
	max-width: 1600px;
    min-width: 1170px;
	margin: 0 auto;
    position: relative;
    padding:0px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/* Base Columns */
.col-main {  width:1040px; padding:0; }
.col-right { float:right; width:200px; padding:10px 0 0; }
.catalog-category-view .col-main ,.catalogsearch-result-index .col-main{
	width: calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: -webkit-calc(100% - 260px);
}
/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }
.col1-layout .col-main .account-login{
    float: left;
    width: 46%;}
.col1-layout .col-main .account-create{background-color: #fff;margin-top:20px;
    border: 0 none;border-left:1px solid #e4e4e4;
    float: right;
    width: 47%;padding:10px 0 50px 70px;}
.col1-layout .col-main .account-create .fieldset{
	 margin-left: 70px;
    margin-top: 0;
}
p.dylanGray {
    font-size: 15px;
}

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

/* Content Columns */
.col2-set .col-1 { float:left; width:45%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

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

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

.account-left-nav{width:200px;border:1px #ebebeb solid;background-color:#fff;margin-bottom:10px;float:left;display:none;}
.account-left-nav .login-bg{background-color:#fafafa;margin:1px;padding:10px 12px;}
.account-left-nav .login-bg h3{font-size:12px;color:#000;font-weight:normal;}
.account-left-nav .login-bg .ul-help{margin-top:10px;}
.account-left-nav .ul-help li{color:#000;padding-left:8px;margin-bottom:6px;background:url(../images/login-li.gif) no-repeat left 6px;}
.account-left-nav .ul-help .ul-help-sub{margin-top:10px;}
.account-left-nav .ul-help li a{text-decoration:underline;}
.account-left-nav .ul-help li a:hover{color:#f3665c;}
.account-right-centont{width:764px;margin:0 auto;}
.col2-set .col-2.registered-users{}
.col2-set .col-2.registered-users .form-list li{width:260px;float:left;}
.col2-set .col-2.registered-users .form-list{width:520px;overflow:hidden;float:left;}
.col2-set .col-2.registered-users .login-forgot{width:210px;float:left;}
.col2-set .col-2.registered-users .login-forgot li{overflow:hidden;padding-bottom:8px;}
.col2-set .col-2.registered-users .login-forgot button{width:74px;height:23px;background:url(../images/login-in.gif) no-repeat;}
.col2-set .col-2.registered-users .login-forgot span{border:0;background:none;text-indent:999px;}
/*   .account-create   */
.account-create{padding:10px 16px;border:1px #ebebeb solid;background-color:#fff;}
.account-create .sign-tit > h2{font-size:16px;font-weight:normal;margin-bottom:8px;}
.account-create .sign-tit span{color:#666;}
/*
.account-create .buttons-set .button{background:url(../images/login-sign.gif) no-repeat;width:74px;height:23px;float:left;margin-left:520px;}
.account-create .buttons-set span{background:none;border:0 none;text-indent:-9999px;}
*/
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px sans-serif,Arial,Verdana,Helvetica; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
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; }
input.checkbox { margin-right:3px;margin-top: 5px;}
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 span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }
.my-account button.button span{height:21px;border:0 none;background:url(../images/creat-submit.jpg) 0 0 no-repeat;padding:0 0 0 8px;}
.my-account button.button span span{height:21px;border:0 none;background:url(../images/creat-submit.jpg) 100% 0 no-repeat;padding:0 12px 0 4px;color:#fff;font:bold 12px/21px Arial, Helvetica, sans-serif;}

button.btn-checkout span { height:40px; border:0; background:url(../images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font: 16px/40px Arial; color:#000; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
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 */
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {line-height:22px;font-weight:normal;top:0;float:left;}
.form-list label.required em { float:right; font-style:normal; color:#c4156e; position:absolute; top:0; right:-10px; }
.form-list li.control label { float:none;font-weight:normal;font-size:14px; }
.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;float:left; }
.contacts-index-index .form-list .input-box,.cms-contact-us-html .form-list .input-box { display:block; clear:both; width:260px;float:left; }
.cms-contact-us-html .form-list .field { float:left; width:275px; }
.customer-account-login .form-list input.input-text,.customer-account-create .form-list input.input-text { width:225px;border:1px solid #eaeaea;padding-left:5px;color:#666;margin-right:3px;height:23px;line-height:23px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.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; }
.account-create ul:last-child .input-box{margin-right:170px;}
.account-create .form-list .fields .input-box{margin-right:0;}
.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; }
.buttons-set p.required { margin:0 0 10px; }
.my-account .back-link a{color:#d32c81;text-decoration:underline;}
.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; }

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

/* BreadCrumbs */

.customer-account-login .col1-layout .breadcrumbs li.home a::after{content:"Home";}
.customer-account-login .col1-layout .breadcrumbs li.home  span{background: url(../images/viewico.gif) -22px -493px no-repeat;
    display: inline-block;
    height:12px;
    width:5px;margin:3px 0 0 4px;}


/* Page Heading */
.page-title { width:100%; overflow:hidden; /*border-bottom:1px solid #ccc;*/ margin:0 0 10px; }
.page-title h1,
.page-title > h2 { margin:0; font-size:20px; color:#0a263c; }
.my-account .page-title h1,
.my-account .page-title > h2 {font-size:11px;font-family:Microsoft YaHei,sans-serif,Verdana, Arial, Helvetica, ;padding-bottom:6px;width:100%;color:#333;border-bottom:1px solid #eee;text-align:left;margin-bottom:5px;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons > h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

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

/* Pager */

.limiter > label {
    color: #000;
    font-family: Verdana;
    font-size: 11px;
}
.sort-by{position:relative;}
.sort-link a {
    border-bottom: 1px solid #d4e0dc;
    border-top: 1px solid #d4e0dc;
    color: #918696;
    display: block;
    float: left;
    font-size: 13px;
    height: 20px;
    line-height: 18px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
}
.sort-link a:hover{background:#f2dde5;border-color:#f2dde5;text-decoration:none;}
.sort-link a::after {
    background: #d4e0dc none repeat scroll 0 0;
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    top: 15%;
    width: 1px;
}
.sort-link a.on + a::after {
    display: none;
}
.sort-link a:first-child {
    border-bottom-left-radius: 10px;
    border-left: 1px solid #d4e0dc;
    border-top-left-radius: 10px;
}
.sort-link a:first-child::after {
    display: none;
}
.sort-link a:last-child {
    border-bottom-right-radius: 10px;
    border-right: 1px solid #d4e0dc;
    border-top-right-radius: 10px;
}
.sort-link a.on {
    background-color: #ff008a;
    border-color: #ff008a;
    color: #fff;
    font-weight: bold;
}
.sort-link a.on::after {
    display: none;
}
.sort-by > label {
    color: #000;
    font-size: 11px;
    font-weight: normal;
}
.sort-link a:nth-child(2) {
    padding: 0 22px 0 15px;
}

.sort-icon{position:absolute;right:125px;}


.pager .amount {   float: left; margin:0;  color: #666666;display:none;
   
    line-height: 21px;
    margin-right: 6px; }
#customer-reviews .pager .amount {float:left;}
.pager .limiter { float:left;display:inline-block; color: #666666;margin-left:274px; display:none;}
.toolbar-bottom .pager .limiter,.toolbar .pager .limiter{}
.pager .limiter a{padding:2px 5px;color:#000;border:1px solid #cfd0cf;display:inline-block;height:16px;line-height:16px;float:left;margin-right:4px;}
.pager .limiter a:hover{background-color:#D32C81;color:#fff;text-decoration:none;}
.pager .limiter a.selected{background-color:#ddd;color:#000;}
.pager .pages {display:inline-block;float:right; color:#666;padding-top:5px;}
.pager .pages strong{font-family:Verdana;font-size:11px;color:#000;font-weight:normal;}
.pager .pages ol { display:inline-block; }
.pager .pages li {display:inline-block;float:left;margin-right:4px;}
.pager .pages strong,.pager .limiter .tems-per{display:inline-block;line-height:22px;float:left;padding-right:5px;}
.pager .pages .current {
    color: #000;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 16px;}
/* Sorter */
.sorter { font-size:11px; /*background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x;*/ padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */

.toolbar-bottom .toolbar .pager .sort-by { display:none;}
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}
.category-products .toolbar .pager{border-top:none;}
/* Data Table */

.data-table .odd  { /*background:#f8f7f5 */ background:#fff;}
.data-table .even { background:#f8f8f8; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { /*border-right:0;*/ }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #ddd; padding:2px 8px; color:#0a263c; 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:url(../images/bkg_th.gif) repeat-x 0 100% #d9e5ee;*/ background:#eee; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { /*background:url(../images/bkg_tfoot.gif) 0 0 repeat-x;*/ background:#eee;}
.data-table tfoot tr { background-color:#dee5e8; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

#shopping-cart-table {
    border: 0 none;position:relative;
	border-bottom:1px solid #ddd;
}
#shopping-cart-table th {
    background: #fff none repeat scroll 0 0;
    border-right: medium none;
}
#shopping-cart-table td {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    font-size: 14px;
}
#shopping-cart-table > tfoot{
    border-bottom: medium none;
}
#shopping-cart-table > tfoot  tr{
    background: #fff none repeat scroll 0 0;
}

#shopping-cart-table .cart-price {
    font-size: 12px;
    text-align: left;
    width: 100%;
	text-transform:uppercase;
}
#shopping-cart-table .row-cart-prices > table {
    width: 275px;
}
#shopping-cart-table > tbody tr:nth-child(1) .a-center {
    border-top: medium none;
}
tbody tr .a-center .odd {
    padding-top: 80px;border-bottom:none;
}
tbody tr .a-center .odd tr td:nth-child(1) {
    left: -60px;
    position: absolute;
}
.row-cart-prices {
    padding-top: 65px !important;
    position: relative;
}
#shopping-cart-table .a-right.last .cart-price .price {
    color: #000;
	font-size:18px;
}
.cart-left .cart-price .price{font-size:18px;color:#000;}
.cart-price .price{color:#e6be9f;}
.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .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 { }
.std ul.disc { margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:none; }
.std ol { list-style:none; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

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

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:normal; color:#000; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.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:9px; height:9px; font-size:0; line-height:0;  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:100%; height:30px; font-size:13px; line-height:30px; overflow:hidden; text-decoration: underline;}
.btn-edit{ display:none; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.my-account a:hover{color:#f3665c;}
.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }
.row-cart-qty.last{text-align:right;}
.row-cart-qty.last a:hover{color:#f3665c;}
.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; }
.wellcome-top{overflow:hidden;position:absolute;top:5px;right:15px;}

.live-help .triangle{position:absolute;left:auto;right:80px;}
.live-box .miss_line{height:10px;background:url(../images/miss_topdot.gif) left bottom repeat-x;margin-bottom:10px;}
.live-help .live-phone-ico,.live-help .live-miss-ico{display:block;width:26px;height:24px;float:left;background:url(../images/miss_topico.gif) 1px 0px no-repeat;}
.live-help .live-phone-ico{background-position:-1px -35px;}
.cms-index-index .col-main .std{display:none;}
.cms-index-index .col-main .home-cart{overflow:hidden;}
.home-cart{font-family:Microsoft YaHei,Georgia,Arial,Helvetica,sans-serif;}
.home-cart .new-title{text-align:center;background:url(../images/hxf_line.gif) center repeat-x;height:33px;line-height:30px;font-size:12px;}
.home-cart .new-title strong{background-color:#fff;font-size:12px;line-height:30px;}
.about_anas p{font-size:12px;color:#888;}
.home-cart .home-new-list{overflow:hidden;}
.home-cart .idx-cat{width:320px;float:left;}
.home-cart .idx-cat.center{margin:0 18px;}

/********** < Navigation */
#nav { width:984px; margin:0 auto; padding:5px 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(../images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { }
#nav li:hover a, #nav li.active a {color:#fff; background:url(../images/nav-hover.jpg) repeat-x;}
#nav a { float:left; padding:5px 12px 6px 8px; color:#fff; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#fff; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x; }
#nav li:hover ul li a, #nav li.active ul li a{background:none;}
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
/*.block { margin:0 0 15px; }*/
.block .block-title {font-family:Georgia;font-size:13px;text-transform:uppercase;border-bottom:1px dotted #ccc;padding-bottom:10px;margin-bottom:10px;}
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#000; }
.block .block-title strong span {font-size:14px;font-weight:normal;color:#4c5253;}
.block-account .block-title strong span{color:#fff;font-size:14px;font-weight:normal;}
.block-compare .block-title strong span{font-size:16px;}
.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 .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#000; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions {/* background:#dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x;*/ padding:6px 9px; text-align:right; }
.block .actions a { float:left; text-decoration:underline;}
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.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:11px; 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-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.block-related{}


.mini-products-list .product-image {   display: block;
    float: left;}
.mini-products-list .product-details {  }
.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 .block-title { padding:3px 0; }
.block-account .block-title strong { font-size:13px; color:#000; }
.block-account .block-title { border:0 none;height:25px;background:url(../images/assess-tit.jpg) repeat-x left top;padding-left:16px;padding-top:8px;margin-bottom:0;}
.block-account .block-content { padding:7px 0 7px; }
.block-account .block-content {padding:7px 10px;background:#fafafa; }
.block-account .block-content li a { display:block; border-bottom:1px solid #eee; padding:3px 0; color:#5f5d5c; text-decoration:none !important;font-size: 14px; }
.block-account .block-content li a:hover { color:#f3665c; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0;}
.block-account .block-content li.current strong{color:#f3665c;font-size:14px;}
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Microsoft YaHei, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title {  padding:0; overflow:hidden; border-bottom:1px solid #eee;margin-bottom:5px;padding-bottom:5px;}
.block-layered-nav .block-subtitle { line-height:1.35; padding:3px 0; text-transform:capitalize; color:#333;font-weight: normal; }

.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { padding: 6px 0;position: relative;margin-bottom: 5px;border: 1px solid #feb199;background-color: #fefaee;font-family:Microsoft YaHei;font-size: 12px;color: #504531;line-height: 12px;}
.block-layered-nav .currently .label { font-weight:normal; padding-left:5px;text-transform:capitalize; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.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:11px; padding:0 0 4px 9px;border-bottom:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none;color: #887c6d;}

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }

.block-related .product {  }
.block-related .product .product-details{float:right; width:100px;}
.catalog-product-view .block-related .product .product-details{width:60px;}
#block-related  li{p border-bottom: 1px dotted #CCCCCC;
    clear: both;
    overflow: hidden;
    padding: 5px 0;}
.block-related .product .product-details .price-box .old-price{display:none;}
.block-related .product .product-details .price-box .special-price .price-label{display:none;}
.block-related .product .product-details .price-box .special-price {padding:0;}

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.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; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(../images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-title{border-bottom:none;padding-top:3px; display: none;}
.block-subscribe .form-subscribe-header label{display:block;}
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(../images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text {  border: 1px solid #fff;
    display: block;
    height: 32px;
    padding: 4px 5px;
    width: 369px;
	float:left;
	border:1px solid #aaa;
}
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button {
	background:#000 none repeat scroll 0 0;
    cursor: pointer;
    overflow: visible;
    padding: 2px 5px;
    height:40px;line-height:40px;font-weight:bold;position:absolute;right:-1px;top:1px;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	padding:0 10px;
}
.block-subscribe .actions button.button span { background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #333333;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    line-height: 24px;
    margin: 0;
    padding: 0 8px 0 0;
    text-align: right;
}

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(../images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

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

/* 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; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.product-ads-subnav { border-bottom:1px solid #e1e1e1; padding-bottom:30px;}
.category-description h1{   
	color: #000000;
    display: block;
    font-family: Georgia;
	font-style:italic;
    font-size: 22px;
	text-align:center;
    text-transform: capitalize;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 11px;
	margin: 6px 0 10px;
}
.category-description p{color:#999;margin:0;}
.category-products {}

/* View Type: Grid */
.products-grid {position:relative; margin: 0 0 10px;
    padding: 0 0 10px;}
.products-grid.last { border-bottom:0; }

.products-grid li .product-image .buyit_now {display:none;background-color:#fff;
	opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	width:244px;
	margin:0 1px;
    height: 50px;
    left:0;
    position: absolute;
    bottom:0;
    z-index: 3;
	text-align:center;
	line-height:50px;
	font-size:14px;
	color:#333;
}
.products-grid li:hover .product-image .buyit_now{
	display: block;
}
.products-grid li.item:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.products-grid li.last{margin-right:0;}
.products-grid .product-image { display:block;overflow:hidden;  position: relative;}
.products-grid .product-name { font-weight:normal; line-height:14px; font-size:12px; color:#000; height:29px; overflow:hidden;padding:0 5px;margin-top:8px;margin-bottom: 5px;}
.products-grid .product-name a {
    clear: both;
    color: #666666;
    display: block;
    font-size: 11px;
}
.products-grid li.item:hover .products-grid .product-name a{color:#f3665c;}
.category-products .products-grid .item:hover .product-name a{
    color: #f3665c;
    text-decoration: none;
}
/*.products-grid .product-name a:hover{color:#f3665c;text-decoration:none;}*/
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { margin:0 auto;   clear: both; margin-top:10px;}
.col1-layout .products-grid { width:790px; margin:0 auto; }
.price-box .old-price .price-label, .price-box  .special-price .price-label{
    font-family:'GillSansRegular';
    color:#686767;
    text-transform:uppercase;
    font-size: 14px;
}
.catalog-category-view .price-box .price-label,.catalogsearch-result-index .price-box .price-label{display:none;}
.price-box .old-price, .price-box  .special-price{display:inline;}

.cate-show {
    overflow: hidden;
    margin-top: 5px;
}
.cate-show .cate-small {
    float: left;
    width: 580px;
}
.cate-show .cate-small .small-item {
    float: left;
    margin-bottom: 5px;
    margin-right: 6px;
}
.cate-show .cate-big {
    float: right;
}
.col-main .wedding-show .cate-small{width:560px;}

.product-ads-subnav a{width:187px;display:block;float:left;height:20px;line-height:20px;font-size:12px;background:#6D5959;color:#fff;text-align:center;}
.product-ads-subnav a:hover{background:#927676;text-decoration:none;}
/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; 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.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:13px; line-height:1.25; float: left;}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; float:left; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px;  }
.ratings .amount {float:left;}

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


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

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

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

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

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

/********** < Product Prices */
.price { white-space:nowrap !important; }
.price-box .price { font-weight:bold; color:#c76200; }

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

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

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price { font-size:14px; font-weight:bold; color:#fb5058;}
.products-grid .special-price .price{color:#333;}
/* 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 5px; 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:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float: left;margin-right: 5px;font-weight: bold;color: #000;font-size: 16px;padding-top: 7px;margin-left:4px;font-family:'GillSansRegular';}
.add-to-cart .qty { float: left;margin-top: 0;width:155px !important;border: 1px solid #b6b6b6;padding:0;margin-left:27px;height:30px;text-align:left;padding-left:12px;}
.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; }

.product-options-bottom .add-to-cart select.qty { height:35px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll 130px -365px;}
.product-options-bottom .add-to-cart select.qty option{text-align:center!important;}
img {
    border: 0 none;
    vertical-align: top;
}
a {
    color: #000;
    text-decoration: none;
}

:focus {
    outline: 0 none;
}
h1 {
    font-size: 20px;
    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;
}
fieldset {
    border: 0 none;
}
legend {
    display: none;
}
table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
p {
    margin:20px 0;
	line-height:25px;
}
strong {
    font-weight: bold;
}
address {
    font-style: normal;
    line-height: 1.35;
}
cite {
    font-style: normal;
}
q, blockquote {
    quotes: none;
}
q::before, q::after {
    content: "";
}
small, big {
    font-size: 1em;
}
ul, ol {
    list-style: outside none none;
}
dl, ul, dd, li, ol, div {
    margin: 0;
    padding: 0;
}
.hidden {
    border: 0 none !important;
    display: block !important;
    font-size: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 0 !important;
}
.nobr {
    white-space: nowrap !important;
}
.wrap {
    white-space: normal !important;
}
.a-left {
    text-align: left !important;
}
.a-center {
    text-align: center !important;
}
.a-right {
    text-align: right !important;
}
.v-top {
    vertical-align: top;
}
.v-middle {
    vertical-align: middle;
}
.f-left, .left {
    float: left !important;
}
.f-right, .right {
    float: right !important;
}
.f-none {
    float: none !important;
}
.f-fix {
    float: left;
    width: 100%;
}
.no-display {
    display: none;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-bg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.wrapper {
    min-width: 996px;
}
.page {
}
.page-print {
    background: #fff none repeat scroll 0 0;
    padding: 25px 30px;
    text-align: left;
}
.page-empty {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    text-align: left;
}
.page-popup {
    background: #fff none repeat scroll 0 0;
    padding: 25px 30px;
    text-align: left;
}
.main-container {
}
.col-left {
    float: left;
   /* padding-right: 40px;*/
    width: 220px;
}
.col-right {
    float: right;
    padding: 10px 0 1px;
    width: 200px;
}

.col1-layout .col-main {
    float: none;
    width: auto;
}

.review-product-form .col1-layout .col-main{
    margin: 15px 0;

}


.col2-left-layout .col-main {
    float: right;
}
.catalog-category-view .col-left,.catalog-category-view .col-main,.catalogsearch-result-index .col-left,.catalogsearch-result-index .col-main{
	/*float:none;*/
	/*width:100%;*/
	/*padding:0;*/
}
.catalog-category-view .col-left,.catalogsearch-result-index .col-left{
	/*border: 1px solid #ccc;*/
    /*border-top: 2px solid #bc8f7b;*/
	/*margin-bottom:40px;*/
}
.col3-layout .col-main {
    margin-left: 17px;
    width: 475px;
}
.col3-layout .col-wrapper {
    float: left;
    width: 687px;
}
.col3-layout .col-wrapper .col-main {
    float: right;
}
.col2-set .col-1 {
    float: left;
    width: 45%;
}
.col2-set .col-2 {
    float: right;
    width: 48.5%;
}
.col2-set .col-narrow {
    width: 32%;
}
.col2-set .col-wide {
    width: 65%;
}
.col3-set .col-1 {
    float: left;
    width: 32%;
}
.col3-set .col-2 {
    float: left;
    margin-left: 2%;
    width: 32%;
}
.col3-set .col-3 {
    float: right;
    width: 32%;
}
.col4-set .col-1 {
    float: left;
    width: 23.5%;
}
.col4-set .col-2 {
    float: left;
    margin: 0 2%;
    width: 23.5%;
}
.col4-set .col-3 {
    float: left;
    width: 23.5%;
}
.col4-set .col-4 {
    float: right;
    width: 23.5%;
}
.account-left-nav {
    background-color: #fff;
    border: 1px solid #ebebeb;
    display: none;
    float: left;
    margin-bottom: 10px;
    width: 200px;
}
.account-left-nav .login-bg {
    background-color: #fafafa;
    margin: 1px;
    padding: 10px 12px;
}
.account-left-nav .login-bg h3 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}
.account-left-nav .login-bg .ul-help {
    margin-top: 10px;
}
.account-left-nav .ul-help li {
    background: rgba(0, 0, 0, 0) url("../images/login-li.gif") no-repeat scroll left 6px;
    color: #000;
    margin-bottom: 6px;
    padding-left: 8px;
}
.account-left-nav .ul-help .ul-help-sub {
    margin-top: 10px;
}
.account-left-nav .ul-help li a {
    text-decoration: underline;
}
.account-left-nav .ul-help li a:hover {
    color: #f3665c;
}
.account-right-centont {
    margin: 0 auto;
    width: 764px;
}

.forgotpassword {
    margin-left: 120px;
}
.forgotpassword a{text-decoration:underline;font-size: 15px;}
.forgotpassword:hover a{color:#f3665c;}
.col2-set .col-2.registered-users {
}
.new-account h1 {
    border-bottom: 1px solid #ddd;
    color: #4c5253;
    height: 30px;
    margin-left: 12px;
}
.account-login .buttons-set .sign-in button{background:#e6be9f;border-radius:20px;}
.account-login .buttons-set .sign-in span{background:rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -661px -404px;}
.col2-set .col-2.registered-users .form-list li {
    float: left;
    width: 370px;
}
.col2-set .col-2.registered-users .form-list {
    float: left;
    overflow: hidden;
    width: 520px;
}
.col2-set .col-2.registered-users .login-forgot {
    float: left;
    width: 210px;
}
.col2-set .col-2.registered-users .login-forgot li {
    overflow: hidden;
    padding-bottom: 8px;
}
.col2-set .col-2.registered-users .login-forgot button {
    background: rgba(0, 0, 0, 0) url("../images/login-in.gif") no-repeat scroll 0 0;
    height: 23px;
    width: 74px;
}
.col2-set .col-2.registered-users .login-forgot span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    text-indent: 999px;
}
.account-create {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 10px 16px;
}
.account-create .sign-tit > h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
}
.account-create .sign-tit span {
    color: #666;
}
input, select, textarea, button {
    color: #2f2f2f;
    font: 13px/15px 'GillSansRegular';
    vertical-align: middle;
}
input.input-text, select, textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #b6b6b6;
}
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 none;
}

textarea {
    overflow: auto;
}
input.radio {
    margin-right: 3px;
}
input.checkbox {
    margin-right: 3px;
}
input.qty {
    width: 2.5em !important;
}
button.button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
button.button {
}
button.button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
.header .form-search {
    float: left;
    height: 55px;
    position: relative;
    width:40%;
	left:10%;
}
.header .form-search input.input-text {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #979797 none #D3D3D3 #979797;
    border-left: 1px solid #979797;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    color: #666666;
    float: left;
    font-size: 13px;
    height: 38px;
    line-height:38px;
    padding: 0 3px;
    width:80%;
}
.header .form-search button.button {
    cursor: pointer;
    float: left;
    font-size: 16px;
    margin: 0;
    overflow: visible;
    text-transform: uppercase;
	background:#000;
}
.header .form-search button.button span{
	display:block;
    border: 0 none;
    color: #FFF;
    height:40px;
    line-height:40px;
	padding:0 5px;
}
button.button span span {
    border: 0 none;
    padding: 0;
}
button.disabled span {
    background: #bbb none repeat scroll 0 0 !important;
    border-color: #bbb !important;
}
.my-account button.button span {
    background: #f3665c;
    border: 0 none;
    height: 30px;
    padding:0;
	border-radius:16px;
}
.hotTag {
    height: 20px;
    overflow: hidden;
    padding: 2px 0 0;
    width: 260px;
}
.hotTag ul li {
    color: #919191;
    float: left;
    line-height: 16px;
    padding-right: 1px;
}
.hotTag ul li span {
    color: #242424;
    font-family: 'GillSansRegular';
    font-size: 13px;
}
.hotTag ul li a {
    color: #919191;
}

.my-account button.button span span {
    background: #f3665c;
    border: 0 none;
    color: #fff;
    font: normal 16px/30px 'GillSansRegular';
    height: 30px;
    padding: 5px 40px;
}
.cms-about-us-html .help-right img{
    width: 100%;
}
button.btn-checkout span {
    background: #f3665c;
    border: 0 none;
    color: #fff;
    font: 700 18px/35px Arial;
    height: 36px;
    padding: 3px 5px;
	border-radius:5px;
}
button.btn-checkout span span {
    background-position: 100% 0;
    padding: 0 16px;text-transform:uppercase;
}
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-list li {
    margin: 0 0 8px;
}
.contacts-index-index .form-list label,
.cms-contact-us-html .form-list label {
    color: #666;
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 0;
	top:0;
}

.form-list label.required em {
    color: #f3665c;
    float: right;
    font-style: normal;
    position: absolute;
    right: -10px;
    top: 0;
}
.form-list li.control label {
    float: none;
    font-size: 14px;
    font-weight: normal;
}
.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 .field {
    float: left;
    width: 385px;
}
.customer-account-login .form-list input.input-text, .customer-account-create .form-list input.input-text {
    border: 1px solid #eaeaea;
    color: #666;
    height: 30px;
    line-height: 30px;
    margin-right: 3px;
    padding-left: 5px;
    width: 260px;
}
.form-list textarea {
    height: 10em;
    width: 254px;
}
.form-list select {
    width: 260px;margin-left:28px;
}
.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;
}
.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 {
    color: #888;
    font-size: 10px;
    font-weight: normal;
}
.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 p.required {
    margin: 0 0 10px;
}
.buttons-set .back-link {
    margin: 0;
	clear:both;padding-top:20px;padding-left:10px;
}
.my-account .back-link a {
    color: #f3665c;
    text-decoration: underline;
    font-size: 14px;
}
 .buttons-set button.button {
    float: right;
    margin-left: 5px;
    padding: 10px 25px;
    background: #f3665c;
    color: #fff;
    font-size: 15px;
    font-family: 'GillSansRegular';
}
.buttons-set-order {
    margin: 10px 0 0;
}
.buttons-set-order .please-wait {
    padding: 12px 7px 0 0;
}
.fieldset-write-form .validation-advice{display:none;}
.validation-advice {
    background: rgba(0, 0, 0, 0) url("../images/validation_advice_bg.gif") no-repeat scroll 2px 0;
    clear: both;
    color: #eb340a;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    margin: 3px 0 0 5px;
    min-height: 13px;
    padding-left: 17px;
    width: 200px;
}
.validation-failed {
    background: #faebe7 none repeat scroll 0 0 !important;
    border: 1px dashed #eb340a !important;
}
.validation-passed {
}
p.required {
    color: #eb340a;
    font-size: 11px;
    text-align: right;
}
.v-fix {
    float: left;
	width: 120px;
    margin-right: 10px;
}
.v-fix .validation-advice {
    display: block;
    margin-right: -12em;
    position: relative;
    width: 12em;
}
.success {
    color: #3d6611;
    font-weight: bold;
}
.error {
    color: #df280a;
    font-weight: bold;
}
.notice {
    color: #e26703;
}
.messages, .messages ul {
    list-style: outside none none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.messages {
    overflow: hidden;
    width: 100%;
}
.messages li {
    margin: 0 0 10px !important;
}
.messages li li {
    margin: 0 0 3px !important;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    border-style: solid !important;
    border-width: 1px !important;
    font-size: 11px !important;
    font-weight: bold !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 32px !important;
}
.error-msg {
    background-color: #faebe7;
    background-image: url("../images/i_msg-error.gif");
    border-color: #f16048;
    color: #df280a;
}
.success-msg {
    background-color: #eff5ea;
    background-image: url("../images/i_msg-success.gif");
    border-color: #446423;
    color: #3d6611;
}
.note-msg, .notice-msg {
    background-color: #fafaec;
    background-image: url("../images/i_msg-note.gif");
    border-color: #fcd344;
    color: #3d6611;
}
.breadcrumbs {
    clear: both;
    font-size: 12px;
    height: 20px;
    line-height: 19px;
    margin:20px 0;
    padding-top: 15px;
}
.breadcrumbs li {
    color: #666;
    float: left;
    position: relative;
}
.breadcrumbs li a{
	color: #666;
    display: inline-block;
    float: left;
    text-decoration:underline;
	font-size:14px;
}
.breadcrumbs li:last-child a {
    color:#999;
	text-decoration:none;
}
.breadcrumbs li a i {
    display: inline-block;
    height: 20px;
    width: 12px;
   font-style: normal;
}
.breadcrumbs li:last-child a i{
	display:none;
}
.breadcrumbs li span {
    display: inline-block;
    float: left;
    padding: 0 5px 0 0;
	text-decoration: inherit;
}
.breadcrumbs .font01 {
    font-size: 12px;
    padding-left: 12px;
}
.top-category-name{
	padding-bottom:25px;
	font-size:18px;
	line-height:1.5;
	 color: #333;
}
.category-name {
    display: inline-block;
    padding-right: 10px;
}
.top-category-name span{
	color:#999;
}
.page-title h1, .page-title > h2 {
    color: #0a263c;
    font-size: 25px;
    margin: 0;
}
.my-account .page-title h1, .my-account .page-title > h2 {
    border-bottom: 1px solid #eee;
    color: #333;
    font-family: 'GillSansRegular';
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 6px;
    text-align: left;
    width: 100%;
	height:30px;
	line-height:30px;
}
.wishlist-index-index .col-left{
    width: 240px;
}
.wishlist-index-index .col-main{
    width: 1020px;
}
table#wishlist-table {
    width: 100%;
}
.page-title .separator {
    margin: 0 3px;
}
.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}
.title-buttons {
    text-align: right;
}
.title-buttons h1, .title-buttons > h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
    float: left;
}
.subtitle, .sub-title {
    clear: both;
    color: #e25203;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 15px 0 0;
}
.limiter > label {
    color: #000;
    font-family: Verdana;
    font-size: 11px;
}
.sort-by > label {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}
.pager {
    font-size: 11px;
    /*height: 37px;
    line-height: 37px;*/
    padding:0;
    text-align: center;
}
.pager .amount {
    color: #222;
    display: block;
    float: right;
    margin: 0;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}
#customer-reviews .pager .amount {
    float: left;
}
.pager .limiter {
    color: #666666;
    display: none;
    float: left;
    margin-left: 274px;
}
.toolbar-bottom .pager .limiter, .toolbar .pager .limiter {
}
.toolbar-bottom .pager .amount ,.toolbar-bottom  .ratingushere{
	display:none;
}
.toolbar-bottom .pager .pages{
	float:none;
}
.pager .limiter a {
    border: 1px solid #cfd0cf;
    color: #000;
    display: inline-block;
    float: left;
    height: 16px;
    line-height: 16px;
    margin-right: 4px;
    padding: 2px 5px;
}
.pager .limiter a:hover {
    background-color: #d32c81;
    color: #fff;
    text-decoration: none;
}
.pager .limiter a.selected {
    background-color: #ddd;
    color: #000;
}
.pager .pages strong {
    color: #000;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
.pager .pages ol {
    display: inline-block;
	text-align:center;
}
.pager .pages li {
    display: inline-block;
    float: left;
    margin-right: 5px;
    font-size: 14px;
}
.pager .pages a {
    color: #222;
    display: block;
    border: 1px solid #eee;
    font-size: 14px;
    padding: 6px 10px;
}
.pager .pages .current {
    background-color: #f3665c;
    color: #fff;
    border: 1px solid #f3665c;
    display: inline-block;
}

.pager .pages a:hover {
    background-color: #f3665c;
    border: 1px solid #f3665c;
    text-decoration: none;
    color:#fff;
}

.pager .pages strong, .pager .limiter .tems-per {
    display: inline-block;
    float: left;
    line-height: 22px;
    padding-right: 5px;
}


.sorter {
    border-top: 1px solid #e2e2e2;
    font-size: 11px;
    padding: 3px 8px;
}
.sorter .view-mode {
    float: left;
    margin: 0;
}
.sorter .sort-by {
    float: right;
}
.sorter .sort-by label {
    vertical-align: middle;
}
.sorter .sort-by select {
    margin: 0 0 1px;
    padding: 0;
    vertical-align: middle;
}
.sorter .link-feed {
}
.toolbar {
    height: auto;
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.toolbar-top{
    margin-bottom: 20px;
}
.toolbar-top .pages{
    display: none;
}



.toolbar .pager .sort-by {
    float: left;
    position: relative;
}
.toolbar .pager .sort-by a {
    font-size: 14px;
    color: #222;
    display: block;
}
.toolbar .pager .sort-by a.sort-hover {
    height: 20px;
    line-height: 20px;
    position: relative;
}
a.sort-hover {
    height: 20px;
    line-height: 20px;
    position: relative;
}
.sort_select {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    border: 1px solid #f1f2f3;
    background-color: #fff;
    padding: 10px;
    width: 100px;
    z-index: 100;
}
.toolbar .pager .sort-by .sort_select a {
    font-size: 14px;
    color: #222;
    display: block;
    padding: 4px;
}

.sort-by a .more-sort {
    background: rgba(0, 0, 0, 0) url(../images/tag-all.png) no-repeat scroll -40px 0;
    display: inline-block;
    height: 6px;
    transform: rotate(0deg);
    transition: all 0.2s ease 0s;
    width: 9px;
    float: right;
    margin-left: 5px;
    margin-top: 8px;
}

.toolbar .sort-by:hover .more-sort {
    transform: rotate(180deg);
}
.toolbar .pager .sort-by .sort_select a:hover{
    color: #f3665c;
}


.toolbar .pager .sort-by:hover .sort_select{display:block;}

.toolbar .sorter {
    border-bottom: 1px solid #fff;
}
.sort-by .sort_click{
	display:none;
}
.category-products .toolbar .pager {
    border-top: medium none;
}

.data-table .odd {
    background: #fff none repeat scroll 0 0;border-bottom:1px dotted #ccc;
}
.data-table .even {
    background: #f8f8f8 none repeat scroll 0 0;
}
.data-table td.last, .data-table th.last {
}
.data-table tr.last th, .data-table tr.last td {
    border-bottom: 0 none !important;
}
.data-table th {
    font-weight: bold;
    padding: 3px 8px;
}
.data-table td {
    padding: 3px 8px;
}
.data-table thead th {
    border-right: 1px solid #ddd;
    color: #0a263c;
    font-weight: bold;
    padding: 10px 8px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 15px;
}
.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: #eee none repeat scroll 0 0;
}
.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}
.data-table tfoot {
    border-bottom: 1px solid #d9dde3;
}
.data-table tfoot tr.first td {
    background: #eee none repeat scroll 0 0;
}
.data-table tfoot td {
    border-bottom: 0 none;
    border-right: 1px solid #d9dde3;
    padding-bottom: 1px;
    padding-top: 1px;
}
.data-table tfoot strong {
    font-size: 16px;
}
.data-table tbody th, .data-table tbody td {
    border-bottom: 1px solid #d9dde3;
    border-right: 1px solid #d9dde3;
}
.data-table tbody.odd tr {
    background: #f8f7f5 none repeat scroll 0 0 !important;
}
.data-table tbody.even tr {
    background: #f6f6f6 none repeat scroll 0 0 !important;
}
.data-table tbody.odd tr td, .data-table tbody.even tr td {
    border-bottom: 0 none;
}
.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-style: italic;
    font-weight: bold;
}
.data-table tbody td .option-value {
    padding-left: 10px;
}
.info-box {
    background: #fff url("../images/bkg_block-title.gif") repeat-x scroll 0 0;
    border: 1px solid #d0cbc1;
    margin: 0 0 15px;
    padding: 12px 15px;
}
.info-box > h2 {
    font-size: 13px;
    font-weight: bold;
}
.info-table th {
    font-weight: bold;
    padding: 2px 15px 2px 0;
}
.info-table td {
    padding: 2px 0;
}
tr.summary-total {
    cursor: pointer;
}
tr.summary-total td {
}
tr.summary-total .summary-collapse {
    background: rgba(0, 0, 0, 0) url("../images/bkg_collapse.gif") no-repeat scroll 0 5px;
    cursor: pointer;
    float: right;
    padding-left: 20px;
    text-align: right;
}
tr.show-details .summary-collapse {
    background-position: 0 -52px;
}
tr.show-details td {
}
tr.summary-details td {
    background-color: #dae1e4;
    color: #626465;
    font-size: 11px;
}
tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}
tr.summary-details-excluded {
    font-style: italic;
}
.cart-tax-info {
    display: block;
}
.cart-tax-info, .cart-tax-info .cart-price {
    padding-right: 20px;
}
.cart-tax-total {
    background: rgba(0, 0, 0, 0) url("../images/bkg_collapse.gif") no-repeat scroll 100% 5px;
    cursor: pointer;
    display: block;
    padding-right: 20px;
}
.cart-tax-info .price, .cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}
.cart-tax-total-expanded {
    background-position: 100% -52px;
}
.std .subtitle {
    padding: 0;
}
.std ol.ol {
}
.std ul.disc {
    margin: 0 0 10px;
}
.std dl dt {
    font-weight: bold;
}
.std dl dd {
    margin: 0 0 10px;
}
.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
    margin: 0 0 1em;
    padding: 0;
}
.std ul {
    list-style: outside none none;
}
.std ol {
    list-style: outside none none;
}
.std ul ul {
    list-style-type: circle;
}
.std ul ul, .std ol ol, .std ul ol, .std ol ul {
    margin: 0.5em 0;
}
.std dt {
    font-weight: bold;
}
.std dd {
    padding: 0 0 0 1.5em;
}
.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}
.std address {
    font-style: normal;
}
.std b, .std strong {
    font-weight: bold;
}
.std i, .std em {
    font-style: italic;
}
.links li {
    display: inline;
}
.links li.first {
    padding-left: 0 !important;
}
.links li.last {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    padding-right: 0 !important;
}
.link-cart {
    color: #dc6809 !important;
    font-weight: bold;
}

.link-reorder {
    color: #000;
    font-weight: normal;
}
.link-compare {
    font-weight: bold;
}
.link-print {
    color: #ff008a;
    font-weight: bold;
}
.link-rss {
    background: rgba(0, 0, 0, 0) url("../images/i_rss.gif") no-repeat scroll 0 2px;
    line-height: 14px;
    padding-left: 18px;
    white-space: nowrap;
}
.btn-previous {
    background: rgba(0, 0, 0, 0) url("../images/btn_previous.gif") no-repeat scroll 0 0;
    display: block;
    font-size: 0;
    height: 11px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 11px;
}
.btn-edit {
    background: rgba(0, 0, 0, 0) url("../images/btn_edit.gif") no-repeat scroll 0 0;
    display: none;
    font-size: 0;
    height: 11px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 11px;
}
.my-account a:hover {
    color: #d32c81;
}
.cards-list dt {
    margin: 5px 0 0;
}
.cards-list .offset {
    padding: 2px 0 2px 20px;
}
.separator {
    margin: 0 3px;
}
.divider {
    background: rgba(0, 0, 0, 0) url("../images/bkg_divider1.gif") repeat-x scroll 0 50%;
    clear: both;
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 10px 0;
    overflow: hidden;
    text-indent: -999em;
}
.global-site-notice {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffff90 none repeat scroll 0 0;
    border-color: #cfcfcf;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    color: #2f2f2f;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
}
.global-site-notice .notice-inner {
    background: rgba(0, 0, 0, 0) url("../images/i_notice.gif") no-repeat scroll 20px 25px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    text-align: left;
    width: 860px;
}
.global-site-notice .notice-inner p {
    border: 1px dotted #cccc73;
    margin: 0;
    padding: 10px;
}
.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}
.notice-cookie {
}
.noscript {
}
.demo-notice {
    background: #d75f07 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 12px;
    line-height: 1.15;
    margin: 0;
    padding: 6px 10px;
    text-align: center;
}
.demo-notice .notice-inner {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
    text-align: center;
    width: auto;
}
.demo-notice .notice-inner p {
    border: 0 none;
    padding: 0;
}
.logo {
    float: left;
}
.free-top {
    background: #000 none repeat scroll 0 0;
    clear: both;
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
    padding: 7px 0;
    text-align: center;
}
.free-top em {
    display: inline-block;
    height: 16px;
    padding-right: 5px;
    width: 20px;
}
.free-top .dressyin_at {
    background: rgba(0, 0, 0, 0) url(../images/AT.png) no-repeat scroll 0 3px;
}
.free-top .dressyin_ch {
    background: rgba(0, 0, 0, 0) url(../images/CH.jpg) no-repeat scroll 0 3px;
}
.free-top .dressyin_co_nz {
    background: rgba(0, 0, 0, 0) url(../images/NZD.jpg) no-repeat scroll 0 3px;
}
.free-top .dressyin_ca {
    background: rgba(0, 0, 0, 0) url(../images/CA.jpg) no-repeat scroll 0 3px;
}
.free-top .dressyin_co_uk {
    background: rgba(0, 0, 0, 0) url(../images/MI.jpg) no-repeat scroll 0 3px;
}
.free-top .dressyin_fr {
    background: rgba(0, 0, 0, 0) url(../images/france.png) no-repeat scroll 0 3px;
}
.free-top .dressyin_co_za {
    background: rgba(0, 0, 0, 0) url(../images/ZAR.jpg) no-repeat scroll 0 3px;
}
.free-top .dressyin_de {
    background: rgba(0, 0, 0, 0) url(../images/de.png) no-repeat scroll 0 3px;
}
.free-top .dressyin_com {
    background: rgba(0, 0, 0, 0) url(../images/USD.jpg) no-repeat scroll 0 3px;
}
.free-top .dressyin_mx {
    background: rgba(0, 0, 0, 0) url(../images/currency/MX.jpg) no-repeat scroll 0 3px;
}
.free-top .dressyin_be {
    background: rgba(0, 0, 0, 0) url(../images/currency/BE.jpg) no-repeat scroll 0 3px;
}
.free-top .dressyin_gr {
    background: rgba(0, 0, 0, 0) url(../images/currency/GR.jpg) no-repeat scroll 0 3px;
}
.free-top .dressyin_no {
    background: rgba(0, 0, 0, 0) url(../images/currency/NOK.jpg) no-repeat scroll 0 3px;
}
.free-top .dressyin_pt {
    background: rgba(0, 0, 0, 0) url(../images/currency/PRT.jpg) no-repeat scroll 0 3px;
}
.free-top .dressyin_com_au {
    background: rgba(0, 0, 0, 0) url(../images/currency/AUD.jpg) no-repeat scroll 0 3px;
}



.wellcome-top {
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 5px;
}

.live-box .miss_line {
    background: rgba(0, 0, 0, 0) url("../images/miss_topdot.gif") repeat-x scroll left bottom;
    height: 10px;
    margin-bottom: 10px;
}
.cms-index-index .col-main .std {
    display: none;
}
.cms-index-index .col-main .home-cart {
    overflow: hidden;
}
.home-cart {
    font-family: Georgia,Arial,Helvetica,sans-serif;
}
.home-cart .new-title {
    background: rgba(0, 0, 0, 0) url("../images/hxf_line.gif") repeat-x scroll center center;
    font-size: 12px;
    height: 33px;
    line-height: 30px;
    text-align: center;
}
.home-cart .new-title strong {
    background-color: #fff;
    font-size: 12px;
    line-height: 30px;
}
.about_anas p {
    color: #888;
    font-size: 12px;
}
.home-cart .home-new-list {
    overflow: hidden;
}
.home-cart .idx-cat {
    float: left;
    width: 320px;
}
.home-cart .idx-cat.center {
    margin: 0 18px;
}

.nav-container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #eee;
}
#nav {
    font-size: 13px;
    margin: 0 auto;
    padding: 5px 16px;
    width: 984px;
}
#nav li {
    position: relative;
    text-align: left;
}
#nav li.over {
    z-index: 998;
}
#nav a, #nav a:hover {
    display: block;
    line-height: 1.3em;
    text-decoration: none;
}
#nav span {
    cursor: pointer;
    display: block;
    white-space: nowrap;
}
#nav li ul span {
    white-space: normal;
}
#nav ul li.parent a {
    background: rgba(0, 0, 0, 0) url("../images/bkg_nav2.gif") no-repeat scroll 100% 100%;
}
#nav ul li.parent li a {
    background-image: none;
}
#nav li {
    float: left;
}
#nav li.active a {
}
#nav li:hover a, #nav li.active a {
    background: rgba(0, 0, 0, 0) url("../images/nav-hover.jpg") repeat-x scroll 0 0;
    color: #fff;
}
#nav a {
    color: #fff;
    float: left;
    font-weight: bold;
    padding: 5px 12px 6px 8px;
}
#nav li.over a, #nav a:hover {
    color: #fff;
}
#nav ul li, #nav ul li.active {
    background: #ecf3f6 url("../images/bkg_nav1.gif") repeat-x scroll 0 100%;
    float: none;
    margin: 0;
    padding-bottom: 1px;
}
#nav li:hover ul li a, #nav li.active ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#nav ul li.last {
    background: #ecf3f6 none repeat scroll 0 0;
    padding-bottom: 0;
}
#nav ul a, #nav ul a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: none;
    padding: 0;
}
#nav ul li a {
    font-weight: normal !important;
}
#nav ul, #nav div {
    border: 1px solid #899ba5;
    left: -10000px;
    position: absolute;
    top: 27px;
    width: 15em;
}
#nav div ul {
    border: medium none;
    position: static;
    width: auto;
}
#nav ul ul, #nav ul div {
    top: 5px;
}
#nav ul li a {
    background: #ecf3f6 none repeat scroll 0 0;
}
#nav ul li a:hover {
    background: #d5e4eb none repeat scroll 0 0;
}
#nav ul li a, #nav ul li a:hover {
    color: #2f2f2f !important;
}
#nav ul span, #nav ul li.last li span {
    padding: 3px 15px 4px;
}
#nav li ul.shown-sub, #nav li div.shown-sub {
    left: 0;
    z-index: 999;
}
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
    left: 100px;
}
/*.block {
    margin: 0 0 15px;
}*/
.block .block-title {
    border-bottom: 1px dotted #ccc;
    font-family: Georgia;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.block .block-title strong {
    color: #000;
    display: block;
    font: bold 12px/16px Arial,Helvetica,sans-serif;
    min-height: 16px;
    padding: 1px 0;
    text-transform: uppercase;
}
.block .block-title strong span {
    color: #4c5253;
    font-family: 'GillSansRegular';
    font-size: 16px;
    font-weight: normal;
}
.block-account .block-title strong span {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.block-compare .block-title strong span {
    font-size: 16px;
}
.block .block-title a {
    text-decoration: none !important;
}
.block .block-subtitle {
    color: #0a263c;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 5px 9px;
}
.block .block-content {
	/*position:relative;*/
}
.block .block-content li.item {
    padding: 7px 9px;
}
.block .block-content .product-name {
    color: #000;
}
.block .btn-remove, .block .btn-edit {
    float: right;
    margin: 1px 0 2px 5px;
}
.block .actions {
    padding: 6px 9px;
    text-align: right;
}
.block .actions a {
    float: left;
    text-decoration: underline;
}
.block .actions button.button {
    float: right;
}
.block .empty {
    margin: 0;
    padding: 5px 9px;
}
.block li.odd {
}
.block li.even {
}
.block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-reorder, .block-poll, .block-viewed, .block-compared, .block-related, .block-tags, .block-login {
    font-size: 11px;
    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-reorder .block-title strong, .block-poll .block-title strong, .block-viewed .block-title strong, .block-compared .block-title strong, .block-related .block-title strong, .block-tags .block-title strong, .block-login .block-title strong {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 21px;
}
.block-related {
}
.mini-products-list .product-image {
    display: block;
    float: left;
}
.mini-products-list .product-details {
}
.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-title {
    padding: 3px 0;
}
.block-account .block-title strong {
    color: #000;
    font-size: 13px;
}
 .block-account .block-title strong{text-transform:none;}
.customer-account-index .block-account .block-content li a{font-size:14px; font-weight:none;color:#4c5253;}
.customer-account-index .block-account .block-content li a:hover{color:#f3665c;}
.block-account .block-title {
    background:none;
    border: 0 none;
    height: 25px;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 8px;
	border-bottom:1px solid #bbb;
}
.block-account .block-content {
    padding: 7px 0;
}
.block-account .block-content {
    background: none;
    padding: 7px 10px;
}
.block-account .block-content li a {
    border-bottom: none;
    color: #5f5d5c;
    display: block;
    padding: 3px 0;
    text-decoration: none !important;
}
.block-account .block-content li.last a {
    border-bottom: 0 none;
}
.block-account .block-content li.current {
    border-bottom:none;
    padding: 3px 0;
}
.block-account .block-content li.current.last {
    border-bottom: 0 none;
}
.block-currency {
    background: rgba(0, 0, 0, 0) url("../images/bkg_block-currency.gif") no-repeat scroll 0 0;
    border: 0 none;
    height: 51px;
    padding: 7px 12px 10px;
}
.block-currency .block-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    margin: 0 0 5px;
    padding: 0;
}
.block-currency .block-title strong {
    background: rgba(0, 0, 0, 0) url("../images/i_block-currency.gif") no-repeat scroll 0 50%;
    color: #fff;
    font: bold 13px/21px Arial,Helvetica,sans-serif;
    padding: 0 0 0 21px;
    text-transform: none;
}
.block-currency .block-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
.block-currency .block-content select {
    padding: 0;
    width: 100%;
}
.block-layered-nav {
    border: 0 none;
}
.block-layered-nav .block-title {
    overflow: hidden;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}
.block-layered-nav .block-subtitle {
    color: #333;
    font-weight: normal;
    line-height: 1.35;
    padding: 3px 0;
    text-transform: capitalize;
	display:none;
}
.block-layered-nav .filter-list {
    border-bottom:#e6e6e6 dotted 1px;
    overflow: hidden;
	position:relative;
	display:flex;
}
.block-layered-nav .filter-list.tiers{
	display: none!important;
}
.block-layered-nav dt {
    color: #222;
    cursor: pointer;
    font-family: 'GillSansRegular';
    font-size: 14px;
    font-weight: normal;
    padding: 16px 0;
    text-transform: uppercase;
    display: block;
}
.block-layered-nav .layer-shop.on .xijie-nav {
   background-position:-1px -723px;
}
.block-layered-nav .layer-shop  .xijie-nav{
    background: rgba(0, 0, 0, 0) url(../images/tag.png) repeat scroll -31px -723px ;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    margin-top: 4px;
    width: 10px;
    float: right;	
}
.block-layered-nav dt.category .xijie-nav,.block-layered-nav dt.price .xijie-nav,.block-layered-nav dt.body_shape .xijie-nav,
.block-layered-nav dt.back_style .xijie-nav,.block-layered-nav dt.waist .xijie-nav{
	background:none;
}
.block-layered-nav dd {
    border-bottom: 1px solid #eee;
    padding-bottom: 35px;
    overflow: hidden;
	display:none;

}
.block-layered-nav dd.category ,.block-layered-nav dd.price ,.block-layered-nav dd.body_shape ,.block-layered-nav dd.back_style ,.block-layered-nav dd.waist {
	display:block;
}
.block-layered-nav dd.embellishment,.block-layered-nav dd.neckline,.block-layered-nav dd.sleeve,.block-layered-nav dd.silhouette
,.block-layered-nav dd.fabric ,.block-layered-nav dd.hemline_train ,.block-layered-nav dd.shown_color{
	max-height: 325px;
    overflow-y: scroll;
}
.other0pitions {
    color: #666;
    position: absolute;
    height: 21px;
    line-height: 21px;
    padding: 0 8px 0 20px;
    width: auto;
    background: url(../images/expand_bg.jpg) repeat-x;
    bottom: -23px;
    left: 50%;
    margin-left: -35px;
    border-left: #e6e6e6 solid 1px;
    border-right: #e6e6e6 solid 1px;
    border-bottom: #e6e6e6 solid 1px;
    cursor: pointer;
    border-top: 1px solid #fff;
}
.other0pitions em{
	background: url(../images/product_icon.png) no-repeat;
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    width: 7px;
    height: 4px;
}
.other0pitions .oth_more em{
	background-position:-63px 0;
}
.other0pitions .oth_less em{
	background-position: -63px -50px;
    text-align: center;
}
#narrow-by-list .filter-list > ul.more-filter {
	width: 60px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    float: right;
    padding-top: 22px;
	
}
#narrow-by-list .filter-list > ul.more-filter li{
	background:url(../images/product_icon.png) no-repeat;
	width:60px;
	margin:0 auto;
}
#narrow-by-list .filter-list > ul.more-filter li.more_attr{
	background-position: 48px -16px;
}
#narrow-by-list .filter-list > ul.more-filter li.less_attr{
	background-position: -18px -17px;
}
.block-layered-nav dd ol{
	/*overflow:hidden;*/
	/*width:980px;*/
}
.block-layered-nav dd ol li {
    color: #595959;
    padding:6px 0;
    position: relative;
	padding-left:15px;
}
.block-layered-nav dd ol li:hover{background:#dee2e6;}
.block-layered-nav dd ol li a {
    clear: both;
    color: #333;
    padding-left:0;
	font-size:14px;
	display:block;
	word-break:keep-all;
}
.block-layered-nav dd.last {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.block-layered-nav .currently li {
    background-color: #fefaee;
    border: 1px solid #feb199;
    color: #504531;
    font-family: Arial;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
    padding: 6px 0;
    position: relative;
}
.block-layered-nav .currently .label {
    display: inline-block;
    font-weight: normal;
    padding-left: 5px;
    text-transform: capitalize;
    vertical-align: top;
}
.block-layered-nav .currently .value {
    display: inline-block;
    vertical-align: top;
}
.block-layered-nav .currently .btn-previous, .block-layered-nav .currently .btn-remove {
    margin: 0;
    position: absolute;
    right: 4px;
    top: 9px;
}
.block-layered-nav .currently .btn-previous {
    right: 17px;
}
.block-layered-nav .actions {
    border-bottom: 1px solid #dee5e8;
    border-width: 1px 0;
    font-size: 11px;
    padding: 0 0 4px 9px;
    text-align: right;
}
.block-layered-nav .actions a {
    color: #887c6d;
    float: none;
}
.customer-account-edit .my-account .fieldset{width:450px;}
.customer-account-edit .my-account .fieldset .control{text-align:left;margin-top:10px;}

.block-cart .block-title {
}
.block-cart .block-title strong {
    background-image: url("../images/i_block-cart.gif");
}
.block-cart .summary {
    background: #fff none repeat scroll 0 0;
    margin: -1px 0 0;
    padding: 2px 8px 8px;
    position: relative;
    z-index: 1;
}
.block-cart .amount {
    margin: 0;
}
.block-cart .amount a {
    font-weight: bold;
}
.block-cart .subtotal {
    background: #fbebd9 none repeat scroll 0 0;
    margin: 5px 0 0;
    padding: 2px 0;
    text-align: center;
}
.block-cart .subtotal .price {
    font-weight: bold;
}
.block-cart .actions {
    border-bottom: 1px solid #c2c2c2;
}
.block-cart .actions .paypal-logo {
    float: left;
    margin: 3px 0 0;
    text-align: right;
    width: 100%;
}
.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0;
}
.block-wishlist .block-title strong {
    background-image: url("../images/i_block-wishlist.gif");
}
.block-wishlist .actions {
    text-align: right;
}
.block-wishlist .actions a {
    float: none;
}
.block-related .block-title strong {
    background-image: url("../images/i_block-related.gif");
    background-position: 0 1px;
}
.block-related input.checkbox {
    float: left;
}
.block-related .product {
}
.block-related .product .product-details {
    float: right;
    width: 100px;
}
.catalog-product-view .block-related .product .product-details {
    width: 60px;
}
#block-related li {
    clear: both;
    overflow: hidden;
    padding: 5px 0;
}
.block-related .product .product-details .price-box .old-price {
    display: none;
}
.block-related .product .product-details .price-box .special-price .price-label {
    display: none;
}
.block-related .product .product-details .price-box .special-price {
    padding: 0;
}
.block-compare .block-title strong {
    background-image: url("../images/i_block-list.gif");
    background-position: 0 1px;
}
.block-compare button.button span {
    background: #618499 none repeat scroll 0 0;
    border-color: #406a83;
}
.page-popup .link-print {
    background: rgba(0, 0, 0, 0) url("../images/i_print.gif") no-repeat scroll 0 2px;
    color: #1e7ec8;
    font-weight: bold;
    padding: 2px 0 2px 25px;
}
.compare-table {
    border: 0 none;
}
.compare-table thead tr.first th, .compare-table thead tr.first td {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-size: 0;
    line-height: 0;
    padding: 0;
}
.compare-table .btn-remove {
    background-image: url("../images/btn_remove2.gif");
    float: right;
    height: 15px;
    width: 72px;
}
.compare-table tbody th {
    background: #d9e5ee url("../images/bkg_th-v.gif") repeat-y scroll 100% 0;
}
.compare-table tbody th, .compare-table tbody td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    padding: 10px;
}
.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 none repeat scroll 0 0;
    text-align: center;
}
.compare-table tr.first td {
    text-align: center;
}
.compare-table tr.first td .product-name {
    color: #203548;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
}
.compare-table tr.first td .product-name a {
    color: #203548;
}
.compare-table tr.first td .ratings {
    margin: 0 auto;
    width: 69px;
}
.compare-table tr.first td p, .compare-table tr.add-to-row td p {
    margin: 0;
}
.block-viewed .block-title strong {
    background-image: url("../images/i_block-viewed.gif");
}
.block-compared .block-title strong {
    background-image: url("../images/i_block-list.gif");
    background-position: 0 1px;
}
.block-poll .block-title strong {
    background-image: url("../images/i_block-poll.gif");
}
.block-poll .block-subtitle {
    font-size: 12px;
}
.block-poll label {
    color: #777;
    font-weight: bold;
}
.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}
.block-poll .label {
    display: block;
    margin-left: 18px;
}
.block-poll li {
    padding: 3px 9px;
}
.block-poll .actions {
    margin: 5px 0 0;
}
.block-poll button.button span {
    background: #618499 none repeat scroll 0 0;
    border-color: #406a83;
}
.block-poll .answer {
    font-weight: bold;
}
.block-poll .votes {
    float: right;
    margin-left: 10px;
}
.block-tags .block-title strong {
    background-image: url("../images/i_block-tags.gif");
}
.block-tags .block-content .tags-list {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-size: 12px;
}
.block-tags .block-content a {
    color: #1b2d3b;
}
.block-tags .actions {
    text-align: right;
}
.block-tags .actions a {
    float: none;
}
.block-subscribe .block-title {
    border-bottom: medium none;
    display: none;
    padding-top: 3px;
}
.block-subscribe .block-content {
    padding: 0;
	width:966px;
	margin:0 auto;
	padding:0 15px;
}
.block-subscribe .block-title strong {
    background-image: url("../images/i_block-subscribe.gif");
}
.block-subscribe label {
    color: #000;
    font-weight: normal;
	font-size:20px;
	text-transform:uppercase;
}
.block-subscribe .actions {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin:0;
    padding: 0;
    text-align: left;
}
.block-subscribe .actions button.button span {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #333333;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    line-height: 24px;
    margin: 0;
    padding: 0 8px 0 0;
    text-align: right;
}
.block-reorder .block-title strong {
    background-image: url("../images/i_block-list.gif");
}
.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}
.block-reorder .product-name {
    margin-left: 20px;
}
.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}
.block-banner {
    border: 0 none;
}
.block-banner .block-content {
    padding: 0;
    text-align: center;
}
.block-login .block-title strong {
    background-image: url("../images/i_ma-info.gif");
}
.block-login .block-content {
    padding: 5px 10px;
}
.block-login label {
    color: #666;
    font-weight: bold;
}
.block-login input.input-text {
    display: block;
    margin: 3px 0;
    width: 167px;
}
.block-login .actions {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 3px 0 0;
    padding: 0;
}
.block-login .actions button.button span {
    background: #618499 none repeat scroll 0 0;
    border-color: #406a83;
}
.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}
.sidebar .paypal-logo a {
    float: none;
}
.category-title {
    border: 0 none;
    margin: 0 0 7px;
}
.category-image {
    margin: 0 0 10px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.category-image img {
}
.product-ads-subnav {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
}
.category-description h1 {
    border-bottom: 1px solid #e1e1e1;
    color: #000000;
    display: block;
    font-family: Georgia;
    font-size: 22px;
    font-style: italic;
    margin: 6px 0 10px;
    padding-bottom: 11px;
    text-align: center;
    text-transform: capitalize;
	display:none;
}
.category-description p {
    color: #999;
    margin: 0;
}
.category-products {
}
.products-grid {
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
}
.products-grid.last {
    border-bottom: 0 none;
}
.products-grid li.item {
    display: block;
    float: left;
    padding:10px;
    position: relative;
    width:33.333%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.products-grid li.item img{width:100%;}
.products-grid li .product-image .buyit_now {
    background-color: #fff;
    bottom: 0;
    color: #333;
    display: none;
    font-size: 14px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: 0 1px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    width: 244px;
    z-index: 3;
}
.products-grid li:hover .product-image .buyit_now {
    display: block;
}
.products-grid .product-image {
    display: block;
    overflow: hidden;
    position: relative;
}
.products-grid .product-name a {
    clear: both;
    color: #000;
    display: block;
    font-size: 14px;
}
.product-name a .item:hover {
	color: #f3665c;
    text-decoration: none;
}
.products-grid .price-box {
    margin: 0;
    padding: 0 5px;
    display: inline-block;
    float: left;
}
.products-grid .price-box .old-price ,.products-grid .price-box .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
	vertical-align:middle;
}

.products-grid .availability {
    line-height: 21px;
}
.products-grid .actions {
    bottom: 12px;
    position: absolute;
}
.col2-left-layout .products-grid, .col2-right-layout .products-grid {
    clear: both;
    margin: 0 auto 0;
}
.col1-layout .products-grid {
    margin: 0 auto;
    width: 790px;
}
.catalog-category-view .price-box .price-label, .catalogsearch-result-index .price-box .price-label, .tag-product-list .price-box .price-label {
    display: none;
}
.price-box .old-price, .price-box .special-price {
    display: inline;
}


.cate-show {
    margin-top: 5px;
    overflow: hidden;
}
.cate-show .cate-small {
    float: left;
    width: 580px;
}
.cate-show .cate-small .small-item {
    float: left;
    margin-bottom: 5px;
    margin-right: 6px;
}
.cate-show .cate-big {
    float: right;
}
.col-main .wedding-show .cate-small {
    width: 560px;
}
.product-ads-subnav a {
    background: #6d5959 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 187px;
}
.product-ads-subnav a:hover {
    background: #927676 none repeat scroll 0 0;
    text-decoration: none;
}
.products-list li.item {
    border-bottom: 1px solid #d9ddd3;
    padding: 12px 10px;
}
.products-list li.item.last {
    border-bottom: 0 none;
}
.products-list .product-image {
    float: left;
    height: 135px;
    margin: 0 0 10px;
    width: 135px;
}
.products-list .product-shop {
    margin-left: 150px;
}
.products-list .product-name {
    color: #203548;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
}
.products-list .product-name a {
    color: #203548;
}
.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
}
.products-list .availability {
    float: left;
    margin: 3px 0 0;
}
.products-list .desc {
    clear: both;
    line-height: 1.35;
    margin: 0 0 15px;
    padding: 6px 0 0;
}
.products-list .desc .link-learn {
    font-size: 11px;
}
.products-list .add-to-links {
    clear: both;
}
.products-list .add-to-links li {
    display: inline;
}
.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}
.no-rating {
    margin: 0;
}
.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}
.ratings .rating-links {
    float: left;
    margin: 0;
}
.ratings .rating-links .separator {
    margin: 0 2px;
}
.ratings dt {
}
.ratings dd {
}
.rating-box {
    background: rgba(0, 0, 0, 0) url("../images/bkg_rating.png") repeat-x scroll 0 0;
    font-size: 0;
    height: 17px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 100px;
}
.rating-box .rating {
    background: rgba(0, 0, 0, 0) url("../images/bkg_rating.png") repeat-x scroll 0 -199px;
    float: left;
    height: 17px;
}
.ratings .rating-box {
    float: left;
    margin-right: 3px;
}
.ratings .amount {
    float: left;
}
.ratings-table th, .ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}
.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}
.products-grid .ratings {
    clear: both;
    float: none;
    padding-top: 5px;
    /*border-top: 1px solid #eee;*/
}
.availability {
    margin: 0;
}
.availability span {
    font-weight: bold;
}
.availability.in-stock span {
}
.availability.out-of-stock span {
    color: #d83820;
}
.availability-only {
    background: rgba(0, 0, 0, 0) url("../images/i_availability_only.gif") no-repeat scroll 0 50%;
    line-height: 16px;
    margin: 10px 0 7px;
    padding-left: 15px;
}
.availability-only span, .availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #000;
}
.availability-only a {
    background: rgba(0, 0, 0, 0) url("../images/i_availability_only_arrow.gif") no-repeat scroll 100% 0;
    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 none repeat scroll 0 0;
    font-size: 10px;
    padding: 0 8px;
}
.availability-only-details td {
    background: #ebf0f3 none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding: 2px 8px 1px;
}
.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: bold;
}
.product-view .product-shop .availability {
    font-size: 11px;
}
.product-view .product-shop .availability span {
    font-weight: normal;
}
.email-friend {
    margin: 0;
}
.alert-price {
    font-size: 11px;
    margin: 0;
}
.alert-stock {
    font-size: 11px;
    margin: 0;
}
.price {
    white-space: nowrap !important;
}


.regular-price {
    color: #990000;
}
.regular-price .price {
    color: #990000;
    font-size: 13px;
    font-weight: bold;
}
.block .regular-price, .block .regular-price .price {
    color: #990000;
}
.old-price {
    margin: 0;
}
.old-price .price-label {
    color: #999;
    white-space: nowrap;
}
.old-price .price {
    color: #a1a1a1;
    font-weight: normal;
    text-decoration: line-through;
}
.special-price {
    margin: 0;
    padding: 3px 0;
}
.special-price .price-label {
    color: #cd5033;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}
.products-grid .price-box .old-price  .price{display:inline-block;font-size:13px;}
.products-grid .special-price .price {
    color:#333;
	font-size:18px;
}
.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 {
    color: #1e7ec8;
    font-weight: normal;
}
.price-excluding-tax {
    color: #999;
    display: block;
}
.price-excluding-tax .label {
    color: #999;
    white-space: nowrap;
}
.price-excluding-tax .price {
    color: #c76200;
    font-size: 13px;
    font-weight: normal;
}
.price-including-tax {
    color: #999;
    display: block;
}
.price-including-tax .label {
    color: #999;
    white-space: nowrap;
}
.price-including-tax .price {
    color: #c76200;
    font-size: 13px;
    font-weight: bold;
}
.configured-price {
    margin: 0;
}
.configured-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}
.configured-price .price {
    font-weight: bold;
}
.weee {
    color: #444;
    display: block;
    font-size: 11px;
}
.weee .price {
    font-size: 11px;
    font-weight: normal;
}
.price-excl-tax {
    display: block;
}
.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}
.price-excl-tax .price {
    display: block;
}
.price-incl-tax {
    display: block;
}
.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}
.price-incl-tax .price {
    display: block;
    font-weight: bold;
}
.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 {
    color: #999;
    padding-left: 10px;
}
.price-notice .price {
    color: #2f2f2f;
    font-weight: bold;
}
.price-as-configured {
    margin: 0;
}
.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
}
.price-box-bundle {
    padding: 0 0 10px;
}
.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}
.price-box-bundle .price {
    color: #555;
}
.product-pricing, .tier-prices {
    background-color: #f4f7f7;
    border: 1px solid #dadddd;
    color: #424242;
    margin: 10px 0 5px;
    padding: 10px;
}
.tier-prices li {
    background: rgba(0, 0, 0, 0) url("../images/i_tier.gif") no-repeat scroll 0 3px;
    line-height: 1.4;
    padding: 2px 0 2px 10px;
}
.tier-prices .benefit {
    color: #2f2f2f;
    font-style: italic;
    font-weight: bold;
}
.tier-prices .price {
    color: #2f2f2f;
    font-weight: bold;
}
.tier-prices-grouped li {
    color: #e26703;
    padding: 2px 0;
}
.tier-prices-grouped li .price {
    font-weight: bold;
}
.add-to-links {
    font-size: 11px;
    margin: 5px 0 0;
}
.add-to-links .separator {
    display: none;
}
.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;
}
.product-options-bottom .buy-now  a:hover{text-decoration:none;}
/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; width:80%;}
.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 { clear:both; margin-top:10px;}
.product-essential {padding-bottom:5px;}
.product-essential > h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral {padding:0; clear:both;}
.product-collateral .main-right{/*width:1030px;float:left;padding-right:10px;*/}
.product-collateral > h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 20px; }
.products-grid .item .list-text{height:83px;}
/* Product Images */
.product-view .product-img-box { float:left; position:relative;width: 565px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width: calc(100% - 110px);  overflow:hidden;  float:right; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move;width: 100%;height: auto;}
.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; }
.product-view .product-img-box .more-views ul {position:absolute;z-index:90;height:530px;width: 100%;}
.product-view .product-img-box .more-views li { float:left; margin:0 0 6px 0; position:relative;}
.product-view .product-img-box .more-views li a {display:block;float:left;overflow:hidden;width: 100%;}
.product-view .product-img-box .more-views li:hover{display: block;}
.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
.product-view .product-img-box .more-views li.active a {
    opacity: 0.5;

}
/* Product Shop */
.product-view .product-shop { float:right; width: calc(100% - 590px); }
.pls{position:absolute; top:99999px; left:999999px;}
.col1-layout .product-view .product-shop .timelist .price_date {background: url("../images/time_btn.gif") no-repeat scroll 0 0 transparent;float: left;height: 32px;margin: 0 0 10px;width: 250px;}
.col1-layout .product-view .product-shop .timelist .price_date .saveoff{float:left; display:inline; line-height:32px; padding: 0 0 0 50px; color: #ffffff;}
.col1-layout .product-view .product-shop .timelist .offsave {color: #ffffff;float: left;font-size: 11px;line-height: 30px;padding: 0 5px;text-align: left;line-height:32px; display:inline;padding: 0 0 0 30px;}
.col1-layout .product-view .product-shop .timelist .left{float:left; padding:0 0 0 10px; color:#fff; line-height:32px;}
.col1-layout .product-view .product-shop .price-box .special-price{clear:both;margin-right:12px;}
.col1-layout .product-view .product-shop .price-box .special-price .price{color:#000;font-size:22px;}
.col1-layout .product-view .product-shop .ratings .rating-box{display:block;}
.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 span { margin:0; font:400 23px/30px 'GillSansRegular'; padding:0;}
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box { float: left;font-size:12px;height:30px;border-bottom:1px dashed #333;}
.product-view .product-shop .prod-price-pos .price-box {float: left;font-size:12px;border-bottom:0 none;}
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { position:relative;/*overflow:hidden;*/clear:both;}
.product-options dt { padding:8px 0 0; font-weight:normal;width:80px;clear:both;}
.product-options dt label {color:#000;font: normal 16px/26px 'GillSansRegular';font-weight: 600;}
.product-options dt label.required em { color:#eb340a; }
.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 { padding:8px 0 0;display:inline-block; width:645px;position:relative;}
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:86%; }
#product-options-wrapper  dd input.input-text{ width:64%;height:25px; }
.product-options dd input.datetime-picker { width:250px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:241px; height:30px;resize:none;padding-left:10px; }
.product-options dd select{ width:255px;height:35px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll 228px -364px;padding-left:10px;}
.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; width:56px; float:left; }
.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; display:none; }

.product-options-bottom { background-color:#fefefe; padding:0;   }
.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; }
.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:15px 10px 15px 0;}
.product-shop .product-options-bottom { margin:0 0 15px; }
.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:both; padding:5px 0 0; text-align:right; }
.option_total > dt {
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
	padding-top:3px;
}
.option_total dh {
    color: #da3439;
    font-size: 21px;
    font-weight: bold;
    margin-left: 10px;
}
.option_total {
    padding-bottom: 8px;
}
/* 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 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; /*border:1px solid #e5dcc3;*/ }
.product-view .box-up-sell .products-grid td { width:25%; /*border-right:1px solid #ddd; border-bottom:1px solid #e5dcc3;*/ padding:5px 0px 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; */}
.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:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#f3ab1a; background:#ffc952;color:#000;  }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 0px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px;margin-left:0!important;}
.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:0; font-size:1em; font-weight:normal; }
.product-name a { color:#3f3f3e; font-size: 14px;}
.home-new-list .product-name a{color:#888;display:block;padding:0 5px;line-height:15px;height:30px;overflow:hidden;}

/* Product Tags */
.catalogsearch-term-popular .page-title{width:100%;}
.catalogsearch-term-popular .page-title h1{text-align:center;margin:15px;font-style:italic;}
.tags-list { display:inline-block; font-size:14px; border:1px solid #e2e2e2;clear:both;width:100%;}
.tags-list li { display:block; margin:0 4px 0 0; width:24%;float:left;}
.tags-list li a { color:#333;font-family:Arial,Helvetica,Verdana,"Lucida Grande","Lucida Sans Unicode",sans-serif;font-size:14px !important; padding:10px 10px 10px 35px;display:block;text-transform: capitalize;}
.tags-list li a:hover{color:#e6be9f;text-decoration:underline;}
/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

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

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

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


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 5px; width:100%;position:relative;}
.cart .page-title span{
	position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 14px;
}
.cart .page-title h1 { margin:10px 0 0;font-size:24px;font-family: Microsoft YaHei;height:60px;line-height:60px;color:#333;text-transform:uppercase;width:100%;text-align:left;}

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; margin-top:10px}
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:30px 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; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#fff ; background:#fff ;color:#333;font-size:13px;font-family:Verdana,Arial,Helvetica,sans-serif;text-transform:uppercase;text-decoration:underline; }
.cart-table .btn-update,
.cart-table .btn-empty { float:left; }
.cart-table .btn-update { margin-left:0px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:612px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#f8f8f8; padding:12px 15px; display:none;}
.cart .crosssell > h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:100px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; height:32px;overflow:hidden;}
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { /*background:#f7f7f7; padding:12px 15px; margin:50px 0 18px; */margin-bottom:20px;}
.cart .discount > h2,
.cart .shipping > h2 { font:13px/16px Verdana,Arial,Helvetica,sans-serif; padding:0 21px 0 0 ; color:#333; text-transform:uppercase; height:17px;width:140px; margin:10px;}
.cart .discount button span{color:#fff;height:32px;line-height:32px;font-size:12px;font-weight:bold;}
.cart .shipping button span {border-color:#000 ; background:#000 ;color:#fff;height:23px;line-height:23px;font-size:12px;font-weight:bold; }
.cart .discount .buttons-set{border: 0; text-align: left;float: left;display: inline-block;clear:none;margin:0;padding:0;}
.cart .shipping .buttons-set { position:absolute; border:0; right:0;bottom:28px; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount .input-box { margin:0px 0 0 10px; width:267px;display:inline-block;float:left; }
.cart .discount input.input-text { width: 254px;height: 28px;border: 1px solid #e6be9f;padding-left: 10px }

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

/* Shopping Cart Totals */
.cart .totals { width:50%;float:right;}
.cart .totals table { margin:7px 20px 0 0px;font-size:20px;float:right;}
.cart .totals td { padding:10px 0px 1px 7px; font-size:16px;}
#shopping-cart-totals-table > tbody tr th{padding-top:10px;}
.cart .totals td .price { padding-left: 75px;font-weight:bold;}

.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:16px; }
.cart .totals tfoot td .price {color: #000;padding-left: 57px;font-size:25px;}
.cart .totals .checkout-types { font-size:13px; padding:10px 0; text-align:right; clear:both;}
.cart .totals .checkout-types li { clear:both; margin:10px 0; }
#shopping-cart-totals-table > tbody {
    display: block;
    float: right;
    margin-bottom: 15px;
}
#shopping-cart-totals-table > tbody tr{float:none;}
#shopping-cart-totals-table tr {
    float: right;
}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; float:left; padding-right:10px;}
.item-options dd { padding-left:10px; margin:0 0 6px; }
.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:170px; 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:15px; left:0px; }
.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; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }

.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:11px; cursor:help;text-indent: -99999px;display: inline-block;width: 35px; height: 35px;vertical-align: middle;background:rgba(0, 0, 0, 0) url("../images/onepage-card.png") no-repeat scroll 0 0;}

/* 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:10px 0; }
.checkout-agreements .agreement-content {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 { 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:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.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 { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title > h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#ddd; border:1px solid #aaa; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#ccc; border-color:#999; color:#888; }
.opc .allow .step-title > h2 { color:#888; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#900; border-color:#b00; color:#fff; }
.opc .active .step-title > h2 { color:#900; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

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

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#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:#e96200; color:#e96200; }

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

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

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

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

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

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


/* Account Login/Create Pages ============================================================ */
.account-login .content {margin-top:20px;padding:10px 50px 5px 80px;}
.account-login .content .login-tit{border-bottom:1px #e33d91 solid;height:20px;text-align:right;}
.account-login .content .login-tit > h2 {  color: #242424;
    display: block;
    font-size: 18px;
    padding: 0 0 10px;
    text-align: left;
    text-transform: capitalize;}
.account-login .registered-users .login-tit > h2 {font-family:arial;font-size:18px;font-weight:normal;color:#ee208b;height:24px;line-height:24px; }
.account-login .registered-users .login-tit > h2 span{color:#fff;background-color:#e33d91;padding-top:3px;padding-bottom:3px;padding-left:3px;padding-right:1px;}
.account-login .registered-users .login-tit img{margin-top:-30px;float:right;_position:absolute;_margin-left:-55px;_margin-top:13px;}
.account-login .buttons-set {   margin: 0;padding-bottom:20px;
    text-align: right;border:none;}
.account-login .buttons-set button,.account-create .buttons-set button{    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;}
.account-login .buttons-set button span,.account-create .buttons-set button span{   ;
    color: #FFFFFF;
    display: block;
    font: bold 18px/30px 'GillSansRegular';
    height: 30px;
    text-align: center;
    white-space: nowrap;
    border:none;
    font-weight: 500;
    line-height: 28px;
}
.account-login .buttons-set button span span,.account-create .buttons-set button span span{
    border:none;
}
.account-login .buttons-set .sign-in button{background:#f3665c;border-radius:16px;width:190px;}
.account-login .buttons-set .sign-in span{background:rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -620px -404px;padding:0 0 0 13px;}
.account-login .buttons-set .sign-in span span{background:none;padding:0 0 0 12px}
.account-create .buttons-set  button{background:#f3665c;border-radius:16px;width:190px;}
.account-create .buttons-set  span{background:rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -628px -440px;padding:0 0 0 13px;}
.account-create .buttons-set  span span{background:none;padding:0 0 0 12px}
.col1-layout .col-main .account-create .fieldset:nth-child(2) {margin-top: 0;}
.account-title {
    font: italic 24px/50px Georgia,"Times New Roman",Times,serif;
}
.new-account {
    display: none;
}

/* 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;color:#999;font-size: 14px;line-height: 20px; }
.dashboard .welcome-msg p strong{font-weight:normal;color:#000;font-size: 14px;}
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head > h2 { float:left; margin:0; font-size:14px; font-weight:normal; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; color:#f3665c; }
.box-content p {
    font-size: 13px;
}
.dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:14px; font-weight:normal; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head > h2 { background-image:url(../images/i_folder-table.gif); padding-left:25px;}

/* Block: Account Information */
.dashboard .box-info .box-head > h2 { }
.dashboard .box-info h4 { font-size:14px; font-weight:normal; text-transform:uppercase; }

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

/* Block: Tags */
.dashboard .box-tags .box-head > h2 { background-image:url(../images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list > h2 { font-weight:bold; font-size:13px; color:#d32c81; text-transform:uppercase; }
.addresses-list h3 { font-weight:normal; font-size:13px;color:#000; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { color:#000;text-decoration:underline; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:normal;color:#000; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.sales-view { background:#f7f7f7; border:1px solid #e4e4e4; padding:12px 15px; margin:0 0 8px;font-size:13px; }
.sales-view .page-title{width:100%;float:none;}
.sales-view .page-title h1{font-size:13px;text-decoration:underline;}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
#order-info-tabs .last { font-weight:bold; }
.order-info li { margin:0 3px; }

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

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

.order-items { width:100%; overflow-x:auto; }
.order-items > h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

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

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

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

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

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

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

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

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

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; height: 28px;}
.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 {
	display: block;
    position: relative;
}
.footer {border-top: 1px solid #000;}
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a {text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .footer-link a:hover { text-decoration:none; }

.footer .bugs { margin:13px 0 0; }
.footer .bugs a {text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }

.footer ul.links { display:block; }
.footer li {}
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

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


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

.guest-select {width:306px !important;height: 30px !important;
    margin: 3px 0 9px;}

.price-box-list .old-price-list .price-label, .price-box-list .special-price-list .price-label{display:none;}
.price-box-list .old-price-list .price{text-decoration:line-through;}
.price-box-list .old-price-list, .price-box-list .special-price-list{display:inline;}
.price-box-list .special-price-list .price{ color:#000;font-weight: 500;font-size: 18px;}
.home-new-list .price-box-list .price{padding:0 5px;color:#dc226c;line-height:20px;font-weight:normal;}
.header {
    max-width: 1600px;
	min-width:1170px;
    margin: 0 auto;
    position: relative;
    padding:30px 15px 10px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.header-link{
    float:right;
    color: #333333;
    height: 23px;
    clear: both;
}
.header-left .links {
    float: left;
    margin: 5px 0 6px;
}
.header .links li {
    color: #555555;
    float: left;
}
.header .links a {
    border-right: 1px solid #000;
    color: #000;
    font-size: 13px;
    margin: 0 7px 0 0;
    padding: 0 7px 0 0;
	letter-spacing:.6px;
}
.header .links a:hover{text-decoration:underline;}
.mini-cart a#cart_total:hover{text-decoration:underline;}
.hotTag ul li a:hover{text-decoration:underline;}
.links li.last {
    background: none !important;
    padding-right: 0 !important;
}
.top-currency {
    float: left;
    padding-top: 3px;
}

.top-currency span {
    float: left;
    font-size: 13px;
    height: 22px;
    line-height: 22px;
	display:inline-block;
}
.top-currency .block-content {
    float: left;
	position:relative;
}
.top-currency .more-icon {
    background: rgba(0, 0, 0, 0) url("../images/tag-all.png") no-repeat scroll -40px 0;
    display: inline-block;
    height: 6px;
    transform: rotate(0deg);
    transition: all 0.2s ease 0s;
    width: 9px;
	float:right;
	margin-left:5px;
	margin-top:8px;
}
.header-left .block-content dd {
    background-color: #fff;
    border: 1px solid #ddd;
    display: none;
    right:-16px;
    line-height: 24px;
    padding: 5px 10px;
    position: absolute;
    top: 22px;
    width: 70px;
    z-index: 9000;
}
.currency-duo ul{padding-top:2px;}
.currency-duo ul a{display:block;line-height:20px;text-align:left;height:23px;font-size:12px;}
.top-currency dl:hover .currency-duo{display:block;}
.top-currency dd:hover .currency-select {box-shadow:1px 2px 4px #898989;background-color:#fff;color:#d32c81;border:1px solid #cccccc;border-bottom:0 none;}
.currency-duo  ul  a:hover{background:#f7f7f7;}
.top-currency .block-content:hover .more-icon{transform: rotate(180deg);}
.currency-duo .triangle{left: 50%;
    margin-left: -7px;
position: absolute;}
.bord_tri{ border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 0 7px 7px;
    display: inline-block;
    height: 0;
    top: -7px;
    width: 0;}
.bg_tri{ border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 7px 7px;
    display: inline-block;
    height: 0;
    top: -6px;
    width: 0;}
.rightline{ background-color: #ccc;
    display: block;
    height: 10px;
    right: 0;
    overflow: hidden;
    position: absolute;
    top: 11px;
    width: 1px;}
/* cart */
.mini-cart {
    background: url(../images/bag.png) no-repeat scroll 0 0/14px auto;
    display: inline-block;
    float: right;
    margin: 5px 0 6px;
}
.mini-cart a#cart_total{padding-left: 20px;}

.header-right .links {
    float: right;
    margin: 5px 0 6px;
}
.header-right .links .wish {
    background: url(../images/heart.png) no-repeat scroll 0 0;
    padding-left: 20px;
}
.header-right .links .order {
    background: url(../images/order.png) no-repeat scroll 0 0;
    padding-left: 20px;
}
.header .logo {
	float:left;
}

.head-title a:hover{text-decoration:none;}
.hidden-cart .cart-outer{float:left;}

.hidden-cart .checkout-btn {background:#e6be9f;border-radius:17px;color:#fff;display:block;width:220px;height:30px;line-height:30px;text-align:center;padding:0;}
.mini-cart .checkout-btn span{font-size:14px;color:#fff;font-weight:bold;}
.cart-inner #cart-sidebar{clear:both; border-bottom:1px dashed #ddd;margin-bottom:5px;float:left;}
.cart-inner #cart-sidebar li{clear:both;margin-bottom:10px;float:left;}
.cart-inner #cart-sidebar .btn-remove{float:right;margin-left:10px;}
.cart-inner #cart-sidebar .product-name{height:35px;overflow:hidden;line-height:16px;}
.cart-inner .actions{overflow:hidden;float:right;font-size:14px;text-align:right;}

/* listhome */
.tab-highlight{clear:both;}
.bmproducts-featured{width:100%; float:left; clear:both; margin-top:5px;}
.tab-highlight .head_bg{background:url(../images/tlt-underline.png) no-repeat left bottom; height:40px;}
.tab-highlight .head_bg h3{font:26px/30px Georgia; color:#c4010a;}
.bmproducts-featured .products-tab li.item{width:183px; float:left;margin-right:10px;border:4px solid #f5f5f5;margin-bottom:10px;}
.bmproducts-featured .products-tab li.last{margin-right:0;}
.bmproducts-featured .products-tab li.item:hover{border:4px solid #dedede}
.tab-other-info .product-name{height:30px;overflow:hidden;}
.about_anas{clear:both;overflow:hidden;}
/*hot deal*/
.hot-deals .sidelist li{clear:both; padding:5px 0; border-bottom:1px dotted #CCCCCC; overflow:hidden;}
.hot-deals .hotDeal-np{float:right; width:100px;}
.catalog-product-view .hot-deals .hotDeal-np{width:60px;}
.hot-deals .hotDeal-np .price-box-list .old-price-list{display:none;}

/*why buy from us*/
#whyBuyFromUs {color: #666666; font: 11px/16px verdana; margin: 0 auto 27px; width: 994px; margin-top:10px; overflow:hidden;}
#whyBuyFromUs > h2 {background-image: url("../images/foot-top-bg.png"); background-repeat: no-repeat;color: #B6810C; font: 20px/59px georgia; height: 59px; text-align: center;}
#whyBuyFromUs .secure, #whyBuyFromUs .easyOrders {width: 252px;}
#whyBuyFromUs dl {float:left; margin: 30px 0 3px; padding-left: 48px; position: relative;}
#whyBuyFromUs dl span, .help_body dl {}
#whyBuyFromUs .freeDelivery, #whyBuyFromUs .freeJoin, #whyBuyFromUs .freeShipping, #whyBuyFromUs .bestMerchandise {margin-left: 25px; width: 268px;}
#whyBuyFromUs dt {color: #555555; font-size: 12px; font-weight: bold; line-height: 12px; padding-bottom: 6px; }

#whyBuyFromUs dl span { height: 35px; left: 0; position: absolute; top: 0; width: 40px;}

#whyBuyFromUs .easyOrders {background:url(../images/easyOrders-1.jpg) no-repeat;}
#whyBuyFromUs .bestMerchandise {background:url(../images/bestMerchandise-2.jpg) no-repeat}
#whyBuyFromUs .freeShipping{background:url(../images/freeShipping-3.jpg) no-repeat}
#whyBuyFromUs .secure{ background:url(../images/secure-4.jpg) no-repeat}
#whyBuyFromUs .freeJoin { background:url(../images/freeJoin-5.jpg) no-repeat}
#whyBuyFromUs .freeDelivery {background:url(../images/freeDelivery-6.jpg) no-repeat}
.clear {clear: both; overflow: hidden;}

/** footer links **/
.footer-help{border-bottom:1px solid #ddd;clear:both;width:100%;float:left;padding:10px 0;}
.footer-help .footer-title{fonr-size:14px;font-weight:bold;}
.footer-help ul{width:176px;float:left;margin-right:16px;}
.footer-help ul li{clear:both;width:100%;}
.footer-help ul li a{color:#666666; font-size:11px;}
.payment-img{text-align:center;border-top:1px solid #fff;clear:both; padding:10px 0;}
.footer-help ul.joinlinks{width:240px;margin-right:0;}

/** view tab **/
/** view tab **/
.tabs-anchor{height:30px;}
.tabs-anchor ul li{ float:left;padding-right:15px;font-size: 11px; height: 25px;line-height: 25px;    text-transform: capitalize;}
.tabs-anchor ul li a{color:#333;}
/*.tabs-anchor ul li.tabs-2{background-position:-5px -42px;}background:url(../images/view-ico.gif) no-repeat;
.tabs-anchor ul li.tabs-3{background-position:-5px 0px;}
.tabs-anchor ul li.tabs-4{background-position:-5px -120px;padding-right: 0;}
.tabs-anchor ul li.tabs-5{background-position:-5px -80px;}
.tabs-anchor ul li.tabs-6{background-position:-5px -200px;}*/

#tabs-detail{}
#tabs-detail ul.subsection_tabs {
    border-bottom: 1px solid #ddd;
    clear: both;
    height:36px;
    line-height: 25px;
    list-style: none outside none;
    margin: 0;
 
}
#tabs-detail ul.subsection_tabs li {
    float: left;
    text-align: center;
}
#tabs-detail ul.subsection_tabs li a {
     color:#232323;
    display: block;
	font-family:Arial;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    text-decoration: none;
	padding:6px 10px ;text-transform:uppercase;
}
#tabs-detail ul.subsection_tabs li a.active {color:#232323; display: block;font-family:Arial;font-size: 14px;height: 23px;line-height: 23px;text-decoration: none;border:1px solid #d3d3d3 ;border-bottom:1px solid #fff;text-transform: capitalize; background:#fff;font-weight:bold;text-transform:uppercase;}
#tabs-detail div.tabs-content{
	border:1px solid #ddd;
	border-top:none;
	margin-bottom:10px;
	font:12px/17px Arial;
	padding:10px;
	overflow:hidden;
	clear:both;
}
#tabs-detail01 ul.subsection_tabs {
    border-bottom: 1px solid #ddd;
    clear: both;
    height: 25px;
    line-height: 25px;
    list-style: none outside none;
    margin: 0;
 
}
#tabs-detail01 ul.subsection_tabs li {
    float: left;
    margin-right:10px;
    text-align: center;
}
#tabs-detail01 ul.subsection_tabs li a.active {
    background:#7A7A7A;
    color: #fff;
    height: 24px;
    line-height: 24px;
	  font-weight: bold;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
}
#tabs-detail01 ul.subsection_tabs li a {
  
    color: #666;
    display: block;
    font-size: 100%;
    height: 23px;
    line-height: 23px;
    text-decoration: none;
	padding:1px 15px;
	  font-weight: bold;
 border:1px solid #D4D4D4 ;
 border-bottom:none;
 
    text-transform: uppercase;
}
#tabs-detail01 div.tabs-content{
	border:1px solid #ddd;
	border-top:none;
	margin-bottom:10px;
	font:12px/17px Arial;
	padding:1em 1.4em;
	overflow:hidden;
	clear:both;
}

.chart-style, .chart-style tr, .chart-style td {border: 2px solid #fff;}
.chart-style td{background:#f2f1f1;}
.chart-style tr:nth-child(1),.chart-style td:nth-child(1){background:#e2e2e2;}
#how-to-measure {padding: 10px 20px;}
#how-to-measure td {padding: 5px;}
.measure_maternity_dresses_class td, .measure_maternity_standard_class td {color: #525252;}
#how-to-measure td {vertical-align: top;}
#how-to-measure td {padding: 5px;}
.measure_maternity_dresses_class td h4, .measure_maternity_standard_class td h4 {color: #282828;}
.measure_maternity_standard_class img {display: block; padding-bottom: 5px;width: 139px;}
fieldset, img { border: 0 none;}
.measure_maternity_dresses_class img { display: block; padding-bottom: 5px; width: 149px;}
.gallery-detail ul li{margin-bottom:10px; text-align:center;}

/*navigation*/
.nav-container #custommenu{width:1170px;margin:0 auto;height:45px;text-align:center;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content:space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack:space-between;
    box-pack: space-between;
	padding:0 15px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.menu-info {
	background:#fff;
    /*color: #e6be9f;*/
    display: none;
    position: absolute;
    text-align: left;
    top: 45px;
    left: 0;
    z-index: 99999 !important;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
    /*border-top: 3px solid #e6be9f;*/
}
.menu{position: relative;z-index: 100;display:inline-block;}
.home-ico{display:block;background:url(../images/missico_bg.gif) -140px -170px no-repeat;width:21px;height:19px;padding-top:8px;}

.parentMenu > h2 a,.home .parentMenu a{
    font-family: 'GillSansRegular';
    font-size: 14px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    text-transform: uppercase;
    border-top: 3px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.parentMenu:hover > h2 a{
    color: #74736d;
    text-decoration: none;
    border-left: 1px solid #74736d;
    border-right: 1px solid #74736d;
    border-top: 3px solid #f3665c;
    background: #fff;
}


.home .parentMenu span{display:block;width: 17px;
height: 20px;
background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") repeat scroll -33px -82px;
margin-top: -2px;text-indent:-9999px;}
.for-c900001 {
    display: inline-block;
    float: left;
    height: 15px;
	padding: 19px 0 0;
}
.disc-icon {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -66px -369px;
    display: inline-block;
    height: 4px;
    width: 4px;
}
.parentMenu:hover > h2 .disc-icon{background-position:-84px -369px;}
.menu .menu-info-3{width:480px;left:-200px;}
.menu .menu-info-31{width:550px;left:-200px;}
.menu-info .column{padding:20px 15px;z-index: 9999;}
.menu-info .nav-ads{background:#f3f3f3;padding-top:6px;padding-left:15px;}
.menu .menu-info-3 .column{width:150px;}
.menu .menu-info-31 .column{width:170px;}
.menu-info .column-small{width:130px;float:left;}
.menu-info .column-image{float:right;width:250px;}
.menu-position-left .column-small{width:130px;float:right;}
.menu-position-left .column-image{float:left;}
.menu .nav-color{color:red;}
.menu .nav-color:hover{color:#fff;}
.parentMenu-right .menu-info a {
	/*color: #e6be9f;*/
    font-size: 13px;
    padding: 9px 5px;
    font-weight: normal;
    display: block;}

.parentMenu-right .menu-info a.nav_white{font-weight:700;font-size:14px;}
.parentMenu-right:hover .menu-info { display: block;}	
#custommenu .menu_last .parentMenu{border-right:none;}
.parentMenu-right .menu-info a:hover{
    /*text-decoration:none;*/
    text-decoration:underline;
}
.parentMenu-right .menu-info .nav-image a:hover{background:none;color:#fff;}
.nav-container .menu-info ul{display:inline-block;vertical-align:top;padding:0 15px 0 0;}
.nav-container .menu-info li{line-height:18px;font-weight:normal;color:#000;}
.nav-container .menu-info li strong{font-weight:normal;color:#000;}
.nav-container .menu-info li a:hover strong{color:#fff;}
.parentMenu span.txtb_link {
    background: url("../images/nav_hot.gif") no-repeat scroll 0 0 transparent;
    cursor: default;
    height: 18px;
    left: 50px;
    position: absolute;
    top: 0;
    width: 22px;
    z-index: 9;
}
.list_save_off{
	background:#f3665c;
    color: #FFF;text-align:center;
    float: right;
    font-weight: normal;
    height:38px;
    left:-5px;
    top:-5px;
    position: absolute;
    width:38px;
    z-index: 6;
	padding:4px;
	border-radius:50%;
}
.list_save_off > span {
    display: block;
    font: 500 13px/20px Arial,Helvetica,sans-serif;
}
/*pro view dress detail*/
#tpl2-weddingDress-dressesDetails { overflow: hidden;}
#tpl2-weddingDress-dressesDetails img { display: block;}
#tpl2-weddingDress-dressesDetails ul { margin:0 auto; width: auto;}
.clearfix { margin-bottom: 0;}
#tpl2-weddingDress-dressesDetails ul li span {
    display: block;
    font-size: 22px;
}
#tpl2-weddingDress-dressesDetails li p {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: auto;
    margin-top: 10px;
}
#tpl2-weddingDress-dressesDetails ul li {background: none; float: left; margin: 9px 0; padding: 0 20px 9px; position: relative; width: 45%;}
#tpl2-weddingDress-dressesDetails li img { border: 1px solid #AEAEAE;border-radius:10px;padding:5px;}
#tpl2-weddingDress-fAQ li p { color: #375C79; margin: 0; }
#tpl2-weddingDress-dressesDetails li em { background-color: #FFFFFF; bottom: -1px; display: block; height: 18px; margin-left: -21px; position: absolute; width: 1px;}
.product-shop .add-to-cart a:hover.btn-cart2{cursor:pointer ;  background: url("../images/secure_btn.gif") no-repeat scroll left -48px transparent;    text-indent: -9999px;}
.product-shop .add-to-cart a.btn-cart2{   background: url("../images/secure_btn.gif") no-repeat scroll left top transparent;
    border: 0 none;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    width: 190px;
	     text-indent: -9999px;
	 margin:10px 0 0;
	 float:left;cursor:pointer;
 }

.product-shop .add-to-cart .validation-passed{}



.product-shop .add-to-cart a.btn-cart{  background: url("../images/secure_btn.gif") no-repeat scroll left -370px transparent;
    color: #FFFFFF;
    display: block;
    font: 14px/40px Arial;
    height: 40px;
    text-align: center;
    white-space: nowrap;
    text-indent: 0;
    height: 40px;
	float:left;
    padding:0 20px;
	   margin: 0 0 0 15px;cursor:pointer;
	}
.product-shop .add-to-cart a:hover.btn-cart{ background: url("../images/secure_btn.gif") no-repeat scroll left -415px transparent;cursor:pointer;text-decoration:none;}
.product-shop .add-to-cart a:hover.btn-cart span{ }
.product-shop .add-to-cart a.btn-cart span{color:#000;font-size:16px;font-weight:normal;text-transform:uppercase;}
.prev_or_next{line-height:25px;clear:both;}
.navPrev{float:left;}
.navNext{float:right}
#scroll-top {
    background: url("../images/back_to_top.gif") no-repeat scroll 0 0 transparent;
    bottom: 20px;
    cursor: pointer;
    height: 42px;
    position: fixed;
    right: 80px;
    width: 42px;
    z-index: 500;
}

/*inch cm*/
.divShowSizeVals {background: #EFEFEF;
    margin-top: 10px;
    overflow: hidden;
    padding: 8px;
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 10px;
    border: 1px solid #E3E3E3;
    border-bottom: 1px solid #A4A4A4;
    border-right: 1px solid #A4A4A4;
    color: #303030;
    font-size: 11px;
    line-height: 19px;
    padding: 6px 12px;
    margin-left: 10px;
    clear: both;
    overflow: hidden;
    width: 360px;
    position: absolute;
    left: 260px;
    top: 175px;}
#sizeUnitTitleLeft { float: left; padding-right: 15px; width: 46%;}
#sizeUnitTitleRight {float: left; width: 47%;}
.sizeUnitTitle { border-bottom: 1px dotted #444444; color: #000;  font-size: 15px; font-weight: 700;}
.sizeUnitContents div { color: #555555; font-size: 11px; line-height: 20px; padding-left: 5px;}
.sizeUnitContents div font { padding-right: 5px;}
.hot-deals .product-img{display:block;float:left;}
.shipping-view{color: #666; font: 11px/140% Arial; border: 1px solid #F8DBB5; padding: 10px;background:#F7F3EF;}
.product-shop .email-friend{float:left;margin-right:8px;}
.product-shop .ratings{
    float: left;
    margin: 2px 10px 2px 2px;
}
.rating-question > span {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}
.product-shop .ratings .rating-links a, .no-rating a{color:#900;}
.form-alt li{height:30px;margin:5px 0;font-size: 13px;}
.required em{color:#d00;}
.select-content .description-item{
	display:none;
    border-bottom: 1px solid #000;
    padding: 0 20px;
}
.shipping-title.select-title {
    border-top: 1px solid #999;
}
.select-content .select-title {
    color: #000000;
    font-size: 18px;
    position: relative;
    padding: 11px 20px;
    border-bottom: 1px solid #999;
    cursor: pointer;
    opacity: 0.8;
}
.select-content .select-title::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 13px;
    vertical-align: middle;
    background: url(../images/close-l.png) no-repeat 0 0;
}
.select-content .select-title.active::before{
    background: url(../images/open-m.png) no-repeat 0 4px;
}
.ShippingInfoBox {
    margin-bottom: 20px;
    height: 20px;
	font-size:14px;
}
.ShippingInfoBox li {
    float: left;
	line-height:20px;
}
.ShippingInfoBox .ShippingInfo-Tailoring {
    margin-right: 30px;
}
.ShippingInfoBox li em {
    float: left;
    display: block;
    width: 23px;
    height: 20px;
}
.ShippingInfoBox .ShippingInfo-Tailoring em {
    background: url(../images/sign_tailor.png) no-repeat;
    background-size:18px;
}
.ShippingInfoBox .ShippingInfo-Delivery em {
    background: url(../images/sign_shipping.png) no-repeat;
	background-size:18px;
}
.ShippingInfoBox li span {
    text-transform: uppercase;
}
.ShippingInfoBox li b {
    font-weight: normal;
}
.description-accordion {
    border: 1px solid #bbb;
	position:relative;
	margin-bottom:20px;
}
.description-accordion ul li{
    color: #000;
    font-size: 14px;
    padding: 10px 0;
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    text-align: center;
	border-bottom: 1px solid #bbb;
    box-sizing: border-box;
	cursor:pointer;
}
.description-accordion .description-item.description-on2 {
    display: none;
}
.description-accordion ul li.tabs-li{
	border-left: 1px solid #bbb;
}
.description-accordion ul li.select {
    border-bottom: 1px solid #fff;
}
#tabs-detail-ul {
    overflow: hidden;
}
.description-accordion .description-title-open {
    position: absolute;
    width: 60px;
    height: 40px;
    bottom: -41px;
	background:rgba(255,255,255,.6);
	left:293px;
	cursor:pointer;
}
.description-accordion .description-title-open::after{
	content: "";
    border: 6px solid #bbb;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
	transition: all 0.2s ease 0s;
    position: absolute;
    left: 12px;
    top: -6px;
}
.description-accordion .description-title-open.description-title-close::after {
	border: 6px solid #bbb;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-45deg);
    top: 12px;
}
.description-content {
    display: none;
}
/*more view*/
.more-views{float:left;width:80px;}
.arrival-date{margin-bottom: 3px;font-size: 12px;font-family: Arial;}
.arrival-date .arrival-order{color:#666;font-size:13px;margin-bottom:0;line-height:23px;margin-top: 10px;}
.shipping-info-time{padding:12px 0 5px;display:inline-block;width:80%;float:left;}
.made-to-order p{color:#666;margin-bottom:0;line-height:18px;font-size:13px;margin-top: 10px;}
/************************cloud-zoom-gallery-left start*******************************/
.lof-slidecontent, .lof-slidecontent a {
	color:#000;	
}
.lof-slidecontent a.readmore{
	color:#58B1EA;
	font-size:95%;
}
.lof-slidecontent{height: 610px;overflow: hidden;position: relative; width: 96px;padding-right: 10px;}
.lof-navigator {left: 0 !important;}
.lof-next,.lof-previous{background:url("../images/bgwidget.png") no-repeat;height:32px;width:96px;cursor:pointer;text-indent:-3000px;float:left;position:relative;z-index:100;   /* border: 1px solid #000;*/}
.lof-next{background-position:-71px -2px;  margin-bottom: 6px;}
.lof-previous{background-position:-71px -36px; margin-top: 6px;}
ul.lof-navigator li{cursor:hand;cursor:pointer;list-style:none;padding:0;margin:0;overflow:hidden;width: 100%;}
.lof-navigator-outer {float: left;height: 530px; overflow: hidden;position: relative;width: 96px;}
.lof-navigator li.active{color:#FFF}
.lof-navigator li:hover{}
.lof-navigator li h3{color:#FFF;font-size:100%;padding:15px 0 0 !important;margin:0;}
.lof-navigator li div{background:url(../images/transparent_bg.png);color:#FFF;height:100%;position:relative;margin-left:15px;padding-left:15px;border-top:1px solid #E1E1E1;}
.lof-navigator li.active div{color:#FFF;}
.lof-navigator li.active img{ }
.lof-navigator li.active h3{color:#FFF;}
.lof-navigator li img {width: 100%;height: auto}
/************************cloud-zoom-gallery-left end*******************************/


#bookmark_btn {
    background: none repeat scroll 0 0 #5F5F5F;
    border: 1px solid #D9D9D9;
    display: block;
    float: left;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 2px 7px 0 0;
    overflow: hidden;
    padding: 0 5px 0 0;
}

#bookmark_btn i {
    background: url("../images/site_bg.gif") no-repeat scroll left -1013px transparent;
    border-right: 1px solid #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    margin-right: 5px;
    width: 19px;
}

#bookmark_btn a {
    color: #FFFFFF;
}

.info_block{
    margin: 10px auto;
	height:68px;
    overflow: hidden;
    text-align: center;
    width: 996px;
	/* background:url('../images/time.jpg') 0 0 no-repeat; */
}

.info_block .info_right {
    width: 378px;
	float: left;
}

.info_block strong {
    color: #333333;
    font-size: 18px;
}
.info_block .info_left01 {
    width:356px;
	float: left !important;
}
.web_clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
/*start banner*/
.nav { width:960px; margin:0 auto; }
.nav a { display:inline-block; height:40px; padding:0 20px; }
.nav a:hover { background-color:rgba(49,35,24,0.4); } 

.article { width:960px; padding-bottom:100px; margin:0 auto;text-align:left; }
.article-list h1,.article-list > h2 { margin-bottom:20px; font-size:36px; color:#fff; text-shadow:-1px -1px 0 #312318; }
.article-list img { display:block; margin-top:10px; }
.table { width:100%; border-collapse:collapse; border-spacing:0; background-color:rgba(49,35,24,0.7); color:#fff;text-shadow:-1px -1px 0 #312318; }
.table .thead { background-color:rgba(49,35,24,0.7); }
.table td { padding:5px 10px; border:1px solid #312318; }
.table .para { background-color:rgba(49,35,24,0.5); }
.control{text-align:right;}
.tabs{ position:relative; }
.tabs .control {height:18px;text-align:center;overflow:hidden;margin:0;background:#f5f1f0;}
.account-create .control {width:auto; height:20px;background:#fff;text-align:left;padding-top:4px;padding-left:520px;padding-right:0;}

.control a{ display:inline-block; width:10px; height:10px;margin-top:4px;background:url(../images/slidebtn.gif) -28px 0; }
.control .now{background-position: -15px 0;text-decoration:none; }

.tab_con{height:325px;overflow:hidden;}
.tab_con img{ display:block; }

.tabs .prev,.tabs .next { position:absolute; bottom:4px; width:10px;height:10px; background-color:rgba(49,35,24,0.5);}
.tabs .prev {background:url(../images/slidebtn.gif) 0 0; left:466px;}
.tabs .next{background:url(../images/slidebtn.gif) -41px 0; right:466px;}

.down { padding:10px 50px; border:1px solid #337aba; font-size:36px; color:#fff;background-color:#458aca;
background-image:-webkit-linear-gradient(top,#639ed3,#458aca);
background-image:-moz-linear-gradient(top,#639ed3,#458aca);
background-image:-ms-linear-gradient(top,#639ed3,#458aca);
background-image:-o-linear-gradient(top,#639ed3,#458aca);
background-image:linear-gradient(top,#639ed3,#458aca);
-webkit-border-radius:3px;
   -moz-border-radius:3px;
    -ms-border-radius:3px;
     -o-border-radius:3px;
        border-radius:3px;
-webkit-box-shadow:0 1px 2px #d1d1d1,0 1px 1px #99bfe2 inset;
   -moz-box-shadow:0 1px 2px #d1d1d1,0 1px 1px #99bfe2 inset;
    -ms-box-shadow:0 1px 2px #d1d1d1,0 1px 1px #99bfe2 inset;
     -o-box-shadow:0 1px 2px #d1d1d1,0 1px 1px #99bfe2 inset;
        box-shadow:0 1px 2px #d1d1d1,0 1px 1px #99bfe2 inset;
-webkit-text-shadow:-1px -1px 0 #337aba;
   -moz-text-shadow:-1px -1px 0 #337aba;
    -ms-text-shadow:-1px -1px 0 #337aba;
     -o-text-shadow:-1px -1px 0 #337aba;
        text-shadow:-1px -1px 0 #337aba;

}
/*end banner*/


/*dao ji shi*/
.banner_990_63_time {
    color: #fff;
	font-family:Arial;
    float: left;
    font-size: 26px;
    height:68px;
    text-align: center;
    width: 262px;
	background:url(../images/daojishi.png) 100% 0 no-repeat;
	
}
.ad_day, .ad_hour, .ad_min, .ad_sec {
    display: block;
    float: left;
    height: 34px;
	line-height:34px;
    text-align: center;
    width: 40px;
	margin-top:16px;
}
.ad_day {
    margin-left: 18px;
}
.ad_hour {
    margin-left: 9px;
}
.ad_min {
    margin-left: 14px;
}
.ad_sec {
    margin-left: 15px;
}
.banner_990_63_time strong {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
}
.banner_990_63_time span b {
    font-size: 12px;
}
.banner_990_63_top_text {
    font-size: 22px;
    margin: 10px 0 0 100px;
    text-align: center;
}
.banner_990_63_bottom_text {
    font-size: 16px;
    margin-top: 5px;
    text-align: center;
}


/*start banner*/
.container {width:1200px;
    margin:0 auto;
    overflow:hidden;}
.banner-left {width:656px;float:left;}
.banner-right{width:320px;float:right;}
.banner-right .idx-adv-1{margin-bottom:20px;}
/*end banner*/

/*start home-cart*/
.home-cart{margin-top:15px;}
.home-cart-left{width:193px;float:left;display:inline;}
.home-cart-right{width:785px;float:right;display:inline;margin-left:18px;}
.home-cart-right li{width:145px;float:left;padding-right:15px;}
.home-cart-right .products-nav a{display:block;font-size:12px;font-family:Arial;line-height:16px;color: #737373;}
.home-cart-right .products-nav a:hover{color:#D32C81;text-decoration:underline;}
.home-cart-right .products-nav img{padding-top:5px;}
.home-cart-right .products-nav .nav-h3{font-size:12px;color:#000;text-transform:capitalize;font-weight:bold;padding:5px 0;line-height: 18px;height: 18px;}
.home-cart-right .products-nav .nav-h3:hover{color:#000;}
/*end home-cart*/

/*start footer-links*/
.footer-links{
	max-width:1380px;
	margin:15px auto;
	padding:0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
	overflow:hidden;
}
.footer-link {
    background: #f8f8f8 none repeat scroll 0 0;
    height: 23px;
    left: 400px;
    padding-left: 14px;
    position: relative;
    top: 11px;
    width: 211px;
}
.foot_link_right {
    float: right;
    margin-top: 20px;
}
.md_ftlink {
    float: right;
}
.foot-copy {
    float: left;
    margin-top: 15px;
}
.foot_link_right h4{font-size:12px;}
.foot_link_right .block-subscribe .block-content{padding:5px 10px 0 0;}
.footer-links .footer-links-left ul{width:33.33%;float:left;}
.footer-links .footer-links-left li{line-height:17px;font-size:15px;color:#000;}
.footer-links .footer-links-left .zs_tit{margin-bottom:20px;text-transform:uppercase;}
.footer-links .footer-links-left .zs_tit span{display:none;width:14px;height:14px;background:url(../images/missico_bg.gif) -29px -178px no-repeat;margin-right:5px;}
.footer-links .footer-links-left .zs_tit .link_nav_ico2{background-position:-69px -177px;width:16px;height:16px;}
.footer-links .footer-links-left .zs_tit .link_nav_ico3{background-position:-95px -177px;width:15px;height:15px;}
.footer-links .footer-links-left .zs_tit .link_nav_ico4{background-position:-48px -177px;width:16px;height:16px;}
.footer-links .footer-links-left .zs_tit .link_nav_ico5{background-position:-118px -177px;width:14px;height:16px;}
.footer-links .footer-links-left ul strong{font-weight:600;font-size: 14px;  font-family: 'GillSansRegular';  line-height: .875rem;  letter-spacing: .055em;}
.footer-links .footer-links-left ul a{font-family:'GillSansRegular';line-height:30px;color:#000;font-size:14px;display:block;letter-spacing:0.5px;}
.footer-links .footer-links-left ul a:hover{color: #c1c1c1;text-decoration:none;}
.footer-links .footer-links-right{width:190px;float:right;margin-left:25px;}
.footer-links .footer-links-right a{display:block;height:17px;margin-bottom:2px;font-family:Arial;text-transform:uppercase;}
.footer-links .footer-links-right a:hover{text-decoration:none;color:#D32C81;}
.footer-links .footer-links-right .fk_ico{display:inline-block;width:16px;height:16px;background:url(../images/missico_bg.gif) -53px -199px no-repeat;}
.footer-links .footer-links-right .tw_ico{display:inline-block;width:16px;height:16px;background:url(../images/missico_bg.gif) -29px -199px no-repeat;}
.footer-links .footer-links-right .go_ico{display:inline-block;width:16px;height:16px;background:url(../images/gooico_bg.gif) 0 0 no-repeat;}
.footer-links .footer-links-right .pin_ico{display:inline-block;width:16px;height:16px;background:url(../images/pinico_bg.gif) 0 0 no-repeat;}
.footer-links .footer-links-right .tw_ico,.footer-links .footer-links-right .fk_ico,.footer-links .footer-links-right .go_ico,.footer-links .footer-links-right .pin_ico{margin-right:5px;*display:inline;}
.footer-links .footer-links-right .fk_on,.footer-links .footer-links-right .tw_on,.footer-links .footer-links-right .go_on,.footer-links .footer-links-right .pin_on{color:#8d8d8e;font-size:12px;padding-left:2px;text-transform:none;}
/*end footer-links*/

/*end footer-links*/
.footer .md_ftlink{text-align:center;padding-top: 42px;}
.address-border{height:6px;overflow:hidden;margin-top:20px;}
.footer-bottom{padding-top:10px;padding-bottom:20px;height:50px;}
.footer-bottom .footer_nav{width:996px;margin:0 auto 22px auto;color:#b0b0b0;line-height:22px;}
.footer-bottom .footer_nav a{color:#b0b0b0;}
.footer-bottom .foot-mail{width:996px;margin:0 auto;color:#666666;}
.footer-bottom .foot-mail p{margin:0;}
.footer-bottom .foot-mail a{color:#666666;}
.footer-bottom .foot-mail a:hover{text-decoration:underline;}
.footer-bottom address{display:inline;}

.customer-address-form .my-account{padding-left:20px;}
.customer-address-form .form-list{background:#fafafa;border:1px solid #eee;padding:22px 33px 12px 33px;margin-bottom:28px;margin-top:-9px;width:412px;}
.customer-address-form .form-list li.wide input.input-text{width:246px;padding:6px;margin-left: 120px;}
.customer-address-form .form-list li.wide .input-box{width:260px;}
.customer-address-form .form-list li.wide label{top:18px;font-weight:normal;}
.customer-address-form .form-list li .field label{top:25px; font-weight:normal;}
.customer-address-form .form-list li .field input {
    margin-left: 120px;
	width:246px;
	padding:6px;
}
.customer-address-form .form-list select{padding:6px;margin-left:120px;}
.buttons-set{border-top:1px solid #E4E4E4;margin:4em 0 0;padding:8px 0 0;clear:both;}
.customer-account-login .buttons-set,.customer-account-create .buttons-set{border-top:0 none;margin:0 37% 0 0;}
.customer-address-form .fieldset .legend{display:inline;background:#fff;color:#333;font-size:15px;padding:2px 5px;margin-left:20px;}
.customer-address-form .fieldset{margin-right:65px;}
.fb_like_button,.fblike_num,.list_fb.f_left{line-height:20px;display:inline-block;float:left;}
.list-views{float: right;font-size: 11px;line-height: 1.25; margin: 3px 0; color: #666666;display:inline-block;}
.fb_like_button,.fblike_num,.list_fb.f_left,.list-views{*display:inline;}
.fblike_num span{display:block;background: url("../images/fb_numbg.gif") no-repeat scroll left top transparent;border-right: 1px solid #CCCCCC;line-height: 18px;padding: 0 4px 0 7px;}
.home-cart .old-price-list{display:none;}


/*  related-list  */
.related-list{clear:both;}
.slider-box{position:relative;}
.slider-box .item_main{width:140px;float:left;}
.slider-box  .product-name{padding-top:10px;line-height:15px;height:30px;overflow:hidden;}
.slider-box  .slider-wrapper{width:706px;height:256px;float:left;overflow-x:auto;overflow-y:hidden;}
.slider-box  .item_equal{width:150px;float:left;}
.slider-box .product-details-imgage{width:140px;}
.slider-box .slider-wrapper li.item{width:136px;padding-left:4px;float:left;}
.slider-box .slider-wrapper li.item_and{float:left;}
.slider-box .slider-wrappe .item_and{padding:0 5px;}
.slider-box .product-details-price{overflow:hidden;padding-top:5px;}
.slider-box .price-box{overflow:hidden;margin:0;}
.slider-box .old-price .price-label,.slider-box .special-price .price-label{display:none;}
.slider-box  .price-box .special-price{display:block;padding-left:0;}
.slider-box .special-price .price{font-size:14px;}
.slider-box .product-details-wishlist .link-wishlist{display:block;padding-left:16px;}
.slider-box .item_and_label{display:block;width:20px;height:20px;text-indent:-9999px;background:url(../images/slider-box-sum.png) 0 0 no-repeat;margin-top:90px;}
.slider-box .item_equal .eq{width:23px;height:15px;text-indent:-9999px;float:left;background:url(../images/slider-box-sum.png) -27px -3px no-repeat;margin-top:90px;}
.slider-box .item_equal .eq-details{width:116px;float:left;margin-top:30px;padding-left:10px;}
.slider-box .eq-details .tt{font-size:14px;font-weight:bold;text-align:center;line-height:50px;height:50px;color:#333;}
.slider-box  .eq-details .tm{font-size:11px;text-align:left;height:25px;line-height:25px;color:#333;margin-bottom:0;}
.slider-box .eq-details .tm .m{color:#cc0000;}
.slider-box .eq-details .ts{font-size:11px;text-align:left;height:25px;line-height:25px;}
.slider-wrapper .product-details-related-checkbox{width:16px;float:left;}
.slider-box select{width:133px;}
.slider-box input[type="text"]{width:126px;}
.slider-box textarea{width:126px;height:4em;}
.slider-box  .product-details-options-submit{margin-top:5px;}
.slider-wrapper .product-details-options dt{clear:both;}
.product-details-options .input-box-size-guide dl{width:140px;float:left;}
.product-details-options .input-box-size-guide .image-guide img{width:250px;cursor:pointer;}
.product-details-options .input-box-size-guide .image-guide{width:250px;float:left;margin-top:-78px;position:relative;}
.product-details-options .input-box-size-guide .image-guide span{display:block;background:url(../images/sumimg-ico.png) 0 0 no-repeat;background-size:20px 27px;position:absolute;text-indent:-9999px;width:20px;height:27px;bottom:0;right:0px;cursor:pointer;}
/*  礼服  */
.product-shop .product-options .input-box-size-guide{position:relative;left:0px;}
.product-shop .product-options .input-box-size-guide dl,.product-shop .product-options .input-box-jacket-guide dl{width:300px;}
.product-shop .product-options .input-box-size-guide dt,.product-shop .product-options .input-box-jacket-guide dt{width:130px;display:inline-block;float:left;}
.product-shop .product-options .input-box-size-guide dt label,.product-shop .product-options .input-box-jacket-guide dt label{font-size:14px;}
.product-shop .product-options .input-box-size-guide dd,.product-shop .product-options .input-box-jacket-guide dd{width:140px;margin:0;}
.product-shop .product-options .input-box-size-guide .input-box input[type="text"]{width:85px;}
.product-shop .product-options .input-box-size-guide .image-guide{position:absolute;top:22px;left:300px;}
.product-shop .product-options .input-box-size-guide .image-guide img{width:160px;cursor:pointer;}
.product-shop .product-options .input-box-size-guide .input-box,.product-shop .product-options .input-box-jacket-guide .input-box{width:140px;font-size: 14px;}
.product-shop .product-options .input-box-size-guide .image-guide span{display:block;background:url(../images/icon_dress.png) 0 -57px no-repeat;position:absolute;text-indent:-9999px;width:27px;height:27px;bottom:0;right:0;cursor:pointer;}
.product-shop .product-options .input-box-size-guide .image-guide span:hover{background:url(../images/icon_dress.png) 0 -84px no-repeat;}
/*  夹克  */
.product-shop .product-options .input-box-jacket-guide{position:relative;left:0;clear:both;}
.product-shop .product-options .input-box-jacket-guide .image-guide{position:absolute;top:58px;left:300px;}
.product-shop .product-options .input-box-jacket-guide .image-guide img{width:160px;cursor:pointer;}
.product-shop .product-options .input-box-jacket-guide .image-guide span{display:block;background:url(../images/icon_dress.png) 0 -57px no-repeat;position:absolute;text-indent:-9999px;width:27px;height:27px;bottom:0;right:0;cursor:pointer;}
.product-shop .product-options .input-box-jacket-guide .image-guide span:hover{background:url(../images/icon_dress.png) 0 -84px no-repeat;}
/*  related-list  */

/*  catalog related list  */
.catalog-related-list{overflow:hidden;clear:both;}
.catalog-related-list .product-catalog-views-related{margin:0;}
.catalog-related-list .block-title{color:#900;font-size:14px;border-bottom:2px solid #900;padding-left:0;margin-top:10px;}
.catalog-related-list .side-list li{width:132px;padding:0 17px;float:left;margin-top:15px;}
.catalog-related-list .price-box .special-price{padding-left:0;}
.catalog-related-list .old-price .price{font-weight:normal;font-size:11px;}
.catalog-related-list .special-price .price{font-size:14px;}
.catalog-related-list .price-box .price-label{display:none;}
.catalog-related-list .price-box .old-price,.catalog-related-list .price-box .special-price{display:block;}
.catalog-related-list .price-box .special-price{padding:0;}
.catalog-related-list .price-box{margin:5px 0 0 0; }
.catalog-related-list .other-info .red{text-transform:capitalize;color:#f96b07;font-size:11px;}
/*  catalog related list  */

/* new add line 2014-5-5 by ado */
.product-catalog-views-recommend .block-title,.related-list .related-title{color:#b1915e;font-size:14px;padding:6px 2px;text-align:left;background:#f2f2f2;font-weight:normal;border:0 none;}
.product-catalog-views-recommend .side-list-recommend li{width:180px;float:left;padding:0 5px;margin-bottom:20px}
.product-catalog-views-recommend .side-list-recommend .product-name{height:32px;overflow:hidden; display:none;}
.product-catalog-views-recommend .side-list-recommend .price-label{display:none;}
.product-catalog-views-recommend .side-list-recommend .price-box{margin:1px 0; text-align:center;}
.product-catalog-views-recommend .side-list-recommend .red{display:block;text-transform:uppercase;color:#FF0074;height:20px;line-height:20px;font-size:12px;font-weight:bold;display:none;}
.product-catalog-views-related .side-list li{width:125px;float:left;margin:20px 16px 0 0;}
.product-catalog-views-related .side-list li.last{margin-right:0;}
.product-catalog-views-related .side-list .product-name{height:32px;overflow:hidden;display:none;}
.product-catalog-views-related .side-list .price-label{display:none;}
.product-catalog-views-related .side-list .price-box{margin:2px 0 0; text-align:center;}
.product-catalog-views-related .side-list .red{display:block;text-transform:uppercase;color:#FF0074;height:20px;line-height:20px;font-size:12px;font-weight:bold; display:none;}
.product-options-bottom .social-share{float:left;margin-top:7px;margin-left:5px;}
.product-catalog-views-related .block-content {margin: 0 auto;width: 1115px;}
.product-catalog-views-related .other-info, .product-catalog-views-recommend .other-info{display:none;}
/* new add line 2014-5-5 by ado */

/*水平滚动样式*/
.block.product-catalog-views-recommend{position:relative;}
.box-collateral.box-additional  span {
    display: block;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
	font-family:Georgia;
	display:none;
}
.slider-btn{    
	background: rgba(255,255,255,0.7) url(../images/tag-1.png) no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 200px;
    width: 40px;
    text-indent: -9999px;
    color:#fff;
    opacity: 0.7;
}
.slider-next{background-position:-3px -2px;left:-10px; }
.slider-prev{background-position:-43px -2px;right:-10px; }
.slider-next:hover{background-position:-3px -39px;}
.slider-prev:hover{background-position:-43px -39px;}
.block-content-recommend{height: 270px;position: relative;width: 1140px;margin:0 auto;overflow:hidden;}
.block-content-recommend ul{position: absolute;height: 100%;}
/*    product-views-about    */
.product-views-about{float: right;width: 164px;position: relative;z-index: 3;height: 654px;overflow: hidden;} 
.product-views-about .block-title{font-size: 14px;color: #111111;text-transform:uppercase;}
.product-views-about .side-list-about{position:absolute;z-index:100;top:18px;left:0;}
.product-views-about .products-grid-about{width:72px;float:left;padding:5px;}
.product-views-about .lof-previous46,.product-views-about .lof-next46{width:15px;height:15px;font-size:14px; position: absolute;bottom:0;z-index:100;color:#000;cursor:pointer;}
.product-views-about .lof-previous46{right:20px;}
.product-views-about .lof-next46{right:0;}
.product-views-about .btn{position: absolute;bottom: 0;width:114px;height: 15px;right: 40px;text-align:right;}
.product-views-about .btn span{width:5px;height:5px;margin-left:5px;background:#ff0000;display:inline-block;*zoom:1;*display:inline;}
.product-views-about .price-info{padding:5px 0;text-align:center;color:#a09c9c;}
/*    product-views-about    */
.prod-info-time {font-size: 14px;padding:20px;}
.prod-info-time .pointer {cursor: pointer;display:inline-block;zoom:1;_display:inline;position:relative;z-index:80;}
.prod-info-time .time-hide{position:absolute;top:20px;left:20px;background:#333;color: #fff;padding: 3px 8px;font-size: 11px;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;display:none;}
.prod-info-time .pointer:hover .time-hide{display:block;}
.prod-info-time .timeTip .arrow {
    left: 100px;
}
.prod-info-time .timeTip {
    left: -75px;
}
.prod-info-time .arrow{position: absolute;display: block;width: 0;height: 0;top: -9px;left: 6px;border-style: solid;border-width: 5px;
border-color: transparent transparent #333 transparent;}
.prod-info-time .pointer:hover .hide{display:block;}
.prod-info-time a {display: inline-block;text-decoration: underline;color: #333;}
.prod-info-time em {display: inline-block;*display: inline;*zoom: 1;width: 16px;height: 16px;vertical-align: middle;margin-right: 6px;margin-left:10px;background-image: url('../images/icon_dress.png');background-repeat: no-repeat;}
.prod-info-time em.icon-tailoring {background-position: 0 -119px;}
.prod-info-time em.icon-shipping {background-position: -36px -119px;}
.tabs-anchor  li::before {
    color: #c0c0c0;
    content: "|";
    font-weight: normal;
    margin-right: 15px;
}
.tabs-anchor li:first-child::before {
    content: none;
}
/*    page color chart    */
.cms-page-view .color-chart-title,.cms-page-view .color-chart-content {font-size: 12px;font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;line-height: 50px;text-transform: capitalize; }
.cms-page-view dl.color-chart-content dt,.cms-page-view dl.color-chart-content dd {float: left;}
.cms-page-view dl.color-chart-content dt {width: 180px;height: 180px;text-align: center;}
.cms-page-view dl.color-chart-content dt img {display: block;width: 157px;height: 157px;padding:5px;border: 1px solid #cccccc;}
.cms-page-view dd.color-chart-focus {position: relative;margin-left: 30px;}
.cms-page-view dd.color-chart-focus div {background-color: #ffffff;cursor: pointer;width: 36px;height: 36px;position: absolute;}
.cms-page-view .std dl dd{margin:0;}
.cms-page-view .std dd{padding:0;}
.cms-page-view #color-chart-block{margin-left:30px;}
/*    page color chart    */
.category_info {position:relative;z-index:10;}
.category_subnav{position: absolute;z-index: 100;width: 240px;top: 185px;left: 355px;text-align: justify;}
.category_subnav a{display: block;width: 100px;line-height: 24px;text-align: right;border: 1px solid #1C898E;margin: 0 5px 5px;padding-right: 8px;float: left;}

.idx-prod{position:relative;z-index:100;height:335px;width:1200px;padding-bottom: 20px;margin: 21px auto 0;border-bottom:1px solid #e4e4e4;}
.idx-prod .idx-prod-list{position: absolute;z-index: 100;top: 42px;left: 0;}
.idx-prod .product-list{width:1200px;float:left;padding:0 48px;}
.idx-prod .product-list .item{width: 180px;padding: 0 5px;float:left;text-align: center;}
.idx-prod .line-title{margin-top: 10px;border-top: solid 1px #111;height: 12px;text-align: center;}
.idx-prod .line-title span{position: relative;display: inline-block;top: -13px;background: #fff;padding: 0 20px;font-size: 20px;font-weight: normal;color: #111;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
.idx-prod .lof-previous46,.idx-prod .lof-next46{position: absolute;top: 155px;width: 40px;height: 40px;background: url('../images/tag.png') no-repeat;cursor: pointer;z-index: 1000;}
.idx-prod .lof-previous46{background-position: -80px -20px;left:-35px;}
.idx-prod .lof-previous46:hover{background-position: -80px -80px;}
.idx-prod .lof-next46{background-position: -120px -20px;right:-52px;}
.idx-prod .lof-next46:hover{background-position: -120px -80px;}
.idx-prod .old-price-list{display:none}
.idx-prod .price-box-list{margin:15px 0;}
.idx-prod .price-box-list .special-price-list .price{font-size: 18px;color: #333333;font-weight: normal;} 
.index_middle_title {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

.index-list {
    display: block;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1200px;
}

.idex-list{margin-top:10px;}

.snow .small_banner {
    height: 235px;
    overflow: hidden;
    width: 310px;
	margin-bottom:10px;
	float:right;
}

.snow .small_banner a {
    display: block;
    height: 100%;
    transform: translateX(0px);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.snow .small_banner a:hover {
    transform: translateX(-10px);
}
.product-catalog-views-recommend .block-title {
    background: none;
    color: #000;
    padding-bottom: 10px;
	font-size:22px;
}
.mb15 {
    margin: 15px 0 0;
}
.b_imgList {
    overflow: hidden;
    width: 1200px; margin: 15px auto 0;
	}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.b_imgList .ul_b_imgList_wrap {
    width: 1200px;
	border-bottom:1px solid #e4e4e4;
	padding-bottom:20px;
}
.b_imgList .ul_b_imgList_wrap li.trends_1 {
    width: 341px;
}
.b_imgList .ul_b_imgList_wrap li {
    display: inline;
    float: left;
    height: 300px;
}
.b_imgList .ul_b_imgList_wrap li.trends_2 {
    margin: 0 7px;
    width: 503px;
}
.b_imgList .trendbg {
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center;
    height: 300px;
    width: 503px;
}
.b_imgList .trendbg .trend {
    height: 190px;
    overflow: hidden;
    padding: 110px 36px 0;
    width: 430px;
}
.b_imgList .trendbg .trend ul {
    width: 468px;
}
.b_imgList .trendbg .trend ul li {
    border: 1px solid #000;
    float: left;
    height: 30px;
    margin-bottom: 23px;
    margin-right: 38px;
    width: 194px;
}
.b_imgList .trendbg .trend ul li a {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 28px;
    line-height: 28px;
    margin: 1px;
    text-align: center;
    text-decoration: none;
    width: 192px;
}
.b_imgList .trendbg .trend ul li a:hover{color:#f3665c;}
.b_imgList .ul_b_imgList_wrap li.trends_3 {
    width: 341px;
}
.cart .shipping {
    display: none;
}
.products-grid .favorite #favorite-category{
    float: right;
    height: 27px;

    position: relative;
    width: 60px;
	line-height:25px;
}
.favorite:hover .favorite-icon{background-position:-442px -6px;}
.favorite  #favorite-category:hover{text-decoration:none;}
.favorite-icon {
    background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll -402px -6px/645px auto;
    float: left;
    height: 20px;
    width: 23px;
	margin-right:5px;
}


.actGotop  a:hover{text-decoration:none;}
.actGotop  a {
    background: #f3665c none repeat scroll 0 0;
    border-radius: 24px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    width: 45px;
}
.actGotop {
    bottom: 100px;
    height: 45px;
    position: fixed;
    right: 10px;
    width: 45px;
    z-index: 999;
	display:none;
}

.block.block-list.block-compare {
    display: none;
}

.fb-sep {
    border-bottom: 1px solid #ccc;
    height: 10px;
    margin: 10px auto;
    overflow: visible;
    width: 98%;
}
.fb-sep > span {
    background-color: #fff;
    margin-left: 50px;
    margin-top: 20px;
}


.account-login .col2-set .col-2.registered-users{
	width:100%;
}
.account-login .col2-set .col-2{
	float:none;
	width:100%;
}

.account-login .col2-set .col-2.registered-users .form-list{
	float: none;
    overflow: hidden;
    width: 100%;
}
.account-login .validation-advice,.account-create .validation-advice,.name-firstname .validation-advice,.name-lastname .validation-advice,.sp-methods .validation-advice{
	margin:0;
}

.f, .n, .y,  .q , .p, .cart_title_, .del a, .off, .quick_view a, .deails_btn_up a, .deails_btn_down a, .n_off2, .norton {
    background: rgba(0, 0, 0, 0) url("../images/pic.png") no-repeat scroll 0 0;
}
.f {
    background-position: 0 -41px;
    display: block;
    height: 32px;
    width: 32px;
}
.pr10 {
    float: left;
    margin-right: 10px;
}
.n {
    background-position: -42px -41px;
    display: block;
    height: 32px;
    width: 32px;
}
.y {
    background-position: -83px 0;
    display: block;
    height: 32px;
    width: 32px;
}
.q {
    background-position: -124px -41px;
    display: block;
    height: 32px;
    width: 32px;
}
.p {
    background-position: -165px -41px;
    display: block;
    height: 32px;
    width: 32px;
}

.category-products .favorite {
    float: right;
    margin-top: 3px;
}
.cms-home .main,.cms-home .container  {
    width: 100%;
	min-width:1200px;
}
.contact-us {
    float: right;
}
.contact-us  a {
    font-size: 12px;
    line-height: 27px;
    height:25px;
	color:#adadad;
	padding:0 5px;
}
.contact-us  a:hover{border-bottom:3px solid #f76793;color:#fff;text-decoration:none;}
.idx-prod1 {
    margin-top: 5px;
}
.idx-prod2 .idx-list > li {
    float: left;
    margin-right: 12px;
    width: 240px;
}
.idx-prod2 .idx-list img {
    width: 240px;
}
.idx-prod2 .idx-last {
    margin: 0 !important;
}
.idx-prod2 {
    display: inline-block;
    margin-top: 15px;
}

.idx-prod4 {
    height: 375px;
    margin: 15px auto 0;padding-bottom:20px;width:1200px;border-bottom:1px solid #e4e4e4;
}
.idx-list1, .idx-list2, .idx-list3, .idx-list4, .idx-list5 {
    float: left;
    height: auto;
    margin-right: 12px;
    width: 230px;
}
.idx-list1 img, .idx-list2 img, .idx-list3 img, .idx-list4 img, .idx-list5 img {
    width: 230px;
}
.idx-list5.idx-list-last {
    margin: 0 !important;
}
.idx-list1 .idx-list, .idx-list2 .idx-list, .idx-list3 .idx-list, .idx-list4 .idx-list, .idx-list5 .idx-list {
    border: 1px solid #d8d3d9;
    display: block;
    font-family:sans-serif,Arial,Verdana,Helvetica;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
	margin-top:15px;
	padding:5px;
}
.idx-list1 .idx-list:hover, .idx-list2 .idx-list:hover, .idx-list3 .idx-list:hover, .idx-list4 .idx-list:hover, .idx-list5.idx-list:hover {text-decoration:none;}
.idx-list1 .idx-list{color:#9cbabc}
.idx-list2 .idx-list{color:#cab894}
.idx-list3 .idx-list{color:#b1a6b6}
.idx-list4 .idx-list{color:#bda79c}
.idx-list5 .idx-list{color:#a766a0}
.cate_sns_share {
    float: right;
}
.share-icon {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
	text-indent:-9999px;
	padding-left:15px;
}
.googleplus-share-icon {
    background: rgba(0, 0, 0, 0) url("../images/new_g+.jpg") no-repeat scroll 0 0;
}

.facebook-share-icon {
    background: rgba(0, 0, 0, 0) url("../images/new_fb.jpg") no-repeat scroll 0 0;
}

.pinterest-share-icon {
    background: #fff url("../images/new_pin.jpg") no-repeat scroll 0 0;
}
.mfp-share{width:140px!important;left:35px!important;}
.cate_alpha_share {
   top: 4px;
    color: #4c5253;
    margin-right: 5px;
    position: relative;
}
.breadcrumb_share {
    float: right;
    width: 780px;
}
#narrow-by-list dd .checkSpan{ 
border: 1px solid #b9b9b9;
    display: inline-block;
    height: 30px;
    margin-right: 8px;
    vertical-align: middle;
    width: 30px;}
.pis-color-a, .pis-color-pic {
    color: black;
    float: left;
    height: 30px;
    position: relative;
    width: 30px;
	margin-right:13px;
    margin-bottom:13px;
	/*text-indent:-9999px;*/
}
.pis-color span,.pis-color img {
    display: block;
    height: 28px;
    width: 28px;
	border-radius:50%;
    border: 1px solid #eee;
}
.pis-color > dt {
	padding:0;

}
.pis-color.on > i {
    height: 26px;
    left: 0;
    position: absolute;
    width: 26px;
    top: 0;
    box-shadow: 0 0 0 2px rgba(0,0,0,1);
    border: solid 2px #fff;
    border-radius: 50%;
}

.color-chart-box {
    display: block;
    width: 645px;
}


.blue {
    background-color: #8acdfa!important;

}
.red {
    background-color: red!important;

}
 .regency {
    background-color: #8c49b3!important;

}
 .pink {
    background-color: #ffc0cb!important;

}
 .black {
    background-color: #000!important;

}
 .ivory {
    background-color: #f9f9f1!important;
}
 .light_sky_blue,.light-sky-blue,.light.sky.blue {
    background-color: #cbecfd!important;

}
 .fuchsia {
    background-color: #c23092!important;

}
 .pearl_pink,.pearl-pink {
    background-color: #fce1e8!important;

}
 .yellow {
    background-color: #ffff01!important;

}
 .grey {
    background-color: #c0c0c0!important;

}
 .royal_blue,.royal-blue,.royal.blue {
    background-color: #0166ff!important;

}
 .watermelon {
    background-color: #fba2a8!important;

}
 .lavender {
    background-color: #c8c7ff!important;

}
 .dark_navy,.dark-navy,.dark.navy {
    background-color: #232556!important;

}
 .lilac {
    background-color: #e5cdff!important;

}
 .burgundy {
    background-color: #7f1232!important;

}
 .green {
    background-color: #709716!important;

}
 .champagne {
    background-color: #e9d7b3!important;

}
 .orange {
    background-color: #e68b19!important;

}
 .daffodil {
    background-color: #f8f488!important;

}
 .sage {
    background-color: #e0fea6!important;

}
 .silver {
    background-color: #cecece!important;

}
 .grape {
    background-color: #4d0559!important;

}
 .chocolate {
    background-color: #462104!important;

}
 .brown {
    background-color: #765c39 !important;

}
 .gold {
    background-color: #fafbd3 !important;
}
 .hunter_green,.hunter-green,.hunter {
    background-color: #002c15 !important;

}
 .dark_green,.dark-green {
    background-color: #033907 !important;

}
 .other {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -209px -385px!important;

}

.show.as{background:rgba(0, 0, 0, 0) url("../images/colorlumps.png") no-repeat scroll -518px -10px!important;}
 .multi-colors {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -209px -385px!important;
}
.cms-index-index .header_promotion_container {
    display: none;
}
.product-shop .product-name span {display: inline-block;
    font-size: 12px;
    font-weight: normal;
    padding: 0 5px;
}
.product-shop .write-review, .product-shop .ask-question{color: #333;
    line-height: 15px;
    margin: 0 10px 0 0;
    text-decoration: underline;font-style:italic;}
.rating-question{  float: left;}
.pro-style-gallery {
    color: #4c5253;
    font-size: 11px;
    margin-top: 11px;
	clear:both;
}
.pro-style-gallery #detail {
    color: #fb5058;
    padding-left: 15px;
}
.prod-price-pos {
    display: block;
    height: 26px;
    margin-bottom: 0;
    position: relative;
    float:left;
    width:100%;
	padding:5px 0;
}
.prod-price-pos .old-price .price{
	color:#000;
    font-size: 15px;
}
.prod-price-pos .timelist{height:32px;line-height:32px;margin-left:5px;
    color: #ff7222;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;padding:0 10px;float:left;
    display: none;
}
.prod-price-pos .timelist span{    
    display: block;
    font: bold 17px/30px sans-serif;
    font-style:italic;
	padding-left:15px;
	border-left:1px solid #e4e4e4;}
.icon-shopping-cart{background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll -400px 0;
    display: inline-block;
    height: 100%;
    vertical-align: text-top;margin-left:-18px;
width: 28px;}
.buy-now {
    background-color: #f3665c;
    clear: both;
    float: left;
    height: 40px;
    width: 300px;
    /*border-radius: 22px;*/
}
.buy-now button {
       color: #fff;
    display: block;
    font:700 17px/40px 'GillSansRegular';
    height: 40px;
    text-transform: uppercase;
    cursor: pointer;text-align:center;
	background:rgba(0, 0, 0, 0) url("../images/add-to-cart.png") no-repeat scroll 50px 5px / 28px auto;
	width:100%;
    padding-left: 20px;
}

.buy-fav .favorite {
    float: left;
	margin-left:20px;
}
.buy-fav .favorite a {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    display: inline-block;
    font: 15px/38px Arial,Helvetica,sans-serif;
    height: 38px;
    color: #000;
    border-radius: 21px;
    width: 260px;
    text-align: center;
}
#favCount {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -424px -369px;
    display: none;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    height: 30px;
    line-height: 30px;
    position: relative;
    vertical-align: top;
    width: 47px;
}
#favCount span {
    color: #333;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    width: 49px;
}
.made-to-order_img_pos {
    float:right;
	width:100px;
	display:inline-block;

;
}
.buy-fav {
    position: relative;
	float:left;
}
#slim-banner {
    background: #fff none repeat scroll 0 0;
    height: 30px;
    position: relative;
    width: 100%;margin-bottom:10px;
}
#slim-banner-slogan {
    background: #ebf2f1 none repeat scroll 0 0;
    color: #585e5f;
    font-size: 13px;
    height: 32px;
    line-height: 31px;
    margin: 0 auto;
    text-align: center;
    width: 1200px;
}
#slim-banner-time {
    line-height: normal;
    padding-left: 15px;
    right: 0;
    text-align: center;
    top: 8px;
	font-family:arial;
}
.slim_countdown {
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.slim_countdown b {
    font-size: 11px;
    font-weight: bold;
}

.page-title.cart-title {
    height: 30px;
    margin-top: 50px;
    text-align: center;
}
.cart-empty.cart-button {
    text-align: center;
	width:600px;
	margin:80px auto;
	padding-left:230px;position:relative;
}
.cart-empty.cart-button  h1{font:italic 700 18px/40px Georgia,"Times New Roman",Times,serif;margin-bottom:10px;}
.cart-empty.cart-button p{line-height:35px; font-size:15px;text-align:left;}
.cart-empty.cart-button p span{color:#f3665c;}
.cart-empty.cart-button .msgImg{background:url("../images/msg.png") no-repeat 0 -80px;height: 160px;
    left: 0;
    position: absolute;
    top: 40px;
    width: 200px;}
.cart-empty.cart-button a {
    background: #f3665c none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
padding: 3px 25px;width:200px;}
.cart-empty.cart-button a:hover{background:#f77ea5;text-decoration:none;}
.help-left {
    float: left;
    margin-bottom: 10px;
    width: 230px;position:relative;margin-top:15px;
}
.help-right {
    float: right;
    margin-bottom: 10px;
    width: calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: -webkit-calc(100% - 260px);
	font-size:14px;
}
.help-right a {
    color: #f76793;
}
.help-right a:hover {
    color: #f3665c;
}
.help-menu h2 {
     background: #fff none repeat scroll 0 0;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px !important;
    font-style: italic;
    font-weight: normal;
    left: 80px;
    line-height: 28px;
    padding: 0 10px;
    position: absolute;
    top: -14px;
}
.help-menu h2, .help-menu h3 {
	font-size:14px;
}
.help-menu ul {
    padding: 10px 5px 5px 12px;
}
.help-menu li {
    margin: 10px 0;
	list-style:none;
}
.help-menu {
    border: 1px solid #e4e4e4;
}

.help-menu a {
    color: #666;font-size:14px;
}
.help-menu a:hover {
    color: #f76793;
}
.help-menu .cur {
    color: #f76793;
    font-weight: bold;
}
.cms-about-us-html .page-title h1, .cms-terms-and-conditions-html .page-title h1 , .cms-our-guarantee-html .page-title h1, .cms-privacy-policy-html .page-title h1, .sales-guest-form .page-title h1, .cms-terms-and-conditions-html .page-title h1, .cms-faqs-html .page-title h1, .cms-contact-us-html .page-title h1, .cms-delivery-guide-html .page-title h1, .cms-return-policy-html .page-title h1, .cms-size-chart-html .page-title h1, .cms-attention-care-html .page-title h1, .cms-how-to-choose-html .page-title h1, .cms-measurement-guide-html .page-title h1, .cms-colour-chart-html .page-title h1{
    float: right;
    font:  22px/40px 'GillSansRegular';
    text-align: left;
    width:100%;
}
.sales-guest-form .page-title h1{text-align:center;width:750px;float:left;}
.sales-guest-form .form-alt {
    margin: 0 auto;
    width: 510px;
}
.user-gallery-title {
	max-width: 1600px;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	margin:20px auto 0;
	text-align:center;
}
.user-gallery-title a:hover{color:#f3665c;}

.user-gallery-title p {
    color: #4c5253;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 7px;
    padding-top: 20px;
}
.user-gallery-title .title {
    background: #fff none repeat scroll 0 0;
    font-family: Verdana;
    font-size: 22px;
    padding: 0 10px;
    position: relative;
    top: 6px!important;
}
.user-gallery-title .discount {
    font-family: Arial;
    font-size: 13px;
}
.user-gallery-title .title-hr {
    background: #f4eff5 none repeat scroll 0 0;
    border: 0 none;
    height: 1px;
}
.user-photo-title a {
    color: #666;
    float: right;
    font: 12px/18px arial,sans-serif;
    margin-top: 5px;
}
.user-gallery-viewport {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1600px;
	
    padding: 0 15px;
    margin: 20px auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	overflow:hidden;
}
.cms-home .user-images-container {
    margin-left: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
 .user-images-container {
    margin-left: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.user-gallery-viewport .user-gallery-list {
    overflow: hidden;
    padding: 0;
    position: relative;
    width:50%;
	margin:0 auto;
    height:auto;
}
.user-gallery-list {
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
}
.user-gallery-viewport .user-gallery-list li {
    background: #fff none repeat scroll 0 0;
    float: left;
    width: 20%;
    padding: 0 10px;
    box-sizing: border-box;
}
.user-gallery-viewport .user-gallery-list li:hover {
    /*border: 1px solid #e6be9f;*/
}
.user-gallery-viewport .user-gallery-list li .review-thumbnail-images {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
 .user-gallery-viewport .review-thumbnail-images img{
     height: auto;
     width: 100%;
}
.user-gallery-viewport .user-gallery-list li .review-thumbnail-images  .border-c {
    height: 256px;
    left: 0;
    position: absolute;
    top: 0;
    width: 176px;
}
.user-gallery-viewport .user-gallery-list li .review-thumbnail-images  .hover {
    background-color: #333;
    bottom: -40px;
    color: #fff;
    font-size: 12px;
    height: 28px;
    left: 0;
    line-height: 14px;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    width: 95px;
}

.user-gallery-viewport-list {
    margin:0 auto;
    width:100%;
	overflow:hidden;
}

.user-gallery-viewport .user-photos-next, .user-gallery-viewport .user-photos-prev {
    width: 34px;
    height: 40px;
    background: rgba(255,255,255,1) url(../images/tag-1.png) no-repeat 0 0;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: absolute;
    top:46%;
	text-indent:-9999px;
    opacity: 0.7;
}
.user-gallery-viewport .user-photos-next {
    background-position: -46px -2px;
    right:-10px!important;
}
.user-gallery-viewport .user-photos-next:hover {
    background-position: -43px -39px;
}
.user-gallery-viewport .user-photos-prev {
   background-position: -3px -2px;
    left:-10px!important;
}
.user-gallery-viewport .user-photos-prev:hover {
    background-position: -3px -39px;
}
.user-photos-pop-images .modal-header {
    border-bottom: 1px solid #eee;
    padding: 9px 15px;
}
.user-photos-pop-images.fade {
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
.user-photos-pop-images .modal-header, .user-photos-pop-images .modal-footer {
    display: none;
}
.category_img img{width:960px;}
.color-chart-value {
    position:absolute;
	top:0;
	display: none;
}
.style-gallery-details {
    color: #f76793;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
}
.style-gallery-details:hover{text-decoration:none;}
.style-gallery-category {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 1200px;
}
.list-name {
    border-bottom: 1px solid #ddd;
    font-size: 0;
    margin-bottom: 5px;
    text-align: center;
}
.list-name a {
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #4c5253;
    display: inline-block;
    font-family: Verdana;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
	margin:0 2px;
}
.list-name a:hover {
    background-color: #333;
    color: #fff;
	text-decoration:none;
}
.list-name #va {
    border-left: 1px solid #ddd;
}
.list-name #va.on {
    border-left: medium none;
}
.list-name .on {
    background-color: #333;
    border-left: medium none;
    border-right: 1px solid #333;
    color: #fff;
}
.reviews-group-item{border: 2px solid #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    float: left;
    margin: 0 5px 5px;
    width: 285px;}
.reviews-group-item:hover{
border: 2px solid #f76793;
}
.review-one{position: relative;
    z-index: 3;}
.review-one-two{color: #333333;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    position: relative;height:54px;
    z-index: 1;}
.review-one-two .name-date{float: left;
    margin-left: 15px;
    margin-top: 3px;}
.review-one-two .review-likes{float: right;
    margin-right: 15px;
    position: relative;}	
.review-one-two .name-date-name{color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 5px;}	
.review-one-two .name-date-time{font-size: 13px;}	
.gallery-like {
    float: right;
    margin-right: 15px;
    position: relative;
}	
.like-count {
    color: #4c5253;
    font-size: 13px;
    font-weight: bold;
    height: 10px;
    margin-top: 26px;
    position: absolute;
    text-align: center;
    width: 36px;
    z-index: 1;
}
.like-count:hover {
    cursor: pointer;
}	
.review-one-two .review-likes {
    background: rgba(0, 0, 0, 0) url("../images/style_gallery_like.png") no-repeat scroll 0 0;
    float: right;
    height: 46px;
    position: relative;
width: 36px;line-height:63px;text-align:center;font-size:12px;cursor:pointer;}
.gallery-like  {
    background-position: 0 0;
}

.review-one-two .review-likes.on {
    background-position: -44px 0;
}
span.Color {
    position: absolute;
    top: 13px;
    left: 75px;
    font-size: 15px;
    /* transform: scale(0.7); */
}
.category-shawls-wraps .product-options span.Color{top:24px;}
.color_chart {
    position: absolute;
    right: 0;
    text-decoration: underline;
    top: -29px;
    padding-left: 15px;
}
.size_chart{
    position: absolute;
    left: 50px;
    text-decoration: underline;
    top:-22px;
    padding-left: 15px;
	}
div#custom_size {
    font-size: 13px;
    padding-top: 5px;
}
#custom_size input {
    margin-right: 5px;
    margin-top: -3px;
}
.color_chart  a,.size_chart a{color:#999;font-size:13px;}
.input-box-size-guide .required {
    display: block!important;
}

.catalog-product-view #customer-reviews .write-review {
    background: #ff008a none repeat scroll 0 0;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 6px 5px 8px;
    text-align: center;
	text-transform:none;
}
#customer-reviews > span {
    border-bottom: 1px solid #ddd;
    color: #4c5253;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.catalog-product-view #customer-reviews .write-review:hover{background: #e6be9f;text-decoration:none;}
.catalog-product-view #customer-reviews .write-review  span {
    color: #fff;
    font-size: 13px;
    height: 30px;
    line-height: 34px;
    padding: 10px;
}
.catalog-product-view #customer-reviews .review-thumbnail-images img {
    width:90px;
	height:120px;border: 1px solid #ccc;float:left;margin-right:10px;
}	
.catalog-product-view #customer-reviews .review-thumbnail-images{cursor:pointer;
    display: inline-block;
    height: 125px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
	margin-top:10px;
}	
#reviewimageuploaddiv img{width:40px; height:40px;}
/*.cms-home .footer-container{margin-top:40px;}*/
.narrow-by-list-more.on,.narrow-by-list-more{ cursor: pointer;
    display: block;
    font-size: 12px;
    padding: 2px 0; margin-top:5px;}
.narrow-by-list-more.on:hover .more_less_icon {
    background-position: -251px -93px;
}
.narrow-by-list-more.on .more_less_icon {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -276px -93px;
    display: inline-block;
    height: 10px;
    left: 4px;
    overflow: hidden;
    position: relative;
    width: 10px;
}
.narrow-by-list-more .more_less_icon {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -276px -93px;
    display: inline-block;
    height: 10px;
    left: 4px;
    overflow: hidden;
    position: relative;
    width: 10px;
}
.narrow-by-list-more .more_less_icon {background-position:-300px -92px;}
.narrow-by-list-more:hover .more_less_icon {
    background-position: -251px -107px;
}
.narrow-by-list-more .more_text {
    color: #4c5253;
    padding-left: 12px;
}
.narrow-by-list-more:hover .more_text{color: #f76793;}
.back_to_prod a {
    background: rgba(0, 0, 0, 0) url("../images/icons_2.png") no-repeat scroll -36px -76px;
    color: #666666;
    display: inline-block;
    font-family: Verdana;
    padding-left: 15px;
	height: 20px;
    line-height: 14px;
	font-size:12px;
}
.back_to_prod a:hover {
    color: #f76793;
    text-decoration: underline;
}
.p404-text {
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 50px 0;
    text-align: center;
}
.p404-title {
    height: 150px;
    margin: 0 auto;
    width: 568px;
}
.p404-title h2 {
    color: #666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin: 20px 0;
    text-transform: uppercase;
}
.p404-title p {
    color: #666;
    padding: 10px 0;
}
.sorry-err {
    color: #4c5253;
    margin: 10px 0;
}
.p404-main {
    margin: 0 auto;
    width: 439px;
}
.p404-main p + p a {
    color: #f76793;
}
.p404-back {
    clear: both;
    color: #666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}
.p404-back a {
    color: #666;
}
.bt-1-new {
    background: #f76793 none repeat scroll 0 0;
    border: 1px solid #f76793;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    text-transform: capitalize;
	padding:6px 10px;
	border-radius:15px;
}
.bt-1-new:hover {
    background-color: #e6be9f;
	text-decoration:none;
}
#FAQ-Box { font-size:12px; font-family:arial;} 
#FAQ-Box dl {  padding:10px 0 2px 0;}
#FAQ-Box dl:nth-child(even) { background-color:#f8f8f8; }
#FAQ-Box dl dt { position:relative; margin-bottom:8px; position:relative; display:inline-block; padding:0 10px 0 26px; font-size:12px; }
#FAQ-Box dl dd { position:relative; padding:0 10px 0 26px; }
#FAQ-Box dl dd p { margin-bottom:8px;}
#FAQ-Box dl dt .FaqNum { margin:0 4px 0 0;}
#FAQ-Box dl dt .FaqTheQ { position:absolute; left:10px;}
#FAQ-Box dl dd .FaqTheA { position:absolute; left:10px;}
.HelpContent #MainWrapper p {margin: 0 0 8px;}
.P10 {padding: 10px !important;}
#UseMaterialsTable th, #UseMaterialsTable td { padding:4px; border-bottom:1px solid #fff; }
#UseMaterialsTable th { font-weight:normal; text-align:right; white-space:nowrap;  background-color:#f6f6f6; border-right:1px solid #fff; }
#UseMaterialsTable td { background-color:#f9f9f9;}
#FAQ-Box .btn-more,
#FAQ-Box .btn-less { float:right; }
.product-collateral #FaqsTab .nav-tabs{margin:10px 0;}
#FaqsTab .nav-tabs{ border:none; text-align:center; width:1008px; }
#FaqsTab .nav-tabs  li	{ margin-right:5px; float:none; display:inline-block; width:24px; height:24px; }
#FaqsTab .nav-tabs li  a  { margin:0; padding:0; background-color:#f6f6f6; height:24px; line-height:24px; border:1px solid #ddd; border-radius:0; text-decoration:none !important;display:block; }
#FaqsTab .nav-tabs  li.active  a,
#FaqsTab .nav-tabs  li.active  a:hover,
#FaqsTab .nav-tabs  li.active  a:focus { margin:0;  background-color:#333; background-image:linear-gradient(to bottom, #333, #333); color:#fff;}
#FaqsTab .tab-content	{ min-height:200px; border:none; }
.p404-text a:hover{text-decoration:none;}
.catalog-product-view .review-form-right-tips{display:none;}
.tab-content  .tab-pane {
    display: none;
}
.tab-content  .active {
    display: block;
}
.MRed, .MRed a, .MRed, .MRed a {
    color: #ff0066 !important;
	font-style:unset!important;
}
.stylecontent {
    display: inline-block;
    margin-top: -1px;
    padding: 0 15px 23px;
}
.stylecontent p {
    text-align: left;
}
.stylecontent .Apple {
    line-height: 25px;
	clear:both;
}
.stylecontent .Apple h3{padding-top:10px;}
.stylecontent .Apple dl {
    border: 0 none;
    float: left;
    margin-top: 15px;
    width: auto;
}
#stylecontent div h3 {
    color: #555;
    font-size: 13px;
    font-weight: 400;
}
.stylecontent .Apple p {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}
.stylecontent .Apple strong {
    color: #555;
    font-size: 13px;
    font-weight: 400;
}
.stylecontent .Apple dl dt {
    border: 0 none;
    float: left;
}
.stylecontent .Apple dl dd {
    float: right;
    width: 725px;
}
.stylecontent .Apple dd li {
    float: left;
    margin: 10px 0 0 8px;
    padding: 0;
}
.stylecontent .Apple dd li img {
    border: 0 none;
	width:171px;
	height:255px;
}
.idx-prod3 {
    margin-top: 10px;
}
.product-shop #customer-reviews {
    height: 135px;
    overflow: hidden;
    width: 485px;clear:both;
}
.product-shop #customer-reviews dl{margin-top:0;}
.product-catalog-views-related .block-title{
    background: #fff none repeat scroll 0 0;
    border-bottom: medium none;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: -9px;
}
.product-catalog-views-related{border-top: 1px solid #ccc;
    margin-top: 15px;
    text-align: center;
}
.product-catalog-views-recommend {  margin-top: 30px;}
.product-img-box .shipping-info-time {
    clear: both;
    padding: 5px 0 5px 90px;
    width: 390px;
}
.catalog-product-view .mfp-goods{display:none;}
.mfp-goods a{position:absolute;}
.mfp-share{position:absolute;}
.hotDeal-np .product-name {
    display: block;
    height: 104px;
    overflow: hidden;
}
.category_subnav.color {
    left: 320px;
    top: 160px;
    width: 360px;
}
.category_subnav.color a{border:1px solid #fff;text-align:center;color:#ffffff;font-size:13px;margin:0 5px 10px;width:70px;padding:0;}
.color1{background:#0c8acf;}
.color2{background:#ff6fb5;}
.color3{background:#bb1237;}
.color4{background:#139f40;}
.color5{background:#afafaf ;}
.color6{background:#9a23bf ;}
.color7{background:#fee765 ;color:#000!important;}
.color8{background:black;}

.user-gallery-viewport .buyer-show-cover {
    background: rgba(0, 0, 0, 0) url("../images/awesome.jpg") no-repeat scroll left top;left:2px;
    display: block;
    height: 225px;
    position: absolute;
    width: 295px;
}

.foot-share {
    height: 30px;
    overflow: hidden;
    padding: 20px 0;border-bottom:1px solid #e4e4e4;
	
}
.foot-share1 {
    float: left;
    height: 100%;
	width:48%;
}
.copyright-adress {
    clear: both;
    display: block;
    text-align: center;
}

.share-title {
    color: #333;
    font: italic 16px/30px Georgia,"Times New Roman",Times,serif;margin-bottom:15px;margin-top:10px;display:block;
}
.foot-share1 > ul {
    height: 100%;
	float:right;
	margin-top:12%;
	margin-right:15%;
}
.foot-share1 li {
    float: left;
	margin: 0 25px;
}
.foot-share1 p{font-size: 12px;color: #000;line-height: 17px;text-transform: uppercase;letter-spacing: .055em;font-weight: 600;}
.foot-share1 li a{background:rgba(0, 0, 0, 0) url("../images/icon-tag.png") no-repeat scroll;height:36px;width:38px;float:left;font-size:14px;}
.foot-share1 ul li a.foot_af {background-position:-262px -6px;}
.foot-share1 ul li a.foot_at {background-position:-114px -6px; }
.foot-share1 ul li a.foot_ap {background-position:-310px -9px;}
.foot-share1 ul li a.foot_ay {background-position:-31px 2px; background-size:220px;}
.foot-share1 ul li a.foot_ai {background-position: -8px -7px;}
.foot-share1 ul li a.foot_atu {background-position:-134px -3px;background-size: 220px;}
.foot-share1 ul li a.foot_ag {background-position: -105px -3px; background-size: 220px;}
.block.block-subscribe {
    height: 100%;
    line-height: 30px;
}
.footer .block.block-subscribe{
	background-color: #f7f7f7;
	padding: 40px 0;
}
.form-subscribe-header {
   line-height:40px;
	display:inline-block;float:left;
}
.form-subscribe-header span {color: #e6be9f;}
.block-subscribe .actions {
    height: 42px;
    width: 380px;position:relative;
	display:inline-block;
	float:right;
}
.footer-copy ,.footer_bg {
    color: #000;
    font: 14px/24px 'GillSansRegular';
    text-align:center;clear:both;
}
.footer-links-center {
    overflow: hidden;
	width:48%;
	float:left;
	padding:15px 0 15px 3.8%;
	border-left:1px solid #000;
}
.footer-country {
    padding:20px 0;
    text-align: center;
	clear:both;
}
.footer-country a {
    color:#000;
    display: inline-block;
    font-size: 18px;
}
.reviews_bottom {
    margin: 0 auto;
	max-width: 1600px;
    min-width: 1170px;
    padding: 0px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.discount-form {
    position: relative;
}
.discount-form > label {
    display: block;
    font-size: 12px;
    margin: 10px;
    text-transform: uppercase;
}
.nav-image {
    margin-left: 12px;
}

.customer-reviews-title {
    border-bottom: 1px solid #e4e4e4;
    margin: 65px auto 35px;
    position: relative;
    width: 1200px;
}
.customer-reviews-title > p {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-size: 20px;
    left:50%;margin-left:-80px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -32px;
}
.page-null{padding: 50px 0;
    text-align: center;}
.page-null p {
    text-align: center;
    font: italic 18px/1.8em Georgia;
    padding: 30px 5% 40px;
}
.page-null a{background: #f3665c none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    padding: 12px;
    text-transform: uppercase;
    width: 500px;}
.pis-box-img {
		position: absolute;
		z-index: 1004;	
		height: 150px;
		width: 132px;
		bottom: 30px;
		overflow: hidden;
		background: #ececec; 	
		display: none;

    }
 .pis-box-img img{
    	position: absolute;
		height: 120px;
		width: 120px;
		padding: 5px;
		border-radius:10px;
    }
    .pis-box-img p{
	bottom: 0;
    color: #333;
    font: 500 13px/20px "Arial";
    margin: 0;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    }
.pis-color-a:hover .pis-box-img {display: block!important; }
.category-shawls-wraps #product-options-wrapper .color-chart-box .pis-color > dt{width:28px;}
.category-shawls-wraps #product-options-wrapper dt {padding: 0; width: 190px;position:relative;}
.category-shawls-wraps #product-options-wrapper dt:nth-child(1) label{padding-top:8px;}
.category-shawls-wraps #product-options-wrapper dd {padding: 16px 5px 0;width: 450px;}
.category-shawls-wraps #product-options-wrapper dt label { display: block;padding: 18px 5px 2px 0; width: 130px;}
.category-shawls-wraps #product-options-wrapper dd.last { padding: 16px 5px 0;}
.category-shawls-wraps #product-options-wrapper dd input.input-text{height:25px;padding-left:10px;}
.category-shawls-wraps .add-to-cart label {padding-top:10px;}
.category-shawls-wraps .add-to-cart .qty {margin-top: 6px;}
.category-shawls-wraps .product-options dd textarea{height:40px;width:163px;}
.category-shawls-wraps .option_total dh { margin-left: 73px;}
.category-shawls-wraps .product-options-bottom .add-to-cart{margin-top:12px;}
.ratingushere { float: right;height:37px;line-height:37px;display: none;}
.ratingusimage { float: left; margin-right: 5px;margin-top:5px;}
.rating_more { float: left; margin-right: 15px;}
.rating_more > div { float: left;}
.rating_count {margin-left: 8px;}
.catalogsearch-result-index .page-title > h1 { font-size: 18px;height: 30px;line-height: 30px; margin-left: 14px;}



/*global footer img*/
span.copyright-adress.img {
display: block;
overflow: hidden;width:870px;margin:0 auto;
}
.copyright-adress.img.fi-1 > img {
    float: left;
	width:840px;
}

.copyright-adress a.dmca-badge {
display: block;
 float: left;
 margin-left: 5px;
 padding-top: 7px;
}

.sales-guest-form .form-alt li .input-box button.button {

    width: 130px;
    color: #ffffff;
    background: #f3665c;
}
.sales-guest-form .form-alt li .input-box button.button span {
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
}
/*xinzeng fogetpassword*/
.customer-account-forgotpassword .page-title h2.legend{
	font-size:24px;
    padding: 30px 0;
	border-bottom: 1px solid #e4e4e4;
	text-align:center;

}
.customer-account-forgotpassword .page-title{
		width:100%;
}
.customer-account-forgotpassword #form-validate{
	width:580px;
	display:block;
	margin:0 auto;
	text-align:center;
	clear:both;
	padding-top:20px;
}
.customer-account-forgotpassword #form-validate p,#form-validate .form-list label,#login-form .form-list label{
	font-size:16px;
	text-align:left;
	display:block;
    color: #000;
    line-height: 25px;
}

.customer-account-forgotpassword #form-validate .form-list label.required em{
	position:relative;
	float:left;
	right:2px;
}
.customer-account-forgotpassword #form-validate .form-list .input-box {
    clear: both;
    display: block;
    float: right;
    width: 440px;
}
.customer-account-forgotpassword #form-validate .form-list .input-box  input.input-text{
	width:425px;
	padding:5px;
}
.customer-account-forgotpassword #form-validate button.button span{
	font-size:20px;
	padding:6px 25px;
	border-radius:5px;
}

.customer-account-login .form-list .input-box{width: 250px;}
.customer-account-login .form-list .input-box input.input-text{width:300px;}
.logout-page{
	width:500px;
	margin:50px auto 0;
	clear:both;
    overflow:hidden;

}
.logout-page .page-title,.logout-page  p{
	width:375px;
	padding-top: 15px;
	margin-bottom:0;
	padding-bottom:10px;
	float:right;
    font-size: 14px;
}

.logout-age-img{
	display: block;
    height: 125px;
    width: 125px;
	float:left;
	background-image: url("../images/msg.png");
    background-repeat: no-repeat;
	background-position: 0 -519px;
}

.btn-remove {
    background: rgba(0, 0, 0, 0) url(../images/missico_bg.gif) no-repeat scroll -160px -228px;
    display: block;
    font-size: 0;
    height: 9px;
    line-height: 0;
    overflow: hidden;
    width: 9px;
}

.top-language {
    float: left;
    position: relative;
    text-align: center;
    width: 90px;
    z-index: 3000;
	margin-left:15px;
}
.top-language span {
    float: left;
    font-size: 12px;
	display:inline-block;
	padding-right:10px;
}
.top-language  img {
    vertical-align: middle;
}
.top-language .block-content{
    float:left;
	position:relative;
}
.top-language .more-icon {
    background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll -40px 0;
    display: block;
    height: 6px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 12px;
    transform: rotate(0deg);
    transition: all 0.2s ease 0s;
    width: 9px;
}

.language-duo ul,.supoort-duo ul{
    padding-top: 2px;
}
.language-duo ul a,.supoort-duo ul a{
    display: block;
    height: 23px;
    line-height: 20px;
    text-align:left;
}
.top-language dt{width:80px;height: 50px;cursor: pointer; float: left;}
.mini-cart .cart-links:hover .hidden-cart{display:block;}
.mini-cart .cart-links:hover{height:60px;}
.top-language dl:hover .language-duo{
    display: block;
}
.top-language dd:hover .currency-select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #cccccc #cccccc -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    box-shadow: 1px 2px 4px #898989;
    color: #d32c81;
}
.language-duo ul a:hover,.supoort-duo ul a:hover  {
    background: #f7f7f7 none repeat scroll 0 0;
}
.top-language .block-content:hover .more-icon {
    transform: rotate(180deg);
}
.language-duo .triangle {
    left: 50%;
    margin-left: -7px;
    position: absolute;
}
.order-info-box .box-title > h2{font-family:arial;padding:8px 0;}
.order-details .data-table .odd,.data-table tbody.odd tr{background:#fff!important;}
.order-details  .data-table tfoot td{padding:7px 10px;font-size:12px;}
.order-comments .sub-title{color:#ff008a;}
.order-details .data-table tfoot tr{background:#f7f7f7;}

/*new*/

.top-links {
    display: inline-block;
    float: left;
	position:relative;
	padding:0 10px;
}

.user-panel ul a ,.wishlist-panel ul a{
    display: block;
    height: 30px;
    line-height: 30px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}

.user_title > span {
    color: #ff008a;
}

.account-login .sign-in {
    display: block;
    overflow: hidden;
}
.user-panel .triangle {
    left: 50%;
    margin-left: -7px;
    position: absolute;
}

.account-login .buttons-set p {
    font-size: 14px;
    padding: 8px 85px 0 0;
	display: none;
}
p.xy {
    display: block;
    font-size: 15px;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
p.xy  em{width:20px;height:20px;display:inline-block;background:url(../images/secure.png)no-repeat scroll 0 0;vertical-align:middle;}
.product-shop .price-box .old-price .price-label,.product-shop .price-box .special-price .price-label{display:none;}

.product-view .favorite a .wishlist-icon-cart {
    background: rgba(0, 0, 0, 0) url(../images/sprite.png) no-repeat scroll -146px -51px / 200px auto;
    display: inline-block;
    height: 22px;
    width: 25px;
    vertical-align: middle;
    margin-right: 5px;
}
.product-view .favorite a .wishlist-icon-cart:hover {
    background-position:-56px -51px;
}
.product-shop .product-options dt label.required em {
    display: none;
}
.product-shop .product-options dt label.required::after {
    color: #df280a;
    content: " *";
    font-family: "Helvetica Neue",Verdana,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.silhouette .displaySpan{display:none;}
.block-layered-nav dd.shown_color ol li {
    height:23px;
    margin: 5px;
    display: block!important;
	padding-left:15px;
}
#narrow-by-list dd.shown_color .checkSpan{width:23px;height:23px;margin-right:0;border-radius:50%;display:inline-block;
}

#narrow-by-list dd.shown_color .narrow-by-list-more,#narrow-by-list dd.hemline_train .narrow-by-list-more,
#narrow-by-list dd.silhouette .narrow-by-list-more{display:none;}
#narrow-by-list dd.shown_color  .checkSpan.multi_colors {
    background: rgba(0, 0, 0, 0) url("../images/ombre.png") no-repeat scroll -7px -7px/45px auto!important;
}
#narrow-by-list dd.shown_color  .checkSpan.other {
    background: rgba(0, 0, 0, 0) url("../images/ombre.png") no-repeat scroll  -7px -7px/45px auto!important;
}
.block-layered-nav dd.shown_color ol li a:hover .checkSpan{background:none; background-color:none;border-color: none!important;}
.block-layered-nav dd.hemline_train ol li{height:61px;display:block!important;margin-right:5px;margin-bottom:5px;padding-left:15px;}
#narrow-by-list dd.hemline_train .checkSpan{width:62px;height:61px;margin-right:0;}

.block-layered-nav dd.silhouette ol li{height:61px;display:block!important;margin-right:5px;margin-bottom:5px;}
#narrow-by-list dd.silhouette .checkSpan{width:62px;height:61px;margin-right:0;}
.block-layered-nav dd.hemline_train ol li .short_mini{background:url(../images/short_mini.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .knee_length{background:url(../images/knee_length.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .tea_length{background:url(../images/tea_length.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .ankle_length{background:url(../images/ankle_length.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .floor_length{background:url(../images/floor_length.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .sweep_brush_train{background:url(../images/sweep_train.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .asymmetrical{background:url(../images/asymmetrical.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .court_train{background:url(../images/court_train.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .chapel_train{background:url(../images/chapel_train.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .cathedral_train{background:url(../images/cathedral_train.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .watteau_train{background:url(../images/watteau_train.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .floor_length{background:url(../images/floor_length.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}

.block-layered-nav dd.silhouette  ol li .a_line_princess{background:url(../images/a_line_princess.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.silhouette  ol li .sheath_column{background:url(../images/sheath_column.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.silhouette  ol li .trumpet_mermaid{background:url(../images/trumpet_mermaid.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.silhouette  ol li .ball_gown{background:url(../images/ball_gown.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}

.block-layered-nav dd.silhouette  ol li .empire{background:url(../images/empire.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.shown_color .displaySpan ,.block-layered-nav dd.hemline_train .displaySpan ,.block-layered-nav dd.silhouette .displaySpan{
	background:#fff!important;display:inline-block;
	background-image:none!important;
    vertical-align: sub;
    margin-left: 10px;
}

#narrow-by-list dd.category .checkSpan,#narrow-by-list dd.price .checkSpan,#narrow-by-list dd.lining_material ol li .checkSpan,#narrow-by-list dd.upper_material ol li .checkSpan,#narrow-by-list dd.heel_height_range ol li .checkSpan,#narrow-by-list dd.decoration ol li .checkSpan,#narrow-by-list dd.occasion_type ol li .checkSpan,#narrow-by-list dd.classification ol li .checkSpan,#narrow-by-list dd.styles ol li .checkSpan,#narrow-by-list dd.heel_type ol li .checkSpan,#narrow-by-list dd.actual_heel_height ol li .checkSpan,#narrow-by-list dd.size ol li .checkSpan,#narrow-by-list dd.platform_height ol li .checkSpan,#narrow-by-list dd.size ol li .checkSpan,#narrow-by-list dd.outsole_material ol li .checkSpan,#narrow-by-list dd.body_shape ol li .checkSpan,.block-layered-nav dd.tiers ol li .checkSpan
{
    border: 1px solid #b9b9b9;
    display: inline-block;
    height: 10px!important;
    left: 0;
    margin-right: 8px;
    position: absolute;
    top: 10px;
    width: 10px!important;         
}	
#narrow-by-list dd.category .checkSpan ,#narrow-by-list dd.price .checkSpan ,#narrow-by-list dd.body_shape ol li .checkSpan{
	display:none;
}
.block-layered-nav dd.shown_color ol li:hover .displaySpan,.hemline_train  ol li:hover .displaySpan  ,.block-layered-nav dd.silhouette  ol li:hover .displaySpan{background:#dee2e6!important;}
.block-layered-nav dd.category ol li a,.block-layered-nav dd.price ol li a,.block-layered-nav dd.lining_material ol li a,.block-layered-nav dd.upper_material ol li a,.block-layered-nav dd.heel_height_range ol li a,.block-layered-nav dd.decoration ol li a,.block-layered-nav dd.occasion_type ol li a,.block-layered-nav dd.classification ol li a,.block-layered-nav dd.styles ol li a,.block-layered-nav dd.heel_type ol li a,.block-layered-nav dd.actual_heel_height ol li a,.block-layered-nav dd.size ol li a,.block-layered-nav dd.platform_height ol li a,.block-layered-nav dd.outsole_material ol li a,.block-layered-nav dd.size ol li a,
.block-layered-nav dd.body_shape ol li a,.block-layered-nav dd.size ol li a,.block-layered-nav dd.tiers ol li a{
    clear: both;
    color: #595959;
    padding-left:15px;
    font-size: 14px;
    letter-spacing: 0.3px;
}
.block-layered-nav dd.price ol li a,#narrow-by-list dd.body_shape ol li a,.block-layered-nav dd.category ol li a{padding:0;}
.block-layered-nav dd.category ol li a:hover .checkSpan,.block-layered-nav dd.price ol li a:hover .checkSpan,.block-layered-nav dd.lining_material ol li a:hover .checkSpan,.block-layered-nav dd.upper_material ol li a:hover .checkSpan,.block-layered-nav dd.heel_height_range ol li a:hover .checkSpan,.block-layered-nav dd.decoration ol li a:hover .checkSpan,.block-layered-nav dd.occasion_type ol li a:hover .checkSpan,.block-layered-nav dd.classification ol li a:hover .checkSpan,.block-layered-nav dd.styles ol li a:hover .checkSpan,.block-layered-nav dd.heel_type ol li a:hover .checkSpan,.block-layered-nav dd.actual_heel_height ol li a:hover .checkSpan,.block-layered-nav dd.size ol li a:hover .checkSpan,.block-layered-nav dd.platform_height ol li a:hover .checkSpan,.block-layered-nav dd.size ol li a:hover .checkSpan,.block-layered-nav dd.outsole_material ol li a:hover .checkSpan,.block-layered-nav dd.body_shape  ol li a:hover .checkSpan,.block-layered-nav dd.tiers ol li a:hover .checkSpan{background:rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -129px -368px; background-color:#f3665c;border-color: #f3665c!important;}
.block-layered-nav dd ol li a:hover .checkSpan.other{background:rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -129px -368px!important; background-color:#f3665c!important;border-color: #f3665c!important;}
.block-layered-nav dd.fabric ol li .checkSpan.chiffon{background:url(../images/layer/small11.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li .checkSpan.satin{background:url(../images/layer/small12.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li .checkSpan.taffeta{background:url(../images/layer/small13.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.elastic_woven_satin{background:url(../images/layer/small14.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.tulle{background:url(../images/layer/small15.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.lace{background:url(../images/layer/small16.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.organza{background:url(../images/layer/small17.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.silk_like_satin{background:url(../images/layer/small18.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.charmeuse{background:url(../images/layer/small126.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.net{background:url(../images/layer/small21.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.sequins{background:url(../images/layer/small22.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.jersey{background:url(../images/layer/small25.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.spandex{background:url(../images/layer/small125.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.satin_chiffon{background:url(../images/layer/small19.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.other,.block-layered-nav dd.fabric ol li a:hover .checkSpan.other{background:url(../images/ombre.png) no-repeat scroll -10px -10px!important;background-size:50px 50px!important;}

.block-layered-nav dd.fabric ol li  .displaySpan.other,.block-layered-nav dd.neckline  ol li  .displaySpan.other,.block-layered-nav dd.embellishment  ol li  .displaySpan.other,.block-layered-nav dd.back_style  ol li  .displaySpan.other{background:none!important;}


.block-layered-nav dd.neckline ol li .checkSpan.strapless{background:url(../images/layer/small27.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.sweetheart{background:url(../images/layer/small28.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.v_neck{background:url(../images/layer/small29.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.one_shoulder{background:url(../images/layer/small30.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.straps{background:url(../images/layer/small31.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.square{background:url(../images/layer/small32.jpg)no-repeat scroll 0 0;background-size:30px 60px;}
.block-layered-nav dd.neckline ol li .checkSpan.halter{background:url(../images/layer/small33.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.spaghetti_straps{background:url(../images/layer/small34.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.off_the_shoulder{background:url(../images/layer/small35.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.scoop{background:url(../images/layer/small36.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.high_neck{background:url(../images/layer/small37.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.bateau{background:url(../images/layer/small38.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.jewel{background:url(../images/layer/small39.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.sheer_neck{background:url(../images/layer/small154.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.checkSpan.other,.block-layered-nav dd.embellishment ol li .checkSpan.other,.block-layered-nav dd.back_style ol li .checkSpan.other,.block-layered-nav dd.neckline ol li a:hover .checkSpan.other,.block-layered-nav dd.embellishment ol li a:hover .checkSpan.other,.block-layered-nav dd.back_style li a:hover .checkSpan.other{background:url(../images/layer/small40.jpg)no-repeat scroll 0 0!important;background-size:30px 30px!important;}

.block-layered-nav dd.sleeve ol li .checkSpan.sleeveless{background:url(../images/layer/small44.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.sleeve ol li .checkSpan.short_sleeves{background:url(../images/layer/small45.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.sleeve ol li .checkSpan.1_2_sleeves{background:url(../images/layer/small46.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.sleeve ol li .checkSpan.3_4_sleeves{background:url(../images/layer/small47.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.sleeve ol li .checkSpan.long_sleeves{background:url(../images/layer/small48.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.sleeve ol li:nth-child(3) span.checkSpan{background:url(../images/layer/small46.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.sleeve ol li:nth-child(4) span.checkSpan{background:url(../images/layer/small47.jpg)no-repeat scroll 0 0;background-size:30px 30px;}

.block-layered-nav dd.embellishment ol li .checkSpan.beading{background:url(../images/layer/small49.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.ruffles{background:url(../images/layer/small50.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.hand_made_flower{background:url(../images/layer/small51.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.embroidery{background:url(../images/layer/small52.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.applique{background:url(../images/layer/small53.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.sequin{background:url(../images/layer/small54.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.bowknot{background:url(../images/layer/small55.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.crystal{background:url(../images/layer/small56.jpg)no-repeat scroll 0 0;background-size:30px 30px;}

.block-layered-nav dd.embellishment ol li .checkSpan.sash_ribbon_belt{background:url(../images/layer/small57.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.lace{background:url(../images/layer/small58.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.rhinestone{background:url(../images/layer/small59.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.ruched{background:url(../images/layer/small60.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.paillette{background:url(../images/layer/small61.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.layers{background:url(../images/layer/small62.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.pleats{background:url(../images/layer/small63.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.pearls{background:url(../images/layer/small64.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.acrylic_jewels{background:url(../images/layer/small65.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.feathers_fur{background:url(../images/layer/small67.jpg)no-repeat scroll 0 0;background-size:30px 30px;}

.block-layered-nav dd.back_style ol li .checkSpan.zipper{background:url(../images/layer/small69.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.back_style ol li .checkSpan.lace_up{background:url(../images/layer/small70.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.back_style ol li .checkSpan.backless{background:url(../images/layer/small71.jpg)no-repeat scroll 0 0;background-size:30px 30px;}

.block-layered-nav dd.season ol li .checkSpan.spring{background:url(../images/layer/small7.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.season ol li .checkSpan.summer{background:url(../images/layer/small8.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.season ol li .checkSpan.fall{background:url(../images/layer/small9.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.season ol li .checkSpan.winter{background:url(../images/layer/small10.jpg)no-repeat scroll 0 0;background-size:30px 30px;}

.block-layered-nav dd.waist ol li .checkSpan.empire{background:url(../images/layer/small41.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.waist ol li .checkSpan.natural{background:url(../images/layer/small42.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.waist ol li .checkSpan.dropped{background:url(../images/layer/small43.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd .checkSpan.other{background:none!important;border:1px solid #eee!important;}
.block-layered-nav dd .displaySpan.other{background:none!important;}

.checkout-icon {
	 background: rgba(0, 0, 0, 0) url("../images/secure-1.png") no-repeat scroll -2px 0;
    float: left;
    display: inline-block;
    height: 20px;
    width: 16px;
}
.onepage-check {
    display: inline-block;
    position: absolute;
	margin-left:-20px;
}

.onepage-check-title{font-size:12px;color:#333;}
.checkout-text-safe{color:#999;margin-top:8px;}

.cart-left .btn-remove {font-size:14px;height:30px;line-height:30px;width:100%;float:right;color:#848484;margin-bottom:10px;background:none;}
.cart-left input.qty{text-align:center;}
.cart-left .cart-table .row-cart-prices  td.a-right.last{padding:10px 0;}
.cart-left .cart-table .row-cart-prices{padding-top:10px!important;}

.cms-kontaktiere-uns-html .buttons-set{margin:10px 0;padding-bottom:20px;border:none;border-bottom:1px solid #666;}
.cms-kontaktiere-uns-html .buttons-set p.required{margin:0 0 10px;text-align:left;}
.cms-kontaktiere-uns-html .buttons-set button.button{float:left;}
.cms-kontaktiere-uns-html .buttons-set button.button span{height:36px;font-size:16px;line-height:36px;padding:0 30px;}
.tag-product-list .col-main{width:1200px;}
.tag-product-list .page-title{width:1200px;height:30px;line-height:30px;}
.tag-product-list .page-title h1{font-size:11px;color:#a1a1a1;}
.tag-product-list .col-left.sidebar,.tag-product-list .toolbar {display: none;}
.tag-product-list .products-grid li.last{margin:0 0px 10px 0px;}
.product-shop .product-options .input-box-jacket-guide .image-guide{top:10px;}

.category-products .block-layered-colors-filter-nav {display: block;clear: both;overflow: hidden;margin-top: 12px;}
.category-products .block-layered-colors-filter-nav li {width: 28px;height: 22px;float: left;text-indent: -9999px;margin-right:8px;margin-bottom:10px;}
.category-products .block-layered-colors-filter-nav li a i{display:block;width: 28px;height:22px;border:1px solid #eee;border-radius:20px;}
.category-products .block-layered-colors-filter-nav li a i.White{background:#fff;}
.category-products {clear: both;}
.category-products .block-layered-colors-filter-nav li a i.Multi.Colors {
    background: rgba(0, 0, 0, 0) url("../images/ombre.png") no-repeat scroll -3px -6px/36px auto;
    border-color: transparent !important;
}
.category-products .block-layered-colors-filter-nav li a i.Other {
    background: rgba(0, 0, 0, 0) url("../images/ombre.png") no-repeat scroll -3px -6px/36px auto;
    border-color: transparent !important;
}
.category-products .products-grid li.item .color-chart-box{width:auto;clear: both;overflow: hidden;margin-top: 8px;}
.category-products .products-grid li.item .color-chart-box .pis-color-a{width:17px;height:13px;padding-right:4px;}
.category-products .products-grid li.item .color-chart-box .pis-color span{width:15px;height:13px;border-radius:10px;}
.category-products .products-grid li.item .color-chart-box  .pis-color > dt{width:17px;}
.category-products .products-grid li.item .color-chart-box  .pis-color  dt:hover{border:none;width:17px;}

.user-panel.top-select-more > p {
    font-size: 14px;
    margin: 10px auto 0;
    width: 160px;
}
.user-panel.top-select-more > p a{text-decoration:underline;}
.user-panel.user-account ul a{color:#333;}

.account-fb em {
    background:rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -162px -21px / 185px auto;
    display: inline-block;
    height: 22px;
    vertical-align: middle;
    width: 22px;
}
.promotion-top{
    width:1200px;
    margin:0 auto;
    overflow:hidden;
	margin-bottom:16px;
}
.promotion-top img{
	display:block;
	height:auto;
	max-width:100%;
}
.promotion-item{
    width:1230px;
	margin-left:-10px;

}
.promotion-top .col-item{
    float:left;
    display:block;
    margin:0 10px;
}
.wid{
    width:385px;
}
.wishlist-panel.top-select-more > p {border-bottom: 1px solid #ddd;font-size: 14px;height: 30px;margin-bottom: 12px;}
.category-products .sort-by select{    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) url(../images/sort-ag.png) no-repeat scroll 111px 5px;
    border: 1px solid #ddd;
    height: 30px;
    width: 135px;
    padding-left: 10px;
    font-size: 14px;
}	
.count-num {display: inline-block;position: absolute;right: 0;color:#999;}
.count-num.count-top {float: right;position: relative;}
.product-img-box .favorite { position: absolute;right: 6px;top: 12px;z-index: 3000;}
.product-img-box .share-link {clear:both;width: 270px;height:35px;margin-left:182px;}
.product-img-box .share-link .share-fav{width:34px;height:34px;display:inline-block;background:rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll 0 0;text-indent:-9999px;margin:0 10px;float:left;}
.product-img-box .share-link .fb-like{background-position:-400px -247px;}
.product-img-box .share-link  .tumb-like{background-position:-442px -247px;}
.product-img-box .share-link  .twitter-like{background-position:-485px -247px;}
.product-img-box .share-link  .pin-it-share{background:#fff;}
.product-img-box .share-link  .g-like{background-position:-526px -247px;}
.product-img-box .share-link .pin-it-share span,.product-img-box .share-link .pin-it-share a.pin-it-button{
    background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll -568px -247px!important;
    border: 0 none!important;
    border-radius: 0!important;
    display: block!important;
    height: 34px!important;
    width: 34px!important;
    box-shadow:none!important;
    text-indent:-9999px!important;
}
.tabs-description .box-collateral .data-table{
    padding: 20px;
    display: block;
    box-sizing: border-box;border:0;}
.tabs-description .box-collateral .data-table .odd,.tabs-description .box-collateral .data-table .even{background:none;border:none;width:50%;float:left;margin-bottom:15px;display: flex;}
.tabs-description .box-collateral .data-table tbody th,.tabs-description .box-collateral .data-table tbody td{border:none;font-size:15px;padding:0;box-sizing:border-box;}
.tabs-description .box-collateral .data-table tbody th{width:36%;}
.tabs-description .box-collateral .data-table tbody td{width:64%;padding-left:15px;font-size: 14px;}
.tabs-reviews .reviews-average{height:45px;border-bottom:1px solid #ddd;margin-bottom:10px;}
.tabs-reviews .title-name{font-size:15px;float:left;display:inline-block;margin-right:10px;line-height:1;}
.tabs-reviews .reviews-average .ratings .amount{color:#999;margin-left:8px;}
.tabs-reviews .reviews-average .ratings { padding-top: 5px;}
.tabs-reviews .reviews-average .write-review {background: #f3665c none repeat scroll 0 0; color: #fff;display: inline-block;font-size: 14px;margin-left: 10px;padding: 4px 9px;}
.review-list-cust {border-bottom: 1px solid #ddd;padding: 20px 0;}
.review-list-cust > dt{display:inline-block;width:260px;font-size:14px;}
.review-list-cust > dt  .ratings-table tbody th{display:none;}
.review-list-cust > dd{display:inline-block;width:930px;font-size:14px;}
.product-view .top-best {position: relative; width:100%;}
.product-view .top-best-list {display: block;height:360px; margin: 0 5px; overflow: hidden; position: relative;width:100%;}
.product-view .top-best .top-best-prod-list {left: 0; position: absolute; top: 10px;width:400%!important;}
.product-view .top-best .top-best-prodcut {float: left;width:25%;}
.product-view .top-best .top-best-prodcut .item{float: left; padding: 0 5px;text-align: center;width:16.6%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:  border-box;
}
.product-view .top-best .top-best-prodcut .item .product-image {margin: 0 auto;text-align: center; width: 100%; height: auto;}
.product-view .top-best .lof-previous46,.product-view .top-best .lof-next46{
	background: rgba(255,255,255,0.7) url("../images/tag-1.png") no-repeat scroll 0 0;
    cursor: pointer;height: 40px;position: absolute;top:48%;width:40px;z-index: 1000;
    opacity: 0.7;
}
.product-view .top-best .lof-previous46{background-position:-3px -2px;left:0;}
.product-view .top-best .lof-next46{background-position:-43px -2px;right:0;}
.product-view .top-best .lof-previous46:hover{background-position:-3px -39px;}
.product-view .top-best .lof-next46:hover{background-position:-43px -39px;}
.product-view .top-best .price-box-list { margin: 15px 0;}
.product-view .top-best .old-price-list {display: none;}
.product-view .top-best .price-box-list .special-price-list .price { color: #333333;font-size: 18px;font-weight: normal;}

.foot-share1 li a:hover{text-decoration:none;}
.cart #shopping-cart-table thead { border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;}
.cart #shopping-cart-table thead  th{padding:10px 8px;font-size:16px;font-weight:normal;font-family:Microsoft YaHei;text-transform:uppercase;}
.cart #shopping-cart-table tbody tr{border-bottom:1px dotted #ccc;}
.cart #shopping-cart-table tbody tr td.a-right{text-align:center!important;}
.cart #shopping-cart-table .item-options dt{font-style:Microsoft YaHei;font-weight:normal;font-size:14px;font-style:normal;width:130px;}
.cart #shopping-cart-table .item-options  dd{font-style:Microsoft YaHei;font-size:14px;}
.continue-shop {float: left;width: 50%;margin-top:10px;}
.continue-shop em{background:rgba(0, 0, 0, 0) url("../images/shop-bag.png") no-repeat scroll 0 2px;display: inline-block;height: 20px;width: 20px;}
.continue-shop button.button{font-size:14px;color:#b5b5b5;}
.coupon-set{width:384px;float:right;}
.cart-right .totals button.btn-checkout span{padding:10px 70px;border-radius:22px;font-weight:normal;width:200px;}
.cart-right .totals button.btn-checkout span em{background:rgba(0, 0, 0, 0) url("../images/check-card.png") no-repeat scroll 0 4px / 24px auto;display: inline-block;height: 30px;width: 30px;}
.cart-left ,.cart-right{clear: both;}

.qty-wrapper a.fl {color: #000;cursor: pointer;display: inline-block;height: 24px;text-align: center;width:30px;font-size:24px;float:left;font-family:Microsoft YaHei;}
.qty-wrapper .qty.goods_num {height: 25px;width:50px!important;font-size:18px;padding:0;border:0;float:left;font-family:Microsoft YaHei;color:#000;}
.goods_num_box{margin: 0 auto;width: 110px;}
#shopping-cart-totals-table > tbody tr td:nth-child(2){color:#ff0000;font-size:20px;}
.customer-account-edit .my-account .fieldset .form-list .field{width:450px;}
.customer-account-edit .my-account .fieldset .form-list  input.input-text{padding:6px;width:246px;}
.customer-account-edit  .my-account .page-title h1{height:30px;line-height:30px;padding-left:20px;}
.customer-account-edit .my-account .fieldset .control input,.newsletter-manage-index .my-account .fieldset .control input{float:left;}
.my-account .buttons-set button.button{float:left;}
.customer-account-edit .my-account  button.button span{height: 30px;border-radius: 18px;}
.customer-account-edit .my-account button.button span span {
    background: #f3665c;
    border: 0 none;
    color: #fff;
    font: normal 16px/30px 'GillSansRegular';
    height: 30px;
    padding: 5px 40px;
}
.cart-cell a.link-edit {
    font-family: 'GillSansRegular';
    font-size: 14px;
}
.my-account p {
    font-size: 14px;
}

.category-full-colors-bridesmaid-dresses .shown_color,.category-full-colors-bridesmaid-dresses .block-layered-nav dt:nth-child(3){display:none;}
.wishlist-index-index .price-box .old-price,.wishlist-index-index .price-box .special-price{display:block;padding-left:0;}

.PageContent,.full-content{
	width:1200px;
	margin:0 auto;
}
.PageContent-title{
 width:1200px;
  margin:40px auto;
 text-align:center;
 padding-top:20px;
}
.PageContent-title h2,.read-more-text h2,.product-recently .block-title,.tabs-reviews > h3,.product-view .index_middle_title{
	font-size:30px;
	text-align:center;
	text-transform:capitalize;
	font-family:'GillSansRegular';
	line-height:1.5;
	margin-bottom:15px;
	font-weight:normal;
}
h6.user-gallery-title {
    overflow: hidden;
    margin:40px auto 10px;
    text-align: center;
    font-size: 14px;
    color: #222;
    font-family: 'GillSansRegular';
    font-weight: normal;
}
span.title-tile {
    display: block;
    font-size: 28px;
    line-height: 30px;
}
.cms-home .upload-wrap{
	max-width: 1600px;
    padding: 0 15px;
	margin:10px auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	text-align:center;
}
.cms-home .upload-wrap .desc-text{margin:10px 0;color:#666;font-size:19px;letter-spacing:.6px;}
.cms-home .upload-wrap .desc-text span{color:#f3665c;}
.cms-home .upload-wrap .desc-text a{text-decoration:underline;text-transform:capitalize;font-size:18px;}
.catalog-category-view .upload-wrap{margin:10px 0;}
.upload-wrap .upload-box a{width:200px;background:#000;color:#fff;margin:0 auto;display:block;padding:10px 0;font-size:16px;text-align:center;}
.product-recently {
    margin-top: 20px;
	position:relative;
}
.block-content-recently {overflow:hidden;}
.product-recently li{
	width:250px;
	padding:0 5px;
	float:left;
}
.product-recently li img{width:100%;}
.product-recently li .product-name,.product-recently .price-box-list .old-price-list{
	display:none;
}
.product-recently .price-box-list{
	text-align:center;
	margin-top:6px;
	font-size:16px;
}
.recent-viewed {
    clear: both;
    position: relative;
	max-width: 1600px;
    min-width: 1170px;
    margin: 0 auto;
    padding: 10px 15px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.PageContent-title  .tips .sub-tips{
	display:inline-block;
}
.PageContent-title  .tips .sub-tips.line{
	width: 270px;
    height: 10px;
    border-bottom: 1px solid #b48360;
    vertical-align: top;
}
.PageContent-title  .tips .sub-tips.text {
    padding: 0 50px;
    font-size: 16px;
    font-style: italic;
    color: #b48360;
    text-transform: capitalize;
}
.PageContent .homepage-boxes{
padding-top:5px;
margin:0 -10px;
overflow:hidden;
}
.boxes_column_container {
    padding: 0 10px;
	box-sizing:border-box;
	float:left;
	position:relative;
	margin-bottom:20px;
}
.boxes_column_container img,.full-content img,.features-list img{width:100%;}
.column-small-text img{z-index:10;}
.column-big-square{
	width:50%;
	display:inline-block;
}
.vc_col-sm-3{
	width:25%;
}
.bottom-middle{
	float:right;
}
.front_holder {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 24;
    opacity: 1;
    filter: alpha(opacity = 100);
    overflow: hidden;
    padding:0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(0px);
}
a.front_holder_links{
	display:block;
	width:100%;
	height:100%;
	padding:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background:rgba(0,0,0,0.15)
}
.front_holder_inner{
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	display:table;
	
}
.boxes_column_container.column-small-text a.front_holder_links{
	background:rgb(248, 237, 233);
}
.boxes_column_container.column-small-text:hover a.front_holder_links{
	background:rgb(230, 190, 159);
}
.boxes_column_container.column-small-text .front_holder_inner{
	border:1px solid #e6be9f;
}
.features-list .front_holder{padding:0;}
.features-list a.front_holder_links{padding:20px;background:rgba(0,0,0,0.3)}
.features-list a.front_holder_links .front_holder_inner{
	border:1px solid #fff;
}
.boxes_column_container:hover  .front_holder_links,.features-list:hover a.front_holder_links{background:rgba(0,0,0,0.1)}
.front_holder_bottom {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 210;
}
.front_holder h2 {
    font-weight: bold;
    text-shadow: -1px 1px 14px #333;
	margin: 10px auto;
    -webkit-transition: opacity .2s cubic-bezier(.6,.19,.77,.76);
    transition: opacity .2s cubic-bezier(.6,.19,.77,.76);
	display:table;
	color: #ffffff;
    font-size: 36px;
	line-height:1.5;
	font-family: 'Playfair Display',sans-serif;
}
.boxes_column_container.column-small-text .front_holder h2{
	text-shadow:none;
}
.front_holder  .separator.animate {
    width: 15px;
    transition: width .2s;
    -webkit-transition: width .2s;
	border-bottom:1px solid #fff;
	position: relative;
    display: block;
	margin: 10px auto;
}
.features-list .front_holder  .separator.animate{border-width: 3px;border-color: #e6be9f;margin-bottom:18px;}
.boxes_column_container:hover .front_holder  .separator.animate,.features-list:hover .front_holder  .separator.animate{
	width:30px;
}
.front_holder_new {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    margin: 0 0 15px;
	-webkit-transition: all .2s cubic-bezier(.6,.19,.77,.76);
    transition: all .2s cubic-bezier(.6,.19,.77,.76);
    text-align: center;
}
.front_holder_new p{
	font-size:14px;
}
.back_holder_new{
	    filter: alpha(opacity = 0);
    -webkit-transition: opacity .2s cubic-bezier(.6,.19,.77,.76);
    transition: opacity .2s cubic-bezier(.6,.19,.77,.76);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
	text-align: center;
}
.back_holder_new span{
	height: 38px;
    line-height: 38px;
    font-size: 10px;
    padding: 0 24px;
	display:inline-block;
	text-transform:uppercase;
	letter-spacing:1px;
}
.front_holder em {
    font-family: 'Playfair Display Italic';
    font-size: 20px;
    text-shadow: -1px 1px 10px #111;
    line-height: 28px;
	line-height:1.25;
}
.full-setion{
	background-color: #f8ede9;
    padding-bottom:60px;
	margin-top:60px;
    text-align: left;
	overflow:hidden;
}
.full-left,.full-right{
	float:left;
	padding:0 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.full-wrapper{overflow:hidden;margin: 0 -10px;}
.full-wrapper h2{
	font-family: 'Playfair Display Italic',sans-serif;
	color: #bc8f7b;
    font-size: 24px;
	font-weight:normal;
	line-height:1.25;
}
.full-wrapper p{font-size:15px;color:#787875;}
.read-more{
	color:#bc8f7b;
	display:inline-block;
	cursor:pointer;
}
.read-more i{
	display: inline-block;
	position:relative;
	width:10px;
	height:10px;
}
.read-more i::after{    
	content: '';
    border: 1px solid transparent;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: auto;
    position: absolute;
    transform: rotate(45deg);
    border-top: none;
    border-left: none;
    right: 0px;
    top: 0px;
    bottom: auto;
    border-color: #bc8f7b;
    transition: .2s ease-in-out transform;
}
.read-more-text{
	display:none;
	width:66%;
	margin:30px auto 0;
	font-size:14px;
}
.full-click{
	display:inline-block;
	padding:0 35px;
	height:38px;
	line-height:38px;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	background:#e6be9f;
	border:1px solid #e6be9f;
	color:#fff;
	
}
.full-click:hover{
	background:#f8ede9;
	border:1px solid #e6be9f;
	color:#e6be9f;
}
.full-features {
    overflow: hidden;
}
.features-list {
    position: relative;
    width: 33.333%;
    float: left;
    display: inline-block;
}
.banner-show{
    width:1200px;
	height:300px;
    margin:0 auto;
    margin-top:20px;
}


#add_to_cart_processing .modal {display: none;text-align: center;background-color: rgba(0,0,0,.8); z-index: 999999999;}
#add_to_cart_processing .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
#add_to_cart_processing .modal-dialog { position: relative;width: 600px;margin: 10px;}
#add_to_cart_processing .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 1px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
#add_to_cart_processing .modal-body { position: relative;padding: 15px; height:395px;width: 568px;}
#add_to_cart_processing .media {height: auto;overflow: hidden;margin:5px 0 10px;}
#add_to_cart_processing .media-left, #add_to_cart_processing .media-right {display: table-cell;vertical-align: top;}
#add_to_cart_processing .media-left {width: 28%;float:left;}
#add_to_cart_processing .media-body {width: 68%;float:left;}
#add_to_cart_processing .media img{width:100%;border:1px solid #eee;}
#add_to_cart_processing .media-body h5 {font-weight: bold;text-align:left;font-size: 16px;color: #000;font-family: microsoft yahei;width:360px;margin:0 auto;}
#add_to_cart_processing .modal .discount {background-color: #eee;padding: 3px; margin-bottom: 10px; border: 1px dashed #ddd;text-align: center;}
#add_to_cart_processing .modal .discount p {font-size: 13px;color: #585757;line-height: 18px;}
.countdownBox {padding: 20px 0px;height: auto;background: #fff; position: relative;}
.cb-time,#add_to_cart_processing .modal .continue-shopping {display: block;text-align: center;}
.cb-time .clock span {margin-right: 10px;background: #333;color: #fff;padding: 10px 10px;margin-top: 20px;font-size: 14px;}
#add_to_cart_processing .btn-group-justified {display: table;width: 100%; table-layout: fixed;border-collapse: separate;}
.btn-group-justified .btn-group {width: 50%;display: inline-block;float: left;}
.btn-group-justified .btn-group .continue-shopping {height: 38px;line-height: 38px; font-size: 14px; text-decoration: none;border: 1px solid #e6be9f;margin-right: 5px;}
#add_to_cart_processing .modal .btn {height: 40px;display: block;padding: 0;line-height: 40px!important; font-size: 14px; margin-left: 5px;}
#add_to_cart_processing .modal .btn { background-color: #e6be9f;border: 0;border-radius: 0; color: #fff;}
.media-option-list .size-chart-value {font-size: 14px;font-weight: bold;text-align: left;padding-top: 5px;width:360px;margin:0 auto;}
.media-option-list .color-chart-value {position: relative;text-align: left;font-size: 13px;font-weight: bold;padding-top: 5px;display:block;width:360px;margin:0 auto;}
.media-option-list .divShowSizeVals {
    padding: 5px 0;
    text-align: left;
	margin:0 auto;
	border:none;
	position:relative;
	top:0;right:0;
}
.media-option-list #sizeUnitTitleLeft{width:50%;text-align:left;padding-right:0;}
.media-option-list .sizeUnitTitle{border-bottom:0;}
.media-option-list .sizeUnitContents div{line-height:25px;font-size:13px;}
.example {width: 100%;;font-size: 40px;text-align: center;margin: 20px auto;}

.carousel-item{color: #fff;font-family:  Arial Black}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: relative;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	width: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: rgba(0,0,0,0.3);
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #b48360;
}

.ft-carousel .carousel-btn,.flex-direction-nav li a {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 60px;
	margin-top: -30px;
	cursor: pointer;
	transition: all .6s;
	z-index:10;
}

.flex-direction-nav li .flex-prev {
	background: url(../images/banner-img/prev.png) no-repeat -10px 7px;
	background-color:#e6be9f;
	left:0;
}

.flex-direction-nav li .flex-next {
	background: url(../images/banner-img/next.png) no-repeat 10px 7px;
	background-color:#e6be9f;
	right:0;
}
.flex-direction-nav li .flex-prev:hover,.flex-direction-nav li .flex-next:hover{
	background-color:#b48360;
}

li#captcha-input-box-user_create, li#captcha-input-box-user_login {
    height: 80px!important;
}
.customer-account-login li#captcha-input-box-user_create label.required, .customer-account-login li#captcha-input-box-user_login label.required {
    width: 105px!important;
}
.customer-account-login .col-2.registered-users li#captcha-input-box-user_login .input-box.captcha, .customer-account-create .col-2.registered-users li#captcha-input-box-user_login .input-box.captcha {
    top: -6px!important;
    position: relative!important;
    left: -1px!important;
}
.col-2.registered-users div#captcha-image-box-user_create, .col-2.registered-users div#captcha-image-box-user_login {
    margin-left: 119px!important;
}
.customer-account-login .account-create li#captcha-input-box-user_login .input-box.captcha, .customer-account-create .account-create li#captcha-input-box-user_login .input-box.captcha {
    top: -6px!important;
    position: relative!important;
    left: -166px!important;
}
.account-create div#captcha-image-box-user_create, .account-create p.agree-to, .account-create div#captcha-image-box-user_login {
    margin-left: 95px!important;
    font-size: 15px;
}
.banner {
    background: #fff;
    max-width: 1600px;
    margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.banner .banner-img a img{width: 100%;}
.designer-banner-text {
	max-width:1600px;
	min-width:1170px;
	margin:80px auto;
	text-align:center;
	padding:0 15px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.designer-banner-text h2{
    font-size: 45px;
    font-weight: 300;
    color: #060606;
    line-height: 40px;
    font-style: normal;
    font-family: 'OswaldLight';
    letter-spacing: 12px;
}
.designer-banner-text h3{
    font-family: 'OswaldLight';
    margin: 0;
    padding: 0;
    color: #060606;
    letter-spacing: .3rem;
    display: block;
    text-align: center;
    position: relative;
    font-weight: 200;
    font-size: 26px;
    line-height: 32px;
}
.designer-banner-text h2::before{
    content: "•";
    display: inline-block;
    margin: 0 1rem;
    font-size:1rem;
    position: relative;
    top: -1rem;
}
.designer-banner-text h2::after{
	content: "•";
    display: inline-block;
    margin: 0 1rem;
    font-size:1rem;
    position: relative;
    top: -1rem;
}
p.serif-m-italic.designerLine1 {
     font-size: 30px;
     font-family: 'Playfair Display',sans-serif;
     font-style: italic;
     margin: 30px 0;
 }
.designer-banner-now {
    text-align: center;
}
.designer-banner-now:hover{text-decoration:underline;}
.designer-banner-now a {
    font-size: 13px;
    font-weight: 600;
}
.banner-media {
    max-width: 1600px;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
	padding:0 15px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
}
.banner-media .media-block{
	width:32%;
}
.media-block .media-img{position:relative;}
img.media-block-img.box-shadow {
    width: 100%;
    margin-bottom: 10px;
}
h3.media-block-title {
    line-height: 1.625rem;
    font-size: 24px;
    font-weight: 500;
	text-align:center;
}
.media-content p {
    margin: 0;display:none;
}
a.media-block-content {
    font-size: .6875rem;
    line-height: .875rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .055em;
    text-decoration: none;
    color: #333;
}
.media-block .media-block-img-wrap span {
    background: rgba(255,255,255,.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	color: #060606;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	font-size:14px;
	letter-spacing:2.6px;
	text-transform:uppercase;
	font-family:'OswaldLight';
}
.media-block  .media-block-img-wrap:hover span{opacity:1;}
.appointment-banner {
    max-width: 1600px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    text-align: center;
	padding:0 15px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.appointment-banner-inner {
    background-color: #ffbbb3;
    padding:8px;
	line-height:116px;
}
p.serif-l-italic,p.btn.btn-secondary,p.sans-xs {
    margin: 0;
}
.appointment-banner-text {
	border:1px solid #fff;
	margin:auto;
	width:100%;
	height: 110px;	
}
.appointment-banner-serif {
    display: inline-block;
    padding: 0;
}
p.serif-l-italic {
    font-style: italic;
    margin: 0;
    font-size: 26px;
    line-height: 36px;
    font-family: 'Playfair Display',sans-serif;
    color: #444;
}
.appointment-banner-sans {
    display: inline-block;
    padding: 0 10px;
}
.appointment-banner-sans .sans-xs {
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.appointment-banner-btn {
    display: inline-block;
    padding: 0 10px;
}
p.btn.btn-secondary {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    border: none;
    background-color: transparent;
    width: auto;
}
a.sans-bold-uppercase {
    outline: none;
    color: #52535a;
    background-color: #ffffff;
    border: 1px solid #52535a;
    padding: 10px 50px !important;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: .75rem;
    line-height: 1rem;
}

a.sans-bold-uppercase:hover,
a.sans-bold-uppercase:focus {
    background-color: #ffffff;
    border: 1px solid #e0e0e7;
    outline: none;
}
.media-Guide {
    width: 24%;
}
.media-Guide.media-right {
    padding: 0;
}

.seo-copy h1 {
    color: #7a7a7a;
    display: inline;
}
.seo-copy h1, .seo-copy a {
    font-family: moderat-regular,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25rem;
    font-size:0.875rem;
}
.seo-copy a {
    text-decoration:underline;
}
.banner-media .banner-wrapper {
    padding: 45px 0;
    border: 1px solid #f3665c;
	width:100%;
}
.banner-media .banner-wrapper h2 {
    width: 100%;
    float: left;
    font-size: 30px;
    font-family: 'GillSansRegular';
    font-weight: 500;
    text-align: center;
    color: #49505f;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    line-height: 120%;
}
.banner-media .nav-bottom {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.banner-media .nav-bottom a {
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    margin: 0 1%;
    padding-bottom: .2em;
    border-bottom: 2px solid #fff;
}
.banner-media .nav-bottom a:hover{
    border-bottom: 2px solid #f3665c;
}
.description-copy {
    max-width: 1600px;
    margin: 0 auto;
	padding:0 15px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.description-copy h2 {
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
}
.description-copy p {
    color: #767676;
    margin: 0;
    font-size: 14px;
}
.description-copy p a {
    font-weight: 600;
    color: #767676;
}
.products-grid .product-image img.hoverImage {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
}
.checkout-cart-index .col-main{width: auto!important;}
.header-container.sticky-fixed{position:fixed;top:0;background:#fff;width:100%;z-index:9999;}

/* xiaoping 1350px*/

@media screen and (max-width:1350px){
    .parentMenu > h2 a, .home .parentMenu a{padding: 0 12px;}
    .cms-home .main, .cms-home .container{min-width: 1024px;}
    .col-left{padding-right: 20px;width: 210px!important;}
    .col-main {width: 794px}
    .wishlist-index-index .col-main {width: 794px}
    .cms-no-route .col-main{margin: 0 auto;}
    .top-category-name{padding-bottom: 5px;}
    .toolbar-top {margin-bottom: 10px;}
    .toolbar{padding-bottom: 5px;}
    .product-recently li{width: 195px;}
    .slider-btn{top: 175px;}
    .product-view .top-best-list{width: auto;margin: 0 4px;height:328px;}
    .product-view .product-img-box{width: 520px;}
    .product-view .product-shop{width: calc(100% - 540px);}
    .product-options dd{width: 100%;}
    .color-chart-box{width: 100%;}
    .cart #shopping-cart-table .item-options dt{width: 115px;}
    .pis-color-a, .pis-color-pic{margin-right: 10px;margin-bottom: 10px;}
    .mousetrap {  width: 422px!important;  height: 563px!important;  }
    .product-view .product-img-box .product-image-zoom{    width: calc(100% - 98px);}
    .lof-slidecontent{    height: 570px;    width: 90px;padding-right: 8px;}
    .lof-next, .lof-previous{width: 90px;height: 30px;}
    .lof-navigator-outer{    width: 90px;height: 500px;}
    .product-view .product-img-box .more-views ul{height: 500px;}
    .product-view .top-best .lof-previous46, .product-view .top-best .lof-next46{top: 160px;}
    .divShowSizeVals{width: 255px;right: -55px;top: 185px;}
    .cms-about-us-html .page-title h1, .cms-terms-and-conditions-html .page-title h1,
	.cms-our-guarantee-html .page-title h1, .cms-privacy-policy-html .page-title h1,
	.sales-guest-form .page-title h1, .cms-terms-and-conditions-html .page-title h1,
	.cms-faqs-html .page-title h1, .cms-contact-us-html .page-title h1, .cms-delivery-guide-html .page-title h1,
	.cms-return-policy-html .page-title h1, .cms-size-chart-html .page-title h1, .cms-attention-care-html .page-title h1,
	.cms-how-to-choose-html .page-title h1,
	.cms-measurement-guide-html .page-title h1, .cms-colour-chart-html .page-title h1{width: 1024px;}
    /*checkout*/
    /*#easycheckout-form-wrap .address-form-list .name-firstname, #easycheckout-form-wrap .address-form-list .name-lastname, #easycheckout-form-wrap .address-form-list .city, #easycheckout-form-wrap .address-form-list .state, #easycheckout-form-wrap .address-form-list #register-customer-password .field, #easycheckout-form-wrap .address-form-list #register-customer-password .field .input-box{width: 227px!important;}
    #easycheckout-form-wrap .address-form-list .name-firstname .input-box input.input-text, #easycheckout-form-wrap .address-form-list .name-lastname .input-box input.input-text, #easycheckout-form-wrap .address-form-list .city .input-box input.input-text, #easycheckout-form-wrap .address-form-list .state .input-box input.input-text{width: 227px!important;}*/
    #easycheckout-form-wrap .address-form-list .input-box #shipping_confirm_password, #easycheckout-form-wrap .address-form-list .input-box #shipping_customer_password{width: 227px!important;}
    #easycheckout-shipping-payment-step .shipping-method, #easycheckout-shipping-payment-step .payment-method{width: 100%!important;}
    #easycheckout-shippingmethod-additional .delivery-fee-wrap .radio-fee, #easycheckout-paymentmethod-available .sp-methods .payment-checked {width: 25px!important;}
    #easycheckout-shippingmethod-additional li label{width: 180px!important;}
    .payment-method{width: 100%!important;}
    div#footer-tag img{width: 80%!important;}
    #easycheckout-coupon .button-set{width: 120px!important;}
    #easycheckout-coupon .discount-form .input-box{width: 330px!important;}
    /*footer page*/
    .help-left{width: 210px;}
    .help-right{width: 800px;}
    /*account*/
    .my-account button.button span span{ padding: 5px 35px;}
}
.description-accordion {
    border: 1px solid #bbb;
	width:78%;
	min-width:680px;
}
.description-title {
    border-bottom: 1px solid #bbb;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.description-accordion .description-title {
    color: #000;
    font-size: 14px;
    padding: 10px 0;
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
}
.description-title.on-description2 {
    border-left: 1px solid #bbb;
    box-sizing: border-box;
}
.description-title.bor-description {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

@media screen and (max-width:1350px){
    .divShowSizeVals{position: inherit;width: 360px;right: 60px;top: 175px;}
}
@font-face {
    font-family: 'GillSansRegular';
    src: url('../font/GillSansRegular/GillSansRegular.eot');
    src: url('../font/GillSansRegular/GillSansRegular.eot') format('embedded-opentype'),
    url('../font/GillSansRegular/GillSansRegular.woff2') format('woff2'),
    url('../font/GillSansRegular/GillSansRegular.woff') format('woff'),
    url('../font/GillSansRegular/GillSansRegular.ttf') format('truetype'),
    url('../font/GillSansRegular/GillSansRegular.svg#GillSansRegular') format('svg');
}
@font-face {
    font-family: 'OswaldLight';
    src: url('../font/OswaldLight/OswaldLight.eot');
    src: url('../font/OswaldLight/OswaldLight.eot') format('embedded-opentype'),
    url('../font/OswaldLight/OswaldLight.woff2') format('woff2'),
    url('../font/OswaldLight/OswaldLight.woff') format('woff'),
    url('../font/OswaldLight/OswaldLight.ttf') format('truetype'),
    url('../font/OswaldLight/OswaldLight.svg#OswaldLight') format('svg');
}
@font-face {
 font-family: 'Playfair Display';
 src: url('../font/Playfair_Display/PlayfairDisplayRegular.eot');
 src: url('../font/Playfair_Display/PlayfairDisplayRegular.eot?#iefix') format('embedded-opentype'),
        url('../font/Playfair_Display/PlayfairDisplayRegular.woff') format('woff'),
        url('../font/Playfair_Display/PlayfairDisplayRegular.ttf') format('truetype'),
        url('../font/Playfair_Display/PlayfairDisplayRegular.svg#Playfair Display') format('svg');
}
@font-face {
 font-family: 'Playfair Display Italic';
 src: url('../font/Playfair_Display/PlayfairDisplayItalic.eot');
 src: url('../font/Playfair_Display/PlayfairDisplayItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/Playfair_Display/PlayfairDisplayItalic.woff') format('woff'),
        url('../font/Playfair_Display/PlayfairDisplayItalic.ttf') format('truetype'),
        url('../font/Playfair_Display/PlayfairDisplayItalic.svg#Playfair Display Italic') format('svg');
}