/* 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:#b6b5a8;

}

h1, h2, h3, h4 {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:0;
	word-spacing:2px;
	font-weight:normal;
	text-transform:uppercase;
	color:#757367;
	 
}
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;	
}
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:#666;	
}
a:hover{
	text-decoration:none;	
}
a:visited{
	color:#4366d8;	
}
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:#979583;
	color:#979586;
	
	}
/* --- Masthead --- */
#masthead{ 
	padding:13px 0 0 0;	
	position:relative;
}

#masthead #cc_icons { width:auto; height:50px; display:block; position:absolute; top:70px; 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:25px; 
	line-height:25px;
	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:18px;
	font-weight:normal;
	line-height:28px;
	padding-right:15px;
	border-right:none;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:1.5px;
	word-spacing:2px;
	position:relative;
}

#topNav #phone span{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:absolute;
	top:22px;
	right:0;
	letter-spacing:0;
	word-spacing:2px;
	width:180px;

}
#topNav #masthead_login {
	border-top:4px solid #444;
	padding-top:0;
}
#topNav #social{
	border-right:none;
}
#topNav #social a{
	padding:0 2px;
}

#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:#b6b5a8;
	padding:0;
	line-height:28px;
	display:block;
	background-color:#757367;
	border-right:1px solid #b6b5a8;
	text-transform:uppercase; 
	text-align:center;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:1.5px;
	word-spacing:2px;
	font-size:16px;
	font-weight:normal;
}
#main-nav li:hover a{
	color:#fff;
	
}
#main-nav .on{
	color:#fff;
	border-top:4px solid #979583;
	padding-top:4px;
	z-index:999;
}
#main-nav .on a{
	color:#fff;	
	background-color:#979583;
	cursor:default;
}
#main-nav li.end {
	width:262px;
	overflow:hidden;
	background-color:#757367;
	margin-top:20px;

	}
#main-nav li.end span {
	background-color:#757367;
	color:#e6e5e6;
	display:block;
	height:22px;
	padding:0 15px;
	text-align:right;
	font-size:11px;
	}	
#main-nav li.base {
	background-color:#979583;
	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:60px;}

#main-nav #masthead_products a, #main-nav #products a {width:90px;}
#main-nav #masthead_mothers a, #main-nav #mothers a {width:120px;}
#main-nav #masthead_blog a, #main-nav #blog a {width:60px;}
#main-nav #masthead_wholesale a, #main-nav #wholesale a {width:100px;}
#main-nav #masthead_about a, #main-nav #about a {width:60px;}
#main-nav #masthead_testimonials a, #main-nav #testimonials a {width:120px;}
#main-nav #masthead_press a, #main-nav #press a {width:60px;}

/*-------------------*/

#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:#757367;
}  
#accordian h2 { 
	color:#979583;
	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:320px;
	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;
}


#products .product_name{
	color:#757367;
	width:100px;
	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 .size{ 
 	background-color:#b6b5a8;
	width:200px;
	height:20px;
	position:absolute;
	left:10px;
	bottom:41px;
	text-indent:10px;
	line-height:22px; 
	color:#fff;
}
#products .fprice{
 	background-color:#b6b5a8;
	width:95px;
	height:30px;
	position:absolute;
	left:10px;
	bottom:10px;
	line-height:30px;
	text-align:left;
	text-indent:10px;
	color:#fff;
	font-size:18px;
}
#products .sale{
 	background-color:#b6b5a8;
	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:#757367;
	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{
 	background-color:#ff9c00;
	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;
}
#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:#757367;
		width:200px;
		position:absolute;
		bottom:-62px;
		left:0;
		height:60px;
}
#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 .size{
 	background-color:#b6b5a8;
	width:180px;
	height:20px;
	position:absolute;
	left:10px;
	bottom:41px;
	text-indent:10px;
	line-height:22px; 
	color:#fff;
}
#price .fprice{
 	background-color:#b6b5a8;
	width:87px;
	height:30px;
	position:absolute;
	left:10px;
	bottom:10px;
	line-height:30px;
	text-align:left;
	text-indent:10px;
	font-size:18px;
	color:#fff;
}
#price .sale{
 	background-color:#b6b5a8;
	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:#757367;
	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{
 	background-color:#ff9c00;
	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;
}
#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;
	
} 

#description h1 {
	margin-bottom:50px;
	padding-top:10px;
	}
#description h3 {
	color:##757367;
	clear:both; 
	margin-top:20px;
	}
img#vegan, img#veggie {clear:both; position:absolute; top:70px; right:20px; }
img#vegan {right:70px;}
#description ul {
	padding-left:15px;
	}

#description #shtDesc {font-size:14px; font-weight:normal; color:#979583; padding:10px 0;}

 





#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-left:0.6em;
	background:url(/img/newsletter.jpg) no-repeat right top;
}
.newsletter-signup p{
	padding:0 75px 0.4em 0;
}
.newsletter-signup input{
	width:96%;	
}
.newsletter-signup .button{
	float:right;	
}
/* -- 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.gif);
	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;
}
a#dd_tag {
	color:#757367; 
	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;
	height:315px;
	position:relative;
	color:#fff;
	font-size:12px;
	}

#featured_product{
	width:450px;
	height:300px;
	padding:10px;
	background-color:#fff;
	position:absolute;
	top:0;
	left:0;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	word-spacing:2px;
	font-size:16px;
	font-weight:normal;
	
} 

#featured_product .label{
 	background-color:#b6b5a8;
	width:210px;
	position:absolute; 
	left:10px;
	top:10px;

} 
#featured_product .label h3{ 
	font-size:28px; 
	margin:0; 
	padding:10px 0 10px 10px; 
	line-height:26px; 
	text-transform:uppercase; 
	color:#fff;
}
#featured_product .label h3 strong{ }
#featured_product .product_name{
	color:#b6b5a8;
	color:#ff9c00;
	width:210px;
	height:60px;
	position:absolute;
	left:10px;
	top:110px;
	text-transform:uppercase;
	font-size:26px;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:0;
	word-spacing:2px;
	font-weight:normal;
}
#featured_product .product_desc{  
 	color:#757367;
	width:210px;
	height:40px;
	position:absolute;
	left:10px;
	top:190px;
	line-height:40px; 
	font-size:14px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
}
#featured_product .size{
 	background-color:#b6b5a8;
	width:210px;
	height:20px;
	position:absolute;
	left:10px;
	bottom:41px;
	text-indent:10px;
	line-height:20px; 
}
#featured_product .fprice{
 	background-color:#b6b5a8;
	width:89px;
	height:30px;
	position:absolute;
	left:10px;
	bottom:10px;
	line-height:30px;
	text-align:left;
	text-indent:10px;
	font-size:18px;
}

#featured_product .more{ 
 	background-color:#757367;
	width:120px;
	height:30px;
	position:absolute;
	left:100px;
	bottom:10px;
	line-height:30px;
	text-align:center;

}
#featured_product .more a{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	
}
#featured_product .offer_button{
 	background-color:#ff9c00;
	width:230px;
	height:50px;
	position:absolute;
	right:10px;
	bottom:10px;
	background-image:url(/img/icon_add2basket.png);
	background-repeat:no-repeat;
	background-position:right center;
}
#featured_product .offer_button a{ 
	color:#fff; 
	display:block; 
	line-height:14px;
	text-transform:uppercase;
	text-decoration:none; 
	padding-left:10px;
	padding-top:10px;
	font-size:14px;

}
#featured_product .img{
 	background-color:#fff;
	color:#e6e5e6;
	width:230px; 
	height:260px;
	position:absolute;
	right:10px;
	top:10px;
}
 
#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;}
#feature_frame .mid {left:485px;}
#feature_frame .mid a#ad-vpure { background-image:url(/img/range_sprite_vpure.jpg);}
#feature_frame .mid a#ad-vpure:hover {background-position:-230px 0;}
#feature_frame .end {right:0;}
#feature_frame .end a#ad-sportique {background-image:url(/img/range_sprite_sportique.jpg);}
#feature_frame .end a#ad-sportique:hover { background-position:-230px 0;}

/*Brand Specific Styles*/
  
     
body.sportique {background-color:#e41c39;} 

body.sportique #extra ul li.active a {
    color: #e41c39;
}


body.v-pure {background-color:#FF9C00;} 

body.v-pure #extra ul li.active a {
    color:#FF9C00;
}  







