/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/*ashlesha--------------------------------------------------------------------*/
/*#nav > li:hover a::after{
    border-bottom: 10px solid #222222;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    position:absolute;
    left:40%;
    vertical-align: top;
    width: 0;
    top:40px;
}*/
#nav > li:hover > a > div.arrow {
border-bottom: 10px solid #222222;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
content: "";
display: inline-block;
height: 0;
position: absolute;
left: 38%;
vertical-align: top;
width: 0;
top: 40px;
transition: border 100ms ease-in-out;
-webkit-transition: border 100ms ease-in-out;
-moz-transition: border 100ms ease-in-out;
-o-transition: border 100ms ease-in-out;
}

@font-face {
 
    font-family: 'Josefin Sans Bold';
    src: url('JosefinSans-Bold.ttf');
   
}
@-webkit-keyframes mymove
{
from {opacity:0;}
to {opacity:1;}
}
@-webkit-keyframes zoompup
{
from {opacity:0;}
to {opacity:0.6;}
}
.zoomWindow{animation: mymove 1s 1;-webkit-animation: mymove 1.2s 1;}
.zoomPup{animation: mymove 1s 1;-webkit-animation: zoompup 1.2s 1;}
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html, body { height: 100%; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: 'Josefin Sans Bold' !important; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #666; color: #fff; text-shadow: none; }
::selection { background: #666; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
/*a:visited { color: #551a8b; }*/
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin:0; padding:0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 12px;; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
body { font:13px  'Josefin Sans Bold' !important; color:#949494; background-color: #f4f4f4; }
.pattern1 { background-image: url('../images/pattern1.png'); background-position: 0 0; background-repeat: repeat; }
.pattern2 { background-image: url('../images/pattern2.png'); background-position: 0 0; background-repeat: repeat; }
.pattern3 { background-image: url('../images/pattern3.png'); background-position: 0 0; background-repeat: repeat; }
.pattern4 { background-image: url('../images/pattern4.png'); background-position: 0 0; background-repeat: repeat; }
.pattern5 { background-image: url('../images/pattern5.png'); background-position: 0 0; background-repeat: repeat; }
.pattern6 { background-image: url('../images/pattern6.png'); background-position: 0 0; background-repeat: repeat; }
.pattern7 { background-image: url('../images/pattern7.png'); background-position: 0 0; background-repeat: repeat; }
.pattern8 { background-image: url('../images/pattern8.png'); background-position: 0 0; background-repeat: repeat; }
.pattern9 { background-image: url('../images/pattern9.png'); background-position: 0 0; background-repeat: repeat; }
.pattern10 { background-image: url('../images/pattern10.png'); background-position: 0 0; background-repeat: repeat; }
.pattern1_white { background-image: url('../images/pattern1_white.png'); background-position: 0 0; background-repeat: repeat; }
.pattern2_white { background-image: url('../images/pattern2_white.png'); background-position: 0 0; background-repeat: repeat; }
.pattern3_white { background-image: url('../images/pattern3_white.png'); background-position: 0 0; background-repeat: repeat; }
.pattern4_white { background-image: url('../images/pattern4_white.png'); background-position: 0 0; background-repeat: repeat; }
.pattern5_white { background-image: url('../images/pattern5_white.png'); background-position: 0 0; background-repeat: repeat; }
.pattern6_white { background-image: url('../images/pattern6_white.png'); background-position: 0 0; background-repeat: repeat; }
.pattern7_white { background-image: url('../images/pattern7_white.png'); background-position: 0 0; background-repeat: repeat; }
.pattern8_white { background-image: url('../images/pattern8_white.png'); background-position: 0 0; background-repeat: repeat; }
.pattern9_white { background-image: url('../images/pattern9_white.png'); background-position: 0 0; background-repeat: repeat; }
.pattern10_white { background-image: url('../images/pattern10_white.png'); background-position: 0 0; background-repeat: repeat; }

a/*, a:visited*/ { color:#949494; text-decoration:none; outline: none; }
a:hover { color:#949494; text-decoration:underline; }

button.button span { float:left; height:35px; background:#453E3C; padding:0 18px; font-size:14px; font-family:  'Josefin Sans Bold' !important;   font-style:normal; font-weight:400; line-height:35px; text-align:center; white-space:nowrap; color:#fff; text-transform: uppercase }
button.button span span { padding:0; }
button.button:hover span { background-color:#93AC2B; }

button.btn-checkout span { background-color:#93AC2B; }
button.btn-checkout:hover span { background-color:#453E3C !important; color:#fff; }

button.btn-proceed-checkout span { position: relative; display:block; padding:0 12px;}
button.btn-proceed-checkout span span { padding:0 33px 0 0; background:#93AC2B url('../images/arrow_button.png') 100% 0% no-repeat; }
button.btn-proceed-checkout:hover span span { background-position:100% 100%;  }

.product-view button.btn-cart span {position:relative; dislpay:block; background-color:#93AC2B; padding:0 12px; }
.product-view button.btn-cart span span { padding:0 38px 0 0; background:#93AC2B url('../images/icon_add_cart_product_view.png') 100% 0% no-repeat; }
.product-view button.btn-cart:hover span { background-color:#453E3C; }
.product-view button.btn-cart:hover span span { background-position:100% 100%;  }

h1 {}
h2 {margin:0 0 10px;}
h3 {}
.page-title { border:none;}
.page-title h1, .page-title h2 {text-transform: uppercase; font-size: 24px; font-family: 'Times New Roman', Arial, serif; }
.page-head-alt {margin:0 0 20px; padding:0 0 15px; border-bottom:1px solid #e6e6e6;}
.page-head-alt h3 {text-transform: uppercase; font-size: 24px; color:#4c4c4c;}

.cart .page-title { padding: 0 0 5px; margin:0 0 7px; }
.cart .page-title h1{ margin:5px 0 0; }

.buttons-set {padding:0;}
.fieldset {border: 1px solid #EEEEEE;}
.fieldset .legend {margin: -38px 0 0 -10px; padding: 8px; }
.form-list label { float:left; color:#808080; font-weight:bold; position:relative; z-index:0; margin-top:18px; }
.input-box{ border:0; padding:0; }
input.input-text, textarea, input.qty {padding: 4px; border:1px solid #e0e0e0; height:16px; }
select {padding:1px; height:26px; line-height:26px; border:1px solid #e0e0e0;}
select.multiselect  {height:auto;}
.form-list select {width:264px;}
.buttons-set p.required { margin: 0 0 5px;}
p.required { font-size: 12px; text-align: left; color:#9A1212; }

/* Layout ================================================================================ */
.wrapper { height: auto !important; min-height: 100%; }
.page { width:100%; margin:0 auto; padding: 0; }

.main-container {width:960px; margin:0 auto; }
.main { min-height:400px; margin:0; background: #fff;}

/* Base Columns */
.col-left { float:left; width:220px; border:none; padding:0; margin:20px 0 20px 20px; }
.col-main, .col-main-left, .col-main-right { float:left; width:680px; border:none; margin:10px; padding:0px; }
.col-right { float:right; width:220px; border:none; padding:0; margin:20px 20px 20px 0; }

/* 1 Column Layout */
.col1-layout .main { }
.col1-layout .col-main { float:none; width:auto; margin:0; padding:5px;}
.cms-index-index .main { background: transparent;}
.cms-index-index .col-main {background: none repeat scroll 0 0 #ffffff; padding: 0;}

/* 2 Columns Layout */
.col2-left-layout .col-main {}
.col2-right-layout .col-main {}
.catalog-product-view .col-main {margin:20px; }
.catalog-product-view .prev-next {margin:0 0 20px;}
.checkout-onepage-index .col-main {margin:20px; }

/* 3 Columns Layout */
.col3-layout .col-main {width: 475px; margin: 0px; float:left;}
.col3-layout .col-wrapper { width: 712px; }

/* ======================================================================================= */

/* Header ================================================================================ */
.header-container {}
header { margin:0 auto; border:none; padding: 0; }
header .header-top-container {background: #f8f8f8; height: 27px; line-height: 27px;}
header .header-top, header .logo-container {width:940px; margin:0 auto; }

header .links { float:right; margin-right: 5%; padding: 0; }
header .links li{ margin: 0; padding: 0; float:left; }
header .links li a {}
header .links li.separator{ color:#D5D5D5; padding:0 8px; font-size: 8px; line-height:27px;  }

header .logo-container { padding: 15px 10px; width: 940px;}
header .logo { display:block; margin: -15px 20% 0%;float: none; text-align: center; text-decoration:none !important; }
header .logo img {margin-top: 1%;}
header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
header h1.logo { padding:0; }

header .call-us {float:left; line-height: 33px; font-family:  'Josefin Sans Bold' !important;  font-size: 14px; color:#414141;}

header .header-switch a {}
header .header-switch span {color:#D5D5D5; padding:0 8px; font-size: 8px;}
header .header-switch .selected{text-decoration: underline;}

header .language-switch {float:left; }
header .currency-switch {float:left; margin:0 0 0 40px;}
header .cart-top {float:right; line-height: 33px; position: relative; margin:-3px -22px 0 0; }
header .cart-top a{}
header .cart-top .summary { position:relative; z-index:200; display: block; font-family: 'Josefin Sans Bold' !important; font-size: 12px; color:#414141; height:38px;}
header .cart-top .summary:hover, header .cart-top .active { text-decoration:none; color:#414141 !important; }
#bag {margin-right: -43%;}
header .cart-top .details { display: none; background:#fff; width:239px; margin:10px 0px; padding:15px; font-size: 11px; line-height: 150%;  color:#707070; position: absolute; z-index:199; right: 0; top:28px;
	-moz-box-shadow:1px 1px 2px 2px rgba(35, 35, 35, 0.05);
	-webkit-box-shadow:1px 1px 2px 2px rgba(35, 35, 35, 0.05);
	box-shadow:1px 1px 2px 2px rgba(35, 35, 35, 0.05);
}

header .cart-top .details .tab { position:absolute; height:38px; width:66px; right:0; top:-38px; background:#fff; color:#414141 !important;
-moz-box-shadow:1px 1px 2px 2px rgba(35, 35, 35, 0.05);
-webkit-box-shadow:1px 1px 2px 2px rgba(35, 35, 35, 0.05);
box-shadow:1px 1px 2px 2px rgba(35, 35, 35, 0.05); }
header .cart-top .details .tab_white { position:absolute; height:8px; width:100px; right:0; top:-4px; background:#fff; }

header .cart-top .details a{color:#707070; }
header .cart-top .details p{margin-bottom:0px}
header .cart-top .details a.product-image{width:50px; height:67px; }
header .cart-top .details ol{ margin:0; padding:0; }
header .cart-top .details ol li.item{ background: #fff; min-height: 70px; padding: 10px; margin-bottom:3px; font-size: 12px; }
header .cart-top .details ol li.subtotal{ background: #f5f5f5; padding: 10px; margin-bottom:3px; font-size: 13px; font-weight: bold; text-align: right; text-transform: uppercase; }
header .cart-top .details ol li.item strong{ font-weight: normal; }
.mini-products-list .product-image { border: none; padding: 0px; }
.mini-products-list .product-details { margin-left: 60px; }
.btn-remove,
.btn-edit { width: 14px; height: 14px; }
header .cart-top .details .btn-edit { float:right; margin-left: 18px; background:url('../images/cart_top_edit.gif') 0 0 no-repeat;  }
header .cart-top .details .btn-remove { float:right; margin-left: 2px; background:url('../images/cart_top_remove.gif') 0 0 no-repeat; }
header .cart-top .details .buttons { margin-top:15px; }
header .cart-top .details .button { float:right; }
header .cart-top .details .button span { height:26px; line-height:24px; padding:0 12px; font-size: 14px; font-family: 'Josefin Sans Bold' !important; font-weight:300; text-transform:none; }
header .cart-top .details .button span span { padding:0; }
header .cart-top .details .btn-continue { float:left; }

/* FOOTER ================================================================================ */
.footer-container {}
footer {background: none repeat scroll 0 0 #e7e7e7;border: medium none;margin: 0 auto;padding: 0 0 20px; width: 983px;}
footer ul{ margin:0; padding: 0; }
footer .footer-top{ height:79px; border-top:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb; background: #fff; }
footer .footer-top .footer-social{ float:left; margin-left:15px; line-height: 79px; }
footer .footer-top .footer-social h4{ width:240px; float:left; font-size: 18px; font-family: 'Josefin Sans Bold' !important; font-weight:300; color:#2F2B29; text-transform:uppercase; }
footer .footer-top .footer-social ul{float:left; margin:17px 0 0 6px;}
footer .footer-top .footer-social ul li{ float:left; margin-right: 5px;}
footer .footer-top .footer-social a{ display:block; width:45px; height:45px; background: #f5f5f5 url('../images/social_icons.png') 0 0 no-repeat; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; overflow:hidden; text-indent: -999px; }
footer .footer-top .footer-social a.instagram{ background-position: 0 0; }
footer .footer-top .footer-social a.facebook{ background-position: -45px 0; }
footer .footer-top .footer-social a.email{ background-position: -90px 0; }
footer .footer-top .footer-social a.google{ background-position: -135px 0; }
footer .footer-top .footer-social a:hover{ background-color:#93AC2B; }
footer .footer-top .footer-social a.instagram:hover{ background-position: 0 100%; }
footer .footer-top .footer-social a.facebook:hover{ background-position: -45px 100%; }
footer .footer-top .footer-social a.email:hover{ background-position: -90px 100%; }
footer .footer-top .footer-social a.google:hover{ background-position: -135px 100%; }

footer address{ margin:19px 10px; }
footer ul.links{ float:right; margin:19px 10px; }
footer ul.links li{ margin: 0 10px; }
footer ul.links li.separator{ display:none; }

footer .footer-subscribe {float:right; height:35px; margin:0 15px 0; padding: 10px 0 0; }
footer .footer-subscribe .left-border{position:absolute; width:1px; height:72px; margin:-7px 0 0 -50px; background:#dbdbdb; }
footer .footer-subscribe .title { float:left; width:150px; margin:1px 10px 0 0; color:#2F2B29; font-size:18px; font-family: 'Josefin Sans Bold' !important; font-style:normal;text-transform: uppercase; line-height: 16px;}
footer .footer-subscribe form {float:right; }
footer .footer-subscribe .subscribe-input {float:left; border:1px solid #dbdbdb; border-right:0; padding:9px 12px; height: 15px;}
footer .footer-subscribe .subscribe-input .validation-advice {overflow:hidden;position:absolute;width: 23px;height: 21px;margin:-34px 0 0 -24px;padding:0;background: url(../images/error.png) 0% 0% no-repeat;line-height: 100px;}
footer .footer-subscribe .subscribe-input input{background-color:transparent !important; color:#9A9A9A; border:none !important; font-size: 11px; line-height: 15px; height: 15px; width: 160px; padding: 0; }
footer .footer-subscribe button.button span { background: #93AC2B; width:90px; padding:0; }
footer .footer-subscribe button.button span span { font-size:14px; text-transform:lowercase; }
footer .footer-subscribe button.button:hover span { background:#e9e9e9 !important; color:#111; }

/********** < Navigation */
.menu-container { width: 983px; margin:0 auto; /*border-top:1px solid #DBDBDB; border-bottom:1px solid #DBDBDB; */background: #ffffff !important;}
.menu-container, footer .footer-top { background-color:#ffffff;}
nav {float:left;}
#nav { width: 983px; margin:0; padding: 0; position: relative; border: none; }

/* All Levels */
#nav li { text-align:left; position: static; }
#nav li.over { z-index:998; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; font-weight: 400; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; color: #fff; font-family: 'Josefin Sans Bold' !important; text-transform: uppercase;}

/* 1st Level */
#nav>li { float:left; margin-left: 3.5%}
#nav>li>a { float:left; display:block; position: relative; padding:0px 14px; color:#414141; font-size:14px; font-family: 'Josefin Sans Bold' !important;  font-style:normal;  text-transform: uppercase; line-height:51px; margin:-1px 0; }
#nav>li>a:hover,
#nav>li.over>a,
#nav>li.active>a {background: #93AC2B; color:#fff; z-index:1000; }
#nav>li.custom-block>a, #nav>li.custom-block>a>span {cursor:default;}

/* 2nd Level */
/*#nav ul,*/
#nav div.sub-wrapper { position:absolute; padding: 18px;margin: 49px 0 0 0; left:-10000px; border:none; background:rgba(34, 34, 34, 0.96);
	-moz-box-shadow:0px 2px 0px 0px rgba(35, 35, 35, 0.05);
	-webkit-box-shadow:0px 2px 0px 0px rgba(35, 35, 35, 0.05);
	box-shadow:0px 2px 0px 0px rgba(35, 35, 35, 0.05);
}
#nav>li>a:hover { background:transparent !important; color:#222222 !important}
#nav div.sub-wrapper ul { position:static; width:auto; border:none; margin-left: -2%; }
#nav>li>div.sub-wrapper>ul>li { float:left; border:none; width:211px; margin-right: 20px; margin-left: 2% !important; font-family: 'Josefin Sans Bold' !important;}
#nav>li>div.sub-wrapper>ul>li.menu-category-description { float:left; border-left:1px solid #DBDBDB; color:#ffffff; width:auto; margin:0 0 0 20px; padding-left: 13px; line-height: 16px; }
#nav li.menu-category-description strong {display:block; margin:0 0 15px; color:#4C4C4C; font-size:14px; font-family: 'Josefin Sans Bold' !important;  font-style:normal; font-weight:400; text-transform: uppercase;}
#nav li.menu-category-description button.button { margin-top:20px; display:none;}
#nav li.menu-category-description button.button span { height:27px; line-height:27px; padding:0 10px; background-color:#93AC2B; font-size:14px; text-transform: lowercase; }
#nav li.menu-category-description button.button:hover span { background-color:#453E3C !important; color:#fff; }

/* 3rd+ leven */
/*#nav ul ul,*/
#nav div.sub-wrapper ul div.sub-wrapper { top:-1px; margin:6px 0 0 100px; padding:0; width:auto; border:0;
	-moz-box-shadow:1px 1px 2px 2px rgba(35, 35, 35, 0.05);
	-webkit-box-shadow:1px 1px 2px 2px rgba(35, 35, 35, 0.05);
	box-shadow:1px 1px 2px 2px rgba(35, 35, 35, 0.05); }
#nav ul div.sub-wrapper ul{ padding:10px 14px; width:auto; border: 1px solid #DBDBDB; }

#nav ul li { float:none; border-bottom:1px solid #DBDBDB; width:211px; line-height: 37px; position:relative; }
#nav ul li.last { border-bottom:0; margin: 0 !important; }
#nav ul li a { float:none; padding:0 13px; font-family:  'Josefin Sans Bold' !important; font-weight:normal; color:#969696 !important; background: none; }
#nav ul li a:hover { /*box-shadow: 0 0 20px white;*/}
#nav ul li.active > a,
#nav ul li.over > a { background: none; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0px; z-index:999; animation: mymove 1s 1;-webkit-animation: mymove 1s 1;}
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:15px; }

/* Custom block */
#nav li.custom-block {}
#nav li.custom-block div.sub-wrapper{}
#nav li.custom-block div.sub-wrapper a{ padding:0; float:none; display:inline; text-decoration:underline;}
#nav li.custom-block div.sub-wrapper a:hover{background:none; text-decoration:none;}
#nav li.custom-block div.sub-wrapper p {margin:10px 0;}
#nav li.custom-block div.sub-wrapper strong {display:block; margin:0; color:#4C4C4C; font-size:14px; font-family:  'Josefin Sans Bold' !important;  font-style:normal; font-weight:400; text-transform: uppercase;}
#nav li.custom-block div.sub-wrapper ul {list-style: none; margin:10px 0;}
#nav li.custom-block div.sub-wrapper ul li {float:none; border:none; width:auto; line-height:1.35; padding:0 10px 0 20px; background:transparent url('../images/arrow_item.png') 10px 5px no-repeat; }

/********** Navigation > */
/* ======================================================================================= */

/********** < Search form */
#search_mini_form {float: right;margin: -4.5% 45%;height: 31px;border: 1px solid;position: relative;width: 29%;}
#search_mini_form .form-search {background: transparent; color: #919191; font-family: 'Josefin Sans Bold' !important; font-style: normal; line-height: 21px; outline: medium none; padding:0px; position: relative; width: 100%; }
#search { background: none; border: none; color: #919191; font-family: 'Josefin Sans Bold' !important; font-size: 14px; height: 29px; line-height: 29px; outline: none; width: 100%;}
#search_mini_form .form-search button {	background:transparent url("../images/icon_search.png") no-repeat 50% 0%; border:none; right:-1px; top:1px; position: absolute; height:29px; width:29px;}
#search_mini_form .form-search button:hover { background:#93AC2B url("../images/icon_search.png") no-repeat 50% 100%; }
.search-autocomplete { background: #fff; margin: 12px 0 0 -128px; width: 272px !important; z-index: 101;
	-moz-box-shadow:0 0 10px #ddd;
	-webkit-box-shadow:0 0 10px #ddd;
	box-shadow:0 0 10px #ddd;}
.search-autocomplete ul{margin: 0; padding: 0;}
.search-autocomplete ul li{line-height: 21px; padding:0 10px;}
.search-autocomplete ul li span.amount{float:right; font-weight: 800;}
.search-autocomplete ul li.odd{}
.search-autocomplete ul li.even{background: #fff;}
.search-autocomplete ul li.last{}
.search-autocomplete ul li:hover{background: #93AC2B; color:#fff;}
/********** < Search form */

.breadcrumbs {border: none; border-bottom: 1px solid #F1F1F1; border-top: 1px solid #F1F1F1;  line-height: 38px; margin:0px; padding:0 20px; color:#838383;}
.breadcrumbs a{color:#2F2B29;}
.breadcrumbs strong{color:#838383; font-weight: 300;}
.breadcrumbs span{padding: 0 3px; }
.breadcrumbs ul{margin: 0; padding: 0px;}

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0px; min-height:35px; line-height:35px; }
.messages li li span{}
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:19px 19px !important; background-repeat:no-repeat !important; line-height:35px; min-height:35px !important; padding:19px 19px 19px 70px !important; font-size:14px !important; font-weight:normal !important; font-style: italic !important;  }
.error-msg { border-color:#d9c2ba; background-color:#f2e1d8; background-image:url(../images/i_msg-error.gif); color:#872a06; }
.success-msg { border-color:#b5e4a0; background-color:#dceccf; background-image:url(../images/i_msg-success.gif); color:#428b80; }
.note-msg { border-color:#ccc; background-color:#E9E9E9; background-image:url(../images/i_msg-note.gif); color:#585858; }
.notice-msg { border-color:#eee3b1; background-color:#f6f0d9; background-image:url(../images/i_msg-notice.gif); color:#a47607; }


/*********** < SLIDESHOW */
.slideshow, .slideshow ul li, .std .slideshow ul li{width: 983px;height: 520px;background: none;padding: 0;line-height: 100%;left: -21px;}
.slideshow{overflow:hidden; position: relative; margin: 2px 10px 0; }
.slideshow ul, .std .slideshow ul{margin:0; padding: 0;}
.slideshow ul li{ position: relative; }
.slideshow ul li a, .slideshow ul li a:hover{ display: block; text-decoration:none; }
.slideshow ul li .slide-content{ position:absolute; width:700px; margin:0 120px; }
.slideshow ul li .slide-content br{height:0; line-height:0px; font-size: 0; }
.slideshow ul li .slide-content strong{color:#2F2A29; font-family: 'Josefin Sans Bold' !important; font-size:36px; font-weight:400; line-height:26px; text-transform: uppercase; }
.slideshow ul li .slide-content p{margin:10px 0 0; color:#9A9A9A; font-family: 'Josefin Sans Bold' !important; }
.slideshow ul li .slide-content span{ display:inline-block; background:#93AC2B; height:35px; line-height:32px; margin:0; padding:0 16px; font-weight: 300; font-size:14px; font-family: 'Josefin Sans Bold' !important; color:#fff; text-transform: lowercase; }
.slideshow ul li a:hover .slide-content span{ background:#2F2A29; }
.slideshow ul li .left-content{ text-align:left; }
.slideshow ul li .center-content{ text-align:center; }
.slideshow ul li .right-content{ text-align:right; }
#slideshow-next, #slideshow-prev { position: absolute; z-index: 99; top:214px; width:26px; height:52px; }
#slideshow-prev { left:47%; background:url('../images/slideshow_prev.png') 0% 0% no-repeat; top:97%}
#slideshow-next { right:47%; background:url('../images/slideshow_next.png') 0% 0% no-repeat; top:97%}
#slideshow > li > a > img {width: 983px;height: 500px;}
.slideshow ul li .slide-content, #slideshow-prev, #slideshow-next {display: none;}

/*********** < BANNERS */
.banners{margin:15px 10px;}
.banners a{float:left; display: block; position: relative; margin: 0 20px 0px 0px; text-decoration:none;}
.banners a:last-child{margin:0px;}
.banners a:hover{text-decoration:none;}
.banners a span{display:block; position:absolute; top:30%; width:100%; font-weight: 300; font-size:18px; line-height:18px; font-family: 'Josefin Sans Bold' !important; color:#2F2A29; text-transform: uppercase; }
.banners a.text-left span{left:0; text-align: left;}
.banners a.text-left span span{margin-left:20px;}
.banners a.text-center span{left:50%; text-align: center;}
.banners a.text-center span span{position:relative; left:-50%; text-align: center;}
.banners a.text-right span{right:0; text-align: right;}
.banners a.text-right span span{margin-right:20px;}
.banners a em{ display:inline-block; background:#2F2A29; height:24px; line-height:22px; margin:8px 0 0; padding:0 13px; font-weight: 300; font-size:12px; font-family: 'Josefin Sans Bold' !important; color:#fff; font-style:normal; text-transform: lowercase; }
.banners a:hover em{background:#93AC2B; color:#fff;}
/* Category Page ========================================================================= */

/* Pager */
.pager {  padding:5px 0; margin:5px 0; line-height:22px; text-align:center; }
.pager .amount { float:left; }
.pager .amount strong{ font-weight: 400; }
.pager .pages { float:right; margin:0; }
.pager .pages ol { display:inline; margin:0; padding:0; }
.pager .pages li { display:inline; margin: 0 5px; }
.pager .pages li a {color:#5c5c5c;}
.pager .pages li a img {display: none;}
.pager .pages li a.next, .pager .pages li a.previous {text-decoration: none; float:left; width:22px; height:22px; background:#e9e9e9 url('../images/pager_arrow_left.png') 0% 0% no-repeat;}
.pager .pages li a.next{  float:right; background-image: url('../images/pager_arrow_right.png');}
.pager .pages li a.next:hover, .pager .pages li a.previous:hover {background-color:#453E3C; background-position: 0% 100%;}
.pager .pages strong {display:none;}
.pager .pages .current {color:#000}

/* Sorter */
.sorter {  padding:5px 0; margin:5px 0; line-height:21px; text-align: center; }
.sorter, .sorter a {color:#5c5c5c;}
.sorter .view-mode { float:none;}
.sorter .view-mode a, .sorter .view-mode strong{ float:left; display:block; overflow:hidden; width:21px; height:21px; margin:0 0 0 3px; text-indent:-999px;}
.sorter .view-mode .grid {background:#f8f8f8 url('../images/mode_grid.png') 0 0 no-repeat; margin:0 0 0 6px; }
.sorter .view-mode .list {background:#f8f8f8 url('../images/mode_list.png') 0 0 no-repeat;}
.sorter .view-mode a:hover, .sorter .view-mode strong.grid, .sorter .view-mode strong.list {background-color:#453E3C; background-position:0 100%; }
.sorter .sort-by { float:left; }
.sorter .limiter { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar img.v-middle{ vertical-align: top;}
.toolbar select {height:21px; line-height:17px; border:1px solid #e0e0e0; color:#747474; }
.toolbar .sort-by select {width:120px; }
.toolbar-bottom {margin:26px 0 0; padding-top:8px; border-top:1px solid #e0e0e0; }
.toolbar-bottom .sorter{display:none;}

.category-title { display: none; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:20px 0; line-height: 18px; }
.category-description strong {display:block; margin:0 0 15px; color:#4c4c4c; font-size:18px; font-family: 'Josefin Sans Bold' !important;  font-style:normal; font-weight:400; text-transform: uppercase;}
.category-products {margin:0 4px;}

/* View Type: Grid */
.product-options-bottom .price {  display: none;}
.products-grid { border:none; position:relative; margin:0 0 35px; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { background: #ffffff;float: left;width: 30%;padding: 10px;margin: 0 10px 20px 0;position: relative;}
.products-grid li.last { margin:0; }
.products-grid .add-to-cart { position:absolute; z-index:1; top:91px !important; left:108px; display:none; }
.products-grid .add-to-cart button { margin:0; }
.products-grid .add-to-cart p { width:85px; height:26px; line-height:26px; padding:0; text-transform:capitalize; text-align:center; background:#fff; }
.products-grid .add-to-wishlist { position:absolute; z-index:1; top:164px; left:67px; display:none; }
.products-grid .product-image { display: block; width:auto; height:auto; margin: 0 0 8px; }
.products-grid .product-name { margin:0; font-weight:400; font-size: 15px;text-align: center; }
.products-grid .product-name a {color:#424242;}
.products-grid .price-box { margin:0px; color:#2F2B29}
.products-grid .availability { line-height:15px; }
.products-grid .actions {position: static; float:left; text-align: center; width:40px; margin-right: 10px;}
.products-grid .info {padding:7px;}
.products-grid .button span { font-size:14px; width:85px; height:26px; line-height:26px; padding:0; text-transform:capitalize; text-align:center; background:#453E3C}
.products-grid .button:hover span { background:#93AC2B}
.products-grid .btn-cart span {background:#93AC2B;}
.products-grid .btn-cart:hover span {background:#453E3C !important;}
.col2-left-layout .products-grid, .col2-right-layout .products-grid { width: 680px; margin:0; }

/* View Type: List */
.products-list { margin:0; padding:0; }
.products-list li.item { border:none; padding:0px; margin:0 0 23px; }
.products-list li.item.last {}
.products-list .product-image { float:left; width:auto; height:auto; margin:0px; border:5px solid #ffffff; }
.products-list .product-shop { margin-left:237px; }
.products-list .product-name { margin:20px 0 5px; font-size:18px; font-family: 'Josefin Sans Bold' !important;  font-style:normal; font-weight:400; }
.products-list .product-name a {color:#453E3C; }
.products-list .price-box { float:none; margin:0px; color:#2F2B29; font-weight: 800; }
.products-list .price {}
.products-list .availability { margin:5px 0 0; }
.products-list .desc { border-top:1px solid #F1F1F1; clear:both; padding:13px 0 0; margin:12px 0 0; line-height:1.35; }
.products-list .desc .link-learn { display: block; margin: 3px 0; font-size:11px; color:#585858;}
.products-list .desc a { text-decoration: underline;}
.products-list .desc a:hover { text-decoration: none;}
.products-list .add-to-links { clear:both; margin:12px 0 0; padding:15px 0 0; border-top:1px solid #F1F1F1;  }
.products-list .add-to-links li { display:inline; }
.products-list .button span { font-size:14px; height:26px; line-height:26px; padding:0 9px; text-transform:capitalize; text-align:center; background:#453E3C}
.products-list .button:hover span { background:#93AC2B}
.products-list .btn-cart span {background:#93AC2B;}
.products-list .btn-cart:hover span {background:#453E3C !important;}

/* ======================================================================================= */
.cart-empty a {font-weight: 800;}
.cart .totals { float: right; width:290px; border:1px solid #eaeaea; background:#fff; }
#shopping-cart-totals-table {margin:20px; width:264px;}
#shopping-cart-totals-table strong{ font-weight:400; font-size: 18px; font-family:  'Josefin Sans Bold' !important; color:#252525; }
.cart .totals .checkout-types{float:none; padding:20px; background: #f7f7f7;}
.cart .cart-collaterals .col2-set { float: left; width: 614px; color:#808080; }
.cart .cart-collaterals .col2-set input.input-text { width:250px; height:16px;}
.cart .cart-collaterals .col2-set h2 { font-size:18px; color:#4F4F4F; font-family:  'Josefin Sans Bold' !important; margin:0; }
.cart .cart-collaterals .col2-set .buttons-set { padding:0; }
.cart .cart-collaterals .col2-set .buttons-set button.button  { float:left; }
.cart .cart-collaterals .col2-set .col-1 {margin-right:14px;}
.cart .cart-collaterals .col2-set .col-1,
.cart .cart-collaterals .col2-set .col-2 { float: left; width: 266px; padding:16px; border:1px solid #eaeaea; background:#fff; }
.cart .cart-collaterals .col2-set button.button span { background:#93AC2B; height:26px; line-height:24px; padding:0 10px; font-size: 14px; font-weight:300; text-transform:lowercase; }
.cart .cart-collaterals .col2-set button.button span span { padding:0; }
.cart .cart-collaterals .col2-set button.button:hover span {background:#453E3C !important;}
.discount-form .input-box {margin-top:20px;}

.data-table{}
.data-table tbody{background:#fff;}
.data-table td, .data-table th{ border:1px solid #eaeaea;}
.data-table thead, .data-table tfoot{ background: #f7f7f7;}
.data-table tr.even { background-color: transparent; }
.data-table th {padding: 18px 14px;}
.data-table td {padding: 9px;}
.cart-table tfoot td {line-height:0;}
.data-table a {color:#93AC2B}
.data-table .product-name {font-weight: bold; }
.data-table .product-image {display:block; position: relative; overflow: hidden; }
.data-table .btn-remove2 {width:16px; height:16px;}
.data-table .btn-continue {float:left;}
.data-table button.button span { height:26px; line-height:24px; padding:0 10px; font-size: 14px; font-weight:300; text-transform:lowercase; }
.data-table button.button span span { padding:0; }

.item-options {margin-top:10px; overflow:hidden;}
.item-options dt{float:left; clear:left;}
.item-options dd { float:left; margin:0 0 5px 3px; padding:0; font-weight: 400; font-style: normal; }


.cart .crosssell { margin:20px 0; }
.cart .crosssell h2{ float:none; margin:0 0 20px 0; color:#4c4c4c; font-size:18px; font-family:  'Josefin Sans Bold' !important; font-weight:400; font-style: normal; text-transform: uppercase; }
.cart .crosssell ul{ clear:both;}
.cart .crosssell li.item{ float:left; position:relative; width:156px; margin:0 8px 0 0;  border:5px solid #fff; background:#fff;}
.cart .crosssell .product-image { float: none; display: block; margin: 0 0 18px; width:156px; height:208px;}
.cart .crosssell .product-image em {left:10px; top:105px; }
.cart .crosssell .product-details { margin: 10px 10px 0 4px; }
.cart .crosssell .add-to-cart { position:absolute; z-index:1; top:67px; left:33px; display:none; }
.cart .crosssell .add-to-cart button { margin:0; }
.cart .crosssell .add-to-cart p { width:85px; height:26px; line-height:26px; padding:0; text-transform:capitalize; text-align:center; background:#fff; }
.cart .crosssell .add-to-wishlist { position:absolute; z-index:1; top:120px; left:33px; display:none; }
.cart .crosssell .button span { font-size:14px; width:85px; height:26px; line-height:26px; padding:0; text-transform:capitalize; text-align:center; background:#453E3C}
.cart .crosssell .button:hover span { background:#93AC2B}
.cart .crosssell .btn-cart span {background:#93AC2B;}
.cart .crosssell .btn-cart:hover span {background:#453E3C !important;}

/* Shipping and Payment methods */
.sp-methods { margin:14px 0; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {margin:0;}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Related products */
.related {border-left: 1px solid #EDECEB; margin: 0 0 0 100%;}
.related .block-subtitle {float:left; margin:0 0 0 20px; line-height: 21px;}
.related .block-subtitle a {font-weight: 800;}
.related h2{ float:left; margin:0 0 20px; color:#453E3C; font-size:18px; font-family: 'Josefin Sans Bold' !important; font-weight: 400; text-transform: uppercase; }
.related .jcarousel-next-horizontal, .related .jcarousel-prev-horizontal {margin-top:0;}
.related .jcarousel-container-horizontal, .related .jcarousel-clip-horizontal {width:180px !important;}
.related ul{ clear:both; margin:0; }
.related li.item{ float:left; position:relative; width:160px; margin:0 8px 0 0; border:5px solid #fff; background:#fff;}
.related li.last{margin:0;}
.related .product-image { float: none; display: block; margin:0px; }
.related .related-checkbox { float:left; margin:10px 10px 0 4px; }
.related .product-details { margin:8px 5px 0 4px;text-align: center; width: 160px; }
.related .price-box { color:#453E3C !important; float:none !important}
.related .add-to-cart { position:absolute; z-index:1; top:67px; left:33px; display:none; }
.related .add-to-cart button { margin:0; }
.related .add-to-cart p { width:85px; height:26px; line-height:26px; padding:0; text-transform:capitalize; text-align:center; background:#fff; }
.related .add-to-wishlist { position:absolute; z-index:1; top:120px; left:33px; display:none; }
.related .button span { font-size:14px; width:85px; height:26px; line-height:26px; padding:0; text-transform:capitalize; text-align:center; background:#453E3C}
.related .button:hover span { background:#93AC2B}
.related .btn-cart span {background:#93AC2B;}
.related .btn-cart:hover span {background:#453E3C !important;}

.box-up-sell .block-subtitle {float:left; margin:0 0 0 20px; line-height: 21px;}
.box-up-sell .block-subtitle a {font-weight: 800;}
.box-up-sell h2{ display:none; }
.box-up-sell ul{ clear:both; margin:0; }
.box-up-sell li.item{ float:left; position:relative; width:152px; margin:0 4px 0 0;}
.box-up-sell li.last{margin:0;}
.box-up-sell .product-image { float: none; display: block; margin:0px; }
.box-up-sell .upsell-checkbox { float:left; margin:10px 10px 0 4px; }
.box-up-sell .product-details { float:left; width:115px; margin:8px 5px 0 4px; }
.box-up-sell .jcarousel-next-horizontal, .box-up-sell .jcarousel-prev-horizontal {margin-top:0;}
.box-up-sell .jcarousel-container-horizontal {margin-top:15px;}
.box-up-sell .jcarousel-container-horizontal, .box-up-sell .jcarousel-clip-horizontal {width:624px !important;}
.box-up-sell .jcarousel-item {width:152px; margin:0;}
.product-view .box-up-sell .price-box { float:none; font-size:12px; font-weight:800; font-family: 'Josefin Sans Bold' !important; }
.product-view .box-up-sell .price-box .regular-price .price, .product-view .box-up-sell .price-box .price { font-weight:800; }
.box-up-sell .add-to-cart { position:absolute; z-index:1; top:67px; left:33px; display:none; }
.product-view .box-up-sell .add-to-cart { margin:0; }
.box-up-sell .add-to-cart button { margin:0; }
.box-up-sell .add-to-cart p { width:85px; height:26px; line-height:26px; padding:0; text-transform:capitalize; text-align:center; background:#fff; }
.box-up-sell .add-to-wishlist { position:absolute; z-index:1; top:120px; left:33px; display:none; }
.box-up-sell .button span { font-size:14px; width:85px; height:26px; line-height:26px; padding:0; text-transform:capitalize; text-align:center; background:#453E3C}
.box-up-sell .button:hover span { background:#93AC2B}
.box-up-sell .btn-cart span {background:#93AC2B;}
.box-up-sell .btn-cart:hover span {background:#453E3C !important;}
.product-view .box-up-sell button.btn-cart span {padding:0; background-image:none; }

.opc {border:0; margin-bottom:30px;}
.opc button.button span { height:26px; line-height:24px; padding:0 12px; font-size: 14px; font-family:  'Josefin Sans Bold' !important; font-weight:300; text-transform:lowercase; }
.opc button.button span span { padding:0; }
.opc button.button:hover span {background: #2F2B29;}

.opc .step {border: 1px solid #e8e8e8; border-top:0; padding:23px 20px; background:#fff; }
.opc .step-title {font-family: 'Josefin Sans Bold' !important; padding:0; margin:0; background:transparent; border:1px solid transparent; border-bottom:1px solid #E8E8E8; font-size:18px; color:#2F2B29; line-height:47px; height:47px;}
.opc .step-title h2 {margin:0; line-height:47px; text-transform: capitalize; }
.opc .step-title .number {margin:12px 17px 0 16px; padding:0 16px 0 0; border-right:1px solid #E8E8E8; line-height:25px;}
.opc .active .step-title {background: #f7f7f7; border:1px solid #E8E8E8;}
.opc .step-title:hover {background: #f7f7f7; border:1px solid #E8E8E8; border-top:1px solid #f7f7f7;}
.opc h3{margin:0 0 20px;}
.opc h3 {font-size:18px; font-weight:400; font-family: 'Josefin Sans Bold' !important; color:#4c4c4c;}
.opc h4 {font-size:12px; font-weight: bold; color:#4c4c4c;}
#checkout-step-login input.input-text {width:265px;}
#checkout-step-login label {color:#808080; margin:0;}
#checkout-step-login .form-list {margin:18px 0 0;}
#checkout-step-login .col-2 .buttons-set a {display:block; float:left !important; color:#669B00; line-height: 26px; margin-left:20px;}
#checkout-step-login .col-2 .buttons-set button.button {float:left;}
#checkout-step-login .col-1 .buttons-set button.button {float:left;}
#checkout-step-login .col-1 .form-list {margin:18px 0;}
#checkout-step-login .col-1 .ul {margin:18px 0 0;}
#checkout-step-login .col-1 .form-list li {margin:0;}

#checkout-progress-wrapper {border:1px solid #f1f1f1; margin:42px 0 0;}
#checkout-progress-wrapper .block {margin:0; background:#fff;}
#checkout-progress-wrapper .block-title {margin:0; padding:15px 20px; border-bottom:1px solid #f1f1f1; background: #fff; }
#checkout-progress-wrapper .block-title strong{font-size: 18px; text-transform: capitalize;}
#checkout-progress-wrapper .block-content {padding:17px; }
#checkout-progress-wrapper .block-progress dt,
#checkout-progress-wrapper .block-progress dt.complete{border:none; font-weight:400; padding:0 10px 0 20px; background:transparent url('../images/arrow_item.png') 10px 5px no-repeat; line-height:18px; color:#595554;  }
#checkout-progress-wrapper .block-progress dt.complete a{text-decoration:underline;  }
#checkout-progress-wrapper .block-progress dt.complete a:hover{text-decoration:none;  }
#checkout-progress-wrapper .block-progress dd {margin:5px 0; }
#checkout-progress-wrapper .block-progress dd.complete { background: transparent; margin:5px 20px 15px;}

.block {margin:0 0 50px;}
.block .actions {text-align:left;}
.block .actions a{float:right;}
.block .block-title {border:0; padding:0; margin:0 0 9px; color:#453E3C;}
.block .block-title strong {font-size:18px; font-family: 'Josefin Sans Bold' !important; font-weight: 400; text-transform: uppercase; }
.block .block-subtitle {margin:0 0 10px; padding: 0 0 15px; border-bottom: 1px solid #f4f4f4;}
.block .block-content {padding:0; margin:0px; color:#686868;}
.block .block-content a{color:#686868;}
.block .block-content a:hover{color:#a9a9a9; text-decoration:none; }
.block .block-content .actions {margin:14px 0 0; padding:14px 5px 0; height:26px; line-height: 26px; border-top:1px solid #EFEEEE }
.block .block-content button.button span { background:#93AC2B; padding:0 10px; height:26px; line-height:26px; font-size:14px; font-family: 'Josefin Sans Bold' !important; font-weight: 400; text-transform: capitalize;}
.block .block-content button.button span span { padding:0px;}
.block .block-content button.button:hover span {background-color: #453E3C;}
.block .block-content li {line-height: 18px; }
.block .block-content li.item {padding:0 6px; }
.block .block-content li.last {}
.block li.even, .block li.odd {background-color: transparent;}

.block-tags .block-content li {line-height: 18px; font-size: 13px;}

.block-poll li {line-height: 30px;}
.block-poll input.radio { margin-top:2px; }

.block-layered-nav {margin:0 0 30px;}
.block-layered-nav .block-subtitle {display:none;}
.block-layered-nav dt {margin:0 0 8px; padding:0px; border:0; color:#453E3C; font-family: 'Josefin Sans Bold' !important; font-weight:400; font-size:14px;}
.block-layered-nav dd {margin:0 0 16px;}
.block-layered-nav dd li {padding:0 10px 0 20px; background:transparent url('../images/arrow_item.png') 10px 5px no-repeat; }
.block-layered-nav dd li:last-child {border:0; }
.block-layered-nav dd li:hover {background:transparent url('../images/arrow_item.png') 14px 5px no-repeat; }
.block-layered-nav dd li:hover a{text-decoration: none; }

.block-compared {}
.block-compared .block-content li.item {padding:0 10px 0 20px; background:transparent url('../images/arrow_item.png') 10px 5px no-repeat; }
.block-compared .block-content li.item:hover {background:transparent url('../images/arrow_item.png') 14px 5px no-repeat; }

.block-viewed {}
.block-viewed .block-content li.item {padding:0 10px 0 20px; background:transparent url('../images/arrow_item.png') 10px 5px no-repeat; }
.block-viewed .block-content li.item:hover {background:transparent url('../images/arrow_item.png') 14px 5px no-repeat; }

.block-left-nav {}
.block-left-nav .block-title strong {font-size:24px;}
#left-nav li {padding:0 10px 0 20px; background:transparent url('../images/arrow_item.png') 10px 5px no-repeat; }
#left-nav li:hover {background:transparent url('../images/arrow_item.png') 14px 5px no-repeat; }
#left-nav li ul{margin-left:-5px;}
#left-nav li a {}
#left-nav .inactive {}
#left-nav .next {}
#left-nav .prev {}
#left-nav .first {}
#left-nav .last {}
#left-nav .only {}
#left-nav li.parent>a{text-decoration: underline;}
#left-nav li.active>a{color:#93AC2B;}

.block-compare .btn-remove {float:left; margin:3px 9px 0 0}
.block-compare .actions a {float:right; display:block; background:url(../images/btn_remove.gif) 0 8px no-repeat; padding-left:15px; }

.block-poll {}
.block-poll .question{float:left; margin:0 10px 0 0; color:#453E3C; font-family: 'Josefin Sans Bold' !important; font-weight:400; font-size:18px;}
.block-poll .block-subtitle{float:left; margin:0; font-weight:400; width:180px; border:0;}
.block-poll .clear{border-bottom: 1px solid #f4f4f4}
#poll-answers {margin-top:10px;}


/* Product Tabs */
.product-tabs { position:absolute; z-index:1; margin:30px 0 0 4px; border:0; }
.product-tabs li { float:left; border:1px solid #e8e8e8; height:38px; line-height:38px; margin-right:3px; }
.product-tabs li.first { }
.product-tabs li.last { }
.product-tabs a { display:block; padding:0px 16px; color:#6F6F6F; font-size:12px; font-family: 'Josefin Sans Bold' !important; text-transform:uppercase; background: #f5f5f5; }
.product-tabs a:hover { background-color:#fff; text-decoration:none; }
.product-tabs li.active {border-bottom-color: #fff;}
.product-tabs li.active a,
.product-tabs li.active a:hover { background-color:#fff; }
.product-tabs-content {border:1px solid #ededed; padding:26px; margin-top:69px; background:#fff; }
.product-tabs-content h2 { display:none; font-size:12px; font-weight:bold; }
.product-tabs-content h4 {margin:0 0 10px;}
.product-tabs-content .data-table {}
.product-tabs-content .data-table td {border:none; border-bottom:1px solid #E5E5E5; vertical-align:middle; padding:5px 12px;}
.product-tabs-content .data-table th {line-height:29px; padding:0; background:transparent; border:none; border-bottom:1px solid #E5E5E5;}
.product-tabs-content .data-table .last th, .product-tabs-content .data-table .last td {border:none;}

.catalog-product-view .prev-next {margin:0 0 20px;}

.product-view {}
.product-view .product-img-box {position: relative;z-index: 1;width: 450px; background: #ffffff;margin-left: -30px;}
.product-view .product-img-box .product-image {}
.product-view .product-options-bottom {background: transparent; margin:0; padding:0;}
.product-view .product-options-bottom .add-to-cart button.button {float: right;}
.product-view .product-shop {float: right; width: 50%;}
.product-view .main-view .product-image {}

.product-view .buttons-set .back-link  {float:right; margin:-60px 0 0;}
.product-view h1, .product-view h2, .product-view h3, .product-view h4 {font-family: 'Josefin Sans Bold' !important;}
.product-view h1 {font-size:24px; color:#4f4f4f;}
.product-view h2 {font-size:20px; color:#4f4f4f;}
.product-view .product-name { margin-bottom:0px; }
.product-view .sku { margin-bottom:11px; padding-bottom:11px; border-bottom:1px solid #EDECEB; }
.product-view .availability { float:left; font-size:12px; line-height:26px; margin:0 0 0 20px; }
.product-view .grouped { margin:0; }
.product-view .in-stock {color:#93AC2B;}
.product-view .out-of-stock {color:red;}
.product-view .price-box-bundle { clear:both; }
.product-view .price-box { float:left; font-size:24px; font-weight:400; font-family: 'Josefin Sans Bold' !important; color:#453E3C;  }
.product-view .price-box .regular-price .price, .product-view .price-box .price { font-weight:400; }
.product-view .product-essential {}

.product-view .short-description { width:100%; margin:15px 0; padding:15px 0; border-bottom:1px solid #EDECEB; border-top:1px solid #EDECEB; line-height:18px; color:#595554;}


.product-view .short-description a { color:#595554; }
.product-view .product-options {background: transparent; margin:0; padding:0;}
.product-view .product-shop .product-options {margin:0 0 15px 0; padding:0; border-bottom:1px solid #EDECEB; }
.product-view .product-options dt {margin:10px 0 0;}
.product-view .product-options dt label em {color:red;}
.product-view .product-options dd {padding: 5px 0px 15px; margin: 0 0 5px; }
.product-options dd input.input-text {width:40px;}
.product-view .product-options .qty-holder {display:block; margin-top:5px;}
.product-view .product-shop .product-options-bottom {margin:0px;}
.product-view .product-shop .product-options-bottom .price-box { float:none; }
.product-view .product-img-box .zoom-thumbnail {}
.product-view .product-img-box .more-views { }
.product-view .product-img-box .more-views ul {margin:0;}
.product-view .product-img-box .more-views li { float: left; padding: 0px; margin: 8px 8px 0 0;}
.product-view .product-img-box .more-views li.last {margin:8px 0 0;}
.product-view .add-to-cart { margin:15px 0 0;}
.product-view .product-shop .add-to-cart { margin:0; float:left;}
.product-view .add-to-cart button.button { margin-left: 0px;}
.product-view .add-to-links{margin:16px 0 5px;}
.product-view .add-to-links li{line-height:20px; padding-left: 26px;}
.product-view .add-to-links li a{color:#575756}
.product-view .add-to-links li.wishlist{background: url('../images/icon_wishlist.gif') 0% 50% no-repeat;}
.product-view .add-to-links li.compare{background: url('../images/icon_compare.gif') 0% 50% no-repeat;}
.product-view .add-to-links li.email-friend{background: url('../images/icon_email.gif') 0% 50% no-repeat;}
.product-view .add-to-links .link-wishlist,
.product-view .add-to-links .link-compare {font-weight:400;}
.product-view .wishlist {float:right;}
.product-view .no-rating a{color:#575756; text-decoration: underline;}
.product-view .addthis_toolbox {margin:12px 0;}
.product-view .grouped-items-table .qty{width:30px;}
.product-view .tier-prices{margin:14px 0 0;}
.product-options dd select {width:208px;}
.product-options dd select.multiselect {width:100%;}

.product-view .box-tags h3 {font-family: 'Josefin Sans Bold' !important; font-size: 16px; font-weight:400; color:#4c4c4c; text-transform: uppercase;}
.product-view .box-tags .product-tags {margin:10px 0 20px;}
.product-view .box-tags .product-tags li { display:inline; padding:0 6px; }
.product-view .box-tags .product-tags li a{ text-decoration: underline; }
.product-view .box-tags div.form-add{ border-top:1px solid #ededed; padding-top:20px; }
.product-view .box-tags .form-add label{ font-family: 'Josefin Sans Bold' !important; display:block; float:none; font-size:14px; text-transform:uppercase; margin-bottom:5px; }
.product-view .box-tags .form-add .input-box {margin:0;}
.product-view .box-tags .form-add .input-text {height:24px; line-height:24px; border-right:0;}
#addTagForm button.button span {height:34px; line-height:34px; font-size:12px; text-transform: lowercase;}
#addTagForm button.button span { background: #93AC2B;   }
#addTagForm button.button span span { font-family: 'Josefin Sans Bold' !important; font-size: 14px; text-transform: lowercase; }
#addTagForm button.button:hover span { background:#e9e9e9 !important; color:#111; }

.product-view .additional-block {margin:20px 0;}
.dotted-border {border:2px dotted #eee; padding:10px;}

.price-from .price-label {font-weight:400;}
.price-to .price-label {font-weight:400;}
.price-as-configured .price-label {font-weight:400;}

#zoom-prev { position:absolute; z-index: 2; left:0px; top:200px; width:48px; height:48px; background: #1d1c1b url('../images/arrow_img_left.png') 50% 50% no-repeat; }
#zoom-next { position:absolute; z-index: 2; right:0px; top:200px; width:48px; height:48px; background: #1d1c1b url('../images/arrow_img_right.png') 50% 50% no-repeat; }
#easy_zoom{
width:359px;
height:434px;
border:2px solid white;
background:#fff;
color:#333;
position:absolute;
z-index:300;
top:0px;
left:380px;
overflow:hidden;
-moz-box-shadow:0 0 10px #ddd;
-webkit-box-shadow:0 0 10px #ddd;
box-shadow:0 0 10px #ddd;
/* vertical and horizontal alignment used for preloader text */
line-height:434px;
text-align:center;
}

.dedicated-review-box {}
.dedicated-review-box .ratings-list{margin:10px 0;}

#product-customer-reviews {}
#product-customer-reviews li{margin-bottom:30px;}
#product-customer-reviews .review-title{font-family: 'Josefin Sans Bold' !important;  font-size: 14px; font-weight:400; color:#453E3C; text-transform: uppercase; padding-right: 15px;}
#product-customer-reviews p{margin:0 0 0 5px;}
#product-customer-reviews .ratings-list{margin:10px 0 10px 5px;}
#product-customer-reviews .ratings-list td{line-height: 14px; padding-right:15px;}
.add-review {border-top:1px solid #ededed; padding-top:30px;}
.add-review h3, .add-review h4{font-family: 'Josefin Sans Bold' !important;  font-size: 14px; font-weight:400; color:#4c4c4c; }
.add-review h3.title{font-family: 'Josefin Sans Bold' !important;  font-size: 16px; font-weight:400; color:#4c4c4c; text-transform: uppercase; padding-right: 15px; margin:0 0 20px;}
.add-review .data-table th{ padding:12px;}
.add-review .data-table td{ padding:12px; text-align: center;}
.add-review .form-list label{ color:#565656}
.add-review .buttons-set button.button{ float:left;}
.add-review  button.button span { background: #93AC2B; }
.add-review  button.button:hover span { background:#e9e9e9 !important; color:#111; }

#customer-reviews {margin-top:30px;}
#customer-reviews dt a{font-family: 'Josefin Sans Bold' !important;  font-size: 14px; color:#4c4c4c; text-transform: uppercase; padding-right: 15px;}
#customer-reviews dd {margin:0 0 20px 10px;}
#customer-reviews .ratings-table{margin:10px 0 10px 5px;}
#customer-reviews .ratings-table td{line-height: 14px;}
#customer-reviews .form-add {border-top:1px solid #ededed; padding-top:30px; margin-top:20px;}
#customer-reviews .form-add h2{font-size: 18px; color:#4c4c4c; text-transform: uppercase; padding-right: 15px; margin:0 0 20px;}
#customer-reviews .form-add .data-table th{ padding:12px;}
#customer-reviews .form-add .data-table td{ padding:12px; text-align: center;}
#customer-reviews .form-add .form-list label{ color:#565656}
#customer-reviews .form-add .buttons-set button.button{ float:left;}
#customer-reviews .form-add  button.button span { background: #93AC2B; }
#customer-reviews .form-add  button.button:hover span { background:#e9e9e9 !important; color:#111; }

/* product rating */
.no-rating { margin:0; }

.ratings { font-size:12px; line-height:1.25; margin:7px 0; }
.ratings, .ratings a {color:#888;}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:55px; height:10px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:10px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin:2px 15px 0 0; }
.product-view .ratings .rating-box { margin:2px 25px 0 0; }
.ratings .amount {}

.page-404 {}
.std {background-color: #ffffff; line-height: 1.35}
.std dl dt{ color:#4c4c4c;}
.std h1, .std h2, .std h3, .std h4 { color:#4C4C4C; font-size:18px; font-family: 'Josefin Sans Bold' !important;   font-style:normal; font-weight:400; text-transform: uppercase; margin:0 0 5px;} 
.std h2 strong { font-size:24px;}
.std h3, .std h4 { font-size:14px;}
.std ul, .std ul.disc {list-style: none; margin:10px 0;}
.std ul li {line-height:1.35; padding:0 10px 0 20px; background:transparent url('../images/arrow_item.png') 10px 5px no-repeat; }
.std ul.buttons li { background:none; float:left; padding:0; margin:0 3px 0;}
.std ul.buttons li button.button span {text-transform: capitalize; font-size:12px;}

.banner{margin-bottom:10px;}
.banner a{display: block; position: relative; margin:0px; text-decoration:none;}
.banner a:hover{text-decoration:none;}
.banner a span{position:absolute; padding: 12px; top:50%; background: #1b1a19; font-weight: 300 !important; font-size:16px; line-height: 16px; color:#fff}
.banner a.text-left span{left:0; text-align: left;}
.banner a.text-center span{left:0; right:0; margin:0 auto; text-align: center;}
.banner a.text-right span{right:0; text-align: right;}
.banner a em{position:absolute; z-index:2; width:100%; height:100%; top:0; left:0; background: #000;
	filter: alpha(opacity=0); /* internet explorer */
    opacity: 0;           /* fx, safari, opera, chrome */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}
.banner a:hover em{
	filter:alpha(opacity=10); /* internet explorer */
    opacity:0.1; /* fx, safari, opera, chrome */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=10)"; /*IE8*/
}


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { margin:0 0 15px; }
.box-account .box-head { margin:0 0 5px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:14px; font-weight:bold; color:#4c4c4c; }
.box-account .box-head a { font-size:10px; text-transform:uppercase; }

.dashboard .box .box-title { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; margin:0; font-size:12px; font-weight:bold; line-height:1.35; }
.dashboard .box .box-title a { font-size:10px; text-transform:uppercase; }
.dashboard .box .box-content { padding:0 10px; }

/* Block: Recent Orders */
.dashboard .box-recent {}

/* Block: Account Information */
.dashboard .box-info {}
.dashboard .box-info h4 { font-size:11px; font-weight:bold; }

/* Block: Reviews */
.dashboard .box-reviews .box-head { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; }
.dashboard .box-reviews .box-head h2 { font-size:12px; font-weight:bold; line-height:1.35; color:#444; }
.dashboard .box-reviews .number { display:none; 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 { padding:0 10px; }
.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 { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; }
.dashboard .box-tags .box-head h2 { font-size:12px; font-weight:bold; line-height:1.35; color:#444; }
.dashboard .box-tags .number { display:none; 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 { padding:0 10px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; font-size:13px; font-weight:bold; line-height:1.25; }
.addresses-list h3 { font-weight:bold; font-size:12px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove {}
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { padding:0 10px; margin:0 0 12px; }
.addresses-list li.empty {}
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item {}

/* Order View */
.order-info dt { display:none; }
.order-info ul { margin-bottom:15px; border-bottom:1px solid #666; background:#f2f2f2; }
.order-info li{ float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
.order-info li.first { border-left:0; }
.order-info li.last { border-right:0; }
.order-info li a { display:block; padding:6px 15px; color:#444; }
.order-info li a:hover { background-color:#ddd; text-decoration:none; color:#444; }
.order-info li.current { background-color:#666; font-weight:bold; padding:6px 15px; color:#fff; }

.order-date { margin:10px 0; }

.order-info-box { margin:0 0 15px; }
.order-info-box h2 { font-size:13px; font-weight:bold; border-bottom:1px solid #ddd; margin:0 0 8px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 .45em; }
.order-items h3 { font-size:12px; }
.order-items .product-name { font-weight:bold !important; }
.order-items .link-print { font-size:10px; text-transform:uppercase; }
.order-items .order-links { text-align:right; }
.order-items .order-links .link-print { font-weight:bold; font-size:11px; text-transform:none; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#555; }
.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:15px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:12px; font-weight:bold; }
.page-print h2.h2 { font-size:15px; font-weight:bold; text-align:right; }
.page-print .order-date { border-bottom:1px solid #ccc; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:100px; height:133px; margin:0 0 5px; }
.my-wishlist .price { color:#2F2B29; }
.my-wishlist .qty { width:30px; }
.my-wishlist td .button { margin:10px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { border:0; padding:0; margin:20px 0 ; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {}
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }
#my-reviews-table .rating-box { margin:3px 0 0; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

.new-users button.button {float:left;}
.registered-users input.input-text{width:440px;}

.site-block { position:fixed; z-index:1999; }
.left-side, .right-side { width:250px; top:200px; }
.left-side{ left:-250px; }
.right-side { right:-250px; }
.bottom { right:0; bottom:0; }

.site-block .site-block-title { width:35px; float:right; margin:0 -35px 0 0;}
.right-side .site-block-title { width:35px; float:left; margin:0 0 0 -35px;}

a div.border{position:absolute; top:0px; left:0px; border:6px solid transparent;}
a:hover div.border{border:6px solid #93AC2B;}
a.product-image {display:block; position:relative;}

.product-image .new-label, .product-image .sale-label {position: absolute; z-index:2; width:56px; height:56px; background:url(../images/labels.png) 0 0 no-repeat; }
.product-image .new-top-left {top:0; left:0; background-position:-112px 0;}
.product-image .new-top-right {top:0; right:0; background-position:-168px 0;}
.product-image .new-bottom-left {bottom:0; left:0; background-position:-112px -56px;}
.product-image .new-bottom-right {bottom:0; right:0; background-position:-168px -56px;}
.product-image .sale-top-left {top:0; left:0; background-position:0 0;}
.product-image .sale-top-right {top:0; right:0; background-position:-56px 0;}
.product-image .sale-bottom-left {bottom:0; left:0; background-position:0 -56px;}
.product-image .sale-bottom-right {bottom:0; right:0; background-position:-56px -56px;}


/************* POPUP style */
.page-popup { background: #e9e9e9; }


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { clear:both; height:0; line-height: 0; font-size: 0;}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a/*, a:visited*/ { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

