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

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

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

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

@font-face {
    font-family: 'open-sans-regular';
    src: url('../_fonts/OpenSans-Regular.ttf') format('truetype');
    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;
}

:focus {
    outline             : none;
}
img {
    border              : none;
}
a{
    text-decoration     : none;
}
body {
    //font-family       : DroidSerif;
    font-family         : 'Gill Sans MT W03 Light';
    font-size           : 12px;
    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;
}
.headerTopLeft {
    float               :left;
       width: 225px;
   /*  margin-bottom       : 10px; width: 187px;*/
}
.headerTopRight {
float: right;
    /* width: 417px; */
    margin-bottom: 9px;
}
.loginRegister {
    color               : #FFFFFF;
    float               : left;
    padding 	        : 9px 7px 7px 7px;
    //font-family: open-sans-regular;
    font-family: 'Gill Sans MT W03 Light';
    font-size: 13px;
	    margin-right: 10px;
       /*  width: 150px; */
}
.loginRegister a{
    color               :#FFFFFF;
    text-decoration     :none;  
	font-family: Gill Sans MT W03 Light;
    font-size: 13px;
}
.basket {
	float: left;
    width: 190px;
    /* background-color: #EAAA00; */
    height: 22px;
    padding-top: 8px;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    color: #fff;
}
.basket:hover{
	/*  background-color    : #EAAA00; */
}
.basket span{
    color: #fff;
    font-family: Gill Sans MT W03 Light;
    font-size: 13px;
    float: left;
    text-transform: uppercase;
    padding-left: 12px;
}	
.basket a{
    color: #fff;
    float: left;
    font-family: Gill Sans MT W03 Light;
    font-size: 13px;
    float: left;
    text-transform: uppercase;
}
.basket p{
    color: #fff;
    font-family: Gill Sans MT W03 Light;
    font-size: 13px;
    float: left;
    text-transform: uppercase;
}	

.basketItems{
   float                : left;
   width: 66px;
   color                :#FFFFFF;
}
.basketPrice{
   float                : left;
   width                : 35px;
   color                :#FFFFFF;
   text-align           : left;
}
.checkout {
    float: left;
    width: 67px;
    /* background-color: #FFFFFF; */
    /* height: 22px; */
    padding: 4px 6px 4px 6px;
    color: #fff;
    /* padding-left: 11px; */
    font-family: Gill Sans MT W03 Light;
    font-size: 13px;
    cursor: pointer;
    margin-top: 5px;
    /* margin-left: 4px; */
    background-color: #EAAA00;
}
.checkout:hover{
    color               :#FFFFFF;
    background-color    : #EAAA00;
}
.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               : #EAAA00;
    font-size           : 23px;
    padding-left        : 32px;
    padding-top         : 5px;
    text-align          : center;
    word-spacing        : 1px;
}
.headerRightLogo {
    float               :left;
    margin-top          : 7px;
}
#navigationOuter {
    width               :100%;
    float               :left;
    height              :auto;
    background-color    : #EAAA00;
    margin-top          : 5px;
}
.navigation {
    width: 877px;
    height: 34px;
    color: #FFFFFF;
    margin: 0px auto;
    font-size: 14px;
}
.navigation ul{
    list-style          : none;
    /*display             : inline;*/
}
ul.mainMenu  { 
    position: relative;
    text-transform: uppercase;
    float: left;
    padding-left: 12px;
}
ul.mainMenu li{
    float               : left;
    word-spacing        : 3px;
    width               : auto;
    /* margin-right        : 50px; 
    margin-right        : 28px;*/
	margin-right        : 15px;
}
ul.mainMenu li:last-child{ margin-right : 0px;}

ul.subMainMenu a:hover,ul.subMainMenu a:active { 
        text-decoration: underline;
    color: #2f230d;
}
ul.mainMenu li a  { 
    display 			: block;
    color 			: #000000;
    padding: 8px 3px 8px 4px;
	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 			: #2f230d;
	text-decoration:underline;
}
/* LEVEL TWO*/

ul.mainMenu ul li:first-child{padding-top:4px}
ul.mainMenu ul li:last-child{padding-bottom:4px}
/* LEVEL THREE*/
ul.mainMenu ul ul {
    left 			: 100%; 
    top 			: 0;
}
ul.mainMenu li:hover > ul{
    display 			: inline-block;
}
ul.subMainMenu:before{
    display: block;
    background-image: url("../_images/arrow-new.png");
    width: 12px;
    height: 7px;
    content: "";
    position: relative;
    left: 6px;
    background-repeat: no-repeat;
}


ul.mainMenu ul{ 

    display 			: none;
    position 			: absolute; 
    top 			: 100%; 
    left 			: 0;
    z-index 			: 10000;
}
ul.mainMenu ul li{ 
    font-weight: normal;
    background: #EAAA00;
    color: #FFFFFF;
    float: none;

    font-size: 12px;
    padding-right: 11px;
    margin: 0px;
	  position: relative; 
}								  
                                    /* IE 6 & 7 Needs Inline Block */
ul.mainMenu ul li a{

    display: inline-block;
    margin-left: 11px;
    padding: 4px 0px;
    height: auto;
	  position: relative; 
} 


ul.subMainMenu ul li,ul.subMenu li {
    font-weight 		: normal; 
    background 			: #b58300; 
    color 				: #FFFFFF;
    float 				: none;
    width				: auto; 
    /* padding-right       : 50px; */
}

ul.subMainMenu li:hover {
    /* background 			: #7b621c; */
    color 				: #EAAA00;
	text-decoration:underline;
    position 			: relative;
}
ul.subMenu li:hover {
    // background 			: #2f230d; 
    background 			: #b58300; 
    color 				: #FFFFFF;
    position 			: relative;
}
ul.subMenu li a:hover{
	color:#EAAA00;

}
ul.subMainMenu ul li a,ul.subMenu li a{
    width 				: auto;
    display 			: inline-block;
    margin-left 		: 13px;
    height 				: auto;
    border-right 		: none;
} 
.lastMenu{
	margin-right:19px !important;
}
.blogLink{
	/* margin-left: 45px!important;
	margin-right:0px !important; */
}
/*************width***********/
.menuWidth1{
	width:176px;
}
.menuWidth2{
	width: 161px;
}
.menuWidth3{
	    width: 148px;
}
.menuWidth4{
	width: 137px;
}
.menuWidth5{
	    width: 139px;
}
.menuWidth6{
	    width: 115px;
}
.menuWidth7{
	    width: 106px;
}
.menuWidth0{
    width: 266px;
}
.menuWidth5:before{
	left: 118px !important;

}
.menuWidth6:before{
	left: 94px !important;
}
.menuWidth7:before{
	left: 84px !important;
}
ul.menuSub1 {
    width: 266px;
}
ul.menuSub2 {
    width: 467px;
}
ul.menuSub3 {
    width: 551px;
}
ul.menuSub4 {
    width: 311px;
}
ul.menuSub5 {
    width: 193px;
}
ul.menuSub6 {
    width: 323px;
}
ul.menuSub7 {
    width: 190px;
}
ul.menuSub8 {
    width: 254px;
}
ul.menuSub9 {
    width: 239px;
}
ul.menuSub10 {
    width: 198px;
}
ul.menuSub11 {
    width: 194px;
}
ul.menuSub12 {
    width: 415px;
}
ul.menuSub13 {
    width: 266px;
}
ul.menuSub14 {
    width: 194px;
}
ul.menuSub15 {
    width: 159px;
}
ul.menuSub16 {
    width: 256px;
}
ul.menuSub17 {
    width: 101px;
}
ul.menuSub18 {
    width: 195px;
}
/*********end**********/

#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-family         : Gill Sans MT W03 Light;
    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         : Gill Sans MT W03 Light;
    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         : Gill Sans MT W03 Light;
    font-size           : 11px;
    padding-top         : 0px;
    float 				: left;
}
}
input#search{
    border              : none;
    color               : #FFFFFF;
    width               : 71px;
    height              : 24px;
    font-family         : Gill Sans MT W03 Light;
    font-size           : 11px;
    background-color    : #EAAA00;
    cursor              : pointer;
}
input#search:hover{
    background-color: #7B621C!important;
}
.whereuhear{
    float: left;
    color: #ffffff;   
    text-transform: uppercase;   
}
.whereuhear ul{
    list-style          : none;  
}
.whereuhear ul.mainMenu li a{
  padding: 8px!important;
}
.whereuhear:hover{
    cursor: pointer;
}
.whereuhear ul.mainMenu li.hover, .whereuhear ul.mainMenu li:hover{
    background:transparent;
}
.whereuhear ul.subMainMenu  li.hover, .whereuhear ul.subMainMenu li:hover{
    background:#EAAA00;
}
#containerOuter{
    width               :100%;
    float               :left;
    height              :auto;
}
.container{
    width               :983px;
    height              :auto;
    margin              :0px auto;
}
.leftTeaser{
    float               :left;
    clear               :both;
    width               :242px;
    *padding-top        :19px;
}
.leftTeaser a{
 color:#ffffff;
}
/*
.leftTeaser:hover .productNameTopDiv {
    background-color: #bfaa73;
}
.leftTeaser:hover .productNameTopDiv a{ 
        color              :#7F6027
    }
.leftTeaser:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}*/
.productDivHover{
    background-color: #FFFFFF;
    width: 237px;
    height: 148px;    
    float:left;
    margin-bottom: 10px;
    margin-left: 10px;
    cursor: pointer;
}
.productTempDivHover{    
    height: 227px!important;   
}

.leftTeaser{
    background-color: #FFFFFF; 
    cursor: pointer;
}
.productDiv:hover .productNameTopDiv,.leftTeaser:hover .productNameTopDiv  {
    //background-color    : #bfaa73;
    background-color  :#e5b742;
}
.productDiv:hover .productNameTopDiv a, .leftTeaser:hover .productNameTopDiv a{
/*     color              :#7b621c;*/
    //color              :#7F6027;
    color: #000000;
}
.productDiv:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.leftDiv{
    float: left;
    height: 464px;
}
.leftDiv:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.productNameTopDiv{
    background-color 	: #EAAA00;
    color 		: #FFFFFF;
    font-size 		: 13px;
    height 		: 24px;
    padding-left 	: 13px;
    padding-top 	: 10px;
    position 		: absolute;
    width 		: 224px;
}
.special_offers {
    border 		: 1px solid #EAAA00;
    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               : #EAAA00;
    float               : left;
    margin-top          : 10px;
    margin-left         : 11px;
    font-size           : 30px;
    font-family         : 'Lato-Regular';
    font-weight         : normal;
}
.special_offers h2{
    color               : #EAAA00;
    float               : left;
    font-size           : 15px;
    margin-left         : 11px;
    margin-top          : -3px;
    font-family         : 'Lato-Regular';
    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          : 50px;/*19px;*/
}
#footer{
    //border-top 		: 1px solid #EAAA00;
    color 		: #FFFFFF;
    height 		: auto;
    width 		: 983px;
    margin              : 0px auto;
}
.footer_left{
    float: left;
    height: 82px;
          width: 644px;
    margin-top: 27px;
}
.footer_left a{
    text-decoration     : none;
    float 		: left;
}
.logo2{
    margin-left 		: 28px;/*19px;*/
    margin-top 			: -4px;
}
.logo3 {
    margin-left			: 28px;
    margin-top			: -4px;
}
.logo4 {
    margin-left			: 28px;
    margin-top			: -4px;
	    float : left;
}
.footer_right{
    float: left;
    height: 82px;
   width: 339px;
    margin-top: 45px;
}
#secure{
    background 			: url("../_images/secure.png") no-repeat right top;
    float: left;
    height: 31px;
    margin-left: 22px;
    margin-top: 9px;
    width: 160px;
}
#secure p{
    float 			: left;
    padding-left 		: 8px;
    padding-top 		: 10px;
	font-family :'Gill Sans MT W03 Light';
  }
#social{
    float 			: right;
    /*height 			: 105px;*/
    /* margin-top 			: 15px;/* */23px;*/
    width 			: 235px;
}
#social p{
   /*  float 			: right; */
}
#social p.creditSite{
    /* padding-top: 40px; */
    padding-top: 2px;
}

#social p.creditSite a{
	color:#ffffff;
	text-decoration:none;
}
/*
#social p.creditSite span{
    font-family         : 'Lato-Regular';
    font-weight         : normal;
}**
/* #social_links{
    float 			: right;
    margin-top 			: 11px;
    width 			: 200px;
} */
#social_links{
    float 			: left;
   /*  margin-top 		: 4px; */
}
#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;/*162px;*/
}
#footer_menu h2{
	float		: left;
	font-size		: 18px;/*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;
}
#footer_menu ul li{
    font-size 		: 14px;/*12px;*/
    padding-bottom 	: 2px;
   /*padding-left 	: 6px;
    margin-left 	: 12px;*/
	list-style-type: none;
}

#footer_menu ul li a{
    /*color:#FFFFFF;*/
	color:#000000;
}

/**/
.firstFooterSection{
	float: left; 
	width:100%;	
	background-color:#EAAA00;
}
.footerContainer{
    width: 980px;
	margin:0 auto;	
}
.footerInnerContainer{
	float:left;
	padding-top:18px;
	padding-bottom:28px;
}
.footerSectionBlock{
	float:left;
	width:245px;
}
.firstSectionFooter{
	width:250px;
}
.lastFooterSection{
	width:240px;
}

.footerSectionBlock h1{
	font-family:'Lato-Regular';
	font-size:24px;
	margin-bottom:15px;
}

.twitter-article{
	margin-bottom:10px;
}
.instagramBlock{
	float:left;
	padding-top:2px;
}
.footerSectionBlock .instagram img{
	padding-right:5px;
	padding-bottom:5px;
}

.footer_content{
   font-size:18px;
   width:90%;
}

.subscribe{
	background-color:#000000;
	width:80%;
	color:#EAAA00;
	padding:8px;
	border:0px;
	font-size:12px;
	font-family:'Gill Sans MT W03 Light';
}

.subscribe::-webkit-input-placeholder{
    color:#EAAA00;
}

.subscribes{
    background-color: #E4E4E4;
    color:#000000;	
    width: 94%;
	padding:8px;
	border:0px;
	font-size:12px;
	font-family:'Gill Sans MT W03 Light';
}
.subscribes::-webkit-input-placeholder{   
    color:#000000;
}

.subscribeBlock{
	margin-top:10px;
}
.newsletterSend{
	clear:both;
	font-family:'Lato-Regular';
	font-size:18px;
	margin-top:5px;
	float:left;
	border:0px;
	background-color:transparent;
	cursor:pointer;
	text-decoration:underline;
	color:#000000;
}

.newsletterSends{	
	font-family:'Lato-Regular';
	font-size:18px;
	margin-top:5px;
	border:0px;
	background-color:transparent;
	cursor:pointer;	
    color:#000000;
    width:100%;
    background-color: #EAAA00;
}
.noborder{
    border-top:0px!important;
}
#mc_embed_signup div.mce_inline_error{
	width:78.5%;
	margin:0px!important;
	background-color:transparent!important;
}

.blogDate{
	font-family:'Lato-Regular';
	font-size:18px;
	padding-bottom:5px;
}
.blogContent{
	/*font-family:'aleoregular';
	font-size:18px;*/
	font-family:'Gill Sans MT W03 Light';
	font-size:19px;
	width:80%;/*90%;*/
}
.blogReadMore a{
	font-family:'Lato-Regular';
	font-size:18px;
	color:#000000;
	text-decoration:underline;
}

.blogReadMore a:hover{
	text-decoration:underline;
}

.twittDate{
	font-family:'Lato-Regular';
	font-size:12px;
	padding-bottom:5px;
}

.twitter-text{
	font-family:'Gill Sans MT W03 Light';
	font-size:12px;
}

.twitter-text a{
	color:#000000;
	text-decoration:underline;
}

.margTop{
	margin-top:10px;
}

#social .copyrights, #social p.creditSite span{
	font-family:'Gill Sans MT W03 Light';
	font-size:12px;
}


/**********Product Listing**************/
#productListOuter{
    clear               :both; 
    width               :983px;
    height              :auto;
    border-top          :1px solid #EAAA00;
	float               :left;
    /*border-bottom       :1px solid #EAAA00;   
    padding-bottom      : 25px;*/
}
#productListOuter h1{
    color               :#EAAA00;
    font-size           : 18px;
    margin-top          : 25px;
    font-family         : 'Lato-Regular';
    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;
    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;
    font-family         : Gill Sans MT W03 Light;
    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         : 'Lato-Regular';
    font-weight         : normal;
    float 		: left;
    width               : 350px;
}
.productLargeImageDiv{
    text-align: center;
}
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         : 'Lato-Regular';
}
.productDetail input.cartButton{
    background-color    : #EAAA00;
    float               : left;
    border              : none;
    padding             : 6px;
    font-family         : Gill Sans MT W03 Light;
    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 #EAAA00;
    padding-bottom      : 10px;
    padding-top         : 10px;
}
.productName{
    width               : 400px;
    float               : left;
    padding-left        : 10px;
    font-size           : 14px;
    font-family         : 'Lato-Regular';
    font-weight         : normal;
}
.productContents{
    width               : 200px;
    float               : left;
    padding-left        : 10px;
    font-size           : 14px;
    font-family         : 'Lato-Regular';
    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               : #EAAA00;
    padding-top         : 5px;
    padding-bottom      : 5px;
    font-family         : 'Lato-Regular';
    font-weight         : normal;
}
.upsellingRow p{
    line-height         : 15px;
    padding-top 	: 7px;
}
.upsellingRow select{
    float               : right;
}
.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;
}
.specialOffersDiv{
	float 				: left;
    //margin-left			: 7px;
    width				: 975px;/*996px;*/	
	
	
	margin-top:20px;
	border:1px solid #EAAA00;
	background-color:#151205;
	padding:5px;
}

.specialOffersDiv .tradeEnqBlock{
	width:240px;
	font-size:48px;
	color:#EAAA00;
	float:left;
	padding:10px;
}

.specialOffersDiv  .tradeContent{
	color: #ffffff;
    float: left;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 582px;
}

.specialOffersDiv .tradeContent a, .specialOffersDiv .tradeContent span{
	color: #EAAA00;
}

.tradeEnqImg{
	float: left;
    text-align: center;
    width: 130px;
}

.readMore{
	color: #EAAA00;
	cursor:pointer;
}

.pageContentFullText1 .morecontent{
	display:none;
}

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

.leftTeaserTextOverlay{
    color: #FFFFFF;
    font-size: 13px;
    height: 60px;
    margin-left: 6px;
    margin-top: -42px;
    position: absolute;
    width: 242px;
}

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

.productDiv a{
    color:#ffffff;
}

.productDiv img, .leftTeaser 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: 'Lato-Regular';
        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: Gill Sans MT W03 Light;
	font-size:11px;
	float:left;
}

.popUpProductDetails label{
	width:103px;
	height:20px;
	line-height:18px;
	font-family: Gill Sans MT W03 Light;
	font-size:11px;
	float:left;
}

.productDetailedPrice{
	float:left;
	line-height:18px;
	font-family: Gill Sans MT W03 Light;
	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;
        font-size: 14px;
}

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


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

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

.cartProductsDisplayProductName{
	width:212px;
	float:left;
	height:auto;
	min-height:170px;
}
.cartProductsDisplayProductName img{
	float:left;
	margin : 10px;
}
.cartProductsDisplayProductName p{
	padding-left:10px;
	font-family:'Lato-Regular';
	font-size:12px;
	color:#ffffff;
	padding-top:8px;
}

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

.cartProductsDisplayProductDescription p{
	padding-left:25px;
	font-family:'Lato-Regular';
	font-size:12px;
	color:#ffffff;
	padding-top:8px;
}
.cartProductsDisplayProductQuantity{
	width:160px;
	height:auto;
	float:left;
}

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

.cartProductPriceDisplayCustom{
	color:#000000 !important;
	font-family: 'Gill Sans MT W03 Light' !important;
	padding-top:15px !important;
}

.cartProductTotalPriceDisplayCustom{
	color:#000000 !important;
	font-family: 'Gill Sans MT W03 Light' !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;
}
.cartProductsDisplayProductQuantity .jqTransformSelectWrapper ul{
    height: auto!important;
}
.cartProductsDisplayProductPrice{
	width:140px;
	height:auto;
	float:left;
}

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

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

.cartProductsDisplayProductTotal p{
    color: #FFFFFF;
    float: left;
    font-family: 'Lato-Regular';
    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 #EAAA00;
}

.productDescriptionCustom{
	color:#000000 !important;
	font-family: 'Gill Sans MT W03 Light' !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:10px;
	padding-right:17px;
	padding-top:19px;
	padding-bottom:8px;
	height:auto;
}

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

.promotionCodeHeader p{
	float:left;
	color:#000000;
	font-family: 'Gill Sans MT W03 Light';
	font-size:12px;
	padding-top:13px;
	padding-bottom:13px;
}

.promotionCodeHeader p span{
	color:#EAAA00;
}

.promotionCodeInputField input{
	float:left;
	background-color:#EAAA00;
	border:none;
	width:148px;
	height:15px;
	color:#FFFFFF;
    font-family: 'Gill Sans MT W03 Light';
    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: '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;
}

.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: 'Gill Sans MT W03 Light';
	font-size:12px;
	padding-bottom:10px;
}	

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

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

.summaryDetails .summaryDetailContent .totalCheckoutValue{
	font-family: 'Lato-Regular';
	color:#EAAA00;
}

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

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

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

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

.noProductsInTheCart p{
	font-family: 'Gill Sans MT W03 Light';
	font-size:12px;
	padding-left:17px;
	padding-top:10px;
	color:#FFFFFF;
}	

.redCustomErrorMessage{
	color:red !important;
}

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

.noProductsInTheCartCustom p{
	font-family: 'Gill Sans MT W03 Light';
	font-size:12px;
	padding-left:17px;
	padding-top:10px;
	color:#FFFFFF;
}
/***********************************About Us Styles*********************/
.otherPageContent{
    width               :963px;
    float               :left;
    /*background-color    : #FFFFFF;
	color               :#000000;*/
    height              :auto;
    padding             : 10px;
    margin-top          : 11px;   

    font-size           : 14px;
    color               :#fff;
    line-height         : 23px;
    text-align: justify;
	margin-bottom: 9px;
	padding-left:0px;
}
.otherPageContent p:last-child{
    padding-bottom: 0px!important;
}
.otherPageContent p{
    padding-bottom: 20px;
}

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

.pageContentFullText1 p a,.pageContentText p a,.pageContentFullText1 a,.rightContactText a,.otherPageContent p a{
    text-decoration: none;
    color:#EAAA00;
}
p.largeGoldText,p.largegoldtext,.largegoldtext,.largeGoldText{
    font-size           : 18px;
    color               :#EAAA00;

    line-height         : 27px;
    text-align: justify;
}
.largewhitetext{
	font-size           : 22px;
	line-height         : 27px;
	text-align: justify;
	font-family: "Lato-Regular";
}
.founder_text{
	font-size:14px;
	font-family: "Lato-Regular";
}
p.standardBlackText,p.standardblacktext,.standardblacktext,.standardBlackText{
    font-size           : 14px;
    color               :#ffffff;

    line-height         : 23px;
    text-align: justify;
}

p.largeGoldText a,p.largegoldtext a{
	text-decoration: none;
	color:#EAAA00;
}
p.standardBlackText a,p.standardblacktext a{
	text-decoration: none;
	color:#EAAA00;
}
.imageRightAlign{
    float               :right;
    margin-left         : 44px;
}
p.smallGreyText,p.smallGreyText,.smallGreyText,.smallGreyText{
    font-size           : 12px;
    color               :#5e5e5e;

    text-align         : justify;
}

p.smallGreyText a,smallGreyText a{
	text-decoration: none;
	color:#5e5e5e;
}
/******************Create Account Page Style******************************/
.register{
    width               : 983px;
    float               : left;
    height 				: auto;
/*    min-height          : 535px;*
min-height: 475px;
min-height: 332px;*/
    background-color    : #FFFFFF;
    padding-bottom 		: 10px;
    padding-top         : 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    : #EAAA00;
    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;
}
.paymentformInfo label {
    clear               : both;
    float               : left;
    margin-left         : 0px;
    padding-bottom      : 36px;
    padding-top         : 11px;
    width               : 140px;
}
.register .registerFields{
	width               :973px;
/*    float               :left;*/
}
.register input{
    float               : left;
    width               : 314px;
    height              : 35px;
    border              : none;
    padding-left        : 11px;
    font-family         : 'Gill Sans MT W03 Light';
    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 #EAAA00;
    color               :#FFFFFF !important;
    border              : none !important;
    padding-left        : 11px !important;
    padding-top         : 7px !important;
    font-family         : 'Gill Sans MT W03 Light';
}
.register select option{
    background-color    : #EAAA00;
    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               :#EAAA00;
}
.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         : 'Gill Sans MT W03 Light';  
    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    : #EAAA00;
    margin-bottom: 15px;
}
.loginCreate input.createAccount,.loginCreate input.quickCheckout{
    width               : 154px;
    float               : left;
    height              : auto;
    padding             : 6px 0px;
    cursor 		: pointer;
    background-color    : #EAAA00;
    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               : #EAAA00;
    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:11px !important;
	padding-left:11px !important;
	height:28px;
        color:#010101;
}

.register .jqTransformSelectWrapper div a{
	padding-top:11px !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:11px !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: #EAAA00;
    border: medium none;
    float: right;
    margin-right: 490px;
    font-family: 'Gill Sans MT W03 Light';
    height: auto;
    padding: 6px 11px;
    width: auto;
    cursor: pointer;
    color:#000000;
    clear:both;
/*    margin-left: 411px;*/
}
.errorDiv{
	color:#FF0000;
	float:left;
	display: none;
	padding:10px 0 10px 10px;
}
#loginClient .errorDiv{
	margin-top:10px;
} 

#reviewstitleError,#reviewsError{
	padding:0px !important;	
        color:#EAAA00;
        position:relative;
        left:150px;
        top:0px;
}
#reviewsErrorStar{
	color: #EAAA00;
    margin-top: -22px;
    padding: 0 !important;
    width: 124px;
}
.validationError{
    clear: both;
    color: #FF0000;
    float: left;
    margin-left: 115px;
    margin-top: -33px;
}
.paymentformInfo{
/*	margin:0 auto;*/
	width : 963px;
        margin-left: 10px;
        float: left;
        font-size: 13px;
}
.paymentformInfo h3{
	margin-bottom: 10px;
}
.paymentformInfo p{
	margin-bottom: 10px;
	line-height:16px;
}
.formleft{
	float:left;
	margin-right:6%;
	width:64%;
        margin-bottom: 10px;
}
#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: #EAAA00;
    border: medium none;
    color: #FFFFFF;
    float: left;
    font-family: 'Gill Sans MT W03 Light';
    height: 35px;
    margin-bottom: 10px;
    padding-left: 11px;
    width: 275px;
}
.formright{
	float:left;
	margin-left:10px;
	width:28%;
}
.categoryDescription{
	color:#FFF;
	font-size:14px;
	margin-top:10px;
	line-height: 20px;
	text-align:justify;
        clear: both;
}
.strikeout{
	text-decoration:line-through !important; 
}
.orderConfirmationDiv{
	float:left;
	height:auto;
	margin:10px 0;
	width:100%;
}
.orderconfirmationHeader{
	background-color:#EAAA00;
	float:left;
	height:30px;
	width:100%;
}
.orderconfirmationProducts{
	border-bottom:1px solid #EAAA00;
	float:left;
	height:auto;
	padding:5px 0;
	width:100%;
}
.orderconfirmationHeader .headertitle{
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    text-align: center;
}
.box0{
    float:left;
    padding: 7px 0;
    width:100px;
    text-align: center;
}
.box1{
	float:left;
	padding: 7px 0;
	width:500px;
        text-align: center;
}
.box2{
	float:left;
	padding: 7px 0;
	text-align:right;
	width:140px;
        text-align: center;
}
.box3{
	float:left;
	padding: 7px 0;
	text-align:right;
	width:140px;
        text-align: center;
}
.upsellingRow .jqTransformSelectWrapper{
	background-color: #EAAA00;
    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 #EAAA00;
	float 				: left;
	padding 			: 15px;
	height 				: auto;
	width 				: 953px;
}
.reviewsContent{
	float 				: left;
	width 				: 865px;
}
.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 .reviewLabel{
        font-size: 10px;
        color:#010101;
        margin: 0px;
        font-family 		: 'Lato-Regular';
        font-weight: normal;
        width: 100px;
        padding-bottom: 12px;
}

.reviewsContent p{
	float 				: left;
	line-height 		: 19px;
	width 				: 800px;
	font-family 		: Gill Sans MT W03 Light;
}
.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 	: #EAAA00;
    border 				: medium none;
    float 				: right;
    font-family 		: Gill Sans MT W03 Light;
    font-size 			: 15px;
    padding 			: 4px 24px;
    margin 				: 24px 8px 0 0;
    cursor 				: pointer;
}
.feedbackMsg{
	float 				: left;
	font-size 			: 16px;
	padding 			: 10px 2%;
	width 				: 96%;
}
.reviewsContent .loginorregistermsg{
	font-family 		: Gill Sans MT W03 Light;
	font-size 			: 12px;
	line-height 		: 18px;
	float 				: left;
	padding 			: 5px 0;
	width 				: 800px;
}
.loginorregistermsg a{
	color 				: #EAAA00;
	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             : 'Lato-Regular'!important;
	font-weight 		: normal;
}
ul.mainMenu li.latThreeCat ul.subMainMenu{
   /* left:auto!important; */
    left:0!important;
    right:0!important;
}
ul.mainMenu li.latThreeCat ul.subMainMenu li ul.subMenu{
    left: auto;
    right: 100%;
    top: 0;
}

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

@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;
	width:53px \0/ !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;
	width:53px \0/ !important;
}

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

.productdetailsQuantity .jqTransformSelectWrapper ul li{
	width:51px !important;
	width:53px \0/ !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:50px;
        
}

.what_media_block span{
	color:#EAAA00;
}

.pageContentImageLeft{
        float 				: left;
	text-align 			: left;
        margin-bottom:10px;
        margin-right:50px;
}
.pageContentImageLeft > img, .pageContentImage > img{
	border:5px solid #fff;
}
.productRating{
	float 				: right;
	margin 				: 10px 10px 0 0;
	position:relative;
	top:15px;
	left:100px;
}

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

.thanksRating{
   	float: right;
    font-family: Gill Sans MT W03 Light;
    line-height: 19px;
    width:110px;
    margin-top:4px;
    display:none;
}	

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

.loginPageHeadersCustom h1{
	float:left;
    color: #EAAA00;
    font-family: 'Lato-Regular';
    font-size: 15px;
    font-weight: normal;
    padding-top: 25px;
    padding-bottom:25px;
}
/*.loginPageHeadersCustom h1.personalInfo{
    padding-left: 26px!important;
}*/
.customTopHeaderAlreadyReg{
	padding-top:17px !important;
}
.register .deliveryLabel{
    float:left;
    font-size: 12px;
    width:107px;
    padding-top: 10px;
    clear:both;
}
.register .deliveryFields{
    float: left;
    font-size: 12px;
    width:816px;  
    padding-top: 10px;
}
.register .deliveryRadioButton input{
    float: left;
    clear:both;
/*    width: 50px;*/
    margin-left: 17px;
    margin-right: 20px;
    width: auto;
}
.register .deliveryaddrerssTitle{
    font-size: 12px;
}
.register .deliveryBlock{
    float: left;
    height: 80px;
    margin-bottom:20px;
}
.register .addAddressButton{
    float:right!important;
    margin-right: 8px;
}
.register #step2,.register #step1{
    padding-left: 10px;
}
.deliveryLabel .deliveryButton{
    float:left!important;
    margin-left: 158px!important;
}
.register input.editbutton,.register input.paynowButton{
    margin-right: 8px;
    float:right;
}
.myAccountPage{
    width               :983px;
    float               :left;
    background-color    : #FFFFFF;
    height              :auto;
    padding             : 10px 0px; 
}
.leftSideMyaccount{
    width:190px;
    float: left;
    margin-left: 10px;
}
.leftSideMyaccount h3{
    border-bottom: 1px solid #EAAA00;
    color: #EAAA00;
    font-weight: normal;
    font-family: 'Lato-Regular';
    margin-bottom: 20px;
    width: 100px;
    font-size: 14px;
}
.myAccountMenu{
    font-size: 12px;
    color:#000000;
    width: 150px;
}
.myAccountMenu ul li{
    list-style: none;
    padding-bottom: 10px;
}
.myAccountMenu ul li a{
    color:#000000;
}
.rightSideMyaccount{
    float:left;
    width:700px;
    margin-left: 10px;
}
.rightSideMyaccount h2{
    color: #000000;
    font-weight: normal;
    font-family: 'Lato-Regular';
    margin-bottom: 20px;
    font-size: 15px;
}
.myAccountPage input.changeAdd{
    background-color: #EAAA00;
    border: medium none;
    color: #000000;
    cursor: pointer;
    float: left;
    font-family: 'Gill Sans MT W03 Light';
    height: auto;
    padding: 6px 11px;
    width: auto;
    margin-top: 10px;
}
.myAccountPage input.makeFavourite{
   height: 17px;
   margin-left: 10px;
   width: 252px;
}
.myAccountPage .deleteAdd{
    margin-left: 10px;
}
.myAccountPage .deliveryBlock{
    float: left;
    height: auto;
    width:760px;
    margin-bottom: 20px;
}
.myAccountPage .deliveryFields{
    float: left;
    font-size: 12px;
    width:610px;  
    height:30px;
}
.myAccountPage .deliveryLabel{
    float:left;
    font-size: 12px;
    width:150px;
    height:30px;
}
.myAccountPage .deliveryaddrerssTitle{
    font-size: 13px;
    font-family: 'Lato-Regular';
    padding-bottom: 15px;
}
.myAccountPage .myAccountDefaultTitle{
    float: left;
    width:350px;
    margin-top: 15px;
}
.myAccountPage .defaultDeliveryFields{
    float: left;
    font-size: 12px;
    width:610px; 
    line-height: 19px;
}
.myAccountPage .errorPass{
    color: #FF0000;
    display: none;
    float: left;
    padding-left: 10px;
}
.myAccountPage .deliveryFields input{
    float:left;
    height: 17px;
}
.myAccountPage #invalidError{
    padding-top: 20px;
}
.pageContent2{
    padding-bottom: 20px;
    float: left;
}
.noPadding{
    padding-bottom: 0px!important;
}
.orderHistoryMainDiv{
	float:left;
	font-size:13px;
	height:auto;
	padding:8px 5px;
        background-color:#EFEFEF;
	width:750px;
}
.ordeRowColor{
     background-color:#E4E4E4;
}
.historyDivHeader{
	background-color:#434343;
	color:#FFF;
}
.serialNo{
	float:left;
	height:auto;
	width:10%;
        text-align:center;
}
.individualOrderCell{
	float:left;
	padding: 0 2%;
	width:25%;
        text-align:center;
}
.individualOrderCell2{
	float:left;
	width:15%;
	text-align:center;
}
.individualOrderCell2 a{
    cursor: pointer;
}
.individualOrderCell3{
   width:10%!important; 
   text-align:center;
   float:left;
}
.displayHistoryMainDiv{
    float:left;
	font-size:13px;
	height:auto;
	padding:8px 5px;
        background-color:#ffffff;
	width:750px;
}
.backButton{
    background-color: #EAAA00;
    color: #000000;
    height: auto;
    margin-top: 10px;
    padding: 6px 11px;
    width: 50px;
}
.backButton a{
    color:#000000;
}
.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;
}
.formleft label{
    margin-left: 10px;
    padding-bottom: 20px;
/*    padding-top: 5px;*/
    width: 170px;
    font-size: 13px;
}
.formleft input{
   font-size: 13px;
  /*   height: 25px;
    padding-left: 11px;
    width: 250px;*/
 margin-bottom: 20px;
}
.formleft h3,.formright h3{
    margin-left: 10px;
    padding-bottom: 15px;
    font-size: 14px;
}
.formright p{
    font-size: 13px;
    line-height:25px;
    padding-left: 15px;
}
.formleft .sameasbilling{
    float:left;
    width: auto;
    outline: none;
}
.formleft .errorDiv{
    clear: both;
    color: #FF0000;
    float: left;
    margin-top: -55px;
/*    padding: 10px;*/
/*padding-left:528px;*/
margin-left:515px;
}

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

.pollInputSubmitHolder{
	float:left;
}

.pollInputSubmitHolder input{
    background-color: #EAAA00;
    border: medium none;
    cursor: pointer;
    float: left;
    font-family: Gill Sans MT W03 Light;
    padding: 6px;	
}

.pollInputSubmitHolder #viewPollResults{
	float:left;
	margin-left:10px;
}

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

.pollPercentageProgressHolder{
    float: left;
    height: 15px;
    margin-left: 10px;
    margin-top: 5px;
    width: 130px;
}

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

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

.thanksForVote{
	color:#EAAA00;
	width:100%;
	float:left;
	padding-bottom:10px;
}

#sorryYouVoted{
	display:none;
    float: left;
    margin-left: 10px;
    width: 220px;
}

.pollErrorDisplay{
    color: #EAAA00;
    display: none;
    margin-left: 195px;
    margin-top: 25px;
    position: absolute;
    font-size:11px;
}
#shippingError{
/*    padding-left: 20px;
    padding-top: 20px;*/
    margin-left: -10px;
    margin-top: -7px;
}
.register .registerFields textarea{
    background-color: #E4E4E4;
    border: medium none;
    float: left;
    padding-left: 11px;
    width: 314px;
    height: 72px;
    margin-bottom: 20px;
    resize:none;
    padding-top: 8px;
    font-size: 12px;
    font-family: 'Gill Sans MT W03 Light';
}
.registerFields p.instructionPara{
    font-family: 'Lato-Italic';
    font-size: 10px;
    
    bottom: 12px;
    float: right;
    position: relative;
    right: 700px;
}

.input {
    background-color: #E4E4E4;
    border: medium none;
    float: left;
    font-family: 'Gill Sans MT W03 Light';
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    padding-left: 11px;
    width: 314px;
}
.proceedbutton {
    background-color: #EAAA00;
    border: medium none;
    clear: both;
    color: #000000;
    cursor: pointer;
    float: left;
    font-family: 'Gill Sans MT W03 Light';
    height: auto;
    padding: 6px 11px;
    width: auto;
}
#content{
	background-color: #FFF;
	padding:15px;
}
.entry-content > p{
	color:#000;
}
.entry-content li{
	font-size:14px !important;
	color:#000!important;
}
.successMessage{
	float:left;
	padding:15px;
	font-size:18px;
	font-family: 'Gill Sans MT W03 Light';
	color:#EAAA00;
	display:none;
}
.otherPageContentTransaction{
    width               :963px;
    float               :left;
    background-color    : #FFFFFF;
    height              :auto;
    padding             : 10px;
    margin-top          : 11px;   
    font-size           : 12px;
    color               :#000000;
}
.otherPageContentTransaction .fieldData{
    width:800px;
}
.otherPageContentTransaction .fieldData input{
/*    height:32px;*/
    font-size: 12px;
/*     margin-top:10px;*/
     width: 300px;
     margin-right: 10px;
     margin-bottom: 5px;
}
.otherPageContentTransaction .fieldLabel{
    margin-top:10px;
    width: 175px;
}

.fieldData .jqTransformSelectWrapper{
	margin-left:0px !important;
        margin-bottom: 20px;
        margin-right: 10px;
        margin-top:0px;
	width:310px !important;
	margin-left:0px !important;
	height:35px !important;
        background-color: #e4e4e4;
}
.expiry_tr_block .fieldData .jqTransformSelectWrapper{
	width: 151px !important;
	margin-bottom:6px;
	
}

.fieldData .jqTransformSelectWrapper ul li{
	width:310px !important;
}
.expiry_tr_block .fieldData .jqTransformSelectWrapper span{
 width: 151px !important;
}
.expiry_tr_block .fieldData .jqTransformSelectWrapper ul{
 width: 151px !important;
}
.fieldData .jqTransformSelectWrapper ul {
	width:310px !important;
        height: auto;
}
.fieldData .jqTransformSelectWrapper div a{
	padding-top:9px !important;
        background: url("../_images/dropdown.png") no-repeat scroll center center transparent!important;
}
.register .labelGiftTick{
    clear: both;
    float: left;
    margin-left: 49px;
    padding-bottom: 35px;
    padding-top: 11px;
    width: 125px;
}
.imageAlignDiv{
    width:207px;
    height: 129px;
    float: left;
    text-align: center;
}
.paymentPageFormFields{
	float:left;
/*	width:620px;*/
width:698px;
}
.paymentPage input.editbutton, .paymentPage .paynowButton{
	float:left !important;
}

.fieldData .jqTransformSelectWrapper div span{
	padding-top:11px !important;
	padding-left:11px !important;
	height:28px;
        color:#010101;
}
.fieldData .jqTransformSelectWrapper div a{
	padding-top:11px !important;
        background: url("../_images/dropdown.png") no-repeat scroll center center transparent!important;
}
.fieldData .jqTransformSelectWrapper ul li{
	width:310px !important;
	height:35px !important;
}
.fieldData .jqTransformSelectWrapper ul li a{
	width:310px !important;
	height:28px !important;
	padding-top:11px !important;
        background-color: #999999;
        color:#010101;
}
.fieldData .jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover{
    background-color: #666666 !important;
    color: #FFFFFF;
}
.fieldData .jqTransformSelectWrapper ul {
	width:310px !important;
	top:35px !important;
}
.strikeoutRelated{
    text-decoration: line-through;
}
.discounrRelated{
    color:#BF1400;
    padding-left: 10px;
}
/******* Preferred Delivery Date style ******/
.prefferedDateContent{
   float:left;
   width:450px;
   padding-left: 17px;
}
.prefferedDateContentPara{
	width:100%;
	float:left;
	padding-left:17px;
	font-size: 12px;
	color: #000000;
	padding-top: 13px;
}
.prefferedLabel{
    color: #000000;
    float: left;
    font-family: 'Gill Sans MT W03 Light';
    font-size: 12px;
    padding-bottom: 13px;
    padding-top: 13px;
    margin-top: 7px;
}
.preferredDateField{
    background-color: #EAAA00;
    border: medium none;
    color: #FFFFFF;
    float: left;
    font-family: 'Gill Sans MT W03 Light';
    font-size: 14px;
    margin-left: 15px;
/*    margin-right: 122px;*/
    margin-top: 15px;
    padding: 4px 12px 3px;
}
#ui-datepicker-div{
    z-index: 9999;
}
.ui-datepicker-header{
    background-color: #EAAA00 !important;
    color:#FFFFFF !important;
}
.ui-datepicker th{
    color:#EAAA00!important;
}
.ui-state-default{
    color: #FFFFFF!important;
    background-color: #000000!important;
}
.ui-widget-content .ui-state-active, .ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-focus {
    color: #FFFFFF!important;
    background-color: #EAAA00!important;
}
/******************Serving suggestion styles*******************/
.servingOuter{
    float: left;
    width:100%;
    height: auto;
    margin-top: 10px;
    margin-bottom:10px;
}
.servingThumb{
    float: left;
    width:120px;
    /*height: 75px;*/
}
.servingText{
    float: left;
    margin-left:30px;
    /*width:830px;*/
    height: auto;
	width:810px;
}
.servingOuter h3{
    font-size: 16px;
    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;
}
.servingOuterRecipe{
    float: left;
    width:100%;
    height: auto;
     margin-top: 5px;
}
.servingLarge img{
	border:5px solid #fff;
}
.read_arrow{
	margin-left:5px;
}
.servingLarge{
    float: right;
 /*   width:393px;
    height: 295px;*/
    width: auto;
    height: auto;
    text-align: center;
    margin-left: 50px;
}
.servingOuterRecipe h3{
    font-size: 18px;
    font-family: 'Lato-Regular';
    font-weight: normal;
	color:#EAAA00;
}
h4.preparationMain{
    font-family: 'Lato-Regular';
    font-weight: normal;
    line-height: 18px;
}
span.preparationSpan{
     font-family: 'Gill Sans MT W03 Light';
     font-weight: normal;
}
.ingredientsDiv{
    /* float: left;*/ 
    margin-top: 20px; 
}
.withoutImage{
	width:100%;
}
.otherPageContent ul,.otherPageContent ol{
    margin-left: 27px;
    padding-bottom: 20px;
}
.otherPageContent ul li{
  /*color:#EAAA00;*/
	font-size:7px;
}
.otherPageContent ul li a{
    color:#EAAA00;
}
.otherPageContent ul li p,.otherPageContent ul li span{
     /*color:#000000*/
	color:#fff;
	font-size:14px;
}
.otherPageContent h1{
    color: #EAAA00;
    font-family: 'Lato-Regular';
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 25px;
}
.otherPageContent h2{
    color: #EAAA00;
    font-family: 'Lato-Regular';
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 25px;
}

#siimage{
	border: 1px solid #E4E4E4;
	margin: 10px 0;
}
.captchaReload{
	margin: 10px 0;
}
.registerFieldsCaptcha{
	width: 500px;
}
.registerFieldsCaptcha .captchaReload{
	float: left;
}
.registerFieldsCaptcha .contact{
	margin-bottom: 25px;
}

.categoryDescription ul{
    margin-left: 25px;
    padding-bottom: 20px;
}
.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;
}
.homePageContent{
    background-color    : #000000!important;
    color               :#FFFFFF!important;
}
.homePageContent ul li{
    color:#FFFFFF!important;
}
.paymentPageFormFields .jqTransformSelectWrapper ul li a{
    width:299px !important;
}
.paymentPageFormFields .jqTransformSelectWrapper ul li{
    width:304px !important;
}
.stateDiv{
    display:none;
}
.sCountryBack .jqTransformSelectWrapper ul{
    background-color: #999999!important;
}
.sCountryBack .jqTransformSelectWrapper{
    margin-bottom: 20px;
}
.cardtypetd{
    vertical-align: top; 
    padding-top: 12px;
}
.productDetailHeight
{
	min-height:285px;
	height:auto;
	padding-bottom:10px;
}

.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;
}
#sHowP
{
    line-height: 16px;
    margin-bottom: 10px;
    font-size: 13px;
     padding-left: 10px;
}
.americanShow{
    margin-left: 18px;
    color: red;
    font-size: 15px;
    margin-bottom: 20px;
    margin-left: 18px;
}
.topHeaderOuter{
	width:100%;
	background-color:#b58300;
	height:auto;
}
.topHeader{
	margin:0px auto;
	width: 983px;
	height:37px;
}
.header a{
	    float: left;
    padding-left: 8px;
    padding-bottom: 9px;
    padding-top: 1px;
 }
.header_phno, .header_phnoa :hover, .header_phnoa :active{
	/*color:#EAAA00;*/
	color:#fff;
	font-size:20px;
	padding-top:4px;
	font-family: Gill Sans MT W03 Light;
}
.call_css{
	color: #000000;
    float: left;
    font-family: Gill Sans MT W03 Light;
    font-size: 20px;
    padding-top: 5px;
}



/*************/
	
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.fade.in {
    opacity: 1;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
	outline: 0;
	margin-top: 10%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal-dialog {
    position: relative;
    width: auto;
	margin: 10px;	
	margin-top: 10%!important;
}

@media (min-width: 768px){
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
}

@media (min-width: 768px){
	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 768px){
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

button.close { 
    cursor: pointer;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    text-align: right;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
} 

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-header h4{
	font-size: 18px;
} 
/************/