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

/*========== General ==========*/

* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/16px 'Questrial', Arial, Helvetica, sans-serif;
    color: #afafaf;
	background-color:#000;
}
/*background:url(../images/body-bg-left.jpg) repeat-y}
.wrapper {background:url(../images/body-bg-right.jpg) repeat-y 100% 0px}*/
html {
    -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
.jscroll-loading {
    width: 100px;
    margin: 25px auto 25px;
}

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

a {
    text-decoration: none;
    color: #afafaf;
    transition: color 0.4s;
    -webkit-transition: color 0.4s;
}

a:hover {
    color: #fff;
}

:focus,:active {
    outline: 0;
}
/*== RadioBox ==*/
input[type=radio].css-checkbox {
	display:none;
}
input[type=radio].css-checkbox + label.css-label {
	padding-left:21px;
	height:14px; 
	display:inline-block;
	line-height:14px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;

}
#review-form input[type='text']{width:100%;font-size: 16px;}
input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -14px;
}
label.css-label {
	background-image:url("../images/radio-box-img.png");
}
/*== Forms ==*/
form {
    line-height: 20px;
}

fieldset {
    border: 0;
    overflow: hidden;
}

legend {
    display: none;
}

input[type="radio"], input[type="checkbox"] {
    border: 0px;
}

input[type="text"], select, textarea, input.input-text {
    border: 1px solid #9d9d9d;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font: 14px 'Questrial', Arial, Helvetica, sans-serif;
    width: 100%;
}

input[type="text"], select, input.input-text {
    height: 33px;
    padding: 0 0 0px 5px;
    width: 140px;
    background-color: #fff;
}

textarea {
    padding: 5px;
}

select {
    line-height: 24px;
}

select.multiselect {
    height: auto;
}

textarea {
    min-height: 80px;
    resize: none;
}

select.multiselect option:last-child {
    border-bottom: 0;
}

textarea {
    overflow: auto;
}

input.radio, input[type="radio"] {
    margin-right: 5px;
}

input.checkbox {
    margin-right: 5px;
}

input.qty {
    text-align: center;
    border: 1px solid #cbcbcb;
    background: #fff;
	width: 40px;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
} /* FF Fix */
button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
}

.catalog-product-view button.btn-cart {
}

button.disabled span {
}

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;
}
.checkout-onepage-success .breadcrumbs{
	display:none;
}

/*== Table ==*/
table {
    border: 0;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption,th,td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

/*== Content ==*/
p {
    margin: 0 0 10px;
}

strong {
    font-weight: normal;
}

address {
    font-style: normal;
}

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after {
    content: '';
}

small,big {
    font-size: 1em;
}

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

/*== Buttons ==*/
button {
}

button.btn-cart {
    color: #fff;
    text-transform: uppercase;
    background: #9b9a9a;
    transition: background 0.4s;
}

button.btn-cart:hover {
    background: #000;
}

.quick-access button.button {
    background: #AFAFAF repeat-x scroll 0% 0%;
    height: 45px;
    padding: 0px 18px;
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}
.quick-access .details .btn-checkout{
	background:#bb8f43;
}
.quick-access .details .btn-continue:hover,
.quick-access .details .btn-checkout:hover {
    background: #000;
}

.quick-access button.button:hover {
    background: #000;
    color: #fff;
}
.product-sku {
	color:#000;
	font-size:12px;
	text-transform: uppercase;
}
.btn-remove {
}

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

.clr {
    clear: both;
    overflow: hidden;
	line-height:0;
}

nav {
    display: block;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

li.clear, .clear-both {
    margin: 0px !important;
    padding: 0px !important;
    width: 0px !important;
    height: 0px !important;
    font-size: 0px !important;
    line-height: 0px !important;
    clear: both !important;
    float: none !important;
}

.clear {
    clear: both;
}

/*===== Layout =====*/
.wrapper {
    min-width: 1000px;
}

.cms-home .wrapper {
    background-color: #000;
}

.cms-home .main {
    min-height: 0px;
    background-color: #000;
    margin: 0px auto;
}

.page {
}

.stakan {
    width: 100%;
    margin: 0 auto 0px;
}

.main {
    width: 1200px;
    margin: 0 auto;
    min-height: 1000px;
	padding-top:25px;
}

.cms-home .main-container {
    background-color: #000;
}
.main-container a:hover{
	color:#bc9147;
}
.main-container p{
	color:#585858;
}
.main-container a{
	color:#585858;
}

.main-container {
    background: #fff;
}

.page-print {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.page-empty {
    background: #ffffff;
	padding: 25px 0px 25px 25px;
    text-align: left;
}

.page-popup {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.catalog-product-view .main-container.col1-layout {
}

.col-main p {
}
p.product_id{
	color:#585858;
	font-size:12px;
	text-transform:uppercase;
}
.cms-no-route .col-main li {
    line-height: 120%;
}

.cms-no-route dl dt {
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cms-no-route dl dd.first {
    margin-bottom: 45px;
    padding: 0;
}

.cms-no-route dl dd.first ul.disc {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cms-no-route dl dd.first ul.disc li {
}

.cms-no-route dl dd.second {
    margin-bottom: 20px;
    padding: 0 0 17px;
    border-bottom: 1px solid #e5eef2;
}

.cms-no-route dl dd.btn {
    margin: 0;
}

.cms-no-route dl dd.btn a {
    float: right;
    margin: 0 0 0 30px;
    background: url(../images/btn_bg_left.png) repeat-y top left, url(../images/btn_bg_right.png) repeat-y top right;
    text-decoration: none;
}

.cms-no-route dl dd.btn a span {
    font: 22px/31px "roboto_lt";
    color: #fff;
    text-transform: uppercase;
    margin: 0 4px;
    padding: 0 15px;
    background-color: #237992;
    display: block;
}

.cms-no-route dl dd.btn a:hover span {
    background-color: #063948;
}

#body-border {
    height: 3px;
    background: #b1b0b0;
    left: 0px;
    right: 0px;
    position: absolute;
    top: 244px;
    display: none;
}

.stakan {
}

.cms-about-us .breadcrumbs {
    margin-top: -108px !important;
}

.cms-about-us .col-left {
    margin-top: 108px !important;
}
.cms-no-route .col-right {
    float: none;
	display:inline-block;
    width: 450px;
}
.cms-no-route .products-grid,
.cms-no-route .subtitle{
	display:none;
}
.cms-no-route .col2-right-layout .col-main{
	width: 100%;
}

.cms-no-route p{
	font-size:18px;
	color:#585858;
}
.cms-no-route .page-title + p{
	line-height:25px;
	font-size:20px;
}
.cms-no-route .page-title {
	color:#000;
	font-size:72px;
	line-height: 75px;
}
.cms-no-route .std {
	margin-top:100px;
	padding-left: 60px;
	margin-bottom: 65px;
}
.cms-no-route .helpful-links a{ color:#bc9147;}
.cms-no-route .helpful-links a:hover{ color:#000;}
.cms-no-route .helpful-links p:first-child{
	margin-bottom:20px;
}
.cms-no-route .helpful-links{
	margin-top:75px;
	line-height:20px;
}
/*== Base columns ==*/
.col-left {
    float: left;
    width: 250px;
}

.col-right {
    float: right;
    width: 276px;
}

/*== 1 Column layout ==*/
.col1-layout .col-main {
    float: none;
}

/*== 2 Columns layout ==*/
.col2-left-layout .col-main {
    float: right;
    width: 910px;
    position: relative;
	margin-bottom: 60px;
}

.col2-right-layout .col-main {
    float: left;
    width: 892px;
}

.glob-message {
    position: absolute;
}

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

/*== BreadCrumbs ==*/

.col1-layout .breadcrumbs,  .col2-right-layout .breadcrumbs {
}

.catalog-product-view .product-essential {
	margin: 25px 0px 4px;
}
.breadcrumbs {
    color: #9d9d9d;
    font-size: 14px;
    margin-top: 0px;
    text-transform: capitalize;
}

.breadcrumbs a {
    color: #aaa;
}

.breadcrumbs a:hover {
    color: #585858;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li strong {
}

/*== Page heading ==*/
.page-title {
}

.page-title + p {
    margin: 26px 0px 20px;
}

.page-title h1 {
    text-transform: uppercase;
    font-size: 46px;
    color: #000;
    line-height: 46px;
	margin: 30px 0 24px;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}

#page-title-bg {
    height: 78px;
    margin-top: 30px;
    background: #fdebeb;
}

.cms-home #page-title-bg, .catalog-product-view  #page-title-bg {
    display: none;
}

/*===== Header =====*/
.header-container {
    width: 1200px;
    margin: 0px auto 30px;
}

.header {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 102;
    width: 100%;
    background-color: #000;
}

.topHeader {
    width: 750px;
    height: 55px;
    margin: 0px auto 33px;
    padding-top: 20px;
}

.botHeader {
}

.currency-dd, .language-dd {
    text-transform: uppercase;
    z-index: 100;
    display: inline-block;
}

.currency-dd {
}

.language-dd {
}

.currency-dd ul, .language-dd ul {
}

.currency-dd ul li, .language-dd ul li {
    display: inline-block;
}

.currency-dd ul li a, .language-dd ul li a {
    padding: 0px 6px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    transition: background 0.4s;
    color: #898989;
}

.currency-dd ul li a:hover, .language-dd ul li a:hover {
    padding: 0px 7px;
    background: #ccc;
    border: none;
    color: #fff;
}

.currency-dd ul li a.selected, .language-dd ul li a.selected {
    background: #ccc;
    border: none;
    color: #fff;
    padding: 0px 7px;
}

.header .currLang {
    display: none;
}
/*
.header .currLang .form-language, .header .currLang .block-currency {display: inline-block; font-size: 15px; line-height: 1.2}
.header .currLang .block-currency {margin-left: 25px}
.header .currLang .block-currency .current span {padding: 0px 7px; background: #ccc; color: #fff; border-radius: 4px}
.header .currLang .form-language .label {}
.header .currLang span.current span {text-transform: uppercase}
*/
#toplinks-wrapper {
    line-height: 35px;
    position: relative;
    margin-left: 35px;
    float: left;
    width: 92px;
    transition: color 0.4s;
    -webkit-transition: color 0.4s;
    display: block;
    background: #000 url(../images/account-dropdown-arrow.png) 80px 17px no-repeat;
}

#toplinks-wrapper:hover {
    cursor: pointer;
    color: #fff;
    background: #000 url(../images/account-dropdown-arrow-hover.png) 80px 17px no-repeat;
}

#toplinks-wrapper > ul {
    position: absolute;
    display: none;
    background: #000;
    top: 28px;
    width: 220px;
}
#toplinks-wrapper > ul li:first-child + li {
	display:none;
}
.links .Checkout + li {display:none;}

#toplinks-wrapper > ul li {
    float: left;
}

#toplinks-wrapper > ul li:first-child:after {
    content: " ";
    margin: 0 10px;
    display: inline-block;
    width: 1px;
    height: 10px;
    border-right: 1px solid #afafaf;
}

#toplinks-wrapper > ul li .top-link-checkout:after {
    content: " ";
    margin: 0 10px;
    display: inline-block;
    width: 1px;
    height: 10px;
    border-right: 1px solid #afafaf;
}

#toplinks-wrapper > ul li  a {
    color: #afafaf;
    padding: 0px;
}

#toplinks-wrapper > ul li  a:hover {
    color: #fff;
}

#toplinks-wrapper > span:first-child {
}

#toplinks-wrapper > span:first-child:hover {
}

#toplinks-wrapper:hover  ul.links {
}

.block-currency .block-title {
    float: left;
    margin: 0;
    padding-right: 10px;
}

.block-currency div.block-title strong {
}

.block-currency div.block-title strong span {
}

.block-currency .block-content {
    float: left;
}

.header .currLang label {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    float: left;
}

.header .form-language {
}

.header .form-language:hover {
}

.header .form-language span.label {
}

.header .links {
    overflow: hidden;
}

.header .links li {
}

.header .links li:first-child {
}

.header .links li[class^="Log"] {
}

.header .links li span {
}

.header .links a {
    text-transform: capitalize;
}

.header .links a:hover {
}

.header .form-language label {
    padding: 3px 0 3px 15px;
    vertical-align: middle;
}

.header .form-language select {
    padding: 0;
    background: #608493;
    border: 1px solid #608493;
    color: #fff;
    font: 14px "roboto";
    text-transform: uppercase;
}

.header .form-language select.flags option {
    background-position: 4px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.header .logo {
    margin: 0 auto;
    width: 282px;
    height: 98px;
}

.header .logo img {
    max-width: 100%;
}

.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.header_top {
    color: #000;
    margin-bottom: 10px;
    padding-top: 0px;
}

.header_top  p {
    float: right;
    line-height: 21px;
    background: url(../images/tel_icon.png) no-repeat 0 center;
    padding-left: 15px;
    margin: 0 30px;
    margin-bottom: 0;
}

.header_right {
    float: left;
    display: inline-block;
    min-width: 570px;
}

.header .quick-access {
    width: 100%;
}

.header .quick-access .mg, .header .quick-access .co {
    display: inline-block;
    vertical-align: top;
}

.header .quick-access .sea {
    float: right;
	margin-right: 15px;
}

.header .quick-access .mg, .header .quick-access .co,
.header .quick-access .mg {
    color: #afafaf;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal;
}

.header .form-search {
    float: left;
    padding: 0px;
    width: 140px;
    height: 35px;
}

.header .form-search label {
    float: left;
    width: 24px;
    height: 21px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.header .form-search input.input-text {
    color: #000;
    font: normal 14px/21px 'Questrial', sans-serif;
}

.header .form-search input.input-text:focus {
    color: #bb8f43;
}

.header .form-search button.button {
    float: left;
}

.header .form-search button.button span {
    border: 0;
    height: 24px;
    width: 24px;
    padding: 2px 2px 0 3px;
    border: none;
    min-width: 0;
    font: normal 14px/21px 'Questrial', sans-serif;
    background: url(../images/search_button_bg.png) 2px 2px no-repeat;
}

.header .form-search button.button span span {
}

.header .form-search .search-autocomplete {
    z-index: 999;
    left: 40px !important;
    top: 22px !important;
}

.header .form-search .search-autocomplete ul {
    border: 1px solid #5c7989;
    background-color: #f9f5f0;
}

.header .form-search .search-autocomplete li {
    text-align: left;
    border-bottom: 1px solid #f4eee7;
    padding: 2px 8px 1px 8px;
    cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}

.header .form-search .search-autocomplete li.odd {
    background-color: #fffefb;
}

.header .form-search .search-autocomplete li.selected {
    background-color: #f7e8dd;
}

.search-top-container .search-form .search-top-title {
    font-size: 16px;
    line-height: 38px;
    text-align: left;
    vertical-align: top;
    margin: 0 0 0 42px;
    display: none;
}

.search-top-container .search-form .search-top-title span.icon {
    display: inline-block;
    background: #97d2c9 url('../images/icon_search.png') 50% 50% no-repeat;
    width: 38px;
    height: 38px;
    margin: 0 10px 0 0;
}

.search-top-container .search-form .search-top-title:hover span.icon {
    background-color: #322c29;
    text-decoration: none;
}

.search-top-container {
}

.search-top {
    z-index: 1;
    position: relative;
    display: none;
}

.search-top a {
    display: block;
    overflow: hidden;
    background: url('../images/top-search-bg.png') left top no-repeat;
    width: 67px;
    height: 58px;
    cursor: pointer;
}

.search-top a:hover {
    background-position: left bottom;
}

.search-form {
    position: relative;
}

#search {
    padding: 1px 44px 0px 10px;
}

#search_mini_form .form-search {
    position: relative;
}

#search_mini_form .form-search button:hover {background-position:center 5px;}
#search_mini_form .form-search button {
    width: 20px;
    height: 31px;
    position: absolute;
    right: 5px;
    top: 1px;
    border: 0px;
    background: transparent url(../images/icon_search_btn.png) center bottom no-repeat;
    cursor: pointer;
}

div.form-search label {
    display: none;
}

div.form-search input {
}

.search-autocomplete {
    background: #f6f6f6;
    margin: 0;
    height: auto;
    position: absolute !important;
    top: 55px !important;
    z-index: 2000 !important;
    width: 318px !important;
    left: 0px !important;
    padding: 8px 10px 25px;
    text-align: left;
    line-height: 21px;
}

.search-autocomplete ul:before {
    content: "Search Results";
    display: block;
    color: #000;
    margin: 17px 0px 19px;
}

.search-autocomplete ul {
    margin: 0px 20px 0px 20px;
}

.search-autocomplete ul li {
    text-transform: capitalize;
    font-size: 16px;
    padding: 0;
    color: #000;
}

.search-autocomplete ul li span.amount {
	color:#bc9147;
}

.search-autocomplete ul li.odd {
}

.search-autocomplete ul li.even {
}

.search-autocomplete ul li.last {
}

.search-autocomplete ul li:hover {
    color: #bb8f43;
    cursor: pointer;
}

.form-search #search_autocomplete ul li {
}

#search_autocomplete ul li span {
	float:right;
	color:#bc9147;
}

.form-search #search_autocomplete ul li:hover {
}

.cart-top-container {
    position: relative;
}

.cart-top {
    float: left;
    margin-left: 35px;
}

.cart-top > a {
    line-height: 35px;
    display: inline-block;
    color: #afafaf;
	padding-bottom: 5px;
}

.cart-top > a:hover {
    color: #fff;
}

.cart-top > a > span {
    font-size: 14px;
    white-space: nowrap;
    text-transform: capitalize;
}

.cart-top > a > span + span {
    color: #fff;
    margin-left: 5px;
}

.cart-top-container .details {
    color: #000;
    display: none;
    background: #f6f6f6;
    text-align: left;
    padding: 0px;
    position: absolute;
    overflow: hidden;
    z-index: 1002;
    left: 35px;
    top: 38px;
    width: 320px;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cart-top-container .details .text-recently {
    font-size: 11px;
}

.cart-top-container .details a:hover {
    color: #bb8f43;
}

.cart-top-container .details a {
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.cart-top-container .details a.product-image {
    margin-right: 13px;
}

.cart-top-container .details p.top_title {
    font-size: 16px;
    color: #608493;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0 5px 10px;
    border-bottom: 1px solid #608493;
}

.cart-top-container .details p.block-subtitle {
    font: 12px/17px "roboto_lt";
    color: #608493;
    text-transform: uppercase;
    margin: 0 0 12px;
    padding: 0 5px;
}

.cart-top-container .details p.product-name {
}

.cart-top-container .details p.product-name a {
}

.cart-top-container .details p.product-name a:hover {
}

.cart-top-container .details p.a-center {
    color: #000;
    margin: 15px 0;
    text-align: center;
}

.cart-top-container .details a.product-image {
}

.cart-top-container .details .item-options {
    border: 0px;
    margin: 15px 0px 0px;
    padding: 0px;
    font-size: 14px;
    color: #7d7d7d;
	line-height:15px;
}

.cart-top-container .details .item-options dt {
    margin: 0 5px 0 0;
    float: left;
}

.cart-top-container .details .item-options dd {
    float: left;
    margin: 0px;
}

.cart-top-container .details ol li.item:after {
    border-bottom: 1px solid #d7d7d7;
    width: 320px;
    display: block;
    content: " ";
    padding-top: 20px;
	margin-left: -15px;
}

.cart-top-container .details ol li.item {
    margin: 20px 15px 0;
}

.cart-top-container .details ol li.item:first-child {
}

.cart-top-container .details ol li.item strong {
    font-weight: normal;
}

.cart-top-container .details ol li.item span.price {
}

.mini-products-list .product-image {
    border: none;
    padding: 0px;
}

.mini-products-list .product-details {
    margin-left: 92px;
}

.cart-top-container .details .btn-edit {
    text-indent: 0px;
	height: 15px;
	background: url('../images/btn-edit-cart-top.png') no-repeat scroll left 2px transparent;
	line-height: 14px;
	width: 13px;
	float: left;
	text-indent: -999px;
}

.cart-top-container .details .btn-edit:hover {
    color: #403f3f;
}

.cart-top-container .details .btn-remove {
    line-height: 14px;
	text-indent: 0px;
	height: 15px;
	background: url('../images/btn-remove-cart-top.png') no-repeat scroll left 1px transparent;
	float: right;
	text-indent:-999px;
	width: 13px;
	
}

.cart-top-container .details .btn-remove:hover {
    color: #403f3f;
}

.cart-top-container .details .buttons {
    margin: 0px 0px 20px 15px;
}

.cart-top-container .details .button {
    font-size: 18px;
    line-height: 45px;
}

.cart-top-container .details .btn-continue {
    float: left;
}

.cart-top-container .details .btn-checkout {
    margin-right: 15px;
	text-transform: uppercase;
	float: right;
}

.cart-top-container .details .subtotal-wrapper {
    padding: 7px 0px;
    overflow: hidden;
    font-size: 15px;
    color: #000;
    margin-bottom: 12px;
}

.cart-top-container .details .subtotal span.label {
    text-transform: uppercase;
    float: left;
    margin-left: 16px;
    font-size: 16px;
}

.cart-top-container .details .subtotal span.price {
    text-transform: uppercase;
    float: right;
    font-size: 20px;
    color: #bb8f43;
    margin-right: 20px;
}

.cart-promo {
    text-transform: uppercase;
}

.cart-promo p {
    padding: 0px 0px 12px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

div.cart-promo + p {
    padding: 0px 10px;
    margin-top: 11px;
}

div.cart-promo + p.a-center {
    text-align: center;
}

#cart-sidebar {
    padding-bottom: 15px;
}

#cart-sidebar li {
    width: auto;
    float: none;
}

#cart-sidebar .product-name {
    position: relative;
    top: 0px;
}

#cart-sidebar-edit-btns {
    float: left;
    margin-top: 11px;
    width: 35px;
}

#cart-sidebar .product-image {
    border: 1px solid #afafaf;
    display: block;
    width: 100px;
    float: left;
}

#prod-options {
    font-size: 16px;
    float: left;
    width: 130px;
    margin-top:12px;
    color: #bb8f43;
	
}

#cart-sidebar-edit-btns a:hover {
	background-position:left bottom;
    color:#000;
}

#cart-sidebar-edit-btns a {
    font-size: 14px;
    display: inline;
    color: #9d9d9d;
}

.compare-top-container {
    position: relative;
    text-align: left;
}

.compare-top {
    line-height: 35px;
    margin-left: 35px;
    float: left;
    color: #afafaf;
}

.compare-top a {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
	padding-bottom: 5px;
}

.compare-top  a > span {
    line-height: 35px;
    white-space: nowrap;
    text-transform: capitalize;
}

.compare-top > a > span + span {
    margin-left: 5px;
    color: #fff;
	
}

.compare-top-container .details {
    color: #000;
    display: none;
    background: none repeat scroll 0% 0% #f6f6f6;
    text-align: left;
    padding: 0px;
    position: absolute;
    overflow: hidden;
    z-index: 1002;
    left: 35px;
    top: 38px;
    width: 320px;
    box-sizing: border-box;
}

.compare-top-container .details p.empty {
    text-align: center;
    color: #000;
    margin: 15px 0px;
    text-align: center;
}

.compare-top-container .details a {
    font-size: 16px;
    line-height: 16px;
    color: #000;
}

.compare-top-container .details .compare-top-prod-img {
    border: 1px solid #AFAFAF;
    display: block;
    width: 100px;
    float: left;
    margin-right: 20px;
}

.compare-top-container .details a:hover {
}

.compare-top-container .details li.item:after {
    border-bottom: 1px solid #D7D7D7;
	width: 340px;
	display: block;
	content: " ";
	margin-left: -20px;
	padding-top: 20px;
}

.compare-top-container .details li.item {
   margin: 20px 15px 0;
}

.compare-top-container .details li.item:first-child {
}

.compare-top-container .details li.item .product-name a:hover {
    color: #bb8f43;
}

.compare-top-container .details li.item .product-name a {
    color: #000;
}

.compare-top-container .details li.item .product-name a:hover {
opacity:1;
}

.compare-top-container .details li.item .btn-remove {
    float: right;
	background: url('../images/btn-remove-cart-top.png') no-repeat scroll left top transparent;
	width: 13px;
	height: 15px;
	color: #9D9D9D;
	text-indent: -99999px;
	margin: 12px 0 0;
}

.compare-top-container .details li.item .btn-remove:hover {
	background-position: left -38px;
	color:#000;
	}

.compare-top-container .details .actions {
    overflow: hidden;
    padding: 21px 0px 3px;
	margin-bottom: 0px;
}

.compare-top-container .details .actions .f-right:hover {
    background-color: #585858;
}

.compare-top-container .details .actions .f-right {
    float: left;
    margin: 0px 0 20px 15px;
}

.compare-top-container .details .actions a {
    float: left;
    text-decoration: none;
    background: url("../images/btn-remove-cart-top-white.png") no-repeat 10px center;
    line-height: 45px;
    text-transform: capitalize;
    color: #fff;
    display: block;
    float: left;
    background-color: #afafaf;
	padding: 0 22px 0px 0;
    font-size: 18px;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}

.compare-top-container .details .actions a:hover {
    background-color: #000;
}

.compare-top-container .details .actions a span {
    background: url("../images/btn_remove_left_col.png") no-repeat 0 100%;
    width: 29px;
    height: 29px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.compare-top-container .details .actions a:hover span {
    background: url("../images/btn_remove_left_col.png") no-repeat 0 0;
    width: 29px;
    height: 29px;
}

.compare-top-title {
    font-size: 14px;
    line-height: 38px;
    text-align: left;
    margin: 0 0 10px 5px;
    display: none;
}

.compare-top-title a {
    display: block;
    vertical-align: top;
}

.compare-top-title a:hover {
    text-decoration: none;
    color: #000;
}

.compare-top-title a span.icon {
    display: block;
    float: left;
    background: #97d2c9 url('../images/icon_compare.png') 50% 50% no-repeat;
    width: 38px;
    height: 38px;
    margin: 0 10px 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.compare-top-title a:hover span.icon {
    background-color: #322c29;
    text-decoration: none;
}

.compare-top-container .details .compare-prod-price {
    margin: 13px 0 0;
    font-size: 16px;
    color: #BB8F43;
	float: left;
}

.compare-top-container .details .product-name {
    margin-left: 20px;
}

.compare-top-container button.button {
    text-transform: uppercase;
}

.details > p {
    margin: 15px 0 0 15px;
	color: #7d7d7d;
}

.details #compare-items-top {
}

.compare-top-container .details button {
    float: right;
}

.header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right;
}

.header-container .top-container a {
    font-size: 11px;
    color: #ebbc58;
}

.my_cart {
    line-height: 120%;
    height: 30px;
    float: right;
    width: 266px;
    height: 46px;
}

.my_cart .summary {
    line-height: 30px;
    padding-top: 10px;
    height: 30px;
    color: #666;
    font-size: 14px;
    padding-left: 53px;
}

p.amount, p.subtotal {
    float: left;
}

p.amount {
}

p.amount a {
}

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

.header-container .languages {
    padding: 3px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    line-height: 100%;
    float: right;
}

.header-container .languages li {
    display: inline;
}

.top_hide_block {
    display: none;
}

.mycartHeader, .compareHeader, .searchHeader {
    transition: background-position 300ms ease-in-out 0s;
    -webkit-transition: background-position 300ms ease-in-out;
    -moz-transition: background-position 300ms ease-in-out;
    -o-transition: background-position 300ms ease-in-out;
    background: url("../images/header_icons.png") no-repeat 0 0%;
    width: 54px;
    height: 54px;
    float: right;
    margin: 20px 5px 0 5px;
    position: relative;
}

.compareHeader {
    background: url("../images/header_icons.png") no-repeat 50% 0%;
    width: 54px;
    height: 54px;
}

.searchHeader {
    background: url("../images/header_icons.png") no-repeat 100% 0%;
    width: 54px;
    height: 54px;
}

.mycartHeader:hover {
    background-position: 0 100%;
}

.compareHeader:hover {
    background-position: 50% 100%;
}

.searchHeader:hover {
    background-position: 100% 100%;
}

.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    background-color: #000;
    background-image: none;
}

.top_hide_block {
    width: 300px;
    background: #e5dddd;
    position: absolute;
    top: 60px;
    right: -40px;
    padding: 5px;
}

.header .header-phone {
    margin-left: 30px;
    display: inline-block;
    float: left;
    line-height: 35px;
}

.header .header-phone span {
}

.header .welcome-msg {
    margin: 0;
    color: #fff;
    text-align: right;
}

.header .welcome-msg a {
    color: #ebbc58;
}

/*===== Navigation =====*/
.nav-container-wrapper.fixed .nav-container {
	 background:none;
}
.nav-container {
    height: 80px;
    background: url("../images/nav-container-bg.png") center center no-repeat;
}

.nav-container-wrapper {
    margin: 0 0 25px 0;
}

#nav {
    width: 1200px;
    margin: 0 auto;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 175px;
    right: 15px;
    overflow: hidden;
    width: 56px;
    height: 56px;
    border: none;
    text-indent: -9999px;
    border-radius: 100%;
	background: url("../images/to-top-arrow.png") no-repeat top center;
}

#toTop:hover {
    background-position: left bottom;
}

div.nav-container {
    position: relative;
    background-color: #000;
}

.topmenu {
    width: 1200px;
    margin: 0 auto;
    padding: 27px 0 0 0;
    position: relative;
}

/* All Levels */
#topmenuNav {
    height: 40px;
}

.topmenu #topmenuNav > li > a {
    background: none;
}

#topmenuNav > li:hover {
}

#topmenuNav > li.active > a {
    color: #fff;
}

.catalog-product-view #topmenuNav > li.active > a,
.review-product-list #topmenuNav > li.active > a {
}

#topmenuNav >li.over > a {
    color: #fff;
}

#topmenuNav li.parent.over > a {
    z-index: 998;
}

#topmenuNav li a {
    display: block;
    padding-left: 10px;
    background: #fff;
}

#topmenuNav li a:hover {
    color: #fff;
}

#topmenuNav li a span {
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

#topmenuNav li ul a span {
    white-space: normal;
}

#topmenuNav > li > .sub-wrapper li {
    width: 200px;
}

#topmenuNav > li > .sub-wrapper .sub-wrapper {
/*width: 256px*/
    ;
}

#topmenuNav .sub-wrapper a {
    display: block;
    text-transform: capitalize;
    color: #000;
    padding: 0;
    text-align: center;
}

#topmenuNav .sub-wrapper a:hover {
    color: #BB8F43;
}

#topmenuNav > li  li.parent {
}
/* 1st Level */
#topmenuNav>li {
    float: left;
    padding-bottom: 5px;
}
/*#topmenuNav>li:last { margin:0px; }*/
#topmenuNav>li.last {
    border-top: none;
}

#topmenuNav>li>a {
    position: relative;
    float: left;
    padding: 0px 37px 10px 0;
    font-size: 18px;
    line-height: 40px;
    color: #afafaf;
    text-transform: uppercase;
}

#topmenuNav>li>a:hover {
    color: #fff;
}

#topmenuNav>li.first>a {
    position: relative;
    float: left;
    text-transform: uppercase;
}

#topmenuNav>li.last>a {
    position: relative;
    float: right;
    text-transform: uppercase;
    padding-right: 0;
}

#topmenuNav>li>a>span {
    cursor: pointer;
    display: block;
    white-space: nowrap;
}

#topmenuNav>li.last>a>span, #topmenuNav>li.last>a>span {
    color: #ffe3b3
}

ul#topmenuNav > li > div.sub-wrapper > ul {
    margin: 0px;
}

ul#topmenuNav > li > div.sub-wrapper {
}

ul#topmenuNav .subwrapper-close-wrap {
    width: 1200px;
    margin: 0px auto;
}

ul#topmenuNav .subwrapper-close-wrap span {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../images/subwrapper-close.png) 0% 0% no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    text-align: left;
}

ul#topmenuNav .subwrapper-close-wrap span:hover {
    background: url(../images/subwrapper-close.png) 0% 100% no-repeat;
}

#topmenuNav>li:hover>a {
    z-index: 1000;
}

#topmenuNav>li.active>a {
    z-index: 1000;
}

#topmenuNav .sub-wrapper li.active > a {
}

/* 2nd Level */
.nav-container-wrapper .nav-container .topmenu #topmenuNav > li > .sub-wrapper > ul {
    width: 1200px;
    margin: 0px auto;
    padding-top: 50px;
}

#topmenuNav > li > .sub-wrapper {
    position: absolute;
    top: -5000px;
    left: 0px;
    width: 100%;
    opacity: 0;
    z-index: 0;
	border-bottom: 2px solid #000;
}

#topmenuNav > li:hover > .sub-wrapper {
    /* top: 82px; */
    opacity: 1;
    z-index: 5000;
}

#topmenuNav li.custom-block div.custom-sub-wrapper {
    position: absolute;
    z-index: 9999;
    width: auto;
    top: 55px;
    right: 0px;
    display: none;
}

#topmenuNav li.custom-block:hover div.custom-sub-wrapper {
    display: block;
}

#topmenuNav li.custom-block:hover > a {
}

#topmenuNav div.sub-wrapper ul {
    position: static;
    width: auto;
    background: #fff;
}

#topmenuNav>li>div.sub-wrapper>ul>li {
    float: none;
}

#topmenuNav>li>div.sub-wrapper>ul>li:last-child {
    padding-right: 0px;
}

#topmenuNav > li > div.sub-wrapper > ul {
    font-size: 0px;
    letter-spacing: -5px;
}

#topmenuNav > li > div.sub-wrapper > ul > li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    text-transform: capitalize;
    width: 200px;
    margin: 0 0 30px 40px;
    text-align: center;
}

#topmenuNav > li > div.sub-wrapper > ul > li:first-child {
    margin-left: 35px;
}

#topmenuNav > li > div.sub-wrapper > ul > li:first-child {
}

#topmenuNav > li > div.sub-wrapper > ul ul {
}

#topmenuNav > li > div.sub-wrapper > ul ol li:first-child {
    border: none;
}

#topmenuNav > li > div.sub-wrapper > ul > li > ol > li {
    min-height: 120px;
    font-size: 16px;
    float: left;
    color: #000;
}

#topmenuNav > li > div.sub-wrapper > ul > li > ol {
}

#topmenuNav > li > div.sub-wrapper > ul > li > ol > li a img {
    height: 120px;
}

#topmenuNav > li > div.sub-wrapper > ul > li > ol > li a {
    display: inline-block;
    vertical-align: middle;
}

.wrapper .page #topmenuNav li > div.sub-wrapper .the-fifth-subnav + li {
    margin-left: 0px;
}

#topmenuNav .categ-thumb-wrap {
}

.wrapper .page #topmenuNav li > div.sub-wrapper li.subcat-name {
    min-height: 0px;
    line-height: 1.2;
    margin: 10px 0px 0px;
}

/* 3rd+ leven */
#topmenuNav div.sub-wrapper ul div.sub-wrapper {
    top: -6px;
    margin: 0px 0 0 200px;
    background: #fff;
	display:none;
}

#topmenuNav ul div.sub-wrapper ul {
}

#topmenuNav ul li {
    float: none;
    border: none;
    position: relative;
}

#topmenuNav ul li ol li.active, #topmenuNav ul li ol li:hover {
}

#topmenuNav > li >.sub-wrapper > ul > li > ol > li:hover > a {
}

#topmenuNav ul li ol li a:hover {
}


/* Show menu */
#topmenuNav li ul.shown-sub,
#topmenuNav li div.shown-sub {
 /*left:-1px !important;*/
    z-index: 9999;
}

#topmenuNav li .shown-sub ul.shown-sub,
#topmenuNav li .shown-sub li div.shown-sub {
    left: 15px;
}

#topmenuNav li.custom-block div.sub-wrapper {
    padding: 16px;
}

#topmenuNav li.custom-block div.sub-wrapper strong {
    color: #373230;
    font-weight: 700;
}

#topmenuNav li.custom-block div.sub-wrapper a {
    display: inline;
}

#topmenuNav li.custom-block div.sub-wrapper a:hover,
#topmenuNav li.custom-block div.sub-wrapper>ul>li a:hover,
#topmenuNav li.custom-block div.sub-wrapper ul li.over > a {
}

#topmenuNav li.custom-block div.sub-wrapper>ul, #queldoreiNav li.custom-block div.sub-wrapper ul {
}

#topmenuNav li.custom-block div.sub-wrapper>ul>li, #queldoreiNav li.custom-block div.sub-wrapper ul li {
    width: auto;
    float: none;
    line-height: 22px;
    padding: 0 10px 0 20px;
}

 /*left:-1px !important;*/

#topmenuNav li .shown-sub ul.shown-sub,
#topmenuNav li .shown-sub li div.shown-sub {
}

#topmenuNav li.custom-block div.sub-wrapper {
    padding: 16px;
}

#topmenuNav li.custom-block div.sub-wrapper strong {
    color: #373230;
    font-weight: 700;
}

#topmenuNav li.custom-block div.sub-wrapper a {
    display: inline;
}

#topmenuNav li.custom-block div.sub-wrapper a:hover,
#topmenuNav li.custom-block div.sub-wrapper>ul>li a:hover,
#topmenuNav li.custom-block div.sub-wrapper ul li.over > a {
}

#topmenuNav li.custom-block div.sub-wrapper>ul, #queldoreiNav li.custom-block div.sub-wrapper ul {
}

#topmenuNav li.custom-block div.sub-wrapper>ul>li, #queldoreiNav li.custom-block div.sub-wrapper ul li {
    width: auto;
    float: none;
    line-height: 22px;
    padding: 0 10px 0 20px;
}

/*== Custom navigation block ==*/
#topmenuNav li.custom-block div.sub-wrapper {
    padding: 7px 0px 0px;
}

#custom-nav-block {
    background: #f9f8f9;
    padding: 15px 10px 11px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#custom-nav-block p:first-child {
    margin: 0px;
    border-bottom: 1px solid #cbcbcb;
    padding: 14px 0px 11px;
}

#topmenuNav #custom-nav-block a:hover {
    background: none;
}

#custom-nav-content {
    overflow: hidden;
}

#custom-nav-content > div {
    margin-left: 180px;
}

#custom-nav-content > img:first-child {
    float: left;
    margin: 0px 10px 11px 0px;
    border: 1px solid #cbcbcb;
}

#custom-nav-block p {
    margin: 0px;
}

.custom-sub-wrapper #custom-nav-block a {
    background: none;
    padding: 0px;
}

.custom-nav-price {
    color: #403f3f;
    font-size: 30px;
    margin-top: 19px;
}

.custom-nav-price span {
    color: #898989;
    font-size: 15px;
    margin-right: 10px;
}

.cust-nav-see-more {
    text-transform: uppercase;
}

.cust-nav-see-more:hover {
}

.custom-nav-product-name {
    margin-top: -2px;
}

.cnb img {
    float: left;
    margin: 0 12px 10px 0;
}

.cnb p.cn-title, .cnb p.cn-price {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #608493;
    font: 15px/18px "roboto_lt";
    color: #000;
    overflow: hidden;
}

.cnb p.cn-title a {
    font: 15px/18px "roboto_lt";
    text-transform: uppercase;
    text-decoration: none;
    color: #0c4963;
}

.cnb p.cn-title a:hover {
    color: #608493;
}

.cnb p.cn-descr {
    margin: 0;
    font: 15px/18px "roboto_lt";
    text-transform: uppercase;
    text-decoration: none;
    color: #608493;
}

.cnb p.cn-descr a {
    margin: 10px 0 0;
    font: 15px/18px "roboto_lt";
    text-transform: uppercase;
    text-decoration: none;
    color: #0c4963;
    float: right;
}

.cnb p.cn-descr a:hover {
    color: #608493;
}

#accordion {
	cursor:pointer;
    display: none;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition-duration: 500ms;
    transition-property: max-height;
    transition-timing-function: ease-in-out;
text-align: center;
}

#accordion.show {
    max-height: 9999px;
    transition-duration: 500ms;
    transition-property: max-height;
    transition-timing-function: ease-in-out;
	text-align: center;
	border-bottom: 10px solid #000;
}

#accordion.mobile {
    display: block;
}

ul#accordion {
}

ul#accordion li {
    border-bottom: 1px solid #9d9d9d;
    background: #f6f6f6;
    cursor: pointer;
    display: block;
}

ul#accordion li:first-child {
}

ul#accordion li.last {
}

ul#accordion li a {
    line-height: 45px;
    float: none;
    color: #000;
    font-size: 20px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

#accordion > li:hover, 
#accordion > li.over, 
#accordion > li.active {
    background: #000;
    top: 0;
}

#accordion > li:hover > a,
#accordion > li.over > a, 
#accordion > li.active > a {
    background: none;
    padding-top: 0;
    color: #fff;
}

#accordion ul {
    display: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

/*===== Footer =====*/
.footer-container {
    background: #000;
}

.footer {
    font-size: 16px;
    width: 1200px;
    margin: 0px auto;
    padding: 50px 0px 0px;
}

.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 .bugs {
    margin: 13px 0 0;
    color: #ecf3f6;
    display: none;
}

.footer .bugs a {
    color: #ecf3f6;
    text-decoration: underline;
}

.footer .bugs a:hover {
}

.footer-container .footer address {
}

.footer-container .footer address.ts {
    float: right;
    color: #c1c0c0;
    margin-top: 5px;
}

.footer-container .footer address.ts a {
    text-transform: uppercase;
    color: #c1c0c0;
    text-decoration: none;
}

.footer-container .footer address.ts a:hover {
}

.footer address a:hover {
}

.footer ul.links {
    display: block;
}

.footer li {
    padding: 0;
}

.footer li.last {
}

.footer-container .bottom-container {
    margin: 0 0 5px;
}

.footer .footer-links {
    padding: 30px 0;
    width: 1200px;
    margin: 0 auto;
}

.footer .block-subscribe {
float:left;
}

.footer-block-title {
    border-bottom: 2px solid #b1c0cf;
    padding: 0 0 3px 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'helvetica_lt_std_condregular';
    color: #0a5aa4;
    margin-bottom: 10px;
}

.footer .block-subscribe .block-title {
    float: left;
    border-bottom: none;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 0;
}

.footer-block-content {
    padding-left: 10px;
}


/*== Footer columns ==*/
.footer_column {
    margin: 0;
    overflow: hidden;
    background: #000;
}

.footer_column .footer-logo {
    background: url('../images/footer-logo.png') no-repeat scroll center center transparent;
    width: 123px;
    height: 43px;
    display: block;
    text-indent: -9999px;
}

.footer_column #col_1 {
    float: left;
    display: block;
}

.footer_column #col_2, .footer_column #col_3, .footer_column #col_4 {
    display: block;
    float: left;
    line-height: 33px;
    padding-top: 15px;
}

#newsletter {
    background: #000;
    border: 1px solid #282828;
    width: 207px;
    padding: 10px;
    font-size: 12px;
    color: #afafaf;
}

.footer_column #col_1 {
    background: #000;
}

.footer_column .block_title {
    padding: 10px 0px 14px 0px;
    font-size: 18px;
    text-transform: uppercase;
    color: #014ca1;
}

.footer_column .block_title > div {
}

.footer_column .fcolumn-name {
}

.footer_column #col_2, .footer_column #col_3, .footer_column #col_4 {
    background: url(../images/footer-col-separator.png) no-repeat;
    background: #000;
}

.footer_column .block_content ul {
    text-transform: uppercase;
    line-height: 22px;
}
/* 

.footer_column .block_content ul li a {

    background: url(../images/account-dropdown-circle.png) left center no-repeat;

}



.footer_column .block_content ul li a:hover {

    background: url(../images/account-dropdown-circle-hover.png) left center no-repeat;

}

 
.footer-sub-column {
}
*/
.footer-sub-column-wrapper {
    background: #000;
}

#col_1 .block_content, #col_2 .block_content {
    margin: 24px 0px 0px;
}

#col_3 .block_content, #col_4 .block_content {
    margin: 0px 0px 0px;
}

#col_1 .block_title {
    padding: 10px 0px 14px 20px;
}

#col_1 .block_content {
    padding-left: 20px;
    padding-right: 32px;
}

#col_1 .block_content p {
    width: 320px;
}

#col_1 .block_title > div {
    background: url(../images/footer-contact.png) no-repeat 100% 0%;
}

#col_2 .block_title4 > div {
    background: url(../images/footer-info.png) no-repeat 100% 0%;
}

#col_3 .block_title > div {
    background: url(../images/footer-offers.png) no-repeat 100% 0%;
}

#col_4 .block_title > div {
}

#col_1 .block_content a {
    text-transform: uppercase;
}

#col_1 .block_content {
    overflow: hidden;
}

#col_1 .block_content ul {
}

#col_1 .block_content ul:first-child {
}

#col_4 .block_content ul li img{width: 100%;}
#col_4 .block_content ul li{
    display:inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-left:2px;
}

.block-subscribe .input-box div {
    float: left;
    margin-right: 7px;
	line-height: 35px;
}

.footer .block-subscribe .validation-advice {
	
	line-height:14px;
	   position: absolute;
    left: 87px;
}

#col_1 {
    width: 123px;
}

#col_2 .links > ul li {
    float: left;
    margin-left: 35px;
}

#col_3 {
	min-width: 345px;
	padding-left: 105px;
	max-height: 560px;
	width: 470px;
}

#col_2 .block_title, #col_2 .block_content,
#col_3 .block_title, #col_3 .block_content {
    width: 244px;
    padding-left: 32px;
    padding-right: 32px;
}

#col_4 .block_title, #col_4 .block_content {
    margin-top: 4px;
    margin-bottom:17px;
}

#col_1 {
    margin-left: 0;
}

#col_4 {
display:none;
}

#col_4 .block_title {
}

#col_4 .block_content p {
    margin-bottom: 0;
}

#col_2 .block_content ul {
    overflow: hidden;
}

#col_2 .block_content ul.block1 {
    margin-left: 0;
}
/* 

#col_2 .block_content ul li {

}



#col_2 .block_content ul li:hover {

}



#col_2 .block_content ul li a {

}



#col_2 .block_content ul li a:hover {

}



#col_3 .block_content img {

    margin-right: 5px;

}

 */
#col_4 .block_content .address {
    float: left;
    overflow: hidden;
    padding-right: 27px;
    border-right: 1px solid #e5eef2;
    margin-right: 26px;
}

#col_4 .block_content .phone {
    float: left;
    overflow: hidden;
    padding-right: 25px;
    border-right: 1px solid #e5eef2;
    margin-right: 27px;
}

#col_4 .block_content .email {
    float: left;
    overflow: hidden;
}

.socials {
    float: right;
    overflow: hidden;
    margin-top: 6px;
}

.socials li {
    display: inline;
}

.socials li a.fb {
    margin-left: 0;
    background: transparent url("../images/footer-socials-sprite.png") no-repeat center left;
    color: #fff;
    width: 19px;
    height: 19px;
    opacity: 0.55;
	filter:alpha(opacity=55);
}

.socials li a.fb:hover {
    opacity: 1.0;
	filter:alpha(opacity=100);
}

.socials li a.tw {
    background: transparent url("../images/footer-socials-sprite.png") no-repeat center center;
    text-indent: -9999px;
    width: 19px;
    height: 19px;
    opacity: 0.55;
	filter:alpha(opacity=55);
}

.socials li a.tw:hover {
    opacity: 1.0;
	filter:alpha(opacity=100);
}

.socials li a.in {
    background: transparent url("../images/footer-socials-sprite.png") no-repeat center right;
    color: #fff;
    width: 19px;
    height: 19px;
    opacity: 0.55;
	filter:alpha(opacity=55);
}

.socials li a.in:hover {
    opacity: 1.0;
	filter:alpha(opacity=100);
}

/* #col_4 .block_content .socials ul li a.rss {
    margin-left: -15px;
    background: #0c4963 url(../images/icon_rss.png) no-repeat center center;
    text-indent: -9999px;
    display: inline-block;
    width: 54px;
    height: 54px;
    opacity: 0.55;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
} 

#col_4 .block_content .socials ul li a.rss:hover {
    opacity: 1.0;
}

#col_4 .block_content img {
    margin-bottom: 8px;
}

#col_4 address {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e2e1e1;
}

#col_4 address:first-child {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
*/
.footer_column .socials ul {
    overflow: hidden;
}

.footer_column .socials li {
    float: left;
    text-indent: -9999px;
}

.footer_column .socials a {
    background: url(../images/footer-social-links.gif) no-repeat;
    width: 19px;
    height: 19px;
    display: block;
    margin: 0 0 0 10px;
}
/* 

.footer_column .socials a.tw {

    background-position: 0px 0px;

}



.footer_column .socials a.tw:hover {

    background-position: 0px -40px;

}



.footer_column .socials a.fb {

    background-position: -30px 0px;

}



.footer_column .socials a.fb:hover {

    background-position: -30px -40px;

}



.footer_column .socials a.in {

    background-position: -60px 0px;

}



.footer_column .socials a.in:hover {

    background-position: -60px -40px;

}



.footer_column .socials a.rss {

    background-position: -90px 0px;

}



.footer_column .socials a.rss:hover {

    background-position: -90px -40px;

}

 */
.footer-block {
}

.footer-block img {
    padding-top: 10px;
}

.footer-block li {
    display: block;
}

.footer .block-1 {
}

.footer .block-2 {
}

.frwrapper2 {
    line-height: 37px;
    font-size: 14px;
    text-transform: capitalize;
}

.frcontent {
    margin: 0px auto;
    overflow: hidden;
    width: 1200px;
}

.frcontent span:first-child {
    float: left;
    color: #5d5d5d;
}

.frcontent span {
    float: right;
    color: #5d5d5d;
    letter-spacing: 0.7px;
    margin-right: 10px;
}

.frcontent address {
}

.frcontent .ts {
}

.frcontent .ts a {
    color:#5D5D5D;
}
/* 
.frwrapper1 {
    line-height: 81px;
    width: 1194px;
    margin: 3px auto 0px;
    border-left: 3px solid #ebebeb;
    border-right: 3px solid #ebebeb;
}
 */
#footer-bottom {
    overflow: hidden;
    width: 1188px;
    margin: 0px auto;
    color: #014ca1;
    font-size: 18px;
    text-transform: uppercase;
    background: #ebebeb;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}

#shipping-promo {
    float: left;
    padding-left: 50px;
    background: url(../images/shipping-promo-bg.png) no-repeat left center;
}

#shipping-promo > span {
    margin-left: 25px;
}

#footer-payments {
    overflow: hidden;
    margin: 0px 0px 0px 25px;
    float: left;
}

#footer-payments li {
    float: right;
    margin-left: 5px;
}

#footer-payments .visa, #footer-payments .discover {
    width: 48px;
    text-indent: -9999px;
}

#footer-payments .american-express {
    width: 47px;
    text-indent: -9999px;
}

#footer-payments .paypal {
    width: 98px;
    text-indent: -9999px;
}

#footer-payments .master-card {
    width: 37px;
    text-indent: -9999px;
}

#footer-payments .visa {
    background: url(../images/visa.png) left center no-repeat;
    margin-left: 45px;
}

#footer-payments .discover {
    background: url(../images/discover.png) left center no-repeat;
}

#footer-payments .american-express {
    background: url(../images/american-express.png) left center no-repeat;
}

#footer-payments .paypal {
    background: url(../images/paypal.png) left center no-repeat;
}

#footer-payments .master-card {
    background: url(../images/master-card.png) left center no-repeat;
}

#footer-social {
    overflow: hidden;
    margin: 12px 0px 0px;
}

#footer-social li {
    float: left;
    width: 39px;
    height: 39px;
    margin-left: 10px;
}

#footer-social li:first-child {
    margin-left: 0px;
}

#footer-social li a {
    display: block;
    width: 39px;
    height: 39px;
    text-indent: -9999px;
    background: url(../images/social-ico.png) no-repeat;
    padding: 0px;
}

#footer-social #footer-social-fb a {
    background-position: 0px top;
}

#footer-social #footer-social-fb a:hover {
    background-position: 0px bottom;
}

#footer-social #footer-social-tw a {
    background-position: -49px top;
}

#footer-social #footer-social-tw a:hover {
    background-position: -49px bottom;
}

#footer-social #footer-social-in a {
    background-position: -98px top;
}

#footer-social #footer-social-in a:hover {
    background-position: -98px bottom;
}

#footer-social #footer-rss a {
    background-position: -147px top;
}

#footer-social #footer-rss a:hover {
    background-position: -147px bottom;
}

/*========== Home page==========*/
/*== Main slider ==*/
.slider {
    height: 100%;
    left: 0px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    top: 0px;
    width: 1200px;
}

#static-banners {
    margin: 18px auto 0px;
    list-style: none;
    overflow: hidden;
}

#static-banners li {
    float: left;
    margin-left: 18px;
}

#static-banners li img {
    width: 100%;
}

#static-banners li:first-child {
    margin: 0px;
}

/*== why-us block ==*/
#why-us {
    overflow: hidden;
    padding-top: 15px;
    border-top: 5px solid #f5f3f3;
}

#why-us img {
    float: left;
    margin: 0px 32px 15px 0px;
}

#why-us h3 {
    margin: -8px 0px 19px;
    padding-left: 20px;
    font-size: 30px;
    text-transform: uppercase;
    color: #014ca1;
}

#why-us h4 {
    font-size: 18px;
    margin: 0px 0px 23px;
}

#why-us p {
    font-size: 18px;
    margin: 0px 0px 10px;
    text-indent: 20px;
}

#why-us-intro {
    margin-left: 616px;
}

/*========== Category page ==========*/
/*===== Left column (sidebar) =====*/
.col-left .block .block-title, .col-left .block-layered-nav .block-content dl dt {
	border-bottom: 1px solid #d7d7d7;
    font-size: 16px;
    color: #bb8f43;
}
 .col-left .block.block-account  .block-title span,.customer-account-index .col-left .block-layered-nav .block-content dl dt span{
	color:#000; }
.col-left .block.block-account  .block-title{
	border:none;
	padding: 0 0 15px;
}
.catalog-category-view .col-left .block .block-title, 
.catalog-category-view .col-left .block-layered-nav .block-content dl dt
{ border-bottom:1px solid #d7d7d7;}
.col-left .block .block-title span, .col-left .block-layered-nav .block-content dl dt span {
    display: block;
    padding: 0 0 15px;
	font-size: 16px;
    color: #bb8f43;
}
.col-left .currently p.block-subtitle {
    padding: 11px 10px 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #898989;
    margin: 0px 0px 15px;
}

.col-left .block-layered-nav dd {
}

.col-left .block .block-content {
    color: #000;
}

.col-left .block-layered-nav .block-content {
    border: 0px;
}

.col-left .block-subscribe .block-content {
    margin: 12px 0px 30px;
}

.col-left .block-layered-nav dd {
    margin: 12px 0px 30px;
}

.col-left.sidebar .shopby_more, .col-left.sidebar .shopby_more:hover {
    background: none;
}

bb8f43
.col-left.sidebar .shopby_more:first-letter {
    text-transform: uppercase;
}

.col-left.sidebar button.button {
    line-height: 46px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px 10px;
    color: #FFF;
    background-color: #afafaf;
	font-size:16px;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}

.col-left.sidebar button.button:hover {
    background: #000;
    color: #fff;
}

/*== Block: Layered Navigation ==*/
.col-left .block-layered-nav .ui-slider-horizontal a.ui-slider-handle{padding-left:0px;}
.col-left .block-layered-nav dd a {
  }

  
.col-left .block-layered-nav dd a:hover {
    background-position: 0px 1px;
}

.block-layered-nav .block-title {
    margin-bottom: 10px;
}

.block-layered-nav dd li {
    text-transform: capitalize;
}

.block-layered-nav .currently {
    margin-bottom: 30px;
}

.block-layered-nav .currently  ol {
}

.block-layered-nav .currently ol li {
    z-index: 1;
    overflow: hidden;
    margin: 15px 10px 0px;
    padding: 15px 0px 0px;
    border-top: 1px solid #fdebeb;
}

.block-layered-nav .currently ol li:first-child {
    border: none;
    padding: 0px;
}

.block-layered-nav .currently .label {
    display: inline-block;
    text-transform: uppercase;
}

.block-layered-nav .currently .value {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
}

.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently a {
    padding: 0px;
}

.block-layered-nav .currently .btn-remove {
    background: url("../images/btn-remove-cart-top.png") left top no-repeat;
    width: 19px;
    height: 19px;
    display: block;
    margin-right: 10px;
}

.block-layered-nav .currently .btn-remove:hover {
    background-position: left -38px;
}

.block-layered-nav .currently .btn-previous {
    right: 17px;
}

.block-layered-nav .actions {
    font-size: 11px;
    padding: 4px 5px 4px 9px;
    background: #cad6e4;
    border: 1px solid #dee5e8;
    border-width: 1px 0;
    text-align: right;
}

.block-layered-nav .actions a {
    float: none;
}

.block-layered-nav .currently li a, .block-layered-nav .currently li span {
    float: left;
}

.block-layered-nav .currently li span.value, .block-layered-nav .currently li span.label {
}

.catalog-category-view .block-layered-nav #narrow-by-list dt {
}

.catalog-category-view .block-layered-nav #narrow-by-list dd .price{}

.catalogsearch-result-index .block-layered-nav #narrow-by-list dd a:hover .price{color:#bc9147;}
.catalogsearch-result-index .block-layered-nav #narrow-by-list dd .price{
	-moz-transition:color 0.4s;
	-webkit-transition:color 0.4s;
	-o-transition:color 0.4s;
	transition:color 0.4s;
	color:#585858;
}

.catalog-category-view .block-layered-nav .currently {
}

.catalog-category-view .col2-left-layout .col-main ul.messages {
    visibility: hidden;
}

.col-left.sidebar .ratings {
    display: none;
}

.left-slideshow {
    height: 420px;
    padding: 0;
    border: none;
    background: none;
    overflow: hidden;
    margin-bottom: 30px;
}

.catalog-category-view .block .block-title strong {padding-bottom:7px;margin-bottom:5px;}
.block .block-title strong {
    display: block;
    text-transform: uppercase;
}
.block-layered-nav .block-content dd li label input {
    margin-top: -2px;
	vertical-align: middle;
}
.block-layered-nav .block-content dd li label span {
    color: #000;
    line-height: 14px;
    padding: 0px;
    text-decoration: none;
}
.block-layered-nav .block-content dd li {
    padding: 0px;
    height: auto;
    color: #333;
    line-height: 22px;
    overflow: hidden;
}
.block .block-title strong span {
    text-transform: uppercase;
}

.block .actions button.button {
    float: right;
}

.block .empty {
}

.sidebar .block .empty {
}

.col-left.sidebar img {
    max-width: 100%;
}

.block-left dt, .block dt, .block-title span {
    display: block;
    text-transform: uppercase;
}

.block-left dt, .block dt {
    text-transform: uppercase;
}

.block-left dd a span.cat {
    color: #0a5aa4;
    font-size: 12px;
    margin-right: 6px;
    position: relative;
    top: -2px;
}

.block-left dd li a {
    text-decoration: none;
    text-transform: uppercase;
}

.block-layered-nav #narrow-by-list dt {
}

.block-layered-nav .block-content dd li {
}

.l_bottom p.image {
    text-align: center;
}

.block li.odd {
}

.block li.even {
}

#slider-min {
    float: left;
}

#slider-max {
    float: right;
}
.block .block-content a:hover, .block .block-content li a:hover, .block .block-content li.item a:hover {
    color: #bc9147;
}

.block .block-content li.item .btn-remove:hover {
    color: #000;
	background-position:left -36px;
}

.block .block-content li.item .btn-remove {
	text-indent:-999px;
    color: #afafaf;
	width:auto;
}

.block .block-content .narrow-by-list div + dd + ol li:first-child .count{display:none;}
.block .block-content .narrow-by-list a{
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 90%;
	text-overflow: ellipsis;	}
.priceslider-category-current + span{
	
}

.block .block-content .narrow-by-list a, .block .block-content li a, .block .block-content li.item a {
	color: #000;
	line-height: 23px;
	
}

.block .block-content .tags-list a {
    display: block;
    float: left;
    padding-right: 6px;
}

.block-layered-price .block-content {
    padding: 11px 0px 0px;
    margin: 13px auto 30px;
}

.col-left .block-compare .block-content .empty {
    text-transform: none;
    color: #000;
}

/*== Block bestsellers, block viewed ==*/
.block-bestsellers .product-name, .block-viewed .product-name {
    font-size: 15px;
}

.block-bestsellers .block-content, .block-viewed .block-content {
    margin: 15px 0px 30px;
}

.block-bestsellers .block-content, .block-viewed .block-content, .block-tags .block-content {
    padding: 0px;
}

.block-bestsellers li, .block.block-viewed li {
    margin: 10px 10px 0px 0px;
    overflow: hidden;
    margin-top: 15px;
}

.block-bestsellers li:first-child, .block.block-viewed li:first-child {
    margin: 0;
    border: none;
    padding: 0px;
}

.block-bestsellers li a.product-image, .block.block-viewed li a.product-image {
    float: left;
    width: 82px;
}

.block-bestsellers li a img, .block-viewed li a img {
    border: 1px solid #ccc;
}

.block-bestsellers li .product-info, .block.block-viewed li .product-info {
    margin-left: 92px;
    margin-top: -3px;
}

.block-bestsellers li .product-info .ratings, .block.block-viewed li .product-info .ratings {
    margin: 0 0 10px 5px;
    float: left;
    width: 100%;
}

.block-bestsellers li .product-info .ratings .rating-box, .block.block-viewed li .product-info .ratings .rating-box {
    background: url("../images/bkg_rating_col_left.png") repeat-x scroll 0 0 transparent;
}

.block-bestsellers li .product-info .ratings .rating-links, .block.block-viewed li .product-info .ratings .rating-links {
    display: none;
}

.block-bestsellers li .product-info .ratings .rating-box .rating, .block.block-viewed li .product-info .ratings .rating-box .rating {
    background: url("../images/bkg_rating_col_left.png") repeat-x scroll 0 100% transparent;
}

.block-bestsellers li .product-info p.no-review, .block.block-viewed li .product-info p.no-review {
    font: 15px/15px "roboto_lt";
    margin: 0 0 10px 5px;
    display: none;
}

.block-bestsellers li .product-info .ratings span.amount, .block.block-viewed li .product-info .ratings span.amount {
    display: none;
}

.block-bestsellers li .special-price, .block-bestsellers li .old-price, .block.block-viewed li .special-price, .block.block-viewed li .old-price {
    display: inline-block;
}

.block-bestsellers .regular-price .price,
.block-viewed .regular-price .price {
    display: block;
    margin-top: 4px;
    font-size: 14px;
	line-height:16px;
}

.block-bestsellers .special-price .price,
.block-viewed .special-price .price{
    display: inline-block;
    margin: 4px 0px 0px 2px;
    font-size: 14px;
    color: #CA370A;
}
.block-bestsellers .price-box,
.block-viewed .price-box {
	line-height:16px;
}

.block-bestsellers .old-price,
.block-viewed .old-price {
    display: inline-block;
    font-size: 12px;
    color: #bc9147;
}

.block-bestsellers .old-price .price,
.block-viewed .old-price .price {
    color: #bc9147;
}

.block-bestsellers .minimal-price .price-label,
.block-viewed .minimal-price .price-label {
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
}

.block-bestsellers .minimal-price .price, 
.block-viewed .minimal-price .price {
    display: inline-block;
    margin: 4px 0px 0px;
    font-size: 14px;
}

.block-bestsellers .minimal-price-link ,
.block-viewed .minimal-price-link {
    display: inline-block;
    margin-top: 5px;
}

.block-bestsellers .minimal-price-link .price,
.block-viewed .minimal-price-link .price {
    font-size: 14px;
}

.block-bestsellers .minimal-price-link .label ,
.block-viewed .minimal-price-link .label {
    font-size: 14px;
}

.block-bestsellers .price-from,
.block-viewed .price-from {
    margin: 4px 0px 0px;
}

.block-bestsellers .price-from .price-label,
.block-viewed .price-from .price-label {
    font-size: 14px;
}

.block-bestsellers .price-from .price,
.block-viewed .price-from .price {
    font-size: 14px;
}

.block-bestsellers .price-to .price-label ,
.block-viewed .price-to .price-label {
    font-size: 14px;
}

.block-bestsellers .price-to .price,
.block-viewed .price-to .price {
    font-size: 14px;
	line-height:16px;
}

/*== Block tags ==*/
.block-tags .block-content {
    margin: 12px 0px 26px;
}

.block-tags .block-title strong {
}

.block-tags .block-content .tags-list {
}

.block-tags .block-content a {
    text-transform: uppercase;
}

.block-tags .actions {
    text-align: right;
}

.block-tags .actions a {
    float: none;
}

/* Block: Compare Products */
.block-compare .block-content {
    margin-bottom: 30px;
}

.block-compare  ol#compare-items {
}

.block-compare  ol#compare-items li {
    z-index: 1;
    overflow: hidden;
    border-top: 1px solid #ebebeb;
    padding: 0px;
}

.block-compare  ol#compare-items li:first-child {
    border: none;
}

.block-compare .block-content .btn-remove {
    height: 20px;
    margin: 15px 0px;
    background: url('../images/btn-remove-cart-top.png') no-repeat scroll left 2px transparent;
    float: right;
    display: block;
    padding-left: 20px;
}

.block-compare .block-content .btn-remove:hover {
}

.block-compare .product-name {
    margin-left: 0px;
    padding: 15px 0px;
	width:auto;
}

.block-compare .actions {
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #F1F1F1;
}

.block-compare .empty {
    margin: 12px 0px 0px 0px;
}

.block-compare .block-title strong {
}

.page-popup {
}

.page-popup a.link-print {
    float: right;
    margin: 20px 5px 0 0;
    text-decoration: none;
	background: url('../images/print-img.png') no-repeat scroll left 7px transparent;
	padding: 0px 0px 0 20px;
	height: 30px;
	color: #9d9d9d;
	line-height:30px;
}

.page-popup a.link-print:hover {
	background-position:left -39px;
	color:#000;
}

.compare-table thead tr.first th,
.compare-table thead tr.first td {
    background: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
	border-bottom: 1px solid #d7d7d7;
}

.compare-table tbody th span {
    text-transform: uppercase;
	color:#000;
}

.block .actions a.clear_all {
	font-size: 16px;
    display: inline-block;
    text-transform: capitalize;
    line-height: 46px;
    font-size: 16px;
    background: none repeat scroll 0% 0% #AFAFAF;
    padding: 0px 15px;
    color: #fff;
	width: auto;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}

.block .actions a.clear_all span {
    text-indent: -9999px;
    display: inline-block;
    width: 19px;
    height: 19px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    background: url('../images/btn-remove-cart-top-white.png') no-repeat scroll left 0px transparent;
}

.block .actions a.clear_all:hover {
    color: #fff;
    background-color: #000;
}

.block .actions a.clear_all:hover span {
}

/*== Block poll ==*/
.block-poll .block-title strong {
}

.block-poll .block-content {
    margin: 12px 0px 30px;
}

.block-poll label {
    color: #000;
    line-height: 33px;
    cursor: pointer;
    padding-left: 5px;
}

.block-poll input.radio {
    float: left;
    margin: 9px 5px 0px 0px;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll li {
}

.block-poll .actions {
    padding: 15px 0px 0px;
    margin: 12px 0px 0px 0px;
    border-top: 1px solid #F1F1F1;
}

.block-subscribe .actions {
    margin: 15px 0px 0px 0px;
}

.block-poll button.button span {
}

.block-poll .answer {
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

.block-poll .block-subtitle {
    padding: 0px;
    color: #000;
}

.block-poll #poll-answers {
    padding: 0px 10px;
}

.block-poll #poll-answers li:first-child {
    margin: 0px;
}

.block-poll #poll-answers li {
    margin-top: 1px;
}

/*#block-related {transform: none !important}*/

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {
    margin-bottom:  30px;
 /*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;
}

/* Mini Products List */
.mini-products-list .product-image {
}

.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: Currency Switcher */
.block-currency .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}

.block-currency .block-title strong {
    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: Cart */
.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;
}

.my_cart .subtotal .price {
}

/* 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: Recently Compared */
.block-compared .block-title strong {
    background-image: url(../images/i_block-list.gif);
    background-position: 0 1px;
}

/* Block: Subscribe */
.block-subscribe .block-content {
    padding: 0;
    position: relative;
	width:305px;
}

.block-subscribe .block-content p {
    margin: 0px 0px 12px;
}

.block-subscribe .block-field {
}

.block-subscribe .actions {
}

.block-subscribe .block-title strong {
}

.block-subscribe label {
}

.block-subscribe .input-box {
}

.col-left .block.block-subscribe .input-box {
}

.block.block-subscribe .input-box {
}

.block.block-subscribe input.input-text {
}

.footer .block-subscribe .actions {
}

.footer .block-subscribe  button.button {
    height: 22px;
	width: 19px;
	background: url('../images/block-subscribe-button.png') no-repeat scroll center -10px transparent;
	position: absolute;
	top: 7px;
	right: 22px;
	text-indent: -9999px;
/*float: right*/
    ;
}

.footer .block-subscribe  button.button:hover {
	background: url('../images/block-subscribe-button.png') no-repeat scroll center -52px transparent;
}

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

/* Block Slider */
#slider-container2 img {
    max-width: 100%;
}

/* Grouped fields */
.checkout-cart-index .input-text ,
.checkout-cart-index .shipping .form-list select {
	border-color:#d7d7d7;
}
.shipping .form-list select {
	width: 100%;
	font-size: 16px;
	color: #585858;
}
#account-register-form-wrapper .form-list li {
    margin: 0 0 0px;
	position: static;
	clear: both;
}
.form-list li {
    margin: 0 0 0px;
	position: relative;
}

.form-list label {
    text-transform: capitalize;
	color: #585858;
}

.form-list label.required {
}

.form-list label.required em {
    font-style: normal;
    color: #ff0202;
}

.form-list li.control label {
    float: none;
    padding: 0px;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
    margin-bottom: 3px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

.form-list .input-box {
    display: block;
    clear: both;
	
}
#account-forgotpass-form-wrapper .back-link {text-transform:none;margin:27px 0;}
#account-forgotpass-form-wrapper .form-list .input-box {
    display: block;
    clear: both;
}

.form-list .field {
}

.form-list input.input-text {
}

.form-list textarea {
    resize: none;
}

.form-list select {
}

.form-list li.wide .input-box {
    width: 530px;
}

.form-list li.wide input.input-text {
}

.form-list li.wide textarea {
    width: 100%;
}

.form-list li.wide select {
    width: 535px;
}

.form-list li.additional-row {
    border-top: 1px solid #f6f2eb;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

.form-list-narrow li {
    margin-bottom: 0;
}

.form-list-narrow li .input-box {
    margin-bottom: 6px;
}

.form-list-narrow li.wide .input-box {
    width: 260px;
}

.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea {
    width: 254px;
}

.form-list-narrow li.wide select {
    width: 260px;
}

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

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

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

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

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

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

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

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

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

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

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

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

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

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

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

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

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

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

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

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

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

.buttons-set {
    clear: both;
    margin: 0 0 0;
    padding: 0;
}

.buttons-set p.required {
    margin: 0 0 10px;
}

#account-register-form-wrapper ul.form-list li.fields + li .input-box{ margin-bottom:5px !important;}
.customer-account-edit .my-account ul.form-list li.fields + li .input-box { margin-bottom:5px !important;}
.account-create .buttons-set .back-link:hover {
	color: #000;
}
.my-account .buttons-set .back-link a:hover {
	color: #000;
}

.account-create .fieldset{float:left;}
.account-create .buttons-set .back-link{
	display: block;	
	cursor: pointer;
    clear: both;
    font-size: 16px;
    line-height: 16px;
    color: #BB8F43;
    margin: 27px 0;
	width: 50px;
	text-transform: none;
	-webkit-transition: color .5s ease-in;
	-moz-transition: color .5s ease-in;
	-o-transition: color .5s ease-in;
	transition: color .5s ease-in;
}
.wishlist-index-index .my-account .buttons-set .back-link a{display:inline;}
.my-account .buttons-set .back-link a{
	display: block;	
	cursor: pointer;
    clear: both;
    font-size: 16px;
    line-height: 16px;
    color: #BB8F43;
    margin: 35px 0px 20px;
	-webkit-transition: color .5s ease-in;
	-moz-transition: color .5s ease-in;
	-o-transition: color .5s ease-in;
	transition: color .5s ease-in;
}


.buttons-set button.button {
    float: left;
}

.buttons-set-order {
    margin: 10px 0 0;
}

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

}

.fieldset {
    margin: 0px;
	
}

.fieldset .legend {
	font-size: 20px;
	text-transform: capitalize;
	line-height: 20px;
	font-weight: normal;
	color: #000;
}

#form-validate {
}

#form-validate .buttons-set {
}

.customer-account-edit #form-validate, .customer-address-form #form-validate {
}
.account-login a:hover{color:#bc9147;}
.account-login a{color:#000;}
.account-login .validation-advice{
	position:static;
}
/* Form Validation */
.cart-collaterals .validation-advice{
	position:absolute;
}
.validation-advice {
    background: url('../images/validation_advice_bg.gif') no-repeat scroll 2px 3px transparent;
    padding-left: 15px;
    font-size: 12px;
    clear: both;
    color: #f00;
    width: 200px;
}

.validation-failed {
    border: 1px dashed #ab0919 !important;
}

.validation-passed {
}

p.required {
    font-size: 12px;
    text-align: left;
    color: #ab0919;
}
/* Expiration date and CVV number validation fix */
.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

.footer .validation-advice {
}

.col-left .validation-advice {
}

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

.error {
    color: #df280a;
    font-weight: bold;
}

.notice {
    color: #e26703;
}

.messages,
.messages ul {
}

.messages {
    overflow: hidden;
    margin: 15px 0px;
}

.main .messages:first-child {
    margin: 15px  0px 35px;
}

.cms-home .messages {
    margin: 15px 0px;
}

.catalog-product-view .messages, .review-product-list .messages {
}

.messages li {
    margin: 0 0 10px;
}

.messages li li {
    margin: 3px 0 0px;
}

.messages li ul li:first-child {
    margin: 0 0 0px;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    background-position: 15px center;
    background-repeat: no-repeat;
    min-height: 20px;
    padding: 8px 10px 8px 56px;
    border: 1px solid #D7D7D7;
    line-height: 32px;
    font-size: 15px;
}

p.error-msg {color:#ab0919;}
.error-msg {
    background-image: url(../images/i_msg-error.png);
	color:#ab0919;
}
p.success-msg {color:#5e7e03;}
.success-msg {
    background-image: url(../images/i_msg-success.png);
	color:#5e7e03;
	
}
p.note-msg {color:#ff6c00;}
.note-msg {
    background-image: url(../images/i_msg-note.png);

}
p.notice-msg {color:#ff6c00;}
.notice-msg {
    background-image: url(../images/i_msg-note.png);
}

.title-buttons {
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
}

.page-title p {
    font-size: 17px;
}

.subtitle,
.sub-title {
    clear: both;
}

/* Toolbar */
.toolbar {
}

.toolbar a {
    text-decoration: none;
}

.toolbar .pager {
    padding: 0;
}

.toolbar .sorter {
}

.toolbar-bottom .toolbar {
    margin-bottom: 0px;
}

.numbers {
    float: right;
    margin-left: 10px;
}

.numbers a:hover {
    color: #4c3427;
}

.numbers span {
}
/* Data Table */
.data-table {
}

.data-table .odd {
}

.data-table .even {
}

.data-table td.last,
.data-table th.last {
    border-right: 0;
	text-align:center;
}

.data-table tr.last th,
.data-table tr.last td {
}

.data-table th {
}

.data-table th span {
    padding: 3px 0px;
    font-weight: normal;
}

.data-table td {
	color:#585858;
}

.data-table td.value {
    text-align: center;
}

.data-table thead th {
    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 {
	text-align:center;
	color:#585858;
}

.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}

.data-table tfoot {
}

.data-table tfoot tr.first td {
}

.data-table tfoot tr {
}

.data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 1px;
}

#gcheckout-onepage-methods #ccsave_cc_type_custom span.option {
    display: block;
    float:left;
    background: url("../images/credit_card_type.png") 0px 0px no-repeat;
    width: 44px;
    height: 28px;
    margin-left: 5px;
    cursor:pointer;
}

#gcheckout-onepage-methods #ccsave_cc_type_custom span.option:first-child{
    margin-left: 0px;
}
#gcheckout-onepage-methods #ccsave_cc_type_custom span.option.ae {
    background-position: -98px 0px;
}
#gcheckout-onepage-methods #ccsave_cc_type_custom span.option.vi {
    background-position: 0px 0px;
}
#gcheckout-onepage-methods #ccsave_cc_type_custom span.option.mc {
    background-position: -49px 0px;
}
#gcheckout-onepage-methods #ccsave_cc_type_custom span.option.di {
    background-position: -147px 0px;
}
#gcheckout-onepage-methods {float: none;display:inline-block;width:375px}

#checkout-review-load tfoot td {
    border-right: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

#checkout-review-load tfoot tr:first-child td {
}

.data-table tfoot strong {
    font-size: 17px;
}

.data-table tbody th,
.data-table tbody td {
}
/* Bundle products tables */
.data-table tbody.odd tr {
}

.data-table tbody.even tr {
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom: 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
}

.data-table tbody td .option-label {
}

.data-table tbody td .option-value {
    padding-left: 10px;
}

/* Generic Info Box */
.info-box {
    margin: 0 0 15px;
}

.info-box h2 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

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

.info-table td {
    padding: 2px 0;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -52px;
}

tr.show-details td {
}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465;
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
    font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -52px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
}

.std dl dd {
    margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,

.std address,
.std blockquote {
    margin: 0;
    padding: 0;
}
.cms-page-view  .std p{
	line-height:18px;
	font-size:16px;
	text-align: justify;
}
.cms-page-view .col-1{margin-bottom:50px;}
.cms-page-view h2{
	text-align:center;
	font-size:22px;
	color:#585858;
	margin-bottom:15px;
}
.std ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul ul {
    list-style:none;
	
}

.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 */
.footer p.tell {
    color: #0a5aa4;
    font-family: "helvetica_lt_std_condregular";
    float: right;
    font-size: 20px;
    line-height: 29px;
    background: url(../images/tel_icon.png) no-repeat 0 center;
    padding-left: 33px;
    float: left;
    width: 170px;
    margin-bottom: 0;
}

.link-cart {
    color: #dc6809 !important;
    font-weight: bold;
}

.link-rss {
    background: url(../images/i_rss.gif) 0 2px no-repeat;
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap;
}
/*
.btn-remove2 {
    display: block;
    width: 42px;
    height: 42px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_trash.png) 0 0 no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.btn-remove2:hover {
    display: block;
    width: 42px;
    height: 42px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_trash.png) 0 100% no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
*/

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/btn_edit.gif) 0 0 no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

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

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    background: url(../images/multship-divider.png) 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;
}

.product-collateral .pager .limiter {
    float: none;
}

.my-account .pager .amount {
    float: left;
}

/*========== Category products ==========*/
.category-title {
    margin-top: 40px;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 30px 0px;
    text-align: center;
}

.category-image img {
}

.category-description {
    margin: 26px 0px 37px;
}

.category-description p {
}

.category-products .toolbar {
}

.category-products .toolbar-bottom .toolbar {
    margin-top: 0px;
}

.col-left p.l_head {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #800303;
    font-weight: bold;
    font-style: italic;
    background: url("../images/header_bg_gray.png") no-repeat 100% 50% transparent;
}

.col-left ul.l_list {
    margin: 5px 0 25px 0px;
    line-height: 135%;
}

.col-left ul.l_list a {
    text-decoration: none;
    cursor: pointer;
}

.col-left ul.l_list a:hover {
    text-decoration: underline;
}

/*== Sorter ==*/
.category-products .sorter {
    padding: 0px 20px;
    height: 47px;
    border: 1px solid #f7f7f7;
}

.category-products .sorter .view-mode {
    float: left;
    margin: 0px;
    color: #000;
}

.category-products .sorter .sort-by {
    display: inline-block;
    margin-left: 80px;
    color: #000;
}

.category-products .sorter .sort-by label {
    padding: 0 20px 0 0;
    display: block;
    float: left;
    line-height: 47px;
    font-size: 14px;
}

.category-products .sorter .sort-by select {
    width: 140px;
}

.category-products .sorter .link-feed {
}

.category-products .sorter .view-mode .list {
}
.category-products .sorter .view-mode a.list {
    background: url("../images/grid-list-switch.png") right 3px no-repeat;
}

.category-products .sorter .view-mode a.list:hover {
    background: url("../images/grid-list-switch.png") right bottom no-repeat;
}

.category-products .sorter .view-mode strong.list {
    background: url("../images/grid-list-switch.png") right bottom no-repeat;
}

.category-products .sorter .view-mode .grid {
}

.category-products .sorter .view-mode a.grid {
    background: url("../images/grid-list-switch.png") left 3px no-repeat;
}

.category-products .sorter .view-mode a.grid:hover {
    background: url("../images/grid-list-switch.png") left bottom no-repeat;
}

.category-products .sorter .view-mode strong.grid {
    background: url("../images/grid-list-switch.png") left bottom no-repeat;
}

.category-products .sorter .view-mode a:hover, .category-products .sorter .view-mode strong {
}

.category-products .sorter .view-mode a, .category-products .sorter .view-mode strong {
    display: block;
    float: left;
    height: 23px;
    margin: 12px 0px 0px;
    overflow: hidden;
    text-indent: -999px;
    width: 25px;
}

.category-products .sorter .view-mode label {
    display: block;
    float: left;
    padding: 0px 10px 0 0;
    line-height: 47px;
}

.category-products .sorter .limiter {
    display: none;
}

.category-products .sorter .limiter label {
    padding: 0px 10px 0px 0px;
    display: block;
    float: left;
    line-height: 52px;
}

.category-products .sorter .sort-by select, .sorter .limiter select {
    margin-top: 10px;
    text-transform: none;
}

.category-products .sorter .sort-by select {
    float: right;
}

.category-products .sorter .limiter select {
    width: 80px;
    float: right;
}

.category-products .toolbar img.v-middle {
    vertical-align: top;
    margin-top: 4px;
}

.product-image-top {
    position: relative;
}



/*== Pager ==*/
.category-products .pager {
    text-align: center;
    display: none;
    margin-top: 0px;
}

.category-products .pager .amount {
    float: right;
    margin: 6px 0px 0px;
}

.category-products .pager .limiter {
    float: right;
}

.category-products .pager .limiter a:first-child span {
    display: none;
}

.category-products .pager .limiter label {
}

.category-products .pager .limiter select {
    width: 60px;
}

.category-products .pager .pages {
    float: left;
    margin: 0;
}

.category-products .pager .pages ol {
}

.category-products .pager .pages li {
    float: left;
    margin: 0;
    text-align: center;
    line-height: 33px;
    text-align: center;
    margin-left: 5px;
}

.category-products .pager .pages li a {
    display: block;
    width: 25px;
    height: 33px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #fcfcfc 0%,#f5f3f3 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#f5f3f3 100%);
    color: #898989;
}

.category-products .pager .pages li a:hover {
    background: #ccc;
    color: #fff;
}

.category-products .pager .pages li:first-child {
    margin-left: 0px;
}

.category-products .pager .pages .current {
    width: 25px;
    height: 33px;
    background: #ccc;
    color: #fff;
    border-radius: 3px;
}

.category-products .pager .pages li a {
    padding: 0;
}

.category-products .pager .pages li a.next, .category-products .pager .pages li a.previous {
    display: block;
    width: 25px;
    height: 33px;
    text-indent: -9999px;
    transition: none;
}

.category-products .pager .pages li a.next {
    background: url(../images/pager-arrow.png) top right no-repeat;
}

.category-products .pager .pages li a.next:hover {
    background-position: bottom right;
}

.category-products .pager .pages li a.previous {
    background: url(../images/pager-arrow.png) top left no-repeat;
}

.category-products .pager .pages li a.previous:hover {
    background-position: bottom left;
}


/*===== Grid =====*/
div.category-products .products-grid {
    position: relative;
    overflow: hidden;
}

.products-grid li.item, #recently-viewed-items li.item {
    padding: 0px;
    position: relative;
    list-style: none;
    text-align: left;
}

.products-grid li.item {
    display: inline-block;
    vertical-align: top;
}

.products-grid li.item .adsh-info {
}

.products-grid li.item .actions {
	position: absolute;
	width: 290px;
}

.products-grid li.item img {
    vertical-align: middle;
    width: 100%;
}

.col-left .block-content dd {
    padding: 0px;
}

.col-left .block-content {
}

.products-grid .product-image {
    display: block;
}

.products-grid .price-box {
    margin: 0px 0;
}

.products-grid button.button {
    color: #FFF;
    width: 182px;
    text-transform: uppercase;
    background: #bb8f43 url("../images/lady-bag.png") 20px center no-repeat;
    line-height: 45px;
    margin-left: 2px;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}

.products-grid button.button:hover {
    background-color: #000 !important;
}

.products-grid .actions .out-of-stock {
    float: left;
}

.products-grid .actions .ratings {
    float: none;
}

.products-grid .rating-links {
    display: none;
}

.products-grid .rating-links .separator, .products-grid .rating-links a {
    display: none;
}

.products-grid .rating-links a:first-child {
    display: inline;
}

/* Category products 2 col-layout */
/*== Grid 3 columns ==*/
.products-grid.two_columns_3 {
	
}
.products-grid.two_columns_3 {
    margin-top: 60px;
}

.products-grid.two_columns_3 .item .product-image-top {
	transition: all 0.5s ease 0s;
}

.products-grid.two_columns_3 li.item:hover {
    outline: 1px solid #ebebeb;
}

.products-grid.two_columns_3 li.item {
    width: 290px;
    margin: 1px 13px 56px 18px;
}

.products-grid.two_columns_3 li.item.first{
	margin: 1px 1px 56px 1px; 
}
.products-grid.two_columns_3 li.item.last {
    margin: 1px 0px 56px;
}

.products-grid.two_columns_3 .price_ratings h2.product-name a:hover {
    color: #bb8f43;
}

.products-grid.two_columns_3 .price_ratings h2.product-name a {
    color: #000;
}
.products-grid.two_columns_3 .product-sku {
	color:#000;
	font-size:12px;
}
.products-grid.two_columns_3 h2.product-name {
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.products-grid.two_columns_3 .label-sale, .products-grid.two_columns_3 .label-new {
    height: 62px;
    width: 62px;
    right: 10px;
    top: 10px;
    background-position: left top;
}

.products-grid.two_columns_3  .price-box a:hover {
    color: #bb8f43;
}

.products-grid.two_columns_3  .price-box a {
    color: #000;
}

.products-grid.two_columns_3 .regular-price .price {
    display: block;
    margin-top: 6px;
    font-size: 20px;
}

.products-grid.two_columns_3 .special-price {
    display: inline-block;
    margin: 6px 0px 0px 2px;
    font-size: 20px;
    color: #ed3236;
}

.products-grid.two_columns_3 .old-price {
    display: inline-block;
    font-size: 13px;
    color: #898989;
}

.products-grid.two_columns_3 .old-price .price {
    color: #bc9147;
}

.products-grid.two_columns_3 .minimal-price .price-label {
    display: inline-block;
    font-size: 17px;
    text-transform: capitalize;
}

.products-grid.two_columns_3 .minimal-price .price {
    display: inline-block;
    margin: 6px 0px 0px;
    font-size: 25px;
}

.products-grid.two_columns_3 .minimal-price-link {
    display: inline-block;
    margin-top: 5px;
}

.products-grid.two_columns_3 .minimal-price-link .price {
    font-size: 20px;
}

.products-grid.two_columns_3 .minimal-price-link .label {
    font-size: 16px;
	text-transform: capitalize;
	color: #585858;
}

.products-grid.two_columns_3 .price-from {
    margin: 5px 0px;
    text-transform: capitalize;
}

.products-grid.two_columns_3 .price-from .price-label {
    font-size: 17px;
}

.products-grid.two_columns_3 .price-from .price {
    font-size: 25px;
}

.products-grid.two_columns_3 .price-to .price-label {
    font-size: 17px;
}

.products-grid.two_columns_3 .price-to .price {
    font-size: 25px;
}

.products-grid.two_columns_3 .actions {
}

.products-grid.two_columns_3 button.button {
}

.products-grid.two_columns_3 button.button span {
    font-size: 18px;
}

.products-grid.two_columns_3 button.button, .products-grid.two_columns_3 .link-wishlist, 
.products-grid.two_columns_3 .link-compare {
    float: left;
}

.products-grid.two_columns_3 .link-wishlist, .products-grid.two_columns_3 .link-compare {
    width: 50px;
    height: 45px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
	margin-left: 2px;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.products-grid.two_columns_3 .link-wishlist {
    display: none;
}

.products-grid.two_columns_3 .link-wishlist:hover {
    background: #bb8f43;
}

.products-grid.two_columns_3 .link-compare {
    background: url('../images/favorite-icon.png') no-repeat scroll center center #585858;
}

.products-grid.two_columns_3 .link-compare:hover {
    background-color: #000;
}

.products-grid.two_columns_3 .actions .out-of-stock {
    float: left;
    font-size: 16px;
}

.products-grid.two_columns_3 .availability {
}

.products-grid.two_columns_3 .item:hover .quick-view {
    opacity: 1;
}

.products-grid.two_columns_3 .item .quick-view:hover {
    background-color: #000;
}

.products-list li.item .hover-on {
	display: none;
	position: absolute;
	width: 108px;
	height: 37px;
	background: url('../images/hover-on_bg-list.png') no-repeat scroll 0px 0px transparent;
	z-index: 999999;
}
.products-grid li.item .hover-on {
display: none;
position: absolute;
height: 35px;
z-index: 999999;
background: url('../images/hover-on_bg.png') no-repeat scroll 0px 0% transparent;
width: 98px;
}
.products-list li.item .hover-on p {font-size: 12px; line-height: 30px; color: #9d9d9d; text-transform: capitalize;  text-align:center;}
.products-grid li.item .hover-on p {font-size: 12px; line-height: 30px; color: #9d9d9d; text-transform: capitalize; text-align:center;}

.products-list .item .compare:hover > .hover-on{
	display: block;
	width: 100px;
	margin: -85px 0px 0px -30px;
}
.products-grid .item .add-to-fav:hover > .hover-on{
	display: block; 
	top: -36px;
	left: 188px;
	background: url('../images/hover-on_bg.png') no-repeat scroll 0px 100% transparent;
}
.products-list .item .product-image-top  .quick_view{
	display:none;
}
.products-grid .item .quick_view:hover > .hover-on{
	display: block;
	top: -36px;
	left: 185px;
}

.products-grid.two_columns_3 .item .quick-view {
    width: 50px;
	height: 45px;
	display: block;
	text-indent: -999px;
	background: url('../images/quick-view.png') no-repeat scroll center center #585858;
	color: #FFF;
	float: left;
	margin-left:2px;
	-o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	overflow: hidden;
}

.products-grid.two_columns_3 .item:hover .price_ratings {
    background-color: #f2f2f2;
}

.products-grid.two_columns_3 .price_ratings {
    text-transform: uppercase;
    margin: 2px;
    padding: 0 0 8px 12px;
}

.products-grid.two_columns_3 h2.product-name:hover ~ .actions-ratings {
    opacity: 1;
}

.products-grid.two_columns_3 .product-image-top:hover ~ .actions-ratings {
    opacity: 1;
}

.products-grid.two_columns_3 .item:hover .actions-ratings {
    opacity: 1;
}

.products-grid.two_columns_3 .actions-ratings {
    opacity: 0;
    height: 45px;
    width: 100%;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	position: absolute;
	top: 255px;
}

.products-grid.two_columns_3 .rating-box {
    width: 85px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/rating-bg.png) 0 100% repeat-x;
    text-indent: -9999px;
    overflow: hidden;
    margin: 10px 0px;
    display: none;
}

.products-grid.two_columns_3 .rating-box .rating {
    float: left;
    height: 11px;
    background: url(../images/rating-bg.png) 0 0 repeat-x;
}

.products-grid.two_columns_3 .rating-links {
    display: none;
}

.products-grid.two_columns_3 .only-ratings .no-rating {
    font-size: 15px;
    margin: 6px 0px 7px;
}


/*== Grid 4 columns ==*/
.products-grid.two_columns_4 {
    margin-top: 60px;
}

.products-grid.two_columns_4 .product-image-top {
}

.products-grid.two_columns_4 li.item {
    width: 205px;
    margin: 0px 0px 56px 24px;
}

.products-grid.two_columns_4 li.item.first {
    margin: 0px 0px 56px;
}

.products-grid.two_columns_4 h2.product-name {
    font-size: 16px;
    padding-top: 10px;
}

.products-grid.two_columns_4 .label-sale, .products-grid.two_columns_4 .label-new {
    height: 45px;
    width: 45px;
    right: 8px;
    top: 8px;
    background-position: left -60px;
}

.products-grid.two_columns_4  .price-box {
}

.products-grid.two_columns_4 .regular-price .price {
    display: block;
    margin-top: 6px;
    font-size: 16px;
}

.products-grid.two_columns_4 .special-price {
    display: inline-block;
    margin: 6px 0px 0px 2px;
    font-size: 16px;
    color: #ed3236;
}

.products-grid.two_columns_4 .old-price {
    display: inline-block;
    font-size: 12px;
    color: #898989;
}

.products-grid.two_columns_4 .old-price .price {
}

.products-grid.two_columns_4 .minimal-price .price-label {
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
}

.products-grid.two_columns_4 .minimal-price .price {
    display: inline-block;
    margin: 6px 0px 0px;
    font-size: 16px;
}

.products-grid.two_columns_4 .minimal-price-link {
    display: inline-block;
    margin-top: 6px;
}

.products-grid.two_columns_4 .minimal-price-link .price {
    font-size: 16px;
}

.products-grid.two_columns_4 .minimal-price-link .label {
    font-size: 13px;
}

.products-grid.two_columns_4 .price-from {
    margin: 6px 0px 0px;
}

.products-grid.two_columns_4 .price-from .price-label {
    font-size: 13px;
}

.products-grid.two_columns_4 .price-from .price {
    font-size: 16px;
}

.products-grid.two_columns_4 .price-to .price-label {
    font-size: 13px;
}

.products-grid.two_columns_4 .price-to .price {
    font-size: 16px;
}

.products-grid.two_columns_4 .actions {
    overflow: hidden;
}

.products-grid.two_columns_4 button.button {
    padding: 0px 12px;
    line-height: 32px;
}

.products-grid.two_columns_4 button.button span {
    font-size: 16px;
}

.products-grid.two_columns_4 button.button, .products-grid.two_columns_4 .link-wishlist, 
.products-grid.two_columns_4 .link-compare {
    float: left;
}

.products-grid.two_columns_4 .link-wishlist, .products-grid.two_columns_4 .link-compare {
    width: 25px;
    height: 28px;
    float: left;
    margin: 2px 0px 0px 2px;
    text-indent: -9999px;
}

.products-grid.two_columns_4 .link-wishlist {
    background: url(../images/wishlist-compare-4col.png) left top no-repeat;
}

.products-grid.two_columns_4 .link-wishlist:hover {
    background-position: left bottom;
}

.products-grid.two_columns_4 .link-compare {
    background: url(../images/wishlist-compare-4col.png) right top no-repeat;
}

.products-grid.two_columns_4 .link-compare:hover {
    background-position: right bottom;
}

.products-grid.two_columns_4 .actions .out-of-stock {
    float: left;
    font-size: 16px;
}

.products-grid.two_columns_4 .availability {
    padding-top: 6px;
    margin-right: 8px;
}

.products-grid.two_columns_4 h2.product-name:hover ~ .actions-ratings {
    opacity: 1;
}

.products-grid.two_columns_4 .product-image-top:hover ~ .actions-ratings {
    opacity: 1;
}

.products-grid.two_columns_4 .actions-ratings:hover {
    opacity: 1;
}

.products-grid.two_columns_4 .actions-ratings {
    position: absolute;
    top: 191px;
    height: 64px;
    width: 181px;
    padding: 0px 10px;
    border-top: 1px solid #f5f3f3;
    border-left: 2px solid #f5f3f3;
    border-right: 2px solid #f5f3f3;
    border-bottom: 2px solid #f5f3f3;
    background: rgba(255,255,255,0.6);
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.products-grid.two_columns_4 .rating-box {
    width: 85px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/rating-bg.png) 0 100% repeat-x;
    text-indent: -9999px;
    overflow: hidden;
    margin: 7px 0px;
}

.products-grid.two_columns_4 .rating-box .rating {
    float: left;
    height: 11px;
    background: url(../images/rating-bg.png) 0 0 repeat-x;
}

.products-grid.two_columns_4 .rating-links {
    display: none;
}

.products-grid.two_columns_4 .only-ratings .no-rating {
    font-size: 13px;
    margin: 3px 0px 4px;
}

/*== Grid 5 columns ==*/
.products-grid.two_columns_5 {
    margin-top: 60px;
}

.products-grid.two_columns_5 h2.product-name {
    font-size: 14px;
    padding-top: 7px;
}

.products-grid.two_columns_5 .product-image-top {
    border: 1px solid #f5f3f3;
}

.products-grid.two_columns_5 li.item {
    width: 164px;
    margin: 0px 0px 56px 18px;
}

.products-grid.two_columns_5 li.item.first {
    margin: 0px 0px 56px;
}

.products-grid.two_columns_5 li.item.last {
    margin: 0px 0px 56px 18px;
}

.products-grid.two_columns_5 .label-sale, .products-grid.two_columns_5 .label-new {
    height: 35px;
    width: 35px;
    right: 5px;
    top: 5px;
    background-position: left bottom;
}

.products-grid.two_columns_5 .regular-price .price {
    display: block;
    margin-top: 3px;
    font-size: 14px;
}

.products-grid.two_columns_5 .special-price {
    display: inline-block;
    margin: 3px 0px 0px 1px;
    font-size: 14px;
    color: #ed3236;
}

.products-grid.two_columns_5 .old-price {
    display: inline-block;
    font-size: 10px;
    color: #898989;
}

.products-grid.two_columns_5 .old-price .price {
    margin-right: 2px;
}

.products-grid.two_columns_5 .minimal-price .price-label {
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
}

.products-grid.two_columns_5 .minimal-price .price {
    display: inline-block;
    margin: 3px 0px 0px;
    font-size: 14px;
}

.products-grid.two_columns_5 .minimal-price-link {
    display: inline-block;
    margin-top: 4px;
}

.products-grid.two_columns_5 .minimal-price-link .price {
    font-size: 14px;
}

.products-grid.two_columns_5 .minimal-price-link .label {
    font-size: 14px;
}

.products-grid.two_columns_5 .price-from {
    margin: 2px 0px 0px;
}

.products-grid.two_columns_5 .price-from .price-label {
    font-size: 14px;
}

.products-grid.two_columns_5 .price-from .price {
    font-size: 14px;
}

.products-grid.two_columns_5 .price-to .price-label {
    font-size: 14px;
}

.products-grid.two_columns_5 .price-to .price {
    font-size: 14px;
}
.products-grid.two_columns_5 .actions {
    overflow: hidden;
}

.products-grid.two_columns_5 button.button {
    padding: 0px 10px;
    line-height: 23px;
}

.products-grid.two_columns_5 button.button span {
    font-size: 14px;
}

.products-grid.two_columns_5 button.button, .products-grid.two_columns_5 .link-wishlist, 
.products-grid.two_columns_5 .link-compare {
    float: left;
}

.products-grid.two_columns_5 .link-wishlist, .products-grid.two_columns_5 .link-compare {
    width: 18px;
    height: 19px;
    float: left;
    margin: 2px 0px 0px 2px;
    text-indent: -9999px;
}

.products-grid.two_columns_5 .link-wishlist {
    background: url(../images/wishlist-compare-5col.png) left top no-repeat;
}

.products-grid.two_columns_5 .link-wishlist:hover {
    background-position: left bottom;
}

.products-grid.two_columns_5 .link-compare {
    background: url(../images/wishlist-compare-5col.png) right top no-repeat;
}

.products-grid.two_columns_5 .link-compare:hover {
    background-position: right bottom;
}

.products-grid.two_columns_5 .actions .out-of-stock {
    float: left;
    font-size: 14px;
}

.products-grid.two_columns_5 .availability {
    padding-top: 3px;
    margin-right: 8px;
}

.products-grid.two_columns_5 .quick-view {
    font-size: 14px;
    line-height: 30px;
    margin-left: -50px;
    width: 80px;
}

.products-grid.two_columns_5 h2.product-name:hover ~ .actions-ratings {
    opacity: 1;
}

.products-grid.two_columns_5 .product-image-top:hover ~ .actions-ratings {
    opacity: 1;
}

.products-grid.two_columns_5 .actions-ratings:hover {
    opacity: 1;
}

.products-grid.two_columns_5 .actions-ratings {
    position: absolute;
    top: 154px;
    opacity: 0;
    height: 50px;
    width: 142px;
    padding: 0px 10px;
    border-top: 1px solid #f5f3f3;
    border-left: 1px solid #f5f3f3;
    border-right: 1px solid #f5f3f3;
    border-bottom: 1px solid #f5f3f3;
    background: rgba(255,255,255,0.6);
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.products-grid.two_columns_5 .rating-box {
    width: 85px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/rating-bg.png) 0 100% repeat-x;
    text-indent: -9999px;
    overflow: hidden;
    margin: 5px 0px;
}

.products-grid.two_columns_5 .rating-box .rating {
    float: left;
    height: 11px;
    background: url(../images/rating-bg.png) 0 0 repeat-x;
}

.products-grid.two_columns_5 .rating-links {
    display: none;
}

.products-grid.two_columns_5 .only-ratings .no-rating {
    font-size: 11px;
    margin: 2px 0px 3px;
}

.products-grid .label-new:hover ~ .actions-ratings {
    opacity: 1;
}

.products-grid .label-sale:hover ~ .actions-ratings {
    opacity: 1;
}

/* Category products 1 col-layout */
/*== Grid 4 columns ==*/
.products-grid.one_column_4 {
    margin-top: 60px;
}

.products-grid.one_column_4 .product-image-top {
}

.products-grid.one_column_4 li.item:hover {
    outline: 1px solid #EBEBEB;
}

.products-grid.one_column_4 li.item {
    width: 290px;
    margin: 1px 12px 56px 0;
}

.products-grid.one_column_4 li.item.last {
    margin: 1px 0px 56px;
}

.products-grid.one_column_4 li.item.first {
    width: 290px;
    margin: 1px 5px 56px 1px;
}

.products-grid.one_column_4 h2.product-name a:hover {
    color: #bb8f43;
}

.products-grid.one_column_4 h2.product-name a {
    color: #000;
}

.products-grid.one_column_4 h2.product-name {
    font-size: 18px;
    padding-top: 10px;
}

.products-grid.one_column_4 .label-sale, .products-grid.one_column_4 .label-new {
    height: 62px;
    width: 62px;
    right: 5px;
    top: 5px;
    background-position: left top;
}

.products-grid.one_column_4  .item:hover .price_ratings {
    background-color: #F2F2F2;
}

.products-grid.one_column_4  .price_ratings {
    margin: 2px;
    text-transform: uppercase;
    padding: 0px 0px 8px 12px;
}

.products-grid.one_column_4  .price-box {
}

.products-grid.one_column_4 .regular-price .price {
    display: block;
    margin-top: 10px;
    font-size: 25px;
}

.products-grid.one_column_4 .special-price .price{
    display: inline-block;
    margin: 6px 0px 0px 2px;
    color: #ca370a;
}

.products-grid.one_column_4 .old-price {
    font-size: 14px;
    color: #bc9147;
	float: left;
	margin-top: 8px;
}

.products-grid.one_column_4 .old-price .price {
	color: #bc9147;
}

.products-grid.one_column_4 .minimal-price .price-label {
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
}

.products-grid.one_column_4 .minimal-price .price {
    display: inline-block;
    margin: 6px 0px 0px;
    font-size: 20px;
}

.products-grid.one_column_4 .minimal-price-link {
    display: inline-block;
    margin-top: 5px;
}

.products-grid.one_column_4 .minimal-price-link .price {
    font-size: 18px;
}

.products-grid.one_column_4 .minimal-price-link .label {
    font-size: 14px;
	color: #585858;
text-transform: capitalize;
}
.products-grid.one_column_4 .price-from {
    margin: 5px 0px 0px;
}

.products-grid.one_column_4 .price-from .price-label {
    font-size: 14px;
}

.products-grid.one_column_4 .price-from .price {
    font-size: 25px;
}

.products-grid.one_column_4 .price-to .price-label {
    font-size: 14px;
}

.products-grid.one_column_4 .price-to .price {
    font-size: 25px;
	line-height: 30px;
}

.products-grid.one_column_4 .actions {
}

.products-grid.one_column_4 button.button {
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.products-grid.one_column_4 button.button span {
    font-size: 18px;
}

.products-grid.one_column_4 button.button, .products-grid.one_column_4 .link-wishlist, 
.products-grid.one_column_4 .link-compare {
    float: left;
}

.ajax-index-options .link-compare:hover {
	background-color: #000;
}
.ajax-index-options .add-to-fav:hover .hover-on {
	display: block;
	width: 108px;
	top: -38px;
	left:-26px;
	text-align: center;
}
.ajax-index-options .add-to-fav .hover-on {
	display: none;
	position: absolute;
	width: 108px;
	height: 37px;
	background: url('../images/hover-on_bg-list.png') no-repeat scroll 0px 0px transparent;
	z-index: 999999;
}
.ajax-index-options .add-to-fav > .hover-on p{
	font-size: 12px;
	line-height: 30px;
	color: #585858;
	text-transform: capitalize;
	padding: 0px 0px 0px 20px;
}
.ajax-index-options .add-to-fav > .hover-on p{
	padding: 0px 0px 0px 3px;
}
.ajax-index-options .add-to-fav{
	width: 52px;
    height: 45px;	
    display: inline-block;
	float: left;
	position:relative;
}

.ajax-index-options .product-view .product-shop  .availability span{width:108px;}
.ajax-index-options .product-view .product-shop .add-to-cart button.btn-cart {
	font-size:20px;
	line-height:45px;
	width: 190px;
	float: left;
	margin:0
}
.ajax-index-options .product-view .product-shop .availability {float:left; margin:0px !important;}
.ajax-index-options .product-view .product-shop .price-box .special-price .price{font-size:35px;line-height: 40px;}

.ajax-index-options .product-view .product-shop .price-box {
	margin:0;
}
.ajax-index-options .product-view .short-description {
	border-top:none;
	margin:0px 0 12px
}
.ajax-index-options .product-view .product-shop .availability  {
	margin-top:0;
	margin-right:20px;
}
.ajax-index-options .link-compare {
	background: url('../images/favorite-icon.png') no-repeat scroll center center #585858;
	width: 52px;
    height: 45px;
    display: inline-block;
	margin-left:2px;
    overflow: hidden;
    text-indent: -999px;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.products-grid.one_column_4 .link-wishlist, .products-grid.one_column_4 .link-compare {
    width: 52px;
    height: 45px;
    display: block;
    left: 246px;
    overflow: hidden;
    text-indent: -999px;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.products-grid.one_column_4 .link-wishlist {
    display: none;
}

.products-grid.one_column_4 .link-wishlist:hover {
    background-position: left bottom;
}

.products-grid.one_column_4 .link-compare {
    background: url('../images/favorite-icon.png') no-repeat scroll center center #585858;
}

.products-grid.one_column_4 .link-compare:hover {
    background-color: #000;
}

.products-grid.one_column_4 .actions .out-of-stock {
    float: left;
    font-size: 16px;
}

.products-grid.one_column_4 .availability {
}

.products-grid.one_column_4 .item .quick-view:hover {
    background-color: #000;
}

.products-grid.one_column_4 .item .quick-view {
    width: 52px;
	height: 45px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	background: url('../images/quick-view.png') no-repeat scroll center center #585858;
	float: left;
	margin: 0px 1px;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.products-grid.one_column_4 h2.product-name:hover ~ .actions-ratings {
    opacity: 1;
}

.products-grid.one_column_4 .product-image-top:hover ~ .actions-ratings {
    opacity: 1;
}

.products-grid.one_column_4 .item:hover .actions-ratings {
    opacity: 1;
}

.products-grid.one_column_4 .actions-ratings .only-ratings {
    display: none;
}

.products-grid.one_column_4 .actions-ratings {
    opacity: 0;
    height: 45px;
    width: 290px;
	position: absolute;
	top: 255px;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.products-grid.one_column_4 .rating-box {
    width: 85px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/rating-bg.png) 0 100% repeat-x;
    text-indent: -9999px;
    overflow: hidden;
    margin: 10px 0px;
}

.products-grid.one_column_4 .rating-box .rating {
    float: left;
    height: 11px;
    background: url(../images/rating-bg.png) 0 0 repeat-x;
}

.products-grid.one_column_4 .rating-links {
    display: none;
}

.products-grid.one_column_4 .only-ratings .no-rating {
    font-size: 15px;
    margin: 6px 0px 7px;
}


/*== Grid 5 columns ==*/
.products-grid.one_column_5 {
    margin-top: 60px;
}

.products-grid.one_column_5 .product-image-top {
    border: 2px solid #f5f3f3;
}

.products-grid.one_column_5 li.item {
    width: 220px;
    margin: 0px 0px 56px 25px;
}

.products-grid.one_column_5 li.item.first {
    margin: 0px 0px 56px;
}

.products-grid.one_column_5 h2.product-name {
    font-size: 16px;
    padding-top: 10px;
}

.products-grid.one_column_5 .label-sale, .products-grid.one_column_5 .label-new {
    height: 45px;
    width: 45px;
    right: 8px;
    top: 8px;
    background-position: left -60px;
}

.products-grid.one_column_5  .price-box {
}

.products-grid.one_column_5 .regular-price .price {
    display: block;
    margin-top: 6px;
    font-size: 16px;
}

.products-grid.one_column_5 .special-price {
    display: inline-block;
    margin: 6px 0px 0px 2px;
    font-size: 16px;
    color: #ed3236;
}

.products-grid.one_column_5 .old-price {
    display: inline-block;
    font-size: 12px;
    color: #898989;
}

.products-grid.one_column_5 .old-price .price {
}

.products-grid.one_column_5 .minimal-price .price-label {
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
}

.products-grid.one_column_5 .minimal-price .price {
    display: inline-block;
    margin: 6px 0px 0px;
    font-size: 16px;
}

.products-grid.one_column_5 .minimal-price-link {
    display: inline-block;
    margin-top: 6px;
}

.products-grid.one_column_5 .minimal-price-link .price {
    font-size: 16px;
}

.products-grid.one_column_5 .minimal-price-link .label {
    font-size: 13px;
}

.products-grid.one_column_5 .price-from {
    margin: 6px 0px 0px;
}

.products-grid.one_column_5 .price-from .price-label {
    font-size: 13px;
}

.products-grid.one_column_5 .price-from .price {
    font-size: 16px;
}

.products-grid.one_column_5 .price-to .price-label {
    font-size: 13px;
}

.products-grid.one_column_5 .price-to .price {
    font-size: 16px;
}

.products-grid.one_column_5 .actions {
    overflow: hidden;
}

.products-grid.one_column_5 button.button {
    padding: 0px 12px;
    line-height: 32px;
}

.products-grid.one_column_5 button.button span {
    font-size: 16px;
}

.products-grid.one_column_5 button.button, .products-grid.two_columns_4 .link-wishlist, 
.products-grid.one_column_5 .link-compare {
    float: left;
}

.products-grid.one_column_5 .link-wishlist, .products-grid.one_column_5 .link-compare {
    width: 25px;
    height: 28px;
    float: left;
    margin: 2px 0px 0px 2px;
    text-indent: -9999px;
}

.products-grid.one_column_5 .link-wishlist {
    background: url(../images/wishlist-compare-4col.png) left top no-repeat;
}

.products-grid.one_column_5 .link-wishlist:hover {
    background-position: left bottom;
}

.products-grid.one_column_5 .link-compare {
    background: url(../images/wishlist-compare-4col.png) right top no-repeat;
}

.products-grid.one_column_5 .link-compare:hover {
    background-position: right bottom;
}

.products-grid.one_column_5 .actions .out-of-stock {
    float: left;
    font-size: 16px;
}

.products-grid.one_column_5 .availability {
    padding-top: 6px;
    margin-right: 8px;
}

.products-grid.one_column_5 .quick-view {
    font-size: 16px;
    line-height: 30px;
    margin-left: -55px;
    width: 90px;
}

.products-grid.one_column_5 h2.product-name:hover ~ .actions-ratings {
    opacity: 1;
}

.products-grid.one_column_5 .product-image-top:hover ~ .actions-ratings {
    opacity: 1;
}

.products-grid.one_column_5 .actions-ratings:hover {
    opacity: 1;
}

.products-grid.one_column_5 .actions-ratings {
    position: absolute;
    top: 209px;
    height: 64px;
    width: 196px;
    padding: 0px 10px;
    border-top: 1px solid #f5f3f3;
    border-left: 2px solid #f5f3f3;
    border-right: 2px solid #f5f3f3;
    border-bottom: 2px solid #f5f3f3;
    background: rgba(255,255,255,0.6);
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.products-grid.one_column_5 .rating-box {
    width: 85px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/rating-bg.png) 0 100% repeat-x;
    text-indent: -9999px;
    overflow: hidden;
    margin: 7px 0px;
}

.products-grid.one_column_5 .rating-box .rating {
    float: left;
    height: 11px;
    background: url(../images/rating-bg.png) 0 0 repeat-x;
}

.products-grid.one_column_5 .rating-links {
    display: none;
}

.products-grid.one_column_5 .only-ratings .no-rating {
    font-size: 13px;
    margin: 3px 0px 4px;
}

/*== Grid 6 columns ==*/
.products-grid.one_column_6 {
    margin-top: 60px;
}

.products-grid.one_column_6 h2.product-name {
    font-size: 14px;
    padding-top: 7px;
}

.products-grid.one_column_6 .product-image-top {
    border: 1px solid #f5f3f3;
}

.products-grid.one_column_6 li.item {
    width: 184px;
    margin: 0px 0px 56px 19px;
}

.products-grid.one_column_6 li.item.first {
    margin: 0px 0px 56px;
}

.products-grid.one_column_6 .label-sale, .products-grid.one_column_6 .label-new {
    height: 35px;
    width: 35px;
    right: 5px;
    top: 5px;
    background-position: left bottom;
}

.products-grid.one_column_6 .regular-price .price {
    display: block;
    margin-top: 3px;
    font-size: 14px;
}

.products-grid.one_column_6 .special-price {
    display: inline-block;
    margin: 3px 0px 0px 1px;
    font-size: 14px;
    color: #ed3236;
}

.products-grid.one_column_6 .old-price {
    display: inline-block;
    font-size: 10px;
    color: #898989;
}

.products-grid.one_column_6 .old-price .price {
    margin-right: 2px;
}

.products-grid.one_column_6 .minimal-price .price-label {
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
}

.products-grid.one_column_6 .minimal-price .price {
    display: inline-block;
    margin: 3px 0px 0px;
    font-size: 14px;
}

.products-grid.one_column_6 .minimal-price-link {
    display: inline-block;
    margin-top: 4px;
}

.products-grid.one_column_6 .minimal-price-link .price {
    font-size: 14px;
}

.products-grid.one_column_6 .minimal-price-link .label {
    font-size: 14px;
}

.products-grid.one_column_6 .price-from {
    margin: 2px 0px 0px;
}

.products-grid.one_column_6 .price-from .price-label {
    font-size: 14px;
}

.products-grid.one_column_6 .price-from .price {
    font-size: 14px;
}

.products-grid.one_column_6 .price-to .price-label {
    font-size: 14px;
}

.products-grid.one_column_6 .price-to .price {
    font-size: 14px;
}

.products-grid.one_column_6 .actions {
    overflow: hidden;
}

.products-grid.one_column_6 button.button {
    padding: 0px 10px;
    line-height: 23px;
}

.products-grid.one_column_6 button.button span {
    font-size: 14px;
}

.products-grid.one_column_6 button.button, .products-grid.one_column_6 .link-wishlist, 
.products-grid.one_column_6 .link-compare {
    float: left;
}

.products-grid.one_column_6 .link-wishlist, .products-grid.one_column_6 .link-compare {
    width: 18px;
    height: 19px;
    float: left;
    margin: 2px 0px 0px 2px;
    text-indent: -9999px;
}

.products-grid.one_column_6 .link-wishlist {
    background: url(../images/wishlist-compare-5col.png) left top no-repeat;
}

.products-grid.one_column_6 .link-wishlist:hover {
    background-position: left bottom;
}

.products-grid.one_column_6 .link-compare {
    background: url(../images/wishlist-compare-5col.png) right top no-repeat;
}

.products-grid.one_column_6 .link-compare:hover {
    background-position: right bottom;
}

.products-grid.one_column_6 .actions .out-of-stock {
    float: left;
    font-size: 14px;
}

.products-grid.one_column_6 .availability {
    padding-top: 3px;
    margin-right: 8px;
}

.products-grid.one_column_6 .quick-view {
    font-size: 14px;
    line-height: 30px;
    margin-left: -50px;
    width: 80px;
}

.products-grid.one_column_6 h2.product-name:hover ~ .actions-ratings {
    opacity: 1;
}

.products-grid.one_column_6 .product-image-top:hover ~ .actions-ratings {
    opacity: 1;
}

.products-grid.one_column_6 .actions-ratings:hover {
    opacity: 1;
}

.products-grid.one_column_6 .actions-ratings {
    position: absolute;
    top: 180px;
    opacity: 0;
    height: 50px;
    width: 162px;
    padding: 0px 10px;
    border-top: 1px solid #f5f3f3;
    border-left: 1px solid #f5f3f3;
    border-right: 1px solid #f5f3f3;
    border-bottom: 1px solid #f5f3f3;
    background: rgba(255,255,255,0.6);
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.products-grid.one_column_6 .rating-box {
    width: 85px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/rating-bg.png) 0 100% repeat-x;
    text-indent: -9999px;
    overflow: hidden;
    margin: 5px 0px;
}

.products-grid.one_column_6 .rating-box .rating {
    float: left;
    height: 11px;
    background: url(../images/rating-bg.png) 0 0 repeat-x;
}

.products-grid.one_column_6 .rating-links {
    display: none;
}

.products-grid.one_column_6 .only-ratings .no-rating {
    font-size: 11px;
    margin: 2px 0px 3px;
}


/*== List ==*/
/* 2 column layout*/
.products-list .prod-img-top .product-image-top.hover-image .quick-view{
	display:none;
}
.products-list .prod-img-top .product-image-top.main-image .quick-view{
	display:none;
}
.products-list {
    margin-top: 58px;
}

.products-list li.item:hover .product-image {
    outline: 1px solid #d7d7d7;
}

.products-list li.item {
    padding: 0 0 60px 0;
    position: relative;
}

.products-list .prod-img-top {
    width: 290px;
    float: left;
    position: relative;
}

.products-list .product-image-top {
}

.products-list .product-image-top a.product-image {
    display: block;
}

.products-list .product-image img {
    width: 100%;
}

.products-list .product-shop {
    float: right;
}

.col2-left-layout .products-list .product-shop .in-stock{
	margin-top:5px;
}
.col2-left-layout .products-list .product-shop {
    width: 600px;
}

.col1-layout .products-list .product-shop .in-stock{
	margin-top:5px;
}
.col1-layout .products-list .product-shop .availability{
}
.col1-layout .products-list .product-shop {
    width: 890px;
}

.products-list .product-name {
    font-size: 20px;
}

#list-btn-table {
}

#list-btn-row {
}

.products-list .price-from, .products-list .price-to {
    font-size: 35px;
    line-height: 35px;
}

.products-list .price-box {
    padding:0;
	font-size: 35px;
	line-height: 35px;
}

.products-list .price-box .old-price .price {
	font-size:16px;
}

.products-list .special-price .price {
	font-size: 35px;
    color: #CA370A;
}

.products-list .desc {
    padding: 0px;
    margin: 0px;
}

.products-list .desc .link-learn {
}

.products-list .desc p {
}

.products-list .desc.std {
    color: #585858;
    padding: 25px 0px 32px;
}

.products-list .btn-cart {
    float: left;
    margin:0px 7px 0px 0px;
}

.products-list .add-to-links {
    float: left;
    margin: 0px;
    overflow: hidden;
    margin-top: 0px;
}

.products-list .out-of-stock  + .add-to-links {
    margin: 0px 0px 0px;
}

.products-list .add-to-links li {
    display: block;
    float: left;
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

.products-list div.ratings {
    padding: 20px 0px 12px;
    display: none;
    border-bottom: 1px solid #ebebeb;
}

.products-list div.ratings .rating-links {
    float: left;
    margin: 0px 0px 0px 15px;
}

.products-list .no-rating {
    margin: 3px 0px 0px;
}

.products-list .product-view .product-shop .no-rating,
.products-list .product-view .product-shop .ratings {
    float: right;
    max-width: 350px;
    text-align: right;
}

.products-list .ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.products-list .ratings .writeReview {
    text-align: left;
    margin-bottom: 0;
}

.products-list .ratings .writeReview a {
    font-size: 12px;
    text-decoration: none;
    line-height: 140%;
}

.products-list .ratings .rating-links a, .ratings span.amount a {
    text-decoration: none;
}

.products-list .ratings .rating-links .separator {
    margin: 0 2px;
    font-size: 17px;
}

.products-list .rating-box {
    display: none;
    width: 85px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/rating-bg.png) 0 100% repeat-x;
    text-indent: -9999px;
    overflow: hidden;
}

.products-list .rating-box .rating {
    float: left;
    height: 11px;
    background: url(../images/rating-bg.png) 0 0 repeat-x;
}

.products-list .ratings .rating-box {
    float: left;
    margin: 6px 0px 0px;
}

.products-list .ratings-table th, .ratings-table td {
    vertical-align: middle;
    padding-top: 8px;
}

.products-list .ratings-table th {
    padding-right: 30px;
}

.products-list {
    margin-top: 60px;
}

.products-list .product-image-top {
}

.products-list h2.product-name a:hover {
    color: #bb8f43;
}

.products-list h2.product-name a {
    color: #000;
}

.products-list h2.product-name {
    font-size: 20px;
    text-transform: uppercase;
}

.products-list .label-sale, .products-list .label-new {
    height: 62px;
	width: 62px;
	right: 10px;
	top: 10px;
    background-position: left top;
}

.products-list .regular-price .price {
    display: block;
    font-size: 35px;
	line-height:35px;
}

.products-list .special-price {
    display: inline-block;
    margin: 0px 0px 0px 6px;
    font-size: 35px;
    color: #CA370A;
}

.products-list .old-price {
    display: inline-block;
    font-size: 14px;
    color: #bc9147;
}

.products-list .old-price .price {
}

.products-list .minimal-price .price-label {
    display: inline-block;
    font-size: 20px;
    text-transform: capitalize;
}

.products-list .minimal-price .price {
    display: inline-block;
    font-size: 35px;
}

.products-list .minimal-price-link {
    display: inline-block;
    margin-top: 3px;
}

.products-list .minimal-price-link .price {
    font-size: 35px;
	line-height: 40px;
}

.products-list .minimal-price-link .label {
    font-size: 14px;
}

.products-list .price-from {
}

.products-list .price-from .price-label {
    font-size: 14px;
}

.products-list .price-from .price {
    font-size: 35px;
}

.products-list .price-to .price-label {
    font-size: 14px;
}

.products-list .price-to .price {
    font-size: 35px;
}

.products-list .actions {
    overflow: hidden;
    margin-top: 10px;
}
.in-stock a{
	color:#bb8f43;
	font-size:12px;
}
.in-stock p{
	font-size:12px;
	color:#585858;
	margin:0px;
}
.in-stock h3{
	font-size:18px;
	color:#1c8726;
}

.in-stock{
	display:inline-block;
	margin-left: 20px;
	line-height:14px;
}
.products-list button.button:hover {
    background-color: #000;
}

.products-list button.button {
    color: #FFF;
    width: 190px;
    text-transform: uppercase;
    background: url('../images/lady-bag.png') no-repeat scroll 20px center #bb8f43;
    line-height: 47px;
    margin: 0px 2px 0 0;
	position:relative;
	padding-left: 20px;
}

.products-list button.button span {
    font-size: 20px;
}

.products-list .list-buttons {
	position:relative;
}

.products-list .link-wishlist, .products-list .link-compare {
    width: 50px;
    height: 47px;
    display: block;
    overflow: hidden;
    text-indent: -999px;
	-o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.products-list .link-wishlist {
    display: none;
}
/*
.products-list .link-wishlist:hover {
    background-position: left bottom;
}
*/
.products-list .link-compare {
    background: url('../images/favorite-icon.png') no-repeat scroll center center #585858;
}

.products-list .link-compare:hover {
    background-color: #000;
}

.products-list .actions .out-of-stock {
    float: left;
    font-size: 18px;
}

.products-list .availability {
    padding-top: 0px;
float: left;
}
/*
.products-list .quick-view {
    font-size: 18px;
    line-height: 30px;
    margin-left: -60px;
    width: 100px;
	display:none;
}
*/

/*== Compare page ==*/
.catalog-product-compare-index .compare-table {
    
}

.catalog-product-compare-index .compare-table tbody th,
.catalog-product-compare-index .compare-table tbody td {
    padding: 10px 20px;
    border: 0;
    vertical-align: top;
}

.catalog-product-compare-index .compare-table tbody td {
    min-width: 150px;
}

.catalog-product-compare-index .compare-table tbody th {
	border-left:none;
	border-right:none;
	border-bottom: 1px solid #D7D7D7;
}
.catalog-product-compare-index .compare-table tbody + tbody th {
	border-bottom: 1px solid #D7D7D7;
	text-align: center;
	font-size: 16px;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
}

.catalog-product-compare-index .popup_page .page-title h1 {
}

.catalog-product-compare-index  h2.product-name a:hover{
	color:#bc9147;
}
.catalog-product-compare-index  h2.product-name a{
    font-size: 16px;
    margin: 9px 0px 0px;
    font-weight: normal;
	color:#000;
}

.catalog-product-compare-index h2, .catalog-product-compare-index h3 {
    font-size: 15px;
    margin: 12px 0px;
}

.catalog-product-compare-index td:hover .product-image  {outline: 1px solid #d7d7d7;}
.catalog-product-compare-index .product-image {
    display: inline-block;
	margin-top: 25px;
}

.catalog-product-compare-index .regular-price .price {
    display: block;
    margin-top: 6px;
    font-size: 18px;
}

.catalog-product-compare-index .special-price .price{
    display: inline-block;
    margin: 6px 0px 0px 2px;
    font-size: 18px;
    color: #ca370a;
}

.catalog-product-compare-index .old-price {
    display: inline-block;
    font-size: 12px;
    color: #bc9147;
}

.catalog-product-compare-index .old-price .price {
}

.catalog-product-compare-index .minimal-price .price-label {
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
}

.catalog-product-compare-index .minimal-price .price {
    display: inline-block;
    margin: 6px 0px 0px;
    font-size: 14px;
}

.catalog-product-compare-index .minimal-price-link {
    display: inline-block;
    margin-top: 4px;
}

.catalog-product-compare-index .minimal-price-link .price {
    font-size: 14px;
}

.catalog-product-compare-index .minimal-price-link .label{
    font-size: 14px;
	color:#000;
}

.catalog-product-compare-index .price-from {
    margin: 3px 0px 0px;
}

.catalog-product-compare-index .price-from .price-label {
    font-size: 14px;
	color:#000;
}

.catalog-product-compare-index .price-from .price {
    font-size: 18px;
	
}

.catalog-product-compare-index .price-to .price-label {
    font-size: 14px;
	color:#000;
}

.catalog-product-compare-index .price-to .price {
    font-size: 18px;
}

.catalog-product-compare-index .rating-links {
    font-size: 14px;
    margin: 0px;
    min-width: 250px;
}

.catalog-product-compare-index .rating-box {
    width: 85px;
    height: 11px;
    font-size: 0px;
    line-height: 0px;
    background: url(../images/rating-bg.png) 0% 100% repeat-x;
    text-indent: -9999px;
    overflow: hidden;
    margin: 10px auto;
	display:none;
}

.catalog-product-compare-index .ratings {display:none;}
.catalog-product-compare-index .rating {
    height: 27px;
    background: url(../images/rating-bg.png) 0% 0% repeat-x;
}

.catalog-product-compare-index .link-wishlist {
    display: inline-block;
    background: url(../images/wishlist-compare-4col.png) left top no-repeat;
    width: 25px;
    height: 28px;
    vertical-align: bottom;
    text-indent: -9999px;
    margin-bottom: 3px;
	display:none;
}

.catalog-product-compare-index .link-wishlist:hover {
    background-position: left bottom;
}

.catalog-product-compare-index .out-of-stock {
    font-size: 13px;
    padding-top: 10px;
    color: #730101;
}

.catalog-product-compare-index .availability.out-of-stock span {
    display: inline-block;
	text-align: center;
	padding: 0;
}

.catalog-product-compare-index .availability.out-of-stock .link-wishlist {
    vertical-align: 5px;
}

.catalog-product-compare-index .compare-table button.button:hover {
	background-color:#000;
}
.catalog-product-compare-index .compare-table button.button {
     color: #FFF;
	margin-top:25px;
    width: 180px;
	font-size:18px;
    text-transform: uppercase;
    background: #bb8f43 url("../images/lady-bag.png") 20px center no-repeat;
    line-height: 45px;
	padding-left: 12px;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}

.catalog-product-compare-index .buttons-set button.button {
    line-height: 46px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px 15px;
	background:#585858;
	color:#fff;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}

.catalog-product-compare-index .buttons-set button.button:hover {
    background: #000;
    color: #fff;
}

.catalog-product-compare-index .btn-remove {
    float: right;
    background: url(../images/compare-table-rem-btn.png) 0 0 no-repeat;
   width: 104px;
	height: 28px;
	color: #000;
	margin-right: -1px;
}

.checkout-cart-configure .product-navigation {display:none;}
.checkout-cart-configure .product-shop .add-to-cart button.btn-cart {
	width: 280px;
}



.catalog-product-compare-index .btn-remove:hover {
	background-position:0 97%;
}

#product_comparison {
    margin: 40px 0 30px;
	width:100%;
}

#product_comparison +.buttons-set {
	margin: 15px 0 20px;
}

#product_comparison thead + tbody td {
    text-align: center;
	border-bottom: 1px solid #d7d7d7;
}

#product_comparison tbody tr.add-to-row {
	display:none;
}
#product_comparison tbody tr:last-child {
	border:none;
}
#product_comparison tbody tr {
}
#product_comparison tbody td {
    text-align: center;
	border-bottom: 1px solid #D7D7D7;
}

#product_comparison tbody tr.add-to-row td {
    text-align: center;
	border-bottom: 1px solid #D7D7D7;
}

/*========== Detail page ==========*/ 
.catalog-product-view .product-image {
    border:none;
}

.catalog-product-view .product-img-box {
    width: 380px;
    float: left;
    position: relative;
}

.product-essential .add-to-fav-and-print .link-compare:hover{
	background-position:left -46px;
	color:#000;
}
.product-essential .add-to-fav-and-print .link-compare{
	line-height: 30px;
	background:url("../images/fav-detail-img.png") no-repeat left top;
	padding:2px 20px;
	height:30px;
	color:#9d9d9d;
}.product-essential .add-to-fav-and-print .print a:hover{
	background-position:left -46px;
	color:#000;
}
.product-essential .add-to-fav-and-print .print a{
	background:url("../images/print-img.png") no-repeat left top; 
	padding:0 20px;
	height:30px;
	color:#9d9d9d;
}
.product-essential .add-to-fav-and-print li{ display:inline-block;}

.product-essential .add-to-fav-and-print {
	display:inline-block;
}

.product-essential {
    float: left;
}

.ajax-index-options .product-view {padding-bottom:0;}
.product-view {
    overflow: hidden;
	padding-bottom:70px;
	
}
#prod-view-img-box .bxslider li {
	width:560px;
	margin: 0;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
    padding: 1px;}
#prod-view-img-box .bx-slider .dzoom {display: block}
.product-view p.product_id {
    margin: 0px;
	width: 175px;
	color: #585858;
	line-height: 20px;
	font-size: 14px;
}

.product-view p.product_id:first-letter {
    text-transform: uppercase;
}

.product-view .rating-box {
    float: right;
}

.product-view .rating-links {
    float: right;
}

.product-navigation-wrapper {
    margin: 0px 0px 38px -22px;
}

.product-navigation {
    overflow: hidden;
    width: 1200px;
    margin: 0px auto;
    padding: 0px 0px 7px;
}

.btn-previous {
    margin-right: 5px;
}

.btn-previous {
	background: url("../images/view-prev.png") left 3px no-repeat;
}
.btn-next {
	background: url("../images/view-next.png") right 3px no-repeat;
}
a.btn-previous , a.btn-next {
    font-size: 20px;
    padding: 0px 15px 2px;
    line-height: 20px;
    text-transform: uppercase;
    color: #9d9d9d;
    display: block;
    float: left;
    -o-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

a.btn-previous:hover{
    color: #585858;
	background-position:left -33px;
}
a.btn-next:hover {
    color: #585858;
	background-position:right -33px;
}

.product-view .product-img-box img {
}

.catalog-product-view .fb_and_twitter {
}

.catalog-product-view .row {
    padding: 0;
}

.row4 .price-box {
    position: relative;
}

.catalog-product-view .row4 {
}

.box-collateral .item-info {
    margin-left: 92px;
}

.box-collateral span.price {
    font-size: 17px;
    display: block;
    margin: 6px 0px;
}

li.write_review {
    background: url("../images/write_review.png") no-repeat 0 0;
}

.more-views {
    padding: 0px 40px 0px;
    display: inline-block;
    width: 275px;
}

.more-views .bxslider li {
    width: 130px !important;
}

span.m_title {
    display: none;
}

.sorter > .amount {
    color: #000;
    float: right;
    line-height: 47px;
} 
/* Toolbar custom select */
div.fancy-select {
    position: relative;
    float: right;
}

div.fancy-select.disabled {
    opacity: 0.5;
}

div.fancy-select select:focus + div.trigger {
}

div.fancy-select select:focus + div.trigger.open {
}

div.fancy-select div.trigger {
    border-radius: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    color: #000;
    width: 75px;
    transition: all 240ms ease-out 0s;
    height: 50px;
    font-size: 16px;
    line-height: 47px;
    background: url(../images/toolbar-select-arr.png) right 21px no-repeat;
}

div.fancy-select div.trigger span {
    padding-right: 20px;
    background: url(../images/toolbar-select-arr.png) right 8px no-repeat;
    cursor: pointer;
}

div.fancy-select div.trigger:hover {
    color: #bb8f43;
    cursor: pointer;
    background: url(../images/toolbar-select-arr-hover.png) right 21px no-repeat;
}

div.fancy-select div.trigger:hover span {
    background-position: right -40px;
}

div.fancy-select div.trigger:after {
/* content: ""; display: block; position: absolute; width: 0; height: 0; border: 5px solid transparent; border-top-color: #4B5468; top: 20px; right: 9px; */;
}

div.fancy-select div.trigger.open {
}
.catalogsearch-advanced-result .toolbar div.fancy-select div.trigger {
    width: 90px;
}
.catalogsearch-advanced-result .toolbar div.fancy-select ul.options {
    width: 102px;
}
.catalogsearch-advanced-result .toolbar div.fancy-select ul.options li.selected {
    color: #BB8F43;
    background: url('../images/toolbar-selected-arr.png') no-repeat scroll 90px 12px transparent;
}
div.fancy-select div.trigger.open:after {
}

div.fancy-select ul.options {
    list-style: none outside none;
    margin: 0px;
    position: absolute;
    top: 8px;
    left: -10px;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 200px;
    overflow: auto;
    width: 98px;
    transition: opacity 300ms ease-out 0s, top 300ms ease-out 0s, visibility 300ms ease-out 0s;
    background: none repeat scroll 0% 0% #FFF;
}

div.fancy-select ul.options.open {
    visibility: visible;
    top: 9px;
    left: -10px;
    opacity: 1;
	/* have to use a non-visibility transition to prevent this iOS issue (bug?): */
	/*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
    transition: opacity 300ms ease-out, top 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
    transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
    transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
    padding: 0px 10px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 150ms ease-out 0s;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    border-top: 1px solid #f6f6f6;
}

div.fancy-select ul.options li:first-child {
    border-top: 0px;
}

div.fancy-select ul.options li.selected {
    color: #BB8F43;
    background: url('../images/toolbar-selected-arr.png') no-repeat scroll 75px 12px transparent;
}

div.fancy-select ul.options li.selected span {
    background: url(../images/toolbar-select-arr.png) right -39px no-repeat;
    padding-right: 20px;
}

div.fancy-select ul.options li.hover {
    color: #BB8F43;
}

/* Infinite scroll */
.jscroll-added .toolbar, .category-products .toolbar-bottom {
    display: none;
}
#infscr-loading{
	width: 48px;
	height: 48px;
    margin:0 auto;
	z-index:1;
}

/*loading block*/
.loadercont {
    position: absolute;
   width: 48px;
	height: 48px;
    margin: 0px;
    bottom: 39px;
    left: 381px;
}

.loadercont-1 {
    position: absolute;
    width: 33px;
    height: 33px;
    margin: 0px;
    bottom: 62px;
    left: 141px;
}

.ajax_loading {
    display: none/*;position:absolute;top:0;left:0*/;
}

/*== Product Images ==*/

.product-view .product-img-box #bx-pager a:hover{opacity:1;}
.product-view .product-img-box #bx-pager .active{opacity:1;}
.product-view .product-img-box #bx-pager a{
	opacity:0.5;
	margin-left: 10px;
	display: inline-block;
	margin-top: 12px;
}
.product-view .product-img-box #bx-pager {
	margin: 0px 53px 0px 85px;
}
/*
.product-view .product-img-box .bxslider li{
	margin-left:100px;
}*/

.product-view .product-img-box {
    float: left;
    width: 560px;
    position: relative;
	margin-right: 35px;
	padding: 0 25px;
}

.product-view .product-img-box img {
    max-width: 100%;
}

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

.product-view .product-img-box .product-image {
    margin: 0px;
	border:none;
}

.product-view .product-img-box .product-image a.dzoom {
    display: block;
}

.product-view .product-img-box .product-image a.cloud-zoom {
    display: block;
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 265px;
    height: 265px;
    overflow: hidden;
    z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
}

.product-view .product-img-box .zoom-notice {
    font-size: 11px;
    margin: 0 0 5px;
    text-align: center;
}

.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(../images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
/*IE8*/
    opacity: .3;
}

.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
}

.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
}

.product-view .product-img-box .more-views h2 {
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.product-view .product-img-box .more-views ul {
}

.product-view .product-img-box .more-views li {
    float: left;
}

.product-view .product-img-box .more-views .bxslider li {
    margin: 0px 15px 0px 0px;
}

.product-view .product-img-box .more-views .bxslider li:first-child {
    margin: 0px 15px 0px 0px;
}

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

.ajax-index-options .product-view .label-sale,.ajax-index-options .product-view .label-new {
	height: 62px;
    width: 62px;
    right: 5px;
	top: 5px;
    background-position: left top;
}
.product-view .label-sale, .product-view .label-new {
    height: 62px;
    width: 62px;
    right: 10px;
	top: 66px;
    background-position: left top;
}

.product-view .product-img-box .more-views li a {
    display: block;
    border: 1px solid #ebebeb;
}


/*== Product Shop ==*/
.product-view .product-shop {
    float: left;
    width: 555px;
    position: relative;
	z-index: 1;
}

.product-view .ratings {
    width: 311px;
    float: right;
    margin: 0px 0px 11px;
	display:none;
}

.product-view .ratings .rating-links {
    margin: 0px 0px 0px 20px;
}

.product-view .rating-box {
    width: 66px;
    height: 13px;
    margin: 3px 0px 0px;
    font-size: 0;
    line-height: 0;
    background: url(../images/review-form-ico.png) 0 100% repeat-x;
    text-indent: -9999px;
    overflow: hidden;
}

.product-view .rating-box .rating {
    float: left;
    height: 13px;
    background: url(../images/review-form-ico.png) 0 0 repeat-x;
}

.product-view  .no-rating {
    display:none;
}

.product-view .row.cf .add-to-cart .add-to-links{
	display:none;
}

.product-view .row.cf.title {
}

.product-view .row.cf.title + .row.cf .availability.out-of-stock{
	display:none;
}

.product-view .short-description {
	margin: 30px 0px 13px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #D7D7D7;
	padding: 20px 0;
	color: #585858;
	line-height: 18px;
}
.product-options-bottom .in-stock{
	position:static;
	display: inline-block;
	margin-left: 20px;
	
}
.product-view #price-stock-block a{ display:none;}
.product-view #price-stock-block {
	display:inline-block;
}

.product-view .title h1 {
    font-size: 30px;
    color: #000;
	text-transform:uppercase;
	line-height: 30px;
}

.col1-layout .product-view .product-shop .add-to-box {
    clear: both;
}

.product-view .product-shop .product-name {
    margin: 0 0 5px;
}

.product-view .product-shop .product-name h1 {
    margin: 0;
	text-transform:uppercase;
}

#price-stock-block .availability.in-stock-default span{
	display:none;
}
.product-view .product-shop .availability.in-stock span{
	display:none;
}

.catalog-product-view .product-view .product-shop .availability.in-stock {margin: 23px 0px 0px; display:none;}
.product-view .product-shop .availability {
    text-align: right;
    margin: 15px 0px 0px;
	color:#8B0000;
}

.product-view .product-shop .availability span {
    font-weight: normal;
	display: inline-block;
	font-size: 18px;
	width: 108px;
	padding: 0px;
	line-height: 18px;
}
.ajax-index-options .product-shop .add-to-cart .in-stock{margin-top:0px !important;}
.catalog-product-view .product-shop .add-to-cart .in-stock{margin-top:10px;}
.product-view .product-shop .availability:first-letter {
    text-transform: uppercase;
}

.product-view .product-shop .noprice-gprod .availability {
    float: left;
    margin: 0px;
}
.product-view .product-view .product-shop .availability.in-stock{ display:none;}
.product-view .product-view .product-shop .availability.out-of-stock span{
	padding:10px 15px;
}
.product-view .product-shop .price-box a:hover{
	color:#bc9147;
}
.product-view .product-shop .price-box a{
	color:#585858;
}
.catalog-product-view .product-view p.product_id {margin-bottom:15px;}
.catalog-product-view .product-view .product-shop .special-price .price {margin-top:15px;}
.product-view .product-shop .price-box .special-price .price {
	font-size:50px;
}
.catalog-product-view .product-view .product-shop .price-box {margin-top: 19px;line-height: 38px;}
.product-view .product-shop .price-box {
    margin: 25px 0 0 0;
}

.product-view .product-shop .price-box .minimal-price .price-label {
/*font-size: 15px; font-weight: normal;*/
    ;
}

.product-view .product-shop .price-box .minimal-price .price {
    font-weight: normal;
}

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

.product-view .product-shop dl {
/*display: inline-block*/
    ;
}

.product-view .product-options .config-prod {
    padding: 0px;
}

.product-view .product-shop #product-options-wrapper dl:first-child dt:first-child {
    margin-top: 0px;
}

.product-view .product-shop #product-options-wrapper dl:first-child dt:first-child + dd {
}

.row-social {
}

.st_twitter_hcount, .st_facebook_hcount {
}

#detail-page-social, #detail-page-social2 {
    float: right;
    margin: 0;
	line-height: 30px;
}

#detail-page-social2 {
    margin: -38px 0px 0px -8px;
}

.product-view .regular-price .price {
    font-size: 50px;
	display: inline-block;
	line-height: 42px;
	padding:0 0px;
}

.product-view .special-price {
    display: inline-block;
    margin: 0px 0px 0px 6px;
    font-size: 25px;
    color: #cb380b;
}

.product-view .old-price {
    display: inline-block;
    font-size: 15px;
    color: #898989;
}

.product-view .old-price .price {
	font-size: 20px;
	color:#bc9147;
}

.product-view .minimal-price .price-label {
    display: inline-block;
    font-size: 20px;
    text-transform: capitalize;
}

.product-view .minimal-price .price {
    display: inline-block;
    font-size: 25px;
}

.product-view .minimal-price-link {
    display: inline-block;
}

.product-view .minimal-price-link .price {
    font-size: 25px;
}

.product-view .minimal-price-link .label {
    font-size: 20px;
}

.product-view .price-from {
}

.product-view .price-from .price-label {
    font-size: 20px;
}

.product-view .price-from .price {
    font-size: 25px;
}

.product-view .price-to .price-label {
    font-size: 20px;
}

.product-view .price-to .price {
    font-size: 25px;
}

/*== Product options==*/
.product-options dl {
    overflow: hidden;
}

.product-options dl dt {
}

.product-options dl dd {
margin-bottom: 15px;
}

.product-options {
    overflow: hidden;
    margin: 0;
    position: relative;
	z-index:1;
}

.product-options dt {
    font-weight: normal;
}

.product-options dt label {
    text-transform: capitalize;
	color: #585858;
}

.product-options dt label.required {
    margin-left: 0px;
}

.product-options dt em {
    font-size: 12px;
    color: #ff0202;
    font-style: normal;
    font-weight: normal;
    vertical-align: 3px;
}

.bundle-item + dd .qty-holder {
    display: block;
    padding: 20px 0 0;
}

.product-options dd .qty-holder label {
	color:#585858;
}

.product-options dd .qty-holder input {
}

.product-options dd .qty-holder {
   display:none;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f;
}

.product-options dd {
}

.product-options .config-prod dd .input-box {
    width: 245px;
}

.product-options .config-prod dt:first-child {
    margin: 0px 0px 2px;
}

.product-options .config-prod dt {
    margin: 12px 0px 2px;
}

.product-options dl.last dd.last {
	margin:0;
}

.product-options dl.last dd.last select {
/*display: block; width: 227px; padding: 5px 6px 5px 5px; -moz-box-sizing: content-box; box-sizing: content-box; border: 1px solid #B1B0B0; background: #fff*/
    ;
}

.product-options dd input.input-text {
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
	
}
/* 
#product-options-wrapper .bundle-item + dd .input-box {
    border: 1px solid #CCC;
    overflow: hidden;
    height: 34px;
    width: 375px;
	background: url('../images/select-arrow.jpg') no-repeat right;
} */

 .bundle-item + dd .input-box select {
	font-size:16px;
	color:#585858;
    width: 400px;
    background: #fff;
	margin-bottom:2px;
	cursor: pointer;
	margin-bottom:15px;
	background: transparent;
   padding: 5px;
   line-height: 1;
   border: 1px solid #d7d7d7;
   border-radius: 0;
   height: 34px;
}
/* 
#configurable-product dd .input-box {
    border: 1px solid #CCC;
    overflow: hidden;
    height: 34px;
    width: 375px;
	background: url('../images/select-arrow.jpg') no-repeat right;
	margin-bottom: 15px;
}
 */
#configurable-product dd .input-box select {
	font-size:16px;
	color:#585858;
    width: 100%;
    background: #fff;
	margin-bottom:2px;
	cursor: pointer;
	background: transparent;
   padding: 5px;
   line-height: 1;
   border: 1px solid #d7d7d7;
   border-radius: 0;
   height: 34px;
}

.product-options dd .multiselect {
    width: 100%;
    padding-top: 10px;
}

.product-options dd .multiselect option {
    padding: 0px 5px;
}

.product-options dd .multiselect option:hover {
    color: #bc9147;
    cursor: pointer;
}

.product-options ul.options-list li {
/*margin-top: 8px*/
    ;
}

.product-options ul.options-list li:first-child {
    margin-top: 0px;
}

.product-options ul.options-list li {
}

.product-options ul.options-list input.radio {
    vertical-align: -1px;
}

.product-options ul.options-list input.checkbox {
    vertical-align: -1px;
}

#prod-custom-options .input-box{width:250px;}

#prod-custom-options .input-box select{width:100%; cursor: pointer;}
#prod-custom-options {
    padding: 0px;
}

#prod-custom-options input.radio, #prod-custom-options input.checkbox {
    margin-right: 10px;
}

#prod-custom-options ul.options-list {
    margin-top: -3px;
}

#prod-custom-options ul.options-list li {
/*margin-top: 6px*/
    ;
}

.product-options ul.options-list .label {
}

.product-options ul.options-list label {
    font-weight: normal;
	color:#585858;
}

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

p.options_header {
    font-size: 18px;
	text-transform:capitalize;
    margin: 0 0 17px;
    color: #000;
}

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

.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-shop .add-to-cart .in-stock{
	line-height:16px;
	margin: 0px 0 0 20px;
}
.product-shop .add-to-cart {
    padding: 0px 0px 36px;
    border-bottom: 1px solid #d7d7d7;
    margin: 0px 0px 10px;
    position: relative;
	z-index:1;
}

.ajax-index-optionsa .product-shop .product-options-bottom {
}

.product-shop .product-options-bottom .price-box {
    float: none;
    margin: 0 0 8px;
}

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

#prod-custom-options .multiselect{
	height:100px;
}
#prod-custom-options select, #prod-custom-options input.input-text, 
#prod-custom-options textarea {
	border: 1px solid #d7d7d7;
}

#prod-custom-options dt, #prod-custom-options dd {
}

#prod-custom-options dt label{display:none;}
#prod-custom-options dt {
    margin: 27px 0px 13px;
    line-height: 1;
}

#prod-custom-options dt:first-child {
    margin: 0px 0px 5px;
}

#prod-custom-options input.input-text, #prod-custom-options textarea {
    border: 1px solid #d7d7d7;

}

#prod-custom-options dd {
margin-top:10px;
}

#prod-custom-options .datetime-picker {
    vertical-align: 5px;
	margin-right:5px;
}

#prod-custom-options .time-picker .time-picker {
    margin: -10px 0px 0px;
}

#prod-custom-options .time-picker  select {
}

#prod-custom-options dt  label {
    color: #585858;
	font-size: 16px;
}
/*== Related products ==*/
.dp_right_block {
	margin-top:55px;
    width: 100%;
}

.dp_right_block .block-title {
    font-size: 20px;
	line-height: 43px;
	width: 100%;
	color: #000;
	text-transform: uppercase;
}

.product-collateral h2 {
    text-transform: uppercase;
    margin: 0 0 20px;
}

.product-collateral .box-collateral {
}

.dp_right_block .block-content {
    margin-top: 15px;
}
.bx-controls-direction{
	position:relative;
}
.bx-controls-direction .bx-prev, .bx-controls-direction .bx-next{
	position:absolute;
	display:block;
	width:23px;
	height:33px;
	text-indent:-999px;
	top:-350px;
}
.bx-controls-direction .bx-prev{
left: -25px;
	background:url("../images/detail-arrow-slide.png") no-repeat left bottom;
}
.bx-controls-direction .bx-prev:hover{
	background-position:left top;
}.bx-controls-direction .bx-next:hover{
	background-position:right top;
}
.bx-controls-direction .bx-next{
	left:563px;
	background:url("../images/detail-arrow-slide.png") no-repeat right bottom;
}
.dp_right_block .slide ul li {
    width: 225px;
	display:inline-block;
    margin: 1px 1px 28px 10px !important;
}

.dp_right_block .slide ul > li:first-child {
    margin: 1px 1px 28px !important;
}

.dp_right_block .mini-products-list .page_rec {
    overflow: hidden;
    font-size: 25px;
}

.dp_right_block .mini-products-list > li {
    float: left;
    width: 275px;
    margin-right: 7px;
}

.dp_right_block .mini-products-list li.item .product a.product-image:hover {
	outline:1px solid #d7d7d7;
}
.dp_right_block .mini-products-list li.item .product a.product-image {
    display: inline-block;
}

.dp_right_block .mini-products-list > li.slide {
    width: 100% !important;
}

.dp_right_block .mini-products-list > li.slide .page_rec {
float: left;
}

.dp_right_block .mini-products-list > li.slide .page_rec:first-child {
    margin-top: 0px;
}

.dp_right_block .regular-price .price {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.dp_right_block  .special-price {
    display: inline-block;
    margin: 5px 0px 0px 2px;
    font-size: 12px;
    color: #eb6060;
}

.dp_right_block .old-price {
    display: inline-block;
    font-size: 10px;
    color: #898989;
}

.dp_right_block .old-price .price {
}

.dp_right_block .minimal-price .price-label {
    display: inline-block;
    font-size: 12px;
    text-transform: capitalize;
}

.dp_right_block .minimal-price .price {
    display: inline-block;
    margin: 5px 0px 0px;
    font-size: 12px;
}

.dp_right_block .minimal-price-link {
    display: inline-block;
    margin-top: 4px;
}

.dp_right_block .minimal-price-link .price {
    font-size: 12px;
}

.dp_right_block .minimal-price-link .label {
    font-size: 12px;
}

.dp_right_block .price-from {
    margin: 4px 0px 0px;
}

.dp_right_block .price-from .price-label {
    font-size: 12px;
}

.dp_right_block .price-from .price {
    font-size: 12px;
}

.dp_right_block .price-to .price-label {
    font-size: 12px;
}

.dp_right_block .price-to .price {
    font-size: 12px;
}

.dp_right_block .mini-products-list .product-details {
    font-size: 12px;
    margin: 8px 0px 0px;
	display:none;
}

.dp_right_block .label-new, .dp_right_block .label-sale {
    height: 46px;
    width: 46px;
    top: 6px;
    right: 6px;
    background-position: left bottom;
}

.dp_right_block .product {
    position: relative;
}

.dp_right_block .label-new-related, .block-related .label-sale-related {
    position: absolute;
    right: 3px;
    top: 3px;
    border: 0px;
	width: 40px;
	height: 40px;	
}

/*== Box colateral ==*/
.box-collateral.box-related label {
}

.box-collateral.box-related {
    margin-bottom: 15px;
}

.box-collateral.box-related h2 {
    text-transform: capitalize;
font-size: 20px;
line-height: 52px;
padding: 0px 10px;
color: #585858;
}

.box-collateral.box-related li img {
    border: 1px solid #f5f3f3;
    float: left;
}

.box-collateral.box-related li.item {
    position: relative;
    margin-top: 15px;
}

.box-collateral.box-related li.item.first {
    margin-top: 12px;
}

.box-collateral.box-related .opt_acc {
    text-transform: lowercase;
    text-align: center;
}

.box-collateral.box-related .opt_acc .checkbox {
    vertical-align: baseline;
    margin: 0px 0px 8px;
}

.box-collateral.box-related ul {
    padding: 0px 10px;
}

.box-collateral.box-related select {
    width: 245px;
    margin-top: 15px;
}

.box-collateral.box-related select:first-child {
    margin-top: 0px;
}

.box-collateral.box-related .product-details {
    margin-left: 45px;
    border-left: 1px solid #f5f3f3;
    padding-left: 10px;
    min-height: 101px;
}

.checkbox.related-checkbox {
}

#box-related-select {
}

#box-related-opt_acc-price {
    float: left;
    margin-top: 32px;
    width: 35px;
}

#show_related_img {
    position: absolute;
    left: 80px;
    top: 25px;
    z-index: 5;
}
.product-view #product-options-wrapper {
    clear: both;
    margin-bottom: 20px;
    position: relative;
	width: 380px;
}

.product-view #product-options-wrapper .req-field {
    top: 12px;
    right: 10px;
	display:none;
}

.product-view #product-options-wrapper  ~ .price-box .price-as-configured {
    border-top: 1px solid #ebebeb;
    padding-top: 11px;
}

.product-view #product-options-wrapper  ~ .price-box ~ .product-options-bottom .add-to-cart {
    border-top: none;
    padding: 10px 0px 15px;
}
/*== Tier prices ==*/
.product-pricing,
.tier-prices {
    margin: 0px 0px 15px;
    padding: 13px 10px 11px;
    border-radius: 3px;
	background: none repeat scroll 0% 0% #f6f6f6;
	color:#585858;
}

.tier-prices .benefit {
}

.tier-prices .price {
}

.tier-prices-grouped li {
}

.tier-prices-grouped li .price {
    font-weight: bold;
}

/*== Grouped product==*/


#super-product-table {
    padding: 12px 0 0px;
    clear: both;
}

#super-product-table thead tr th{
	border-bottom:1px solid #d7d7d7;
}

#super-product-table thead tr.first.last > th:first-child {
    width: 309px;
}

#super-product-table thead th {
    text-transform: uppercase;
    padding: 0px 10px;
    line-height: 40px;
}

#super-product-table thead tr.first.last .a-right {
    width: 100px;
    text-align: center;
}

#super-product-table thead tr.first.last .a-center {
    width: 100px;
    text-align: center;
}

#super-product-table .a-right, #super-product-table .a-center {
    text-align: center;
}

#super-product-table tbody tr.first.odd td {
}

#super-product-table tbody tr.first.odd td {
}

#super-product-table tbody td {
    overflow: hidden;
    padding: 15px 10px 0px;
}

#super-product-table tbody td .price-box {
    float: none;
}

#super-product-table tbody td .price {
    font-size: 18px;
}

#super-product-table tbody td input.input-text {
    border: 1px solid #cbcbcb;
    text-align: center;
    width: 50px;
    padding: 0px;
    height: 30px;
}


/*== Bundle product ==*/
.price-as-configured {
    margin: 0;
    color: #000;
}

.price-as-configured .price-label {
    font-size: 20px;
    text-transform: capitalize;
    white-space: nowrap;
	line-height:30px;
}

.price-as-configured .price {
    font-size: 25px;
}

.catalog-product-view .product-view .product-shop .price-box-bundle .price-box{
	margin-top: 0px;
	line-height: inherit;
}
.catalog-product-view .product-view .price-box-bundle .price-box span.price{
	margin-top:0px;
	line-height:38px;
	font-size:35px;
}
.product-view .price-box-bundle {
    overflow: hidden;
}

.product-view .price-box-bundle + .price-box {
    clear: both;
    float: none;
}

.product-view .price-box-bundle + .price-box .price-as-configured {
    margin: 6px 0px -2px;
}

#product-options-wrapper + script + .price-box {
    float: none;
}

#product-options-wrapper + script + .price-box .price-as-configured {
}

.box-collateral.box-related + .price-box .price-as-configured {
}

.box-collateral.box-related + .price-box {
    float: none;
}

.box-collateral.box-related + .price-box .price-as-configured {
}

.bundle-item {
    color: #474747;
}

.bundle-item {
    padding: 12px 10px 0px;
    margin-bottom: 10px;
    border-top: 1px solid #ebebeb;
}

.bundle-item + dd {
    padding: 0px 0px 15px;
}

dl .bundle-item:first-child {
    padding-top: 0px;
    border: 0px;
}

dl .bundle-item label {
    color: #585858;
}

#product-options-wrapper .bundle-item + dd.last {
    padding: 0px 0px 0px;
}
/* Price notice next to the options */
.price-notice {
}

.price-notice .price {
}

/*== Add to cart buttons ==*/
.row.load, .add-to-box.row {
    position: relative;
}

.ad_links {
    float: right;
    margin-left: 13px;
}

.ad_links li {
    float: right;
    margin: 8px 3px 0px 0px;
}

.ad_links li:first-child {
    margin: 8px 0px 0px;
}

.product-view .add-to-links1 li.compare {
}

.ad_links li a {
    width: 31px;
    height: 35px;
    display: block;
}

.ad_links .compare a {
    background: url(../images/wishlist-compare-3col.png) no-repeat right top;
}

.ad_links .compare a:hover {
    background-position: right bottom;
}

.ad_links .wish_list a {
    background: url(../images/wishlist-compare-3col.png) no-repeat left top;
}

.ad_links .wish_list a:hover {
    background: url(../images/wishlist-compare-3col.png) no-repeat left bottom;
}

.ad_links .email-friend a {
    background: url(../images/email-friend.png) no-repeat left top;
}

.ad_links .email-friend a:hover {
    background-position: left bottom;
}

.add-to-box {
}

.add-to-box .add-to-cart, .product-options-bottom .add-to-cart {
}

.product-shop .add-to-cart button.btn-cart:hover {
	background:url('../images/lady-bag.png') no-repeat scroll 20px center #000;
}
.catalog-product-view .product-shop .add-to-cart button.btn-cart {
	line-height: 55px;
}
.product-shop .add-to-cart button.btn-cart {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 45px;
	text-align:center;
	color: #FFF;
	width: 220px;
	text-transform: uppercase;
	background: url('../images/lady-bag.png') no-repeat scroll 20px center #bc9147;
	transition:background-color 0.5s ease;
	-webkit-transition:background-color 0.5s ease;
	-o-transition:background-color 0.5s ease;
	-moz-transition:background-color 0.5s ease;

}
.add-to-box .or {
    float: left;
    font-weight: bold;
    margin: 0 7px;
    color: #666;
}

.product-shop .add-to-cart .ad_links {display:none;}
.add-to-box .add-to-links {
    float: left;
    margin: 0;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important;
}

.add-to-box .add-to-links li {
    display: block !important;
}

.add-to-box .add-to-links li .separator {
    display: none !important;
}

.product-view .qty-container {
    float: left;
    margin-top: 9px;
	display:none;
}

.product-view .qty-container input.qty {
    border: 1px solid #ccc;
    text-align: center;
    width: 60px;
}

.product-view .qty-container input.up {
    width: 10px;
    height: 6px;
    border: none;
    box-shadow: none;
    background: url("../images/up_down_btn.png") no-repeat 100% 0%;
}

.product-view .qty-container input.down {
    width: 10px;
    height: 6px;
    border: none;
    box-shadow: none;
    background: url("../images/up_down_btn.png") no-repeat 0% 0%;
}

.product-view .qty-container label {
    float: left;
    margin-right: 10px;
    line-height: 33px;
    font-size: 17px;
}

.add-to-cart .qty {
    float: left;
}

.add-to-cart button.button:hover {
	background-color:#000;
}
.add-to-cart button.button {
	color: #FFF;
	width: 190px;
	text-transform: uppercase;
	background: url('../images/lady-bag.png') no-repeat scroll 20px center #BB8F43;
	line-height: 45px;
	margin:0;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
	font-size:18px;
	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;
    display: none;
}

.add-to-links .separator {
    display: none;
}

/*===== Detail page tabs =====*/
ul.tabs {
    display: block;
    overflow: hidden;
    margin-bottom: 2px;
	margin-top:60px;
}

.tabs li.active {
    background: #9b9b9b;
    z-index: 3;
}

.tabs li.first {
}

.tabs li {
    float: left;
    line-height: 48px;
    margin-left: 2px;
    position: relative;
    background: #ebebeb;
    transition: background 0.4s;
    -webkit-transition: background 0.4s;
}

.tabs li:first-child {
    margin-left: 0px;
}

.tabs li:hover {
    background: #9b9b9b;
    color: #fff;
}

.tabs li:hover a {
    color: #fff;
}

.tabs a {
    color: #585858;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 20px;
	line-height: 60px;
}

.tabs li.active a, .tabs li.active a:hover {
    color: #fff;
}

.product-tabs-content {
    background: none repeat scroll 0% 0% #FFF;
	border: 1px solid #d7d7d7;
	margin: 0px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding: 20px;
}

.product-tabs-content .block1 {
    width: 570px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}

.product-tabs-content .block2 {
    overflow: hidden;
}

.product-tabs-content .block2 .left {
    width: 270px;
    margin-right: 30px;
    float: left;
    overflow: hidden;
}

.product-tabs-content .block2 .right {
    overflow: hidden;
    float: left !important;
}

.product-tabs-content .block1 p, .product-tabs-content .block2 p {
    margin-bottom: 25px;
}

.product-tabs-content .std {
	color:#585858;
	margin-bottom: 15px;
}

.product-tabs-content .std *:first-child, .product-tabs-content .std .prod-desc *:first-child {
    margin-top: 0px !important;
}

.catalog-product-view #recently-viewed-items li.item {
    margin: 0 2%;
    width: 21%;
}

.catalog-product-view #recently-viewed-items li.item img {
    max-width: 100%;
}

.catalog-product-view #recently-viewed-items .product-name a {
    color: #837F7F;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

.catalog-product-view #recently-viewed-items .product-image {
    border-bottom: 1px solid #CBD0DE;
    display: block;
    margin-bottom: 5px;
    padding: 0 0 5px;
    text-align: center;
}

.catalog-product-view #recently-viewed-items .regular-price .price {
    font-size: 20px;
}

.catalog-product-view #recently-viewed-items li.item .special-price .price {
    font-size: 20px;
}

.product-tabs-content h2, .product-tabs-content .prod-desc
.desc-question {
    font-size: 18px;
    color: #bc9147;
    font-weight: normal;
	text-transform:capitalize;
}

.product-tabs-content .prod-desc h2, .product-tabs-content .prod-desc 
.desc-question {
    margin: 24px 0px 9px;
}
.item-comes h2{margin-bottom:15px;}
.item-comes{width:100%;}
.desc-info{width:550px;}
.add-info{color:#585858;}
.item-comes .add-info.last{margin-bottom:0px;}
.item-comes .add-info{color:#585858; margin-bottom:15px;}
.item-comes .add-info ul{ margin-top:13px;}
.product-tabs-content .attr-table{margin-right:50px;}
.product-tabs-content .attr-table, .desc-info{float:left;}
.product-tabs-content .prod-desc p {
    margin: 9px 0px;
}
.desc-info p{margin: 29px 0 0;}
.product-tabs-content .prod-desc ul li {
    margin: 12px 0px;
}

.product-tabs-content > h2:first-child {
    margin: 25px 0px 26px;
}

.product-tabs-content > h2:first-child span {
    color: #585858;
}

#product_tabs_attributes_tabbed_contents table {
    font-size: 14px;
	color:#585858;
	width:auto;
}

#product_tabs_attributes_tabbed_contents table tr.last th,#product_tabs_attributes_tabbed_contents table tr.last td{border-bottom:none;}

#product_tabs_attributes_tabbed_contents table tr {
    height: 30px;
}

#product_tabs_attributes_tabbed_contents th {
    width: 308px;
    border-bottom: 1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	vertical-align: middle;
}

#product_tabs_attributes_tabbed_contents th span {
    padding: 0px;
}

#product_tabs_attributes_tabbed_contents td {
	text-align:left;
    width: 182px;
    padding: 5px 0 0 20px ;
    border-bottom: 1px solid #d7d7d7;
}

#product_tabs_attributes_tabbed_contents table tbody tr:first-child th,
#product_tabs_attributes_tabbed_contents table tbody tr:first-child td {
    border-top: 0px;
}

#customer-reviews dd {
    float: left;
    width: 800px;
	margin: 10px 0;
	color:#585858;
}

#customer-reviews small.date {
	margin:5px 0 0;
    font-style: normal;
    color: #bc9147;
    display: block;
}

#customer-reviews dt {
	width: 200px;	
    margin-right: 32px;
    float: left;
}

#customer-reviews dt span.sumarry + span {
    color: #403f3f;
}

#customer-reviews dt span.sumarry {
    display: block;
	color: #000;
	font-size: 16px;
}

#customer-reviews dt p {
    margin:0px 0 7px;
}

#customer-reviews .form-add > h2:first-child {
    margin: 0px 0px 21px;
	color: #bb8f43;
	text-transform: capitalize;
	font-size: 18px;
}

#customer-reviews h2, #customer-reviews h3 {
    color: #898989;
}

#customer-reviews > h2:first-child {
    margin: 25px 0px 23px;
    color: #403f3f;
}

#customer-reviews > h2:first-child span {
    color: #585858;
}

#customer-reviews h4 {
    font-weight: normal;
    margin: 0px 0px 22px;
    text-transform: capitalize;
	color:#585858;
}

#customer-reviews h4 em {
    font-weight: normal;
	font-size: 14px;
	color: #585858;
	display:none;
}

#customer-reviews h3 {
    font-weight: normal;
    font-size: 14px;
	color:#585858;
}

#customer-reviews h3 span {
    font-size: 14px;
    color: #bb8f43;
}

.product-view .box-reviews dl {
    margin:0px 0px 20px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}

#customer-reviews .ratings-table {
    margin: 4px 0px 0px;
}

#customer-reviews .ratings-table  td {
    padding: 0px;
    vertical-align: middle;
}

#customer-reviews .ratings-table  th {
    padding: 0px 5px 0px 0px;
    vertical-align: middle;
	color: #585858;
}

#customer-reviews .ratings-table .rating-box {
    margin: 0px;
}

#customer-reviews .ratings-table  tbody tr {
    height: 18px;
}

#customer-reviews .ratings-table  tbody tr:first-child {
    margin: 0px;
}

#customer-reviews .input-box {
    min-height: 42px;
}

table#product-review-table {
    width: 1160px;
    float: left;
}

table#product-review-table thead tr {
}

table#product-review-table tbody tr:first-child {
    height: 48px;
}

table#product-review-table tr {
    height: 33px;
}

table#product-review-table tr th {
}

table#product-review-table thead th {
    width: 87px;
    text-align: center;
}

table#product-review-table thead th:first-child {
    width: 137px;
}

table#product-review-table tr td {
    color: #ebebeb;
	vertical-align: middle;
}

table#product-review-table thead tr th span.star {
    background: url(../images/review-form-ico.png) 0 0 no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0px 3px;
}

table#product-review-table tbody tr {
}

table#product-review-table tbody tr th + td:first-child {
    border: 0px;
}

table#product-review-table tbody tr th + td {
}

table#product-review-table tbody tr td {
    border-bottom: 1px solid #D7D7D7;
}

table#product-review-table tbody tr th {
    border-bottom: 1px solid #D7D7D7;
	height: 48px;
	vertical-align: middle;
}

table#product-review-table tbody tr{
	border-bottom: 1px solid #d7d7d7;
}

table#product-review-table tbody tr td input.radio {
    margin: 0px;
}

table#product-review-table tbody th, table#product-review-table tbody td {
}

table#product-review-table tbody tr:first-child th, table#product-review-table tbody tr:first-child td {
	border-bottom: 1px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
}

ul.form-list li:first-child, ul.form-list li:first-child + li {
}

ul.form-list li.wide {
    width: 100%;
    margin-left: 0;
}

ul.form-list li.wide .input-box {
    width: 100% !important;
}

.my-account ul.form-list li.fields {
	margin-left: 0;
	float:none;
}
ul.form-list li.fields { margin-left: 0;}

#account-register-form-wrapper ul.form-list li.fields {
    margin-left: 0;
	float:left;
}

#review-form ul.form-list textarea + em{
	color: #ff0000;
	position: absolute;
}
#review-form ul.form-list em{
	color:#ff0000;
	display: none;
}
#review-form ul.form-list {
    width: 600px;
	float: left;
	margin: 40px 0px 0px;
	font-size:16px;
}

#review-form ul.form-list li:first-child {
    float: left;
}

#review-form ul.form-list li:first-child + li {
    float: right;
}

#review-form ul.form-list li:first-child + li + li {
    clear: both;
    padding-top: 10px;
}

#review-form ul.form-list li:first-child, #review-form ul.form-list li:first-child + li {
    width: 295px;
}

#review-form .buttons-set {
    width: 600px;
    float: left;
}

#review-form .form-list li + li + li .input-box {
    width: 100%;
    min-height: 114px;
}

#review-form .form-list input.input-text{
    border: 1px solid #9d9d9d;
	width:289px;
	font-size:16px;
}

#review-form .form-list textarea {
    border: 1px solid #9d9d9d;
    width: 595px;
    height: 160px;
	font-size:16px;
}

#review-form .buttons-set button.button {
	line-height: 44px;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px 30px;
	background-color:#585858;
    color: #fff;
    margin-top: 54px;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}

#review-form .buttons-set button.button:hover {
    background: #000;
}
.my-account p.req-field {
    color: #f00;
    font-size: 12px;
    text-transform: capitalize;
}
p.req-field {
    color: #ff0000;
    font-size: 12px;
    text-transform: capitalize;
}

.req-field em {
    font-style: normal;
}

#review-form .req-field {
    margin-top: 5px;
	position:absolute;
	color: #ff0000;
}

.product-tabs-content .box-tags {
    margin: 0;
    overflow: hidden;
}

.product-tabs-content .box-tags h3 {
    font-size: 18px;
    margin: 0px 0px 27px;
    text-transform: uppercase;
    font-weight: normal;
	color:#585858;
}

.product-tabs-content .box-tags ul li {
}

.product-tabs-content .box-tags ul li a {
    display: inline;
}

.product-tabs-content .box-tags .product-tags {
    overflow: hidden;
	margin-bottom: 26px;
}

.product-tabs-content .box-tags .product-tags li {
    float: left;
    color: #474747;
}

.product-tabs-content .box-tags .product-tags li:first-child span {
    display: none;
}

.product-tabs-content .box-tags .product-tags li.first {
    padding-left: 0;
}

.product-tabs-content .box-tags .product-tags li.last {
    background: none;
    padding-right: 0;
}

.product-tabs-content .box-tags .product-tags li a {
    text-transform: capitalize;
}

.product-tabs-content .box-tags .form-add p.note{margin:0;}
.product-tabs-content .box-tags .form-add {
    width: 870px;
	position: relative;
}

.product-tabs-content .box-tags .form-add label {
    text-transform: capitalize;
	color: #BC9147;
	font-size: 18px;
}

.product-tabs-content .box-tags .form-add .input-box {
    width: 664px;
	margin-top: 10px;
	display: block;
}

.product-tabs-content .box-tags .form-add input.input-text {
    display: block;
	width: 664px;
	height: 43px;
}

.product-tabs-content .box-tags .form-add button.button {
	line-height: 43px;
	font-size: 18px;
    text-transform: uppercase;
    padding: 0px 45px;
	background:#585858;
    color: #fff;
	position: absolute;
	right: 0px;
	top: 30px;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}

.product-tabs-content .box-tags .form-add button.button:hover {
    background: #000;
}

.product-tabs-content .box-tags .note {
    float: left;
    font-size: 12px;
	color:#585858;
}

/*========== Review page ==========*/
.review-product-list .product-view {
    margin-top: 23px;
}

.review-product-list .product-essential {
}

.review-product-list .product-view .product-shop {
}

.review-product-list .product-view .product-shop .ratings-table {
    float: left;
    margin: 4px 0px 8px;
}

.review-product-list .product-view .product-shop .ratings-table td {
    padding: 0px;
}

.review-product-list .product-view .product-shop .ratings-table th {
    vertical-align: middle;
    padding-right: 35px;
}

.review-product-list .product-view .product-shop .ratings-table tr {
    height: 25px;
}

.review-product-list .product-view .product-shop .ratings-table .rating-box {
    margin: 0px;
}

.review-product-list .product-view .product-shop a.nobr {
    float: right;
    margin-top: 18px;
}

.review-product-list .product-view .product-shop a.nobr:hover {
}

.review-product-list .product-view #price-stock-block {
}

.review-product-list .product-view .product-shop .buttons-set {
    margin: 15px 0px 0;
    padding: 12px 0 0;
}

.review-product-list .product-view .product-collateral {
    margin: 0px;
}

.review-product-list .product-collateral .pager {
    padding: 0px 10px 15px;
    height: 30px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.review-product-list .product-collateral h2 + .pager {
    border-top: 1px solid #ebebeb;
    margin: 0px 0px 15px;
    padding: 15px 10px;
}

.review-product-list .product-collateral .pager .amount {
    float: left;
    margin: 0px;
}

.review-product-list .product-collateral .pager .amount strong {
    line-height: 30px;
}

.review-product-list .product-collateral .pager .limiter {
    float: right;
    line-height: 30px;
}

.review-product-list .product-collateral .pager .limiter select {
    width: 60px;
}

.review-product-list .product-collateral .pager .pages a {
    margin-bottom: 0px;
    line-height: 22px;
}

.review-product-list #customer-reviews dt a {
    display: block;
    float: none;
    text-transform: uppercase;
    text-decoration: none;
}

.review-product-list #customer-reviews .ratings-table {
    border-top: 1px solid #ebebeb;
}

.review-product-list #customer-reviews .ratings-table td {
    padding-right: 30px;
}

.review-product-list .add-to-box.row {
    padding: 0px;
}

.review-product-list .product-collateral .pager .pages, .review-product-list .product-collateral .pager .amount {
}

.review-product-list #customer-reviews .form-add > h2:first-child {
    font-size: 17px;
    font-weight: normal;
}

.review-product-list .loadercont {
    left: 155px;
}

/*========== Shopping cart ==========*/
.cart-table th {
}

.cart-table td {
    padding: 15px 10px;
}

.cart-table td.test1 {
    padding: 20px 0px;
}

.cart-table td.test1 a {
    display: block;
    border: 1px solid #d7d7d7;
    width: 120px;
}

.cart-table .product-name {
}

.cart-table .item-msg {
    font-size: 12px;
    color: #ab0919;
}

.cart-table tfoot td {
    padding: 5px 10px;
}

.cart-table .btn-continue {
    float: right;
}

.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span {
}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right;
}

.cart-table .btn-update {
    margin-left: 10px;
}

.cart-table tfoot .btn-continue, .cart-table tfoot .btn-update {
    line-height: 46px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px 15px;
    background: url(../images/btn-bg.png) repeat-x;
    color: #898989;
    float: none;
	display:none;
}

.cart-table tfoot .btn-continue:hover, .cart-table tfoot .btn-update:hover {
    background: #014ca1;
    color: #fff;
}

#shopping-cart-table col {width:auto !important;}
#shopping-cart-table {
	width: 100%;
}

#shopping-cart-table thead tr {
    height: 40px;
}

#shopping-cart-table thead {
	display:none;
}
#shopping-cart-table tr th {
    height: 52px;
    width: 150px;
    background: url(../images/toolbar-bg.png) repeat-x;
    font-size: 20px;
    text-transform: uppercase;
}

#shopping-cart-table tr th:first-child {
    width: 120px;
    padding-left: 10px;
}

#shopping-cart-table tr th:first-child + th {
    width: 462px;
}

#shopping-cart-table tr td {
    vertical-align: middle;
}

#shopping-cart-table tr td .cart-price .price {
    text-transform: uppercase;
	font-size: 25px;
	color: #BC9147;
}

#shopping-cart-table a.product-image img {
}

#shopping-cart-table .link-wishlist {
    display: none;
}

#shopping-cart-table .btn-remove2, #shopping-cart-table .btn-remove {
    padding: 0px 28px;
	line-height: 16px;
	background: url('../images/account-dropdown-square.png') no-repeat scroll 0px -17px transparent;
	color: #585858;
	font-size:16px;
	line-height:120px;
	
}
#co-shipping-method-form {display:block;}
#shopping-cart-table .btn-remove:hover, #shopping-cart-table .btn-remove2:hover {
    background-position: 0 1px;
}

.a-center input {
    text-align: center;
}

#shopping-cart-table tbody tr.last {
}
#shopping-cart-table tbody tr {
    background: none;	
}

#shopping-cart-table tbody tr td {
	border-bottom: 1px solid #D7D7D7;
}
#shopping-cart-table tbody tr.last td {
	border-bottom: none;
}

#shopping-cart-table tbody tr.last td {
}

#shopping-cart-table tfoot td {
    padding: 15px 0 0 0;
}

#shopping-cart-table tbody td button.btn-update {
	line-height:43px;
	float: none;
	background: none repeat scroll 0% 0% #585858;
	padding: 0px 56px;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	height: 43px;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}

#shopping-cart-table tbody td button.btn-update:hover {
    background:#000;
}

#shopping-cart-table tbody td button.btn-update span {
}

#shopping-cart-table tbody td button.btn-update span span {
}

#shopping-cart-table tbody td button.btn-update span span {
}

#shopping-cart-table tbody td button.btn-update:hover span span {
}

.cart #shopping-cart-table tfoot tr td {
    text-align: left;
}

#shopping-cart-table h2.product-name a:hover{
	color: #BC9147;
}
#shopping-cart-table h2.product-name a{
	color:#000;
	font-size:20px;
	text-transform: uppercase;
}
#shopping-cart-table h2.product-name {
    display: inline-block;
}

#shopping-cart-table thead th.a-center {
    border-left: 2px solid #ebebeb;
    text-align: center;
}

#shopping-cart-table td.test8 .m_title{
	display:inline-block;
	color: #585858;
	font-size:16px;
}
#shopping-cart-table td.test8, td.test9, td.test10{
	line-height:120px;
}
#shopping-cart-table td.test6{
	display:none;
}
#shopping-cart-table .a-center, #shopping-cart-table .a-right {
    text-align: center;
width: 172px;
}
#shopping-cart-table td{
}
#shopping-cart-table input.qty {
    margin-bottom: 2px;
    width: 51px;
	margin-left: 10px;
}

#shopping-cart-table p.product_id{margin:0;}
#shopping-cart-table .item-options {}
#shopping-cart-table .item-options {
    margin:0;
    padding:0;
    border-top: none;
}

#shopping-cart-table .item-options dt, #shopping-cart-table .item-options dd {
    float: left;
    margin: 0px;
}

#shopping-cart-table .cart-prod-name-opt-wrapper #product_id{font-size:14px;}
	
#shopping-cart-table .cart-prod-name-opt-wrapper {
    display: inline-block;
}

/*== Shopping Cart Collateral boxes ==*/
.cart .cart-collaterals {
    margin: 61px 0px 0px;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 35px;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 550px;
}

.cart .cart-collaterals .col2-set .col-2 {
}

.cart .crosssell {
    border: 1px solid #cec3b6;
    background: #fafaec;
    padding: 12px 15px;
}

.cart .crosssell h2 {
    font-size: 13px;
    font-weight: bold;
}

.cart .crosssell .product-image {
    float: left;
    width: 75px;
    height: 75px;
    border: 1px solid #d0cdc9;
}

.cart .crosssell .product-details {
    margin-left: 90px;
}

.cart .crosssell .product-name {
    font-weight: bold;
}

.cart .crosssell li.item {
    margin: 12px 0;
}

.cart .crosssell .link-compare {
    font-weight: normal;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
#discount-coupon-form, .cart .shipping {
    float: left;
    width: 550px;
}

#discount-coupon-form {
}

.cart .totals_header h2,
.cart .shipping h2 {
    color:#bc9147;
	font-size:22px;
	border-bottom:1px solid #d9d9d9;
	text-align:left;
	text-transform:capitalize;
	padding-bottom:20px;
}


.cart .discount label,
.cart .shipping p {
}


.cart .shipping .input-box ,
 .cart .discount .input-box  {
	border-color:#d7d7d7;
 }
.cart .shipping .input-box, .cart .discount .input-box {
    min-height: 45px;
    margin-top: 2px;
	width: 505px;
}

.cart .shipping .form-list li, .cart .discount .form-list li {
    margin-top: 12px;
}

.cart .shipping .form-list li:first-child, .cart .discount .form-list li:first-child {
    margin-top: 0px;
}

.cart .discount button span,
.cart .shipping button span {
    border-color: #a81111;
}

.cart .discount .button,
.cart .shipping .button {
    border: 0;
    padding: 0;
    overflow: hidden;
}
.cart .shipping input.input-text.validate-postcode,
.cart .discount #coupon_code{
	margin-top:6px;
	width:56%;
	margin-right:5%;
}

.cart .shipping .buttons-set .req-field {
    float: left;
    padding-left: 10px;
}
.cart > button.button:hover{
	background: #000;
}
.cart > button.button{
	margin: 25px 0px 100px;
	display:block;
    line-height: 46px;
    font-size: 20px;
	text-align:center;
    text-transform: uppercase;
    padding: 0px 40px;
    background: #585858;
    color: #fff;
	transition: background 0.5s ease 0s;
	-o-transition: background 0.5s ease 0s;
	-webkit-transition: background 0.5s ease 0s;
	-moz-transition: background 0.5s ease 0s;
}
.cart .discount h2{
	color:#bb8f43;
	font-size:22px;
	text-transform:uppercase;
}
.cart .shipping  .input-text {
	width:100%;
}
.cart .discount  button.button,
.cart .shipping  button.button {
    line-height: 46px;
    font-size: 20px;
	text-align:center;
    text-transform: uppercase;
    padding: 0px 15px;
    background: #585858;
    color: #fff;
	width:184px;
	transition: background 0.5s ease 0s;
	-o-transition: background 0.5s ease 0s;
	-webkit-transition: background 0.5s ease 0s;
	-moz-transition: background 0.5s ease 0s;
	
}

.cart .discount  button.button {
}

.cart .shipping  button.button {
}

.cart .discount  button.button:hover, .cart .shipping button.button:hover {
    background: #000;
}
 .checkout-cart-index .cart .shipping-form, .cart input-text{ width:100%;}
.cart .shipping-form, .cart input-text{
	width:172px;
}
.cart .shipping-form , .cart .discount-form {
    padding: 10px 0px 0px;
}

.cart .discount {
	margin:40px 0 0 0;
	border:1px solid #d7d7d7;
	padding: 20px;
}
.cart .shipping-form ul{
    padding: 0px 20px 10px;
}

.cart .shipping-form label {
    padding-left: 5px;
	font-size: 18px;
}

.cart .discount-form label {
    padding-left: 15px;
}

.cart .shipping-form form > p:first-child {
   display:none;
}

.cart .discount-form div:first-child {
    margin-bottom: 24px;
    padding: 0px 10px;
}

.cart .discount-form label {
    text-transform: uppercase;
}

.cart .discount .input-box {
    min-height: 48px;
    padding: 0px 0px;
}

.cart .shipping .sp-methods {
    padding: 24px 0px 0px;
	color: #585858;
}
}

.cart .shipping .sp-methods ul {
    margin: 12px 0px;
}
/* Shopping Cart Totals */
.cart .totals {
    float: right;
    width: 615px;
}

.cart .totals table {
}

.cart .totals tbody td {
}

.cart .totals tr.last td {
}

.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {
    font-size: 25px;
    color: #000;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
}

.cart .totals .checkout-types {
    padding: 12px 0px 30px;
	overflow: hidden;
	border-top: 1px solid #D7D7D7;
	margin: 10px 0px 0px;
}

.cart .totals .checkout-types li {
	margin-bottom: 22px;
    overflow: hidden;
    text-align: right;
}

.cart .totals .checkout-types li:first-child {
    margin-top: 0px;
}

.cart .totals .checkout-types p {
    margin: 0px;
    padding: 0px;
}

button.btn-proceed-checkout span {
}

.cart .grandTotal {
}

.cart .totals .checkout-types .paypal-logo a:hover{
	background-position:0 100%;
}
.cart .totals .checkout-types .paypal-logo a{
	width: 100%;
	background: url('../images/paypal-button.png') no-repeat scroll 0 0 transparent;
	display: block;
	height: 60px;
}

.cart .totals .checkout-types .paypal-logo img{
	display:none;
}
.cart .totals .checkout-types{
	margin-top:20px;
}
.cart .totals .checkout-types .paypal-logo {
    padding-top: 10px;
}
#shopping-cart-totals-table {
    width: 100%;
}

#shopping-cart-totals-table tbody > tr:first-child > td:first-child + td {
    text-align: right;
}

#shopping-cart-totals-table tfoot td {
}

#shopping-cart-totals-table tbody td.a-right .price{color:#585858;}
#shopping-cart-totals-table tbody td.a-left {padding-top:0px;text-transform: capitalize;}
#shopping-cart-totals-table tbody td.a-right {padding-top:0;text-align:right;}
#shopping-cart-totals-table tbody td {
    padding: 14px 0px;
	font-size: 18px;
	color: #585858;
}

#shopping-cart-totals-table tbody td:first-child, #shopping-cart-totals-table tfoot td:first-child {
}

#shopping-cart-totals-table tbody tr + tr {}
#shopping-cart-totals-table tbody tr:first-child td .price{
font-size:25px;

}

#shopping-cart-totals-table tfoot td:first-child {
	vertical-align: bottom;
	line-height: 35px;
}

#shopping-cart-totals-table tfoot tr td strong .price{
	float:right;
	font-size:35px;
}
#shopping-cart-totals-table tfoot tr td strong{
	color:#bb8f43;
    font-size: 20px;
	text-transform:uppercase;
}

.cart .totals button.btn-proceed-checkout {
    color: #FFF;
	text-transform: uppercase;
	background: none repeat scroll 0% 0% #bc9147;
	transition: background 0.5s ease 0s;
	-o-transition: background 0.5s ease 0s;
	-webkit-transition: background 0.5s ease 0s;
	-moz-transition: background 0.5s ease 0s;
	line-height: 58px;
	font-size: 25px;
	padding: 0px 15px;
	width: 100%;
}

.cart .totals button.btn-proceed-checkout:hover {
    background: #000;
}

.cart .totals ul.checkout-types li a {
    text-transform: uppercase;
    display: inline-block;
    margin-top: 5px;
}

.cart .totals ul.checkout-types li a:hover {
}

.cart .totals ul.checkout-types li a.multishipping-link {
    float: right;
    margin: 11px 0px 6px;
}

.cart .totals .checkout-types li.multishipping-link-parent {
    border-top: 1px solid #ccc;
    margin-top: 13px;
}

/*========== Checkout ==========*/
/*===== One Page Checkout =====*/
.checkout-onepage-index p {
    margin: 9px 0px;
}

.checkout-onepage-index .req-field {
    margin: 0px;
}

.checkout-onepage-index .block dt {
    background: none;
}

.checkout-onepage-index .a-right, .checkout-onepage-index .a-center {
    text-align: center;
}

.checkout-onepage-index .form-list label {
    text-transform: none;
}

.checkout-onepage-index .buttons-set .req-field {
    float: left;
}

.checkout-onepage-index .opc button.button {
    line-height: 46px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px 15px;
    background: url(../images/btn-bg.png) repeat-x;
    color: #898989;
}

.checkout-onepage-index .opc button.button:hover {
    background: #014ca1;
    color: #fff;
}

.checkout-onepage-index .sp-methods input.input-text {
    width: 270px;
}

.checkout-onepage-index .sp-methods dt {
    text-transform: none;
    margin: 7px 0px 0px;
}

.checkout-onepage-index #co-payment-form dt {
    padding: 0px;
}

.checkout-onepage-index .sp-methods label {
    vertical-align: middle;
}

.checkout-onepage-index #payment_form_ccsave {
    margin-top: 7px;
}

.block-progress {
    border: 0;
    margin: 0;
}

.block-progress .block-title {
    font-size: 20px;
    color: #014ca1;
    background: #f9f8f8 url(../images/left-col-block-grad.png) 0px 0px repeat-y;
}

.block-progress .block-title strong {
    display: block;
    padding: 10px;
    background: url(../images/left-col-block-line.png) left bottom no-repeat;
}

.block-progress .block-content {
    margin: 12px 0px;
    padding: 0px 10px;
}

#checkout-progress-wrapper .block-progress dt {
    margin-top: 24px;
}

#checkout-progress-wrapper .block-progress dt:first-child {
    margin-top: 0px;
}

#checkout-progress-wrapper .block-progress dd {
    margin-top: 9px;
}

#checkout-progress-wrapper .block-progress dt a {
}

.block-progress dd {
}

#checkout-progress-wrapper .block-progress dt.complete {
}

.block-progress dd.complete {
    text-transform: uppercase;
}

.block-progress p {
    margin: 0;
}

.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    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;
}

#checkoutSteps {
    margin: 30px 0px 0px;
}

.opc .buttons-set {
    margin-top: 12px;
    min-height: 45px;
}

.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.opc .buttons-set .back-link small {
}

.opc .buttons-set .back-link a {
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
    margin-top: 13px;
}

#checkout-review-submit .buttons-set .please-wait {
    margin-top: 0px;
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc .input-box {
    min-height: 48px;
    margin-top: 2px;
}

.opc {
    position: relative;
}

.opc li.section {
    margin-bottom: 5px;
}

.opc #ccsave_cc_type {
    width: 270px;
}

.opc .back-link {
    float: right;
    margin: 15px 30px 0px 0px;
}

#checkout-step-login .col2-set .col-1 {
    margin-bottom: 24px;
}

#checkout-step-login .col2-set .col-1 ul.form-list li {
    margin-bottom: 5px;
}

#checkout-step-login .col2-set .col-1 ul.form-list li label {
}

#checkout-step-login .col2-set .col-1 ul.ul li {
}

#checkout-step-login .form-list input.input-text {
}

#checkout-step-login #login-form .form-list li {
    margin-left: 0;
}

#checkout-step-login .buttons-set {
    float: none;
    margin: 0px;
}

#checkout-step-login .col-1 .buttons-set {
    margin-top: 15px;
}

#checkout-step-login .col-2 .buttons-set {
    margin-top: 30px;
}

#co-billing-form ul.form-list li:first-child {
    margin-top: 0px;
}

.opc .step-title {
    line-height: 40px;
    background: #F5F3F3;
}

.opc .step-title .number {
    float: left;
    background: #403f3f;
    padding: 0px 5px;
    margin: 8px 10px 0;
    font-size: 14px;
    color: #fff;
    height: 22px;
    width: 10px;
    text-align: center;
    line-height: 21px;
}

.opc .step-title h2 {
    float: left;
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
}

.opc .step-title a {
    display: none;
    float: right;
    line-height: 16px;
}

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

.opc .allow .step-title .number {
    background: url("../images/checkout_complete_step1.png") no-repeat scroll center center #659A00;
    display: inline-block;
    font-size: 0;
    text-indent: -9999px;
    position: relative;
    border: 1px solid #659A00;
}

.opc .allow.active .step-title .number {
    font-size: 14px;
    text-indent: 0;
}

.opc .active .step-title {
    line-height: 40px;
    cursor: default;
    background: #9b9a9a;
    color: #fff;
}

.opc .active .step-title .number {
    background: #005bc2;
    border: 1px solid #fff;
    color: #fff;
}

.opc .step {
    border-top: 0;
    padding: 12px 0px 25px 10px;
    position: relative;
}

.opc .step .tool-tip {
    right: 30px;
}

.opc .step input[type="radio"], .opc .step input[type="checkbox"] {
    vertical-align: middle;
}

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

#opc-login h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
}

#opc-login h4 {
    margin: 10px 0px 0px;
    font-size: 15px;
    font-weight: normal;
}

#opc-login .forgot-pass {
    float: right;
    margin: 15px 15px 0px 0px;
    text-transform: uppercase;
}

#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 {
    padding: 0;
}

#opc-review .product-name {
}

#opc-review .item-options {
    margin: 5px 0 0;
}

#opc-review .buttons-set {
    margin: 14px 0px 0px;
}

#opc-review .buttons-set p.f-left a {
    margin-left: 20px;
    text-decoration: none;
}

#opc-review .buttons-set p {
    margin: 0;
    text-transform: uppercase;
}

#opc-review .buttons-set button.button {
    margin-top: 13px;
}

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

#checkout-review-table .product_id{
	font-size:14px;
	color:#9d9d9d;
}
#checkout-review-table .a-center{text-transform:capitalize; }
#checkout-review-table {
    margin-top: 11px;
    text-transform: uppercase;
    width: 100%;
}

#checkout-review-table tfoot .last {
    text-align: right;
}

#checkout-review-table thead {
}

#checkout-review-table thead th {
    padding: 6px 10px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}

#checkout-review-table thead th:first-child {
    border-left: 0px;
}

#checkout-review-table .a-center {
}
#checkout-review-table .last {
	border:none;
}
#checkout-review-table td p {
	font-size:16px;
	line-height:18px;
	margin:0;
}

#checkout-review-table td {
    padding: 15px 0;
	font-size: 16px;
}

#checkout-review-table tfoot tr.last td{
	padding-top: 24px;
}
#checkout-review-table .odd, #checkout-review-table .even {
    background: none;
	border-bottom: 1px solid #d7d7d7;
}

#review-buttons-container .please-wait {
    margin-left: 15px;
}

#checkout-review-table dl.item-options {
    overflow: hidden;
    padding-top: 5px;
    margin-top: 5px;
	display:none;
}

#checkout-review-table dl.item-options  dt {
    float: left;
    clear: left;
}

#checkout-review-table dl.item-options  dd {
    float: left;
    clear: right;
    margin-left: 15px;
}

/*===== Multiple addresses =====*/
.checkout-progress {
    padding: 0px;
    margin: 26px 0px 19px;
}

.checkout-progress li {
    float: left;
    width: 19.74%;
    margin: 0 3px 0 0;
    border-top: 10px solid #F5F3F3;
    padding: 10px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.checkout-progress li.active {
    border-top-color: #9B9A9A;
}

.multiple-checkout {
}

.multiple-checkout button.button {
    line-height: 46px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px 15px;
    background: url(../images/btn-bg.png) repeat-x;
    color: #898989;
    float: right;
}

.multiple-checkout input.radio {
    vertical-align: middle;
}

.multiple-checkout .page-title {
    margin-bottom: 0px;
}

.multiple-checkout .page-title ~ h2 {
    margin: 12px 0px 25px;
}

.multiple-checkout button.button:hover {
    background: #014ca1;
    color: #fff;
}

.multiple-checkout h1 + button.button {
    margin-top: 4px;
}

.multiple-checkout h2 {
    text-transform: uppercase;
    font-weight: Normal;
    font-size: 22px;
}

.multiple-checkout h3,
.multiple-checkout h4 {
    text-transform: uppercase;
    font-weight: normal;
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
    text-decoration: none;
    text-transform: uppercase;
}

.multiple-checkout h2 a:hover,
.multiple-checkout h3 a:hover,
.multiple-checkout h4 a:hover {
}

.multiple-checkout .data-table .product-name {
}

.multiple-checkout .data-table .product-name a {
    text-transform: uppercase;
}

.multiple-checkout .data-table .product-name a:hover {
}

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

.checkout-multishipping-address-selectbilling .multiple-checkout .col3-set {
    margin-top: 26px;
}

.multiple-checkout .col2-set h2.legend {
    padding: 0px 10px;
    position: relative;
    line-height: 40px;
    background: linear-gradient(to bottom, #fbf3f3 0%,#fdebeb 100%);
    background: -webkit-linear-gradient(top, #fbf3f3 0%,#fdebeb 100%);
    margin: 0px 0px 12px;
    font-size: 15px;
}

.multiple-checkout .col2-set h3 {
    font-size: 15px;
}

.multiple-checkout .col2-set .divider {
    margin: 15px 0px 25px;
    position: relative;
}

.multiple-checkout .box {
    margin: 0 0 12px;
}

.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 15px 15px 0 0;
}

.multiple-checkout .place-order .grand-total {
    float: right;
    overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
}

.multiple-checkout .place-order .grand-total .inner div {
    display: inline-block;
}

.multiple-checkout .place-order .grand-total big {
    display: inline-block;
    margin: 0px 30px 0px 0px;
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
}

.opc #opc-shipping #co-shipping-form .input-box {
/*width: 570px*/
    ;
}

.opc #co-shipping-form .input-box input, .opc #co-shipping-form .input-box select {
    width: 570px;
}

#checkout-review-submit {
    float: right;
    margin-top: 15px;
	margin-bottom: 40px;
}

.checkout-multishipping-overview .buttons-set {
    float: left;
    clear: none;
    margin-top: 30px;
}

.checkout-multishipping-overview #review-button {
    float: none;
}

.checkout-multishipping-overview .box-content {
    margin-top: 8px;
}

.checkout-multishipping-address-newbilling .main {
    padding-bottom: 60px;
}

.checkout-multishipping-address-newbilling .main .form-list select {
    width: 100%;
}

.checkout-multishipping-address-newbilling #form-validate {
}

.checkout-multishipping-address-newbilling #form-validate .fieldset {
    margin-top: 15px;
}

.checkout-multishipping-address-newbilling #form-validate .fieldset:first-child {
    margin-top: 0px;
}

.checkout-multishipping-address-newbilling #form-validate .form-list li.fields,
 .checkout-multishipping-address-newbilling #form-validate .form-list li.wide {
    margin-top: 10px;
}

.checkout-multishipping-address-newbilling .form-list .field {
    margin-top: 10px;
}

.checkout-multishipping-address-newbilling .form-list .field:first-child {
    margin-top: 0px;
}

.checkout-multishipping-address-newbilling .form-list select {
}

.checkout-multishipping-address-newbilling  #form-validate li strong {
    display: block;
    margin-bottom: 10px;
}

.checkout-multishipping-address-newbilling  #form-validate .control {
    margin-bottom: 10px;
}

.checkout-multishipping-address-newbilling .page-title {
    margin-bottom: 0px;
}

/*== Step 1 ==*/
#multiship-addresses-table {
    width: 100%;
    margin-bottom: 15px;
}

#multiship-addresses-table thead tr {
    height: 40px;
}

#multiship-addresses-table thead tr th {
    border: none;
    text-transform: uppercase;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    text-indent: 10px;
}

#multiship-addresses-table thead tr th.a-center {
    text-indent: 0px;
    text-align: center;
}

#multiship-addresses-table thead tr th:first-child {
    border-left: 0px;
    width: 450px;
}

#multiship-addresses-table thead tr th:first-child + th {
    width: 60px;
}

#multiship-addresses-table thead tr th:first-child + th +th {
    width: 550px;
}

#multiship-addresses-table thead tr th:first-child + th +th + th {
    width: 97px;
}

#multiship-addresses-table tbody tr {
    height: 63px;
}

#multiship-addresses-table td {
    padding: 5px 10px;
}

#multiship-addresses-table tfoot td {
    padding: 0px;
    text-align: right;
}

#multiship-addresses-table tfoot td button.button {
    margin-top: 15px;
}

#multiship-addresses-table tbody td .qty {
}

#multiship-addresses-table tbody td select {
    width: 100%;
}

#multiship-addresses-table .btn-remove2 {
    margin: 0 auto;
    background: url("../images/btn-remove.png") left top no-repeat;
    display: block;
    height: 29px;
    text-indent: -9999px;
    width: 30px;
}

#multiship-addresses-table .btn-remove2:hover {
    background-position: left bottom;
}

.checkout-multishipping-address-newshipping .page-title {
    margin-bottom: 4px;
}

.checkout-multishipping-address-newshipping #form-validate .form-list li.fields,
 .checkout-multishipping-address-newshipping #form-validate .form-list li.wide {
    margin-top: 10px;
}

.checkout-multishipping-address-newshipping .form-list .field {
    margin-top: 9px;
}

.checkout-multishipping-address-newshipping .form-list .field:first-child {
    margin-top: 0px;
}

.checkout-multishipping-address-newshipping  #form-validate .control {
    margin-bottom: 10px;
}

.checkout-multishipping-address-newshipping  #form-validate li strong {
    display: block;
    margin-bottom: 10px;
}

.checkout-multishipping-address-editshipping #form-validate .fieldset:first-child {
    margin-top: 0px;
}

.checkout-multishipping-address-editshipping #form-validate .form-list li.fields,
 .checkout-multishipping-address-editshipping #form-validate .form-list li.wide {
    margin-top: 10px;
}

.checkout-multishipping-address-editshipping .form-list .field {
    margin-top: 10px;
}

.checkout-multishipping-address-editshipping .form-list .field:first-child {
    margin-top: 0px;
}

.checkout-multishipping-address-editshipping  #form-validate li strong {
    display: block;
    margin-bottom: 10px;
}

.checkout-multishipping-address-editshipping  #form-validate .control {
    margin-bottom: 10px;
}

.checkout-multishipping-address-editaddress #form-validate .fieldset {
    margin-top: 15px;
}

.checkout-multishipping-address-editaddress #form-validate .fieldset:first-child {
    margin-top: 0px;
}

.checkout-multishipping-address-editaddress #form-validate .form-list li.fields,
 .checkout-multishipping-address-editaddress #form-validate .form-list li.wide {
    margin-top: 10px;
}

.checkout-multishipping-address-editaddress .form-list .field {
    margin-top: 10px;
}

.checkout-multishipping-address-editaddress .form-list .field:first-child {
    margin-top: 0px;
}

.checkout-multishipping-address-editaddress .form-list select {
}

.checkout-multishipping-address-editaddress  #form-validate li strong {
    display: block;
    margin-bottom: 10px;
}

.checkout-multishipping-address-editaddress  #form-validate .control {
    margin-bottom: 10px;
}

.checkout-multishipping-address-editaddress .page-title {
    margin-bottom: 0px;
}

/*== 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 {
    background: #fdebeb;
    padding: 12px 10px;
    position: relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
    position: absolute;
    top: -20px;
    right: -40px;
    width: 177px;
    height: 49px;
    background: url(../images/bkg_sp-methods.png) 0 0 no-repeat;
    overflow: hidden;
}

#shipping-table-240 thead tr th {
    border: none;
    text-transform: uppercase;
    font-size: 15px;
}

#shipping-table-240 tbody tr td {
    border: none;
}

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

.checkout-multishipping-billing #multishipping-billing-form h2 {
    margin: 0px 0px 9px;
    font-size: 15px;
}

.checkout-multishipping-billing #multishipping-billing-form .box {
    margin-bottom: 24px;
}

.checkout-multishipping-billing .form-list {
    margin: 12px 0px 0px;
}

.checkout-multishipping-billing .form-list .input-box {
    min-height: 48px;
}

#payment_form_paypal_billing_agreement {
    width: 50%;
}

.checkout-multishipping-billing #multishipping-billing-form .sp-methods dt {
    text-transform: none;
    margin: 7px 0px 0px;
}

.checkout-multishipping-billing #multishipping-billing-form .sp-methods label {
    vertical-align: middle;
}

.checkout-multishipping-billing #multishipping-billing-form .sp-methods input.input-text {
    width: 270px;
}

/*== Step 4 ==*/
.checkout-multishipping-overview .main {
}

.checkout-multishipping-overview h3, .checkout-multishipping-overview h4 {
    margin: 0px 0px 5px;
}

.checkout-multishipping-overview .col-2.col-wide table {
    width: 100%;
    margin-top: 12px;
}

.checkout-multishipping-overview .col-2.col-wide table tr {
    height: 33px;
}

.checkout-multishipping-overview .col-2.col-wide table th {
    border-top: 1px solid #fdebeb;
    border-bottom: 1px solid #fdebeb;
    border-left: 1px solid #fdebeb;
    padding: 0px 10px;
}

.checkout-multishipping-overview .col-2.col-wide table th:first-child {
    border-left: 0px;
}

.checkout-multishipping-overview .col-2.col-wide table td {
    padding: 5px;
}

.checkout-multishipping-overview .col-2.col-wide table tr:first-child td {
    padding: 10px 5px 5px;
}

.checkout-multishipping-overview .col-2.col-wide table tfoot tr:first-child td {
    border-top: 1px solid #fdebeb;
}

.checkout-multishipping-address-editbilling #form-validate .fieldset {
    margin-top: 15px;
}

.checkout-multishipping-address-editbilling #form-validate .fieldset:first-child {
    margin-top: 0px;
}

.checkout-multishipping-address-editbilling #form-validate .form-list li.fields,
.checkout-multishipping-address-editbilling #form-validate .form-list li.wide {
    margin-top: 10px;
}

.checkout-multishipping-address-editbilling .form-list .field {
    margin-top: 10px;
}

.checkout-multishipping-address-editbilling .form-list .field:first-child {
    margin-top: 0px;
}

.checkout-multishipping-address-editbilling .form-list select {
}

.checkout-multishipping-address-editbilling  #form-validate li strong {
    display: block;
    margin-bottom: 10px;
}

.checkout-multishipping-address-editbilling  #form-validate .control {
    margin-bottom: 10px;
}

.checkout-multishipping-address-editbilling .page-title {
    margin-bottom: 0px;
}

.checkout-multishipping-address-editshipping .page-title {
    margin-bottom: 0px;
}

.checkout-multishipping-addresses .col-main {
    background: none;
}

.checkout-multishipping-address-newshipping .col-main {
    background: none;
}

.checkout-multishipping-shipping .col-main {
    background: none;
}

.checkout-multishipping-billing .col-main {
    background: none;
}

.checkout-multishipping-overview .col-main {
    background: none;
}

.checkout-multishipping-success .col-main {
    background: none;
}

.checkout-multishipping-success .page-title + h2 {
    margin: 0px 0px 22px;
}

.checkout-multishipping-address-newshipping .form-list select {
}

.checkout-multishipping-billing #payment_form_ccsave {
    margin-top: 7px;
}

.checkout-multishipping-billing #payment_form_ccsave #ccsave_cc_type {
    width: 270px;
}

.checkout-multishipping-overview .multiple-checkout .col-2 .data-table thead tr th {
    text-transform: uppercase;
}

.checkout-multishipping-overview .multiple-checkout .col-2 .data-table tbody tr td {
    border: none;
}

.checkout-multishipping-overview .multiple-checkout .col-2 .data-table .a-center,
.checkout-multishipping-overview .multiple-checkout .col-2 .data-table .a-right {
    text-align: center;
}

.checkout-multishipping-overview .multiple-checkout .col-2 .data-table tfoot tr td {
    text-transform: uppercase;
    text-align: left !important;
    vertical-align: middle;
}

.checkout-multishipping-register .account-create {
    padding-bottom: 60px;
}

.checkout-multishipping-register .account-create #form-validate .fieldset:first-child + .fieldset ul.form-list {
    padding-bottom: 15px;
}

.checkout-multishipping-register .account-create #form-validate .fieldset:first-child + .fieldset ul.form-list select {
    width: 100%;
}

#shipping_method_form .col-2 .data-table .a-center {
    text-align: center;
}

#shipping_method_form .col-2 .data-table thead tr th {
    text-transform: uppercase;
}

#shipping_method_form .col-2 .data-table tbody tr td {
    border: none;
}

.checkout-multishipping-shipping .col-2.col-wide table {
    width: 100%;
    margin-top: 12px;
}

.checkout-multishipping-shipping .col-2.col-wide table tr {
    height: 33px;
}

.checkout-multishipping-shipping .col-2.col-wide table th {
    border-top: 1px solid #fdebeb;
    border-bottom: 1px solid #fdebeb;
    border-left: 1px solid #fdebeb;
    padding: 0px 10px;
}

.checkout-multishipping-shipping .col-2.col-wide table th:first-child {
    border-left: 0px;
}

.checkout-multishipping-shipping .col-2.col-wide table td {
    padding: 5px;
}

.checkout-multishipping-shipping .col-2.col-wide table tr:first-child td {
    padding: 10px 5px 5px;
}

.checkout-multishipping-shipping #shipping_method_form .col2-set {
    margin-top: 25px;
}

.checkout-multishipping-shipping #shipping_method_form .col2-set:first-child {
    margin-top: 0px;
}

.checkout-multishipping-shipping .buttons-set {
    margin-top: 25px;
}

.checkout-multishipping-shipping .box-content {
    margin-top: 9px;
}

.checkout-multishipping-success .multiple-checkout p {
    text-align: justify;
}

.checkout-multishipping-success .multiple-checkout p a {
    text-decoration: none;
}

.catalog-seo-sitemap-category .pager {
    height: 30px;
    margin-top: 0;
}

.catalog-seo-sitemap-category .pager .amount {
    line-height: 30px;
    margin-left: 10px;
}

.catalog-seo-sitemap-product .pager {
    height: 30px;
    margin-top: 0;
}

.catalog-seo-sitemap-product .pager .amount {
    line-height: 30px;
    margin-left: 10px;
}

.wishlist-index-index p.back-link {
    margin-top: 15px;
}

.checkout-multishipping-address-selectbilling .buttons-set {
    margin-top: 12px;
}

#checkout-step-billing ul.form-list {
    width: 570px;
}

#checkout-step-billing ul.form-list #billing-address-select {
    width: 100%;
}

#billing-new-address-form {
    width: auto;
}

#billing_city{
	width: 100%;
}
#billing-new-address-form ul li.fields {
    width: auto;
}

#billing-new-address-form ul li.fields .field {
    float: left;
	width: 173px;
}

#billing-new-address-form ul li.fields:first-child + li.fields .field {
    margin-left: 0px;
}

#billing-new-address-form ul li.fields .field:first-child {
    margin-left: 0px;
	
}

#billing-new-address-form ul li.fields div.name-firstname {
    width: 173px;
	float:left;
}

#billing-new-address-form ul li.fields div.name-lastname {
     width: 173px;
	 float:left;
}

#billing-new-address-form ul li.fields div.name-firstname input, #billing-new-address-form ul li.fields div.name-lastname input {
    width: 100%;
}

#billing-new-address-form ul li.wide ~ li.fields input.input-text,
#billing-new-address-form ul li.wide ~ li.fields select {
    width: 275px;
}

#billing-new-address-form ul li:first-child + li .field {
}

#billing-new-address-form ul li:first-child + li .field input.input-text {
    width: 100%;
}

#billing-new-address-form ul li.wide input.input-text {
    width: 100%;
}

#checkout-step-shipping ul.form-list {
    width: 570px;
}

#checkout-step-shipping ul.form-list #shipping-address-select {
    width: 100%;
}

#shipping-new-address-form {
    width: auto;
	
}

#shipping-new-address-form ul li.fields {
    width: auto;
}

#shipping-new-address-form ul li.fields .field {
    float: left;
	width: 173px;
}
#shipping_country_id {
	width:100%;
}
#shipping-new-address-form ul li.fields .field:first-child {
    margin-left: 0px;
}

#shipping-new-address-form ul li.fields div.name-firstname {
    width: 173px;
}

#shipping-new-address-form ul li.fields div.name-lastname {
   width: 175px;
   float:left;
}

#shipping-new-address-form ul li.fields div.name-firstname input, #shipping-new-address-form ul li.fields div.name-lastname input {
    width: 100%;
}

#shipping-new-address-form ul li.wide ~ li.fields input.input-text,
#shipping-new-address-form ul li.wide ~ li.fields select {
    width: 275px;
}

#shipping-new-address-form ul li:first-child + li .field {
    
}

#shipping-new-address-form ul li:first-child + li .field input.input-text {
    width: 100%;
}

#shipping-new-address-form ul li.wide input.input-text {
    width: 100%;
}




/*========== Account dashboard ==========*/
/* Block: Account */
.block-account {
}

.block-account .block-title {
}

.block-account .block-title strong {
}

.block-account .block-title strong span {
}

.block-account .block-content {
    margin: 12px 0px 0px;
}

.block-account .block-content li {
	margin-bottom:8px
}

.block-account .block-content li a {
	font-size:16px;
    text-transform: capitalize;
	color:#000;
}

.block-account .block-content li a:hover {
	color: #bc9147;
}

.block-account .block-content li.current {
	font-size:16px;
    color: #bc9147;
}

.block-account .block-content li.current strong {
}

.block-account .block-content li:hover {
}

.block-account .block-content li.current.last {
    border-bottom: 0;
}

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

.my-account #form-validate .input-box, .my-account #form-validate .input-box input {
}

.my-account .title-buttons h1 {
    float: none;
    text-align: left;
}

.customer-account-edit .my-account #form-validate div.buttons-set {
}

.my-account .pager .limiter select {
    margin: 0px 5px;
    width: 60px;
}

.my-account .tags-list {
    margin-bottom: 15px;
}

.customer-account-index .box-recent .box-head h2 {
    float: left;
}

.customer-account-index .box-recent .box-head a {
    float: right;
    text-transform: uppercase;
}

.box-account .col2-set + .col2-set{
	border:none;
}
.customer-account-index .box-account .col2-set {margin-bottom:15px;padding-bottom: 0px}
.box-account .col2-set {
    width: auto;
    float: none;
    overflow: hidden;
    margin-bottom: 26px;
	padding-bottom: 25px;
}

.box-account .col2-set .col-1 {
    width: 400px;
    padding-right: 50px;
    float: left;
}

.box-account .col2-set .col-2 {
    width: 400px;
    padding-right: 32px;
    float: left;
}

.my-account .change-pass a:hover {
	background-position:2px -32px;
	color:#000;
}
.my-account .change-pass {
	margin-top: 20px;
}
.my-account .change-pass a{
    padding: 0px 24px;
	text-transform: capitalize;
	color: #BC9147;
	background: url('../images/acc-key.png') no-repeat scroll 2px 0px transparent;
}

.my-account li.control {
    padding: 0px !important;
}

.my-account #form-validate .fields > div {
    margin-top: 10px;
}

.my-account #form-validate .fields > div:first-child {
    margin-top: 0px;
}

.my-account #form-validate div.name-lastname {
    margin-top: 10px;
}

.my-account .pages {
    float: left;
    margin: 5px 10px 15px;
}

.my-account .pages  ol {
    overflow: hidden;
}

.my-account .pager .pages li {
    float: left;
    margin: 0;
    text-align: center;
    line-height: 35px;
    text-align: center;
    margin-left: 5px;
}

.my-account .pager .pages li a {
    display: block;
    width: 30px;
    height: 35px;
    background: #d7d7d7;
    transition: background 0.4s;
}

.my-account .pager .pages li a:hover {
    background: #000;
    color: #fff;
}

.my-account .pager .pages li:first-child {
}

.my-account .pager .pages .current {
    width: 30px;
    height: 35px;
    background: #585858;
    color: #fff;
}

.my-account .pager .pages li a {
    padding: 0;
}

.my-account .pager .pages li a.next, .my-account .pager .pages li a.previous {
    display: block;
    width: 15px;
    height: 20px;
    text-indent: -9999px;
    transition: none;
    margin-top: 6px;
}
.my-account .tags-list li{float:left;}
.my-account .pager .pages li a.next {
    background: url(../images/view-next.png) right 3px no-repeat;
}

.my-account .pager .pages li a.next:hover {
    background-position: right -33px;
}

.my-account .pager .pages li a.previous {
    background: url(../images/view-prev.png) left 3px no-repeat;
}

.my-account .pager .pages li a.previous:hover {
    background-position:left -33px;
}
.tag-customer-index .buttons-set .back-link a {margin-top:25px;}
.tag-customer-index .my-account p{
	font-size:18px;
	margin-top:0px;
}
.my-account .rating-box {
    width: 66px;
	height: 13px;
	font-size: 0px;
	line-height: 0;
	background: url('../images/review-form-ico.png') repeat-x scroll 0px 100% transparent;
	text-indent: -9999px;
	overflow: hidden;
}

.my-account .rating-box .rating {
    float: left;
    height: 13px;
    background: url(../images/review-form-ico.png) 0 0 repeat-x;
}

.my-account #form-validate .fieldset:first-child{
	border:none;
}
.my-account  .no-rating {
    margin: 9px 0px 12px;
}
.my-account .page-title{
}
.my-account address {
    line-height: 1.25;
	color: #585858;
}
.dashboard {
}
.my-account p{font-size:16px ;
	color: #585858;}
.my-account {
	font-size:16px;
	color: #000;
}
.my-account select{
	width:100% ;
}
.my-account button.button {
    padding: 0px 15px;
    line-height: 46px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #585858;
    transition: background 0.4s;
    -webkit-transition: background 0.4s;
}

.my-account button.button:hover {
    background: #000;
}
.control label{display:inline-block !important;}
.my-account #form-validate label{
	display:none;
}
/********** < Dashboard */
.dashboard .welcome-msg {
	margin:0 0 20px;
	
}

.dashboard .welcome-msg p.hello {
}

.dashboard .welcome-msg p {
}

.dashboard .col2-set {
}

/* General Box */
.box-account.box-recent .box-head{
	padding:17px 0 0;
	margin:0;
}

.box-account .box-head h2 {
    margin: 0;
}

.box-account .box-content p {
    text-align: left;
    margin-bottom: 0;
}

.box-account .box-content p a {
    margin-top: 25px;
    display: block;
    text-transform: uppercase;
}

.box-account.box-recent h2 {
}

.box-account .box-head {
    margin: 0 0 6px;
    padding: 25px 0px 10px;
    font-size: 18px;
}

.box-account .box-head h2 {
    font-size: 14px;
}

.dashboard .box .box-title {
    margin: 0 0 11px;
}

.dashboard .box .box-title h3 span,
.dashboard .box .box-title h4 span {
	display:none;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    float: left;
    font-weight: normal;
    font-size: 16px;
	padding-right: 7px;
}

.dashboard .box .box-title a {
    text-indent: -999px;
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url('../images/edit-account.png') no-repeat 0 0 
}

.dashboard .box .box-title a:hover {
	background-position: 0 100%;
}

.dashboard .box-head h2, .addresses-list h2 {
    text-transform: capitalize;
    font-weight: normal;
	font-size:20px;
	border-bottom: 1px solid #D7D7D7;
padding-bottom: 15px;
}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
border-bottom: 0;
}

/* Block: Account Information */
.dashboard .box-info .box-head h2 {
}

.dashboard .box-info h4 {
    font-size: 11px;
    font-weight: bold;
    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 > */

.customer-address-form .buttons-set {
    margin-top: 5px;
}

.customer-address-form ul.form-list li.fields,
.customer-address-form ul.form-list li.wide,
.customer-account-edit ul.form-list li.fields,
.customer-account-edit ul.form-list li.wide {
    margin-bottom: 10px !important;
}

.customer-account-edit .account-change-pass .form-list li:first-child {
    margin-bottom: 10px;
}

.customer-address-form ul.form-list li.wide {
}

.customer-address-form ul.form-list li.fields .field {
}

.customer-address-form ul.form-list li {
}

.customer-address-form div.name-firstname {
}

.customer-address-form ul.form-list li strong {
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

/*== Address Book ==*/
.addresses-list h2 {
    margin: 0px;
	padding: 0px 0px 13px;
	font-size: 20px;
	border-bottom: 1px solid #d7d7d7;
}

.addresses-list .addresses-additional .item address{margin-top:13px;}
.addresses-list > div {
    margin-top: 20px;
    margin-bottom: 22px;
	width: 100%;
	float: left;
}

.addresses-list > div:first-child {
    margin-top: 0px;
	
}

.addresses-list .back-link {
	clear:both;
	margin-bottom:0px !important;
	}
.addresses-list h3 {
    font-weight: normal;
    margin: 13px 0px;
    font-size: 16px;
}

.addresses-list h3 + address {
    margin-top:11px;
}

.addresses-list address + p {
    margin: 9px 0px;
}

.addresses-list a {
}

.addresses-list a:hover {
}

.addresses-list .link-remove {
}

.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list  ol li.item {
	float:left;
	width: 300px;
}
.addresses-list .col-1.addresses-primary ol li.item:first-child {margin-right:150px;}
.addresses-list  ol li.item:first-child {
    margin: 0px;
}

.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}

.addresses-list li.empty p {
    margin-top: 12px;
}

.addresses-list .addresses-additional li.item {
    background: none;
	border-bottom: 1px solid #d7d7d7;
	height: 225px;
	margin:0;
	padding:0;
}

/*== Order View ==*/
.order-info {
    padding: 12px 0px;
	margin: 12px 0px;
	text-transform: uppercase;
	font-size: 20px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info li {
    margin: 0 3px;
}

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

.sales-order-view #my-orders-table tfoot {
    color: #474747;
}

.order-info-box {
    padding: 20px 0px;
	float: left;
	width: 450px;
}

.order-info-box .box {
}

.order-info-box .box-content {
    text-transform: none;
	color: #585858;
}

.order-info-box .col-2 {
    margin-top: 26px;
}

.order-info-box h2 {
    text-transform: capitalize;
	font-size: 20px;
    font-weight: normal;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.order-info-box .box-payment p {
    margin: 0 0 3px;
}

.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}

.sales-order-view .order-items {
    width: 100%;
    overflow-x: auto;
    margin-top: 10px;
}

.sales-order-view .order-items h2 {
    margin: 10px 0px 0px;
    font-weight: normal;
    font-size: 18px;
}

.sales-order-view .order-items h2 + #my-orders-table {
    margin: 10px 0px;
}

.sales-order-view .order-items h2 + #my-orders-table td {
}

.sales-order-view .order-items h2 + #my-orders-table tbody .a-right {text-align:center !important;}
.sales-order-view .order-items h2 + #my-orders-table tbody td{padding:7px 0 7px 10px;vertical-align:middle;width: 200px;}
.sales-order-view .order-items h2 + #my-orders-table th.th-last{padding-right:0;text-align:right;}
.sales-order-view .order-items h2 + #my-orders-table tfoot td{padding:5px 0;width:70px !important;}

.sales-order-view .order-items h2 + #my-orders-table .a-right.last,
.sales-order-view .order-items h2 + #my-orders-table .a-right {
    text-align: right !important;
	width: 120px;
}

.order-items h2,
.order-items h3 {
    clear: none;
    padding: 0;
    text-transform: uppercase;
}

.order-items .product-name {
    font-size: 1em !important;
	color:#000;
}

.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 ==*/
.wishlist-index-configure .ad_links{display:none;}
.my-wishlist  .regular-price .price {
    display: block;
    margin-top: 6px;
    font-size: 15px;
}

.my-wishlist .special-price {
    display: inline-block;
    margin: 6px 0px 0px 2px;
    font-size: 15px;
    color: #eb6060;
}

.my-wishlist  .old-price {
    display: inline-block;
    font-size: 12px;
    color: #898989;
}

.my-wishlist  .old-price .price {
}

.my-wishlist  .minimal-price .price-label {
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
}

.my-wishlist  .minimal-price .price {
    display: inline-block;
    margin: 6px 0px 0px;
    font-size: 15px;
}

.my-wishlist  .minimal-price-link {
    display: inline-block;
    margin-top: 4px;
}

.my-wishlist  .minimal-price-link .price {
    font-size: 15px;
}

.my-wishlist  .minimal-price-link .label {
    font-size: 15px;
}

.my-wishlist  .price-from {
    margin: 3px 0px 0px;
}

.my-wishlist  .price-from .price-label {
    font-size: 15px;
}

.my-wishlist  .price-from .price {
    font-size: 15px;
}

.my-wishlist  .price-to .price-label {
    font-size: 15px;
}

.my-wishlist  .price-to .price {
    font-size: 16px;
}

#wishlist-table  button.btn-cart {
    padding: 0px 10px;
	width: 152px;
	height: 47px;
    font-size: 16px;
    background:#bc9147;
    transition:background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    line-height: normal;
}

#wishlist-table  button.btn-cart:hover {
    background: #000;
}

.my-wishlist .data-table td {
    padding: 10px;
}

.my-wishlist .product-image {
    display: block;
    margin: 0 0 5px;
}

.my-wishlist textarea {
    display: block;
	color: #585858;
}

.my-wishlist .buttons-set {
    overflow: hidden;
    margin-top: 35px;
}

.my-wishlist .buttons-set button.button {
    float: right;
    margin-left: 20px;
}

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {
}

#wishlist-table .add-to-links {
    white-space: nowrap;
}

#wishlist-table .cart-cell .price-box, #wishlist-table .cart-cell .add-to-cart-alt,  #wishlist-table .cart-cell .add-to-cart-alt input.qty {
    margin-bottom: 10px;
}

#wishlist-table .cart-cell input.qty {
}

#wishlist-table .cart-cell {
    text-align: center;
}

#wishlist-table thead tr {
}

#wishlist-table thead tr th {
    text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #D7D7D7;
	color: #000;
}

#wishlist-table th, #wishlist-table td {
    padding: 30px 10px;
}

#wishlist-table td {
    vertical-align: top;
}

#wishlist-table tbody tr td {
    border-bottom: 1px solid #d7d7d7;
	color: #585858;
}

#wishlist-table tbody tr td:first-child {
    padding: 30px 0px;
}

#wishlist-table tbody tr td .product-name {
    margin: -2px 0px 9px;
}

#wishlist-table tbody tr td .product-name a:hover {color:#bc9147;}
#wishlist-table tbody tr td .product-name a {
    text-transform: uppercase;
	color: #000;
}

#wishlist-table tbody tr td .description {
    margin-bottom: 12px;
}

#wishlist-table tbody tr td .link-edit {
    text-transform: uppercase;
    text-decoration: none;
}

#wishlist-table .btn-remove {
	float: left;
    background: url('../images/btn-remove-cart-top.png') no-repeat scroll left top transparent;
    width: 19px;
    height: 19px;
    margin: 10px 0px 0px;
    padding-left: 20px;
    color: #9D9D9D;
}
#wishlist-table .btn-remove:hover {
    background-position: left -38px;
}

.wishlist-index-index .my-account {
    padding-bottom: 60px;
}

.wishlist-index-share .my-account .input-box {
    min-height: 145px !important;
}

.wishlist-index-share .my-account #form-validate div.buttons-set {
}

/*== My Tags ==*/
.tag-customer-view {
}

.tag-customer-view  .regular-price .price {
    display: block;
    margin-top: 6px;
    font-size: 16px;
}

.tag-customer-view  .special-price {
    display: inline-block;
    margin: 6px 0px 0px 2px;
    font-size: 16px;
    color: #eb6060;
}

.tag-customer-view  .old-price {
    display: inline-block;
    font-size: 12px;
    color: #898989;
}

.tag-customer-view  .old-price .price {
}

.tag-customer-view  .minimal-price .price-label {
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
}

.tag-customer-view  .minimal-price .price {
    display: inline-block;
    margin: 6px 0px 0px;
    font-size: 16px;
}

.tag-customer-view  .minimal-price-link {
    display: inline-block;
    margin-top: 4px;
}

.tag-customer-view  .minimal-price-link .price {
    font-size: 16px;
}

.tag-customer-view  .minimal-price-link .label {
    font-size: 14px;
}

.tag-customer-view  .price-from {
    margin: 3px 0px 0px;
}

.tag-customer-view  .price-from .price-label {
    font-size: 14px;
}

.tag-customer-view  .price-from .price {
    font-size: 16px;
}

.tag-customer-view  .price-to .price-label {
    font-size: 14px;
}

.tag-customer-view  .price-to .price {
    font-size: 16px;
}
.catalog-category-view #fancybox-outer {
    border-top: 2px solid #000;
}

#my-tags-table button.button {
    padding: 0px 10px;
    width: 140px;
    height: 47px;
    font-size: 16px;
    background:#bc9147;
}

#my-tags-table button.button:hover {
    background: #000;
}

.my-tag-edit {
    margin: 0px 0px 12px;
    color: #474747;
	display:inline;
}

.my-tag-edit strong {
    color: #898989;
}

.my-tag-edit .btn-remove {
	height: 20px;
	margin:0px;
	background: url('../images/btn-remove-cart-top.png') no-repeat scroll left 0px transparent;
	float: right;
	display: block;
	padding-left: 20px;
	text-indent:-9999px;
}

.my-tag-edit .btn-remove:hover {
    color: #000;
	background-position: left -38px;
}

#my-tags-table .special-price .price{font-size:16px;}
#my-tags-table {
    width: 100%;
    margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

#my-tags-table td {
    padding: 10px;
    vertical-align: middle;
}

#my-tags-table td:first-child {
    width: 104px;
}

#my-tags-table td.last {
    width: 130px;
    vertical-align: middle;
}

#my-tags-table .add-to-links {
    white-space: nowrap;
    text-align: center;
    margin: 0px;
    float: left;
	display: none;
}

#my-tags-table .add-to-links li a.link-wishlist {
    background: url(../images/compare-wishlist-4col.png) right top no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin: 16px 0px 0px 5px;
    text-indent: -9999px;
}

#my-tags-table .add-to-links li a.link-wishlist:hover {
    background-position: right bottom;
}

#my-tags-table .product-name {
}

#my-tags-table .price-box {
    float: left;
    clear: both;
}

#my-tags-table  a.product-image {
    text-transform: uppercase;
    display: block;
    border: 1px solid #d7d7d7;
    width: 100px;
}

#my-tags-table .old-price .price {
}

#my-tags-table tbody td.last button.button {
    float: left;
    transition: background .5s ease;
    -webkit-transition: background .5s ease;
    line-height: normal;
}

#my-tags-table tbody td.last button.button span span {
}

#my-tags-table .ratings {
}

#my-tags-table tr td:first-child, #my-tags-table tr td.last {
    padding: 10px 0px;
}

.tag-customer-view .pager {
    margin-bottom: 15px;
}

#my-tags-table .rating-box {
    margin: 12px 0px;
}

#my-tags-table .rating-links {
    margin: 0px 0px 5px;
}

#my-tags-table .no-rating {
    margin: 9px 0px 5px;
}

/*== My Reviews ==*/

#my-reviews-table {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #D7D7D7;
}

#my-reviews-table th {
    border-left: 1px solid #f6f2eb;
    border-bottom: 1px solid #f6f2eb;
    text-transform: uppercase;
    padding: 0px 10px;
}
#my-downloadable-products-table th {
    border-bottom: 1px solid #d7d7d7;
    text-transform: uppercase;
    padding: 5px 10px;
}

#my-reviews-table th:first-child {
    border-left: 0px;
}

#my-reviews-table td {
    padding: 11px 5px;
    border-bottom:1px solid #d7d7d7;
}
#my-downloadable-products-table td {
    padding: 11px 5px;
    border-bottom:1px solid #d7d7d7;
}

#my-reviews-table tr.last td {
    border-bottom: 0px;
}

#my-reviews-table td.last a {
}

#my-reviews-table td.last a:hover {
}

#my-reviews-table .product-name a {
}

#my-reviews-table .product-name a:hover {
}

#my-downloadable-products-table tfoot tr.first td{ border-top:1px solid #d7d7d7;}
#my-orders-table tfoot tr.first td{ border-top:1px solid #d7d7d7;}
.dashboard #my-orders-table{border-bottom:none;}
#my-orders-table {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
	
    width: 100%;
    margin: 0;
    font-size: 16px;
}
#my-downloadable-products-table {
    border-top: 1px solid #d7d7d7;
    width: 100%;
    margin: 0;
    font-size: 16px;
}

#my-downloadable-products-table tr:first-child td {
    padding: 14px 20px  10px;
}#my-orders-table tr:first-child td {
    padding: 14px 20px  10px;
}

#my-orders-table tr.last th {
}

#my-orders-table tr td.last a:first-child {
		margin-left: 19px;
}

#my-orders-table tr td.last a.link-reorder:hover {color:#000;}
#my-orders-table tr td.last a.link-reorder {color:#bc9147;}
#my-downloadable-products-table tr td.last a.link-reorder:hover {color:#000;}
#my-downloadable-products-table tr td.last a.link-reorder {color:#bc9147;}
#my-downloadable-products-table tr td.a-center.last {
	text-align:justify;
	padding-right: 0px;
}
#my-orders-table tr td.a-center.last {
	text-align:justify;
	padding-right: 0px;
}

#my-orders-table th {
    border-bottom: 1px solid #d7d7d7;
    text-transform: uppercase;
    padding: 5px 10px;
}

#my-orders-table tr.last td {padding-bottom:13px}

#my-orders-table th.td-first,
#my-orders-table td.td-first{
	padding-left:0 !important;
	text-align:left !important;
}
#my-orders-table td {
    padding:1px 20px 10px;
	text-align: center;
}
#my-downloadable-products-table td {
    padding:14px 20px 10px;
	text-align: center;
}

#my-orders-table th:first-child {
    border-left: 0px;
}

#my-orders-table td.last .nobr {
    min-width: 180px;
    display: block;
}

.sales-order-view #my-orders-table td.a-right .nobr {
    white-space: nowrap;
}

.my-account .pager {
    margin: 10px 0;
    line-height: 45px;
    font-size: 14px;
}

.my-account .pager p.amount {
    margin: 0px;
}

.my-account .pager .limiter {
    float: right;
}

.my-account .pager .limiter select {
    background: #fff;
}

.sales-order-view .page-title h1 {
    padding-bottom: 20px;
}

.sales-order-view #my-orders-table {
}

.sales-order-view #my-orders-table tbody.odd tr {
}

.sales-order-view #my-orders-table tbody.even tr {

}

.tag-customer-view .pager {
	margin-top: 10px;
}

.tag-customer-view .pager p.amount {
margin-bottom: 10px;
}

.tag-customer-view .pager .limiter {
}

.tag-customer-view .pager .limiter select {
    background: #fff;
}

.tag-customer-view span.separator {
}

.tag-customer-view .add_reviews {
}

.tag-customer-view .buttons-set {
    padding-bottom: 60px;
}

.my-account .product-review .product-img-box {
    float: left;
}

.my-account .product-review .product-img-box .product-image {
    display: block;
}

.my-account .product-review .product-img-box .label {
    margin: 0 0 3px;
    display: none;
}

.my-account .product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.my-account .product-review .product-details {
    margin-left: 145px;
}

.my-account .product-review .product-name {
    margin: -3px 0 23px;
    text-transform: uppercase;
    color: #474747;
    font-size: 18px;
}

.my-account .product-review h3 {
    font-weight: normal;
    font-size: 15px;
}

.my-account .product-review .ratings-table {
    margin: 4px 0px 5px;
}

.my-account .product-review .ratings-table  tr {
    height: 42px;
}

.my-account .product-review .ratings-table th {
    padding-right: 35px;
    vertical-align: middle;
}

.my-account .product-review .ratings-table td {
    padding-top: 0px;
    vertical-align: middle;
}

.product-review dt {
}

.product-review dd {
    margin: 5px 0 0;
}

.product-review .buttons-set {
    margin-top: 15px;
}

/*== Billing Agreements ==*/

.billing-agreements .info-box {
    margin: 25px 0px 15px;
}

.billing-agreements .info-box h2 {
    font-size: 14px;
    font-weight: normal;
}

.billing-agreements .form-list li {
    width: 250px;
}

.billing-agreements .form-list li select {
    float: none;
    margin: 0 0 15px;
    display: block;
}

.billing-agreements .form-list li button.button {
}

.billing-agreements .table-caption {
    font-weight: bold;
    font-size: 13px;
}

.billing-agreements ul.form-list li {
    display: inline-block;
}

.billing-agreements ul.form-list li button.button {
    display: block;
    float: right;
}

.sales-billing-agreement-index .billing-agreements .info-box {
}

.sales-billing-agreement-index .billing-agreements .info-box .form-list select {
    width: 275px;
}

.sales-billing-agreement-index .billing-agreements .info-box .form-list li {
    margin: 0 9px 0;
	float: left;
	width: 200px;
}



/*===== Advanced Search =====*/
.tag-product-list .toolbar div.fancy-select div.trigger {width: 60px;}
.tag-product-list .toolbar div.fancy-select ul.options {width: 60px;}
.catalogsearch-result-index .toolbar div.fancy-select div.trigger {width: 90px;}
.catalogsearch-result-index .toolbar div.fancy-select ul.options {width: 102px;}
.catalogsearch-result-index .toolbar div.fancy-select ul.options li.selected {
    color: #BB8F43;
    background: url('../images/toolbar-selected-arr.png') no-repeat scroll 90px 12px transparent;}
.catalogsearch-advanced-index #form-validate .input-box .input-text {width: 200px; }
.catalogsearch-advanced-index #form-validate .form-list li {
    margin-top: 9px;
}

.catalogsearch-advanced-index #form-validate .input-box{width:200px;}
.catalogsearch-advanced-index #form-validate .form-list li .input-range input {
    width: 88px;
    float: left;
}

.catalogsearch-advanced-index #form-validate .form-list li .input-range input:first-child {
}

.catalogsearch-advanced-index #form-validate .form-list li:first-child +.even +.odd +.even ~ .odd {
    float: left;
    width: 180px;
}

.catalogsearch-advanced-index #form-validate .form-list li:first-child +.even +.odd +.even ~ .even {
    float: right;
   width: 180px;
}

.catalogsearch-advanced-index #form-validate .form-list li:first-child +.even +.odd +.even {
    padding-bottom: 18px;
}

.catalogsearch-advanced-index #form-validate .form-list .separator {
    float: left;
    margin: 4px;
}

.catalogsearch-advanced-index #form-validate .form-list small {
    float: left;
    margin: 6px 0px 0px 3px;
}

.catalogsearch-advanced-index #form-validate .buttons-set button.button {
    margin-top: 12px;
}

.catalogsearch-advanced-index #form-validate .fieldset:first-child {
	border:none;
}
.catalogsearch-advanced-index #form-validate .input-range {
    margin-top: 2px;
}

.catalogsearch-advanced-index #form-validate .multiselect {
    margin-bottom: 18px;
}

/*===== Email to friend =====*/
.sendfriend-product-send #product_sendtofriend_form {
    width: 584px;
}

.sendfriend-product-send #product_sendtofriend_form .fieldset {
    margin-top: 12px;
}

.sendfriend-product-send #product_sendtofriend_form .fieldset:first-child {
    margin-top: 0px;
}

.sendfriend-product-send #product_sendtofriend_form h2.legend {
    padding: 13px 10px;
    margin: 0px 0px 27px;
    text-transform: uppercase;
    color: #fff;
    background: #e87a7a;
    font-weight: normal;
    font-size: 22px;
}

.sendfriend-product-send #product_sendtofriend_form .fields > div {
    margin-top: 10px;
}

.sendfriend-product-send #product_sendtofriend_form .fields > div:first-child {
    margin-top: 0px;
}

.sendfriend-product-send #product_sendtofriend_form div.name-lastname {
    margin-top: 10px;
}

.sendfriend-product-send #product_sendtofriend_form {
    padding-bottom: 60px;
}

.sendfriend-product-send #product_sendtofriend_form .fieldset {
    margin-top: 46px;
}

.sendfriend-product-send #product_sendtofriend_form .fieldset:first-child {
    margin-top: 0px;
}

.sendfriend-product-send #product_sendtofriend_form .form-list li.fields,
 .sendfriend-product-send #product_sendtofriend_form .form-list li.wide {
    margin-top: 10px;
}

.sendfriend-product-send .form-list .field {
    margin-top: 12px;
}

.sendfriend-product-send .form-list li:first-child {
    margin-top: 0px !important;
}

.send-friend .form-list {
    overflow: hidden;
}

.sendfriend-product-send .form-list textarea {
    min-height: 100px;
}

.sendfriend-product-send .input-box {
    min-height: 48px;
}

.sendfriend-product-send li.wide .input-box {
    min-height: 115px;
}

.sendfriend-product-send .btn-remove {
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background: url(../images/cart-top-edit-rem-btn.png) top left;
}

.sendfriend-product-send .btn-remove:hover {
    background-position: top right;
}

.sendfriend-product-send button.button {
    font-size: 20px;
    padding: 0px 15px;
    line-height: 46px;
    background: #cb4747;
    color: #fff;
    text-transform: uppercase;
    transition: background 0.4s;
    -webkit-transition: background 0.4s;
}

.sendfriend-product-send button.button:hover {
    background: #b20a0a;
}

.sendfriend-product-send .buttons-set {
    margin-top: 12px;
}

#add_recipient_button button {
    margin-right: 15px;
}

#max_recipient_message {
    float: right;
    margin: 15px 15px 0px 0px;
}

#max_recipient_message p {
    margin: 0px;
}

#add_recipient_button {
    margin: 0px;
}

.sendfriend-product-send #product_sendtofriend_form .form-list li.additional-row {
    border-top: 1px solid #fdebeb;
    padding-top: 10px;
    margin-top: 12px;
}

#product_sendtofriend_form .back-link {
    margin: 15px 0px 0px;
}

#product_sendtofriend_form .form-list .field {
    margin-right: 0px;
}

/*===== Login or create an account =====*/
.account-login .col1-set .buttons-set .req-field, #form-validate .buttons-set .req-field {
}
.customer-account-login .messages {display:none;}
#logregpopup #fancybox-content {width:100% !important;}
#logregpopup #fancybox-content > div:first-child .messages {display:block;}
.account-login  p > a{
	color:#000;
	text-decoration:underline;
}
.account-login  h2 + p {
	color:#000;
	font-size:16px;
	width:330px;
}

.account-login .col2-set {
    margin-top: 0px;
}
.account-login  .form-list li em{
	color: #F00;
	position: absolute;
	top: 0px;
	left: 315px;
	display:none;
}
.account-login .input-text{
	border-color:#9d9d9d;
	width: 100%;
	font-size:16px;
	max-width: 330px;
}

#login-form .col1-set{
	display:inline-block;
	width: 400px;
	float:left;
}
#login-form .col2-set{
	width:360px;
	display:inline-block;
	float: left;
	margin-left: 70px;
}
.account-login .page-title{
}

#login-form {
    width: 968px;
    margin:0px 0 0px 0px;
}

.checkout-onepage-index #login-form {
    margin: 0px;
}

#login-form h2 {
    font-size: 20px;
	text-transform: capitalize;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	margin: 40px 0 2px;
}

#login-form h2 span {
    display: block;
}

#login-form h2 > span {
}

#login-form h2 > span > span {
}
#account-forgotpass-form .form-list {
	border:none;
}
.account-login .border-right{
	border-right:1px solid #9d9d9d;
}
.account-login .form-list label{
	display:none;
}
#login-form .login-form-wrapper {
	border-right: 1px solid #9d9d9d;
}

.checkout-onepage-index #login-form  .form-list {
    padding: 0px;
}

#login-form .form-list label {
    padding-left: 5px;
	display:none;
}

.account-login button.button:hover {background:#000;}
.account-login button.button {
    line-height: 42px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0px 30px;
    color: #fff;
	background:#585858;
	transition:background 0.5s ease;
	-webkit-transition:background 0.5s ease;
	-o-transition:background 0.5s ease;
	-moz-transition:background 0.5s ease;
}

#login-form .new-users .buttons-set {
	margin-top: 138px;
}

#login-form .new-users button.button {
    line-height: 42px;
	margin-top: 15px;
	background: none repeat scroll 0% 0% #bb8f43;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	padding: 0px 30px;
    transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
}

#login-form .new-users button.button:hover {
	background: none repeat scroll 0% 0% #000;
}
/*
#login-form .registered-users button.button:hover {
    background: #bb8f43;
}
*/
.my-account .back-link:hover {color:#000;}
.my-account .back-link {
    text-transform: uppercase;
	margin:10px 0;
	cursor:pointer;
	color:#bc9147;
	margin: 15px 0px;
	display: inherit;
	font-size: 16px;
	line-height: 16px;
	float: none;
}

.back-link:hover {color:#000;}
.back-link {
    text-transform: uppercase;
	margin:10px 0;
	cursor:pointer;
	color:#bc9147;
	margin: 15px 0px;
	display: inherit;
	font-size: 16px;
	line-height: 16px;
}
#login-form a.back-link {
    display: block;
    float: right;
    margin: 16px 30px 0px 0px;
    text-transform: uppercase;
}

#login-form .fieldset {
    margin-top: 12px;
}

#login-form .fieldset:first-child {
    margin-top: 0px;
}
#login-form .form-list li:first-child .input-box{
	margin: 35px 0px 16px;
}
#login-form .input-box {
    min-height: 33px;
    margin: 2px 0 0px;
	width: 250px;
}

#login-form .forgot-pass {
	margin: 25px 0px 20px 0px;
	text-transform: capitalize;
	font-size:16px;
	display: block;
	color:#bb8f43;
}
.LV_invalid{color:#ff0000;}
#logregpopup #login-form .input-box  {width:330px;}
#logregpopup #fancybox-wrap {
    width: 968px !important;
}

#logregpopup #fancybox-wrap #fancybox-content {
    background: none;
    height: auto !important;
}

#logregpopup #fancybox-content > div:first-child {
    height: auto !important;
}

#logregpopup #fancybox-content #account-login-form-wrapper {
    padding: 34px 68px 70px;
    overflow: hidden;
}

#logregpopup #fancybox-content #account-register-form-wrapper li.control label{display:inline-block;}
#logregpopup #fancybox-content #account-register-form-wrapper label{
	display:none;
}
#logregpopup #fancybox-content #account-register-form-wrapper #form-validate{margin-top:40px;}
#logregpopup #fancybox-content #account-register-form-wrapper {
    display: none;
    padding: 34px 68px 70px;
    overflow: hidden;
}

#logregpopup #fancybox-content #account-forgotpass-form-wrapper {
    display: none;
    padding: 34px 68px 70px;
    overflow: hidden;
}

#fancybox-content .page-title {
}

#fancybox-content .page-title h1 {
    font-size: 46px;
	line-height: 46px;
	text-transform: uppercase;
	color:#000;
}

#fancybox-content #login-form .forgot-pass:hover {
	color:#000;
}
#fancybox-content #login-form .forgot-pass {
    cursor: pointer;
    clear: both;
    font-size: 16px;
    line-height: 16px;
    color: #bb8f43;
    margin: 32px 0 26px;
	transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	-webkit-transition: color 0.5s ease 0s;
	-moz-transition: color 0.5s ease 0s;
	width: 180px;
}

#fancybox-content #login-form .forgot-pass:hover {
}

#logregpopup #fancybox-close:hover {
	background-position:0px -37px;
}
#logregpopup #fancybox-close {
    background: url("../images/close-box.png") no-repeat 0 0;
    cursor: pointer;
    display: none;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 13px;
    z-index: 11030;
}

#form-validate-forgotpass {
    overflow: hidden;
	margin-top:40px;
}

#form-validate-forgotpass .fieldset p {
        color: #000;
		font-size: 16px;
		width: 330px;
		width:auto;
		margin: 3px 0 35px;
}

.forgot-pass-ajax-loading {
    margin-top: 25px;
}

.forgot-pass-ajax-loading img {
    float: left;
    margin-right: 10px;
}

.forgot-pass-ajax-loading p {
    font-size: 12px;
    line-height: 33px;
    font-family: 'helvetica';
    color: #4d4d4d;
    margin: 0;
}

/*========== Contact us page ==========*/
#contacts-form-col {
    float: right;
    width: 892px;
    margin-top: -3px;
}

#contacts-custom-col {
    float: left;
    width: 290px;
    margin-top: -3px;
}

.store-information .contact-info:last-child{
	border-bottom: none;
	padding:0;
	margin:0;
}
.store-information .contact-info{
	border-bottom: 1px solid #9d9d9d;
	padding: 0 0 35px 0;
	margin:0 0 35px 0;
	width: 240px;
} 
#contactForm input[type="text"],
#contactForm textarea input.input-text{
	border:1px solid #9d9d9d;
}
.store-information h3{font-size:20px;}
.store-information p{ color:#000;
	margin:0px;
} 
.store-information{ 
    margin-bottom: 40px;
	line-height: 25px;
	display:inline-block;
    vertical-align: top;
	color:#000;
	font-size:16px;
	width: 320px;
    margin-right: 20px;
}
form#contactForm label{display:none;}
form#contactForm {
	float:right;
    margin: 0 auto;
    display:inline-block;
    vertical-align: top;              
}

form#contactForm .form-list li.fields +li + li {
    width: 600px;
    float: left;
    margin-left: 0px;
}
 form#contactForm .form-list li.fields{
	float:left;
}
form#contactForm .form-list li.fields + li  {
    width: 290px;
    float: left;
    margin-left: 15px;
}
.input-box input.input-text, textarea {
	font-size:16px;
}
form#contactForm .form-list .input-box{
    margin-top: 2px;
    min-height: 45px;
}

form#contactForm .fieldset {
    margin: 0;
    padding: 0;
	clear:both;
}

form#contactForm .validation-advice {
    bottom: -3px;
    left: 10px;
}
form#contactForm textarea {
	    width: 610px;
}
form#contactForm input.input-text{
    width: 290px;
}

form#contactForm .form-list li.wide {
    clear: both;
	margin-left:0px;
}

form#contactForm .wide .input-box {
    min-height: 162px;
}

form#contactForm textarea {
    height: 150px;
}

form#contactForm .buttons-set {
    padding-top: 0;
}

form#contactForm .form-list li {
}

form#contactForm .form-list li:first-child {
    margin-right: 15px;
}

form#contactForm .req-field {
	color: #f00;
	display:block;
	clear: both;
}

form#contactForm button.button {
    background: #585858;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 25px;
    line-height: 46px;
    font-size: 18px;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}

form#contactForm button.button:hover {
    background: #000;
}

#contacts-schedule {
    margin-top: -26px;
}

#contacts-schedule dl {
    margin-bottom: 9px;
    text-transform: uppercase;
}

#contacts-custom-col h2 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px 0px 23px;
}

#contacts-custom-col dl {
    padding: 12px 0px 0px;
    margin: 12px 0px 0px;
    border-top: 1px solid #fdebeb;
    overflow: hidden;
}

#contacts-custom-col dl dt {
    float: left;
    width: 66px;
}

#contacts-custom-col dl dd {
    float: right;
    width: 200px;
    text-align: right;
}

#contacts-custom-col dl + img {
    margin-top: 27px;
}

/*========== About us page ==========*/
#about-us h1 {
    font-size: 35px;
    font-weight: normal;
    margin: 0px 0px 27px -2px;
    padding: 18px 0px;
    text-transform: uppercase;
}

#about-us h2 {
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px 0px -4px;
}

#about-us p {
    margin: 24px 0px;
    text-indent: 10px;
    text-align: justify;
}

#about-us img {
    float: right;
    margin: 3px 0px 16px 32px;
}

#about-us #history-chapter {
    margin-top: 160px;
}

/*==========Page 404==========*/
#content-404 h1 {
    font-size: 35px;
    font-weight: normal;
    padding: 18px 0px;
    text-transform: uppercase;
}

#content-404 img {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fdebeb;
}

#content-404 .back-404 {
    margin-top: 30px;
    float: right;
    font-size: 20px;
    line-height: 46px;
    padding: 0px 15px;
    color: #fff;
    background: #cb4747;
    transition: background 0.4s;
    -webkit-transition: background 0.4s;
    text-transform: uppercase;
}

#content-404 .back-404:hover {
    background: #b20a0a;
}


/*========== Privacy policy ==========*/
.cms-privacy-policy {color:#585858;font-size:16px;line-height:18px;}
.cms-privacy-policy .main{padding-bottom:40px;}
.cms-privacy-policy h3{color:#bc9147;margin-top:40px;margin-bottom:20px;}

.cms-privacy-policy .main .col-main ul {margin-top:10px;}
.cms-privacy-policy .main .col-main  ul li{list-style:disc;margin-left:20px;}
.cms-privacy-policy-cookie-restriction-mode .main p:first-child{padding:0 !important;border:none !important;}
.cms-privacy-policy-cookie-restriction-mode .main p, .cms-privacy-policy-cookie-restriction-mode .main ul {
    margin: 5px 0px 25px;
}

.cms-privacy-policy-cookie-restriction-mode .main h2 {
    font-weight: normal;
	color:#000;
}

.cms-privacy-policy-cookie-restriction-mode .breadcrumbs ul {
    margin: 0px;
}

.cms-privacy-policy-cookie-restriction-mode .data-table  td {
    padding: 5px;
}

.cms-privacy-policy-cookie-restriction-mode .data-table  th {
    padding: 5px 30px 5px 5px;
}

/*========== Sitemap ==========*/
.page-sitemap {
}

.page-sitemap #sitemap_top_links {
    float: right;
    padding-right: 10px;
    line-height: 45px;
    font-size: 14px;
    text-transform: uppercase;
}

.page-sitemap .sitemap + .links {
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 45px;
    padding-right: 10px;
}

.page-sitemap .links li:hover {
    background: none;
}

.page-sitemap .links a {
    text-decoration: none;
}

.page-sitemap .links a:hover {
}

.page-sitemap .sitemap {
    margin: 12px;
}

.page-sitemap .sitemap a {
    text-decoration: none;
}

.page-sitemap .sitemap a:hover {
}

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

.page-sitemap .pager {
    padding: 0px 10px;
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #fdebeb;
    border-bottom: 1px solid #fdebeb;
    font-size: 14px;
    text-transform: uppercase;
}

.page-sitemap .pager .pages {
}

.page-sitemap .pager .amount {
    margin: 0px;
    line-height: 45px;
}

.page-sitemap .pages {
    float: left;
    margin: 5px 10px 0px;
}

.page-sitemap .pages  ol {
    overflow: hidden;
}

.page-sitemap .pager .pages li {
    float: left;
    margin: 0;
    text-align: center;
    line-height: 35px;
    text-align: center;
    margin-left: 5px;
}

.page-sitemap .pager .pages li a {
    display: block;
    width: 30px;
    height: 35px;
    border-radius: 3px;
    background: #fcf2f2;
    transition: background 0.4s;
}

.page-sitemap .pager .pages li a:hover {
    background: #e87a7a;
    color: #fff;
}

.page-sitemap .pager .pages li:first-child {
}

.page-sitemap .pager .pages .current {
    width: 30px;
    height: 35px;
    background: #e87a7a;
    color: #fff;
    border-radius: 3px;
}

.page-sitemap .pager .pages li a {
    padding: 0;
}

.page-sitemap .pager .pages li a.next, .page-sitemap .pager .pages li a.previous {
    display: block;
    width: 30px;
    height: 23px;
    text-indent: -9999px;
    transition: none;
    margin-top: 6px;
}

.page-sitemap .pager .pages li a.next {
    background: url(../images/pager-arrow.png) top right no-repeat;
}

.page-sitemap .pager .pages li a.next:hover {
    background-position: bottom right;
}

.page-sitemap .pager .pages li a.previous {
    background: url(../images/pager-arrow.png) top left no-repeat;
}

.page-sitemap .pager .pages li a.previous:hover {
    background-position: bottom left;
}


/* Rating */
/* Availability */
.availability.in-stock span {
    color: #778a21;
    text-transform: capitalize;
}


.products-list .availability.out-of-stock span { width:auto; margin-right:10px; padding:0;}
.availability.out-of-stock span {
    color: #8B0000;
	width: 163px;
	display: block;
	font-size: 18px;
	line-height: 45px;
	text-align: left;
	padding: 0 0 0 20px;
	text-align: center;
}

.product-view .product-collateral {
    overflow: hidden;
}

.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 .in-stock{
	display:none;
}


/* Email to a Friend */

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

.alert-stock {
    margin: 0;
    font-size: 11px;
}

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

.price-box {
    margin: 0px 0;
    color: #bb8f43;
}

.price-box .price {
}

li.item .price-box .price-label, #carousel-content .price-label {
}

li.item .price-box a:hover {
    color: #bb8f43;
}

li.item .price-box a {
    color: #000;
}

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

.regular-price .price {
}

.block .regular-price,
.block .regular-price .price {
}

/* Old price */
li.item .old-price .price-label {
    display: none;
}

.old-price {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
}

.old-price .price-label {
    white-space: nowrap;
}

.old-price .price {
    font-weight: normal;
}

li.item .old-price .price, #recently-viewed-items .old-price .price, #carousel-wrapper .old-price .price {
    text-transform: uppercase;
}

#carousel-wrapper .old-price .price {
    font-size: 14px;
	color:#bc9147;
}
/* Special price */
.product-shop .special-price {
}

.special-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

li.item .special-price .price-label {
    display: none;
}

.special-price .price {
	font-size: 25px;
    color: #ca370a;
}

#carousel-content .special-price .price {
}

/* Minimal price (as low as) */
.minimal-price {
    margin: 0;
}

.minimal-price .price-label {
    white-space: nowrap;
}

.minimal-price .price {
}

.minimal-price-link {
}

.minimal-price-link:hover {
}


/* 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;
	padding-top: 20px;
}

/* 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 {
    white-space: nowrap;
}

.price-from .price {
}

.price-to {
    margin: 0;
}

.price-to .price-label {
    white-space: nowrap;
}

.price-to .price {
}





/* Grouped Product */
.product-view .grouped-items-table .availability.out-of-stock {margin-top:0;}
.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%;
    background: #f6f2e7;
    border-right: 1px solid #e5dcc3;
    border-bottom: 1px solid #e5dcc3;
    padding: 15px 10px 12px;
    line-height: 1.6em;
}

.product-view .box-up-sell .products-grid tr.last td {
    border-bottom: 0;
}

.product-view .box-up-sell .products-grid td.last {
    border-right: 0;
}

.product-view .box-up-sell .products-grid td img {
    border: 1px solid #e5dcc3;
}

.product-view .box-up-sell .products-grid .product-image {
    text-align: center;
}

.product-view .box-up-sell .products-grid td.empty {
    border-right: 0;
    background: #f1ecdb;
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

table.specif td {
    padding-right: 15px;
}

table.specif th {
    color: #000;
    font-size: 16px;
}

.product-name {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}


/* Product Tags */
.tags-list {
    display: block;
}

.tags-list li {
    display: inline !important;
}

.tags-list li:first-child span {
    display: none;
}

.tags-list li a {
}

/* Advanced Search */
.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px;
}

.advanced-search-amount {
    margin: 12px 0px;
}

.advanced-search-summary {
    margin: 12px 0px 15px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
    padding: 10px;
	color:#bc9147;
}

.advanced-search-summary ul {
    float: left;
    width: 49%;
}

.advanced-search-summary strong {
    color: #000;
    padding-left: 15px;
    background: url(../images/i_search_criteria.gif) left center no-repeat;
}

.advanced-search-summary p {
    clear: both;
    margin: 0;
}

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

.cms-home .col-main a.banners {
    position: relative;
    z-index: 10;
}

.cms-home .col-main a.women {
    margin-left: 12px;
}

.cms-home .col-main a.sales {
    margin-left: 12px;
}

.cms-home .col-main {
    padding: 0;
    margin: 0;
    background: none;
}

.homePage {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.mainBanner {
    margin-bottom: 9px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.mainBanner img {
    min-height: 420px;
}

.small_banners {
    margin-bottom: 10px;
    width: 100%;
}

.small_banners a img {
    width: 100%;
    margin: 0 0.2% 3%;
}

.small_banners {
    width: 100%;
    overflow: hidden;
}

.small_banners a {
    float: left;
    width: 32.9%;
    margin-left: 0.5%;
}

.small_banners a:first-child {
    margin-left: 0;
}

#pr_slider {
    float: left;
}

.home_block h2.byHead, p.c_head {
    color: #012D9D;
    font-size: 23px;
    text-transform: uppercase;
    height: 33px;
    padding-bottom: 1px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CBD0DE;
    padding-left: 1%;
}

p.c_head {
    margin-bottom: 10px;
    font-size: 20px;
}

.home_block h2.byHead span, p.c_head span {
    display: block;
    float: left;
    line-height: 33px;
    height: 33px;
    font-family: 'helvetica_lt_std_condregular';
    background: url("../images/slider_header_bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #CBD0DE;
    border-bottom: none;
    padding: 0 3%;
}

.home_block .block_content {
    margin: 0 1%;
    overflow: hidden;
}

.home_block .block_content img {
    float: left;
    margin: 0 5px 5px 0;
}

.home_block .block_content p {
    text-align: justify;
    margin: 0 5px;
}


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

.cart .page-title {
    border-bottom: 0;
}

.cart .page-title h1 {
	margin-top: 37px;
}

/* Checkout Types */
.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
    float: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: none;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px;
}

.cart .totals .checkout-types li form fieldset {
    padding-top: 5px;
}


/* Shopping Cart Table */


/* Options Tool Tip */
.item-options dt {
    text-transform: capitalize;
}

.item-options dd {
    text-transform: capitalize;
    float: left;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

/* Checkout ============================================================================== */
/********** < Common Checkout Styles */

.gomage-checkout-onepage-index .col-main{
	margin-bottom: 80px;
}
.checkout-onepage-success p a:hover{color:#000;}
.checkout-onepage-success p a{font-size:25px; color:#bc9147;}

.checkout-onepage-success h2.sub-title + p{
	margin-top:10px;
	font-size:25px;
	text-transform:uppercase;
}
.checkout-onepage-success p{font-size:16px;}
.checkout-onepage-success h2.sub-title {
    margin: 0px 0px 15px;
    font-size: 25px;
    font-weight: normal;
	color:#000;
}

.add-to-cart button[title="Update Cart"]{
	width:240px;
}

.checkout-onepage-success .buttons-set button.button {
    line-height: 46px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px 20px;
    background:#585858;
    color: #fff;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
	margin:30px 0 45px;
}

.checkout-onepage-success .buttons-set button.button:hover {
    background: #000;
}

.checkout-cart-index .cart-empty {
}

/* Shipping and Payment methods */
.sp-methods {
}

.sp-methods dt {
    margin: 0;
    text-transform: uppercase;
}

.sp-methods dt:first-child {
    margin-top: 0px;
}

.sp-methods dd {
}
#payment_form_ccsave li {
    margin: 0px;
	padding:0px ;
	border-bottom:none;
}
.sp-methods dd li:last-child {border:none;}
.sp-methods dd li {
    margin: 0;
	padding:5px;
}

.sp-methods label {
}
.glc .shipping-method {
	width:100%;
}
.sp-methods .price {
float:none;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods .form-list li {
    margin: 9px 0px;
}

.sp-methods select.month {
    width: 154px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 106px;
}

.sp-methods input.cvv {
    width: 3em !important;
}

#co-shipping-method-form .buttons-set {
padding-left: 20px;
}

.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;
    margin-left: 10px;
}

/* Tooltip */
.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.gift-messages p.control {
    color: #8e8d8b;
}

.gift-messages-form {
    position: relative;
}

.gift-messages-form label {
    float: none !important;
    position: static !important;
}

.gift-messages-form h4 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.gift-messages-form .whole-order {
    margin: 0 0 25px;
}

.gift-messages-form .item {
    margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}

.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
    color: #8a8987;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.gift-messages-form .item .details .form-list .field {
    width: 255px;
}

.gift-messages-form .item .details .form-list .input-box {
    width: 240px;
}

.gift-messages-form .item .details .form-list input.input-text {
    width: 234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box {
    width: 500px;
}

.gift-messages-form .item .details .form-list li.wide textarea {
    width: 494px;
}

.gift-message-link {
    font-size: 11px;
    background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px;
}

.gift-message-link.expanded {
    background-position: 100% -40px;
}

.gift-message-row {
    background: #f2efe9;
}

.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

/* Checkout Agreements */
.checkout-agreements li {
    margin: 30px 0;
}

.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5;
}

.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}

.checkout-agreements .agree label {
    font-weight: bold;
    color: #666;
}

.opc .checkout-agreements {
    border: 1px solid #d9dde3;
    border-width: 0 1px;
    padding: 5px 30px;
}

.opc .checkout-agreements li {
    margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px;
}

.opc .checkout-agreements .agree {
    padding-left: 6px;
}

/* Centinel */
.centinel {
}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

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

/* Generic Info Set */

.paypal-express-review button.btn-checkout:hover {background-color: #000;}

.paypal-express-review button.btn-checkout {
    padding: 0px 25px;
    line-height: 45px;
    color: #FFF;
    background-color: #585858;
    font-size: 18px;
}

.paypal-express-review #details-table .a-center{
	text-align: center;
	padding:0 5px;
}


.paypal-express-review .info-set .data-table .item-options {
    margin:0;
    padding:0;
}	

.paypal-express-review .data-table thead th {
    text-align: left;
}

.paypal-express-review .info-set{
  	background:#fff;
    padding: 20px;
	padding: 20px;
	margin: 0px 0px 25px;
}
.paypal-express-review .info-set h2.legend {
    background:#fff;
    position: relative;
    font-size: 16px;
    color:#000;
    font-weight: normal;
}

.paypal-express-review .info-set h3, .info-set h4 {
    font-size: 14px;
    font-weight: bold;
    color: #BC9147;
    padding-bottom: 5px;
}



/* Multiple Addresses Checkout */
dl.item-options {
    overflow: hidden;
    padding-top: 5px;
    margin-top: 5px;
}

dl.item-options  dt {
    float: left;
    clear: left;
}

dl.item-options  dd {
    float: left;
    clear: right;
    margin-left: 15px;
}

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


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

/* 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;
	display:none;
    z-index: 100;
}

.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px;
	display:none;
}

.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;
	display:none;
}

.map-popup-arrow {
    background: url(../images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
	display:none;
	
	}

.map-popup-close {
display:none;
    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 {
display:none;
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px;
}

.map-popup-checkout {
display:none;
    float: right;
    text-align: right;
}

.map-popup-checkout span {
    display:none;
    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 {
display:none;
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word;
}

.map-popup-only-text {
    border-top: 1px solid #ddd;
}

/* Sample Data============================================================================ */
.home-callout {
    margin-bottom: 12px;
}

.home-callout img {
    display: block;
}

.home-spot {
    float: left;
    width: 470px;
    margin-left: 20px;
}

.best-selling h3 {
    margin: 12px 0 6px 0;
    color: #e25203;
    font-size: 1.2em;
}

.best-selling table {
    border-top: 1px solid #ccc;
}

.best-selling tr.odd {
    background: #eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}

.best-selling tr.even {
    background: #fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}

.best-selling td {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 8px 8px;
    font-size: 11px;
}

.best-selling .product-img {
    float: left;
    border: 2px solid #dcdcdc;
}

.best-selling .product-description {
    margin-left: 107px;
    line-height: 1.3em;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
    color: #203548;
}

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.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,
.quickview_box:after,
.row_last:after,
#contactForm:after, 
.tags-list:after, 
.account-login:after{
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
/* ======================================================================================= */

.guest-select {
    width: 305px !important;
}

div.c_banners {
    margin-bottom: 20px;
}

.c_1 .box {
    float: left;
    width: 350px;
    margin-right: 10px;
}

.c_1 .box img {
    float: left;
    margin: 10px 0px 0 0;
}

.c_1 .box div {
    display: block;
    float: left;
}

.c_1 .box strong {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    display: block;
    margin-bottom: 3px;
}

.c_1 .box a {
    text-decoration: none;
}

.c_1 .box a:hover {
    text-decoration: underline;
}

.c_1 .box li {
    line-height: 130%;
}

.c_2 {
    margin-bottom: 20px;
}

.c_2 .category-products li.item.first {
    margin-left: 0;
}

.c_2 .category-products li.item {
    margin-left: 34px;
}

.c_2 .category-products li.item {
    width: 155px;
    padding: 0;
}

.c_2 .category-products li.item a.product-image {
    width: 155px;
    height: 155px;
    border: 1px solid #868684;
}

.c_2 .category-products h2.product-name a {
    text-decoration: none;
    font-weight: normal;
}

.c_2 .category-products h2.product-name {
    text-align: center;
    line-height: 120%;
    margin: 0;
}

.c_2 .category-products .price-box {
    text-align: center;
}

.l_bottom {
    padding-top: 0px;
}

.l_bottom img {
    margin: 10px 0 20px;
}

.l_bottom p {
    margin-bottom: 0;
    font-weight: bold;
}

.fs_last {
    background: url("../images/fs_last.png") no-repeat scroll 0 0 transparent;
}

.label-sale {
    background: url("../images/label-sale.png") no-repeat scroll 0 0 transparent;
}

.label-new {
    background: url("../images/label-new.png") no-repeat scroll 0 0 transparent;
}

.label-sale, .label-new {
    position: absolute;
    z-index: 100;
}

div.back_btn {
    background: url(../images/back_btn_arrow.png) no-repeat 0 center;
    padding-left: 30px;
    margin-bottom: 20px;
}

div.back_btn a {
    text-decoration: none;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.row h1 {
}

.row {
}

.twitter-share-button, div.fb {
    float: left;
    margin-left: 15px;
}

div.fb {
    padding-top: 1px;
}

/*========== Forms ==========*/
#form-validate {
}

.page-title + #form-validate {
}
/*
#form-validate h2 {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 62px;
    color: #014ca1;
    background: #f9f8f8 url(../images/cart-col-right.png) 100% 0% no-repeat;
    font-weight: normal;
    text-align: center;
}

#form-validate h2 span {
    display: block;
}

#form-validate h2 > span {
    background: url(../images/cart-col-left.png) 0px 0px no-repeat;
}

#form-validate h2 > span > span {
    background: url(../images/form-heading-line.png) 0px 56px no-repeat;
}
*/
#form-validate button.button {
    line-height: 42px;
	background: none repeat scroll 0% 0% #585858;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	padding: 0px 30px;
    transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
}

#form-validate button.button:hover {
  background:#000;
}

#form-validate a.back-link {
    display: block;
    margin: 16px 30px 16px 0px;
    text-transform: uppercase;
}

.my-account #form-validate .fieldset {
	display: inline-block;
	float: right;
}

#form-validate .fieldset ul {
		margin-top:25px;
}

#form-validate .fieldset:first-child {
	margin-top: 0px;
	border-right: 1px solid #9d9d9d;
	margin-right: 70px;
	padding-right: 80px;
	float:left;
}
.customer-account-edit .my-account #form-validate .fieldset:first-child{float:left;padding:0;margin:0;}
.customer-account-edit .my-account #form-validate .fieldset {float:left;padding:0;margin:0 0 0 60px;}
.customer-address-form .my-account #form-validate .fieldset:first-child {
	margin-top: 0px;
	border-right:none;
	margin-right: 210px;
	padding: 0 0 0 40px;
	float:right;
}
.newsletter-manage-index #form-validate .fieldset ul {
    margin: 25px 0px;
}
#form-validate .input-box .input-text {
	border-color: #9D9D9D;
	width: 100%;
	font-size: 16px;
}
#account-register-form #form-validate .input-box {margin: 2px 0px 18px;}
#form-validate .input-box {
    min-height: 33px;
	margin: 2px 0px 10px;
	width: 328px;
}
#account-forgotpass-form-wrapper 

#form-validate .form-list {
margin-bottom: 5px;
}

#form-validate .form-list label {
}

#form-validate input[type="radio"], #form-validate input[type="checkbox"] {
    vertical-align: middle;
}

p.back-link {
    float: left;
    text-transform: uppercase;
}

input#is_subscribed {
    width: auto;
}

.cms-page-view .page-title {
    margin-bottom: 10px;
}

.about img {
    float: left;
    margin: 0 15px 10px 0;
    border: 1px solid #8d8d8b;
}

.about h2 {
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
    clear: both;
    color: #000;
}

.about li {
    margin-left: 25px;
}

#mapbg {
    height: 400px;
    right: 0px;
    left: 0px;
    width: 100%;
	margin-bottom: 80px;
    display:none;
}
.gm-style {
    font-family: Roboto,Arial,sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
}
.cms-contact-us ul {
    list-style: none;
    margin-bottom: 0;
}

.product-tabs-content th {
}

.ajax-index-options #super-product-table .out-of-stock {
	color: #8b0000;
	display: inline-block;
	font-size: 14px;
	text-transform: capitalize;
	background: none;
	line-height: 45px;
	text-align: center;
	margin: -11px 0px 0px 2px;
}
.ajax-index-options #super-product-table .price-box span{
	font-size:18px;
}
.ajax-index-options #super-product-table .input-text.qty { width:20px;}
.ajax-index-options #super-product-table .price-box {
    border-bottom: none;
    margin: 0;
    padding: 0 20px;
	display:inline-block;

}

.col-right #blockrelated .price-box span {
}

.col-right #blockrelated .price-box .old-price span {
}

.col-right #blockrelated .product-name a {
}

.col-right #blockrelated {
    overflow: hidden;
}

div.straps li {
    list-style: none;
}

div.page-sitemap li {
    background: none;
}

div.p_meth {
    text-align: center;
    width: 164px;
}

div.p_meth img {
    padding: 2px 2px 5px;
}

div.p_meth img:first-child {
    padding-left: 0;
}

.hover-image {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.page-empty .product-view  .product-shop .short-description {
}

.page-empty .add-to-box .add-to-cart, .page-empty .product-options-bottom .add-to-cart {
    text-align: left;
    width: auto;
}

.ajax-index-options .page-empty #product-options-wrapper {
	margin-top:0;
}
.page-empty #product-options-wrapper {
    margin-top: 15px;
	margin-bottom: 30px;
}

.page-empty .add-to-cart {
    position: relative;
}

.page-empty #ajax_loader {
    width: auto;
    background-color: transparent;
    right: 0px;
	top: 2px;
    position: absolute;
}

.page-empty .product-view .product-shop {
    width: 436px;
    float: right;
    margin: 0px;
}

/* =============  Maintenance Page ==================== */
div.maintenance {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10%;
    color: #a8a8a8;
    font-size: 14px;
}

div.maintenance h1, div.maintenance h2 {
    margin-bottom: 40px;
    font-size: 26px;
	line-height:30px;
    color: #5e5e5e;
    text-transform: uppercase;
}

div.maintenance li.title {
    color: #535456;
    font-size: 20px;
    text-transform: uppercase;
}

div.maintenance .addl_info {
    width: 410px;
    margin: 0 auto 40px;
    overflow: hidden;
    background: url("../images/maintenance1.gif") repeat-y 45% 0;
}

div.maintenance .address, div.maintenance .hours-tel {
    float: left;
    text-align: left;
    width: 160px;
    padding: 0 30px 0 0;
}

div.maintenance .hours-tel {
    padding: 0 0 0 30px;
    width: 190px;
}

div.maintenance div.ts {
    background: url("../images/maintenance2.png") no-repeat 50% 0;
    line-height: 36px;
    text-transform: uppercase;
}

div.maintenance div.ts a {
    color: #555259;
    text-decoration: none;
}

.price_ratings .ratings {
    float: left;
}

.price_ratings .ratings .rating-box {
    margin-right: 0;
}

#new-products .actions {
    overflow: hidden;
}

#featured-products .actions button.button span, #new-products .actions button.button span {
    display: block;
}

#featured-products .actions button.button span span, #new-products .actions button.button span span {
    display: block;
    margin: 0;
}
.return a:hover{
	background: #000;
	color:#fff;
}
.return a{
	margin: 25px 0px 25px;
	display:block;
    line-height: 46px;
    font-size: 20px;
	text-align:center;
    text-transform: uppercase;
    padding: 0px 40px;
    background: #585858;
    color: #fff;
	width:200px;
	transition: background 0.5s ease 0s;
	-o-transition: background 0.5s ease 0s;
	-webkit-transition: background 0.5s ease 0s;
	-moz-transition: background 0.5s ease 0s;
}

.privacy_policy h2 {
    margin: 40px 0 20px 0;
    padding: 0 0 5px 0;
    border-bottom: 3px solid #e5eef2;
    font: 25px/18px "roboto_lt";
    color: #237992;
    text-transform: uppercase;
}

.privacy_policy p {
    margin: 0 0 17px 0;
    font: 15px/18px "roboto_lt";
    color: #608493;
    text-align: justify;
    overflow: hidden;
}

.customer-account-create ul.form-list li {
    float: none;
    margin-left: 0;
}

.customer-account-create ul.form-list .confirm_pass {
    margin-bottom: 0;
}

.featured_page_content {
    margin-top: 50px;
}

.featured_page_content .featured_title {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 3px solid #e5eef2;
}

.featured_page_content .featured_title span {
    font: 30px/30px "roboto_lt";
    color: #237992;
    text-transform: uppercase;
}

.featured_page_content h2.desc_title {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 3px solid #e5eef2;
    font: 30px/30px "roboto_lt";
    color: #237992;
    text-transform: uppercase;
}

.featured_page_content p.desc_content {
    font: 15px/18px "roboto_lt";
    color: #608493;
    text-align: justify;
}

p.no-review {
}

.fb-like span {
    height: 17px !important;
}

.ajax-index-options .product-name h1 {
    font-size: 22px;
    color: #474747;
}

.ajax-index-options .product-essential .desc.std {margin-bottom: 25px;padding-bottom:20px;border-bottom:1px solid #d7d7d7;color:#585858;margin-top: 19px;}

.ajax-index-options .product-essential .regular-price .price {
    font-size: 35px;
    display: inline-block;
    line-height: 38px;
    padding: 0px;
}

.ajax-index-options .product-essential {
    width: auto;
    float: none;
	margin-top: 0;
	margin-bottom: 20px;
}

.ajax-index-options .product-image {
    width: 300px;
}

.ajax-index-options .product-img-box {
    width: 300px !important;
    padding-right: 0;
	margin-right: 10px;
}

.ajax-index-options .product-shop .add-to-cart {
    border: none;
}

.ajax-index-options .product-view .qty-container label {
    margin-right: 10px;
}

.ajax-index-options .product-options dl.last dd.last {
}

.ajax-index-options .breadcrumbs {
    margin: 0;
}

.ajax-index-options .add-to-cart {
    width: 250px;
    float: none;
}

.ajax-index-options .prosuct-shop .add-to-cart button.btn-cart {
    font-size: 20px;
}

.ajax-index-options .add-to-box {
}

.ajax-index-options .price-box {
    overflow: hidden;
}

.ajax-index-options .price-box-bundle + .price-box {
}

.ajax-index-options .product-view .qty-container {
}

.ajax-index-options .tier-prices.product-pricing {
    margin-top: 8px;
}

.ajax-index-options #prod-custom-options dt, .ajax-index-options #prod-custom-options dd {
}

.ajax-index-options .product-options dd {
}

.ajax-index-options .product-options .config-prod dd {
}

.ajax-index-options #prod-custom-options select, .ajax-index-options #prod-custom-options input, .ajax-index-options #prod-custom-options textarea {
}

.fancybox-row .out-of-stock{
	padding:10px 0px;
	float:left;
}
.fancybox-row {

    margin-top: 20px;
    position: relative;
}

.product-shop-info .fancybox-row:first-child {
    margin: 0px;
}

#prod_spec {
    width: 100%;
}

#prod_spec tbody tr td {
    border: none;
    border-bottom: 10px solid #fff;
}

#prod_spec tbody tr td.first {
    background: #e5eef2;
    text-transform: uppercase;
    padding: 0 10px;
    text-align: left;
    width: 21%;
    vertical-align: middle;
}

#prod_spec tbody tr td.second {
    padding: 0 10px;
    text-align: left;
}
#advice-validate-rating-validate_rating {
    top: 290px;
}

.rating_left {
	width:100%;
    float: left;
	color: #585858;
}

.tag-product-list .quick-view {
}
.quick_view.responsive{display:none}

/*==========IE 10==========*/
html[data-useragent*='MSIE 10.0'] input[type="radio"], html[data-useragent*='MSIE 10.0'] input[type="checkbox"] {
    border: 0px;
    padding: 0px;
}

.rating a {
/*pointer-events: none; cursor: default*/
    ;
}

.dp_right_block .block-content .bx-wrapper .bx-viewport .mini-products-list {
    left: 0px;
    overflow: hidden;
}

div#hidnav {
    display: none;
}

#featured-products .slide ul li {
    position: relative;
}

/*========== STOCKISTS PAGE ==========*/
.category-stockists .col-main{padding-bottom:50px;}
.category-stockists .stockists-block.last-stock{margin:0px;}
.category-stockists .stockists-block h2{
		color:#bc9147;
		font-size:18px;
		text-align:left;
		margin-bottom:20px;
		margin-top:23px;
	}
	.category-stockists .stockists-block li a:hover{color:#bc9147;}
	.category-stockists .stockists-block li a {color:#000; font-size: 12px;}
	.category-stockists .stockists-block li{list-style:none; width:215px;overflow: hidden;}
	
	.category-stockists .stockists-block ul{}
	.category-stockists .stockists-block:after {clear:both}
	.category-stockists .stockists-block {
		margin-right:20px;
		float:left;
		color:#585858;
		width:285px;
		font-size:15px;
	} 
	.category-stockists .row{
		height:auto;
		border-bottom:1px solid #d7d7d7;
		padding-bottom:22px;
}

/* ACCOUNT REGISTER DISPLAY NONE LOGREGPOPUP*/
span.account-exists-error {display:none;}
.customer-account-create .main .messages{display:none;}

/*COLLECTIONS
-------------*/
.collections-blocks a > img{
	margin-bottom:20px;
	border:1px solid #fff;
}
.collections-blocks:hover a img {
	border-color:#bc9147;
}
.collections-blocks{
	width: 285px;
	display:inline-block;
	text-align: center;
	margin-right:10px;	
	margin-bottom:40px;
}
.collections-blocks:hover a.collections-title{
	color:#bc9147;
}
.collections-blocks a.collections-title{
	font-size: 22px;
	color: #000;
	display:block;
	text-transform: uppercase;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4s;
}
.collections-last{
	margin:0;
}

.row-collection{
	
	margin:0 auto 40px;
}