* {
    margin: 0px;
    padding: 0px;
}

HTML {
    float: left;
    width: 102%;
    height: 100%;
}

@font-face {
    font-family: 'DroidSerif';
    src: url('../_fonts/droidserif-regular-webfont.eot');
    src: url('../_fonts/droidserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../_fonts/droidserif-regular-webfont.woff') format('woff'),
        url('../_fonts/droidserif-regular-webfont.ttf') format('truetype'),
        url('../_fonts/droidserif-regular-webfont.svg#DroidSerif') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSerifItalic';
    src: url('../_fonts/droidserif-italic-webfont.eot');
    src: url('../_fonts/droidserif-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../_fonts/droidserif-italic-webfont.woff') format('woff'),
        url('../_fonts/droidserif-italic-webfont.ttf') format('truetype'),
        url('../_fonts/droidserif-italic-webfont.svg#DroidSerif') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSerifBold';
    src: url('../_fonts/droidserif-bold-webfont.eot');
    src: url('../_fonts/droidserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../_fonts/droidserif-bold-webfont.woff') format('woff'),
        url('../_fonts/droidserif-bold-webfont.ttf') format('truetype'),
        url('../_fonts/droidserif-bold-webfont.svg#DroidSerif') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSerifBolditalic';
    src: url('../_fonts/droidserif-bolditalic-webfont.eot');
    src: url('../_fonts/droidserif-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../_fonts/droidserif-bolditalic-webfont.woff') format('woff'),
        url('../_fonts/droidserif-bolditalic-webfont.ttf') format('truetype'),
        url('../_fonts/droidserif-bolditalic-webfont.svg#DroidSerif') format('svg');
    font-weight: normal;
    font-style: normal;
}

:focus {
    outline: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
}


input,
textarea {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

body {
    font-family: DroidSerif;
    font-size: 11px;
    font-weight: normal;
    height: auto;
    width: 100%;
    float: left;
    background-color: #000000;
}

#outerWrapper {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

#headerOuter {
    width: 100%;
    height: auto;
    float: left;
    /*  margin-bottom       : 8px; */
}

.header {
    width: 983px;
    ;
    margin: 0 auto;
    height: auto;
}

.headerTopRight {
    float: right;
    margin-bottom: 10px;
}

.loginRegister {
    color: #FFFFFF;
    float: left;
    width: auto;
    font-family: open-sans-regular;
    font-size: 13px;
    margin-right: 10px;
    padding: 9px 7px 7px;
}

.loginRegister a {
    color: #FFFFFF;
    font-family: open-sans-regular;
    font-size: 13px;
    text-decoration: none;
}

.basket {
    float: left;
    width: 190px;
    height: 22px;
    padding-top: 8px;
    color: #FFFFFF;
}

.basket a {
    color: #FFFFFF;
    float: left;
    font-family: open-sans-regular;
    font-size: 13px;
    text-transform: uppercase;
}

.basket span {
    color: #FFFFFF;
    float: left;
    font-family: open-sans-regular;
    font-size: 13px;
    padding-left: 12px;
    text-transform: uppercase;
}

.basketItems {
    float: right;
    width: 58px;
    color: #FFFFFF;
}

.basket p {
    color: #FFFFFF;
    float: left;
    font-family: open-sans-regular;
    font-size: 13px;
    text-transform: uppercase;
}

.basketPrice {
    float: left;
    width: 35px;
    color: #FFFFFF;
    text-align: left;
}

.checkout {
    float: left;
    width: 67px;
    background-color: #96742C;
    color: #FFFFFF;
    padding-left: 11px;
    cursor: pointer;
    font-family: open-sans-regular;
    font-size: 13px;
    margin-top: 5px;
    padding: 4px 6px;
    margin-right: 25px;
}

.checkout:hover {
    color: #FFFFFF;
    background-color: #7B621C;
}

.headerLogo {
    float: left;
    width: 178px;
}

.headerLogo img {
    padding-left: 24px;
}

.headerLogo p.logoTagline {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10px;
    line-height: 14px;
    margin-left: 3px;
    padding-top: 5px;
    text-align: center;
}

.headerCentre {
    float: left;
    padding-top: 32px;
    padding-right: 18px;
}

.headerCentre p.titleTagline {
    color: #FFFFFF;
    font-size: 15px;
    padding-left: 46px;
    padding-top: 5px;
    word-spacing: -2px;
}

.headerCentre p.titlePhoneNo {
    color: #9C7D28;
    font-size: 23px;
    padding-left: 32px;
    padding-top: 5px;
    text-align: center;
    word-spacing: 1px;
}

.headerRightLogo {
    float: left;
    margin-top: 7px;
}

#navigationOuter {
    width: 103%;
    float: left;
    height: auto;
    background-color: #9c7d28;
    margin-left: -1%;
    margin-top: 5px;
}

.navigation {
    width: 983px;
    height: 34px;
    color: #FFFFFF;
    margin: 0px auto;
    font-size: 12px;
}

.menuWidth5:before {
    left: 200px !important;
}

.menuWidth6:before {
    left: 200px !important;
}

.menuWidth7:before {
    left: 208px !important;
}

.navigation ul {
    list-style: none;
    /*display             : inline;*/
}

ul.mainMenu li {
    float: left;
    word-spacing: -1px;
    width: auto;
    margin-right: 35px;
}

/* LEVEL ONE*/
ul.mainMenu {
    position: relative;
}

ul.mainMenu a:hover,
ul.mainMenu a:active {
    color: #FFFFFF;
}

ul.mainMenu li a {
    display: block;
    color: #FFFFFF;
    padding: 10px 0px;
}

ul.mainMenu li.hover,
ul.mainMenu li:hover {
    background: #9c7d28;
    color: #FFFFFF;
    position: relative;
}

ul.mainMenu li.hover a {
    color: #FFFFFF;
}

/* LEVEL TWO*/
ul.mainMenu ul {
    width: 220px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10000;
}

ul.mainMenu ul li {
    font-weight: normal;
    background: #9C7C27;
    color: #FFFFFF;
    float: none;
    width: 220px;

}

/* IE 6 & 7 Needs Inline Block */
ul.mainMenu ul li a {
    width: 220px;
    display: inline-block;
    margin-left: 15px;
    height: auto;
    position: relative;
}

/* LEVEL THREE*/
ul.mainMenu ul ul {
    left: 100%;
    top: 0;
    margin-top: 4px;
}

ul.mainMenu li:hover>ul {
    visibility: visible;
}

ul.subMainMenu:before {
    display: block;
    background-image: url("../_images/arrow.png");
    width: 12px;
    height: 7px;
    content: "";
    position: relative;
    left: 6px;
    background-repeat: no-repeat;
}

ul.subMainMenu ul li,
ul.subMenu li {
    font-weight: normal;
    background: #2f230d !important;
    color: #FFFFFF;
    float: none;
    width: 220px;
}

ul.subMainMenu li:hover {
    /*  background 			: #7b621c; */
    color: #96742c;
    text-decoration: underline;
    position: relative;
}

ul.subMenu li:hover {
    background: #2f230d !important;
    color: #FFFFFF;
    position: relative;
}

ul.subMenu li a:hover {
    color: #96742c;

}

ul.subMainMenu ul li a,
ul.subMenu li a {
    width: auto;
    display: inline-block;
    margin-left: 15px;
    height: auto;
    border-right: none;
}

#banner {
    width: 982px;
    height: auto;
    margin: 0px auto;
}

.bannerInner {
    margin-top: 18px;
    float: left;
    width: 100%;
}

#breadcrumb {
    color: #FFFFFF;
    float: left;
    padding-top: 14px;
    word-spacing: 1px;
    margin-bottom: 8px;
}

#breadcrumbCustom {
    color: #FFFFFF;
    float: left;
    padding-top: 10px;
    word-spacing: 1px;
}

#searchForm {
    float: right;
    padding-top: 8px;
    margin-bottom: 8px;
}

.registerPagetabsDiv {
    float: right;
    color: #4a4a4a;
    font-family: DroidSerif;
    font-size: 12px;
    padding-top: 8px;
}

.tabActive {
    color: #FFF !important;
}

input#searchProduct {
    height: 22px;
    border: 0px;
    margin-right: 5px;
    width: 120px;
    padding-left: 7px;
    font-family: DroidSerif;
    font-size: 11px;
    padding-top: 2px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input#searchProduct {
        height: 24px;
        border: none;
        margin-right: 5px;
        width: 120px;
        padding-left: 7px;
        font-family: DroidSerif;
        font-size: 11px;
        padding-top: 0px;
        float: left;
    }
}



input#search {
    color: #FFFFFF;
    width: 71px;
    height: 24px;
    font-family: DroidSerif;
    font-size: 11px;
    background-color: #9c7d28;
    cursor: pointer;
}

input#search:hover {
    background-color: #7B621C;
}

#containerOuter {
    width: 99.4%;
    float: left;
    padding-left: 0.6%;
    height: auto;
}

.container {
    width: 983px;
    height: auto;
    margin: 0px auto;
}

.leftTeaser {
    float: left;
    clear: both;
    width: 240px;
}

.productDivHover {
    background-color: #FFFFFF;
    width: 237px;
    height: 148px;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.productTempDivHover {
    height: 227px !important;
}

.productDiv:hover .productNameTopDiv {
    background-color: #bfaa73;
}

.productDiv:hover .productNameTopDiv a {
    /*     color              :#7b621c;*/
    color: #7F6027
}

.productDiv:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.productNameTopDiv {
    background-color: #9C7D28;
    color: #FFFFFF;
    font-size: 13px;
    height: 24px;
    padding-left: 13px;
    padding-top: 10px;
    position: absolute;
    width: 224px;
}

.special_offers {
    border: 1px solid #9C7D28;
    float: left;
    height: 109px;
    margin-right: 10px;
    margin-top: 11px;
    width: 236px;
}

.firstLeftDiv {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.special_offers img {
    float: left;
}

.special_offers h1 {
    color: #9c7d28;
    float: left;
    margin-top: 10px;
    margin-left: 11px;
    font-size: 30px;
    font-family: 'DroidSerifBold';
    font-weight: normal;
}

.special_offers h2 {
    color: #9C7D28;
    float: left;
    font-size: 15px;
    margin-left: 11px;
    margin-top: -3px;
    font-family: 'DroidSerifBold';
    font-weight: normal;
}

.special_offers p {
    color: #FFFFFF;
    float: left;
    margin-top: 12px;
    margin-left: 9px;
    font-size: 14px;
    text-align: center;
}

.breadCrumbLink {
    color: #ffffff;
    float: left;
}

/********footer********/
#footerOuter {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 19px;
}

#footer {
    border-top: 1px solid #9c7d28;
    color: #FFFFFF;
    height: 209px;
    width: 983px;
    margin: 0px auto;
    /*    font-family         :arial;*/
}

.footer_left {
    float: left;
    height: 82px;
    width: 644px;
    margin-top: 27px;
}

.footer_left a {
    text-decoration: none;
    float: left;
}

.logo2 {
    margin-left: 19px;
    margin-top: -4px;
}

.logo3 {
    margin-left: 28px;
    margin-top: -4px;
}

.footer_right {
    float: right;
    height: 82px;
    width: 339px;
}

#secure {
    background: url("../_images/secure.png") no-repeat right top;
    float: left;
    height: 31px;
    margin-top: 9px;
    width: 160px;
    margin-left: 22px;
}

#secure p {
    float: left;
    padding-left: 8px;
    padding-top: 10px;
}

#social {
    float: right;
    width: 235px;
}

#social p.creditSite {
    /* padding-top: 40px; */
    padding-top: 2px;
}

#social p.creditSite a {
    color: #ffffff;
    text-decoration: none;
}

#social_links {
    float: right;
    width: 220px;
}

#social_links a {
    float: left;
    margin-left: 7px;
}

.footerRow1 {
    float: right;
    margin-top: 23px;
    padding-bottom: 10px;
    width: 225px;
}

.footerRow1 .mklogo {
    margin-right: 38px;
}

.footerRow1 a {
    margin: 4px 0;
}

#footer_menu {
    float: left;
    /*     height 		: 140px; */
    width: 980px;
    margin-top: 5px;
}

#footer_menu .menu_title {
    float: left;
    width: 245px;
}

.title2 {
    width: 165px !important;
}

.title3 {
    width: 128px !important;
}

#footer_menu h2 {
    float: left;
    font-size: 14px;
    margin-bottom: 1px;
    width: 100%;
    word-spacing: 1px;
    font-weight: normal;
    font-family: 'DroidSerifBold';
}

#footer_menu ul {
    float: left;
    margin-top: 1px;
}

#footer_menu ul li {
    font-size: 12px;
    padding-bottom: 2px;
}

#footer_menu ul li a {
    color: #000000;
}

/**********Product Listing**************/
#productListOuter {
    clear: both;
    width: 983px;
    height: auto;
    border-top: 1px solid #9c7d28;
    border-bottom: 1px solid #9c7d28;
    float: left;
    padding-bottom: 25px;
}

#productListOuter h1 {
    color: #9c7d28;
    font-size: 15px;
    margin-top: 25px;
    font-family: 'DroidSerifBold';
    font-weight: normal;
}

.productListing {
    height: 315px;
    float: left;
    background-color: #FFFFFF;
    margin-top: 25px;
    margin-right: 25px;
    padding-left: 10px;
    padding-right: 10px;
    width: 207px;
}

.productListing h2 {
    font-size: 12px;
    height: 35px;
    padding-top: 11px;
    font-family: 'DroidSerifBold';
    font-weight: normal;
}

.productListing h2 a {
    color: #000000;
}

.youmayAlsoLikeDesc p {
    line-height: 20px;
    float: left;
    padding-bottom: 6px;
    padding-top: 8px;
    width: 95%;
    height: 58px;
    overflow: hidden;
}

.productListing p.productListDesc {
    line-height: 20px;
    float: left;
    padding-bottom: 6px;
    padding-top: 8px;
    width: 95%;
    height: 58px;
    overflow: hidden;
}

.productListing h3 {
    font-family: 'DroidSerifBold';
    font-weight: normal;
    font-size: 20px;
    float: left;
    padding-bottom: 5px;
}

.productListing input.detailButton {
    background-color: #141414;
    color: #FFFFFF;
    float: left;
    border: none;
    padding: 6px;
    clear: both;
    font-family: DroidSerif;
    cursor: pointer;
}

.productListing input.cartButton {
    background-color: #9c7d28;
    float: right;
    border: none;
    padding: 6px;
    font-family: DroidSerif;
    cursor: pointer;
}

/*****************Product detail********************/
.productDetail {
    width: 475px;
    height: 295px;
    background-color: #FFFFFF;
    float: left;
    margin-left: 32px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.productDetail h2 {
    font-size: 14px;
    height: 25px;
    padding-top: 10px;
    padding-left: 10px;
    font-family: 'DroidSerifBold';
    font-weight: normal;
    float: left;
    width: 350px;
}

span.productPriceDiscount {
    text-decoration: line-through;
}

span.discountPrice {
    color: #BF1400;
    padding-left: 7px;
    text-decoration: none !important;
}

.productDetail p {
    line-height: 20px;
    float: left;
}

.productDetail .productDesc {
    float: left;
    min-height: 170px;
    height: auto;
    width: 455px;
    padding-left: 10px;
    padding-top: 8px;
    padding-right: 10px;
}

.productDetail h3 {
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    float: left;
    font-family: 'DroidSerifBold';
}

.productDetail input.cartButton {
    background-color: #9c7d28;
    float: left;
    border: none;
    padding: 6px;
    font-family: DroidSerif;
    margin-left: 10px;
    clear: both;
    cursor: pointer;
    margin-top: 8px;
}

#upsellingSection {
    width: 983px;
    height: auto;
    float: left;
    margin-bottom: 25px;
}

#upsellingSection h1 {
    margin-bottom: 25px;
    margin-top: 0px;
}

.upsellingRow {
    background-color: #FFFFFF;
    float: left;
    width: 100%;
    border-bottom: 1px solid #9C7D28;
    padding-bottom: 10px;
    padding-top: 10px;
}

.productName {
    width: 400px;
    float: left;
    padding-left: 10px;
    font-size: 14px;
    font-family: 'DroidSerifBold';
    font-weight: normal;
}

.productContents {
    width: 200px;
    float: left;
    padding-left: 10px;
    font-size: 14px;
    font-family: 'DroidSerifBold';
    font-weight: normal;
}

.productQuantity {
    float: left;
    padding-right: 30px;
    padding-top: 0px;
    width: 215px;
}

.productCart {
    width: auto;
    float: left;
}

.upsellingRow h3 {
    font-size: 12px;
    color: #9c7d28;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'DroidSerifBold';
    font-weight: normal;
}

.upsellingRow p {
    line-height: 15px;
    padding-top: 7px;
}

.upsellingRow select {
    float: right;
}

.upsellingRow input.cartButton {
    background-color: #9c7d28;
    float: right;
    border: none;
    padding: 6px;
    font-family: DroidSerif;
    clear: both;
    margin: 0 5px;
    cursor: pointer;
}

.specialOffersDiv {
    float: left;
    ;
    margin-left: 1px;
    width: 996px;
}



.leftTeaserTextOverlayDiv {
    height: 40px;
    background-color: #000000;
    opacity: 0.5;
    width: 232px;
    position: relative;
    color: #FFFFFF;
    margin-top: -50px;
    padding-left: 10px;
    padding-top: 10px;
}

.leftTeaserTextOverlay {
    color: #FFFFFF;
    font-size: 13px;
    height: 40px;
    /*margin-left: 13px;*/
    margin-left: 3px;
    margin-top: -42px;
    position: absolute;
    width: 242px;
}

.productDivOuter {
    float: left;
    margin-left: 2px;
    width: 741px;
}

.productDiv a {
    color: #ffffff;
}

.productDiv img {
    margin-top: 34px;
}

.popUpAddToCartHolder {
    width: 280px;
    height: auto !important;
    background-color: #FFFFFF;
    float: left;
    padding: 10px;
}

.popAddedText {
    color: #000000;
    width: 100%;
    height: 37px;
    font-family: 'DroidSerifBold';
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.popUpProduct {
    width: 100px;
    height: 100px;
    float: left;
    overflow: hidden;
}

.popUpProductDetails {
    width: 170px;
    height: 100px;
    float: left;
    margin-left: 10px;
}

.popUpProductDetails p {
    width: 100%;
    height: auto;
    line-height: 18px;
    font-family: DroidSerif;
    font-size: 11px;
    float: left;
}

.popUpProductDetails label {
    width: 103px;
    height: 20px;
    line-height: 18px;
    font-family: DroidSerif;
    font-size: 11px;
    float: left;
}

.productDetailedPrice {
    float: left;
    line-height: 18px;
    font-family: DroidSerif;
    font-size: 11px;
}

#productDetailsContentHolder {
    margin-top: 22px;
    float: left;
    min-height: 121px;
    width: 100%;
    height: auto;
}

.no_product {
    color: #FFFFFF;
    padding-top: 20px;
    text-align: center;
}

#cartHolder {
    height: auto;
    width: 983px;
    float: left;
}


.cartProductsDisplayHoler {
    width: 983px;
    height: auto;
    float: left;
}

#cartProductsDisplayHeader {
    width: 983px;
    height: 30px;
    background-color: #9C7D28;
    float: left;
}

.cartProductsDisplayProductName {
    width: 212px;
    float: left;
    height: auto;
    min-height: 170px;
}

.cartProductsDisplayProductName img {
    float: left;
    margin: 10px;
}

.cartProductsDisplayProductName p {
    padding-left: 17px;
    font-family: 'DroidSerifBold';
    font-size: 12px;
    color: #ffffff;
    padding-top: 8px;
}

.cartProductsDisplayProductDescription {
    width: 340px;
    height: auto;
    float: left;
}

.cartProductsDisplayProductDescription p {
    padding-left: 25px;
    font-family: 'DroidSerifBold';
    font-size: 12px;
    color: #ffffff;
    padding-top: 8px;
}

.cartProductsDisplayProductQuantity {
    width: 160px;
    height: auto;
    float: left;
}

.cartProductsDisplayProductQuantity p {
    padding-left: 25px;
    font-family: 'DroidSerifBold';
    font-size: 12px;
    color: #ffffff;
    padding-top: 8px;
}

.cartProductPriceDisplayCustom {
    color: #000000 !important;
    font-family: 'DroidSerif' !important;
    padding-top: 15px !important;
}

.cartProductTotalPriceDisplayCustom {
    color: #000000 !important;
    font-family: 'DroidSerif' !important;
    padding-top: 15px !important;
}


.cartProductTotalPriceDisplayCustom .cartProductTotalPriceActualCustom {
    text-decoration: line-through;
    color: #8f8f8f;
}

.cartProductsDisplayProductQuantity select {
    float: left;
    height: 22px;
    width: 31px;
    margin-top: 10px;
    margin-left: 25px;
}

.cartProductsDisplayProductPrice {
    width: 140px;
    height: auto;
    float: left;
}

.cartProductsDisplayProductPrice p {
    padding-left: 54px;
    font-family: 'DroidSerifBold';
    font-size: 12px;
    color: #ffffff;
    padding-top: 8px;
}

.cartProductsDisplayProductTotal {
    width: 127px;
    height: auto;
    float: left;
}

.cartProductsDisplayProductTotal p {
    color: #FFFFFF;
    float: left;
    font-family: 'DroidSerifBold';
    font-size: 12px;
    height: 118px;
    padding-left: 79px;
    padding-top: 8px;
    width: auto;
}


.removeFromCart {
    float: right;
    width: 69px;
    margin-right: 7px;
    height: 27px;
}

.removeFromCart a {
    float: left;
    background: url("../_images/remove_cart_07.png");
    width: 69px;
    height: 27px;
}

.cartProductsDisplayContent {
    width: 983px;
    float: left;
    min-height: 150px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #9C7D28;
}

.productDescriptionCustom {
    color: #000000 !important;
    font-family: 'DroidSerif' !important;
    padding-top: 15px !important;
}

#promotionCodeHolder {
    float: left;
    min-height: 150px;
    width: 983px;
    height: auto;
    margin-top: 13px;
    background-color: #FFFFFF;
}

#promotionCodeHolderCustom {
    float: left;
    min-height: 83px;
    width: 983px;
    height: auto;
    margin-top: 13px;
    background-color: #FFFFFF;
}

.promotionCodeContent {
    float: left;
    padding-left: 17px;
}

.promotionCodeContentCustom {
    float: left;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 19px;
    padding-bottom: 8px;
    height: auto;
}

.promotionCodeHeader {
    float: left;
    width: 100%;
}

.promotionCodeHeader p {
    float: left;
    color: #000000;
    font-family: 'DroidSerif';
    font-size: 12px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.promotionCodeHeader p span {
    color: #9C7D28;
}

.promotionCodeInputField input {
    float: left;
    background-color: #9C7D28;
    border: none;
    width: 148px;
    height: 15px;
    color: #FFFFFF;
    font-family: 'DroidSerif';
    font-size: 14px;
    padding: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
}

#submitPromotionCode {
    background: url("../_images/goPromotion_03.png");
    height: 37px;
    width: 70px;
    float: left;
    border: none;
    margin-left: 12px;
    cursor: pointer;
}

/***************Pagination Styles**********************/
div.pagination {
    /*    border: 1px solid #FFFFFF;*/
    clear: both;
    color: #FFFFFF;
    float: left;
    font-size: 15px;
    margin-top: 5px;
    padding: 6px 0;
    font-weight: normal;
    font-family: 'DroidSerifBold';
}

div.pagination a {
    padding: 2px 5px;
    margin: 2px;
    text-decoration: none;
    /* no underline */
    color: #FFFFFF;
}

div.pagination a:hover,
div.pagination a:active {
    color: #9C8D30;
}

div.pagination span.current {
    padding: 2px 5px;
    margin: 2px;
    color: #9C7D28;
    ;
}

div.pagination span.disabled {
    padding: 2px 5px;
    margin: 2px;
    color: #666666;
}

.promotionCodeContent select {
    float: left;
    height: 22px;
    width: 345px;
    margin-top: 10px;
    margin-left: 25px;
}

.promotionCodeContent .jqTransformSelectWrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px !important;
}

.promotionCodeContent .jqTransformSelectWrapper ul li {
    width: 366px !important;
}

.promotionCodeContent .jqTransformSelectWrapper ul {
    width: 366px !important;
}

.summaryDetails {
    float: left;
}

.summaryDetails .summaryDetailName {
    float: left;
    width: 848px;
    font-family: 'DroidSerif';
    font-size: 12px;
    padding-bottom: 10px;
}

.summaryDetails .summaryDetailContent {
    float: left;
    width: 100px;
    text-align: right;
    font-family: 'DroidSerif';
    font-size: 12px;
    padding-bottom: 10px;
}

.summaryDetails .summaryDetailContent .red {
    color: #890000;
}

.summaryDetails .summaryDetailContent .totalCheckoutValue {
    font-family: 'DroidSerifBold';
    color: #9C7D28;
}

.submitCartPage {
    float: right;
    width: 109px;
    height: 37px;
    margin-top: 13px;
}

.submitCartPage input {
    background-color: #9C7D28 !important;
    width: 109px;
    height: 37px;
    border: none;
    font-family: 'DroidSerifBold';
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

.submitCartPage input:hover {
    background-color: #7B621C !important;
}

.noProductsInTheCart {
    background-color: #9C7D28;
    height: 34px;
    width: 983px;
    float: left;
}

.noProductsInTheCart p {
    font-family: 'DroidSerif';
    font-size: 12px;
    padding-left: 17px;
    padding-top: 10px;
    color: #FFFFFF;
}

.redCustomErrorMessage {
    color: red !important;
}

.noProductsInTheCartCustom {
    background-color: #9C7D28;
    height: 34px;
    width: 983px;
    float: left;
    display: none;
}

.noProductsInTheCartCustom p {
    font-family: 'DroidSerif';
    font-size: 12px;
    padding-left: 17px;
    padding-top: 10px;
    color: #FFFFFF;
}

/***********************************About Us Styles*********************/
.otherPageContent {
    width: 963px;
    float: left;
    /*  background-color    : #FFFFFF; */
    height: auto;
    padding: 10px;
    margin-top: 11px;

    font-size: 14px;
    color: #fff;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 9px;
    padding-left: 0px;
}

.aboutTitle h2 {
    font-weight: normal;
    font-family: 'DroidSerifBold';
    font-size: 22px;
    /* color               :#9c7d28; */
    float: left;
    margin-top: 13px;
    text-align: justify;
}

p.largeGoldText,
p.largegoldtext,
.largegoldtext,
.largeGoldText {
    font-size: 18px;
    color: #9c7d28;
    padding-bottom: 10px;
    line-height: 27px;
    text-align: justify;
}

p.standardBlackText,
p.standardblacktext,
.standardblacktext,
.standardBlackText {
    font-size: 14px;
    color: #000000;
    padding-bottom: 10px;
    line-height: 23px;
    text-align: justify;
}

p.largeGoldText a,
p.largegoldtext a {
    text-decoration: none;
    color: #9c7d28;
}

p.standardBlackText a,
p.standardblacktext a {
    text-decoration: none;
    color: #9c7d28;
}

.imageRightAlign {
    float: right;
    margin-left: 44px;
}

p.smallGreyText,
p.smallGreyText,
.smallGreyText,
.smallGreyText {
    font-size: 12px;
    color: #5e5e5e;
    padding-bottom: 10px;
    text-align: justify;
}

p.smallGreyText a,
smallGreyText a {
    text-decoration: none;
    color: #5e5e5e;
}

/******************Create Account Page Style******************************/
.register {
    width: 983px;
    float: left;
    /*    min-height          : 535px;*/
    min-height: 475px;
    background-color: #FFFFFF;
    padding-bottom: 10px;
}

.registerTabs {
    color: #4a4a4a;
    float: right;
    padding-top: 12px;
    word-spacing: 1px;

}

.personalInfoTop {
    /*    float               :left;
    height              : 22px;
    width               : 966px;;
    font-size           : 12px;
    color               : #FFFFFF;
    background-color    : #9c7d28;
    padding-left        : 17px;
    margin-bottom       : 25px;*/
    padding-top: 8px;
}

.register label {
    clear: both;
    float: left;
    margin-left: 18px;
    padding-bottom: 36px;
    padding-top: 11px;
    width: 140px;
}

.register .registerFields {
    /*    width               :825px;*/
    width: 330px;
    float: left;
}

.register input {
    float: left;
    width: 314px;
    height: 35px;
    /*    background-color    : #9c7d28;
    color               :#FFFFFF;*/
    border: none;
    padding-left: 11px;
    font-family: 'DroidSerif';


    background-color: #E4E4E4;


    font-size: 12px;
    line-height: 18px;


}

.register select {
    float: left !important;
    width: 325px !important;
    height: 35px !important;
    background: url('../_img/select_bg.png') center no-repeat #9c7d28;
    color: #FFFFFF !important;
    border: none !important;
    padding-left: 11px !important;
    padding-top: 7px !important;
    font-family: 'DroidSerif';
}

.register select option {
    background-color: #9c7d28;
    padding-left: 11px;
    height: 35px;
    border: none;
}

/************************Login styles*******************************/
.loginCreate {
    width: 968px;
    float: left;
    height: auto;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-left: 15px;
    padding: 10px 15px 0px 15px;

}

.loginCreate .personalInfoTop {
    margin-bottom: 12px;
}

.loginCreate p {
    width: 966px;
    float: left;
    line-height: 25px;
    font-size: 12px;
}

.loginCreate p a {
    text-decoration: underline;
    color: #9c7d28;
}

.loginCreate label {
    clear: both;
    float: left;
    padding-bottom: 8px;
    padding-top: 19px;
    width: 115px;
    font-size: 12px;
}

.loginCreate input {
    float: left;
    width: 240px;
    height: 36px;
    border: none;
    padding-left: 11px;
    margin-top: 8px;
    font-family: 'DroidSerif';
    background-color: #E4E4E4;
    font-size: 12px;
    line-height: 18px;
}

.loginCreate input.login {
    float: left;
    clear: both;
    width: 75px;
    margin-left: 291px;
    cursor: pointer;
    padding: 6px 0px;
    height: auto;
    background-color: #9c7d28;
    margin-bottom: 15px;
}

.loginCreate input.createAccount,
.loginCreate input.quickCheckout {
    width: 154px;
    float: left;
    height: auto;
    padding: 6px 0px;
    cursor: pointer;
    background-color: #9c7d28;
    margin: 15px 0px;
}

p.forgotPassword {
    font-size: 12px;
    margin-bottom: 10px;
    word-spacing: 1px
}

p.createAccountPara {
    line-height: 17px;
}

p.emailNotFound {
    font-size: 10px;
    margin-bottom: 10px;
    word-spacing: 1px;
    color: #9c7d28;
    font-size: 12px;
}

.register .jqTransformSelectWrapper {
    margin-top: 0px;
    width: 325px !important;
    margin-left: 0px !important;
    height: 35px !important;
    background-color: #e4e4e4;

}

.register .jqTransformSelectWrapper div span {
    padding-top: 7px !important;
    padding-left: 11px !important;
    height: 28px;
    color: #010101;
}

.register .jqTransformSelectWrapper div a {
    padding-top: 9px !important;
    background: url("../_images/dropdown.png") no-repeat scroll center center transparent !important;
}

.register .jqTransformSelectWrapper ul li {
    width: 325px !important;
    height: 35px !important;
}

.register .jqTransformSelectWrapper ul li a {
    width: 325px !important;
    height: 28px !important;
    padding-top: 7px !important;
    background-color: #999999;
    color: #010101;
}

.register .jqTransformSelectWrapper ul a:hover,
.jqTransformSelectWrapper ul a.selected:hover {
    background-color: #666666 !important;
    color: #FFFFFF;
}

.register .jqTransformSelectWrapper ul {
    width: 325px !important;
    top: 35px !important;
}

.register .button {
    background-color: #9C7D28;
    border: medium none;
    float: left;
    font-family: 'DroidSerif';
    height: auto;
    padding: 6px 11px;
    width: auto;
    cursor: pointer;
    color: #000000;
}

.errorDiv {
    color: #FF0000;
    float: left;
    display: none;
    padding: 10px;
}

#loginClient .errorDiv {
    margin-top: 10px;
}

#reviewstitleError,
#reviewsError {
    padding: 0px !important;
    color: #9C7D28;
}

.validationError {
    clear: both;
    color: #FF0000;
    float: left;
    margin-left: 130px;
    margin-top: -23px;
}

.paymentformInfo {
    margin: 0 auto 15px;
    width: 946px;
}

.paymentformInfo h3 {
    margin-bottom: 10px;
}

.paymentformInfo p {
    margin-bottom: 10px;
    line-height: 16px;
}

.formleft {
    float: left;
    margin-right: 2%;
    width: 68%;
}

#changeAddressDiv {
    display: none;
    float: left;
    height: auto;
    margin-top: 15px;
    width: 100%;
}

#changeAddressDiv label {
    float: left;
    margin-left: 0;
    min-width: 130px;
    padding: 13px 5px;
    width: auto;
}

#changeAddressDiv .input {
    background-color: #9C7D28;
    border: medium none;
    color: #FFFFFF;
    float: left;
    font-family: 'DroidSerif';
    height: 35px;
    margin-bottom: 10px;
    padding-left: 11px;
    width: 275px;
}

.formright {
    float: left;
    margin-left: 2%;
    width: 28%;
}

.categoryDescription {
    color: #FFF;
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
    text-align: justify;
}

.strikeout {
    text-decoration: line-through !important;
}

.orderConfirmationDiv {
    float: left;
    height: auto;
    margin: 10px 0;
    width: 100%;
}

.orderconfirmationHeader {
    background-color: #9C7D28;
    float: left;
    height: 30px;
    width: 100%;
}

.orderconfirmationProducts {
    border-bottom: 1px solid #9C7D28;
    float: left;
    height: auto;
    padding: 5px 0;
    width: 100%;
}

.orderconfirmationHeader .headertitle {
    color: #FFFFFF;
    float: left;
    font-size: 13px;
}

.box1 {
    float: left;
    padding: 7px 0;
    width: 400px;
}

.box2 {
    float: left;
    padding: 7px 0;
    text-align: right;
    width: 140px;
}

.box3 {
    float: left;
    padding: 7px 0;
    text-align: right;
    width: 100px;
}

.upsellingRow .jqTransformSelectWrapper {
    background-color: #9C7D28;
    float: right;
    height: 22px;
    margin-left: 0px !important;
    margin-top: 0px !important;
    position: relative;
    padding: 4px 0 3px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .upsellingRow .jqTransformSelectWrapper {
        height: 20px !important;
    }
}

.productReviews {
    float: left;
    height: auto;
    width: 983px;
}

.productReviews .contentDiv {
    float: left;
    background-color: #FFF;
    height: auto;
    margin: 25px 0 0 0;
    width: 100%;
}

.reviews {
    border-bottom: 1px solid #9C7D28;
    float: left;
    padding: 15px;
    height: auto;
    width: 953px;
}

.reviewsContent {
    float: left;
    width: 800px;
}

.reviewsContent label {
    color: #9C7D28;
    float: left;
    font-size: 14px;
    margin: 0 0 10px;
    width: 100%;
}

.reviewsContent textarea {
    border: none;
    background-color: #e4e4e4;
    font-family: DroidSerif;
    font-size: 12px;
    line-height: 18px;
    float: left;
    width: 780px;
    padding: 10px;
}

.reviewsContent .input {
    border: none;
    background-color: #e4e4e4;
    font-family: DroidSerif;
    font-size: 12px;
    line-height: 18px;
    float: left;
    width: 780px;
    padding: 10px;
    margin: 0 0 10px;
}

.reviewsContent .reviewLabel {
    font-size: 10px;
    color: #010101;
    margin: 0px;
    font-family: 'DroidSerifBold';
    font-weight: normal;
    width: 100px;
    padding-bottom: 2px;
}

.reviewsContent p {
    float: left;
    line-height: 19px;
    width: 800px;
    font-family: DroidSerif;
}

.reviewsRating {
    float: right;
    height: 16px;
    width: 145px;
    position: relative;
    z-index: 1;
}

.reviewsRatingUnregistered {
    float: right;
    height: 16px;
    width: 85px;
    position: relative;
    z-index: 1;
}

.reviewsRatingUnregisteredCustom {
    float: right;
    height: 16px;
    width: 85px;
    position: relative;
    z-index: 1;
    margin: 10px 10px 0 0;
}

.zeroStars {
    background: url("../_images/zeroStars.png");
}

.oneStar {
    background: url("../_images/oneStar.png");
}

.twoStars {
    background: url("../_images/twoStars.png");
}

.threeStars {
    background: url("../_images/threeStars.png");
}

.fourStars {
    background: url("../_images/fourStars.png");
}

.fiveStars {
    background: url("../_images/fiveStars.png");
}

.reviews .reviewButton {
    background-color: #9C7D28;
    border: medium none;
    float: right;
    font-family: DroidSerif;
    font-size: 15px;
    padding: 4px 24px;
    margin: 164px 0 0;
    cursor: pointer;
}

.feedbackMsg {
    float: left;
    font-size: 16px;
    padding: 10px 2%;
    width: 96%;
}

.reviewsContent .loginorregistermsg {
    font-family: DroidSerif;
    font-size: 12px;
    line-height: 18px;
    float: left;
    padding: 5px 0;
    width: 800px;
}

.loginorregistermsg a {
    color: #9C7D28;
    text-decoration: underline;
}

.productdetailsQuantity {
    float: right;
    margin-right: 10px;
}

.productdetailsQuantity .jqTransformSelectWrapper {
    margin-top: 8px;
}

.productdetailsQuantity .jqTransformSelectWrapper {
    float: left;
    padding: 3px 0 4px;
}

.reviewsBoldText {
    font-family: 'DroidSerifBold' !important;
    font-weight: normal;
}

ul.mainMenu li.latThreeCat ul.subMainMenu {
    left: auto !important;
    right: 0 !important;
}

ul.mainMenu li.latThreeCat ul.subMainMenu li ul.subMenu {
    left: auto;
    right: 105%;
    top: 0;
}

.productQuantityCustomJqtransform .jqTransformSelectWrapper ul {
    width: 51px !important;
    top: 29px !important;
    height: 153px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .productQuantityCustomJqtransform .jqTransformSelectWrapper ul {
        width: 55px !important;
        top: 27px !important;
    }
}

.productQuantityCustomJqtransform .jqTransformSelectWrapper ul li {
    width: 51px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .productQuantityCustomJqtransform .jqTransformSelectWrapper ul li {
        width: 55px !important;
    }
}

.productQuantityCustomJqtransform .jqTransformSelectWrapper ul li a {
    height: 21px !important;
    padding-top: 8px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .productQuantityCustomJqtransform .jqTransformSelectWrapper ul li a {
        height: 20px !important;
    }
}

.productdetailsQuantity .jqTransformSelectWrapper ul {
    width: 51px !important;
    top: 29px !important;
    height: 153px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .productdetailsQuantity .jqTransformSelectWrapper ul {
        width: 55px !important;
    }
}

.productdetailsQuantity .jqTransformSelectWrapper ul li {
    width: 51px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .productdetailsQuantity .jqTransformSelectWrapper ul li {
        width: 55px !important;
    }
}

.productdetailsQuantity .jqTransformSelectWrapper ul li a {
    height: 21px !important;
    padding-top: 8px !important;
}

/*--------------------  --------------------*/

.pageContentText {
    float: left;
    width: 963px;
}

.pageContentImage {
    float: right;
    /*	width				: 279px;*/
    text-align: right;
    margin-bottom: 10px;
    margin-left: 10px;

}

.pageContentImageLeft {
    float: left;
    text-align: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.productRating {
    float: right;
    margin: 10px 10px 0 0;
}

.productRatingUnregistered {
    float: right;
    margin: 10px 10px 0 0;
}

.thanksRating {
    float: right;
    font-family: DroidSerif;
    line-height: 19px;
    width: 110px;
    margin-top: 4px;
    display: none;
}

.loginPageHeadersCustom {
    float: left;
    clear: both;
}

.loginPageHeadersCustom h1 {
    float: left;
    color: #9C7D28;
    font-family: 'DroidSerifBold';
    font-size: 15px;
    font-weight: normal;
    padding-top: 25px;
    padding-bottom: 25px;
}

.loginPageHeadersCustom h1.personalInfo {
    padding-top: 16px !important;
}

.customTopHeaderAlreadyReg {
    padding-top: 17px !important;
}

#wrapper {
    float: left;
    width: 100%;
}

.menu {
    float: left;
    width: 100%;
}

.paymentPageFormFields {
    float: left;
    width: 600px;
}

.paymentPage input.editbutton,
.paymentPage .paynowButton {
    float: left !important;
}

#step1 .registerFields {
    clear: both !important;
    float: left !important;
    width: 100% !important;
}

#step1 .registerFields .button {
    margin-left: 414px !important;
}

#step2 .registerFields .button {
    margin-left: 414px !important;
}

#step2 .registerFields {
    float: left !important;
    width: 60% !important;
}


.register #step2 .button {
    float: left !important;
    margin-left: 424px !important;
}

.registerFields .instructionPara {
    position: absolute !important;
    left: 0px !important;
    width: 200px;
    top: -15px !important;
}

#step2 .registerFields {
    position: relative !important;
}



.deliveryaddrerssTitleTop {
    position: absolute;
    left: 20px;
    top: -5px;
}

#step2 .positioningAddDDressBtn {
    position: absolute;
    right: 0px;
}

#step2 .registerFieldsForGiftCheck {
    clear: both;
}

#step2 .positioningEditBtn {
    position: absolute;
    top: 434px;
    right: 0px;
}

#step2 .deliveryBtnIPad {
    position: absolute;
    left: -252px;
}

.step2IDRelative {
    position: relative;
}

.topHeaderOuter {
    background-color: #2F230C;
    height: auto;
    width: 102%;
    margin-left: 0%;
    float: left;
}

.topHeader {
    margin: 0px auto;
    width: 100%;
    height: 37px;
}

.headerTopLeft {
    float: left;
    width: 230px;
}

.specialOffersDiv {
    background-color: #151205;
    border: 1px solid #9C7D28;
    float: left;
    margin-top: 20px;
    padding: 5px;
    width: 100%;
}

.firstFooterSection {
    float: left;
    width: 102%;
    margin-left: 0%;
    background-color: #9c7d28;
}