/* CSS Document */
  
@import url(reset.css); 
    
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal; 
    
} 
  
/*---------------------------------*/
html { 
	overflow-y: scroll;  /* always show scroll so pages dont jump in FF */
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:101%; 
	text-align:left;   
	background-color:#c8c8c8;  

}

h1, h2, h3, h4 {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:0;
	word-spacing:2px;
	font-weight:normal;
	text-transform:uppercase;
	color:#757478;
	 
}
h1 { 
	font-size:34px;
} 
h2, .total {
	font-size:24px;
	font-weight:normal; 
	padding:1em 0 0.2em 0;

}
h3{
	font-size:18px;
	padding:1em 0 0.5em 0;
	line-height:1.3;

}
h4{
	font-size:16px;
	line-height:1.5;
	font-weight:normal;

}
h1 img{
	float:right;	
	margin:-1em 0 0 0.2em;
}
h1+p img{
	float:left;	
}
.category h1+p{
	margin-right:70px;	
	padding-bottom:1em;
}
.category h1+p img{ 
	position:absolute;
	top:0;
	right:0;
}
p, li, td, th {
/*	font-size:0.8em;*/
	font-size:12px;
	line-height:1.5;
	color:#3b454b;
	color:#666;
}
#content th{
	text-align:right;
	font-weight:bold;
	padding-right:10px;
	width:30%;
}
#content p{
	padding-bottom:18px;
	color:#666;
}
li h2{padding:1.3em 0 0.4em 0;}
li h3{padding:0.2em 0;}
/*li li, li p{
	font-size:1em;	
}*/
legend{
	display:none;	
}
blockquote{
	margin-left:80px;	
}
cite{
	font-style:italic;	
}

a:link, #account-nav ul a:visited{
	color:#757478;	
}
a:hover{
	text-decoration:none;	
}
a:visited{
	color:#757478;	
}
a img{
	border:none;	
}
/*------------------------------------------------------------------*/
#container, #masthead {
	width:940px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#container{
	background:Transparent;  
	padding-bottom:20px;
}
#main_gallery {
	width:940px;
	height:280px;
	background-color:#a5a4a8;
	color:#979586;
	
	}
/* --- Masthead --- */
#masthead{ 
	padding:13px 0 0 0;	
	position:relative;
}

#masthead #trustpilot { 
	display:block;
	position:absolute;
	top: 25px;
    left: 410px;
    height: 100px; 
}
#masthead #cc_icons { width:auto; height:50px; display:block; position:absolute; top:60px; right:0;}

#logo a{
	display:block;
	text-indent:-999em;	
	background:url(/img/nuique_mastheadlogo.png) no-repeat top left;
	width:400px;
	height:100px;
}
#logo p{
	font-size:0.7em;	
	color:#818285;
}

#topNav {
	width:600px;
	height:80px;
	position:absolute;
	top:0;
	right:0;
	
	}
#topNav ul{

	height:30px; 
	position:absolute;
	top:0;
	right:0;
}
#topNav ul li{ 
	float:right; 
	border-right:1px solid #444; 
	height:35px; 
	line-height:35px;
	color:#fff;
	margin-left:4px;
	padding-top:4px;
}   
#topNav ul li a{
	color:#fff;
	padding:4px 10px 0;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:1.5px;
	word-spacing:2px;
	font-size:14px;
	
}

#topNav #phone{
	font-size:24px;
	font-weight:normal;
	line-height:28px;
	padding:0;
	border-right:none;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:1.5px;

	position:relative;
	position:absolute;
	top:65px;
	right:170px;
	text-align:right;
	width:200px;

}

#topNav #phone span{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:absolute;
	top:24px;
	right:0;
	letter-spacing:0;
	width:230px;

}
#topNav #masthead_login {
	border-top:4px solid #444;
	padding-top:0;
}
#topNav #social{
	border-right:none;
}
#topNav #social a{
	padding:0 2px;
	display:inline-block;
	margin-left:5px;

}
#topNav #social a img {
	width:auto;
	height:auto;
}

#main-nav{ overflow:hidden; position:relative; height:94px;}

#main-nav li{
	margin:1em 0 0 0;
	font-size:12px;
	font-weight:bold;
	float:left;	
	border-top:4px solid transparent;
	padding-top:4px;
	position:relative;
		
}
		
#main-nav li:hover{
	background-position:center right;
}
#main-nav a{
	text-decoration:none;
	color:#c8c8c8;
	padding:0;
	line-height:28px;
	display:block;
	background-color:#757478;
	border-right:1px solid #c8c8c8;
	text-transform:uppercase; 
	text-align:center;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	word-spacing:1px;
	font-size:15px;
	font-weight:normal;
}
#main-nav li:hover a{
	color:#fff;
	
}
#main-nav .on{
	color:#fff;
	border-top:4px solid #a5a4a8;
	padding-top:4px;
	z-index:999;
}
#main-nav .on a{
	color:#fff;	
	background-color:#a5a4a8;
	cursor:default;
}
#main-nav li.end {
	width:59px;
	overflow:hidden;
	background-color:#757478;
	margin-top:20px;

	}
#main-nav li.end span {
	background-color:#757478;
	color:#e6e5e6;
	display:block;
	height:22px;
	padding:0 15px;
	text-align:right;
	font-size:11px;
	}	
#main-nav li.base {
	background-color:#a5a4a8;
	display:block;
	height:50px;
	padding:0;
	clear:both;
	width:100%;
	margin:-1px 0 0 0;
	border-top:1px solid #B6B5A8;
	z-index:10;
	position:absolute;
	top:48px;
	}
#main-nav #masthead_home a, #main-nav #home a {width:54px;}

#main-nav #masthead_products a, #main-nav #products a {width:84px;}
#main-nav #masthead_mothers a, #main-nav #mothers a {width:114px;}
#main-nav #masthead_blog a, #main-nav #blog a {width:55px;}
#main-nav #masthead_wholesale a, #main-nav #wholesale a {width:94px;}
#main-nav #masthead_about a, #main-nav #about a {width:56px;}
#main-nav #masthead_testimonials a, #main-nav #testimonials a {width:114px;}
#main-nav #masthead_press a, #main-nav #press a {width:56px;}  
#main-nav #masthead_allergies a, #main-nav #allergies a {width:84px;}
#main-nav #masthead_mums a, #main-nav #mums a {width:104px;}
#main-nav #masthead_heart a, #main-nav #heart a {width:114px;}

/*-------------------*/

#payments{
	padding:0.6em 0 0 0.6em;
	margin-right:0.5em;
	width:97%;
	position:absolute;
	right:0;
	top:0;
}
#payments li{
	float:right;	
	padding:0 0 0 0.2em;
	line-height:25px;
}
#payments img{
	vertical-align:middle;	
}
#account-nav{
	position:absolute;
	right:0;
	top:35px;
}
#account-nav li{
	padding:1em 0.5em 0 0.5em;
	font-size:0.75em;
}
#account-nav .on a{
	color:#3B454B!important;
	text-decoration:none;
	cursor:default;
	font-weight:bold;
}
#account-nav ul .on a{
	color:#557b20!important;
}
#account-nav .basket a{
	background: transparent url(/img/icon_basket.gif) no-repeat left;	
	padding:15px 0 3px 32px;
	margin-top:-13px;
	display:block;
}
#account-nav .basket{
	/*background:url(/img/bg_divider.gif) no-repeat right bottom;	*/
	clear:left;
}
#account-nav .normallink{
	padding:1.2em 0.5em 3px 0.5em;	
	background:url(/img/bg_divider.gif) no-repeat left bottom;	
}
#account-nav li li{
	padding:0 0.3em;
}
#account-nav #payments li{
	padding:0 0.2em;	
}
#account-nav li li strong{
	font-size:1.9em;
	vertical-align:middle;
}
#masthead fieldset{
	position:absolute;
	right:0;
	bottom:0;
	padding:5px;
	width:279px;
	height:26px;
	background:#c8c9c7 url(/img/bg_searchform.gif) no-repeat bottom right;	
}
#masthead input{
	width:190px;	
	margin-left:3px;
	vertical-align:middle;
}
#delivery-notice, .delivery-wholesale{
	position:absolute;
	top:13px;
	left:377px;
	width:184px;
	height:61px;
/*	text-align:center;
	background:#e2e3e3;
	font-size:0.8em;
}
#delivery-notice strong{
	font-weight:normal;
	text-transform:uppercase;
	font-size:2em;
	display:block;*/
}
#delivery-notice p a{
	display:block;
	text-indent:-999em;
	height:61px;
	background:url(/img/freedelivery.gif) no-repeat bottom left;	
}
.delivery-wholesale p{
	color:#C00;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	font-family:Garamond, "Times New Roman", Times, serif;
	line-height:1.2;
}
.delivery-wholesale p strong{
	display:block;
	font-size:30px;
}
/* --- content --- */

#content {
	float:right;
	width:680px;
	padding:0;
	background-color:#fff; 
	margin:15px 0 0 0; 
	padding:20px 10px 10px;
	min-height:500px; 

}
#content.blank { padding:0; background-color:transparent; width:700px; margin:0;}

#accordian li {
 	margin:5px 0;
}  
#accordian li div{
	padding:10px 25px;
	border-top:1px solid #B6B5A8;
	border-bottom:1px solid #B6B5A8;
	margin-top:5px;
} 
#accordian li.header {
 	margin:5px 0;
	font-size:26px;
	letter-spacing:0.5px;
	padding:0;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:0;
	word-spacing:2px;
	font-weight:normal;
	text-transform:uppercase;
	color:#757478;
}  
#accordian h2 { 
	color:#a5a4a8;
	font-size:12px;
	padding:0 0 0 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:normal;
	word-spacing:normal;
	background-image:url(/img/comment.gif);
	background-repeat:no-repeat;
	background-position:0 center;
}
#accordian h2:hover { 
	cursor:default;
	color:#000;
} 

#content ul{
	list-style:disc;
	margin-left:15px;
	padding-bottom:5px;
}
.ui-tabs-panel p+ul{
	padding-left:15px;
	margin-top:-15px;
}
#content ul#products {margin:0; padding:0;}
#products li{
	text-align:left;	
	/*font-size:0.7em;*/
	position:relative;
	list-style:none;
	float:left;
	width:220px;
	margin:0 20px 20px 0;
	background-color:#fff;
	height:340px;
	overflow:hidden;
	
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:1.5px;
	word-spacing:2px;
	font-size:14px;
	font-weight:normal;
}
#products li.end{ margin-right:0;}
#products img{
	display:block;	
	margin:0 auto;
	position:relative;
	top:30px;
}


#products .product_name{
	color:#757478;
	width:180px;
	position:absolute;
	left:10px; 
	top:10px;
	text-transform:uppercase;
	font-size:22px;
	line-height:22px;
	z-index:100;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:0;
	word-spacing:2px;
	
}
#products .status{ 
 	background-color:#fff;
	width:200px;
	height:20px;
	position:absolute;
	left:0;
	bottom:62px;
	text-indent:10px;
	line-height:22px; 
	color:#666;

}
#products .size{ 
 	background-color:#c8c8c8;
	width:200px;
	height:20px;
	position:absolute;
	left:10px;
	bottom:41px;
	text-indent:10px;
	line-height:22px; 
	color:#fff;
}
#products .fprice{
 	background-color:#c8c8c8;
	width:95px;
	height:30px;
	position:absolute;
	left:10px;
	bottom:10px;
	line-height:30px;
	text-align:left;
	text-indent:10px;
	color:#e41c39;
	font-size:18px;
}
#products .sale{
 	background-color:#c8c8c8;
	width:95px;
	height:30px;
	position:absolute;
	left:10px;
	bottom:10px;
	line-height:30px;
	text-align:left;
	text-indent:10px;
	font-size:14px;
}
#products .more{ 
 	background-color:#757478;
	width:104px;
	height:30px;
	position:absolute;
	left:106px;
	bottom:10px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
#products .more a{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	word-spacing:2px;
	font-size:16px; 
	font-weight:normal;
}
#products .offer_button{	
	width:200px;
	height:30px;
	position:absolute; 
	right:10px;
	bottom:62px;
	background-image:url(/img/icon_add2basket.png);
	background-repeat:no-repeat;
	background-position:right center;
	z-index:98;
	background-color:#e41c39;
}
/*#products .offer_button[prodid="1261"]{
	background-color:#ff9c00;
}
#products .offer_button[prodid="1323"]{
	background-color:#68a1a4;
}*/
#products .offer_button a{
	color:#fff; 
	display:block; 
	line-height:14px;
	text-transform:uppercase;
	text-decoration:none; 
	padding-left:10px;
	padding-top:2px;
} 
#products .img{ 
 	background-color:#fff;
	color:#e6e5e6;
	/*width:130px;*/
	height:200px;
	position:absolute;
	right:10px;
	top:55px;
	overflow:hidden;
	z-index:90;
}
/*-------------------------------*/
  


/* --- Product specific info --- */
#price{
	text-align:left;	
	/*font-size:0.7em;*/
	position:relative;
	list-style:none;
	float:left;
	width:200px;
	margin:15px 0 0 0;
	background-color:#fff;
	height:350px;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:1.5px;
	word-spacing:2px;
	font-size:14px;
	font-weight:normal;
}

#price #outOfStockContainer {
		background-color:#757478;
		width:200px;
		position:absolute;
		bottom:0;
		left:0;
		height:90px;
		padding:10px 0 0 0;
}
#price .soldout{
	color:#fff;  
	font-size:22px;
	text-align:center;
	padding:2px 0 0;
	text-transform:uppercase;
}
#price a#notificationLink {
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	display:block;
	padding:2px 0;
}

#price .status{
 	background-color:#fff;
	width:180px;
	height:20px;
	position:absolute;
	left:0;
	bottom:62px;
	text-indent:10px;
	line-height:22px; 
	color:#666;
}
#price .size{
 	background-color:#c8c8c8;
	width:180px;
	height:20px;
	position:absolute;
	left:10px;
	bottom:41px;
	text-indent:10px;
	line-height:22px; 
	color:#fff;
}
#price .fprice{
 	background-color:#c8c8c8;
	width:87px;
	height:30px;
	position:absolute;
	left:10px;
	bottom:10px;
	line-height:30px;
	text-align:left;
	text-indent:10px;
	font-size:18px;
	color:#e41c39;
}
#price .sale{ 
 	background-color:#c8c8c8;
	width:87px;
	height:30px;
	position:absolute;
	left:10px;
	bottom:10px;
	line-height:30px;
	text-align:left;
	text-indent:10px;
	font-size:13px;
}
#price .more{ 
 	background-color:#e41c39;
	width:92px;
	height:30px;
	position:absolute;
	right:10px;
	bottom:10px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
#price .more input{
	color:#fff;
	width:92px;
	height:30px; 
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	word-spacing:2px;
	font-size:16px;
	font-weight:normal;
	
}
#price .offer_button{
	width:170px;
	height:30px;
	position:absolute;
	left:10px;
	bottom:62px;
	color:#fff; 
	display:block; 
	line-height:14px;
	text-transform:uppercase;
	padding:4px 0 0 10px;
	background-color:#E41C39;
}
#price .offer_button[prodid="1261"]{
	background-color:#ff9c00;
}
#price .offer_button[prodid="1323"]{
	background-color:#68a1a4;
}
#price .offer_button a{
	color:#fff; 
	display:block; 
	font-size:11px;
	line-height:12px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none; 
	padding-top:2px;
	background-image:url(/img/icon_add2basket.png);
	background-repeat:no-repeat;
	background-position:right center;
	
} 
#price .img{ 
 	background-color:#fff;
	color:#e6e5e6;
	width:180px;
	height:230px;
	position:absolute;
	left:10px;
	top:15px;
	overflow:hidden;
}

#price .img img{ margin:0 auto; display:block;}


#description{
	width:460px;
	float:right; 
	padding:10px; 
	background-color:#fff;
	margin-top:15px;
	position:relative;
	color:#666;
} 

#description h1 {
	margin-bottom:20px;
	padding-top:10px;
	
	}
#description h3 {
	color:##757478;
	clear:both; 
	margin-top:20px;
	}
#description p{
	color:#666;
} 

img#vegan, img#veggie {clear:both; position:absolute; top:-30px; right:20px; }
img#vegan {right:70px;}
#description ul {
	padding-left:15px;
	}

#description #shtDesc {font-size:14px; font-weight:normal; color:#a5a4a8; padding:10px 0; position:relative;}


#productinfo{
/*	margin-left:190px;	*/
}
#tags{
	font-size:11px;	
}
#content #tellafriend{
	padding-left:18px;
	background:url(/img/icon_envelope.gif) no-repeat left;
	clear:both;
	padding-bottom:0;
}
#happycustomer{
	float:left;	
}
/*For the modal pop ups shopping basket*/
.simplemodal-data {
	padding:20px!important;
	text-align:left;
}
#ModalBasket td{
	padding:0.2em;
	vertical-align:top;
	text-align:left;
	border-top:1px solid #DDD;
}
#ModalBasket img{
	vertical-align:top;	
}
#ModalBasket .button a{
	display:block;
	height:28px;
	text-decoration:none;
	text-indent:-999em;
	float:right;
	width:113px;
	background:url(/img/button_checkout.gif);
	margin-top:1em;
}

/*This form code is for the checkout and contact pages*/
fieldset.checkout{
	/*border-bottom:1px solid #CCC;	*/
	padding:0 1em 1.5em 1em;
	margin:2em -0.4em 20px -0.4em;
	margin:0 -0.4em 20px -0.4em;
	/*background:url(/img/bg_gradient.gif) top repeat-x;*/
}
.simplemodal-data .checkout{
	background:none;	
	border:none;
	margin-top:0;
}
/*.checkout legend{
	display:block;	
	margin-top:3em;
}*/
.checkout input, .checkout textarea, .checkout select{
	display:block;	
	width:15em;
}
.check input{
	display:inline;	
	width:auto;
	vertical-align:middle;
}
.postcode{
	width:6em;	
}
.checkout label, #content .label{
	font-size:12px;	
	font-weight:bold;
	color:#333;
	display:block;
	padding:0.8em 0 0 0;
	margin:0;
}
.checkout label.noheading{ 
	padding:0;
}
.checkout table label{/*.Net controls are in tables... using it to target radio button lists*/
	font-weight:normal;
}
/* --- Extra --- */
#extra {
	float:left;
	width:218px;
	padding:15px 0 0 0; 
	clear:both;
	color:#fff;
	
}
#extra h3 {
	color:#fff; 
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	word-spacing:2px;
	font-size:30px;
	font-weight:normal;
	border-top:4px solid #fff;
	border-bottom:1px solid #fff;
	margin:5px 0 0 0;
	padding:5px 0 5px 10px;
	background-image:url(/img/nav_arrow_sown.png);
	background-repeat:no-repeat;
	background-position:right 4px;
}
#extra h3#brand {}
#extra h3#category {margin-top:50px;}

#extra ul{

}

#extra ul li{
	padding:4px 10px 4px 10px;
	margin:0;
	border-bottom:1px solid #dcdee5;
	
}

#extra li a{
	text-decoration:none;	
	display:block;
	color:#fff;
	text-transform:uppercase;
	line-height:16px;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:1.5px;
	word-spacing:2px;
	font-size:14px;
	font-weight:normal;
}

#extra ul li.active{
	background-color:#fff;
}
#extra ul li.active a, #extra ul li:hover a{
	color:#555;
}

#extra .stamp {
	height:160px;
	height:160px;
	margin:20px auto 0 auto;
	background-image:url(/img/stamp.png);
	background-repeat:no-repeat;
	background-position:center;
}


.offercode{
	background:#fff0c5;
	padding:0.3em 0 0.3em 0.3em;
}
.offercode input{
	width:125px;	
}
#guarantee{
	background:#ebebeb url(/img/seal.gif) no-repeat top right;
	padding:0.6em 50px 0.6em 0.6em;
}
#sidebarProduct {
	margin-bottom:9em !important;
}
#sidebarProduct h4 {
	padding-left:0.6em;
}
#sidebarProduct img {
	width:70px;
	float:left;
}
#sidebarProduct .button{
	text-align:center;
	float:right;
}
#sidebarProduct .threefortwohome{
	margin-top:10px;
} 
.newsletter-signup{
	padding:5px 0 5px 0;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	border-bottom:1px solid #fff;
}
.newsletter-signup p{

}
.newsletter-signup input{
	width:60px;
	background:none;
	border:1px solid #757478;
} 
.newsletter-signup .btnSignup{ 
	border:none;
	color:#fff; 
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	cursor:pointer; 
}
/* -- Footer -- */
#footer {
	clear:both;
	width:939px;
	margin:0 auto;
	clear:both;
	font-size:12px;
} 

#footer_band {
	padding:10px;
	height:50px;
	background-color:#fff;
	background-image:url(/img/guarantee_band_2.jpg);
	background-position:5px center;
	background-repeat:no-repeat;
}
#footer_band ul {
	
}
#footer_band ul li{
	float:right;
	padding-left:8px;
}
#footer_band ul li.icons{ 
	padding-top:15px;
}
#footer_band ul li.icons img{ 
	margin:0 5px;
}

#footer ul#footer_nav{
	height:30px;
	padding-top:20px;
}
ul#footer_nav li{
	font-size:0.7em;
	float:left;
	padding-right:15px;

}
ul#footer_nav li a {
	float:left;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:1.5px;
	word-spacing:2px;
	font-size:14px;
	font-weight:normal;

}
a#footer_logo {
	float:right;
	color:#fff;
	width:130px;
	padding-top:29px;
	height:1px;
	background-image:url(/img/nuique_footer_logo.png);
	background-position:0 center;
	background-repeat:no-repeat;
	overflow:hidden;
}
#dd_tag {
	color:#757478; 
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	word-spacing:2px;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	line-height:16px;
}
#footer p{
	clear:left;	
	color:#fff;
	padding:4px 0;
	font-size:8px;
}

#footer_base {
	clear:both;
	padding:15px 0 10px;
	border-top:1px solid #fff;

} 

/* -- Classes -- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hidden{
	position:absolute;
	left:-999em;
}
input.button{
	text-indent:-999em;
	border:none;
	height:26px;
	background:#f2f2f2 no-repeat top left;	
}
#masthead input.search{
	background-image:url(/img/button_search.gif);
	width:75px;	
	height:31px;
	margin-left:0;
}
.offercode input.apply{
	background-image:url(/img/button_apply.gif);	
	width:75px;
}
.newsletter-signup input.signup{
	background-image:url(/img/button_signup.gif);	
	width:73px;
	height:31px;
}
input.save{
	background-image:url(/img/button_save.gif);
	width:99px;
	height:30px;
	margin:5px 0 0 120px;
}
#content input.apply{ 
	background-image:url(/img/button_apply-orange.gif);
	width:104px;
	height:38px;
	margin:10px 0 0 120px;
}
#btnLogIn{
	background:url(/img/button_login-white.gif) no-repeat top left;	
	width:65px;
	height:28px;	
	margin:5px 0 0 200px;
}
.button a{
	display:block;
	height:28px;
	text-decoration:none;
	text-indent:-999em;
}
/*.buynow a{
	background:#e4780f url(/img/button_buynow.gif) no-repeat top left;
	width:105px;
	height:39px;
	margin:0 auto;
}
.buynow25off a{
	background:#e4780f url(/img/button_buynow_25off.gif) no-repeat top left;
	width:135px;
	height:57px;
	margin:0 auto;
}
.threefortwo a{ 3 for 2 button on product page
	background:url(/img/button_offer-3for2.gif);
	width:165px;
	height:48px;
	margin:0 auto;
}
.threefortwohome a{ 3 for 2 button on home page
	background:url(/img/button_red-small.gif);
	width:135px;
	height:39px;
	margin:0 auto;
}*/
.btnAddOfferCode{
	width:72px !important;
	height:24px;
	padding-top:5px;
	margin:-3.4em 0 0 190px;
}
.offer{
	display:block;
	position:absolute;
	width:56px;
	height:56px;
	background:url(/img/badge_threefortwo.png) no-repeat top left;
	text-indent:-999em;
	right:85px;
	top:120px;
}
.send a, input.send{
	background-image:url(/img/button_send.gif);
	width:75px;
	height:32px;
}
.send a{margin-left:145px;}
.price{
	color:#000;
	font-size:1.1em;
	padding:0.5em 0;
	font-weight:bold;
}
.category .price{
	display:block;	
	padding-bottom:0;
}
.sale{
	color:#900;
	font-size:1.2em;
}
a.action{
	float:right;	
}
.error, .note, .information{
	background:#FFF url(/img/icon_warning.gif) no-repeat left center;
	padding-left:18px!important;
	font-weight:bold;
	color:#900;
	font-size:12px;
	padding-bottom:0!important;
}
.information{
	color:#3B454B;	
	background-image:url(/img/icon_info.gif);
}
#ModalBasket .information, #basketContainer .information{
	color:#900;	
}
.note{
	color:#557B20;	
	background-image:url(/img/icon_tick.gif);
}
.watermarkOn {
	color:#999;
}
.minor{/*information that is of less importance, but neccessary - use to de-emphasise things*/
	color:#999;
	font-size:11px;
}
.total{
	font-weight:bold;
	text-align:right;
	line-height:40px;
	border-top:1px solid #DCDEE5;
	border-bottom:2px solid #DCDEE5;
	margin-top:1em;
}
.btnPostCodeLookUp {
	display:none;
}
/*-- Checkout -- */
#content .ddDatePickerDayDropDown, #content .ddDatePickerMonthDropDown, #content .ddDatePickerYearDropDown {
	display:inline;
	width:50px;
}
.checkout #rdoLstGender label, 
.checkout #rdoLstGender input, 
.checkout #rdoLstDietaryStatus label, 
.checkout #rdoLstDietaryStatus input, 
.checkout #ctlEditDetails_rdoLstDietaryStatus label, 
.checkout #ctlEditDetails_rdoLstGender label,
.checkout #ctlEditDetails_rdoLstDietaryStatus input
.checkout #ctlEditDetails_rdoLstGender input,
.defaultDelCheckbox input {
	display:inline;
}
.defaultDelCheckbox input {
	width:auto;
}
.checkout #rdoLstGender input, .checkout #rdoLstDietaryStatus input, .checkout #ctlEditDetails_rdoLstGender input, .checkout #ctlEditDetails_rdoLstDietaryStatus input {
	width:auto;
	margin-right:1.5em;
}
/* --- JS --- */
.js .lblStreetName, .js .lookupResults, .js .btnFetchAddress, .js .addressContainer, .js .check, .checkout .btnEnterAddress, .js .btnNoJsSelectDeliveryAddress {
	display:none;
}
.js .checkout .btnEnterAddress {
	display:inline;
	font-weight:normal;
}
#content .postcode {
	display:inline;
	width:6em;
}
.checkout .btnFindAddress {
	display:inline;
	width:auto;
	margin:0 0 -8px;
}

/*--------------------Homepage*/

#feature_frame {
	clear:both;
	margin-top:15px;
	position:relative;
	color:#fff;
	font-size:12px;
	height:490px;
	}

.featured_product{
	width:283px;
	height:465px;
	/*display:inline-block;*/
	display:block;
	vertical-align:top;
	position:relative;
	margin:0 12px 0 0;
	padding:10px;
	background-color:#fff;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	word-spacing:2px;
	font-size:16px;
	font-weight:normal;
}
#feature_frame .first {
	float:left;
}
#feature_frame .end {
	position:absolute;
	top:0;
	right:-12px;
}
#feature_frame .mid {
	margin:0 auto;
}
.featured_product.half{
	height:217.5px;
}
.featured_product.half.first{
	margin-bottom:10px;
	float:none !important;
}
/*.featured_product:nth-child(3n){
	margin-right:0;
	margin-left:1px;
}*/
.featured_product .product_name{
	color:#757478;
	height:105px;
	text-transform:uppercase;
	font-size:26px;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:0;
	word-spacing:2px;
	font-weight:normal;
	position:relative;
	line-height:25px;
}
.featured_product .product_name a{
	text-decoration:none;
}
.featured_product.half .product_name{
	height:117.5px;
}
.featured_product.half .product_name div{
	width:200px;	
}
.featured_product.half .product_name img{
	float:right;
	position:absolute;
	top:0;
	right:0;
}
.featured_product .img{
 	background-color:#fff;
	color:#e6e5e6;
	width:230px; 
	height:260px;
	margin:0 auto;
}
.featured_product .offer_button{
	width:100%;
	height:60px;
	background-image:url(/img/icon_add2basket.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#e41c39;
	margin:8px 0 0 0;
}


.featured_product .product_desc{  
 	color:#757478;
	width:210px;
	height:40px;
	position:absolute;
	left:10px;
	top:180px;
	line-height:40px; 
	font-size:14px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
}
.featured_product .size{
 	background-color:#c8c8c8;
	width:100px;
	height:30px;
	position:absolute;
	left:10px;
	bottom:10px;
	text-indent:10px;
	line-height:30px; 
}
.featured_product .label{
 	background-color:#c8c8c8;
	width:192px;
	height:30px;
	position:absolute;
	left:10px;
	bottom:10px;
	text-indent:10px;
	line-height:30px; 
}
.featured_product .fprice{
 	background-color:#c8c8c8;
	width:90px;
	height:30px;
	position:absolute;
	left:112px;
	bottom:10px;
	line-height:30px;
	text-align:center;
	font-size:18px;
	color:#e41c39;
}

.featured_product .more{ 
 	background-color:#757478;
	width:89px;
	height:30px;
	position:absolute;
	right:10px;
	bottom:10px;
	line-height:30px;
	text-align:center;

}
.featured_product .more a{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	 
}
.flash/*, ul#products li:first-child:after*/ {
	display:block;
	width:100%;
	height:40px;
	text-align:center;
	position:absolute;
	bottom:80px;
	right:0;
	background:#E41C39;
	color:#fff;

}
/*ul#products li:first-child:after {
	content:"Sold Out";
	right:0;
	bottom:60px;
	z-index:500;
	line-height:40px;
	font-size:30px;
	width:100%;
}
ul#products li:first-child:before {
	content:"New DHA product coming soon!!";
	z-index:500;
	line-height:60px;
	font-size:16px;
	width:100%;
	display:block;
	width:100%;
	height:60px;
	text-align:center;
	position:absolute;
	right:0;
	bottom:0;
	background:#757478;
	color:#fff;
	white-space:nowrap;
	word-spacing:-1px;
}*/
.flash h3 {
	color:#fff;
	line-height:40px;
	font-size:25px;
	padding:0;
	margin:0;
}
.wideflash h3{
	color:#fff;
	line-height:24px;
	font-size:18px;
	padding:0;
	margin:0;
}
.featured_product .wideflash {
	display:block;
	width:100%;
	height:60px;
	text-align:center;
	position:absolute;
	bottom:0;
	right:0;
	background:#757478;
	color:#fff;
	z-index:500;
	padding:20px 0 0 0;
}
/*.featured_product .offer_button[prodid="1261"]{
	background-color:#ff9c00;
}
.featured_product .offer_button[prodid="1323"]{
	background-color:#68a1a4;
}*/
.featured_product .offer_button a{ 
	color:#fff; 
	display:block; 
	text-transform:uppercase;
	text-decoration:none; 
	padding-left:10px;
	padding-top:10px;
    padding-bottom:26px;
	font-size:18px;
	line-height:20px;
}

 
.feature_block { 
	width:220px;  
	height:320px;
	background-color:#fff;	  
	position:absolute;
	top:0; 
	  
	 
} 

.feature_block a {width:220px; height:320px; display:block; background-position:0 0; background-repeat:no-repeat;}


/*----------------------------New Blog Styles*/

.blogheader {
		margin:0;
		width:610px !important;
		padding:280px 35px 20px 35px !important;
		background-image:url(/img/bkg_blog.jpg); 
		background-position:0 0; 
		background-repeat:no-repeat;
		position:relative;
		}
.blogheader h1, .blogheader h2, .blogheader h3,  .blogheader h2 a{color:#6e6f79!important;}
.blogheader p, .nublog p { font-size:14px;}
.nublog {
	width:610px !important;
	padding:20px 35px !important;
	position:relative;
}
.nublog img, .blogheader img { max-width:610px; height:auto;}


#maincaption {
	width:300px;
	display:block;
	position:absolute;
	top:45px;
	left:300px;
}
#maincaption h2 {
	color:#696260 !important;
	/*text-shadow:2px 2px 4px #fff;*/
}

/*----------------------------New Landing Page 27/01/14 */


#adpage {
	display:block;
	background:#fff;
	padding:30px 15px;
	position:relative;
	margin:15px 0 0 0;
	color:#757478;
	font-size:14px;
	line-height:18px;
}
#adpage:after{
	content:".";
	display:block;
	height:1px;
	clear:both;
	overflow:hidden;
}
.two_col {
	display:inline-block;
	vertical-align:top;
	width:47%;
	padding:0 10px;
	margin:0;
}
.three_col {
	display:block;
	float:left;
	width:260px;
	padding:0 10px;
	margin:0;
	border-bottom:1px solid #ccc;
	min-height:320px;
}
.three_col.mid {
	margin:0 30px;
}
#adpage h1 {
	font-size:44px;
	margin:10px 0 20px;
}
#adpage h2 {
	font-size:32px;
	line-height:34px;
	margin:0 0 20px 0;
	padding:10px 0 0 0;
}
#adpage h3 {
	font-size:26px;
}

#adpage p {
	color:#757478;
	font-size:14px;
	line-height:18px;
	display:block;
	margin: 0 0 10px;
	
}
#adpage p.centerQuote {
	text-align:center;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#c3a34f;
	display:block;
	margin:10px 0 30px 0;
}

ul.checklist {
	list-style:none;
	display:block;
	width:100%;
	margin:0 0 30px 0;
}
ul.checklist li {
	display:inline-block;
	vertical-align:top;
	width:40%;
	line-height:22px;
	padding:0 0 0 30px;
	margin:0 0 10px 0;
	background-image:url(/img/ico-tick.gif);
	background-position:0 center;
	background-repeat:no-repeat;
	
}
img.border {
	display:block;
	border:2px solid #ccc;
	padding:5px;
}
img.border2 {
	display:block;
	border:1px solid #ccc;
	padding:2px;
}
#adpage .product_info {
	display:block;
	width:300px;
	padding-left:110px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	height:140px;
	position:relative;

}
.product_info .img {
	width:100px;
	position:absolute;
	top:0;
	left:0;
	border:1px solid #ccc;
}
.product_info .img img {
	width:80px;
	height:auto;
	margin:4px 0 0 5px;
	display:block;
	
	
}
#adpage a {
	color:#4669a2;
	font-weight:bold;
	text-decoration:none;
}
#adpage .add2basket {
	display:block;
	margin-top:15px;
}
#adpage .add2basket a {
	background-color:#E41C39;
	color:#fff;
	display:block;
	padding:5px 5px 5px 5px;
	line-height:35px;
	margin:0 0 0 150px;
	text-align:center;
}
#adpage a:hover {
	text-decoration:underline;
}
#adpage .add2basket .bskt {
	float:left;
	line-height:20px;
	padding:5px 10px 0 5px;
	margin:0;
	font-size:12px;
	font-weight:bold;
}

#adpage img.left { 
	float:left; 
	margin:0 10px 10px 0;
}
#adpage img.right { 
	float:right; 
	margin:0 0 10px 10px;}
p.line {
	display:block;
	height:1px;
	padding:0;
	margin:10px 0;
	border-top:1px solid #ccc;
	clear:both;
}
.line {
	display:block;
	margin:0 0 10px 0;
	border-top:1px solid #ccc;
}

#adpage p.color1 {
	font-weight:bold;
	color:#c87b1f;
	font-size:16px;
}

#adpage p.color2 {
	font-weight:bold;
	color:#216e51;
	font-size:16px;
}
#adpage p.quote {
	font-weight:bold;
	font-size:16px;
	line-height:24px;
}

#adpage p.quote strong {
	font-weight:bold;
	font-size:13px;
	display:block;
	text-align:right;
	text-transform:uppercase;
	color:#ccc;
}
p.rightpad1 {
	padding-right: 90px;
}
#adpage img.toppad1 {
	display:block;
	padding:20px 0 50px 0;
	margin:0;
}
