/******************************************* 
                AUVELA
*******************************************/

/**************** WEBFONTS ****************/

/*** STANDARD FONTS ***/

/* Open Sans Regular */

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

/* Open Sans Italic */

@font-face {
    font-family: 'OpenSans';
    src: url("fonts/OpenSans-Italic-webfont.eot");
    src: url("fonts/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Italic-webfont.woff") format("woff"), url("fonts/OpenSans-Italic-webfont.ttf") format("truetype"), url("fonts/OpenSans-Italic-webfont.svg#open_sansitalic") format("svg");
    font-weight: normal;
    font-style: italic;
}

/* Open Sans Bold */

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

/* Open Sans Bold Italic */

@font-face {
    font-family: 'OpenSans';
    src: url("fonts/OpenSans-BoldItalic-webfont.eot");
    src: url("fonts/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-BoldItalic-webfont.woff") format("woff"), url("fonts/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("fonts/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic") format("svg");
    font-weight: bold;
    font-style: italic;
}

/*** SPECIAL FONTS ***/

/* Open Sans SemiBold */

@font-face {
    font-family: 'OpenSansSemi';
    src: url("fonts/OpenSans-Semibold-webfont.eot");
    src: url("fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Open Sans SemiBold Italic */

@font-face {
    font-family: 'OpenSansSemi';
    src: url("fonts/OpenSans-SemiboldItalic-webfont.eot");
    src: url("fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-SemiboldItalic-webfont.woff") format("woff"), url("fonts/OpenSans-SemiboldItalic-webfont.ttf") format("truetype"), url("fonts/OpenSans-SemiboldItalic-webfont.svg#open_sanssemibold_italic") format("svg");
    font-weight: normal;
    font-style: italic;
}

/* Open Sans Condensed Light */

@font-face {
    font-family: 'OpenSansConLt';
    src: url("fonts/OpenSans-CondLight-webfont.eot");
    src: url("fonts/OpenSans-CondLight-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-CondLight-webfont.woff") format("woff"), url("fonts/OpenSans-CondLight-webfont.ttf") format("truetype"), url("fonts/OpenSans-CondLight-webfont.svg#open_sanscondensed_light") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Open Sans Condensed Light Italic */

@font-face {
    font-family: 'OpenSansConLt';
    src: url("fonts/OpenSans-CondLightItalic-webfont.eot");
    src: url("fonts/OpenSans-CondLightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-CondLightItalic-webfont.woff") format("woff"), url("fonts/OpenSans-CondLightItalic-webfont.ttf") format("truetype"), url("fonts/OpenSans-CondLightItalic-webfont.svg#open_sansCnLtIt") format("svg");
    font-weight: normal;
    font-style: italic;
}

/* Open Sans Condensed Bold */

@font-face {
    font-family: 'OpenSansConBd';
    src: url("fonts/OpenSans-CondBold-webfont.eot");
    src: url("fonts/OpenSans-CondBold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-CondBold-webfont.woff") format("woff"), url("fonts/OpenSans-CondBold-webfont.ttf") format("truetype"), url("fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*********** GLOBAL ELEMENT CSS ***********/

body {
    /*font: 14px "OpenSansConLt", Arial, Helvetica, sans-serif;*/
    font: 14px Roboto, Arial, Helvetica, sans-serif;
    background-color: #000;
    /*padding-bottom: 50px;*/
}

body,
select,
input,
textarea {
    color: #333;
}

.qty input {
    background-color: #ebebeb;
    border: none;
}

ins {
    background-color: #f7941d;
    color: #333;
    text-decoration: none;
}

mark {
    background-color: #f7941d;
    color: #333;
    font-style: italic;
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'OpenSansConBd', Arial, Helvetica, sans-serif;
    color: #000;
    margin: 0px 0px 20px;
    font-weight: normal;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 18px;
}

h4,
h5,
h6 {
    font-size: 15px;
}

a,
a:visited {
    /*color: #f7941d;*/
    text-decoration: none;
}

a:hover,
a:active {
    /*color: #fba02c;*/
    text-decoration: underline;
}

/*  webkit-tap-highlight-color */

a:link {
    -webkit-tap-highlight-color: #f7941d;
}

p {
    margin: 0 0 20px 0;
}

img {
    border: 0;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}

del,
strike {
    color: inherit;
    text-decoration: line-through;
}

.semiBold {
    font-family: 'OpenSansSemi', Arial, sans-serif;
}

.nosho {
    display: none;
}

.clear {
    clear: both;
}

/*** Basic List Styling ***/

ul {
    margin: 0 0 20px 15px;
    list-style-type: disc;
}

ul li {
    margin-bottom: 10px;
}

ul li ul {
    margin: 0 0 20px 30px;
    list-style-type: circle;
}

ul li ul li {
    margin-top: 5px;
}

ol {
    margin: 0 0 20px 15px;
}

ol li {
    margin-bottom: 10px;
}

ol li ol {
    margin: 0 0 20px 30px;
}

ol li ol li {
    margin-top: 5px;
}

/************* FRONTEND LAYOUT ************/

#page {
    background: white url("../images/pagePremierBg.png") repeat-x top center;
    padding: 0px 0px 20px;
}

#wrapper {
    width: 940px;
    margin: 0px auto;
    display: block;
}

#content {
    margin: 0px auto;
    padding: 30px 0px;
    min-height: 300px;
    /*color: #fff;*/
}

/*** Header ***/


#navTop{
    margin: 1em 0;
    min-height: 20px;
}


#navBottom {
    margin: 1em 0 0 0;
}

div#navBottom ul li {
    border-right: #ffefef;
}


#logo {
    display: block;
    float: left;
    width: 292px;
    height: 75px;
    background: #a59d9a url("../images/logo.png") no-repeat 0px 0px;
    margin: 0 0 0 30px;
    padding: 0px;
    text-indent: -9999px;
}

#lang-dropdown {
    display: inline-block;
    font-family: 'OpenSansConLt', Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    /*left: 791px;*/
    left: 0;
    color: #fff;
    width: 105px;
    position: relative;
    outline:none;
    float: left;
    top: 0;
    margin-bottom: 20px;
    overflow: hidden;
    background: #a59d9a url("../images/selectLangArrow.png") no-repeat;
    background-position-x: 47px;
}

#lang-dropdown select {
    background: transparent;
    width: 150px;
    padding: 2px;
    font-size: 14px;
    line-height: 1.5;
    border: 0;
    color: #fff;
    border-radius: 0;
    height: 25px;
    -webkit-appearance: none;
    font-family: 'OpenSansConLt', Arial, sans-serif;
}

#lang-dropdown select option {
    font-family: 'OpenSansConLt', Arial, sans-serif;
    background: #a59d9a;
    text-transform: uppercase;
}

#lang-dropdown select option:hover {
    background: #B37B3B;
}

/*** Main Menu ***/

#mainmenu {
    background: #a59d9a;
    float: right;
    /*padding-right: 30px;*/
    min-height: 75px;
}

#mainmenu #navSelect {
    display: none;
}

#mainmenu ul {
    float: right;
    padding: 0px;
    margin: -.5em 0 0 0;
    list-style-type: none;
    /*font-family: 'OpenSansConLt', Arial, sans-serif;*/
}

#mainmenu ul li {
    margin: 0px;
    float: left;
    position: relative;
}

#mainmenu ul li a {
    display: block;
    color: #fff;
    background-color: #a59d9a;
    height: 19px;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    padding: 0px 15px;
}

#mainmenu ul li:hover > a,
#mainmenu ul li:active > a,
#mainmenu ul li.active a {
    color: #ffefef;
    /*font-weight: bold;*/
}

#mainmenu ul li.dd:hover > a,
#mainmenu ul li.dd:active > a {
    background: #a59d9a url("../images/ddArrow.png") no-repeat center 55px;
}

#mainmenu #navHome a {
    text-indent: -9999px;
    width: 60px;
    background: #a59d9a url('../images/navHome2.png') no-repeat 0px 0px;
}

#mainmenu #navLogin {
    padding-top: 3px;
}

#mainmenu #navLogin a,
#mainmenu #navAccount a,
#mainmenu #navCart a {
    font-size: 16px;
    /*font-family: 'OpenSansConLt', Arial, sans-serif;*/
    color: #fff;
    /*background-color: #272823;*/
}

/*#mainmenu #navHome a:hover,
#mainmenu #navHome a:active,*/
#mainmenu #navLogin a:hover,
#mainmenu #navLogin a:active,
#mainmenu #navAccount a:hover,
#mainmenu #navAccount a:active,
#mainmenu #navCart a:hover,
#mainmenu #navCart a:active {
    /*background-color: #272823;*/
    color: #ffefef;
}

#mainmenu #navCart a {
    position: relative;
    /*padding-right: 60px;*/
    /*background: #a59d9a url("../images/navCart.png") no-repeat top right;*/
}

#mainmenu #navCart a span {
    /*display: block;*/
    width: 25px;
    height: 20px;
    /*position: absolute;*/
    top: 0;
    right: 18px;
    color: #fff;
    /*font-size: 24px;*/
    font-weight: bold;
    text-align: center;
}

#mainmenu #navCart a span#cartItems{
    background-color: #5b9bda;
    padding: 5px 8px;
    margin-right: .3em;
    border-radius: 10px;
}

#mainmenu #navAccount {
    /*padding: 5px 0px 4px;
    height: 66px;
    background-color: #f7941d;*/
}

#mainmenu #navAccount a {
    font-size: 14px;
    height: 19px;
    line-height: 19px;
    padding: 7px 15px;
}

/*** Dropdown Menus ***/

#mainmenu ul li ul {
    display: none;
    list-style-type: none;
    background: none;
    position: absolute;
    padding: 8px 0 0 0;
    text-align: left;
    top: 26px;
    left: 0px;
    z-index: 9999;
}

#mainmenu ul li:hover ul,
#mainmenu ul li:active ul {
    display: block;
}

#mainmenu ul li ul li {
    width: auto;
    float: none;
    margin: 0px;
}

#mainmenu ul li ul li a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    width: 150px;
    padding: 18px;
}

#mainmenu ul li ul li a:hover,
#mainmenu ul li ul li a:active {
    background-color: #a59d9a;
}

/*** Nav Search ***/

#mainmenu #navSearch a {
    text-indent: -9999px;
    width: 14px;
    background: #a59d9a url("../images/navSearch.png") no-repeat 0px 0px;
}

#mainmenu #navSearch a:hover,
#mainmenu #navSearch a:active {
    background-color: #000;
}

#mainmenu #navSearch.open a {
    background: #a59d9a url("../images/navSearch.png") no-repeat 0px -75px;
}

#mainmenu #searchBox {
    /*display: none;*/
    width: 256px;
    /*height: 75px;*/
    /*position: absolute;*/
    top: 0px;
    right: 44px;
    background-color: #a59d9a;
    overflow: hidden;
}

#mainmenu #searchBox form {
    display: block;
    float: right;
    width: 230px;
    /*margin: 16px 0px 0px;*/
    height: 20px;
    /*padding: 8px 0px;*/
    border-bottom: 1px solid #fff;
}

#mainmenu #searchBox input {
    margin: 0px;
    padding: 0px 0px;
    border: 0px;
    height: 20px;
    background: none;
    font-family: 'OpenSansSemi', Arial, sans-serif;
    -webkit-appearance: none;
}


#mainmenu #searchBox input:focus {
    outline: none;
}

#mainmenu #searchBox input[type=text] {
    font-size: 11px;
    width: 170px;
    color: #fff;
}

#mainmenu #searchBox input[type=submit] {
    color: #fff;
    font-size: 14px;
}

/*** Footer ***/

#breadcrumbs {
    padding: 0px 45px;
    height: 50px;
    /*background-color: #272823;*/
    margin: 0;
    /*font-family: 'OpenSansConLt', Arial, sans-serif;*/
    font-size: 17px;
    line-height: 17px;
    /*color: #fff;*/
}

#breadcrumbs #bcInner {
    display: inline-block;
    padding: 15px 20px;
    height: 20px;
    /*background-color: #000;*/
}

#breadcrumbs a {
    /*color: #fff;*/
    text-decoration: underline;
}

#breadcrumbs a:hover,
#breadcrumbs a:active {
    color: #f7941d;
}



/* premier splash bar */

#premierSplashBar {
    width: 100%;
    height: 251px;
    overflow: hidden;
}


/* end premier splash bar */



/*** Footer ***/

#footer {
    width: 940px;
    /*min-height: 380px;*/
    margin: 0px auto;
    padding: 20px 0px;
    font-size: 11px;
    /*font-family: 'OpenSansSemi', Arial, sans-serif;*/
    color: #fff;
    position: relative;
}

#footer .footSection p {
    /*padding-left: 25px;*/
    clear: left;
}

#footer a {
    color: #fff;
}

#footer a:hover,
#footer a:active {
    color: #f7941d;
    text-decoration: none;
}

#footer .footSection {
    float: left;
    /*margin-left: 10px;*/
}

#footer .footSection h3 {
    /*font-family: 'OpenSansConLt', Arial, sans-serif;*/
    padding-bottom: 10px;
    margin: 0 10px 25px 0px;
    /*border-bottom: 3px solid #a59d9a;*/
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}


/* Instagram Widget */

#footer #footInstagram {
    width: 340px;
    height: 340px;
    margin-left: 0px;
}

#footer #footInstagram #instafeed {
    display: block;
    width: 340px;
    height: 340px;
    background: url("../images/instagramMore.png") no-repeat 227px 227px;
}

#footer #footInstagram #instafeed img {
    width: 111px;
    height: 111px;
    float: left;
    margin: 1px;
}

/* Twitter Widget */

#footer #footTwitter {
    width: 220px;
}

#footer #footTwitter #twitterFeed {
    display: block;
    padding: 20px 15px 50px;
    width: 190px;
    font-family: 'OpenSansConLt', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #ccbdb6;
    /*background: #c7a47b url("../images/twitterBg.png") no-repeat left bottom;*/
}

#footer #footTwitter #twitterFeed #tweetDate {
    color: #ccbdb6;
    margin: 0px;
    font-style: italic;
    font-weight: normal;
    font-family: 'OpenSansSemi', Arial, sans-serif;
}

#footer #footTwitter #twitterLink {
    display: block;
    padding: 10px 0px 10px 50px;
    height: 20px;
    color: #ccbdb6;
    font-size: 14px;
    font-family: 'OpenSansConBd', Arial, sans-serif;
    background: url("../images/twitterLink.png") no-repeat 0px 0px;
}

/* Footer Nav */

#footer #footCnt,
#footer #footNav,
#footer #footEtc,
#footer #footSoc {
    width: 33%;
    /*text-align: right;*/
    /*text-transform: uppercase;*/
}

#footer #footCnt ul,
#footer #footNav ul,
#footer #footEtc ul,
#footer #footSoc ul {
    list-style-type: none;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

#footer #footCnt ul li,
#footer #footNav ul li,
#footer #footEtc ul li,
#footer #footSoc ul li {
    margin: 0px 0px 2em;
}

#footer #footEtc #wsd {
    font-size: 9px;
    color: #C26700;
}

/* footer contact details */
.footerContactDetail {
    margin: 1em 0;
}

.footerContactDetail h4 {
    color: #fff;
    margin: .2em;
}

.footerContactDetail p {
    margin: .2em;
}

.contactTypeLogo {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 1em;
}


.contactTypeInfo {
    display: inline-block;
    vertical-align: top;
}

/* social icons bar */
#footerSocialIconsBar {
    padding: 0 0 1em 0;
}

#footerSocialIconsBar ul {
    list-style: none;
    margin: 1em 0;
}

#footerSocialIconsBar ul li {
    float: left;
    padding-right: 1.5em;
}

#footerSocialIconsBar ul:after {
    clear: both;
}

/*** Footer Search ***/

#footer #footSearch {
    width: 290px;
    height: 75px;
    position: absolute;
    bottom: 90px;
    right: 0px;
    /*border-left: 30px solid #272823;*/
    padding-right: 20px;
    /*background-color: #272823;*/
}

#footer #footSearch form {
    display: block;
    float: right;
    width: 280px;
    margin: 16px 0px 0px;
    height: 20px;
    padding: 8px 0px;
}

#footer #footSearch input {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    border: 0px;
    height: 20px;
    background: none;
    font-family: 'OpenSansSemi', Arial, sans-serif;
    -webkit-appearance: none;
}

#footer #footSearch input:focus {
    outline: none;
}

#footer #footSearch input[type=text] {
    color: #fff;
    font-size: 11px;
    width: 200px;
    border-bottom: 1px solid #f1e4d6;
}

#footer #footSearch input[type=submit] {
    color: #f7941d;
    font-size: 14px;
}



/* subfooter */
#subfooter{
    min-height: 20px;
    padding: 7px;
    margin: 5px;
}

#subfooterCartList {
    margin: 0 0 0 10px;
}

#subfooterCartList li {
    list-style-type: none;
    float: left;
    padding-right: 2em;
    font-size: 14px;
}


#subfooterLogoBar {
    background-color: #545454;
    min-height: 20px;
    padding: 7px;
    margin: 40px 5px 5px;
}

#subfooterLogoBar img {
    width:201px;
    height: 30px;
    display: block;
    margin: 0 auto;
}


/*** Buttons ***/

.btnMore {
    display: inline-block;
    width: 120px;
    height: 25px;
    /*font-family: 'OpenSansConLt', Arial, sans-serif;*/
    font-size: 25px;
    line-height: 25px;
    padding: 7px 40px 8px 0px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    color: #000;
    background: #e6e6e6 url("../images/btnMore.png") no-repeat 0px 0px;
}

.btnMoreLeft {
    background: #e6e6e6 url("../images/btnMoreLeft.png") no-repeat 0px 0px !important;
    padding: 7px 10px 8px 50px;
}

.floatRight{
    float: right;
}

.btnMore:hover,
.btnMore:active {
    text-decoration: none;
    color: #fff;
    background: #ccbdb6 url("../images/btnMore.png") no-repeat 0px -40px;
}

.btnMoreLeft:hover,
.btnMoreLeft:active {
    text-decoration: none;
    color: #fff;
    padding: 7px 10px 8px 50px;
    background: #000 url("../images/btnMoreLeft.png") no-repeat 0px -40px !important;
}

/********************** PAGE-SPECIFIC STYLES ***********************/

/***** HOMEPAGE *****/

#page.homepage {
    background: white url("../images/homeBg.png") repeat-x top center;
    position: relative;
}

#page.homepage #wrapper {
    /*padding-top: 30px;*/
    position: relative;
    z-index: 999;
}


#page.homepage #content {
    background: none;
    padding: 0px;
}

/*** Slideshow Banners ***/

#banners {
    position: absolute;
    width: 100%;
    margin: 0px auto;
    background-color: #A59D9A;
}

#banners .slide {
    display: none;
    width: 100%;
    min-width: 960px;
    height: 666px;
    margin: 0px auto;
}

#bannerArea {
    height: 542px;
    position: relative;
}

#bannerArea #bannerLinks {
    width: 160px;
    height: 40px;
    position: absolute;
    bottom: 40px;
    right: 100px;
}

#bannerArea #bannerLinks .hide {
    display: none;
}

#bannerArea #bannerPager {
    position: absolute;
    bottom: 0px;
    right: 15px;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 36px;
}

#bannerArea #bannerPager span {
    cursor: pointer;
}

#bannerArea #bannerPager span.cycle-pager-active {
    color: #f7941d;
}

/*** Home Links ***/

#homeLinks {
    height: 250px;
    margin: 49px 0px 10px;
    padding-bottom: 0px;
}

#homeLinks #homeOfferings,
#homeLinks .homeLink {
    background: url(../images/homeLink-womens.jpg) center center #a59d9a no-repeat;
    float: left;
    width: 313px;
    height: 250px;
}

#homeLinks .homeLink {
    text-align: center;
    font-size: 18px;
    font-family: 'OpenSansConLt', Arial, sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 1em;
}

#homeLinks .homeLink h1, #homeLinks .homeLink h2 {
    font-size: 30px;
    /*font-family: 'OpenSansConLt', Arial, sans-serif;*/
    font-weight: 100;
    line-height: 1em;
    color: #fff;
    margin: 200px 0px 30px;
    text-align: center;
}

#homeLinks #homeOfferings {
    position: relative;
}

/*#homeLinks #homeOfferings h1 {
    font-size: 36px;
    font-family: 'OpenSansConLt', Arial, sans-serif;
    font-weight: normal;
    line-height: 1em;
    color: #fff;
    padding: 20px;
}*/

#homeLinks #homeOfferings .btnMore {
    position: absolute;
    font-size: 21px;
    bottom: 0px;
    right: 0px;
}

#homeLinks #homePR {
    /*background: #bee1e4 url("../images/homeLinks-homePR.png") 50% 100px no-repeat;*/
    background: url("../images/homeLink-mens.jpg") center center no-repeat;
}


#homeLinks #homeOfferings:hover,
#homeLinks #homeOfferings:active {
    background-color: #bdb4b1;
}



#homeLinks #homePR:hover,
#homeLinks #homePR:active {
    background-color: #bdb4b1;
}

#homeLinks #homeHV {
    /*background: #c7a47b url("../images/homeLinks-homeHV.png") bottom right no-repeat;*/
    background: url("../images/homeLink-why.jpg") center center no-repeat;
}

#homeLinks #homeHV:hover,
#homeLinks #homeHV:active {
    background-color: #bdb4b1;
}

#homeLinks #homeBP {
    /*background: #73b3c9 url("../images/homeLinks-homeBP.png") center center no-repeat;*/
    background: url("../images/homeLinks-homeBP.png") center center no-repeat;
}

#homeLinks #homeBP:hover,
#homeLinks #homeBP:active {
    background-color: #bdb4b1;
}

#homeLinks #homeBP:hover span,
#homeLinks #homeBP:active span {
    color: #f7941d;
}

#homeLinks #homeBP h3 {
    margin: 110px 0 10px 0;
}

#homeLinks #homeBP a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'OpenSansConLt', Arial, sans-serif;
}

#homeLinks #homeBP a:hover {
    color: yellow;
}

#homeLinks #homeBP p span a {
    color: #fff !important;
    text-transform: none;
}

/* ever
#homeLinks #homeBP a {
  color: #f7941d;
}

#homeLinks #homeBP a:hover {
  color: yellow;
}

#homeLinks #homeBP a span a {
  color: white;
  text-decoration: none;
}

#homeLinks #homeBP a span a {
  color: white;
  text-decoration: underline;
}
*/
/*** Product Showcase ***/

h2#topProducts {
    color: #000;
    /*font-family: 'OpenSansConLt', Arial, sans-serif;*/
    font-weight: 100;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0px 0px 10px;
    margin: 0px;
}

h2#topProducts span {
    text-transform: none;
    color: #B37B3B;
}


#showcase {
    margin: 0px 0px 5px;
}

#showcase #topImages {
    width: 940px;
    height: 275px;
    float: left;
    margin: 0px 10px 10px 0px;
}

#showcase #topImages .topImg {
    width: 23%;
    height: 300px;
    float: left;
    /*margin: 0px 1px 1px 0px;*/
    position: relative;
    overflow: hidden;
    margin: -10px 9px 15px;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);;
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);r;
}

#showcase #topImages .topImg div {
    display: none;
    width: 195px;
    height: 100px;
    padding: 45px 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    color: #000;
    /*background-color: #ccbdb6;*/
    /* for IE8 */
    background-color: rgba(204, 189, 182, 1.0);
}

#showcase #topImages .topImg:hover div,
#showcase #topImages .topImg:active div {
    /*display: block;*/
}

#showcase #topImages .topImg div h3 {
    font-family: 'OpenSans', Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    color: #272823;
    margin: 0px 0px 10px;
}

#showcase #topLinks {
    width: 940px;
    /*height: 150px;*/
    float: left;
}

#showcase #topLinks .topLink {
    display: block;
    width: 180px;
    height: 14px;
    font-family: 'OpenSans', Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    padding: 13px 40px 13px 0px;
    margin: 0px 0px 2px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    color: #f7941d;
    background: #e0e0e0 url("../images/btnProduct.png") no-repeat 0px 0px;
}

#showcase #topLinks .topLink:hover,
#showcase #topLinks .topLink:active {
    text-decoration: none;
    color: #fff;
    background: #ccbdb6 url("../images/btnProduct.png") no-repeat 0px -40px;
}

#showcase #topLinks .btnMore, #showcase #topLinks .btnMoreRight {
    margin: 1.25em 0px 0px;
    font-size: 16px;
}

/***** PREMIER PAGE *****/

#page.premier {
    /*background: #000;*/
    background: white url("../images/pagePremierBg.png") repeat-x top center;
}

#page.premier #content {
    margin: 0px -30px;
    width: 1000px;
    background: none;
    padding: 0px 0px 20px;
}

#page.premier #content h1 {
    height: 1px;
    overflow: hidden;
    margin: 0px;
}

#page.premier #content img.premierFull {
    display: block;
}

#page.premier #content img.premierMobile {
    display: none;
}

/***** CONTACT / FAQ *****/

#page.contact #main {
    float: left;
    width: 660px;
    margin: 0px 20px;
}

#page.contact #main p {
    color: #000;
}

#page.contact #main h1 {
    color: #000;
}

#page.contact #sidebar {
    float: right;
    width: 240px;
    margin: 0px 0px 20px 0;
    font-size: 12px;
}

#page.contact #sidebar p {
    /*color: #fff;*/
}

#page.contact #sidebar h2 {
    font-family: 'OpenSansConLt', Arial, sans-serif;
    font-size: 21px;
}

#page.contact #faq {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#page.contact #faq li {
    margin: 0px 0px 20px;
}

#page.contact #faq li .question {
    min-height: 20px;
    margin: 0px;
    padding: 10px 10px 10px 50px;
    color: #fff;
    font-family: 'OpenSans', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    background: #a59d9a url("../images/faq.png") no-repeat 0px 0px;
}

#page.contact #faq li .answer {
    min-height: 20px;
    padding: 10px 20px 10px 50px;
    font-size: 18px;
    background: #272823 url("../images/faq.png") no-repeat 0px -80px;
    color: #fff;
}

#page.contact #faq li .answer p {
    color: #fff;
}

#page.contact #faq li .answer a {
    color: #fff;
}

#page.contact .contactEmail {
    display: block;
    height: 20px;
    padding: 15px 0px 15px 65px;
    color: #f7941d;
    font-size: 14px;
    margin: 0px 0px 20px;
    background: url("../images/contact.png") no-repeat 0px 0px;
}

#page.contact p.semiBold {
    margin: 0px 0px 5px;
}

#page.contact #regionSelect {
    width: 219px;
    margin: 0px 0px 0px;
    cursor: pointer;
}

#page.contact #emailSelect {
    width: 219px;
    margin: 0px 0px 0px;
    cursor: pointer;
}

#page.contact #regionInfo {
    list-style-type: none;
    margin: 20px 0px 0px;
    padding: 0px;
}

#page.contact #regionInfo li {
    display: none;
    padding: 0px 0px 0px 65px;
    margin: 0px 0px 20px;
    font-size: 14px;
    background: url("../images/contact.png") no-repeat 0px -50px;
}


#page.contact #regionInfo li span {
    color: #000;
}

#page.contact #regionInfo li.shown {
    display: block;
}

#page.contact #regionInfo li span {
    font-family: 'OpenSansSemi', Arial, sans-serif;
}

#page.contact #emailSelect {
    width: 219px;
    margin: 0px 0px 0px;
    cursor: pointer;
}

#page.contact #emailInfo {
    list-style-type: none;
    margin: 20px 0px 0px;
    padding: 0px;
}

#page.contact #emailInfo li {
    display: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px;
}

#page.contact #emailInfo li.shown {
    display: block;
}

#page.contact #emailInfo li span {
    font-family: 'OpenSansSemi', Arial, sans-serif;
}

/***** FORMS *****/

div.form p {
    font-size: 12px;
    margin: 0px 0px 10px;
}

div.form label {
    display: none;
    font-weight: normal;
    font-size: 12px;
}

.address-form div label, #credit_card_form_container div label {
    font-size: 14px;
    font-family: 'OpenSansSemi', Arial, sans-serif;
    padding: 10px;
    display: inline;
    float: left;
    color: #000;
}

.address-form div label span, #credit_card_form_container div label span {
    display: none;
}

div.form label.show {
    display: inline;
}

div.form input[type=text],
div.form input[type=password] {
    margin: 0px;
    padding: 10px;
    height: 20px;
    font-size: 14px;
    font-family: 'OpenSansSemi', Arial, sans-serif;
    border: none;
    background: #ebebeb;
    border-radius: 0px;
    -webkit-appearance: none;
}

.address-form div input[type=text], .address-form div input[type=password], #credit_card_form_container div input[type=text], #credit_card_form_container div input[type=password] {
    float: right;
}

div.form textarea {
    border: 1px solid #999;
    border-radius: 0px;
}

div.form .row {
    margin: 0px 0px 10px;
}

.address-form .row, #credit_card_form_container .row {
    margin: 0px 0px 10px;
    height: 50px;
}

div.form .row.captcha {
}

div.form .row.captcha a {
    font-size: 12px;
}

div.form .row.buttons {
}

div.form .chbx label, div.form .chbx label a {
    display: inline;
    color: #000;
    font-size: 14px;
}

div.form input[type=checkbox] {
    margin: 0px 2px 0px 0px;
}

div.form input[type=submit],
div.form input[type=button] {
    padding: 7px 0;
    border: none;
    color: #fff;
    font-family: 'OpenSans', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-appearance: none;
    background-color: #a59d9a;
    border-radius: 0px;
    margin-right: auto;
    width: 35%;
    margin-left: auto;
    display: block;
}

div.form input[type=submit]:hover,
div.form input[type=submit]:active,
div.form input[type=button]:hover,
div.form input[type=button]:active {
    background-color: #f7941d;
}

/*** Custom Select Box ***/

.customSelect {
    height: 40px;
    padding: 0px 40px 0px 0px;
    background: #272823 url("../images/selectArrow.png") no-repeat right top;
    cursor: pointer;
}

.address-form .customSelect, #credit_card_form_container .customSelect {
    float: right;
    margin-top: -50px;
}

.customSelect.customSelectHover {
    background-color: #000;
}

.customSelect.customSelectOpen {
    background-color: #f7941d;
}

.customSelect.customSelectFocus {
    /* Styles for when the select box is in focus */
}

.customSelect.customSelectDisabledOption {
    /* Styles for when the selected item is a disabled one */
}

.customSelect.customSelectDisabled {
    /* Styles for when the select box itself is disabled */
}

.customSelectInner {
    height: 18px;
    padding: 11px;
    font-size: 16px;
    font-family: 'OpenSansSemi', Arial, sans-serif;
    border-right: none;
    background: #ebebeb;
}

/* .customSelectInner {
    height: 18px;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-right: none;
    background: #fff;
} */


#payment_select_continue, #payment_submit {
    background-color: #7ff5a3;
}

#payment_select_back, #payment_back {
    background-color: #d7d7d7;
}

/****** PAGER / PAGINATION ******/

.pager {
    font-family: 'OpenSansConLt', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 40px;
    text-align: right;
    margin-top: 25px;
}

.pager ul.yiiPager {
    margin: 0px;
    padding: 0px;
}

.pager ul.yiiPager li {
    font-weight: normal;
    font-size: 25px;
    line-height: 40px;
}

.pager ul.yiiPager li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0px;
    text-align: center;
    border: none;
    color: #333;
    background-color: #ebebeb;
}

.pager ul.yiiPager li a:hover,
.pager ul.yiiPager li a:active {
    color: #fff;
    background-color: #f7941d;
}

.pager ul.yiiPager li.selected a,
.pager ul.yiiPager li.selected a:hover,
.pager ul.yiiPager li.selected a:active {
    font-weight: normal;
    color: #fff;
    background-color: #f7941d;
    cursor: default;
}

.pager ul.yiiPager li.previous a {
    background: #ebebeb url("../images/arrowSprite.png") no-repeat 0px 0px;
}

.pager ul.yiiPager li.previous a:hover,
.pager ul.yiiPager li.previous a:active {
    background: #f7941d url("../images/arrowSprite.png") no-repeat 0px -40px;
}

.pager ul.yiiPager li.next a {
    background: #ebebeb url("../images/arrowSprite.png") no-repeat -40px 0px;
}

.pager ul.yiiPager li.next a:hover,
.pager ul.yiiPager li.next a:active {
    background: #f7941d url("../images/arrowSprite.png") no-repeat -40px -40px;
}

/****** MODAL LAYOUT PAGES ******/

.modal {
    background: #ebebeb;
    margin: 0px;
    padding: 0px;
}

.modal #page {
    background: none;
    width: 1000px;
    margin: 0px;
    padding: 0px;
}

.modal #page #modalTitle {
    /*background: #a59d9a url("../images/modalHeader.png") no-repeat 20px 0px;*/
    /*margin: 20px 0px;*/
    margin: 0px;
    padding: 25px 50px 25px 20px;
    color: #fff;
    font-family: 'OpenSansConBd', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    height: 25px;
    background-color: #a59d9a;
}

.modal #page #content {
    background: #fff;
    margin: 0px;
    padding: 20px 40px 20px 20px;
}

.fancybox-wrap h2, .fancybox-wrap h3{
    color: #5b9bda !important;
}

/****** ADVERTISEMENTS ******/

.adBanner {
    width: 540px;
    height: 100px;
}

.adLarge {
    width: 330px;
    display: block;
    /*margin: 2em auto 4.5em auto;*/
}

.adSmall {
    width: 330px;
}

/***** SEACH RESULTS PAGE *****/

.searchResultsHeader .form input {
    float: left;
}

.searchResultsHeader .form input[type=text] {
    width: 280px;
}

.searchResultsHeader .form input[type=submit] {
    margin: 0px;
    padding: 0px 20px;
    height: 40px;
}

.resultSet {
    margin: 30px 0px 0px;
    padding: 30px 0px 0px;
    border-top: 1px solid #ebebeb;
}

.resultSet ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.resultSet ul li {
    margin: 0px 0px 20px;
}

.resultSet ul li h3 {
    margin: 0px 0px 10px;
}

.resultSet ul li img {
    float: left;
    margin: 0px 20px 0px 0px;
}

.resultSet ul li.searchProduct img {
    width: 50px;
}

.resultSet ul li.searchPost img {
    width: 100px;
}

/****** HEALTH VAULT (NEWS MODULE) ******/

/*** Health Vault Header Link ***/

#page.newsModule {
    background: white url("../images/pagePremierBg.png") repeat-x top center;
}

#hvHeader {
    margin: 0px;
    padding: 5px;
    height: 36px;
    font-family: 'OpenSansSemi', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #a59d9a;
}

#hvHeader a {
    display: block;
    float: right;
    width: 120px;
    height: 24px;
    font-family: 'OpenSans', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 30px 6px 0px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    color: #333;
    background: white url("../images/shopNow.png") no-repeat 0px 0px;
}

#hvHeader a:hover,
#hvHeader a:active {
    text-decoration: none;
    background: #ebebeb url("../images/shopNow.png") no-repeat 0px -36px;
}

/*** Main/Index Page ***/

/* Featured Articles */

#featuredArticles {
    width: auto;
    height: 844px;
    position: relative;
}

#featuredArticles .featuredArticle {
    position: absolute;
    background-color: #ebebeb;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#featuredArticles .featuredArticle a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background-color: none;
    position: relative;
}

#featuredArticles .featuredArticle a:hover,
#featuredArticles .featuredArticle a:active {
    background-color: #ccbdb6;
    /* for IE8 */
    background-color: rgba(204, 189, 182, 0.7);
}

#featuredArticles .featuredArticle .featuredText {
    position: absolute;
    padding: 20px;
    text-shadow: 1px 1px 1px #333;
    top: 40%;
    width: 70%;
}

#featuredArticles .featuredArticle h2 {
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
    margin: 0px;
}

#featuredArticles .featuredArticle p {
    font-family: 'OpenSansSemi', Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    margin: 0px;
}

#featuredArticles #featured1 {
    top: 0px;
    left: 0px;
    width: 623px;
    height: 422px;
}

#featuredArticles #featured2 {
    top: 0px;
    left: 623px;
    width: 317px;
    height: 422px;
}

#featuredArticles #featured3 {
    top: 422px;
    left: 0px;
    width: 317px;
    height: 211px;
}

#featuredArticles #featured4 {
    top: 633px;
    left: 0px;
    width: 317px;
    height: 211px;
}

#featuredArticles #featured5 {
    top: 422px;
    left: 317px;
    width: 306px;
    height: 422px;
}

#featuredArticles #featured6 {
    top: 422px;
    left: 623px;
    width: 317px;
    height: 211px;
}

#featuredArticles #featured7 {
    top: 633px;
    left: 623px;
    width: 317px;
    height: 211px;
}

/* Staff Picks Slider */

#staffPicks {
    margin: 10px 0px 20px;
}

#staffPicks h2 {
    float: left;
    width: 120px;
    height: 81px;
    padding: 20px 10px 20px 0px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

#staffPicks h2 hr {
    margin: 5px 0px;
    height: 1px;
    border-top: 1px solid #c2c2c2;
}

.picksPrev,
.picksNext {
    float: left;
    width: 30px;
    height: 121px;
    font-size: 36px;
    line-height: 111px;
    text-align: center;
    color: #333;
    background-color: #ebebeb;
}

.picksPrev:hover,
.picksPrev:active,
.picksNext:hover,
.picksNext:active {
    color: #fff;
    background-color: #ccbdb6;
    text-decoration: none;
}

.picksCarousel {
    float: left;
    width: 730px;
    margin: 0px 10px;
    position: relative;
    overflow: hidden;
}

.picksCarousel ul {
    width: 20000em;
    position: relative;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.picksCarousel ul li {
    float: left;
    margin: 0px 10px 0px 0px;
}

.picksCarousel ul li a {
    display: block;
    width: 175px;
    height: 145px;
    font-family: 'OpenSansSemi', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    background-color: #ebebeb;
    overflow: hidden;
}

.picksCarousel ul li a:hover,
#staffPicks li a:active {
    color: #fff;
    background-color: #ccbdb6;
}

.picksCarousel ul li img {
    display: block;
    width: 175px;
    height: 121px;
    border-bottom: 2px solid #fff;
}

.picksCarousel ul li span {
    display: inline-block;
    padding: 2px 5px;
}

/* Newsletter Signup */

#nlSignup {
    height: 94px;
    /*border: 1px solid #c2c2c2;*/
}

#nlSignup .nlBorder {
    width: 100%;
    height: 8px;
    margin: 0px;
    padding: 0px;
    clear: both;
    /*background: url("../images/nlBorder.png") no-repeat top center;*/
}

#nlSignup img {
    float: left;
    width: 140px;
    height: 78px;
    margin: 0px 10px;
}

#nlSignup h2 {
    float: left;
    color: #000;
    width: 300px;
    height: 58px;
    margin: 0px;
    padding: 10px;
    text-align: center;
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 28px;
}

#nlSignup form {
    display: block;
    float: right;
    width: 440px;
    margin: 16px 10px 0px 0px;
    height: 20px;
    padding: 8px 0px;
    border-bottom: 1px solid #959595;
}

#nlSignup form input {
    margin: 0px;
    padding: 0px 0px;
    border: 0px;
    height: 20px;
    background: none;
    font-family: 'OpenSansSemi', Arial, sans-serif;
    -webkit-appearance: none;
}

#nlSignup form input:focus {
    outline: none;
}

#nlSignup form input[type=text] {
    color: #333;
    font-size: 11px;
    width: 360px;
}

#nlSignup form input[type=submit] {
    color: #f7941d;
    font-size: 14px;
    text-transform: uppercase;
}

#nlSignup form input[type=text]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #959595;
}

#nlSignup form input[type=text]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #959595;
}

#nlSignup form input[type=text]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #959595;
}

#nlSignup form input[type=text]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #959595;
}

/*** Health Vault Main Section ***/

#hvMain {
    float: left;
    width: 578px;
    margin: 0px 10px 0px 0px;
    /*border: 1px solid #ebebeb;*/
}

/*** Health Vault Sidebar ***/

#hvSidebar {
    float: left;
    width: 330px;
    margin: 0px;
    padding: 9px;
    /*border: 1px solid #ebebeb;*/
}

#hvSidebar h2 {
    margin: 10px 0px 0px;
    padding: 7px 10px;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 21px;
    color: #fff;
    background: #a59d9a;
}

#hvSidebar .popArticles {
    margin: 0px 0px 10px;
    padding: 0px;
    list-style-type: none;
    font-family: 'OpenSansSemi', Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background: #a59d9a;
}

#hvSidebar .popArticles li {
    display: block;
    margin: 0px;
    padding: 10px 15px;
    border-top: 1px solid #fff;
}

#hvSidebar .popArticles img {
    float: left;
    width: 80px;
    margin: 0px 15px 0px 0px;
}

#hvSidebar .popArticles a,
#hvSidebar .popArticles a:hover,
#hvSidebar .popArticles a:active {
    width: 205px;
    float: left;
    color: #fff;
    text-decoration: none;
}

#hvSidebar .popArticles span {
    font-size: 12px;
}

#hvSidebar .fb-like-box {
    width: 330px;
    height: 300px;
    margin: 0px 0px 10px;
}

/*** Health Vault Detail Page ***/

.postHeader {
    padding: 19px;
    /*border-bottom: 1px solid #ebebeb;*/
    position: relative;
}

.postHeader h1 {
    margin: 0px 0px 5px;
    font-family: 'OpenSans', Arial, sans-serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
}

.postHeader .postAuthor,
.listingBody .articleAuthor {
    margin: 0px 0px 5px;
    font-family: 'OpenSansSemi', Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

.postHeader .postMeta,
.listingBody .articleMeta {
    margin: 0px;
    font-family: 'OpenSansSemi', Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #959595;
}

.postHeader .postLinks {
    display: none;
    /*position: absolute;
    bottom: 0px;
    right: 0px;*/
}

.postHeader .postLinks .shareIt,
.postHeader .postLinks .saveIt {
    display: block;
    float: right;
    margin: 0px 0px 0px 1px;
    width: 110px;
    height: 40px;
    cursor: pointer;
    text-indent: -9999px;
}

.postHeader .postLinks .shareIt {
    background: url("../images/shareSprite.png") no-repeat 0px 0px;
}

.postHeader .postLinks .shareIt:hover,
.postHeader .postLinks .shareIt:active {
    background: url("../images/shareSprite.png") no-repeat 0px -40px;
}

.postHeader .postLinks .saveIt {
    background: url("../images/shareSprite.png") no-repeat -110px 0px;
}

.postHeader .postLinks .saveIt:hover,
.postHeader .postLinks .saveIt:active {
    background: url("../images/shareSprite.png") no-repeat -110px -40px;
}

.postBody {
    padding: 19px;
}

.postBody .postImg {
    width: 540px;
    margin: 0px 0px 19px;
}

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

.postBody .adBanner {
    margin: 30px 0px;
}

.postBody .fb-comments {
    margin: 0px;
}

/*** Health Vault Cat/Tag Listing Pages ***/

.listingHeader {
    padding: 19px;
    border-bottom: 1px solid #ebebeb;
}

.listingHeader h1 {
    margin: 10px 0px;
    font-family: 'OpenSans', Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
    line-height: 24px;
}

.listingHeader h1 span {
    color: #f7941d;
}

.listingBody {
    padding: 19px;
}

.listingBody .listingArticle {
    display: block;
    padding: 20px 15px 30px;
    background-color: #f1f1f1;
    margin: 0px 0px 19px;
    position: relative;
}

.listingBody .listingArticle .articleImg {
    float: left;
    width: 212px;
    margin: -20px 15px 15px -15px;
}

.listingBody .listingArticle h2 {
    margin: 0px 0px 5px;
    font-family: 'OpenSans', Arial, sans-serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    color: #000;
}

.listingBody .listingArticle .btnMore {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #fff;
    font-size: 1em;
    background: #ccbdb6 url("../images/btnMore.png") no-repeat 0px -40px;
}

.listingBody .listingArticle .btnMore:hover,
.listingBody .listingArticle .btnMore:active {
    color: #ccbdb6;
    background: #e0e0e0 url("../images/btnMore.png") no-repeat 0px 0px;
}

.listingBody .listingArticle h2 a {
    color: #000;
}

.listingBody .listingArticle h2 a:hover,
.listingBody .listingArticle h2 a:active {
    color: #f7941d;
    text-decoration: none;
}

.listingBody .listingArticle .articleMeta {
    margin: 0px 0px 20px;
}

/****** STORE MODULE ******/

.productPrice{
    font-size: 2.4em;
    color: #5b9bda;
}

#page.storeModule.productList,
#page.storeModule.productDetail,
#page.storeModule.category {
    /*background: #000;*/
}

.storeModule.productList #content,
.storeModule.category #content {
    background: none;
    padding: 0px;
}

.storeModule .pager {
    padding: 30px 10px 0;
    /*background: #ebebeb;*/
}

.storeModule .pager ul.yiiPager li {
    margin: 0px 0px 0px 10px;
}

.storeModule .pager ul.yiiPager li a {
    background-color: #fff;
}

.storeModule .pager ul.yiiPager li a:hover {
    background-color: #272823;
}

.storeModule .pager ul.yiiPager li a:active {
    background-color: #f7941d;
}

.storeModule .pager ul.yiiPager li.selected a,
.storeModule .pager ul.yiiPager li.selected a:hover,
.storeModule .pager ul.yiiPager li.selected a:active {
    background-color: #272823;
}

.storeModule .pager ul.yiiPager li.previous a {
    background-color: #fff;
}

.storeModule .pager ul.yiiPager li.next a:hover,
.storeModule .pager ul.yiiPager li.previous a:hover {
    background-color: #272823;
}

.storeModule .pager ul.yiiPager li.previous a:active {
    background-color: #f7941d;
}

.storeModule .pager ul.yiiPager li.next a {
    background-color: white;
}

.storeModule .pager ul.yiiPager li.next a:active {
    background-color: #f7941d;
}

/*** Change Currency Selection ***/

#currency {
    float: right;
    padding: 12px 20px;
    min-width: 130px;
    height: 26px;
    line-height: 26px;
    /*background-color: #000;*/
}

#currency #currencyChange,
#currency #currencySelect .close {
    display: block;
    float: right;
    margin: 0px 0px 0px 5px;
    padding: 2px 4px;
    background: #a59d9a;
    font-family: 'OpenSansConBd', Arial, sans-serif;
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}

#currency #currencySelect {
    visibility: hidden;
}

#currency #currencySelect .customSelect {
    height: 24px;
    padding: 0px 24px 0px 0px;
    background: #4a4d44 url("../images/selectArrowSm.png") no-repeat right top;
    cursor: pointer;
}

#currency #currencySelect .customSelect.customSelectHover {
    background-color: #000;
}

#currency #currencySelect .customSelect.customSelectOpen {
    background-color: #ccbdb6;
}

#currency #currencySelect .customSelectInner {
    height: 20px;
    padding: 1px 2px;
    font-family: 'OpenSansSemi', Arial, sans-serif;
    font-size: 12px;
    color: #333;
    border: 1px solid #ccc;
    border-right: none;
    background: #fff;
}

/*** Add to Cart Buttons ***/

.btnCart,
.btnCart:visited {
    display: block;
    width: 120px;
    height: 25px;
    font-family: 'OpenSansConLt', Arial, sans-serif;
    font-size: 25px;
    line-height: 25px;
    padding: 7px 40px 8px 0px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    background: #ccbdb6 url("../images/btnCart.png") no-repeat 0px 0px;
}

.btnCart:hover,
.btnCart:active {
    text-decoration: none;
    color: #fff;
    background: #ebebeb url("../images/btnCart.png") no-repeat 0px -40px;
}

/*** Products Listing & Categories Pages ***/

.product {
    margin: 0px;
    float: left;
    width: 50%;
    height: 230px;
    padding: 2em 0 3em 0;
    position: relative;
    /*border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;*/
    background: #fff;
}

.product img {
    float: left;
    margin: 0px 13px 0px 0px;
    width: 112px;
    height: 230px;
}

.product h3 {
    font-family: 'OpenSansConBd', Arial, sans-serif;
    font-size: 18px;
    margin: 20px 0px 10px;
}

.product h3 a {
    /*.product h3 a:visited { */
    color: #333;
}

.product h3 a:hover {
    /*.product h3 a:active {*/
    color: #f7941d;
    text-decoration: none;
}

.product p {
    margin: 0px 0px 10px;
}

.product .price {
    padding-top: 20px;
    font-family: 'OpenSansConBd', Arial, sans-serif;
    font-size: 18px;
}

.product .btnCart {
    /*position: absolute;*/
    font-size: 21px;
    bottom: 0px;
    left: 20px;
}

/*** Product Detail Pages ***/

.productDetail #content {
    padding: 20px;
    /*color: #fff;*/
}

.productDetail #content p a {
    color: #000;
    font-weight: bold;
    font-family: 'OpenSans', Arial, sans-serif;
    text-decoration: underline;
}

.productDetail #productLeft {
    float: left;
    width: 210px;
    text-align: center;
    margin: 20px 20px 0px 0px;
    font-size: 12px;
}

.productDetail #productLeft h4 {
    margin: 0px 0px 5px;
    font-family: 'OpenSans', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.productDetail #productLeft #productDiscount {
    width: 70%;
    margin: 15px auto 0px auto;
    padding: 10px;
    background-color: #ccbdb6;
}

.productDetail #productLeft h5 {
    margin: 0px 0px 10px;
    font-family: 'OpenSans', Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.productDetail #productLeft h5 span {
    color: #fff;
}

.productDetail #productLeft p {
    margin: 0px;
}

.productDetail #productDetails {
    float: left;
    width: 650px;
    margin: 20px 20px 0px 0px;
    font-size: 12px;
}

.productDetail #productDetails h1 {
    /*color: #fff;*/
}

.productDetail #productDetails p,
.productDetail #productDetails div {
    margin: 0px 0px 20px;
    font-size: 16px;
    color: #000;
}

.productDetail #productDetails h4,
.productDetail #productDetails label {
    margin: 0px;
    font-family: 'OpenSansSemi', Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.productDetail #productDetails #productQty {
    margin: 0px 20px;
}

.productDetail #productDetails input {
    width: 30px;
    height: 20px;
    margin: 0px 5px;
    padding: 10px 5px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    border: none;
    -webkit-appearance: none;
    background: #f7941d;
    color: #fff;
}

.productDetail #productDetails #productShipping {
    font-family: 'OpenSansSemi', Arial, sans-serif;
}

.productDetail #productDetails .btnCart {
    margin: 0px 0px 25px;
}

.productDetail #productRight {
    float: left;
    width: 240px;
    margin: 0px 0px 0px 0px;
}

#productRight .adLarge {
    width: 240px;
}

#productRight #upsells {
    margin: 10px 0px 0px;
}

#productRight #upsells h2 {
    margin: 0px;
    padding: 6px 10px;
    border-bottom: 1px solid #fff;
    color: #000;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    background: #ccbdb6;
}

#productRight #upsells .product {
    margin: 0px 0px 10px;
    float: none;
    width: 220px;
    height: 220px;
    padding: 10px;
    position: relative;
    border: none;
    font-size: 14px;
    background: #f1f1f1 url("../images/upsellBg.png") no-repeat 0px 0px;
}

#productRight #upsells .product img {
    float: left;
    margin: 0px 10px 0px 0px;
    width: 106px;
    height: 222px;
}

#productRight #upsells .product h3 {
    font-family: 'OpenSansConBd', Arial, sans-serif;
    font-size: 14px;
    margin: 10px 0px 10px;
}

#productRight #upsells .product h3 a {
    /*.product h3 a:visited { */
    color: #333;
}

#productRight #upsells .product h3 a:hover {
    /*.product h3 a:active {*/
    color: #f7941d;
    text-decoration: none;
}

#productRight #upsells .product p {
    margin: 0px 0px 10px;
    font-size: 12px;
}

#productRight #upsells .product .price {
    font-family: 'OpenSansConBd', Arial, sans-serif;
    font-size: 18px;
}

#productRight #upsells .product .btnCart,
#productRight #upsells .product .btnCart:visited {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 60px;
    height: 13px;
    font-size: 13px;
    line-height: 13px;
    padding: 3px 20px 4px 0px;
    background: #ccbdb6 url("../images/btnCartSm.png") no-repeat 0px 0px;
}

#productRight #upsells .product .btnCart:hover,
#productRight #upsells .product .btnCart:active {
    background: #ebebeb url("../images/btnCartSm.png") no-repeat 0px -20px;
}

/*** Shopping Cart ***/

.storeModule.cart #content {
    padding: 10px 0px;
}

#cart {
    border: none;
    margin: 10px 0px;
}

#cart th,
td {
    padding: 5px 20px;
}

#cart th {
    font-weight: bold;
}

#cart td {
    background: #ebebeb;
}

#cart thead {
    margin: 0px;
    padding: 0px;
}

#cart thead tr {
    margin: 0px;
    padding: 0px;
    color: #fff;
    text-align: left;
}

#cart thead tr th {
    font-family: 'OpenSans', Arial, sans-serif;
    padding: 10px 20px;
    background: #a59d9a;
}

#cart tr.item {
    border-bottom: 1px solid #fff;
    font-family: 'OpenSansSemi', Arial, sans-serif;
}

#cart tr.item td {
    padding: 10px 20px;
    height: 84px;
    vertical-align: middle;
}

#cart tr.item td.image {
    width: 42px;
    padding: 10px 0px 10px 20px;
}

#cart tr.item td.image img {
    width: 42px;
    height: 84px;
}

#cart tr.item td.desc a {
    color: #333333;
}

#cart tr.item td.qty {
    width: 120px;
    text-align: left;
}

#cart tr.item td.qty input[type=text] {
    padding: 1px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: none;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
}

#cart tr.item td.qty span {
    display: inline-block;
    padding: 1px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: none;
    background: none;
}

#cart tr.item td.qty input[type=text]:focus {
    outline: none;
    background: #fff;
}

#cart tr.item td.qty input[type=button],
#cart #updateQty {
    color: #5b9bda;
    font-family: 'OpenSansSemi', Arial, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    border: none;
    background: none;
    -webkit-appearance: none;
    padding: 0px;
}

#cart #updateQty {
    color: #fff;
}

#cart #updateQty:hover {
    color: #5b9bda;
}

#cart tr.item td.price {
    width: 80px;
    text-align: right;
}

#cart tr.item td.price .cartPremierPrice {
    color: #f7941d;
    margin: 0px;
}

#cart tr.item td.price .cartPremierPrice span {
    font-size: 11px;
}

#cart tfoot {
    font-style: normal;
    text-align: right;
    background: #fff;
}

#cart tfoot tr {
    text-align: right;
}

#cart tfoot th {
    font-family: "OpenSans", Arial, sans-serif;
    text-align: right;
    vertical-align: middle;
}

#cart tfoot tr.subTotal {
    font-family: "OpenSans", Arial, sans-serif;
    background: #a59d9a;
    border-bottom: 10px solid #fff;
    color: #fff;
}

#cart tfoot tr.vipSavings td {
    font-family: "OpenSans", Arial, sans-serif;
    font-size: 11px;
    background: #fff;
}

#cart tfoot tr.vipSavings span {
    color: #f7941d;
    font-weight: bold;
}

#cart tfoot tr.vipSavings th {
    font-family: "OpenSans", Arial, sans-serif;
    font-size: 14px;
    background: rgba(247, 148, 29, 0.33);
}

#cart tfoot tr.mobileSavings {
    display: none;
}

#cart tfoot tr.total {
    font-size: 16px;
}

a.btnCheckout {
    float: right;
    padding: 15px 10px;
    border: none;
    background-color: #f7941d;
    color: #fff;
    font-family: "OpenSans", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: .9em;
}

a.btnCheckout:hover,
a.btnCheckout:active {
    text-decoration: none;
    background-color: #d97b08;
}


#productDetailAd {
    margin: 0 auto;
    display: block;
}


.cartAd1,
.cartAd2 {
    width: 100%;
    height: 135px;
    float: left;
    margin: 40px auto;
    /*background: #d7d7d7;*/
    text-align: center;
}

.cartAd1 {
    margin-right: 20px;
}

.cartAd1 img,
.cartAd2 img {
    width: 460px;
    height: 135px;
}

/*** Checkout Page ***/

#page.checkout h2 {
    font-size: 24px;
}

#page.checkout h3 {
    font-size: 16px;
    font-family: 'OpenSans', Arial, sans-serif;
    font-weight: bold;
    color: #8C4C03;
    margin: 0px 0px 5px;
}

#page.checkout #checkoutLogin,
#page.checkout #orderSummary {
    padding: 0px 0px 30px;
    margin: 0px 0px 25px;
    border-bottom: 2px dashed #ebebeb;
}

#page.checkout #checkoutLogin h3 {
    color: #f7941d;
}

/*#page.checkout .form input[type=text],
#page.checkout .form select {
    width: 440px;
}*/

#page.checkout .form select {
    padding: 10px;
    background-color: #ebebeb;
    border: none;
    width
}

.address-form div input[type=text],
.address-form div select,
#credit_card_form_container div input[type=text],
#credit_card_form_container div select {
    width: 300px !important;
}

#ShipAddressForm_country, #PaymentForm_cc_exp_mm, #PaymentForm_cc_exp_yyyy, #PaymentForm_payment_method {
    position: static !important;
    float: right;
}

/* Checkout Login */

#page.checkout #checkoutLogin .form div {
    float: left;
}

#page.checkout #checkoutLogin .form input[type=text] {
    margin-right: 20px;
}

#page.checkout #checkoutLogin .form input[type=password] {
    width: 400px;
}

#page.checkout #checkoutLogin .form input[type=submit] {
    padding: 0px;
    margin: 0px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: url("../images/arrowSprite.png") no-repeat -40px -40px;
    background-color: #f7941d;
}

#page.checkout #checkoutLogin .form input[type=submit]:hover,
#page.checkout #checkoutLogin .form input[type=submit]:active {
    background-color: #d97b08;
}

/* Order Summary */

#cart.summary {
    border: none;
    margin: 0px;
}

#cart.summary thead tr th.qty {
    text-align: center;
}

#cart.summary tr.item td {
    padding: 5px 20px;
    height: auto;
}

#cart.summary tr.item td.qty {
    text-align: center;
}

#cart.summary tfoot {
    font-style: normal;
    text-align: right;
    background: #d7d7d7;
}

#cart.summary tfoot tr.total {
    font-size: 16px;
}

th.applyDiscount {
    background-color: rgba(247, 148, 29, 0.33);
    font-size: 10px;
    padding: 2px;
}

/* Checkout Payment Form */

.busy_indicator {
    width: 32px;
    height: 32px;
    background-image: url("../images/busy-indicator.gif");
    display: none;
}

#page.checkout .left,
#page.checkout .right {
    width: 460px;
    float: left;
    height: 100%;
}

#page.checkout #credit_add_forms,
#page.checkout #payment_select {
    display: none;
}

#page.checkout #payment_select ul {
    list-style: none;
}

#page.checkout #payment_select ul li label {
    display: inline;
}

#page.checkout #billing,
#page.checkout #shipping,
#page.checkout #payment {
    float: left;
    width: 460px;
    margin: 0px 0px 20px 0px;
}

#page.checkout #payment h3,
#page.checkout #billing h3,
#page.checkout #shipping h3 {
    color: #f7941d;
}

#page.checkout #billing {
    margin-right: 20px;
}

.same {
    opacity: 0.5;
}

#processing .busy_indicator {
    display: block;
    float: left;
}

#processing div.text {
    margin-left: 8px;
    float: left;
}

#page.checkout .form .twoFields input[type=text] {
    width: 200px;
    margin: 0px 5px 0px 0px;
}

#page.checkout .form .twoFields select {
    width: 198px;
}

#page.checkout .form .twoFields .customSelect {
    margin: 0px 5px 0px 0px;
}

#page.checkout #cartSecure {
    margin: 20px 0px 0px;
    text-align: center;
    font-size: 12px;
    font-family: 'OpenSansSemi', Arial, sans-serif;
}

/* Alternate Payment Form */

#alternateform {
    position: relative;
}

#alternateform ul.altPaymentList {
    list-style: none;
    margin: 0;
    padding: 0;
}

#alternateform ul.altPaymentList li {
    float: left;
    margin-right: 20px;
}

#alternateform .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #ffffff;
    top: 0;
    left: 0;
}

#alternateform .errors {
    border: 1px solid red;
    padding: 4px;
    color: red;
}

/*** Order Confirmation Page ***/

#page.thankyou #orderSummary {
    margin: 0px 0px 30px;
}

#page.thankyou #billing,
#page.thankyou #shipping,
#page.thankyou #payment {
    float: left;
    width: 360px;
    margin: 0px;
}

#page.thankyou h2 {
    margin: 0px 0px 5px;
}

/****** ACCOUNT/MEMBERS MODULE ******/

/*** Member Login ***/

#page.login div.form div {
    float: left;
}

#page.login div.form input[type=text] {
    width: 440px;
    margin-right: 20px;
}

#page.login div.form input[type=password] {
    width: 400px;
}

#page.login div.form input[type=submit] {
    padding: 0px;
    margin: 0px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: url("../images/arrowSprite.png") no-repeat -40px -40px;
    background-color: #f7941d;
}

#page.login div.form input[type=submit]:hover,
#page.login div.form input[type=submit]:active {
    background-color: #272823;
}

#page.login div.errors {
    margin: 20px 0px;
    color: red;
}

#page.login div.errors p {
    margin: 0px 0px 10px;
}

/*** Member Forgot Password ***/

#page.forgotpassword div.form div {
    float: left;
}

#page.forgotpassword div.form input[type=text] {
    width: 440px;
    margin-right: 0;
}

#page.forgotpassword div.form input[type=submit] {
    padding: 0px;
    margin: 0px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: url("../images/arrowSprite.png") no-repeat -40px -40px;
    background-color: #f7941d;
}

#page.forgotpassword div.form input[type=submit]:hover,
#page.forgotpassword div.form input[type=submit]:active {
    background-color: #d97b08;
}

#page.forgotpassword div.errors {
    margin: 20px 0px;
    color: red;
}

#page.forgotpassword div.errors p {
    margin: 0px 0px 10px;
}

/*** My Account ***/

#page.account .flashmessage {
    margin: 0px 0px 10px;
    font-family: 'OpenSansSemi', Arial, sans-serif;
    font-style: italic;
}

#page.account #name_email,
#page.account #password,
#page.account #billing,
#page.account #shipping {
    float: left;
    width: 460px;
    margin: 0px 0px 20px 0px;
}

#page.account #password,
#page.account #shipping {
    margin: 0px 0px 20px 20px;
}

#page.account h3 {
    font-size: 16px;
    font-family: 'OpenSans', Arial, sans-serif;
    font-weight: bold;
    /*color: #8C4C03;*/
    margin: 0px 0px 10px;
}

#page.account hr {
    clear: both;
    height: 0px;
    margin: 20px 0px;
    border: none;
    border-bottom: 2px dashed #ebebeb;
}

#page.account div.form div.row {
    height: 40px;
    clear: both;
    margin: 0px 0px 10px;
}

#page.account div.form label {
    display: block;
    float: left;
    margin: 0px;
    padding: 10px 5px;
    width: 125px;
    height: 20px;
    line-height: 20px;
    font-family: 'OpenSansSemi', Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: right;
    background-color: #a59d9a;
}

#page.account div.form label span.required {
    display: none;
}

#page.account div.form input[type=text],
#page.account div.form input[type=password] {
    float: left;
    width: 290px;
}

#page.account div.form div.row select {
    float: left;
    width: 288px;
}

/********************************************* 
    RESPONSIVE LAYOUTS - TABLET & MOBILE
**********************************************/
#maxquant {
    width: 30px;
}
