@charset "utf-8";

/* CSS Document */

@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;
}

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=0150c6f4-39e3-4a84-a5e6-9a0410769ed9&fontids=5727165");

@font-face {
    font-family: "Gill Sans MT W03 Light";
    src: url("../_fonts/5727165/4708a929-97f3-4f70-9639-aa3e6405fc26.woff2") format("woff2"),
        url("../_fonts/5727165/856a6d9e-5ea0-411d-8009-49b4d036d0bf.woff") format("woff");
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../_fonts/Lato/Lato-Regular.eot');
    src: url('../_fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../_fonts/Lato/Lato-Regular.woff2') format('woff2'),
        url('../_fonts/Lato/Lato-Regular.woff') format('woff'),
        url('../_fonts/Lato/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Italic';
    src: url('../_fonts/Lato/Lato-Italic.eot');
    src: url('../_fonts/Lato/Lato-Italic.eot?#iefix') format('embedded-opentype'),
        url('../_fonts/Lato/Lato-Italic.woff2') format('woff2'),
        url('../_fonts/Lato/Lato-Italic.woff') format('woff'),
        url('../_fonts/Lato/Lato-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

body {
    font-family: 'Gill Sans MT W03 Light';
    font-size: 12px;
    font-weight: normal;
    height: 100%;
    width: 100%;
    float: left;
    background-color: #000000;
}

HTML {
    min-height: 100%;
    height: 100%;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    outline: none;
}

ul {
    list-style-type: none;
}

textarea {
    resize: none;
}

#outerContainer {
    margin: 0 auto;
    overflow: hidden;
    width: 950px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding-bottom: 50px;
}

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

#navigationOuter {
    width: 100%;
    float: left;
    height: auto;
    background-color: #EAAA00;
    margin-top: 5px;
}

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

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

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

/* LEVEL ONE*/
ul.mainMenu {
    position: relative;
    text-transform: uppercase;
    float: left;
    padding-left: 12px;
}

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

ul.mainMenu li a {
    display: block;
    color: #FFFFFF;
    padding: 8px 0px 8px 0px;
    font-family: Gill Sans MT W03 Light;
    font-size: 13px;
}

ul.mainMenu li.hover,
ul.mainMenu li:hover {
    background: #EAAA00;
    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: 99999;
}

ul.mainMenu ul li {
    font-weight: normal;
    background: #383838;
    color: #FFFFFF;
    float: none;
    width: 220px;
    font-size: 12px;
}

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

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

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

ul.subMainMenu ul li,
ul.subMenu li {
    font-weight: normal;
    background: #7b621c !important;
    color: #FFFFFF;
    float: none;
    width: 220px;
    padding-right: 50px;
}

ul.subMainMenu li:hover {
    background: #7b621c;
    color: #FFFFFF;
    position: relative;
}

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

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

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

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

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

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

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

.loginOuterDiv {
    background-color: #FFFFFF;
    height: 242px;
    margin: 65px auto 0;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-top: 15px;
    width: 335px;
}

.loginHeader {
    width: 341px;
    height: 35px;
    float: left;
}

.loginError {
    color: #FF0000;
    float: left;
    font-size: 13px;
    height: 20px;
    margin-bottom: 2px;
    margin-left: 15px;
    width: 311px;
}

.fieldsDiv {
    float: left;
    margin-left: 13px;
    width: 336px;
}

.singleRowDiv {
    font-size: 13px;
    float: left;
    height: 45px;
    margin-bottom: 6px;
    width: 341px;
    text-align: center;
}

.alignFooter {
    margin-top: 67px !important;
}

.labelOuter {
    width: 108px;
    font-family: 'Gill Sans MT W03 Light';
    font-weight: normal;
    height: 35px;
    float: left;
    font-size: 14px;
    padding-top: 10px;
    color: #383838;
}

.textBxOuter {
    float: left;
    height: 36px;
    width: 165px;
}

.loginInput {
    font-family: 'Gill Sans MT W03 Light';
    font-size: 14px;
    background-color: #E4E4E4;
    border: medium none;
    height: 35px;
    padding-left: 11px;
    width: 175px;
}

.categorySortable {
    float: left;
}

.categorySortableHolder {
    float: left;
    height: 26px;
    padding-top: 10px;
    width: 100%;
}

.categorySortable li {
    float: left;
}

.labelOuter label {
    float: left;
    margin-right: 13px;
    width: 83px;
    text-align: left;
}

.loginHeader h1 {
    font-family: 'Lato-Regular';
    font-weight: normal;
    font-size: 20px;
    color: #EAAA00;
    width: 315px;
    text-align: center;
}

.loginText {
    float: left;
    font-size: 14px;
    font-family: 'Gill Sans MT W03 Light';
    font-weight: normal;
    margin-bottom: 5px;
    margin-left: 6px;
    color: #383838;
    width: 300px;
    text-align: center;
}

.loginSubmit {
    background-color: #EAAA00;
    border: medium none;
    clear: both;
    cursor: pointer;
    float: right;
    font-family: 'Gill Sans MT W03 Light';
    margin: 10px 46px 20px 0px;
    padding: 6px 11px;
}

.rememberMe p {
    float: left;
    font-family: tahoma;
    font-size: 13px;
    font-weight: bold;
    width: 111px;
}

.checkBoxLogin {
    float: left;
    margin-top: 1px
}

.rememberMe {
    float: left;
    margin-top: 5px;
}

#loginFailed {
    float: left;
    clear: both;
    display: none;
    margin: 15px 0 0 0;
    font-size: 15px;
    color: red;
}

.addNewBox {
    display: none;
}

.upperMainDiv {
    height: 200px;
    width: 850px;
    float: left;
    border-bottom: 1px solid #cccccc;
}

.pageHeadingDiv {
    float: left;
    font-size: 12px;
    height: 39px;
    color: #EAAA00;
    width: 100%;
}

.tasksContainerOuter {
    float: left;
    padding-left: 20px;
    padding-top: 10px;
    background-color: #FFFFFF;
    margin-top: 10px;
}

.mainRowDivsNews {
    float: left;
    padding-bottom: 5px;
    width: 100%;
}

.authorListHeading {
    color: #EAAA00;
    float: left;
    font-size: 16px;
    padding-bottom: 15px;
    width: 100%;
}

.label {
    width: 150px;
    float: left;
    font-family: 'Lato-Regular';
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
}

.testimonialLabel {
    width: 178px;
    float: left;
    font-family: 'Lato-Regular';
    font-weight: normal;
    color: #434343;
    font-size: 12px;
}

.testimonialLabel span {
    float: right;
    margin-right: 20px;
}

.productLabel {
    width: 180px;
    float: left;
    font-family: 'Gill Sans MT W03 Light';
    font-weight: normal;
    color: #434343;
    font-size: 14px;
    margin-top: 8px;
}

.newsEntities {
    float: left;
    font-size: 14px;
    width: 100%;
    color: #000;
}

.newsEntities a {
    cursor: pointer;
}

.newsEntities a:hover {
    color: #cccccc;
}

.testimonialEntities {
    float: left;
    font-size: 12px;
    width: 609px;
    color: #434343;
}

.productEntities {
    float: left;
    font-size: 12px;
    width: 690px;
    color: #434343;
    margin-bottom: 20px;
}

form .productEntities {
    width: 250px;
}

.individualCellNews {
    float: left;
    font-size: 12px;
    padding: 10px 0px 0px 0px;
}

.label span {
    float: right;
    /*    margin-right:20px;*/
}

.productLabel span {
    float: right;
    margin-right: 20px;
}

#addNewsBtn {
    float: left;
}

.addNewBox {
    float: left;
    font-size: 12px;
    width: 943px;
}

.addShippingCostCustomStyle {
    display: none;
}

.shippingBasedOnTotalSpend,
.shippingBasedOnNoOfItems {
    float: left;
    height: auto;
    width: 100%;
    display: none;
}

.shippingBasedOnTotalSpend input,
.shippingBasedOnNoOfItems input {
    float: left;
    margin-left: 22px;
    width: 265px;
    padding: 1px;
}

.addNewsRowCustom select {
    float: left;
    margin-left: 22px;
    width: 271px;
    padding: 1px;
}

.addShippingCostCustomStyle {
    float: left;
    font-size: 12px;
    width: 500px;
}

.relatedProductForm {
    float: left;
    font-size: 12px;
    width: 460px;
}

.newsRowLbl {
    color: #000000;
    float: left;
    font-size: 14px;
    margin-top: 9px;
    width: 172px;
}

.newsRowLblCustom {
    color: #000;
    float: left;
    font-size: 14px;
    margin-top: 5px;
    width: 150px;
}

.addNewsRowCustom label span {
    float: right !important;
}

.addNewsRow {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.addNewsRow input {
    font-family: 'Gill Sans MT W03 Light';
    font-weight: normal;
    font-size: 14px;
    background-color: #E4E4E4;
    border: medium none;
    float: left;
    height: 35px;
    line-height: 18px;
    padding-left: 11px;
    width: 365px;
    margin: 0px;
}

.addNewsRow select {
    font-family: 'Gill Sans MT W03 Light';
    font-weight: normal;
    font-size: 14px;
}

.productSearchLabel {
    float: left;
    width: 95px;
}

#txt_keyword {
    float: left;
    margin-left: 7px;
    padding: 2px 0;
    width: 199px;
}



.fullNewsTitle {
    color: #EAAA00;
    float: left;
    font-size: 18px;
    padding-bottom: 10px;
    width: 100%;
}

.newsEntitiesOuter {
    float: left;
    width: 80%;
}

.newsTestimonialsOuter {
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #434334;
}

.individualCellNews a {
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.backButton {
    font-size: 13px;
    float: left;
    margin: 10px 0;
    width: 100%;
}

.submitButton {
    float: left;
}

.mainRowDivs {
    background-color: #efefef;
    float: left;
    font-size: 14px;
    width: 943px;
    height: auto;
}

.mainRowDivsHeader {
    background-color: #434343;
    float: left;
    font-size: 14px;
    height: 40px;
    font-family: 'Lato-Regular';
    font-weight: normal;
    width: 943px;
    text-align: center;
    color: #FFFFFF;
}

.individualCellAction1 {
    text-align: center;
    width: 90px !important;
}

.individualCellProductAction {
    padding-left: 16px !important;
    width: 185px !important;
}

.individualCell {
    float: left;
    height: 24px;
    padding-left: 10px;
    padding-top: 9px;
    width: 180px;
    font-size: 12px;
    padding-bottom: 7px;
    text-align: center;
}

.individualCellFooter {
    height: 24px;
    padding-left: 10px;
    padding-top: 9px;
    width: 120px;
    font-size: 12px;
    padding-bottom: 7px;
    text-align: center;
}

.shippingTypeRow {
    width: 260px !important;
}

.customLabelCMS {
    padding-bottom: 10px;
}

.individualProductCell {
    float: left;
    /*    height: 24px;*/
    height: auto;
    padding-top: 9px;
    width: 145px;
    font-size: 12px;
    text-align: center;
    padding-bottom: 8px;
}

.individualPollQuestion {
    float: left;
    height: 24px;
    padding-top: 9px;
    width: 600px;
    font-size: 12px;
    text-align: center;
    padding-bottom: 8px;
}

.individualPollVotes {
    float: left;
    height: 24px;
    padding-top: 9px;
    width: 102px;
    font-size: 12px;
    text-align: center;
    padding-bottom: 8px;
}

.individualPollVotes a {
    color: #000000;
}

.individualPollAction {
    float: left;
    height: 24px;
    padding-top: 9px;
    width: 176px;
    font-size: 12px;
    text-align: center;
    padding-bottom: 8px;
}

.individualCellSubCategory {
    float: left;
    height: 24px;
    padding-left: 10px;
    padding-top: 9px;
    width: 190px;
    font-size: 12px;
    padding-bottom: 7px;
    text-align: center;
}

.serialNoHeader {
    background-color: #CCCCCC;
    float: left;
    height: 27px;
    padding-left: 10px;
    padding-top: 6px;
    width: 60px;
}

.serialNo {
    float: left;
    height: 27px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 9px;
    width: 55px;
    font-size: 12px;
    text-align: center;
    padding-bottom: 5px;
}

.mainRowDivsOuter {
    float: left;
    margin-bottom: 10px;
}

.evenRowDiv {
    background-color: #E4E4E4;
}

.cellNoBorder {
    border: none;
}

.mainRowDivs a {
    cursor: pointer;
}

.newsTestiHeader {
    height: 30px;
    font-size: 14px;
    color: #434343;
    margin-top: 20px;
    float: left;
    font-family: 'Lato-Regular';
    font-weight: normal;
}

/***************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: 'Lato-Regular';
}

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: #EAAA00;
    ;
}

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

.LinkFormRow {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 5px;
    font-family: 'Gill Sans MT W03 Light';
}

.LinkFormRow input {
    background-color: #E4E4E4;
    border: medium none;
    float: left;
    font-family: 'Gill Sans MT W03 Light';
    font-size: 12px;
    height: 35px;
    line-height: 18px;
    padding-left: 10px;
    width: 310px;
}

.LinkFormRowLabel {
    float: left;
    width: 150px;
    font-family: 'Gill Sans MT W03 Light';
    padding-top: 10px;
}

#LinkHolder {
    float: left;
    padding: 15px;
    width: 94%;
}

.homePageBannerMain {
    float: left;
    min-height: 205px;
    min-width: 900px;
}

.confirmMsg {
    color: #000000;
    float: left;
    font-size: 14px;
    padding-top: 5px;
    width: 900px;
    padding-left: 8px;
    background-color: #FFFFFF;
    height: 23px;
    margin-bottom: 10px;
}

.confirmMsgVoucherPage {
    padding-left: 0px !important;
}

.tasksContainer {
    float: left;
    margin-right: 20px;
    width: 943px;
}

.searchKeywordOuterMain {
    float: right;
    margin-right: 39px;
}

.cmsBtnSubmit {
    float: left;
    background-color: #EAAA00;
    color: #ffffff;
    font-family: 'Lato-Regular';
    font-weight: normal;
    height: 26px;
    cursor: pointer;
}


.contentMain {
    float: left;
    margin-left: 307px;
}

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

#footer {
    border-top: 1px solid #EAAA00;
    color: #FFFFFF;
    height: 209px;
    width: 983px;
    margin: 0px auto;
    color: #FFFFFF;
}

#footerLogin {
    border-top: 1px solid #EAAA00;
    color: #FFFFFF;
    height: 0px;
    width: 983px;
    margin: 0px auto;
    color: #FFFFFF;
}

.footer_left {
    float: left;
    height: 82px;
    width: 500px;
    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: 421px;
}

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

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

#social {
    float: right;
    height: 105px;
    margin-top: 23px;
    width: 235px;
}

#social p {
    float: right;
}

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

#social p.creditSite span {
    font-family: 'Lato-Regular';
    font-weight: normal;
}

#social_links {
    float: right;
    margin-top: 11px;
    width: 200px;
}

#social_links a {
    float: right;
    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: 162px;
}

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

#footer_menu ul {
    float: left;
    margin-left: 3px;
    margin-top: 1px;
    list-style-type: disc;
}

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

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

.cmsBtnAddNew {
    float: left;
    background-color: #EAAA00 !important;
    height: 26px !important;
    border: 0px none;
    padding: 0 5px !important;
    width: auto !important;
    margin: 10px 0;
    font-family: 'Lato-Regular';
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
}

.cmsBtnbrowse {
    float: left;
    background-color: #e4e4e4;
    border: 0px none;
    font-family: 'Lato-Regular';
    font-weight: normal;
    color: #000000;
    cursor: pointer;
    margin: 10px 10px 10px 0px;
    height: 24px;
    padding-top: 3px;
}

.cmsBtnAdv {
    float: left;
    margin-top: 10px;
    background-color: #EAAA00;
    height: 26px;
    border: 0px none;
    width: 160px;
    font-family: 'Lato-Regular';
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
}

#searchProduct {
    border: none;
    margin-right: 8px;
    width: 127px;
    float: left;
    margin-left: 21px;
    height: 26px !important;
    background-color: #EAAA00;
}

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

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

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

.loginRegister {
    color: #FFFFFF;
    float: right;
    padding-top: 7px;
    width: 104px;
}

.loginRegister a {
    color: #FFFFFF;
    text-decoration: none;
}

.basket {
    float: right;
    width: 161px;
    background-color: #EAAA00;
    height: 22px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

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

.basketPrice {
    float: right;
    width: 41px;
    color: #FFFFFF;
    text-align: right;
}

.checkout {
    float: right;
    width: 60px;
    background-color: #FFFFFF;
    height: 22px;
    padding-top: 8px;
    color: #000000;
    padding-left: 11px;
}

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

.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: #EAAA00;
    font-size: 23px;
    padding-left: 32px;
    padding-top: 5px;
    text-align: center;
    word-spacing: 1px;
}

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

.pageManagerPageName {
    color: #000;
    float: left;
    height: 25px;
    min-width: 250px;
}

.pageManagerPageName a {
    color: #000;
}

.pageManagerMenuRow {
    float: left;
    font-size: 14px;
    margin-bottom: 11px;
    margin-right: 28px;
    width: 100%;
}

.pageManagerMenuEdit {
    background-color: #EAAA00;
    float: right;
    height: 21px;
    padding-top: 4px;
    text-align: center;
    width: 80px;
}

.pageManagerMenuEdit a {
    color: #ffffff !important;
    background-color: #EAAA00;
    float: right;
    height: 16px;
    text-align: center;
    width: 80px;
}

.pageManagerColumnLeft {
    float: left;
    margin-top: 20px;
    width: 50%;
}

.pageManagerColumnRight {
    float: left;
    margin-top: 20px;
    width: 50%;
}

.addPage a {
    background-color: #EAAA00;
    color: #FFFFFF;
    float: left;
    font-family: 'Lato-Regular';
    font-size: 13px;
    font-weight: normal;
    height: 15px;
    padding: 5px;
    text-align: center;
    width: auto;
}

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

.addSelectPolls {
    float: left;
    margin-right: 29px;
}


.addSelectPolls a {
    background-color: #EAAA00;
    color: #FFFFFF;
    float: left;
    font-family: 'Lato-Regular';
    font-size: 13px;
    font-weight: normal;
    height: 15px;
    padding: 10px;
    text-align: center;
    width: auto;
}

.addPageMgr {
    background-color: #EAAA00;
    border: 0 none;
    color: #FFFFFF;
    float: left;
    height: 24px;
    margin-top: 10px;
    width: 50px;
}

.backButton a {
    background-color: #EAAA00;
    color: #FFFFFF;
    float: left;
    height: auto;
    margin-top: 10px;
    padding: 5px;
    width: auto;
}

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


.changeNaviBtn {
    background-color: #EAAA00;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: 'Lato-Regular';
    font-weight: normal;
    height: 21px;
    margin-top: 5px;
    padding-left: 10px;
    padding-top: 6px;
    width: 118px;
}

#imgDiv {
    color: #000000;
}

.productDiv {
    float: left;
    height: 148px;
    margin-bottom: 10px;
    margin-left: 10px;
    overflow: hidden;
    width: 237px;
    cursor: pointer;
}

.productDiv a {
    color: #ffffff;
}

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

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

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

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

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

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

.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-top: -42px;
    position: absolute;
    width: 242px;
}

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

.cmsButtons a {
    color: #ffffff;
}

.cmsButton {
    background-color: #EAAA00;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    padding: 5px 10px;
    text-decoration: none;
}

#cmsButtons {
    height: 30px;
    width: 951px;
    padding: 10px 0px 10px 0px;
    float: left;
}

.cmsButtons {
    background-color: #EAAA00 !important;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    /*    margin-left: 10px;*/
    padding: 5px 10px;
    text-decoration: none;
    font-family: 'Gill Sans MT W03 Light';
    width: auto !important;
    height: auto !important;
}

.cmsButtonPlain {
    float: left;
    color: #FFFFFF;
    background-color: #EAAA00;
    padding: 5px 10px 5px 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    width: 70px !important;
}

.cmsButtonPosition {
    position: absolute;
    left: 0px;
    top: 0px;
}

.cmsButtonsCustomized {
    padding: 3px 7px !important;
    margin-top: 0px !important;
    padding-top: 2px !important;
    background-color: #EAAA00;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    margin-right: 3px;
    text-decoration: none;
    font-family: 'Gill Sans MT W03 Light';
}

#cmsButtonsCustomizedId {
    height: 30px;
    width: 140px;
    padding: 3px 0px 3px 0px;
    float: left;
}

#popupContactCustomized {
    width: 500px;
    height: 300px;
    color: #ffffff;
}

.formRow label {
    margin-bottom: 8px;
    font-size: 13px;
}

.formRow input {
    width: 485px !important;
}

#meta_description {
    width: 485px !important;
    height: 65px;
    float: left;
}

#save_seo_btn {
    margin-top: 5px !important;
}

.openTopMenu {
    position: absolute;
    width: 983px;
}

.openHeaderPosition {
    float: left;
    padding-top: 32px;
}

.clickTopMenu {
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    background-image: url("../_images/bg_topMenu.png");
    ;
    width: 117px;
    height: 27px;
    padding-top: 5px;
    float: right;
    font-size: 16px;
    position: relative;
    z-index: 5;
}

.topMenu {
    width: 968px;
    color: #FFFFFF;
    margin: 0px auto;
    padding-left: 15px;
    padding-top: 10px;
    background-color: #808080;
    float: right;
    clear: both;
    position: relative;
    height: 187px;
    z-index: 5;
}

.topMenu li {
    float: left;
    list-style: none;
    font-size: 14px;
}

.topMenu li a {
    display: block;
    color: #000000;
}

ul.subTopMenu {
    float: left;
    width: 160px;
}

ul.subTopMenu li {
    float: left;
    font-size: 12px;
    padding-top: 10px;
    width: 100%;
}

.subTopMenu li a {
    color: #FFFFFF;
}

.addRelatedProductsButton {
    background-color: #EAAA00;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-weight: normal;
    height: 10px;
    margin: 10px 0 10px 10px;
    padding: 8px 5px;
    width: auto;
}

.editProductImgDiv,
.editProductLargeImgDiv {
    position: relative;
}

.editProductImgDiv a,
.editProductLargeImgDiv a {
    position: absolute;
}

.editBody {
    float: left;
    clear: both;
    width: 100%;
}

.addMoreRelatedProducts {
    border: 1px solid #FFFFFF;
    float: left;
    margin-bottom: 20px;
}

.addMoreRelatedProducts .fullNewsTitle {
    padding: 10px;
    width: 96%;
}

.addMoreRelatedProducts .newsRowLbl {
    margin-left: 10px;
}

.pageManagerPageDelete {
    float: left;
    width: 44px;
    height: auto;
    padding: 2px;
}


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

#productListOuter h1 {
    color: #EAAA00;
    font-size: 18px;
    margin-top: 25px;
    font-weight: normal;
    font-family: 'Lato-Regular';
}

.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;
    min-height: 35px;
    height: auto;
    padding-top: 11px;
    font-family: 'Lato-Regular';
    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: 'Lato-Regular';
    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: 'Gill Sans MT W03 Light';
    cursor: pointer;
}

.productListing input.cartButton {
    background-color: #EAAA00;
    float: right;
    border: none;
    padding: 6px;
    margin-right: 13px;
    font-family: 'Gill Sans MT W03 Light';
    cursor: pointer;
}

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

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

/**********Product Listing End**************/

.bannerThumbImage {
    width: 983px;
    clear: both;
    float: left;
}

.addBannerOuter {
    border: 1px solid #FFFFFF;
    float: left;
    clear: both;
    width: 500px;
    margin: 5px 0px;
    padding: 5px 0px;
}

.addBannerOuter label {
    padding: 5px 0px;
    font-size: 12px;
    color: #FFFFFF;
    float: left;
}

.bannerSortableHolder {
    float: left;
    margin-right: 20px;
}

.addBannerOuter input {
    float: left;
    margin-left: 5px;
    width: 165px;
}

.bannerInner input.homeBannerImage {
    float: left;
    clear: both;
}

.deleteBannerThumbImage {
    position: absolute;
}

.editBannerThumbImage {
    position: absolute;
    margin-left: 17px;
}

.dragBannerThumbImage {
    position: absolute;
    margin-left: 134px;
    cursor: move;
}

.bannerThumbImage ul {
    margin-top: 20px;
    display: inline;
    float: left;
}

.bannerThumbImage ul li {
    list-style: none;
    width: 180px;
    float: left;
}

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

    font-size: 14px;
    color: #000000;
    line-height: 23px;
    text-align: justify;
}

.noHeightClass {
    min-height: 0px !important;

}

#pageTitle {
    color: #EAAA00;
    float: left;
    font-family: 'Lato-Regular';
    font-size: 22px;
    margin-top: 13px;
    width: 974px;
    height: 25px;
    padding-left: 5px;
}

.otherPageContent p:last-child {
    padding-bottom: 0px !important;
}

.otherPageContent p {
    padding-bottom: 20px;
}

.pageContentFullText1 p a,
.pageContentText p a,
.pageContentFullText1 a,
.rightContactText a {
    text-decoration: none;
    color: #EAAA00;
}

.aboutTitle h2 {
    font-weight: normal;
    font-family: 'Lato-Regular';
    font-size: 22px;
    color: #EAAA00;
    float: left;
    margin-top: 13px;
}

p.largeGoldText {
    font-size: 18px;
    color: #EAAA00;
    padding-bottom: 20px;
    line-height: 27px;
}

p.standardBlackText {
    font-size: 14px;
    color: #000000;
    padding-bottom: 30px;
    line-height: 23px
}

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

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

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

/*-------------------------------Normal page Template, Dynamic content css------------------------*/
.hideDynamicContentBox {
    margin-left: 932px;
    position: absolute;
    margin-top: 18px;
}

.homeContentDelImg {
    margin-left: 948px !important;
}

.dynamicContentTextBox {
    width: 750px;
    margin: 10px 0;
}

.dynamicContentTextareaTextOnly {
    width: 979px;
    height: 300px;
}

.tinymceLarge {
    float: left;
    height: 300px;
    width: 960px !important;
}

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

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

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

.pageContent2 label {
    color: #FFFFFF;
    float: left;
    font-size: 15px;
    margin: 10px 0 0;
    width: 100%;
}

.fileBrowser {
    float: left;
    width: 200px;
    margin: 0 35px;
}

.pageContentImageAndText {
    border: 1px solid #CCCCCC;
    float: left;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    padding-top: 16px 0px;
    width: 100%;
}

.pageContentImageAndText .hideDynamicContentBox {
    margin-left: 944px !important;
}

.pageContentFullText1 {
    float: left;
    margin: 24px 0 0 !important;
    padding: 10px 0;
    width: 100%;
}

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

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

.labelFromTo {
    float: left;
    width: 50px;
    font-family: 'Gill Sans MT W03 Light';
    font-weight: normal;
    font-size: 14px;
    text-align: right;
    margin-right: 30px;
    margin-top: 8px;
}

.labelDiscount {
    float: left;
    width: 145px;
    font-family: 'Gill Sans MT W03 Light';
    font-weight: normal;
    font-size: 14px;
    margin-top: 8px;
}

.labelLinkWindow {
    float: left;
    width: auto;
    margin-top: 10px;
}

.labelDiscountEdit {
    margin-top: 0;
}

.inputFromTo {
    width: 70px !important;
    /*margin-right: 40px!important;*/
    float: left;
}

.inputLinkWindow {
    width: 55px !important;
    float: left;
}

.pageManagerPageDelete {
    float: left;
    width: 44px;
    height: auto;
    padding: 2px;
}

.pageManagerMenuAttachedPage {
    float: left;
    width: 74px;
    height: auto;
    padding: 4px;
    color: #ffffff;
}

.pageManagerMenuAttachedPage a {
    color: #ffffff;
}

.pageManagerMenuEdit {
    float: left;
    width: 80px;
    height: auto;
    padding: 2px;
}

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

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

.bulk-discountName {
    color: #000;
    margin-top: -12px;
    padding-left: 21px;
    width: 165px;
    margin-bottom: 8px;
}

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

.productDetail h2,
.productDetail input#product_name {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 5px;
    font-family: 'Lato-Regular';
    font-weight: normal;
    width: 450px;
}

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

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

.productDetail p {
    line-height: 20px;
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

.productDetail .productDesc {
    float: left;
    height: auto;
    width: 455px;
    margin-top: 5px;
}

.productDetail h3,
p.priceDetail input#product_price,
p.priceDetail input#product_discount_price {
    font-weight: normal;
    font-size: 20px;
    float: left;
    font-family: 'Lato-Regular';
}

p.catDetail select {
    float: left;
    font-size: 12px;
    font-family: 'Gill Sans MT W03 Light';
}

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

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

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

.productName input {
    width: 250px;
    float: left;
    margin-left: 10px;
    font-size: 14px;
    font-family: 'Lato-Regular';
    font-weight: normal;
    margin-right: 20px;
}

.productName label,
.productContents label {
    float: left;
    margin-left: 10px;
    width: 105px;
}

.productContents input {
    width: 70px;
    float: left;
    margin-left: 10px;
    font-size: 14px;
    font-family: 'Lato-Regular';
    font-weight: normal;
}

.upsellingRow h3 {
    font-size: 12px;
    color: #EAAA00;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Lato-Regular';
    font-weight: normal;
}

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

.upsellingRow input.cartButton {
    background-color: #EAAA00;
    float: right;
    border: none;
    padding: 6px;
    font-family: 'Gill Sans MT W03 Light';
    clear: both;
    margin: 0 5px;
    cursor: pointer;
}

.productLabelDetail {
    width: 180px;
    float: left;
    font-family: 'Gill Sans MT W03 Light';
    font-weight: normal;
    color: #000000;
    font-size: 12px;
    margin: 10px;
}

.productEntitiesDetail {
    float: left;
    font-size: 12px;
    width: 180px;
    color: #000000;
    margin: 10px;
}

.productDetail textarea {
    width: 450px;
    float: left;
    height: 100px;
}

.productDetail p.priceDetail {
    margin-top: 15px;
    float: left;
    width: 170px;
}

.productDetail p.priceDetail input {
    width: 80px;
}

.productDetail p.catDetail {
    margin-top: 13px;
    margin-bottom: 12px;
    float: right;
    width: 285px;
}

.productDetail p.catDetail span.labelProductDetail,
.productDetail p.priceDetail span.labelProductDetail {
    width: 83px;
    float: left;
}

.youMayLike {
    height: 330px !important;
}

.youMayLike select {
    width: 207px;
    margin-top: 10px;
    font-size: 13px;
    font-family: 'Gill Sans MT W03 Light';
}

.youMayLike select option {
    width: 187px;
}

.upsellingRow .upsellingDeleteCross {
    position: relative;
    margin-left: 966px;
    height: 0px;
    top: -10px;
}

.upsellingRow .dragUpselling {
    position: absolute;
    margin-left: 945px;
    cursor: move;
}

#upsellingSection #addRelatedProduct {
    clear: both;
    float: left;
}

#upsellingSection #divContentDynamic {
    margin-bottom: 25px;
    float: left;
}

.upsellingSortableHolder {
    float: left;
    border: 1px solid red;
    width: 982px;
    height: 40px;
}

/*product review style*/
.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 #EAAA00;
    float: left;
    padding: 15px;
    height: auto;
    width: 953px;
}

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

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

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

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

.reviewsContent p {
    float: left;
    line-height: 19px;
    width: 800px;
    font-family: 'Gill Sans MT W03 Light';
}

.reviewsBoldText {
    font-family: Lato-Regular !important;
    font-weight: normal;
}

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

.pageManager {
    float: left;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    width: 960px;
}

.pageManagerMenuDelete,
.pageManagerPageDelete {
    float: left;
    width: 44px;
    height: auto;
    padding: 2px;
}

.editButton {
    background-color: #EAAA00;
    color: #FFFFFF;
    display: table;
    float: left;
    height: auto;
    margin-right: 5px;
    padding: 3px 10px;
    vertical-align: middle;
}

.actionDiv {
    float: right !important;
}

.productDetail .jqTransformSelectWrapper {
    margin: 0px;
    width: 190px !important;
}

.productDetail #SubCatDiv .jqTransformSelectWrapper {
    z-index: 0 !important;
}

.productDetail .jqTransformSelectWrapper ul {
    width: 190px !important;
    float: left;
    height: auto !important;
    line-height: 15px;
}

.productDetail .jqTransformSelectWrapper ul li,
.youMayLike .jqTransformSelectWrapper ul li {
    padding-bottom: 5px;
}

.productDetail .jqTransformSelectWrapper ul li a,
.youMayLike .jqTransformSelectWrapper ul li a {
    height: auto !important;
}

.productDetail #SubCatDivEdit .jqTransformSelectWrapper,
.searchFilters #SubCatDivEdit .jqTransformSelectWrapper {
    z-index: 0 !important;
}

.youMayLike .jqTransformSelectWrapper {
    margin: 10px 0 0;
    width: 207px !important;
}

.youMayLike .jqTransformSelectWrapper ul {
    width: 207px !important;
    float: left;
    height: 280px !important;
    line-height: 15px;
}

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

.searchFilters .jqTransformSelectWrapper {
    margin: 0px;
    width: 375px !important;
}

.searchFilters .jqTransformSelectWrapper div span {
    width: 375px !important;
}

.searchFilters .jqTransformSelectWrapper ul {
    width: 375px !important;
    float: left;
    height: auto;
    line-height: 15px;
}

.searchFilters #searchProd,
.searchFilters #searchByOrder {
    margin-left: 40px;
    margin-top: 5px;
}

/***********Poll styles**************/
.addPollHolder {
    width: 963px;
    float: left;
    min-height: 400px;
    height: auto;
}

.addPollInputFields {
    float: left;
    width: 941px;
    height: auto;
    padding-bottom: 10px;
}

.addPollInputFields textarea {
    background-color: #E4E4E4;
    border: medium none;
    float: left;
    font-family: 'Gill Sans MT W03 Light';
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    width: 748px;
    height: 100px;
}

.addPollOptionsHolder {
    float: left;
    width: 100%;
    height: 35px;
    padding-bottom: 10px;
}

.addOptionsInputField {
    background-color: #E4E4E4;
    border: medium none;
    float: left;
    font-family: 'Gill Sans MT W03 Light';
    font-size: 14px;
    font-weight: normal;
    height: 35px;
    line-height: 18px;
    margin: 0;
    padding-left: 11px;
    width: 365px;
}

.addPollButton {
    float: left;
    margin-top: 0px !important;
    margin-bottom: 30px;
}

.addPollButtonCustomClass {
    float: left;
    margin-top: 0px !important;
    margin-bottom: 30px;
}

.addPollButtonCustom {
    margin-left: 76px;
    display: none;
}

.addPollButtonCustomCustomClass {
    margin-left: 76px;
}

.errorPoll {
    color: #EAAA00;
    font-size: 11px;
    float: right;
    display: none;
}

.errorPollCustom {
    color: #EAAA00;
    font-size: 11px;
    float: left;
    padding-left: 20px;
    display: none;
}

#pollQuestionError {
    position: absolute;
    margin-left: 807px;
    margin-top: -14px;
}


#pollResultsPopUpHolder {
    width: 380px;
    float: left;
    padding: 10px;
    background-color: #FFFFFF;
}

#selectPollStandardPageHolder {
    width: 942px;
    float: left;
    padding: 10px;
    min-height: 270px;
    height: auto;
    background-color: #FFFFFF;
    display: none;
    border: 1px solid #CCCCCC;
}

#closeColorBox {
    background: url("../_images/closeColorBox.png") repeat scroll 0 0 transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 25px;
    margin-left: 357px;
    margin-top: -10px;
    position: absolute;
    width: 23px;
    cursor: pointer;
}

#closeColorBoxSelectPoll {
    background: url("../_images/closeColorBox.png") repeat scroll 0 0 transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 25px;
    margin-left: 687px;
    margin-top: -10px;
    position: absolute;
    width: 23px;
    cursor: pointer;
}

#closeColorBoxSelectPoll:hover {
    background-position: 0px -25px;
}

#closeColorBox:hover {
    background-position: 0px -25px;
}

#popUpResultsHolder {
    float: left;
    min-height: 150px;
    height: auto;
    width: 100%;
}

.pollHold {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.pollOptions {
    font-size: 12px;
    float: left;
    min-height: 17px;
    padding-bottom: 5px;
    height: auto;
    width: 110px;
}

.pollPercentage {
    float: left;
    font-size: 12px;
    height: 22px;
    width: 40px;
    margin-left: 10px;
}

.pollPercentageProgressHolder {
    float: left;
    width: 130px;
    height: 22px;
    margin-left: 10px;
}

.pollPercentageProgressBorder {
    height: 10px;
    float: left;
    width: 130px;
    border: 1px solid #434343;
}

.pollPercentageProgress {
    float: left;
    height: 10px;
    background-color: #EAAA00;
}

.pollVotes {
    float: left;
    margin-left: 10px;
    width: 65px;
    min-height: 22px;
    font-size: 12px;
}

.addPollInputFieldsCustomClass {
    padding-bottom: 10px;
}

.footerTitlewidth {
    width: 350px !important;
}

.noPollDIv {
    text-align: center;
    height: 30px;
    font-size: 12px;
    padding-top: 10px;
}

.eachPollSelectHolder {
    float: left;
    width: 100%;
    height: auto;
    min-height: 30px;
}

.eachPollSelectHolder input {
    float: left;
}

.eachPollSelectHolder label {
    font-family: 'Gill Sans MT W03 Light';
    font-size: 12px;
    margin-left: 20px;
    float: left;
    width: 630px;
    line-height: 14px;
}

.leftContactText {
    float: left;
    margin-right: 20px;
    width: auto;
}

.leftContactText .registerFields {
    float: left;
    width: 330px;
}

.leftContactText .registerFields input {
    font-family: 'Gill Sans MT W03 Light';
    font-size: 14px;
    background-color: #E4E4E4;
    border: medium none;
    float: left;
    height: 35px;
    padding-left: 11px;
    width: 314px;
}

.leftContactText .registerFields textarea {
    font-family: 'Gill Sans MT W03 Light';
    font-size: 14px;
    background-color: #E4E4E4;
    border: medium none;
    float: left;
    padding-left: 11px;
    width: 314px;
    height: 80px;
    padding-top: 9px;
    resize: none;
}

.leftContactText label {
    clear: both;
    float: left;
    padding-bottom: 17px;
    padding-top: 6px;
    width: 140px;
}

.leftContactText input.button {
    background-color: #EAAA00;
    border: medium none;
    clear: both;
    cursor: pointer;
    float: left;
    font-family: 'Gill Sans MT W03 Light';
    margin: 10px 0px 0px 404px;
    padding: 6px 11px;
}

.leftThanksText {
    float: left;
    margin-right: 20px;
    width: 470px;
    color: #EAAA00;
    font-size: 14px;
}

.rightContactText {
    float: left;
    margin-left: 20px;
    width: 450px;
}

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

#deletePollSelectDiv {
    position: absolute;
    margin-left: 936px;
    margin-top: -10px;
}

/* added from front end */

.pollHolderForStandardPage {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-size: 14px;
}

.pollIndividualHolder {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.pollQuestionIndividual {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    font-size: 14px;
}

.pollOptionIndividual {
    float: left;
    width: 100%;
    height: auto;
}

.pollOptionIndividual label {
    float: left;
    height: auto;
    width: 150px;
    font-size: 14px;
    font-family: 'Gill Sans MT W03 Light';
}

.pollOptionIndividual input {
    margin-top: 3px;
    float: left;
}

/* added from front end */

.pollIlla {
    color: #EAAA00;
    width: 100%;
    float: left;
}

.serviceButtons {
    float: left;
    margin-right: 20px;
    width: 100%;
}

.serviceButtons a {
    float: left;
    margin-right: 20px;
}

.cmslogout {
    background-color: #EAAA00;
    color: #FFFFFF;
    float: left;
    padding: 5px 10px 4px;
}

.imageAlignDiv {
    width: 207px;
    height: 129px;
    float: left;
    text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .cmslogout {
        background-color: #EAAA00;
        color: #FFFFFF;
        float: left;
        padding: 4px 10px 4px;
    }
}

.csvDownload {
    background-color: #EAAA00;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family: 'Lato-Regular';
    height: 26px;
    margin: -35px 20px 0 0;
    padding: 0 5px;
}

.specialBestDiv {
    width: 60px !important;
}

.subcategoryCell {
    width: 145px !important;
}

/******************Serving suggestion styles*******************/
.servingOuter {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.servingThumb {
    float: left;
    width: 100px;
    height: 75px;
}

.servingText {
    float: left;
    margin-left: 30px;
    width: 830px;
    height: auto;
}

.servingOuter h3 {
    float: left;
    font-size: 16px;
    clear: both;
    font-family: 'Lato-Regular';
    font-weight: normal;
}

.servingOuter h4 {
    float: left;
    font-size: 14px;
    clear: both;
    font-family: 'Gill Sans MT W03 Light';
    font-weight: normal;
    line-height: 18px;
}

.servingOuter h4 a {
    text-decoration: underline;
    color: #EAAA00;
}

#displayAV {
    display: none;
}

.discountDropDown .jqTransformSelectWrapper {
    margin-top: 6px !important;
}

.dscntHeight .jqTransformSelectWrapper ul {
    height: 233px !important;
    overflow: auto !important;
    line-height: 15px !important;
}

.dscntHeight .jqTransformSelectWrapper ul li {
    padding-bottom: 5px;
}

.dscntHeight .jqTransformSelectWrapper ul li a {
    height: auto;
}

.errorMes {
    float: left;
    color: red;
    margin: 10px 0 0 10px;
    font-size: 14px;
}

.categoryDescription ul {
    margin-left: 25px;
    padding-bottom: 20px;
    list-style-type: disc;
}

.categoryDescription ul li {
    color: #FFFFFF;
}

.categoryDescription ul li a {
    color: #EAAA00;
}

.categoryDescription a {
    color: #EAAA00;
}

.categoryDescription h1 {
    margin-bottom: 25px;
}

.categoryDescription h2 {
    color: #EAAA00;
    font-family: 'Lato-Regular';
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 25px;
}

.categoryDescription p:last-child {
    padding-bottom: 0px !important;
}

.categoryDescription p {
    padding-bottom: 20px;
}

.leftTeaserTextOverlayChristmas {
    margin-left: 0px !important;
    margin-top: 0px !important;
    height: 50px;
    display: table;
}

.leftTeaserTextOverlayDivChristmas {
    height: 50px;
    padding: 0 !important;
    width: 242px;
    opacity: 0.75 !important;
}

.leftTeaserTextOverlayChristmas a:hover {
    text-decoration: none;
    color: #EAAA00;
}

.leftTeaserTextOverlayChristmas a {
    text-decoration: none;
    color: #d70000;
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    font-weight: bold;
}

.howDid {
    float: left;
    font-size: 12px;
    height: auto;
    padding-bottom: 8px;
    padding-top: 9px;
    text-align: center;
    width: 150px;
}

.howDidNew {
    width: 120px !important;
}

.actiondiv2 {
    width: 200px !important;
}