/**
/* -------------------------------------------------------------- 
ECOMMISTRY SCSS BASELINE
 - All CSS must be written in SCSS/SASS
 - Use this file as the start point for all sites.
 - This file can be adjusted to fit site needs
*/
/* -------------------------------------------------------------- 
COLOUR STANDARDS
 - HEX Code Variables must be declared to Style Standard
 - All colours MUST be variable referenced
-------------------------------------------------------------- */
/* SCSS Variables */
/* Error Colours */
/* Brand Colours */
/* Old -> #009E60 */
/* Additional Brand Colours */
/* Colour Font & Bg Tools - for use in CMS Pages */
.white-f {
  color: white; }

.white-bg {
  background-color: white; }

.black-f {
  color: #141414; }

.black-bg {
  background-color: #141414; }

/* Buttons */
a.submit-btn,
button.submit-btn {
  background: url("../images/button_submit.png") no-repeat; }

a.signup-btn,
button.signup-btn {
  background: url("../images/signup_submit.png") no-repeat;
  height: 28px;
  text-indent: -99999px;
  width: 72px; }

a.askquestion-btn,
button.askquestion-btn {
  background: url("../images/button_askquestion.png") no-repeat; }

a.btn-107x28,
button.btn-107x28 {
  display: block;
  height: 28px;
  text-align: left;
  text-indent: -9999px;
  width: 107px;
  margin: 0px; }

a.btn-107x28:hover,
button.btn-107x28:hover {
  background-position: 0px -28px; }

/*** SYSTEM SPECIFICS ***/
.age-smart {
  background-color: #7f284f; }

.ultracalming {
  background-color: #9e91c6; }

.medibac-clearing {
  background-color: #c1bf0a; }

.chromawhite-trx {
  background-color: #73868b; }

.powerbright-trx {
  background-color: #5e99aa; }

.skin-health {
  background-color: #616a74; }

.sheer-tint--cover-tint {
  background-color: #965a7d; }

.clear-start {
  background-color: #0099b5; }

.shave {
  background-color: #a32638; }

.body-therapy {
  background-color: #26547c; }

.daylight-defense {
  background-color: #fca311; }

/*** BRAND SPECIFICS **/
.eye-slices {
  background-color: #859d74; }

.nvey-eco {
  background-color: #8bc650; }

/* --------------------------------------------------------------
CSS3 Visual Feature STANDARDS
 - MUST use MixIns for all CSS
 - Implement PIE.htc for IE8 compatability
 - Use with caution, brwoser test everything!
-------------------------------------------------------------- */
/* IE8 PIE HTC Behaviour */
/* Radius MixIn Tools */
/* Opacity MixIn Tools - NOTE: Do not combine Opacity with PIE */
/* Shadow MixIn Tools */
/* Normalize */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption,
figure, footer, header,
hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

/* Fonts */
.helvetica-25 {
  font-family: 'HelveticaNeueW01-UltLt', Arial, sans-serif; }

.helvetica-35 {
  font-family: 'HelveticaNeueW01-Thin', Arial, sans-serif; }

.helvetica-45 {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif; }

.helvetica-55 {
  font-family: 'HelveticaNeueW02-55Roma', Arial, sans-serif; }

.helvetica-65 {
  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif; }

.grace-font {
  font-family: 'Covered By Your Grace', cursive; }

.shadow {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  behavior: url("/PIE.htc");
  box-shadow: 0px 1px 4px #d6dadd;
  -moz-box-shadow: 0px 1px 6px #d6dadd;
  -webkit-box-shadow: 0px 1px 6px #d6dadd;
  behavior: url("/PIE.htc"); }

.shadowbox {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  behavior: url("/PIE.htc");
  box-shadow: 0px 1px 4px #d6dadd;
  -moz-box-shadow: 0px 1px 6px #d6dadd;
  -webkit-box-shadow: 0px 1px 6px #d6dadd;
  behavior: url("/PIE.htc");
  border: 1px solid #dadcde; }

.imgborder {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  behavior: url("/PIE.htc");
  box-shadow: 0px 1px 4px #d6dadd;
  -moz-box-shadow: 0px 1px 6px #d6dadd;
  -webkit-box-shadow: 0px 1px 6px #d6dadd;
  behavior: url("/PIE.htc");
  border: 1px solid #dadcde;
  margin: 0 auto; }

/* --------------------------------------------------------------
SPLICED IMAGES
-------------------------------------------------------------- */
/* Social Media Icons */
.quickview-button-splice {
  background-image: url("../images/quickview_splice_v002.png");
  display: inline-block;
  width: 32px;
  height: 32px; }

.quickviewpro-button {
  background-position: -128px 0px; }

.quickviewpro-button.active {
  background-position: -128px   -32px; }

.quickviewpro-button.close {
  background-position: -128px   -64px; }

.quickviewpro-arrow {
  background-position: -128px   -96px;
  width: 20px !important;
  height: 10px !important; }

/* Social Media Icons */
.social-icon-splice {
  background-image: url("../images/social-v003.jpg");
  display: inline-block;
  width: 32px;
  height: 32px; }

.icon-facebook {
  background-position: 0px 0px; }

.icon-twitter {
  background-position: -32px 0px; }

.icon-youtube {
  background-position: -64px 0px; }

.icon-instagram {
  background-position: -96px 0px; }

.icon-pinterest {
  background-position: -128px 0px; }

.icon-google {
  background-position: -160px 0px; }

.icon-facebook:hover {
  background-position: 0px -32px; }

.icon-twitter:hover {
  background-position: -32px -32px; }

.icon-youtube:hover {
  background-position: -64px -32px; }

.icon-instagram:hover {
  background-position: -96px -32px; }

.icon-pinterest:hover {
  background-position: -128px -32px; }

.icon-google:hover {
  background-position: -160px -32px; }

/* Banking Icons */
.banking-splice {
  background-image: url("../images/banking-splice.png");
  display: block;
  width: 60px;
  height: 32px; }

.icon-amex {
  background-position: 0px 0px; }

.icon-mastercard {
  background-position: -60px 0px; }

.icon-paypal {
  background-position: -120px 0px; }

.icon-visa {
  background-position: -180px 0px; }

/* Buttons */
button.button-search {
  background: url("../images/search_submit.png") no-repeat;
  width: 34px !important;
  height: 34px !important;
  display: inline-block; }

button.button-search:hover {
  background-position: 0px -34px; }

button.btn-cart {
  background: url("../images/button_addtocart.png") no-repeat;
  display: block;
  height: 38px;
  position: relative;
  text-indent: -99999px;
  top: 0;
  width: 117px; }

button.btn-cart:hover {
  background-position: 0px -38px; }

button.btn-checkout {
  padding: 3px 100px 4px !important;
  font-size: 14px !important;
  margin: 10px 0px 20px; }

.button.smallbutton,
button.smallbutton {
  border: 0 none;
  font-size: 12px;
  font-weight: normal;
  line-height: 21px;
  overflow: visible;
  padding: 3px 14px 4px 14px; }

.smallbutton,
.smallbutton2 {
  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
  font-size: 12px;
  line-height: 28px;
  padding: 6px 15px 8px;
  position: relative;
  text-align: center;
  text-transform: lowercase;
  white-space: nowrap;
  z-index: 1; }
  .smallbutton span,
  .smallbutton2 span {
    z-index: 2;
    position: relative;
    text-decoration: none; }

.smallbutton {
  background: url("../images/smallbutton.png"); }
  .smallbutton span {
    color: white; }

.smallbutton:after {
  background: url("../images/smallbutton.png") -270px 0; }

.smallbutton2 {
  background: url("../images/smallbutton2.png"); }
  .smallbutton2 span {
    color: #5793d6; }

.smallbutton2:after {
  background: url("../images/smallbutton2.png") -270px 0; }

.smallbutton:hover,
.smallbutton2:hover {
  background-position: 0px -40px;
  text-decoration: none !important; }

.smallbutton:after,
.smallbutton2:after {
  content: "";
  display: block;
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px; }

.smallbutton:hover:after,
.smallbutton2:hover:after {
  background-position: -270px -40px; }

.loginbutton {
  font-size: 11px !important;
  padding: 4px 15px 8px !important; }

/* --------------------------------------------------------------
jQuery Global Objects
-------------------------------------------------------------- */
/* jQuery UI Tabs */
.ui-tabs {
  margin: 14px 0px 0px; }
  .ui-tabs ul.ui-tabs-nav {
    margin: 0px auto;
    background: none;
    height: auto;
    padding: 0px;
    clear: both;
    float: left;
    list-style: none; }
    .ui-tabs ul.ui-tabs-nav li {
      background: none;
      border: none;
      margin: 0px;
      list-style: none;
      float: left; }
      .ui-tabs ul.ui-tabs-nav li a {
        background: url("../images/tabs.png") no-repeat scroll -127px 0;
        color: #999;
        display: block;
        font-size: 14px;
        line-height: 38px;
        height: 41px;
        width: 127px;
        text-align: center;
        padding: 0px; }
      .ui-tabs ul.ui-tabs-nav li a:hover {
        color: #5793d6;
        text-decoration: none; }
    .ui-tabs ul.ui-tabs-nav li a {
      background-position: -127px 0px; }
    .ui-tabs ul.ui-tabs-nav li:first-child a {
      background-position: 0px 0px; }
    .ui-tabs ul.ui-tabs-nav li:last-child a {
      background-position: -254px 0px; }
    .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a {
      background-position: -127px -42px !important;
      color: white !important; }
    .ui-tabs ul.ui-tabs-nav li.ui-tabs-active:first-child a {
      background-position: 0px -42px !important; }
    .ui-tabs ul.ui-tabs-nav li.ui-tabs-active:last-child a {
      background-position: -254px -42px !important; }

#cattabs.ui-tabs ul.ui-tabs-nav {
  margin: 0px 0px 21px; }
  #cattabs.ui-tabs ul.ui-tabs-nav li a {
    background: url("../images/tabs3.png") no-repeat scroll -85px 0;
    width: 85px; }
  #cattabs.ui-tabs ul.ui-tabs-nav li a {
    background-position: -85px 0px; }
  #cattabs.ui-tabs ul.ui-tabs-nav li:first-child a {
    background-position: 0px 0px; }
  #cattabs.ui-tabs ul.ui-tabs-nav li:last-child a {
    background-position: -170px 0px; }
  #cattabs.ui-tabs ul.ui-tabs-nav li.ui-tabs-active a {
    background-position: -85px -42px !important; }
#cattabs.ui-tabs .ui-tabs-panel {
  background: none; }

#chaptertabs > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0 0 6px;
  width: 100%; }
  #chaptertabs > ul li {
    display: inline-block;
    margin: 0 11px 0 0;
    width: 200px;
    position: relative; }
    #chaptertabs > ul li a {
      background: none;
      border: 1px solid #d6dadd;
      border-radius: 5px 5px 0px 0px;
      -moz-border-radius: 5px 5px 0px 0px;
      -webkit-border-radius: 5px 5px 0px 0px;
      behavior: url("/PIE.htc");
      display: block;
      height: 100%;
      width: 100%; }
      #chaptertabs > ul li a .title {
        border-radius: 0px 0px 5px 5px;
        -moz-border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px;
        behavior: url("/PIE.htc");
        color: #3e454c;
        display: block;
        font-size: 12px;
        height: 28px;
        line-height: 14px;
        padding: 6px 0 0;
        text-align: center;
        width: 100%; }
    #chaptertabs > ul li .image {
      display: block; }
      #chaptertabs > ul li .image img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        behavior: url("/PIE.htc"); }
  #chaptertabs > ul li.last {
    margin-right: 0; }
  #chaptertabs > ul li.ui-tab-selected .title {
    background: #3e454c;
    color: white; }
  #chaptertabs > ul li.ui-tabs-selected:after {
    background: url("../images/chaptertab_bottom.png") no-repeat center 0;
    content: ".";
    display: block;
    margin-top: -1px;
    text-align: center;
    text-indent: -99999px;
    width: 100%; }

/* Custom Dropdown */
.dd-wrapper {
  width: 100px;
  height: 38px;
  display: block;
  position: relative;
  z-index: 200;
  text-align: left; }
  .dd-wrapper .dd-input {
    display: none; }
  .dd-wrapper .dd-label {
    background: url("../images/dropdown_button.png") no-repeat 0px 0px;
    color: #6a737b;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    height: 38px;
    left: 0;
    line-height: 36px;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    top: 0;
    width: 100%; }
  .dd-wrapper .dd-label:after {
    background: url("../images/dropdown_button.png") no-repeat -280px 0px;
    content: "";
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px; }
  .dd-wrapper .dd-options {
    display: none;
    background: white;
    border: 1px solid #d6dadd;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    behavior: url("/PIE.htc");
    box-shadow: 0px 1px 4px #d6dadd;
    -moz-box-shadow: 0px 1px 6px #d6dadd;
    -webkit-box-shadow: 0px 1px 6px #d6dadd;
    behavior: url("/PIE.htc");
    left: 0;
    list-style: none;
    margin: 0;
    padding: 6px 0 9px;
    position: absolute;
    top: 0;
    width: 100%; }
    .dd-wrapper .dd-options li {
      color: #6a737b;
      font-size: 14px;
      line-height: 16px;
      padding: 5px 9px;
      cursor: pointer; }
    .dd-wrapper .dd-options li:hover {
      color: #5793d6; }
    .dd-wrapper .dd-options li.selected {
      color: #5793d6; }
    .dd-wrapper .dd-options li.current {
      border-bottom: 1px solid #d6dadd;
      line-height: 12px;
      margin-bottom: 9px;
      padding-bottom: 8px; }
  .dd-wrapper .dd-arrow {
    background: url("../images/dropdown_arrow.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 5px;
    margin-right: 10px;
    position: absolute;
    right: 5px;
    top: 16px;
    width: 9px; }

/* --------------------------------------------------------------
HTML STANDARDS
-------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0; }

html {
  font-family: 'HelveticaNeueW02-55Roma', Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  overflow-x: hidden; }

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-color: 0px; }

/* Display Tools */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

pre {
  white-space: pre-wrap; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.nobr {
  white-space: nowrap !important; }

.wrap {
  white-space: normal !important; }

.a-left {
  text-align: left !important; }

.a-center {
  text-align: center !important; }

.a-right {
  text-align: right !important; }

.bold, b, strong {
  font-weight: bold; }

.underline {
  text-decoration: underline; }

.lowercase {
  text-transform: lowercase; }

img {
  text-decoration: none;
  border: 0px; }

/* Sizing Tools */
.font-10 {
  font-size: 10px; }

.font-11 {
  font-size: 11px; }

.font-12 {
  font-size: 12px; }

.font-14 {
  font-size: 14px; }

.font-16 {
  font-size: 16px; }

.font-18 {
  font-size: 18px; }

.font-22 {
  font-size: 22px; }

/* Inputs */
button, input,
select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

.button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* FF Fix */
/*.button               { -webkit-border-fit:lines; } */
.button {
  overflow: auto;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer; }

.button span {
  display: block;
  text-align: center;
  white-space: nowrap; }

.button.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  -khtml-opacity: 0.5 !important; }

/* Links */
a {
  text-decoration: none;
  color: #5793d6;
  cursor: pointer; }

a:hover {
  text-decoration: underline; }

a:active, a:hover {
  outline: 0; }

/* Titles */
h1 {
  font-size: 18px;
  font-weight: 400; }

h2 {
  font-size: 16px;
  font-weight: 400; }

h3 {
  font-size: 16px;
  font-weight: 400; }

h4 {
  font-size: 13px;
  font-weight: 400; }

h5 {
  font-size: 12px;
  font-weight: 400; }

h6 {
  font-size: 11px;
  font-weight: 400; }

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

/* Forms */
form {
  display: inline; }

fieldset {
  border: 0; }

legend {
  display: none; }

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

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

/* Layout & Display */
.hidden, [hidden] {
  display: none !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; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.v-bottom {
  vertical-align: bottom; }

.left, .f-left {
  float: left; }

.right, .f-right {
  float: right; }

.f-none {
  float: none !important; }

.f-fix {
  float: left;
  width: 100%; }

.no-display {
  display: none; }

.no-bg {
  background: none !important; }

/* Margin & Padding Tools - Used for CMS Work */
/* Set Margin Tools */
.no-margin {
  margin: 0px !important; }

.m2 {
  margin: 2px !important; }

.m5 {
  margin: 5px !important; }

.m10 {
  margin: 10px !important; }

.m15 {
  margin: 15px !important; }

.m20 {
  margin: 20px !important; }

.m25 {
  margin: 25px !important; }

.mtop2 {
  margin-top: 2px !important; }

.mtop5 {
  margin-top: 5px !important; }

.mtop10 {
  margin-top: 10px !important; }

.mtop15 {
  margin-top: 15px !important; }

.mtop20 {
  margin-top: 20px !important; }

.mright2 {
  margin-right: 2px !important; }

.mright5 {
  margin-right: 5px !important; }

.mright10 {
  margin-right: 10px !important; }

.mright15 {
  margin-right: 15px !important; }

.mright20 {
  margin-right: 20px !important; }

.mright25 {
  margin-right: 25px !important; }

.mleft2 {
  margin-left: 2px !important; }

.mleft5 {
  margin-left: 5px !important; }

.mleft10 {
  margin-left: 10px !important; }

.mleft15 {
  margin-left: 15px !important; }

.mleft20 {
  margin-left: 20px !important; }

.mbottom2 {
  margin-bottom: 2px !important; }

.mbottom5 {
  margin-bottom: 5px !important; }

.mbottom10 {
  margin-bottom: 10px !important; }

.mbottom15 {
  margin-bottom: 15px !important; }

.mbottom20 {
  margin-bottom: 20px !important; }

/* Set Padding Tools */
.no-padding {
  padding: 0px !important; }

.p2 {
  padding: 2px !important; }

.p5 {
  padding: 5px !important; }

.p10 {
  padding: 10px !important; }

.p15 {
  padding: 15px !important; }

.p20 {
  padding: 20px !important; }

.p25 {
  padding: 25px !important; }

.ptop2 {
  padding-top: 2px !important; }

.ptop5 {
  padding-top: 5px !important; }

.ptop10 {
  padding-top: 10px !important; }

.ptop15 {
  padding-top: 15px !important; }

.ptop20 {
  padding-top: 20px !important; }

.pright2 {
  padding-right: 2px !important; }

.pright5 {
  padding-right: 5px !important; }

.pright10 {
  padding-right: 10px !important; }

.pright15 {
  padding-right: 15px !important; }

.pright20 {
  padding-right: 20px !important; }

.pright25 {
  padding-right: 25px !important; }

.pleft2 {
  padding-left: 2px !important; }

.pleft5 {
  padding-left: 5px !important; }

.pleft10 {
  padding-left: 10px !important; }

.pleft15 {
  padding-left: 15px !important; }

.pleft20 {
  padding-left: 20px !important; }

.pbottom2 {
  padding-bottom: 2px !important; }

.pbottom5 {
  padding-bottom: 5px !important; }

.pbottom10 {
  padding-bottom: 10px !important; }

.pbottom15 {
  padding-bottom: 15px !important; }

.pbottom20 {
  padding-bottom: 20px !important; }

/* --------------------------------------------------------------
RESPONSIVE GRID
 - eCommistry Standard Responsive Grid
 - Media Queries re-written for each site
 - ROWS - r3, r6 etc... - ROWS are for 'structure', no padding, no margin, no direct-content. Used for NESTING.
 - COLS - c4, c6 etc... - Contain CONTENT. NEVER Nest COLS.
-------------------------------------------------------------- */
.grid {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0px 0px;
  width: 1200px; }

.wfull {
  width: 100%;
  max-width: 100%; }

/* Rows & Columns */
.row {
  width: 100%; }

.row > .end {
  float: right !important; }

.c1, .r1 {
  width: 4.16667% !important; }

.c2, .r2 {
  width: 8.33333% !important; }

.c3, .r3 {
  width: 12.5% !important; }

.c4, .r4 {
  width: 16.66667% !important; }

.c5, .r5 {
  width: 20.83333% !important; }

.c6, .r6 {
  width: 25% !important; }

.c7, .r7 {
  width: 29.16667% !important; }

.c8, .r8 {
  width: 33.33333% !important; }

.c9, .r9 {
  width: 37.5% !important; }

.c10, .r10 {
  width: 41.66667% !important; }

.c11, .r11 {
  width: 45.83333% !important; }

.c12, .r12 {
  width: 50% !important; }

.c13, .r13 {
  width: 54.16667% !important; }

.c14, .r14 {
  width: 58.33333% !important; }

.c15, .r15 {
  width: 62.5% !important; }

.c16, .r16 {
  width: 66.66667% !important; }

.c17, .r17 {
  width: 70.83333% !important; }

.c18, .r18 {
  width: 75% !important; }

.c19, .r19 {
  width: 79.16667% !important; }

.c20, .r20 {
  width: 83.33333% !important; }

.c21, .r21 {
  width: 87.5% !important; }

.c22, .r22 {
  width: 91.66667% !important; }

.c23, .r23 {
  width: 95.83333% !important; }

.c24, .r24 {
  width: 100% !important; }

.c1, .c2, .c3, .c4,
.c5, .c6, .c7, .c8,
.c9, .c10, .c11, .c12,
.c13, .c14, .c15, .c16,
.c17, .c18, .c19, .c20,
.c21, .c22, .c23, .c24 {
  min-height: 1px;
  float: left;
  margin: 0px 0px 10px;
  padding: 0px 5px;
  position: relative; }

.r1, .r2, .r3, .r4,
.r5, .r6, .r7, .r8,
.r9, .r10, .r11, .r12,
.r13, .r14, .r15, .r16,
.r17, .r18, .r19, .r20,
.r21, .r22, .r23, .r24 {
  min-height: 1px;
  float: left;
  margin: 0px;
  position: relative; }

/* --------------------------------------------------------------
MAGENTO COLUMNS
 - Only 1Columns & 2Columns-Left Allowed
-------------------------------------------------------------- */
/* 1 Column Layout */
.col1-layout .col-main {
  float: none; }

/* 2 Column Left Layout */
.col2-left-layout .col-main {
  float: right;
  width: 975px; }
.col2-left-layout .col-left {
  float: left;
  width: 205px;
  margin-bottom: 69px; }

/* 2 Column Right Layout */
.col2-right-layout .col-main {
  float: left;
  width: 895px; }
.col2-right-layout .col-right {
  float: right;
  width: 222px;
  padding: 20px;
  margin: 69px 0px; }

/* LAYOUT
-------------------------------------------------------------- */
.wrapper {
  overflow-x: hidden; }

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

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

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

.main-container {
  position: relative; }

.main {
  margin: 0 auto;
  min-height: 400px;
  text-align: left; }

/* Content Columns */
.col2-set .col-1 {
  float: left;
  width: 48.5%; }

.col2-set .col-2 {
  float: right;
  width: 48.5%; }

.col2-set .col-narrow {
  width: 32%; }

.col2-set .col-wide {
  width: 65%; }

.col3-set .col-1 {
  float: left;
  width: 32%; }

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

.col3-set .col-3 {
  float: right;
  width: 32%; }

.col4-set .col-1 {
  float: left;
  width: 23.5%; }

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

.col4-set .col-3 {
  float: left;
  width: 23.5%; }

.col4-set .col-4 {
  float: right;
  width: 23.5%; }

/* Oversized Elements - Hidden Initially, faded in once positioning by JS */
.oversize-center {
  display: none;
  float: left; }

/* Global Styles ========================================================================= */
/* Form Elements */
input, select,
textarea, button {
  font-size: 14px;
  vertical-align: middle; }

input.input-text,
select, textarea {
  background: none;
  border: none; }

input.input-text, textarea {
  padding: 2px; }

select {
  padding: 1px; }

select option {
  padding-right: 10px; }

select.multiselect option {
  border-bottom: 1px solid #141414;
  padding: 2px 5px; }
select.multiselect option:last-child {
  border-bottom: 0; }

textarea {
  overflow: auto; }

input.radio {
  margin-right: 3px; }

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

p.control input.checkbox,
p.control input.radio {
  margin-right: 6px; }

/* Form lists */
/* Grouped fields */
.form-list li {
  margin: 0 0 5px;
  float: left; }
.form-list label {
  float: left;
  color: #3e454c;
  position: relative;
  z-index: 0;
  font-size: 12px;
  line-height: 14px; }
.form-list label.required em {
  color: #c00;
  margin-left: 5px;
  float: right;
  font-style: normal; }
.form-list li.control {
  padding: 10px 0px 5px; }
  .form-list li.control label {
    float: none; }
  .form-list li.control input.radio,
  .form-list li.control input.checkbox {
    margin-right: 6px; }
  .form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto; }
.form-list .input-box {
  display: block;
  width: 240px; }
.form-list .field {
  float: left;
  width: 240px; }
.form-list textarea,
.form-list select,
.form-list input.input-text {
  background: white;
  border: 1px solid #d3d5d7;
  font-size: 12px;
  margin: 5px 0 8px;
  padding: 2px 6px;
  height: 24px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  behavior: url("/PIE.htc"); }
.form-list input.input-text {
  width: 235px; }
.form-list textarea {
  width: 235px;
  height: 10em;
  resize: vertical; }
.form-list select {
  width: 235px; }
.form-list li.wide .input-box {
  width: 480px; }
.form-list li.wide input.input-text {
  width: 475px; }
.form-list li.wide textarea {
  width: 475px; }
.form-list li.wide select {
  width: 475px; }
.form-list li.additional-row {
  border-top: 1px solid #697179;
  margin-top: 10px;
  padding-top: 7px; }
  .form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0; }
.form-list .input-range input.input-text {
  width: 74px; }

/* Customer */
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  float: left;
  width: 50px; }
.form-list .customer-dob .dob-year {
  float: left;
  width: 135px; }
.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 input.input-text,
.form-list .customer-dob .dob-month input.input-text {
  width: 45px; }
.form-list .customer-dob .dob-year input.input-text {
  width: 135px; }

.buttons-set {
  clear: both;
  margin-top: 10px;
  text-align: right;
  position: relative;
  padding: 5px 0px; }
  .buttons-set p.required {
    position: absolute;
    left: 0px;
    top: 2px; }
  .buttons-set .back-link {
    float: left;
    margin: 0;
    display: none; }
  .buttons-set button.button {
    float: right;
    margin-left: 5px; }
  .buttons-set .forgot-your-password {
    line-height: 36px; }

.fieldset .legend {
  float: left;
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  border-bottom: 1px solid #dadcde;
  color: #5793d6;
  margin: 0px 0px 10px;
  position: relative; }

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  font-size: 12px;
  line-height: 13px;
  color: #c00;
  text-transform: lowercase;
  line-height: 18px; }

.validation-failed {
  border-bottom: 1px dashed #c00 !important;
  border-top: 1px dashed #c00 !important;
  background: #faebe7 !important; }

p.required {
  font-size: 12px;
  color: #c00;
  text-transform: lowercase;
  text-align: left; }

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left; }
  .v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative; }

/* BreadCrumbs */
.breadcrumbs {
  font-size: 12px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px; }
  .breadcrumbs li {
    display: inline-block;
    background: url("../images/breadcrumb_separator.png") no-repeat scroll 0 0;
    padding: 0 5px 0 15px;
    color: #697179;
    text-transform: lowercase; }
    .breadcrumbs li a {
      text-transform: lowercase;
      color: #5793d6; }
    .breadcrumbs li a:hover {
      text-decoration: underline; }
  .breadcrumbs li:first-child {
    background: none;
    padding-left: 0; }

/* Page Titles */
.cms-title,
.page-title {
  margin-top: 18px; }
  .cms-title h1, .cms-title h3,
  .page-title h1,
  .page-title h3 {
    font-size: 28px;
    line-height: 34px;
    font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
    color: #5793d6;
    padding: 9px 0px;
    text-transform: lowercase; }
  .cms-title h1,
  .page-title h1 {
    color: #5793d6;
    text-transform: lowercase; }
  .cms-title h3,
  .page-title h3 {
    color: #3e454c; }

/* Toolbar */
.toolbar .pager .amount {
  float: left;
  margin: 0; }
.toolbar .pager .limiter {
  float: right; }
  .toolbar .pager .limiter label {
    vertical-align: middle; }
  .toolbar .pager .limiter select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle; }
.toolbar .pager .pages {
  margin: 0 140px; }
  .toolbar .pager .pages ol {
    display: inline; }
  .toolbar .pager .pages li {
    display: inline;
    margin: 0 2px; }

/* Data Table */
.data-table {
  width: 100%;
  border-spacing: 0;
  color: #3e454c;
  font-size: 13px;
  line-height: 16px; }
  .data-table td.last,
  .data-table th.last {
    border-right: 0; }
  .data-table tr.last th,
  .data-table tr.last td {
    border-bottom: 0 !important; }
  .data-table th {
    padding: 3px 8px;
    font-weight: bold; }
  .data-table td {
    padding: 3px 8px;
    vertical-align: middle; }
  .data-table thead th {
    white-space: nowrap;
    vertical-align: middle;
    font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
    font-weight: normal;
    padding-bottom: 13px;
    text-align: left;
    text-transform: lowercase; }
  .data-table thead th.wrap {
    white-space: normal; }
  .data-table tfoot strong {
    font-size: 16px; }
  .data-table tbody th .option-label,
  .data-table tbody td .option-label {
    font-weight: normal; }
  .data-table tbody th .option-value,
  .data-table tbody td .option-value {
    padding-left: 10px; }

/* Generic Info Box */
.info-box {
  padding: 12px 15px;
  margin: 0 0 15px; }
  .info-box h2 {
    font-weight: bold;
    font-size: 13px; }

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

/* Class: std - styles for admin-controlled content */
.std .subtitle {
  padding: 0; }
.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em; }
.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px; }
.std dl dt {
  font-weight: bold; }
.std dl dd {
  margin: 0 0 10px; }
.std ul, .std ol, .std dl, .std p,
.std address, .std blockquote {
  margin: 0 0 1em;
  padding: 0; }
.std ul {
  list-style: disc outside;
  padding-left: 1.5em; }
  .std ul::after {
    clear: both;
    content: "";
    display: table; }
.std ol {
  list-style: decimal outside;
  padding-left: 1.5em; }
.std ul ul {
  list-style-type: circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
  margin: .5em 0; }
.std dt {
  font-weight: bold; }
.std dd {
  padding: 0 0 0 1.5em; }
.std blockquote {
  padding: 0 0 0 1.5em; }
.std address {
  font-style: normal; }
.std b, .std strong {
  font-weight: bold; }

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

/* Shadowbox */
.shadowbox {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  behavior: url("/PIE.htc");
  border: 1px solid #dadcde;
  box-shadow: 0px 1px 4px #d6dadd;
  -moz-box-shadow: 0px 1px 6px #d6dadd;
  -webkit-box-shadow: 0px 1px 6px #d6dadd;
  behavior: url("/PIE.htc"); }

/* MESSAGES
-------------------------------------------------------------- */
.success {
  color: #3d6611; }

.error {
  color: #c00; }

.notice {
  color: #ecff33; }

.messages-container {
  position: relative; }
  .messages-container .messages {
    cursor: pointer; }
  .messages-container .messages,
  .messages-container .messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important; }
  .messages-container .messages {
    width: 100%;
    overflow: hidden; }
    .messages-container .messages li li {
      margin: 0px 5px !important; }
    .messages-container .messages .error-msg,
    .messages-container .messages .success-msg,
    .messages-container .messages .note-msg,
    .messages-container .messages .notice-msg {
      width: 100%;
      border-bottom: 1px dashed #697179;
      background-color: white;
      color: #c00;
      min-height: 24px !important;
      padding: 10px 0px !important;
      font-size: 12px !important; }
      .messages-container .messages .error-msg ul,
      .messages-container .messages .success-msg ul,
      .messages-container .messages .note-msg ul,
      .messages-container .messages .notice-msg ul {
        max-width: 1200px;
        margin: 0 auto !important; }

.subscribe-panel-container {
  display: none;
  border-bottom: 1px #697179 dashed; }
  .subscribe-panel-container .subscribe-panel {
    position: relative;
    padding: 5px 210px; }
    .subscribe-panel-container .subscribe-panel label {
      float: left;
      font-size: 13px;
      color: #3e454c;
      margin-right: 15px;
      line-height: 34px; }
    .subscribe-panel-container .subscribe-panel input {
      float: left;
      margin: 7px 10px 0px 0px;
      font-size: 12px; }
    .subscribe-panel-container .subscribe-panel button {
      float: left;
      margin-top: 7px;
      height: 24px !important;
      overflow: hidden;
      line-height: 22px !important;
      font-size: 13px; }
    .subscribe-panel-container .subscribe-panel .close-subscribe-panel {
      position: absolute;
      right: 7px;
      top: 12px; }

/* HEADER
-------------------------------------------------------------- */
.header-container .header {
  box-shadow: 0px 0px 60px #d3d5d7;
  -moz-box-shadow: 0px 0px 60px #d3d5d7;
  -webkit-box-shadow: 0px 0px 60px #d3d5d7;
  behavior: url("/PIE.htc");
  padding-top: 20px;
  position: relative;
  border-bottom: 1px solid #d3d5d7; }
  .header-container .header .top {
    height: 66px; }
    .header-container .header .top .logo {
      float: left;
      height: 43px;
      width: 246px;
      display: block; }
    .header-container .header .top .quick-links {
      float: right;
      z-index: 10; }
      .header-container .header .top .quick-links .links {
        float: right; }
        .header-container .header .top .quick-links .links > li {
          float: left;
          font-size: 13px;
          padding: 15px;
          position: relative; }
          .header-container .header .top .quick-links .links > li > a {
            color: #697179;
            text-transform: lowercase; }
          .header-container .header .top .quick-links .links > li > a:hover {
            color: #5793d6;
            text-decoration: none; }
          .header-container .header .top .quick-links .links > li .flyout {
            background: none;
            display: none;
            padding: 0;
            position: absolute;
            top: 36px;
            z-index: 600; }
            .header-container .header .top .quick-links .links > li .flyout h3 {
              padding: 13px 16px 18px;
              color: #3e454c;
              font-size: 13px; }
            .header-container .header .top .quick-links .links > li .flyout .inside {
              background: white;
              box-shadow: 0px 0px 10px #3e454c;
              -moz-box-shadow: 0px 0px 10px #3e454c;
              -webkit-box-shadow: 0px 0px 10px #3e454c;
              behavior: url("/PIE.htc");
              margin: 9px 10px 10px; }
              .header-container .header .top .quick-links .links > li .flyout .inside .mini-products-list li {
                border-top: 1px solid #dadcde;
                width: 100%;
                margin: 0;
                padding: 6px 0;
                display: inline-block;
                list-style: none; }
                .header-container .header .top .quick-links .links > li .flyout .inside .mini-products-list li img {
                  float: left;
                  margin: 0 13px 0 14px;
                  width: 90px; }
                .header-container .header .top .quick-links .links > li .flyout .inside .mini-products-list li .info {
                  float: left;
                  margin: 0 16px 4px 0;
                  width: 140px; }
                  .header-container .header .top .quick-links .links > li .flyout .inside .mini-products-list li .info h4 {
                    color: #3e454c;
                    font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
                    font-size: 13px;
                    font-weight: normal;
                    line-height: 16px;
                    margin: 0 0 4px; }
                    .header-container .header .top .quick-links .links > li .flyout .inside .mini-products-list li .info h4 a {
                      color: #3e454c; }
                  .header-container .header .top .quick-links .links > li .flyout .inside .mini-products-list li .info p {
                    color: #3e454c;
                    font-size: 13px;
                    line-height: 16px;
                    margin: 0; }
                .header-container .header .top .quick-links .links > li .flyout .inside .mini-products-list li p.price {
                  float: left;
                  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
                  margin: 0 5px 0 0;
                  text-align: right;
                  width: 55px; }
              .header-container .header .top .quick-links .links > li .flyout .inside .bottom {
                border-top: 1px solid #dadcde;
                height: 91px;
                position: relative; }
                .header-container .header .top .quick-links .links > li .flyout .inside .bottom .totalitems {
                  clear: left;
                  float: left;
                  margin: 14px 16px 15px; }
                .header-container .header .top .quick-links .links > li .flyout .inside .bottom .subtotal {
                  clear: right;
                  float: right;
                  margin: 14px 16px 15px; }
                .header-container .header .top .quick-links .links > li .flyout .inside .bottom .checkout {
                  display: block;
                  padding-right: 14px;
                  text-align: right;
                  float: right; }
              .header-container .header .top .quick-links .links > li .flyout .inside .banner {
                background: url("../images/cart_shadow.png") repeat-x;
                border-top: 1px solid #dadcde;
                padding: 12px 0 9px;
                text-align: center; }
                .header-container .header .top .quick-links .links > li .flyout .inside .banner h3 {
                  color: #5793d6;
                  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
                  font-size: 13px;
                  font-weight: normal;
                  line-height: 18px;
                  margin: 0 15px;
                  padding: 0; }
                  .header-container .header .top .quick-links .links > li .flyout .inside .banner h3 span.price {
                    color: #5793d6; }
            .header-container .header .top .quick-links .links > li .flyout .arrow {
              background: url("../images/flyout_arrow.png") no-repeat;
              height: 9px;
              position: absolute;
              top: 0;
              width: 15px; }
        .header-container .header .top .quick-links .links > li.top-link-my-cart > a {
          background: url("../images/cart-2.png") no-repeat;
          padding: 0 0 3px 22px; }
        .header-container .header .top .quick-links .links > li.top-link-my-cart > a:hover {
          background-position: 0px -20px; }
        .header-container .header .top .quick-links .links > li.top-link-my-cart .flyout {
          padding: 0 0 16px;
          width: 371px;
          text-align: left;
          right: 0px; }
          .header-container .header .top .quick-links .links > li.top-link-my-cart .flyout .arrow {
            right: 30px; }
          .header-container .header .top .quick-links .links > li.top-link-my-cart .flyout p.empty {
            padding: 10px 0px 20px 17px; }
        .header-container .header .top .quick-links .links > li.top-link-subscribe .flyout {
          margin-left: -65px;
          padding: 0 0 16px;
          text-align: left;
          width: 223px !important; }
          .header-container .header .top .quick-links .links > li.top-link-subscribe .flyout p {
            color: #697179;
            font-size: 13px;
            line-height: 20px;
            margin: 0 16px 15px;
            padding: 15px 0 0;
            text-transform: none; }
          .header-container .header .top .quick-links .links > li.top-link-subscribe .flyout .signupform {
            background: url("../images/signup_field.png") no-repeat;
            margin: 0 0 21px 16px;
            position: relative;
            display: inline-block; }
            .header-container .header .top .quick-links .links > li.top-link-subscribe .flyout .signupform input.input-text {
              background: none;
              border: none;
              color: #697179;
              font-family: 'HelveticaNeueW02-55Roma', Arial, sans-serif;
              font-size: 14px;
              line-height: 20px;
              margin: 3px 0 0 6px;
              width: 135px; }
            .header-container .header .top .quick-links .links > li.top-link-subscribe .flyout .signupform button {
              margin: 22px 0 0; }
          .header-container .header .top .quick-links .links > li.top-link-subscribe .flyout .facebook {
            border-top: 1px solid #dadcde;
            margin: 0 16px;
            padding: 15px 0; }
          .header-container .header .top .quick-links .links > li.top-link-subscribe .flyout .arrow {
            left: 100px; }
        .header-container .header .top .quick-links .links > li.link-list .flyout {
          margin-left: -8px;
          padding: 0;
          text-align: left;
          width: 223px; }
          .header-container .header .top .quick-links .links > li.link-list .flyout ul {
            margin: 0 16px;
            padding: 18px 0 14px; }
            .header-container .header .top .quick-links .links > li.link-list .flyout ul li {
              display: block;
              margin: 0 0 9px; }
              .header-container .header .top .quick-links .links > li.link-list .flyout ul li a {
                color: #697179; }
              .header-container .header .top .quick-links .links > li.link-list .flyout ul li a:hover {
                color: #5793d6;
                text-decoration: none; }
          .header-container .header .top .quick-links .links > li.link-list .flyout .arrow {
            left: 43px; }
  .header-container .header .bottom {
    height: 46px;
    border-top: 1px solid #d3d5d7;
    position: relative; }
    .header-container .header .bottom .form-search {
      position: absolute;
      top: 6px;
      right: 0px;
      background: url("../images/search_bg.png") no-repeat;
      height: 34px;
      width: 207px;
      z-index: 2; }
      .header-container .header .bottom .form-search .input-text {
        font-family: 'HelveticaNeueW02-55Roma', Arial, sans-serif;
        font-size: 14px;
        color: #697179;
        margin: 7px 0px 0px 15px;
        width: 150px;
        border: none;
        padding: 0px;
        float: left; }
      .header-container .header .bottom .form-search button.button {
        position: absolute;
        top: 0px;
        right: 7px; }

/* AW SEARCH AutoComplete
-------------------------------------------------------------- */
.yui-ac {
  /* results container */ }
  .yui-ac button {
    display: block;
    padding: 0;
    margin: 0;
    width: auto;
    vertical-align: middle;
    overflow: visible;
    border: 0 none;
    cursor: pointer;
    background: none repeat scroll 0 0 transparent;
    color: #2f2f2f; }
    .yui-ac button span {
      display: block;
      height: 21px;
      padding: 0 0 0 3px;
      margin-left: -5px;
      background: url("../images/aw_searchautocomplete/btn_search.gif") no-repeat scroll 0 0 transparent;
      color: #fff;
      text-align: center;
      white-space: nowrap; }
      .yui-ac button span span {
        background-position: 100% 0;
        padding: 0 6px 0 3px; }
  .yui-ac #myContainer,
  .yui-ac .yui-ac-container {
    position: absolute;
    z-index: 999;
    width: 350px;
    margin: 13px 0 0 -155px;
    background: white;
    box-shadow: 0px 5px 10px #697179;
    -moz-box-shadow: 0px 5px 10px #697179;
    -webkit-box-shadow: 0px 5px 10px #697179;
    behavior: url("/PIE.htc");
    border-top: 1px solid #dadcde; }
    .yui-ac #myContainer .yui-ac-content,
    .yui-ac .yui-ac-container .yui-ac-content {
      width: 100%;
      margin: 0; }
      .yui-ac #myContainer .yui-ac-content .yui-ac-hd,
      .yui-ac .yui-ac-container .yui-ac-content .yui-ac-hd {
        display: block;
        padding: 10px;
        color: #3e454c;
        font-size: 13px;
        text-align: left; }
      .yui-ac #myContainer .yui-ac-content .yui-ac-bd,
      .yui-ac .yui-ac-container .yui-ac-content .yui-ac-bd {
        color: #3e454c; }
        .yui-ac #myContainer .yui-ac-content .yui-ac-bd ul,
        .yui-ac .yui-ac-container .yui-ac-content .yui-ac-bd ul {
          margin: 0;
          padding: 0;
          width: 100%;
          border-bottom: 1px solid #dadcde; }
          .yui-ac #myContainer .yui-ac-content .yui-ac-bd ul li,
          .yui-ac .yui-ac-container .yui-ac-content .yui-ac-bd ul li {
            border-top: 1px solid #dadcde;
            padding: 4px 0 3px;
            width: 100%;
            display: inline-block;
            cursor: pointer; }
            .yui-ac #myContainer .yui-ac-content .yui-ac-bd ul li img,
            .yui-ac .yui-ac-container .yui-ac-content .yui-ac-bd ul li img {
              display: block;
              float: left;
              margin: 0 15px 0 10px;
              width: 55px; }
            .yui-ac #myContainer .yui-ac-content .yui-ac-bd ul li .info,
            .yui-ac .yui-ac-container .yui-ac-content .yui-ac-bd ul li .info {
              float: left;
              margin: 3px 0 0;
              width: 230px; }
              .yui-ac #myContainer .yui-ac-content .yui-ac-bd ul li .info h4,
              .yui-ac .yui-ac-container .yui-ac-content .yui-ac-bd ul li .info h4 {
                font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
                font-size: 12px;
                font-weight: normal;
                line-height: 15px;
                margin: 0; }
              .yui-ac #myContainer .yui-ac-content .yui-ac-bd ul li .info p,
              .yui-ac .yui-ac-container .yui-ac-content .yui-ac-bd ul li .info p {
                font-size: 12px;
                line-height: 16px;
                margin: 2px 0 0; }
          .yui-ac #myContainer .yui-ac-content .yui-ac-bd ul .aw_hidden,
          .yui-ac .yui-ac-container .yui-ac-content .yui-ac-bd ul .aw_hidden {
            display: none; }
      .yui-ac #myContainer .yui-ac-content .yui-ac-ft,
      .yui-ac .yui-ac-container .yui-ac-content .yui-ac-ft {
        padding: 10px;
        text-align: right; }
  .yui-ac .yui-ac-container:before {
    background: url("../images/arrow.png") no-repeat scroll 257px 0px white;
    content: "";
    height: 6px;
    left: -15px;
    position: absolute;
    top: -7px;
    width: 380px; }

/* AW Points Overrides
-------------------------------------------------------------- */
#aw_points-summary-box .balance {
  font-size: 16px;
  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
  color: #3e454c;
  margin-bottom: 20px; }
#aw_points-summary-box .info h3 {
  font-size: 16px;
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  color: #3e454c;
  margin-bottom: 15px; }
#aw_points-summary-box .info p {
  color: #697179;
  margin-bottom: 5px;
  text-indent: 15px; }

#aw_points-notification-box form {
  padding-top: 20px;
  display: block; }
  #aw_points-notification-box form input {
    margin: 0px 0px 8px 20px; }

/* AW OneStepCheckout Overrides
-------------------------------------------------------------- */
#aw-onestepcheckout-container {
  color: #697179; }
  #aw-onestepcheckout-container .form-list textarea,
  #aw-onestepcheckout-container .form-list select,
  #aw-onestepcheckout-container .form-list input.input-text {
    margin: 5px 0px; }

#aw-onestepcheckout-title {
  margin: 20px 0px 30px;
  color: #697179; }
  #aw-onestepcheckout-title h1 {
    color: #5793d6;
    font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif; }

#aw-onestepcheckout-authentification,
#aw-onestepcheckout-general-container {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  behavior: url("/PIE.htc");
  box-shadow: 0px 1px 4px #d6dadd;
  -moz-box-shadow: 0px 1px 6px #d6dadd;
  -webkit-box-shadow: 0px 1px 6px #d6dadd;
  behavior: url("/PIE.htc");
  border: 1px solid #dadcde;
  padding: 20px;
  margin-bottom: 20px; }

#aw-onestepcheckout-shipping-method-wrapper {
  display: none; }

.aw-onestepcheckout-number {
  color: #5793d6;
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif; }

.cvv-what-is-this {
  float: left; }

#aw-orderattributes-checkoutonestep-attributes-container-payment-method label {
  display: none; }

/* UNIRGY Gift Cards */
.enter-gift-card-number {
  padding: 20px; }

/* NAVIGATION
-------------------------------------------------------------- */
#mainnav {
  font-size: 16px;
  line-height: 18px;
  margin: 13px 0 0; }
  #mainnav > li {
    float: left;
    margin: 0px;
    padding: 0px; }
    #mainnav > li > a {
      color: #3e454c;
      display: block;
      font-weight: normal;
      padding: 0 14px 15px;
      text-transform: lowercase; }
    #mainnav > li > a:hover {
      color: #5793d6;
      text-decoration: none; }
    #mainnav > li .flyout {
      display: none;
      position: absolute;
      top: 46px;
      background: white;
      box-shadow: 0px 2px 4px #d6dadd;
      -moz-box-shadow: 0px 2px 4px #d6dadd;
      -webkit-box-shadow: 0px 2px 4px #d6dadd;
      behavior: url("/PIE.htc");
      z-index: 600;
      border: 1px solid #cfcfcf; }
      #mainnav > li .flyout .banner {
        background: #d3d5d7;
        height: 30px;
        margin: 0px 0px 15px;
        width: 100%; }
        #mainnav > li .flyout .banner .list h3 {
          color: #3e454c;
          font-size: 14px;
          font-weight: normal;
          line-height: 26px;
          margin: 0px; }
      #mainnav > li .flyout .list {
        float: left;
        padding: 0 15px 15px;
        width: 190px; }
        #mainnav > li .flyout .list h3 {
          color: #3e454c;
          font-size: 14px;
          font-weight: normal;
          line-height: 17px;
          margin: 0 0 15px; }
        #mainnav > li .flyout .list ul {
          color: #3e454c;
          font-size: 14px;
          font-weight: normal;
          line-height: 17px;
          margin: 0 0 15px; }
          #mainnav > li .flyout .list ul li {
            display: block;
            font-size: 14px;
            font-weight: normal;
            line-height: 16px;
            margin: 0 0 6px !important; }
            #mainnav > li .flyout .list ul li a {
              color: #697179;
              display: block;
              margin: 0;
              padding: 0 0 3px 0px !important;
              width: 100%;
              text-transform: lowercase; }
            #mainnav > li .flyout .list ul li a:hover {
              color: #5793d6;
              text-decoration: none; }
      #mainnav > li .flyout .list.list-featured {
        width: 235px; }
        #mainnav > li .flyout .list.list-featured img {
          border-radius: 7px;
          -moz-border-radius: 7px;
          -webkit-border-radius: 7px;
          behavior: url("/PIE.htc");
          border: 1px solid #d3d5d7;
          margin-bottom: 10px; }
        #mainnav > li .flyout .list.list-featured .title {
          margin-bottom: 10px; }
          #mainnav > li .flyout .list.list-featured .title .name {
            font-size: 15px;
            display: inline; }
          #mainnav > li .flyout .list.list-featured .title .from {
            font-size: 13px;
            display: inline;
            padding-left: 5px; }
        #mainnav > li .flyout .list.list-featured .details {
          font-size: 12px;
          color: #979da3;
          margin-bottom: 10px; }
        #mainnav > li .flyout .list.list-featured .link {
          font-size: 12px;
          color: #5793d6;
          text-align: right;
          margin-bottom: 10px; }
      #mainnav > li .flyout .list.list-system {
        width: 235px;
        padding: 0 0 15px 30px; }
        #mainnav > li .flyout .list.list-system li.system a {
          position: relative;
          float: right;
          margin: 0px 0px 4px !important;
          width: 190px;
          height: 24px;
          border-radius: 12px 0px 0px 12px;
          -moz-border-radius: 12px 0px 0px 12px;
          -webkit-border-radius: 12px 0px 0px 12px;
          behavior: url("/PIE.htc"); }
          #mainnav > li .flyout .list.list-system li.system a span {
            position: absolute;
            right: 10px;
            line-height: 20px;
            opacity: 0.8;
            filter: alpha(opacity=80) !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
            -khtml-opacity: 0.8 !important;
            color: white; }
        #mainnav > li .flyout .list.list-system li.system a:hover span {
          color: white; }
      #mainnav > li .flyout .promos {
        width: 181px;
        float: left;
        margin: 5px 15px 15px 15px;
        padding: 0; }
        #mainnav > li .flyout .promos a {
          border-radius: 7px;
          -moz-border-radius: 7px;
          -webkit-border-radius: 7px;
          behavior: url("/PIE.htc");
          margin: 0px 0px 15px 0px;
          box-shadow: none;
          -moz-box-shadow: none;
          -webkit-box-shadow: none; }
        #mainnav > li .flyout .promos img {
          border-radius: 7px;
          -moz-border-radius: 7px;
          -webkit-border-radius: 7px;
          behavior: url("/PIE.htc"); }
  #mainnav > li:hover {
    background: url(../images/mainnav_arrow.png) no-repeat 50% bottom; }

/* HOMEPAGE
-------------------------------------------------------------- */
/* AW_ImageSlider */
.awis-block,
.awis-block .awis-r-default-item img {
  margin: 0 auto;
  display: block; }

.awis-block .awis-slides-controls {
  z-index: 5; }
  .awis-block .awis-slides-controls .awis-c-left,
  .awis-block .awis-slides-controls .awis-c-right {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    display: block;
    height: 89px;
    width: 38px; }
  .awis-block .awis-slides-controls .awis-c-left {
    left: 20px; }
  .awis-block .awis-slides-controls .awis-c-right {
    right: 20px; }
  .awis-block .awis-slides-controls .awis-c-left button.button,
  .awis-block .awis-slides-controls .awis-c-right button.button {
    background: url("../images/arrows.png") no-repeat;
    display: block;
    height: 89px;
    width: 38px; }
  .awis-block .awis-slides-controls .awis-c-right button.button {
    background-position: -38px 0px; }
  .awis-block .awis-slides-controls .awis-c-left button.button:hover {
    background-position: 0px -89px; }
  .awis-block .awis-slides-controls .awis-c-right button.button:hover {
    background-position: -38px -89px; }
  .awis-block .awis-slides-controls .awis-c-center {
    line-height: 22px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10px; }
  .awis-block .awis-slides-controls .awis-c-center button {
    color: #b5b9bd;
    padding: 0 5px;
    font-size: 16px;
    background: none;
    border: none; }
  .awis-block .awis-slides-controls .awis-c-center button.awis-s-current,
  .awis-block .awis-slides-controls .awis-c-center button:hover {
    color: #3e454c; }

.main-slider {
  position: relative;
  z-index: 1;
  width: 2560px;
  height: 410px;
  display: none; }

.awis-effect-simple-slider {
  overflow: hidden;
  position: relative; }
  .awis-effect-simple-slider .awis-r-default-item {
    float: left; }

.awis-slides-container {
  position: absolute; }

.promos .promo {
  float: left;
  margin: 20px 0px 20px 20px; }
.promos .promo.first {
  margin-left: 0px; }
.promos a {
  border: 1px solid #d3d5d7;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  behavior: url("/PIE.htc");
  box-shadow: 0px 2px 4px #d6dadd;
  -moz-box-shadow: 0px 2px 4px #d6dadd;
  -webkit-box-shadow: 0px 2px 4px #d6dadd;
  behavior: url("/PIE.htc");
  display: block; }
.promos a:hover {
  border: 1px solid #5793d6; }
.promos img {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  behavior: url("/PIE.htc"); }

.corevalue {
  background: url("../images/core_gradient.png") repeat-x;
  min-width: 1024px; }
  .corevalue img {
    margin: 26px auto 0px; }

/* FANCYBOX
-------------------------------------------------------------- */
/* FancyBox */
.fancybox-wrap, .fancybox-skin,
.fancybox-outer, .fancybox-inner,
.fancybox-image, .fancybox-wrap iframe,
.fancybox-wrap object, .fancybox-nav,
.fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #eee;
  text-shadow: none;
  padding: 0px; }

.fancybox-opened {
  z-index: 100130; }
  .fancybox-opened .fancybox-skin {
    box-shadow: 0px 1px 6px #979da3;
    -moz-box-shadow: 0px 1px 6px #979da3;
    -webkit-box-shadow: 0px 1px 6px #979da3;
    behavior: url("/PIE.htc"); }

.fancybox-outer,
.fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden;
  max-height: 500px; }
  .fancybox-inner .postPopup {
    height: 500px !important;
    position: relative; }
    .fancybox-inner .postPopup .postFeaturedImage img {
      max-height: 500px; }
    .fancybox-inner .postPopup .postContent {
      width: 100%;
      height: auto;
      display: block;
      background: #333;
      opacity: 0.8;
      filter: alpha(opacity=80) !important;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
      -khtml-opacity: 0.8 !important;
      color: white;
      padding: 10px;
      position: absolute;
      left: 0px;
      bottom: 0px; }
      .fancybox-inner .postPopup .postContent a {
        font-weight: bold;
        color: white; }
      .fancybox-inner .postPopup .postContent a:hover {
        text-decoration: underline; }

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0px 0px -200px;
  cursor: pointer;
  z-index: 100160; }
  #fancybox-loading div {
    width: 400px;
    height: 400px; }

.fancybox-close {
  position: absolute;
  top: 0px;
  right: -50px;
  z-index: 100140; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }
  .fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: white;
  display: none;
  z-index: 100110; }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/* BLOCKS
-------------------------------------------------------------- */
.block .block-title {
  font-size: 14px; }
  .block .block-title a {
    text-decoration: none !important; }
.block .btn-remove,
.block .btn-edit {
  float: right;
  margin: 1px 0 2px 5px; }
.block .actions {
  text-align: right; }
  .block .actions a {
    float: left; }
  .block .actions button.button {
    float: right; }
.block .empty {
  margin: 0; }

/* Block: AW Auto Related */
.block.aw-arp-block {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dadcde; }
  .block.aw-arp-block .aw-arp-block-content {
    overflow: hidden;
    clear: both; }
    .block.aw-arp-block .aw-arp-block-content .aw-arp-item {
      zoom: 1; }

/* Block: Recently Viewed */
.block-viewed {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dadcde; }

/* Block: Account */
.block-account {
  margin: 20px auto 10px; }
  .block-account ul.account-nav {
    padding: 20px; }
    .block-account ul.account-nav li {
      text-align: center;
      padding: 3px 0;
      text-transform: lowercase;
      font-size: 16px;
      font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
      width: 10% !important; }
      .block-account ul.account-nav li a {
        display: block;
        color: #3e454c; }
      .block-account ul.account-nav li a:hover {
        color: #5793d6;
        text-decoration: none; }
      .block-account ul.account-nav li strong {
        color: #5793d6; }

/* Refer -a- Friend */
.refer-a-friend {
  margin-bottom: 50px; }
  .refer-a-friend .buttons-set .button {
    float: left;
    margin-left: 0px;
    margin-right: 5px; }
  .refer-a-friend .data-table th {
    background: #f1f2f3;
    padding: 9px; }
  .refer-a-friend .data-table td {
    padding: 9px;
    border-bottom: 1px solid #f1f2f3; }

/* CATEGORY PAGE
-------------------------------------------------------------- */
.sidebar .block-layered-nav .block-title {
  color: #5793d6;
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
  margin: 0;
  padding: 9px 0;
  text-transform: lowercase; }
.sidebar .block-layered-nav .block-subtitle {
  margin-bottom: 9px; }
.sidebar .block-layered-nav .block-content {
  margin: 0 0 40px; }
  .sidebar .block-layered-nav .block-content dt:before,
  .sidebar .block-layered-nav .block-content h3:before {
    border-top: 1px solid #d6dadd;
    content: "";
    display: block;
    height: 1px;
    margin: 18px 0 12px;
    width: 19px; }
  .sidebar .block-layered-nav .block-content dt,
  .sidebar .block-layered-nav .block-content h3 {
    text-transform: lowercase !important;
    color: #3e454c;
    font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 13px 0 0;
    outline: 0 none;
    cursor: pointer; }
  .sidebar .block-layered-nav .block-content h3:hover {
    color: #5793d6; }
  .sidebar .block-layered-nav .block-content ol, .sidebar .block-layered-nav .block-content ul {
    list-style: none outside none;
    margin: 0;
    padding: 15px 0 0; }
    .sidebar .block-layered-nav .block-content ol li, .sidebar .block-layered-nav .block-content ul li {
      font-size: 14px;
      line-height: 16px;
      margin: 0 0 6px; }
      .sidebar .block-layered-nav .block-content ol li a, .sidebar .block-layered-nav .block-content ul li a {
        color: #697179; }
      .sidebar .block-layered-nav .block-content ol li a:hover, .sidebar .block-layered-nav .block-content ul li a:hover {
        color: #5793d6;
        text-decoration: none; }
    .sidebar .block-layered-nav .block-content ol li.active a, .sidebar .block-layered-nav .block-content ul li.active a {
      color: #5793d6; }
  .sidebar .block-layered-nav .block-content ol li {
    color: #d3d5d7; }

.hero {
  margin: 0 0 20px;
  overflow: hidden;
  position: relative; }
  .hero .banner {
    margin: 0px;
    cursor: pointer;
    width: 973px;
    min-height: 363px;
    display: block; }
    .hero .banner img {
      display: block;
      max-width: 100%;
      height: auto; }
  .hero .panel {
    background: #6a737b;
    border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    behavior: url("/PIE.htc");
    box-shadow: 0px 2px 4px #d6dadd;
    -moz-box-shadow: 0px 2px 4px #d6dadd;
    -webkit-box-shadow: 0px 2px 4px #d6dadd;
    behavior: url("/PIE.htc");
    clear: both;
    color: white;
    display: none;
    float: left;
    margin: 0;
    padding: 35px 0 0;
    position: relative; }
    .hero .panel .left {
      width: 428px;
      margin: 0px 39px; }
    .hero .panel .right {
      width: 428px;
      margin: 0px 39px 0px 0px; }
    .hero .panel .media {
      margin: 0px 0px 30px 0px; }
    .hero .panel p {
      font-size: 15px;
      line-height: 25px;
      margin: 0 0 30px; }
    .hero .panel h2 {
      font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
      font-size: 26px;
      line-height: 34px;
      font-weight: normal; }
    .hero .panel h3 {
      font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
      font-size: 22px;
      line-height: 30px;
      font-weight: normal;
      margin: 0 0 30px; }
    .hero .panel .close {
      background: url("../images/close.png") no-repeat;
      clear: both;
      color: #d6dadd;
      display: block;
      float: left;
      font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
      line-height: 32px;
      margin: 11px 0 40px 39px;
      padding: 0 0 0 42px;
      cursor: pointer; }
    .hero .panel .close:hover {
      background-position: 0px -32px;
      color: white; }

.category-wrapper {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  behavior: url("/PIE.htc");
  box-shadow: 0px 2px 4px #d6dadd;
  -moz-box-shadow: 0px 2px 4px #d6dadd;
  -webkit-box-shadow: 0px 2px 4px #d6dadd;
  behavior: url("/PIE.htc");
  border: 1px solid #d6dadd;
  margin: 0px 0px 20px;
  padding: 5px 0px 0px; }

/* View Type: Grid */
.products-grid .item .inner {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  behavior: url("/PIE.htc");
  padding: 10px 0px;
  border: 1px solid white;
  position: relative;
  height: 100%; }
  .products-grid .item .inner .product-image {
    position: relative;
    height: 230px;
    width: 230px;
    display: block;
    margin-bottom: 10px; }
    .products-grid .item .inner .product-image img {
      position: absolute;
      top: 0px;
      left: 0px; }
  .products-grid .item .inner .product-system {
    position: absolute;
    left: 0px;
    top: 220px; }
    .products-grid .item .inner .product-system .blob {
      position: absolute;
      right: 10px;
      top: 2px;
      width: 20px;
      height: 20px;
      border-radius: 7px;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      behavior: url("/PIE.htc"); }
    .products-grid .item .inner .product-system .system {
      display: none;
      position: absolute;
      right: 0px;
      top: 2px;
      width: 150px;
      height: 24px;
      border-radius: 12px 0px 0px 12px;
      -moz-border-radius: 12px 0px 0px 12px;
      -webkit-border-radius: 12px 0px 0px 12px;
      behavior: url("/PIE.htc");
      color: white;
      font-size: 14px;
      line-height: 20px;
      padding: 0px 10px;
      text-align: right;
      cursor: default; }
  .products-grid .item .inner .product-details {
    text-align: center;
    color: #3e454c;
    font-size: 14px;
    line-height: 16px; }
    .products-grid .item .inner .product-details .product-name {
      margin: 10px 0px 3px;
      padding: 0px 10px; }
      .products-grid .item .inner .product-details .product-name a {
        font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
        color: #3e454c; }
      .products-grid .item .inner .product-details .product-name a:hover {
        text-decoration: none;
        color: #5793d6; }
    .products-grid .item .inner .product-details .product-promo-desc {
      padding: 0px 20px;
      margin-bottom: 8px; }
    .products-grid .item .inner .product-details .price-box {
      margin-bottom: 10px; }
      .products-grid .item .inner .product-details .price-box .old-price,
      .products-grid .item .inner .product-details .price-box .special-price {
        display: inline-block;
        margin-right: 8px; }
      .products-grid .item .inner .product-details .price-box .old-price .price {
        color: #3e454c; }
.products-grid .quickviewpro-block .quickviewpro-button {
  position: absolute;
  z-index: 1;
  display: none;
  bottom: 0px;
  left: 5px;
  cursor: pointer; }

/* Quickview */
.quickviewpro-popup {
  position: absolute;
  width: 971px;
  z-index: 10040;
  height: 0px;
  overflow: hidden;
  display: block;
  background: none;
  margin-top: -5px; }
  .quickviewpro-popup .quickviewpro-arrow {
    position: absolute;
    margin-left: 111.5px;
    top: -9px;
    left: 0px;
    z-index: 1; }
  .quickviewpro-popup .popup {
    position: relative; }
    .quickviewpro-popup .popup .main-popup {
      clear: both;
      position: relative;
      border-radius: 7px;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      behavior: url("/PIE.htc");
      border: 1px solid;
      margin: 10px 5px 0px; }
      .quickviewpro-popup .popup .main-popup .quickviewpro-button-close {
        position: absolute;
        top: 0px;
        right: 0px;
        cursor: pointer;
        z-index: 1; }
      .quickviewpro-popup .popup .main-popup .product-view {
        height: 558px;
        overflow: hidden; }
        .quickviewpro-popup .popup .main-popup .product-view .product-shop {
          height: 558px; }
          .quickviewpro-popup .popup .main-popup .product-view .product-shop .product-full-details a {
            color: #5793d6;
            background: url("../images/quickview_full_arrow.png") no-repeat scroll right 4px;
            font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
            padding-right: 11px;
            position: absolute;
            bottom: 40px;
            right: 40px; }
          .quickviewpro-popup .popup .main-popup .product-view .product-shop .product-full-details a:hover {
            text-decoration: underline; }
  .quickviewpro-popup .popup_alpha {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 570px;
    background: white;
    opacity: 0.8;
    filter: alpha(opacity=80) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
    -khtml-opacity: 0.8 !important;
    z-index: 1; }
    .quickviewpro-popup .popup_alpha .loading-animation {
      width: 400px;
      height: 400px;
      background: url("../images/loading.gif") center center no-repeat;
      margin: 50px auto; }

.cloudzoom-zoom-inside {
  z-index: 10050; }

/* AW Ajax Catalog */
.awac-loader .loader-label {
  display: none; }
  .awac-loader .loader-label .loading-anmiation {
    background: url("../images/loading.gif") no-repeat bottom center;
    display: block;
    height: 149px; }
.awac-loader .loader-label.loading {
  display: block; }

#awac-back-to-top {
  background: url("../images/backtotop.png") no-repeat scroll 0 0 transparent;
  display: none;
  position: fixed;
  bottom: 0px;
  right: 20px;
  cursor: pointer;
  text-indent: -2000px;
  width: 115px;
  height: 35px; }

#awac-back-to-top.visible {
  display: block;
  z-index: 1;
  opacity: 0.8;
  filter: alpha(opacity=80) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
  -khtml-opacity: 0.8 !important; }

#awac-back-to-top.visible:hover {
  display: block;
  z-index: 1;
  opacity: 1.0;
  filter: alpha(opacity=100) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  -khtml-opacity: 1.0 !important; }

.robot-link {
  position: absolute;
  left: -1000px; }

/* AW Ajax Cart Pro */
#acp-configurable-block,
#ajaxcartpro-progress {
  background: none;
  height: auto;
  width: 600px !important;
  position: fixed;
  text-align: center !important;
  z-index: 10125;
  color: #3e454c;
  overflow: hidden; }

#ajaxcartpro-progress img {
  margin-top: 0px; }

.ajaxcartpro-box-hide {
  display: none; }

.ajaxcartpro-box-show {
  display: block; }

.acp-msg-block {
  background-image: none;
  padding: 0 !important;
  min-height: 0 !important;
  font-size: 12px !important;
  text-align: center; }

#acp-configurable-block #bundle-product-wrapper {
  z-index: 1000; }
#acp-configurable-block dl {
  text-align: left;
  padding-left: 10px; }
#acp-configurable-block .price {
  font-size: 14px; }
#acp-configurable-block .product-name {
  text-align: center;
  font-size: 22px;
  color: #5793d6;
  margin: 10px 0px 20px; }

#acp-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 10100;
  opacity: 0.5;
  filter: alpha(opacity=50) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  -khtml-opacity: 0.5 !important; }

#acp-overlay[id] {
  /* IE6 and below Can't See This */
  position: fixed; }

#acp-product-options {
  position: fixed;
  overflow: visible;
  z-index: 1000;
  padding: 30px 60px;
  width: auto;
  height: auto;
  background: white;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  behavior: url("/PIE.htc");
  box-shadow: 0px 1px 4px #d6dadd;
  -moz-box-shadow: 0px 1px 6px #d6dadd;
  -webkit-box-shadow: 0px 1px 6px #d6dadd;
  behavior: url("/PIE.htc");
  border: 1px solid #dadcde; }
  #acp-product-options .aw-acp-btn-container {
    margin: 20px auto 10px auto;
    padding-left: 20px; }
    #acp-product-options .aw-acp-btn-container a {
      margin: 0px 10px; }
  #acp-product-options .giftcard-send-form {
    margin: 0; }
  #acp-product-options .product-options dt label.required em {
    color: #c00;
    margin-left: 5px; }
  #acp-product-options #product-options-wrapper {
    margin: 0;
    text-align: center; }

/* Product Ratings */
.product-rating {
  margin-bottom: 10px; }
  .product-rating .stars {
    width: 95px;
    height: 16px;
    display: block;
    margin: 5px auto;
    position: relative; }
    .product-rating .stars .stars-base {
      background: url("../images/rating-0_0.gif") no-repeat;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 10;
      width: 95px;
      height: 16px; }
    .product-rating .stars .stars-actual {
      background: url("../images/rating-5_0.gif") no-repeat;
      overflow: hidden;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 20;
      height: 16px; }
    .product-rating .stars .input-stars {
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 30;
      width: 95px;
      height: 16px; }
      .product-rating .stars .input-stars .star {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 17px;
        height: 16px;
        background: none;
        cursor: pointer;
        display: block;
        padding: 0px !important; }

/* PRODUCT VIEW
-------------------------------------------------------------- */
.price {
  white-space: nowrap !important;
  color: #3e454c; }

/* Regular price */
.regular-price .price-label {
  display: none; }
.regular-price .price {
  font-size: 14px;
  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif; }

/* Old price */
.old-price {
  margin: 0; }
  .old-price .price-label {
    display: none; }
  .old-price .price {
    font-size: 14px;
    color: #d3d5d7;
    text-decoration: line-through; }

/* Special price */
.special-price {
  margin: 0; }
  .special-price .price-label {
    display: none; }
  .special-price .price {
    font-size: 14px;
    color: #c00; }

/* Product Images */
.product-view .product-img-box {
  padding: 20px; }
  .product-view .product-img-box .more-views {
    position: relative;
    margin-top: 5px; }
    .product-view .product-img-box .more-views ul {
      width: 100%;
      height: 100%; }
      .product-view .product-img-box .more-views ul li {
        float: left;
        margin: 0px 5px 0px 0px;
        width: 75px;
        height: 75px; }
        .product-view .product-img-box .more-views ul li a {
          float: left; }
        .product-view .product-img-box .more-views ul li img {
          width: 100%;
          height: auto; }
        .product-view .product-img-box .more-views ul li span {
          margin: 5px 0px;
          font-size: 12px;
          line-height: 20px;
          text-align: center;
          display: inline-block;
          width: 100%; }
  .product-view .product-img-box .product-social {
    height: 41px;
    text-transform: lowercase;
    margin: 26px 0px;
    padding: 10px 0px;
    width: 100%; }
    .product-view .product-img-box .product-social ul.share {
      color: #3e454c;
      text-align: center; }
      .product-view .product-img-box .product-social ul.share li {
        display: inline-block;
        margin-left: 8px;
        max-width: 80px;
        line-height: 18px; }

/* Product Shop */
.product-view .product-shop {
  padding: 40px 20px 40px 0px; }
  .product-view .product-shop h2 {
    color: #5793d6;
    font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 32px;
    margin: 22px 0 8px;
    padding: 0; }
  .product-view .product-shop h3 {
    color: #697179;
    font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin: 0px 0 17px;
    padding: 0; }
  .product-view .product-shop .product-description {
    color: #3e454c;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 36px;
    padding: 0; }
  .product-view .product-shop .product-type-data {
    margin: 0 0 36px; }
    .product-view .product-shop .product-type-data .availability {
      font-family: 'HelveticaNeueW02-55Roma', Arial, sans-serif;
      display: block;
      color: #3e454c;
      font-size: 14px;
      margin-bottom: 5px; }
    .product-view .product-shop .product-type-data .in-stock span {
      color: #2aa917; }
    .product-view .product-shop .product-type-data .out-of-stock span {
      color: #ff0000; }
  .product-view .product-shop .product-review-summary {
    position: relative; }
    .product-view .product-shop .product-review-summary .product-rating {
      float: left; }
    .product-view .product-shop .product-review-summary a {
      float: left;
      margin-left: 20px;
      font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
      font-size: 12px;
      line-height: 26px; }
  .product-view .product-shop .product-question-summary {
    margin: 0px 0px 40px;
    position: relative; }
    .product-view .product-shop .product-question-summary a {
      font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
      font-size: 12px; }
  .product-view .product-shop .product-actions {
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .product-view .product-shop .product-actions .product-options dl.attributes dt label {
      display: none; }
    .product-view .product-shop .product-actions .product-options dl.attributes dd.attribute-size select {
      display: none; }
    .product-view .product-shop .product-actions .product-options dl.attributes dd.attribute-size ul {
      border-top: 1px solid #141414;
      border-bottom: 1px solid #141414;
      padding: 5px 0px;
      height: 41px; }
      .product-view .product-shop .product-actions .product-options dl.attributes dd.attribute-size ul li {
        float: left;
        width: 30px;
        text-align: center;
        margin-right: 5px; }
        .product-view .product-shop .product-actions .product-options dl.attributes dd.attribute-size ul li .size-box {
          cursor: pointer;
          font-size: 14px;
          padding: 8px 0px; }
        .product-view .product-shop .product-actions .product-options dl.attributes dd.attribute-size ul li .selected {
          background-image: url(../images/icon-size-ring.png); }
        .product-view .product-shop .product-actions .product-options dl.attributes dd.attribute-size ul li .sold-out {
          cursor: help;
          font-size: 14px;
          margin: 8px 0px; }
    .product-view .product-shop .product-actions .product-options dl.attributes dd input.datetime-picker {
      width: 150px; }
    .product-view .product-shop .product-actions .product-options dl.attributes dd input.input-text {
      width: 98%; }
    .product-view .product-shop .product-actions .product-options dl.attributes dd .time-picker {
      display: -moz-inline-box;
      display: inline-block;
      padding: 2px 0;
      vertical-align: middle; }
    .product-view .product-shop .product-actions .product-options dl.attributes dd textarea {
      width: 98%;
      height: 8em; }
    .product-view .product-shop .product-actions .product-options dl.attributes dd select {
      width: 99%; }
    .product-view .product-shop .product-actions .product-options dl.attributes dd .multiselect option {
      border-bottom: 1px dotted #697179;
      padding: 2px 4px; }
    .product-view .product-shop .product-actions .product-options ul.validation-failed {
      padding: 0 7px; }
    .product-view .product-shop .product-actions .product-options p.note {
      margin: 0;
      font-size: 11px; }
    .product-view .product-shop .product-actions .product-options p.required {
      display: none;
      position: absolute;
      right: 20px;
      top: 20px; }
    .product-view .product-shop .product-actions .product-options-bottom .price-box {
      display: none; }
    .product-view .product-shop .product-actions .product-options-bottom .product-option-qty {
      padding: 0px 0px 0px 10px; }
      .product-view .product-shop .product-actions .product-options-bottom .product-option-qty .product-qty {
        padding: 5px; }
        .product-view .product-shop .product-actions .product-options-bottom .product-option-qty .product-qty .qty {
          text-align: left;
          height: 29px;
          padding: 0px;
          line-height: 29px;
          width: 50px;
          background: none;
          border: none; }
          .product-view .product-shop .product-actions .product-options-bottom .product-option-qty .product-qty .qty .icon {
            margin-right: 3px; }
    .product-view .product-shop .product-actions .add-to-box .quantity {
      float: left;
      margin-right: 40px; }
    .product-view .product-shop .product-actions .add-to-box .add-to-cart {
      float: left; }
    .product-view .product-shop .product-actions .add-to-box .add-to-links {
      float: left; }
      .product-view .product-shop .product-actions .add-to-box .add-to-links li {
        float: left; }
        .product-view .product-shop .product-actions .add-to-box .add-to-links li a {
          color: #5793d6;
          line-height: 38px;
          padding-left: 40px;
          text-transform: lowercase;
          font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
          font-size: 14px; }
  .product-view .product-shop .product-video-small a {
    width: 168px !important; }

#super-product-table {
  border: none !important;
  width: auto; }
  #super-product-table td {
    position: relative;
    overflow: visible;
    border: none !important;
    line-height: 38px;
    padding: 3px 20px;
    white-space: nowrap; }
    #super-product-table td.afterpay {
      padding: 0;
      text-align: center; }
      #super-product-table td.afterpay div {
        padding: 6px 10px;
        background-color: #eee; }
        #super-product-table td.afterpay div img {
          margin: 0 10px; }
  #super-product-table .quantity.dd-wrapper {
    width: 82px; }

.quickviewpro-popup #super-product-table td {
  padding: 3px 10px; }
  .quickviewpro-popup #super-product-table td.afterpay div {
    font-size: 11px; }
    .quickviewpro-popup #super-product-table td.afterpay div img {
      margin: 0 10px; }

#aw-onestepcheckout-payment-method .sp-methods dt label #afterpay-logo {
  display: inline-block; }

#aw-onestepcheckout-payment-method .sp-methods dt label #what-is-afterpay-trigger {
  float: right;
  margin-right: 20px; }

.product-video {
  margin-bottom: 20px; }
  .product-video a {
    width: 407px;
    text-align: center;
    display: block; }
    .product-video a img {
      border-radius: 7px;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      behavior: url("/PIE.htc");
      box-shadow: 0px 2px 4px #d6dadd;
      -moz-box-shadow: 0px 2px 4px #d6dadd;
      -webkit-box-shadow: 0px 2px 4px #d6dadd;
      behavior: url("/PIE.htc");
      width: 100%;
      height: auto; }
    .product-video a span {
      margin: 5px 0px;
      font-size: 12px;
      line-height: 20px; }

/* Product Related */
.product-view .block-related .block-title {
  margin-bottom: 20px; }
.product-view .block-related .products-grid .item .inner .product-image {
  width: 190px;
  height: 190px; }
.product-view .block-related .products-grid .item .inner .product-details {
  font-size: 12px; }
  .product-view .block-related .products-grid .item .inner .product-details h3 {
    font-size: 14px; }

/* Product Collateral */
.product-view .product-collateral {
  color: #3e454c;
  margin-bottom: 70px; }
  .product-view .product-collateral #productdetailtabs {
    border-top: 1px solid #d6dadd;
    padding-top: 20px; }
    .product-view .product-collateral #productdetailtabs .left {
      margin-top: 13px;
      width: 834px; }
      .product-view .product-collateral #productdetailtabs .left h2 {
        font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
        font-size: 28px;
        font-weight: normal;
        line-height: 32px;
        margin: 24px 0px;
        text-transform: lowercase; }
      .product-view .product-collateral #productdetailtabs .left h3 {
        font-size: 18px;
        font-weight: normal;
        line-height: 28px;
        padding-bottom: 10px; }
      .product-view .product-collateral #productdetailtabs .left h4 {
        font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
        font-size: 18px;
        font-weight: normal;
        line-height: 22px;
        margin: 0px 0px 10px;
        text-transform: lowercase; }
      .product-view .product-collateral #productdetailtabs .left p {
        font-size: 14px;
        line-height: 22px;
        margin: 0px 0px 20px; }
      .product-view .product-collateral #productdetailtabs .left .seperator {
        border-top: 1px solid #dadcde;
        display: block;
        margin: 30px 0px 20px; }
      .product-view .product-collateral #productdetailtabs .left .media {
        margin: 0px 0px 30px; }
        .product-view .product-collateral #productdetailtabs .left .media img {
          border-radius: 7px;
          -moz-border-radius: 7px;
          -webkit-border-radius: 7px;
          behavior: url("/PIE.htc");
          box-shadow: 0px 2px 4px #d6dadd;
          -moz-box-shadow: 0px 2px 4px #d6dadd;
          -webkit-box-shadow: 0px 2px 4px #d6dadd;
          behavior: url("/PIE.htc");
          display: block;
          margin: 5px 0px 0px; }
      .product-view .product-collateral #productdetailtabs .left .splitleft {
        clear: left;
        float: left;
        margin: 12px 0px 0px;
        width: 407px;
        position: relative; }
      .product-view .product-collateral #productdetailtabs .left .splitright {
        clear: right;
        float: right;
        margin: 12px 0px 0px;
        width: 407px;
        position: relative; }
      .product-view .product-collateral #productdetailtabs .left .nosplit {
        clear: left;
        float: left;
        width: 100%; }
        .product-view .product-collateral #productdetailtabs .left .nosplit .ingredients {
          display: none; }
          .product-view .product-collateral #productdetailtabs .left .nosplit .ingredients .note {
            font-size: 12px;
            line-height: 18px;
            margin: 0px 0px 27px;
            padding: 3px 0px 0px; }
        .product-view .product-collateral #productdetailtabs .left .nosplit .full {
          background: url("../images/arrow_blue.png") no-repeat 0 7px;
          padding-left: 15px; }
        .product-view .product-collateral #productdetailtabs .left .nosplit .full.open {
          background-position: 0px -13px; }
    .product-view .product-collateral #productdetailtabs .right {
      margin-top: 13px;
      width: 285px; }
      .product-view .product-collateral #productdetailtabs .right .systempromo {
        border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        behavior: url("/PIE.htc");
        box-shadow: 0px 2px 4px #d6dadd;
        -moz-box-shadow: 0px 2px 4px #d6dadd;
        -webkit-box-shadow: 0px 2px 4px #d6dadd;
        behavior: url("/PIE.htc");
        border: 1px solid #dadcde;
        cursor: pointer;
        height: 270px;
        padding: 0px;
        position: relative; }
        .product-view .product-collateral #productdetailtabs .right .systempromo img {
          width: 100%;
          border-radius: 7px;
          -moz-border-radius: 7px;
          -webkit-border-radius: 7px;
          behavior: url("/PIE.htc");
          display: block; }
        .product-view .product-collateral #productdetailtabs .right .systempromo .overlay {
          height: 100%;
          width: 100%;
          left: 0px;
          top: 0px;
          position: absolute; }
          .product-view .product-collateral #productdetailtabs .right .systempromo .overlay h3 {
            color: #979da3;
            font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
            font-size: 16px;
            font-weight: normal;
            margin: 18px 0px 20px 20px;
            padding: 0px;
            width: 55%; }
            .product-view .product-collateral #productdetailtabs .right .systempromo .overlay h3 span {
              color: #3e454c;
              display: block;
              font-size: 25px;
              margin: 12px 0 5px; }
          .product-view .product-collateral #productdetailtabs .right .systempromo .overlay p {
            color: #3e454c;
            font-size: 13px;
            line-height: 18px;
            margin: 0px 0px 8px 20px;
            padding: 0px;
            width: 55%; }
      .product-view .product-collateral #productdetailtabs .right .systempromo:hover {
        border-color: #5793d6; }
      .product-view .product-collateral #productdetailtabs .right .allproductspromo {
        position: relative;
        text-align: center; }
        .product-view .product-collateral #productdetailtabs .right .allproductspromo img {
          margin: 0px auto 20px;
          display: block; }
        .product-view .product-collateral #productdetailtabs .right .allproductspromo a {
          background: url("../images/allproductspromo_button.png") no-repeat;
          color: white;
          font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
          font-size: 12px;
          height: 28px;
          line-height: 28px;
          padding: 6px 15px 10px;
          position: relative;
          text-align: center;
          white-space: nowrap; }
          .product-view .product-collateral #productdetailtabs .right .allproductspromo a span {
            position: relative;
            z-index: 2; }
          .product-view .product-collateral #productdetailtabs .right .allproductspromo a span.end {
            background: url("../images/allproductspromo_button.png") no-repeat -270px 0px;
            display: block;
            height: 28px;
            position: absolute;
            right: 0;
            top: 0;
            width: 30px;
            z-index: 1; }
        .product-view .product-collateral #productdetailtabs .right .allproductspromo a:hover {
          text-decoration: none; }
    .product-view .product-collateral #productdetailtabs .system-details-tab ul,
    .product-view .product-collateral #productdetailtabs .product-overview-tab ul {
      font-size: 14px;
      line-height: 22px;
      margin: 0px 0px 20px;
      padding: 0px; }
      .product-view .product-collateral #productdetailtabs .system-details-tab ul li,
      .product-view .product-collateral #productdetailtabs .product-overview-tab ul li {
        background: url("../images/bullet_dash.png") no-repeat 0 10px;
        display: block;
        padding-left: 12px; }
    .product-view .product-collateral #productdetailtabs .product-reviews-tab .overall-rating {
      border-radius: 7px;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      behavior: url("/PIE.htc");
      border: 1px solid #dadcde;
      padding: 18px;
      position: relative; }
      .product-view .product-collateral #productdetailtabs .product-reviews-tab .overall-rating .box-header {
        padding-bottom: 10px; }
        .product-view .product-collateral #productdetailtabs .product-reviews-tab .overall-rating .box-header span {
          color: #3e454c;
          font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
          font-size: 18px;
          line-height: 22px; }
        .product-view .product-collateral #productdetailtabs .product-reviews-tab .overall-rating .box-header a.write-btn {
          background: url("../images/buttonWriteReview.gif") no-repeat;
          display: block;
          height: 28px;
          text-align: left;
          text-indent: -9999px;
          width: 107px;
          margin: 0px; }
        .product-view .product-collateral #productdetailtabs .product-reviews-tab .overall-rating .box-header a.write-btn:hover {
          background-position: 0px -28px; }
      .product-view .product-collateral #productdetailtabs .product-reviews-tab .overall-rating .box-content .product-rating {
        margin-bottom: 10px; }
        .product-view .product-collateral #productdetailtabs .product-reviews-tab .overall-rating .box-content .product-rating .stars {
          float: left; }
        .product-view .product-collateral #productdetailtabs .product-reviews-tab .overall-rating .box-content .product-rating .score {
          float: left;
          margin-left: 15px;
          line-height: 26px; }
    .product-view .product-collateral #productdetailtabs .product-reviews-tab .reviews-list .review {
      border-bottom: 1px solid #dadcde;
      padding: 30px 0px; }
      .product-view .product-collateral #productdetailtabs .product-reviews-tab .reviews-list .review .review-title {
        color: #3e454c;
        font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px; }
      .product-view .product-collateral #productdetailtabs .product-reviews-tab .reviews-list .review .review-rating {
        margin-bottom: 10px; }
        .product-view .product-collateral #productdetailtabs .product-reviews-tab .reviews-list .review .review-rating .stars {
          float: left; }
        .product-view .product-collateral #productdetailtabs .product-reviews-tab .reviews-list .review .review-rating .score {
          float: left;
          margin-left: 15px;
          line-height: 26px; }
      .product-view .product-collateral #productdetailtabs .product-reviews-tab .reviews-list .review .author {
        color: #5793d6;
        font-size: 14px;
        font-weight: bold; }
    .product-view .product-collateral #productdetailtabs .product-reviews-tab .reviews-form .product-rating {
      margin-bottom: 10px; }
      .product-view .product-collateral #productdetailtabs .product-reviews-tab .reviews-form .product-rating h4 {
        float: left; }
      .product-view .product-collateral #productdetailtabs .product-reviews-tab .reviews-form .product-rating .stars {
        float: left; }
      .product-view .product-collateral #productdetailtabs .product-reviews-tab .reviews-form .product-rating .stars-text {
        float: left;
        margin-left: 15px;
        line-height: 26px; }
    .product-view .product-collateral #productdetailtabs .product-reviews-tab .reviews-form .form-list label {
      font-size: 14px;
      line-height: 30px;
      font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif; }
    .product-view .product-collateral #productdetailtabs .product-reviews-tab .reviews-form .form-list .input-box textarea,
    .product-view .product-collateral #productdetailtabs .product-reviews-tab .reviews-form .form-list .input-box input {
      width: 100%; }
    .product-view .product-collateral #productdetailtabs .product-reviews-tab .reviews-form .buttons-set {
      border-top: none; }
    .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container {
      list-style-type: none;
      margin-top: 13px;
      text-align: left; }
      .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container .overall {
        border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        behavior: url("/PIE.htc");
        border: 1px solid #dadcde;
        padding: 18px;
        position: relative;
        margin-bottom: 20px; }
        .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container .overall .box-header {
          padding-bottom: 10px; }
          .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container .overall .box-header span {
            color: #3e454c;
            font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
            font-size: 18px;
            line-height: 22px; }
      .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container .pager {
        padding: 4px 8px;
        text-align: left;
        height: 19px; }
        .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container .pager .amount {
          float: left;
          margin: 0; }
        .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container .pager select {
          font-size: 11px; }
        .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container .pager .limiter {
          float: right; }
          .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container .pager .limiter img {
            margin-left: 5px;
            vertical-align: middle; }
        .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container .pager label {
          font-weight: normal;
          color: inherit; }
      .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container .questions {
        border-bottom: 1px solid #dadcde;
        margin-bottom: 20px; }
        .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container .questions h3.question {
          color: #5793d6;
          border-top: 1px solid #dadcde;
          font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
          padding: 10px 13px;
          font-size: 14px;
          cursor: pointer;
          background: url("../images/iconExpand.gif") no-repeat -5px 19px; }
        .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container .questions h3.ui-state-active {
          background-position: -5px -124px; }
        .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container .questions h3.question:hover {
          text-decoration: underline; }
        .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container .questions div.answer .author {
          margin: -13px 0 0 13px;
          font-size: 10px;
          color: #697179; }
        .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container .questions div.answer .reply {
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          behavior: url("/PIE.htc");
          background: url("../images/backgroundAnswer.gif") repeat-x scroll left top white;
          border: 1px solid #e5e5e5;
          margin: 24px 0 10px;
          padding: 25px;
          position: relative; }
          .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container .questions div.answer .reply .reply-triangle {
            background: url("../images/graphicBlurb.gif") no-repeat;
            display: block;
            height: 19px;
            position: absolute;
            text-align: left;
            text-indent: -9999px;
            top: -19px;
            width: 19px;
            left: 24px; }
          .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container .questions div.answer .reply .helpfulness {
            margin-top: 20px; }
      .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container #productquestions-form .form-list label {
        font-size: 14px;
        line-height: 30px;
        font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif; }
      .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container #productquestions-form .form-list .input-box select,
      .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container #productquestions-form .form-list .input-box textarea,
      .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container #productquestions-form .form-list .input-box input {
        width: 100%; }
      .product-view .product-collateral #productdetailtabs .product-questions-tab .productquestions-container #productquestions-form .buttons-set {
        border-top: none; }

/* Gift Card - Product View Specifics */
.giftcard-product-shop .product-description {
  color: #3e454c;
  margin: 15px 0px 30px;
  font-size: 13px; }
.giftcard-product-shop .gift-card-info p {
  margin-bottom: 10px; }
  .giftcard-product-shop .gift-card-info p label {
    color: #3e454c;
    font-size: 13px; }
  .giftcard-product-shop .gift-card-info p #amount {
    width: 467px !important; }
.giftcard-product-shop .gift-card-info select,
.giftcard-product-shop .gift-card-info input,
.giftcard-product-shop .gift-card-info textarea {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  behavior: url("/PIE.htc");
  margin-top: 0px; }
.giftcard-product-shop .gift-card-info #ugc-form-container {
  margin-bottom: 0px !important; }
.giftcard-product-shop .gift-card-info #recipient_name,
.giftcard-product-shop .gift-card-info #sender_name {
  width: 197px !important;
  margin-right: 10px; }
.giftcard-product-shop .gift-card-info #recipient_email,
.giftcard-product-shop .gift-card-info #sender_email {
  width: 260px !important; }
.giftcard-product-shop .gift-card-info #recipient_message {
  width: 467px !important; }
.giftcard-product-shop .gift-card-info #ugc-send-on {
  position: relative; }
  .giftcard-product-shop .gift-card-info #ugc-send-on #send_on {
    width: 467px !important;
    min-width: 467px !important; }
  .giftcard-product-shop .gift-card-info #ugc-send-on #send_on_trig {
    position: absolute;
    right: 73px;
    top: 19px; }
.giftcard-product-shop .add-to-box {
  margin-top: 10px; }
  .giftcard-product-shop .add-to-box .c6 {
    display: none; }
  .giftcard-product-shop .add-to-box .c8 {
    padding-left: 0px; }

/* CART
-------------------------------------------------------------- */
.cart .messages {
  margin: 0px 0px 18px; }
  .cart .messages ul {
    padding: 8px;
    list-style: none;
    margin: 0px; }
    .cart .messages ul li {
      border-left: 1px solid #dadcde;
      color: #5793d6;
      display: inline-block;
      font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
      font-size: 14px;
      line-height: 20px;
      padding: 7px 20px 9px 54px;
      vertical-align: middle;
      width: 49%; }
    .cart .messages ul li:first-child {
      border-left: none; }
    .cart .messages ul li.shipping {
      background: url("../images/message_shipping.png") no-repeat scroll 12px center; }
    .cart .messages ul li.gift {
      background: url("../images/message_samples.png") no-repeat scroll 20px center;
      padding-left: 60px; }
.cart .cart-empty {
  min-height: 500px; }
.cart .cart-collaterals #freegift-coupon-form {
  display: none; }

#shopping-cart-table th {
  padding: 3px 0px 13px; }
#shopping-cart-table td {
  border-top: 1px solid #dadcde;
  padding: 10px 0px; }
#shopping-cart-table td.image {
  width: 12%; }
#shopping-cart-table td.description {
  width: 50%; }
  #shopping-cart-table td.description .remove {
    font-size: 11px;
    margin: 5px 0px; }
#shopping-cart-table td.price {
  width: 13%;
  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif; }
#shopping-cart-table td.quantity {
  width: 20%; }
  #shopping-cart-table td.quantity .input-text {
    width: 50px; }
#shopping-cart-table td.total {
  width: 15%; }

#shopping-cart-totals-table {
  float: right; }
  #shopping-cart-totals-table td {
    padding: 8px 0px 8px 40px; }
  #shopping-cart-totals-table .ugiftcert-remove {
    float: left;
    padding: 2px 5px; }

.cart-collaterals #shopping-cart-totals-table {
  float: right; }
.cart-collaterals .checkout-types li {
  float: right; }
.cart-collaterals .messages {
  margin: 20px 0px 48px;
  padding: 11px 0 11px 13px;
  float: left; }
  .cart-collaterals .messages h3 {
    font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    margin: 2px 0;
    padding: 0; }
  .cart-collaterals .messages p {
    font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin: 0; }
  .cart-collaterals .messages .contacts {
    background: url("../images/help_contacts.png") no-repeat;
    float: left;
    min-height: 55px;
    padding: 4px 0 0 65px;
    width: 32%; }
    .cart-collaterals .messages .contacts ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .cart-collaterals .messages .contacts ul li {
        border-left: 1px solid #dadcde;
        display: inline-block;
        padding: 0 2px 0 5px;
        width: auto; }
        .cart-collaterals .messages .contacts ul li a {
          font-size: 13px;
          line-height: 16px; }
      .cart-collaterals .messages .contacts ul li:first-child {
        border-left: 0 none;
        padding-left: 0; }
  .cart-collaterals .messages .shipping {
    background: url("../images/help_shipping.png") 13px 0 no-repeat;
    border-left: 1px solid #dadcde;
    float: left;
    min-height: 55px;
    padding: 4px 0 0 78px;
    width: 34%; }
  .cart-collaterals .messages .samples {
    background: url("../images/help_samples.png") 13px 0 no-repeat;
    border-left: 1px solid #dadcde;
    float: left;
    min-height: 55px;
    padding: 4px 0 0 78px;
    width: 34%; }
  .cart-collaterals .messages .loyalty {
    background: url("../images/help_loyalty.png") 13px 0 no-repeat;
    border-left: 1px solid #dadcde;
    float: left;
    min-height: 55px;
    padding: 4px 0 0 78px;
    width: 34%; }

.checkout-login h3 {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 0; }
.checkout-login h4 {
  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
  font-size: 13px;
  padding: 15px 0 0; }
.checkout-login a, .checkout-login p {
  margin: 1em 0;
  font-size: 12px; }
.checkout-login .returning-customer .form-list {
  margin: 10px 0 0; }
  .checkout-login .returning-customer .form-list input {
    width: 100%; }
  .checkout-login .returning-customer .form-list button {
    margin: 5px 0px; }
.checkout-login .new-customer {
  border-top: 1px solid #dadcde;
  margin: 20px 0 0; }

/* FREE GIFTS
-------------------------------------------------------------- */
#mw-fg-slider-cart {
  padding: 20px;
  margin-bottom: 30px; }
  #mw-fg-slider-cart .mw-fg-cart-title {
    font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
    color: #3e454c;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px; }
  #mw-fg-slider-cart .bCarousel-wrapper {
    overflow: hidden;
    position: relative;
    background: white;
    text-align: center;
    margin-bottom: 15px;
    padding: 0px 30px; }
    #mw-fg-slider-cart .bCarousel-wrapper .forward,
    #mw-fg-slider-cart .bCarousel-wrapper .back {
      right: 0;
      top: 0;
      position: absolute;
      float: right;
      display: none;
      width: 25px;
      z-index: 9999;
      background: #333;
      color: white;
      text-decoration: none;
      text-align: center;
      line-height: 150px;
      text-indent: -9999px; }
    #mw-fg-slider-cart .bCarousel-wrapper .forward {
      background: url(../images/next1.png) -1px -1px no-repeat;
      width: 43px;
      height: 40px;
      top: 77px; }
    #mw-fg-slider-cart .bCarousel-wrapper .forward:hover {
      background: url(../images/next.png) right center no-repeat; }
    #mw-fg-slider-cart .bCarousel-wrapper .back {
      left: 0;
      top: 77px;
      background: url(../images/back.png) 1px -1px no-repeat;
      width: 43px;
      height: 40px; }
    #mw-fg-slider-cart .bCarousel-wrapper .back:hover {
      background: url(../images/prev.png) left center no-repeat; }
    #mw-fg-slider-cart .bCarousel-wrapper .show_arrow {
      display: block; }
    #mw-fg-slider-cart .bCarousel-wrapper #the-carousel {
      height: 100%;
      background: none; }
      #mw-fg-slider-cart .bCarousel-wrapper #the-carousel ul#freegift {
        padding: 0;
        list-style: none; }
        #mw-fg-slider-cart .bCarousel-wrapper #the-carousel ul#freegift li {
          position: relative;
          display: block;
          float: left;
          list-style: none;
          height: auto;
          margin-right: 20px;
          width: 140px; }
          #mw-fg-slider-cart .bCarousel-wrapper #the-carousel ul#freegift li a {
            display: block; }
          #mw-fg-slider-cart .bCarousel-wrapper #the-carousel ul#freegift li img {
            margin-bottom: 10px; }
          #mw-fg-slider-cart .bCarousel-wrapper #the-carousel ul#freegift li .product-shop p {
            margin-bottom: 5px; }
          #mw-fg-slider-cart .bCarousel-wrapper #the-carousel ul#freegift li .product-shop p.mw-fg-item-name {
            margin-bottom: 10px;
            font-size: 12px; }
            #mw-fg-slider-cart .bCarousel-wrapper #the-carousel ul#freegift li .product-shop p.mw-fg-item-name a:hover {
              color: #5793d6;
              text-decoration: none; }
          #mw-fg-slider-cart .bCarousel-wrapper #the-carousel ul#freegift li .product-shop .old-price {
            margin-bottom: 10px;
            display: none; }
            #mw-fg-slider-cart .bCarousel-wrapper #the-carousel ul#freegift li .product-shop .old-price span {
              font-size: 12px; }
          #mw-fg-slider-cart .bCarousel-wrapper #the-carousel ul#freegift li .product-shop button {
            margin: 0px auto; }

.freegift_rules_container {
  display: none; }

/* CMS & CONTENT STYLES
-------------------------------------------------------------- */
/* Generic Library */
.library h3 {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  color: #3e454c;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 8px; }

.library-sidebar h2 {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  color: #5793d6;
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
  margin: 0;
  padding: 9px 0;
  text-transform: lowercase; }
.library-sidebar .library-nav {
  margin: 0 0 40px;
  display: block; }
  .library-sidebar .library-nav ul {
    list-style: none;
    margin: 0;
    padding: 15px 0 0; }
    .library-sidebar .library-nav ul li {
      font-size: 14px;
      line-height: 16px;
      margin: 0 0 6px;
      text-transform: lowercase; }
      .library-sidebar .library-nav ul li a {
        color: #697179; }
      .library-sidebar .library-nav ul li a:hover {
        color: #5793d6;
        text-decoration: none; }
    .library-sidebar .library-nav ul li.active a {
      color: #5793d6; }
.library-sidebar .library-nav:before {
  border-top: 1px solid #dadcde;
  content: "";
  display: block;
  height: 1px;
  margin: 18px 0 0;
  width: 19px; }

/* Your Skin */
#yourskin ul.tiles {
  clear: both;
  list-style: none;
  float: left;
  padding: 0px;
  margin-top: 20px; }
  #yourskin ul.tiles li.tile {
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    behavior: url("/PIE.htc");
    box-shadow: 0px 1px 6px #979da3;
    -moz-box-shadow: 0px 1px 6px #979da3;
    -webkit-box-shadow: 0px 1px 6px #979da3;
    behavior: url("/PIE.htc");
    display: inline-block;
    height: 179px;
    width: 386px;
    margin: 0px 20px 20px 0px;
    float: left; }
    #yourskin ul.tiles li.tile > a {
      border: 1px solid #d3d5d7;
      border-radius: 7px;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      behavior: url("/PIE.htc");
      clear: both;
      display: block;
      padding: 20px;
      height: 100%;
      width: 100%; }
      #yourskin ul.tiles li.tile > a .image {
        width: 153px;
        height: 137px;
        margin-right: 20px;
        float: left; }
        #yourskin ul.tiles li.tile > a .image img {
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          behavior: url("/PIE.htc");
          box-shadow: 0px 1px 6px #979da3;
          -moz-box-shadow: 0px 1px 6px #979da3;
          -webkit-box-shadow: 0px 1px 6px #979da3;
          behavior: url("/PIE.htc");
          display: block; }
      #yourskin ul.tiles li.tile > a .info {
        clear: right;
        float: left;
        margin-top: -4px;
        width: 171px; }
        #yourskin ul.tiles li.tile > a .info h3 {
          font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
          color: #3e454c;
          font-size: 18px;
          line-height: 22px;
          margin-bottom: 10px; }
        #yourskin ul.tiles li.tile > a .info p {
          color: #3e454c;
          font-size: 13px;
          line-height: 18px;
          margin: 0px; }
    #yourskin ul.tiles li.tile > a:hover {
      border: 1px solid #5793d6; }
      #yourskin ul.tiles li.tile > a:hover .info h3 {
        color: #5793d6; }
  #yourskin ul.tiles .tile.last {
    margin-right: 0px; }

#yourskin.article .pagetitle h2 {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  color: #3e454c;
  font-size: 28px;
  line-height: 34px;
  margin: 0px;
  padding: 9px 0px;
  text-transform: lowercase; }
#yourskin.article .bar {
  height: 41px;
  text-transform: lowercase;
  border-top: 1px solid #d3d5d7;
  border-bottom: 1px solid #d3d5d7;
  margin: 1px 0px 26px;
  padding: 10px 0px;
  width: 100%; }
  #yourskin.article .bar .category {
    clear: left;
    float: left; }
  #yourskin.article .bar ul.share {
    color: #3e454c;
    float: right;
    clear: right; }
    #yourskin.article .bar ul.share li {
      float: right;
      margin-left: 8px;
      max-width: 80px;
      line-height: 18px; }
#yourskin.article article p {
  color: #3e454c;
  font-size: 14px;
  line-height: 22px;
  margin: 0px 0px 22px; }
#yourskin.article article li {
  color: #3e454c;
  font-size: 14px;
  line-height: 22px; }

#nav {
  height: 125px;
  width: 675px; }
  #nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #nav ul li {
      border: 1px solid #ccc;
      display: inline;
      float: left;
      height: 100px;
      margin-right: 11px;
      width: 158px; }

#video {
  background: #ccc;
  height: 390px;
  text-align: center;
  width: 675px; }

#article {
  width: 675px; }

#article-products .try {
  color: #3e454c;
  padding: 20px 10px 20px 20px;
  float: right;
  margin: 52px 0px 20px; }
  #article-products .try h3 {
    font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin: 0; }
  #article-products .try ul {
    list-style: none outside none;
    margin: 17px 0 0;
    max-height: 490px;
    overflow: auto;
    padding: 0 10px 0 0; }
    #article-products .try ul li {
      border-top: 1px solid #dadcde;
      clear: both;
      float: left;
      padding: 17px 0 10px;
      width: 100%; }
      #article-products .try ul li > a {
        clear: both;
        color: #3e454c;
        display: block;
        float: left;
        height: 100%;
        width: 100%; }
      #article-products .try ul li .image {
        clear: left;
        float: left;
        margin: 0 3px 0 0;
        position: relative;
        width: 90px; }
        #article-products .try ul li .image img {
          margin: 0 auto; }
      #article-products .try ul li .info {
        clear: right;
        float: left;
        width: 130px; }
        #article-products .try ul li .info h3 {
          color: #3e454c;
          font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
          font-size: 13px;
          font-weight: normal;
          line-height: 16px;
          margin: 0 0 5px; }
        #article-products .try ul li .info p {
          font-size: 13px;
          line-height: 16px;
          margin: 0 0 5px; }
        #article-products .try ul li .info .price-box {
          font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif; }
    #article-products .try ul li:first-child {
      border-top: none; }

/* Generic 'Click For Answer' Style */
ul.click-question-for-answer {
  margin: 0px;
  padding: 0px; }
  ul.click-question-for-answer li .question {
    color: #3e454c;
    cursor: pointer;
    background: url("../images/faq_bullets.png") no-repeat 0 3px transparent;
    display: block;
    font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
    font-size: 14px;
    margin: 0 0 18px;
    padding-left: 13px; }
  ul.click-question-for-answer li .question:hover {
    color: #5793d6; }
  ul.click-question-for-answer li .answer {
    display: none;
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 21px 13px; }
    ul.click-question-for-answer li .answer p {
      margin: 0 0 22px; }
  ul.click-question-for-answer li.open .question {
    background-position: 0 -95px; }
  ul.click-question-for-answer li.open .answer {
    display: inline-block !important; }

/* Generic Area: STATS */
.stats2 {
  padding: 10px 0 2px; }
  .stats2 ul li {
    border-left: 1px solid #dadcde;
    color: #3e454c;
    float: left;
    padding-left: 1.667%;
    width: 25%; }

.stats, .stats2 {
  margin-bottom: 20px; }
  .stats ul, .stats2 ul {
    list-style: none outside none;
    margin: 0;
    padding: 0; }
    .stats ul li h3, .stats2 ul li h3 {
      font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
      font-size: 18px;
      font-weight: normal;
      margin: 0 0 7px; }
    .stats ul li h4, .stats2 ul li h4 {
      font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
      font-size: 40px;
      font-weight: normal;
      margin: 0; }
      .stats ul li h4 strong, .stats2 ul li h4 strong {
        font-size: 56px;
        font-weight: normal; }
    .stats ul li:first-child, .stats2 ul li:first-child {
      border-left: 0 none;
      padding-left: 0; }

/* Generic Area: SHORT & TALL */
.short, .tall {
  width: 590px;
  margin-bottom: 20px; }
  .short .image, .tall .image {
    float: left;
    margin-right: 5.792%;
    position: relative; }
  .short .info, .tall .info {
    float: left; }
    .short .info h3, .tall .info h3 {
      font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
      font-size: 32px;
      font-weight: normal;
      line-height: 26px;
      margin: -4px 0 4px; }
    .short .info h4, .tall .info h4 {
      font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
      font-size: 16px;
      font-weight: normal;
      line-height: 22px;
      margin: 0px 0 12px; }
    .short .info h5, .tall .info h5 {
      font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
      font-size: 14px;
      font-weight: normal;
      line-height: 20px;
      margin: 0px; }
    .short .info p, .tall .info p {
      font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
      font-size: 14px;
      font-weight: normal;
      line-height: 20px;
      margin: 0px 0px 5px; }

.short {
  height: 215px;
  padding: 25px 35px; }
  .short .image {
    width: 25%; }
  .short .info {
    width: 69.205%; }

.tall {
  height: 449px;
  padding: 93px 35px 0; }
  .tall .image {
    width: 46.432%; }
  .tall .info {
    width: 47.676%; }

/* Generic Area: STORY */
.story {
  border-top: 1px solid #dadcde;
  color: #3e454c;
  padding-top: 30px; }
  .story h1 {
    font-size: 35px;
    color: #5793d6;
    font-weight: normal; }
  .story h2 {
    font-size: 21px;
    font-weight: normal;
    margin-top: 5px; }
  .story h3 {
    font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 25px; }
  .story p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 22px; }
  .story p.image {
    margin-bottom: 42px; }
  .story p.question {
    font-size: 24px;
    margin-bottom: 5px; }
  .story p.grace-font {
    color: #5793d6;
    font-weight: normal; }
  .story .insert {
    margin: 0 0 75px;
    padding: 20px;
    width: 100%; }
    .story .insert img {
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      behavior: url("/PIE.htc");
      display: inline-block;
      vertical-align: middle;
      width: 25.365%; }
    .story .insert p {
      display: inline-block;
      margin: 0 0 0 3.65%;
      vertical-align: middle;
      width: 69.708%; }
  .story .testimonial {
    margin-top: 40px; }

/* Generic Area: BUZZ */
.buzz {
  clear: both;
  float: left;
  padding: 33px 0 0;
  text-align: center;
  width: 100%; }
  .buzz ul {
    list-style: none outside none;
    padding: 0; }
    .buzz ul li {
      display: inline-block;
      margin: 0 0 30px 15px;
      width: 300px; }
  .buzz .quote {
    background: url("../images/buzz_bubble.png") no-repeat;
    display: block;
    height: 120px;
    margin: 0 0 15px;
    padding: 15px 15px 0;
    width: 300px; }
    .buzz .quote p {
      color: #3e454c;
      display: table-cell;
      font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
      font-size: 20px;
      height: 80px;
      line-height: 26px;
      vertical-align: middle;
      width: 270px; }
      .buzz .quote p img {
        margin: 0 auto 6px; }
  .buzz .quotee {
    display: block;
    text-align: center; }
  .buzz .quotee:before {
    color: white;
    content: ".";
    font-size: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0; }

/* Generic: Locations & Groups */
.locations {
  color: #3e454c; }
  .locations .group {
    margin: 0 0 20px; }
    .locations .group h3 {
      font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
      font-size: 28px;
      font-weight: normal;
      line-height: 32px;
      margin: 0 0 20px; }
    .locations .group ul {
      list-style: none outside none;
      margin: 0;
      padding: 0; }
      .locations .group ul li {
        display: inline-block;
        margin: 0 0 21px;
        padding-right: 30px;
        vertical-align: top;
        width: 265px; }
        .locations .group ul li h4 {
          color: #5793d6;
          font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
          font-size: 13px;
          font-weight: normal;
          line-height: 18px;
          margin: 0; }
        .locations .group ul li p {
          font-size: 13px;
          line-height: 18px;
          margin: 0; }

/* Generic Info Set */
.info-set {
  margin: 0 0 25px;
  padding: 5px; }
  .info-set h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px; }
  .info-set h3,
  .info-set h4 {
    font-size: 13px;
    font-weight: bold; }
  .info-set h2 a,
  .info-set h3 a,
  .info-set h4 a {
    font-weight: normal; }
  .info-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    border-bottom: 1px solid #3e454c;
    position: relative; }
  .info-set h3.legend {
    margin: 0 0 10px; }
  .info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative; }
  .info-set .box {
    margin: 0 0 15px; }
    .info-set .box h2 {
      color: #e26703; }
  .info-set .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important; }
    .info-set .data-table .product-name a {
      font-weight: bold !important; }
  .info-set .data-table .item-options {
    margin: 5px 0 0; }

/* Generic: Page Intro */
.pageintro h3.title {
  color: #3e454c;
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
  margin: 36px 0 32px; }

/* CMS Content */
/* CMS No Route */
.cms-no-route .std-cms h2 {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 40px;
  margin: 0 0 10px; }
.cms-no-route .std-cms h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  margin: 0 0 58px; }
.cms-no-route .std-cms h4 {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  margin: 0 0 16px; }
.cms-no-route .std-cms ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .cms-no-route .std-cms ul li {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 6px; }
    .cms-no-route .std-cms ul li a {
      background: url("../images/error_bullet.png") no-repeat scroll right 10px;
      padding: 0 11px 0 0; }

/* CMS Contacts */
.cms-contacts .input-box, .cms-contacts input, .cms-contacts textarea {
  width: 100% !important;
  background: none;
  color: #3e454c; }
.cms-contacts #comment-field {
  margin-top: 10px; }
.cms-contacts .cms-title {
  margin: 20px 0px; }
  .cms-contacts .cms-title h1 {
    line-height: 22px; }
.cms-contacts .cms-nav h3 {
  color: #697179;
  margin: 15px 0 6px; }
.cms-contacts .cms-nav .cms-nav-divider {
  margin-bottom: 15px; }
.cms-contacts .buttons-set {
  border-top: none; }

.std-cms {
  /* CMS Company FAQs */ }
  .std-cms .page-content {
    margin-bottom: 50px; }
  .std-cms .faq {
    margin-bottom: 50px; }
    .std-cms .faq h3 {
      border-top: 1px solid #dadcde;
      padding: 22px 0px 0px;
      font-size: 14px;
      font-weight: normal;
      line-height: 14px;
      margin: 0 0 17px; }
    .std-cms .faq h3:first-child {
      border-top: none; }
  .std-cms .press {
    margin-bottom: 50px; }
    .std-cms .press .r24 .r12:last-child .short, .std-cms .press .r24 .r12:last-child .tall {
      float: right !important; }
  .std-cms #service .landing {
    margin: 63px 0px 50px; }
    .std-cms #service .landing h3.pageheading {
      color: #3e454c;
      font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
      font-size: 28px;
      font-weight: normal;
      line-height: 34px;
      margin: 0 0 16px; }
    .std-cms #service .landing p {
      color: #3e454c;
      font-size: 14px;
      line-height: 22px;
      margin: 0 0 22px; }
    .std-cms #service .landing .block {
      margin: 0 0 22px; }
      .std-cms #service .landing .block p {
        margin: 0px; }
    .std-cms #service .landing ul {
      list-style: none outside none;
      margin: 0;
      padding: 0; }
      .std-cms #service .landing ul li {
        background: url("../images/landing.png") no-repeat scroll 7px 0;
        margin: 0 0 35px;
        color: #3e454c;
        font-size: 14px;
        line-height: 22px; }
        .std-cms #service .landing ul li a {
          display: block;
          padding: 0 0 0 50px; }
        .std-cms #service .landing ul li a:hover {
          text-decoration: none; }
          .std-cms #service .landing ul li a:hover h4 {
            color: #5793d6; }
        .std-cms #service .landing ul li h4 {
          color: #3e454c;
          display: block;
          font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
          font-size: 22px;
          font-weight: normal;
          line-height: 1;
          margin: 0 0 7px; }
        .std-cms #service .landing ul li p {
          color: #5793d6;
          font-size: 13px;
          line-height: 16px;
          margin: 0; }
      .std-cms #service .landing ul li.faq {
        background-position: 7px -81px; }
      .std-cms #service .landing ul li.return {
        background-position: 7px -162px; }
      .std-cms #service .landing ul li.shipping {
        background-position: 7px -242px; }
      .std-cms #service .landing ul li.tracking {
        background-position: 7px -325px; }
      .std-cms #service .landing ul li.loyalty {
        background-position: 7px -490px; }
    .std-cms #service .landing ol {
      list-style: decimal outside none !important;
      margin: 0 0 22px; }
      .std-cms #service .landing ol li {
        list-style: decimal outside none !important;
        color: #3e454c;
        font-size: 14px;
        line-height: 22px; }
  .std-cms #service.contact .landing ul li {
    background: url("../images/contact.png") no-repeat; }
  .std-cms #service.contact .landing ul li.chat {
    background-position: 6px 0; }
  .std-cms #service.contact .landing ul li.call {
    background-position: 6px -155px; }
  .std-cms #service.contact .landing ul li.globe {
    background-position: 6px -231px; }
  .std-cms #service.contact .landing ul li.globe h4, .std-cms #service.contact .landing ul li.globe p,
  .std-cms #service.contact .landing ul li.call h4,
  .std-cms #service.contact .landing ul li.call p {
    padding-left: 50px; }

/* STORE LOCATOR (Unirgy)
-------------------------------------------------------------- */
#store_locator_form .fieldset {
  padding: 10px 0px; }
#store_locator_form .location-search {
  padding: 0px;
  margin: 0px 0px 20px; }
  #store_locator_form .location-search li .input-box {
    width: 100%; }
  #store_locator_form .location-search li #address {
    width: 100%;
    background: none;
    font-size: 14px; }
  #store_locator_form .location-search li #radius {
    width: 100%; }
  #store_locator_form .location-search .button-set {
    margin-top: 15px; }
#store_locator_form .button-set {
  margin-top: -3px; }

#storelocator-container {
  width: auto;
  height: 480px;
  overflow: hidden;
  font-size: 13px;
  margin-bottom: 50px; }
  #storelocator-container #sidebar {
    height: 432px;
    color: #3e454c;
    font-size: 12px;
    line-height: 16px;
    background: white;
    overflow-y: scroll; }
    #storelocator-container #sidebar .sidebar-entry-container .featured span:first-child {
      color: #c00;
      font-weight: bold; }
    #storelocator-container #sidebar .sidebar-entry-container a {
      display: block;
      border-bottom: 1px dashed #ccc;
      padding: 10px 0px;
      margin: 0px 10px;
      cursor: pointer;
      text-decoration: none;
      *zoom: 1; }
      #storelocator-container #sidebar .sidebar-entry-container a img {
        float: right !important; }
    #storelocator-container #sidebar .sidebar-entry-container a:hover {
      font-weight: bold !important; }
    #storelocator-container #sidebar .sidebar-entry-container a:after {
      content: "";
      display: table;
      clear: both; }
    #storelocator-container #sidebar .sidebar-entry-container a address {
      color: #697179;
      font-style: normal; }
    #storelocator-container #sidebar .sidebar-entry-container:last-child a {
      border: none; }
  #storelocator-container #map {
    overflow: hidden;
    height: 435px;
    font-size: 14px;
    line-height: 1.3em; }
    #storelocator-container #map img {
      max-width: none; }
  #storelocator-container #pin-legend img {
    float: left; }
  #storelocator-container #pin-legend span {
    float: left;
    color: #697179;
    line-height: 24px;
    padding: 0px 18px 0px 8px; }

#tag-container {
  display: none; }

.dir-btn {
  display: none !important; }

#map-container .pager .pages {
  margin: 0 auto; }

#storelocator-online-stockists {
  margin: 30px 0px 50px; }
  #storelocator-online-stockists .online-stockists-title {
    padding: 5px 0px;
    font-size: 13px;
    color: #3e454c;
    border-bottom: 1px solid #697179; }
  #storelocator-online-stockists .online-stockists-content {
    display: none;
    padding: 10px 0px; }
    #storelocator-online-stockists .online-stockists-content ul li {
      float: left;
      font-size: 13px; }
      #storelocator-online-stockists .online-stockists-content ul li a {
        color: #3e454c; }
      #storelocator-online-stockists .online-stockists-content ul li a:hover {
        text-decoration: underline; }
    #storelocator-online-stockists .online-stockists-content ul li:after {
      content: "//";
      margin: 0px 10px; }
    #storelocator-online-stockists .online-stockists-content ul li:last-child:after {
      content: none; }

/* Google Maps Overrides */
.gm-style .marker-entry {
  font-family: 'HelveticaNeueW02-55Roma', Arial, sans-serif;
  font-size: 12px !important;
  color: #3e454c;
  line-height: 15px;
  min-width: 250px; }
  .gm-style .marker-entry .stockist-name b {
    font-size: 13px;
    font-family: 'HelveticaNeueW02-55Roma', Arial, sans-serif; }

/* ACCOUNT & LOGIN PAGES
-------------------------------------------------------------- */
.account-change-password,
.account-login {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 50px; }
  .account-change-password .login,
  .account-login .login {
    height: 320px;
    padding: 24px 30px; }
    .account-change-password .login h3,
    .account-login .login h3 {
      font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.3;
      margin: 0;
      padding: 0;
      margin: 0 0 15px; }
    .account-change-password .login p,
    .account-login .login p {
      color: #697179;
      font-size: 12px;
      line-height: 18px;
      margin: 12px 0px; }
    .account-change-password .login .forgot-your-password,
    .account-login .login .forgot-your-password {
      margin-left: 20px;
      line-height: 28px; }

.account-create {
  font-size: 12px;
  line-height: 18px;
  position: relative;
  margin-bottom: 50px; }
  .account-create .register {
    min-height: 330px;
    padding: 24px 30px; }
    .account-create .register button {
      margin-top: 10px; }
    .account-create .register .form-list label {
      width: 100%; }
  .account-create .benefits {
    padding: 25px 30px 30px;
    height: 330px; }
    .account-create .benefits p {
      color: #697179;
      font-size: 12px;
      line-height: 18px;
      margin: 0 0 18px; }
    .account-create .benefits strong {
      font-weight: normal;
      font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif; }

#remember-me-box .link-tip {
  display: none; }

/* General Box */
.box-account {
  margin: 0 0 30px; }
  .box-account .box-head {
    border-bottom: 1px solid #dadcde;
    margin: 0 0 20px;
    text-align: right; }
    .box-account .box-head h2 {
      float: left;
      margin: 0;
      font-size: 18px;
      line-height: 28px;
      color: #5793d6;
      text-transform: lowercase; }
    .box-account .box-head a {
      color: #697179;
      text-transform: lowercase; }
  .box-account .box .box-title {
    margin: 0 0 10px;
    padding: 0 0 2px;
    text-align: right;
    border-bottom: 1px solid #dadcde;
    font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif; }
    .box-account .box .box-title h3, .box-account .box .box-title h4 {
      float: left;
      font-size: 16px;
      line-height: 22px;
      margin: 0;
      color: #697179;
      font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
      text-transform: lowercase; }
    .box-account .box .box-title a {
      color: #5793d6;
      text-transform: lowercase; }
  .box-account .box .box-content {
    font-size: 13px;
    color: #3e454c; }
    .box-account .box .box-content a {
      color: #697179;
      text-transform: lowercase;
      text-decoration: underline;
      margin-top: 10px;
      line-height: 26px; }
    .box-account .box .box-content h4 {
      margin-bottom: 10px; }

/* Dashboard */
.dashboard .welcome-msg {
  display: none; }
.dashboard .col2-set {
  margin: 0 0 15px; }

/* Address Book */
.addresses-list h2 {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase; }
.addresses-list h3 {
  font-weight: bold;
  font-size: 13px; }
.addresses-list address {
  margin: 0 0 3px; }
.addresses-list p {
  margin: 0; }
.addresses-list a {
  font-weight: bold; }
.addresses-list .link-remove {
  color: #c00; }
.addresses-list .separator {
  margin: 0 3px; }
.addresses-list li.item {
  border: 1px solid #ccc;
  padding: 10px 13px;
  margin: 0 0 10px; }
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0; }
.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0; }

/* Order View */
.order-info {
  border: 1px solid #3e454c;
  padding: 5px;
  margin: 0 0 10px; }
  .order-info dt, .order-info dd,
  .order-info ul, .order-info li {
    display: inline; }
  .order-info .current {
    font-weight: bold; }
  .order-info li {
    margin: 0 5px; }

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

.order-info-box {
  border: 1px solid #3e454c;
  padding: 10px;
  margin: 0 0 10px; }
  .order-info-box h2 {
    font-weight: bold;
    font-size: 13px; }
  .order-info-box .box-payment p {
    margin: 0 0 5px; }
  .order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 5px; }

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

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

#my-reviews-table,
#my-orders-table,
#saved-cards {
  font-size: 13px; }
  #my-reviews-table thead,
  #my-orders-table thead,
  #saved-cards thead {
    background: #eee;
    border-bottom: 1px #aaa solid; }
    #my-reviews-table thead th,
    #my-orders-table thead th,
    #saved-cards thead th {
      padding: 8px 10px; }
  #my-reviews-table td,
  #my-orders-table td,
  #saved-cards td {
    padding: 8px 10px; }
    #my-reviews-table td a,
    #my-orders-table td a,
    #saved-cards td a {
      color: #697179;
      text-decoration: underline; }

.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 {
  padding: 0 0 10px;
  margin: 0 0 10px; }
.page-print .col2-set {
  margin: 0 0 10px; }
.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 .wishlist-item {
  position: relative;
  margin-bottom: 20px; }
  .my-wishlist .wishlist-item .btn-remove {
    position: absolute;
    top: 0px;
    right: 5px; }
  .my-wishlist .wishlist-item .product-details {
    min-height: 180px; }
    .my-wishlist .wishlist-item .product-details .product-name {
      color: #5793d6;
      font-weight: bold;
      margin: 10px 0px 5px; }
    .my-wishlist .wishlist-item .product-details .product-system {
      color: #3e454c;
      margin-bottom: 15px; }
    .my-wishlist .wishlist-item .product-details .product-description {
      font-size: 12px;
      line-height: 15px;
      color: #697179;
      margin: 10px 0px; }
  .my-wishlist .wishlist-item .product-actions a {
    float: right; }
  .my-wishlist .wishlist-item .product-actions .button span {
    padding: 0px 10px; }
.my-wishlist .buttons-set {
  margin-top: 2em; }

/* Checkout Success */
.order-success {
  text-align: center; }
  .order-success p {
    font-size: 15px;
    line-height: 20px; }
  .order-success a {
    font-style: bold; }
  .order-success .buttons-set {
    margin-top: 30px; }
    .order-success .buttons-set button.button {
      margin: 0px auto;
      float: none; }

/*
FOOTER
-------------------------------------------------------------- */
.footer-container {
  border-top: 1px solid #d3d5d7;
  padding: 20px 0px 40px;
  z-index: 200;
  background: #f1f2f3; }
  .footer-container .footer .top .footer-links {
    margin-bottom: 30px; }
    .footer-container .footer .top .footer-links h3 {
      line-height: 38px;
      color: #3e454c; }
      .footer-container .footer .top .footer-links h3 a {
        color: #3e454c; }
    .footer-container .footer .top .footer-links p {
      color: #697179;
      font-size: 13px;
      line-height: 20px;
      margin: 9px 0 13px;
      text-transform: none; }
    .footer-container .footer .top .footer-links ul li {
      font-size: 14px;
      line-height: 24px; }
    .footer-container .footer .top .footer-links a {
      color: #979da3; }
    .footer-container .footer .top .footer-links a:hover {
      text-decoration: none;
      color: #5793d6; }
  .footer-container .footer .top .footer-links.footer-social ul li {
    display: inline-block;
    margin-right: 4px; }
    .footer-container .footer .top .footer-links.footer-social ul li a {
      text-indent: -9999px; }
  .footer-container .footer .top .emailform {
    background: url("../images/email_bg.png") no-repeat;
    height: 34px;
    position: relative;
    width: 185px; }
    .footer-container .footer .top .emailform .input-text {
      background: none;
      border: 0 none;
      color: #697179;
      font-family: 'HelveticaNeueW02-55Roma', Arial, sans-serif;
      font-size: 14px;
      line-height: 20px;
      margin: 3px 0 0 6px;
      width: 135px; }
    .footer-container .footer .top .emailform .button {
      background: url("../images/email_submit.png") no-repeat;
      height: 26px;
      position: absolute;
      right: 4px;
      text-indent: -99999px;
      top: 4px;
      width: 26px; }
  .footer-container .footer .bottom {
    padding-top: 10px;
    border-top: 1px solid #d3d5d7; }
    .footer-container .footer .bottom .copyright span {
      padding: 10px 0px;
      font-size: 14px;
      line-height: 24px;
      color: #979da3; }

/*
CLEARFIX
-------------------------------------------------------------- */
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  content: '';
  display: table; }

.row:after,
.clearfix:after {
  clear: both; }

.row,
.clearfix {
  zoom: 1; }

.clearer:after,
.account-login:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set: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,
.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-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,
.oversize-center:after, .r24:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

/* MEDIA QUERY: 960 Screens - Sets nested grids to 100%
-------------------------------------------------------------- */
/* Media Specifics ======================================================================= */
/* Desktops and laptops ----------- */
@media only screen and (min-device-width: 1040px) {
  .products-grid .quickviewpro-block.active .quickviewpro-button,
  .products-grid .quickviewpro-block:hover .quickviewpro-button {
    display: block !important; }
  .products-grid .quickviewpro-block.active .inner,
  .products-grid .quickviewpro-block:hover .inner {
    border: 1px #ccc solid; }
    .products-grid .quickviewpro-block.active .inner .product-system .blob,
    .products-grid .quickviewpro-block:hover .inner .product-system .blob {
      display: none; }
    .products-grid .quickviewpro-block.active .inner .product-system .system,
    .products-grid .quickviewpro-block:hover .inner .product-system .system {
      display: block; }

  /* AGE Smart Specifics */
  .popup-age-smart .inner,
  .item-age-smart.quickviewpro-block:hover .inner {
    border-color: #7f284f !important; }
  .popup-age-smart .quickviewpro-button,
  .item-age-smart.quickviewpro-block:hover .quickviewpro-button {
    background-position: 0px 0px; }
  .popup-age-smart .quickviewpro-button-close,
  .item-age-smart.quickviewpro-block:hover .quickviewpro-button-close {
    background-position: 0px -64px; }
  .popup-age-smart .quickviewpro-arrow,
  .item-age-smart.quickviewpro-block:hover .quickviewpro-arrow {
    background-position: 0px -96px !important; }

  .item-age-smart.quickviewpro-block.active .inner {
    border-color: #7f284f !important; }
  .item-age-smart.quickviewpro-block.active .quickviewpro-button {
    background-position: 0px -32px !important; }

  /* Ultracalming Specifics */
  .popup-ultracalming .inner,
  .item-ultracalming.quickviewpro-block:hover .inner {
    border-color: #9e91c6 !important; }
  .popup-ultracalming .quickviewpro-button,
  .item-ultracalming.quickviewpro-block:hover .quickviewpro-button {
    background-position: -32px 0px; }
  .popup-ultracalming .quickviewpro-button-close,
  .item-ultracalming.quickviewpro-block:hover .quickviewpro-button-close {
    background-position: -32px -64px; }
  .popup-ultracalming .quickviewpro-arrow,
  .item-ultracalming.quickviewpro-block:hover .quickviewpro-arrow {
    background-position: -32px -96px !important; }

  .item-ultracalming.quickviewpro-block.active .inner {
    border-color: #9e91c6 !important; }
  .item-ultracalming.quickviewpro-block.active .quickviewpro-button {
    background-position: -32px -32px !important; }

  /* Medibac Clearing Specifics */
  .popup-medibac-clearing .inner,
  .item-medibac-clearing.quickviewpro-block:hover .inner {
    border-color: #c1bf0a !important; }
  .popup-medibac-clearing .quickviewpro-button,
  .item-medibac-clearing.quickviewpro-block:hover .quickviewpro-button {
    background-position: -64px 0px; }
  .popup-medibac-clearing .quickviewpro-button-close,
  .item-medibac-clearing.quickviewpro-block:hover .quickviewpro-button-close {
    background-position: -64px -64px; }
  .popup-medibac-clearing .quickviewpro-arrow,
  .item-medibac-clearing.quickviewpro-block:hover .quickviewpro-arrow {
    background-position: -64px -96px !important; }

  .item-medibac-clearing.quickviewpro-block.active .inner {
    border-color: #c1bf0a !important; }
  .item-medibac-clearing.quickviewpro-block.active .quickviewpro-button {
    background-position: -64px -32px !important; }

  /* Chromawhite TRx Specifics */
  .popup-chromawhite-trx.popup .inner,
  .item-chromawhite-trx.quickviewpro-block:hover .inner {
    border-color: #73868b !important; }
  .popup-chromawhite-trx.popup .quickviewpro-button,
  .item-chromawhite-trx.quickviewpro-block:hover .quickviewpro-button {
    background-position: -96px 0px; }
  .popup-chromawhite-trx.popup .quickviewpro-button-close,
  .item-chromawhite-trx.quickviewpro-block:hover .quickviewpro-button-close {
    background-position: -96px -64px; }
  .popup-chromawhite-trx.popup .quickviewpro-arrow,
  .item-chromawhite-trx.quickviewpro-block:hover .quickviewpro-arrow {
    background-position: -96px -96px !important; }

  .item-chromawhite-trx.quickviewpro-block.active .inner {
    border-color: #73868b !important; }
  .item-chromawhite-trx.quickviewpro-block.active .quickviewpro-button {
    background-position: -96px -32px !important; }

  /* Chromawhite TRx Specifics <-- NOTE: this is a rebranding of ChromaWhite. Same colours, different range name */
  .popup-powerbright-trx.popup .inner,
  .item-powerbright-trx.quickviewpro-block:hover .inner {
    border-color: #5e99aa !important; }
  .popup-powerbright-trx.popup .quickviewpro-button,
  .item-powerbright-trx.quickviewpro-block:hover .quickviewpro-button {
    background-position: -96px 0px; }
  .popup-powerbright-trx.popup .quickviewpro-button-close,
  .item-powerbright-trx.quickviewpro-block:hover .quickviewpro-button-close {
    background-position: -96px -64px; }
  .popup-powerbright-trx.popup .quickviewpro-arrow,
  .item-powerbright-trx.quickviewpro-block:hover .quickviewpro-arrow {
    background-position: -96px -96px !important; }

  .item-powerbright-trx.quickviewpro-block.active .inner {
    border-color: #5e99aa !important; }
  .item-powerbright-trx.quickviewpro-block.active .quickviewpro-button {
    background-position: -96px -32px !important; }

  /* Skin Health Specifics */
  .popup-skin-health .inner,
  .item-skin-health.quickviewpro-block:hover .inner {
    border-color: #616a74 !important; }
  .popup-skin-health .quickviewpro-button,
  .item-skin-health.quickviewpro-block:hover .quickviewpro-button {
    background-position: -128px 0px; }
  .popup-skin-health .quickviewpro-button-close,
  .item-skin-health.quickviewpro-block:hover .quickviewpro-button-close {
    background-position: -128px -64px; }
  .popup-skin-health .quickviewpro-arrow,
  .item-skin-health.quickviewpro-block:hover .quickviewpro-arrow {
    background-position: -128px -96px !important; }

  .item-skin-health.quickviewpro-block.active .inner {
    border-color: #616a74 !important; }
  .item-skin-health.quickviewpro-block.active .quickviewpro-button {
    background-position: -128px -32px !important; }

  /* Sheer Tint / Cover Tint Specifics */
  .popup-sheer-tint--cover-tint .inner,
  .item-sheer-tint--cover-tint.quickviewpro-block:hover .inner {
    border-color: #965a7d !important; }
  .popup-sheer-tint--cover-tint .quickviewpro-button,
  .item-sheer-tint--cover-tint.quickviewpro-block:hover .quickviewpro-button {
    background-position: -160px 0px; }
  .popup-sheer-tint--cover-tint .quickviewpro-button-close,
  .item-sheer-tint--cover-tint.quickviewpro-block:hover .quickviewpro-button-close {
    background-position: -160px -64px; }
  .popup-sheer-tint--cover-tint .quickviewpro-arrow,
  .item-sheer-tint--cover-tint.quickviewpro-block:hover .quickviewpro-arrow {
    background-position: -160px -96px !important; }

  .item-sheer-tint--cover-tint.quickviewpro-block.active .inner {
    border-color: #965a7d !important; }
  .item-sheer-tint--cover-tint.quickviewpro-block.active .quickviewpro-button {
    background-position: -160px -32px !important; }

  /* Clear Start Specifics */
  .popup-clear-start .inner,
  .item-clear-start.quickviewpro-block:hover .inner {
    border-color: #0099b5 !important; }
  .popup-clear-start .quickviewpro-button,
  .item-clear-start.quickviewpro-block:hover .quickviewpro-button {
    background-position: -192px 0px; }
  .popup-clear-start .quickviewpro-button-close,
  .item-clear-start.quickviewpro-block:hover .quickviewpro-button-close {
    background-position: -192px -64px; }
  .popup-clear-start .quickviewpro-arrow,
  .item-clear-start.quickviewpro-block:hover .quickviewpro-arrow {
    background-position: -192px -96px !important; }

  .item-clear-start.quickviewpro-block.active .inner {
    border-color: #0099b5 !important; }
  .item-clear-start.quickviewpro-block.active .quickviewpro-button {
    background-position: -192px -32px !important; }

  /* Shave Specifics */
  .popup-shave .inner,
  .item-shave.quickviewpro-block:hover .inner {
    border-color: #a32638 !important; }
  .popup-shave .quickviewpro-button,
  .item-shave.quickviewpro-block:hover .quickviewpro-button {
    background-position: -224px 0px; }
  .popup-shave .quickviewpro-button-close,
  .item-shave.quickviewpro-block:hover .quickviewpro-button-close {
    background-position: -224px -64px; }
  .popup-shave .quickviewpro-arrow,
  .item-shave.quickviewpro-block:hover .quickviewpro-arrow {
    background-position: -224px -96px !important; }

  .item-shave.quickviewpro-block.active .inner {
    border-color: #a32638 !important; }
  .item-shave.quickviewpro-block.active .quickviewpro-button {
    background-position: -224px -32px !important; }

  /* Body Therapy Specifics */
  .popup-body-therapy .inner,
  .item-body-therapy.quickviewpro-block:hover .inner {
    border-color: #26547c !important; }
  .popup-body-therapy .quickviewpro-button,
  .item-body-therapy.quickviewpro-block:hover .quickviewpro-button {
    background-position: -256px 0px; }
  .popup-body-therapy .quickviewpro-button-close,
  .item-body-therapy.quickviewpro-block:hover .quickviewpro-button-close {
    background-position: -256px -64px; }
  .popup-body-therapy .quickviewpro-arrow,
  .item-body-therapy.quickviewpro-block:hover .quickviewpro-arrow {
    background-position: -256px -96px !important; }

  .item-body-therapy.quickviewpro-block.active .inner {
    border-color: #26547c !important; }
  .item-body-therapy.quickviewpro-block.active .quickviewpro-button {
    background-position: -256px -32px !important; }

  /* Daylight Defense Specifics */
  .popup-daylight-defense .inner,
  .item-daylight-defense.quickviewpro-block:hover .inner {
    border-color: #fca311 !important; }
  .popup-daylight-defense .quickviewpro-button,
  .item-daylight-defense.quickviewpro-block:hover .quickviewpro-button {
    background-position: -288px 0px; }
  .popup-daylight-defense .quickviewpro-button-close,
  .item-daylight-defense.quickviewpro-block:hover .quickviewpro-button-close {
    background-position: -288px -64px; }

  .item-daylight-defense.quickviewpro-block.active .inner {
    border-color: #fca311 !important; }
  .item-daylight-defense.quickviewpro-block.active .quickviewpro-button {
    background-position: -288px -32px !important; }
  .item-daylight-defense.quickviewpro-block.active .quickviewpro-arrow {
    background-position: -288px -96px !important; }

  /* Daylight Defense Specifics */
  .popup-eye-slices .inner,
  .item-eye-slices.quickviewpro-block:hover .inner {
    border-color: #859d74 !important; }
  .popup-eye-slices .quickviewpro-button,
  .item-eye-slices.quickviewpro-block:hover .quickviewpro-button {
    background-position: -320px 0px; }
  .popup-eye-slices .quickviewpro-button-close,
  .item-eye-slices.quickviewpro-block:hover .quickviewpro-button-close {
    background-position: -320px -64px; }

  .item-eye-slices.quickviewpro-block.active .inner {
    border-color: #859d74 !important; }
  .item-eye-slices.quickviewpro-block.active .quickviewpro-button {
    background-position: -320px -32px !important; }
  .item-eye-slices.quickviewpro-block.active .quickviewpro-arrow {
    background-position: -320px -96px !important; }

  /* Daylight Defense Specifics */
  .popup-nvey-eco .inner,
  .item-nvey-eco.quickviewpro-block:hover .inner {
    border-color: #8bc650 !important; }
  .popup-nvey-eco .quickviewpro-button,
  .item-nvey-eco.quickviewpro-block:hover .quickviewpro-button {
    background-position: -352px 0px; }
  .popup-nvey-eco .quickviewpro-button-close,
  .item-nvey-eco.quickviewpro-block:hover .quickviewpro-button-close {
    background-position: -352px -64px; }

  .item-nvey-eco.quickviewpro-block.active .inner {
    border-color: #8bc650 !important; }
  .item-nvey-eco.quickviewpro-block.active .quickviewpro-button {
    background-position: -352px -32px !important; }
  .item-nvey-eco.quickviewpro-block.active .quickviewpro-arrow {
    background-position: -352px -96px !important; } }
/* MEDIA QUERY: General resizing if screen is smaller than $max-width (1200px)
-------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  /* Default Grid */
  .grid {
    max-width: 1040px;
    width: 1040px; }

  .promos .promo {
    width: 245px; }

  .hero .panel .left {
    margin: 0 30px;
    width: 355px; }
  .hero .panel .right {
    margin: 0px 20px 0px 0px; }

  .product-view .product-collateral #productdetailtabs .left {
    width: 700px; }
  .product-view .block-related .products-grid .item .inner .product-image {
    height: 163px;
    width: 163px; }

  /* CMS Pages */
  .short, .tall {
    width: 510px; }

  #yourskin ul.tiles li.tile {
    width: 333px;
    height: 130px; }
    #yourskin ul.tiles li.tile > a {
      padding: 15px; }
      #yourskin ul.tiles li.tile > a .image {
        width: 110px;
        margin-right: 15px; }
      #yourskin ul.tiles li.tile > a .info h3 {
        font-size: 16px; }
      #yourskin ul.tiles li.tile > a .info p {
        font-size: 12px; }

  #article-products .try ul li .image {
    width: 84px; }

  /* 2 Column Left Layout */
  .col2-left-layout .col-main {
    width: 865px; }
  .col2-left-layout .col-left {
    width: 165px; }

  /* 2 Column Right Layout */
  .col2-right-layout .col-main {
    width: 755px; }

  /* 2 Column Left Layout */
  .col2-left-layout .tiles-2 .tile {
    width: 422px; }
  .col2-left-layout .tiles-4 .tile {
    width: 201px; }
  .col2-left-layout .tiles-6 .tile {
    width: 127px; }

  /* Slider */
  .awis-effect-simple-slider,
  .awis-effect-simple-slider .awis-r-default-item {
    width: 1040px !important;
    height: 429px !important; }

  /* Checkout */
  #aw-onestepcheckout-general-form .aw-onestepchekocut-column {
    width: 33.33% !important; }
  #aw-onestepcheckout-general-form .aw-onestepcheckout-cart-table td .product-details {
    width: 119px; }

  /* Quickview */
  .quickviewpro-popup {
    width: 863px; } }
/* Task #2482 [Derma] PopUp Subscribe*/
#popup-subscribe-wrapper {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999; }
  #popup-subscribe-wrapper #popup-subscribe {
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 600px;
    height: 400px;
    overflow: hidden; }
    #popup-subscribe-wrapper #popup-subscribe #popup-subscribe-content {
      min-height: 100px; }
      #popup-subscribe-wrapper #popup-subscribe #popup-subscribe-content p {
        text-align: right;
        padding: 5px;
        font-size: 12px;
        position: absolute;
        top: 2px;
        right: 2px; }
    #popup-subscribe-wrapper #popup-subscribe #popup-subscribe-form {
      bottom: 50px;
      height: 120px;
      position: absolute;
      right: 20px;
      width: 265px; }
      #popup-subscribe-wrapper #popup-subscribe #popup-subscribe-form #newsletter {
        width: 100%;
        border: 1px solid #3e454c;
        height: 35px;
        padding: 0 10px; }
      #popup-subscribe-wrapper #popup-subscribe #popup-subscribe-form button {
        margin-top: 20px; }
  #popup-subscribe-wrapper #popup-overlay {
    background: white;
    opacity: 0.8;
    filter: alpha(opacity=80) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
    -khtml-opacity: 0.8 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9; }

/* Task #2482 [Derma] PopUp Subscribe*/
/* MEDIA QUERY: iPad General
-------------------------------------------------------------- */
/* MEDIA QUERY: iPad PORTRAIT
-------------------------------------------------------------- */
.find-exp {
  padding-top: 3px;
  font-size: 10px; }

.find-exp p {
  margin: 0;
  padding: 0;
  color: #697179; }

.find-exp a {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important; }

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  margin-top: 40px;
  margin-bottom: 20px; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 9px;
  height: 9px;
  margin: 4px 5px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: black; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 40px;
  height: 72px;
  text-align: center;
  background-color: #fff;
  filter: Alpha(Opacity=75);
  /*IE7 fix*/
  opacity: 0.75;
  text-indent: -9999px; }

.owl-prev:hover, .owl-next:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

.owl-next {
  right: 20px;
  background: url("../images/large_right.png") no-repeat scroll right center transparent; }

.owl-prev {
  left: 20px;
  background: url("../images/large_left.png") no-repeat scroll left center transparent; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*# sourceMappingURL=styles-v018.css.map */
