/* MAIN CSS DEFINES */
a {
	color: #B4C023;
	text-decoration: none;
}
body {
	background: url(/static/images/cookiebg.gif) repeat-x #fff;
	font-family: arial, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
button {
	background-color: #000;
	background-position: 0 0;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
h4, .home_bestseller h4 {
	color: #B4C023;
	font-family: arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: none;
}
img {
	border: none;
}
input {
	background-color: #fff;
	font-family: arial, sans-serif;
	font-size: 12px;
}
select {
	background-color: #e6e6e6;
	font-size: 11px;
}
span {
	margin: 0;
	padding: 0;
}
table {
	border-spacing: 0;
	padding: 0;
}
table td {
	padding: 0;
	border-spacing: 0;
	padding-top: 1px;
	vertical-align: top;
}
textarea {
	background-color: #fff;
	font-family: arial, sans-serif;
	font-size: 12px;
}
.normal { font-size: 80%; }
.large { font-size: 100%; }

/* NAV ELEMENTS */
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	list-style-type: none;
	margin: 5px 1px 0 0;
	text-indent: -9999px;
}
#nav li a
{
	overflow: hidden;
}
.bosom {
	background: url(/static/images/nav_bosom.gif) no-repeat;
	display: block;
	height: 23px;
	overflow: hidden;
	width: 116px;
}
.home {
	background: url(/static/images/nav_home.gif) no-repeat;
	display: block;
	height: 23px;
	overflow: hidden;
	width: 116px;
}
li.selected .home {
	background: url(/static/images/nav_home_on.gif) no-repeat;
}
.skincare {
	background: url(/static/images/nav_skincare.gif) no-repeat;
	display: block;
	height: 23px;
	overflow: hidden;
	width: 117px;
}
li.selected .skincare {
	background: url(/static/images/nav_skincare_on.gif) no-repeat;
}
.bath {
	background: url(/static/images/nav_bath.gif) no-repeat;
	display: block;
	height: 23px;
	overflow: hidden;
	width: 117px;
}
li.selected .bath {
	background: url(/static/images/nav_bath_on.gif) no-repeat;
}
.body {
	background: url(/static/images/nav_body.gif) no-repeat;
	display: block;
	height: 23px;
	overflow: hidden;
	width: 117px;
}
li.selected .body {
	background: url(/static/images/nav_body_on.gif) no-repeat;
}
.sleep {
	background: url(/static/images/nav_sleep.gif) no-repeat;
	display: block;
	height: 23px;
	overflow: hidden;
	width: 116px;
}
li.selected .sleep {
	background: url(/static/images/nav_sleep_on.gif) no-repeat;
}
.candles {
	background: url(/static/images/nav_candles.gif) no-repeat;
	display: block;
	height: 23px;
	overflow: hidden;
	width: 116px;
}
li.selected .candles {
	background: url(/static/images/nav_candles_on.gif) no-repeat;
}
.gifts {
	background: url(/static/images/nav_gifts.gif) no-repeat;
	display: block;
	height: 23px;
	overflow: hidden;
	width: 116px;
}
li.selected .gifts {
	background: url(/static/images/nav_gifts_on.gif) no-repeat;
}
.about {
	background: url(/static/images/nav_about.gif) no-repeat;
	display: block;
	height: 23px;
	overflow: hidden;
	width: 117px;
}
li.selected .about {
	background: url(/static/images/nav_about_on.gif) no-repeat;
}
.press {
	background: url(/static/images/nav_press.gif) no-repeat;
	display: block;
	height: 23px;
	overflow: hidden;
	width: 116px;
}
li.selected .press {
	background: url(/static/images/nav_press_on.gif) no-repeat;
}
.shop {
	background: url(/static/images/nav_shop.gif) no-repeat;
	display: block;
	height: 23px;
	overflow: hidden;
	width: 116px;
}
li.selected .shop {
	background: url(/static/images/nav_shop_on.gif) no-repeat;
}

/* MAIN PAGE ELEMENTS */
#container {
	margin: 0 auto 0;
	width: 960px;
}
#containerinner {
	padding: 10px;
}
#homebar, #homebar_off {
	float: left;
	width: 50px;
}
#contact-us-nav,#contact-us-nav-off {
	float: left;
	margin-top:0;
	padding:0;
}
#contact-us-nav-off a{
	font-size:1em;
	color:black;
}
#contact-us-nav a{
	font-size:1em;
	color:white;
}
.customer-services{
	margin:-18px 10px 0 0;
	width:200px;
	float:right;
}
.customer-services .phone-contact-header{
	font-size:12pt;
	line-height:12pt;
}
.customer-services .phone-contact{
	font-size:20pt;
	line-height:20pt;
	font-weight:bolder;
}
#homebar a {
	color: #fff;
	text-transform: uppercase;
}
#homebar_off a {
	color: #000;
	text-transform: uppercase;
}
.cookie {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 0px;
	padding: 15px 0 7px;
}
.cookie a {
	color: #000;
}
.cookie a.selected {
	color: #B4C023;
}
#corporatelogo {
	float: left;
	margin-top: 10px;
	width: 265px;
}
#currency {
	float: right;
	height: 50px;
	text-align: right;
	text-transform: uppercase;
	width: 300px;
}
#currency a {
	color: #000;
	padding: 2px;
}
#currency a.selected {
	background-color: #fff;

}
#logo {
	background: url(/static/images/logo2.gif) no-repeat;
	height: 81px;
	margin: 0;
	padding: 0;
	/*text-indent: -9999px;*/
	width: 265px;
}
#logo img{
	display: none;
}
a#logolink {
	display: block;
	height: 65px;
	overflow: hidden;
	width: 265px;
}
#signoff {
	border-top: 2px solid #b4c023;
	padding-top: 10px;
}
#strapline {
	/*background: url(/static/images/strapline.gif) no-repeat #fff 310px 20px;*/
	/*background: url(/static/images/bosom_strapline.gif) no-repeat #fff 55px 6px;*/
	float: left;
	height: 60px;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	width: 675px;
}
#strapline ul {
	float: right;
	margin: 0;
	padding: 0;
}
#strapline li {
	font-size: 11px;
	float: left;
	list-style-type: none;
	margin-bottom: 1px;
}
#strapline li.login {
	color: #000;
	font-size: 10px;
	margin: 0 1px 5px 0;
	text-align: center;
	/*width: 121px;*/
}
#strapline li.login a {
	color: #000;
}
#strapline .morph1 {
	background-color: #000000;
	color: #fff;
	padding: 3px 20px 3px 3px;
	width: 100px;
	position: relative;
}
#strapline .morph1 a {
	color: #fff;
}
#strapline .morph2 {
	background-color: #b4c023;
	color: #000;
	padding: 3px 20px 3px 3px;
	width: 100px;
	position: relative;
}
#strapline .morph2 a {
	color: #000;
}
#strapline img.basketIcon {
	position: absolute;
	top: 4px;
	right: 4px;
}
#strapline li.checkout {
	background: url(/static/images/checkout.gif) no-repeat 70px 2px #000;
	color: #fff;
	margin: 0 1px 0;
	padding: 3px 20px 3px 7px;
	width: 60px;
}
#strapline li.checkout a {
	color: #fff;
	display: block;
}
.break {
	clear: both;
	margin: 0;
	padding: 0;
}
.contentinner {
	padding: 5px;
}
/************** edit by SC ***************/
.contentinner h1 {
	margin: 20px 0 10px;
}
.contentleft .contentinner table {
	margin-top: 20px;
}
.contentleft .contentinner table td {
	border-bottom: 1px solid #b4c023;
	padding: 10px 0 5px;
}
.contentleft .contentinner table h3 {
	font-size: 14px;
	font-weight: normal;
}
/************** edit by SC ***************/
.contentleft {
	float: left;
	padding-bottom: 20px;
	width: 220px;
}
.contentleft ul {
	margin: 0;
	padding: 0;
}
.contentleft li {
	background: url(/static/images/bullet_black.gif) no-repeat 1px 10px;
	border-top: 1px solid #f2f2f2;
	font-size: 15px;
	line-height: 22px;
	list-style-type: none;
	padding: 2px 0 2px 12px;
}
.contentleft li:first-child {
	border: none;
}
.contentleft li a {
	color: #000;
}
.contentleft li.selected {
	background: url(/static/images/bullet_green.gif) no-repeat 1px 10px;
}
.contentleft li.selected a {
	color: #b4c023;
}
.contentleft li.selected ul li {
	background: url(/static/images/bullet_black_small.gif) no-repeat 8px 7px;
	border: none;
	font-size: 12px;
	line-height: 16px;
	padding: 2px 0 2px 16px;
}
.contentleft li.selected ul li a {
	color: #000;
}
.contentleft li.selected ul li.selected {
	background: url(/static/images/bullet_green_small.gif) no-repeat 8px 7px;
}
.contentleft li.selected ul li.selected a {
	color: #b4c023;
}
.contentleft li.selected ul li.selected ul li a {
	color: #000;
}
.contentleft li.selected ul li.selected ul li.selected a {
	color: #b4c023;
}
.contentright {
	float: right;
	padding-bottom: 20px;
	/*width: 720px;*/
	width: 705px;
}
.errorbox {
	color: #993333;
	padding: 10px 0 10px;
}
.errorboxblack {
	color: #000;
	padding: 0 10px 20px;
}
.footleft {
	float: left;
	width: 684px;
}
.footright {
	float: right;
	width: 252px;
}
.footnav {
	padding: 0 0 0 20px;
}
.footnav a {
	color: #000;
}
.footnav a.letter {
	padding: 1px;
}
.footnav a.letter.selected {
	background-color: #b1b1b1;
}
.footnav a#facebook {
	background: url(/static/images/facebook.jpg) no-repeat;
	display: block;
	height: 22px;
	margin-left: 600px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	width: 59px;
}
.footnav a#twitter {
	background: url(/static/images/twitter.gif) no-repeat;
	display: block;
	height: 15px;
	margin-left: 530px;
	margin-top: 3px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	width: 64px;
}
.footnav ul {
	margin: 0 0 0 -6px;
	padding: 0;
}
.footnav li {
	border-left: 1px dotted #B4C023;
	float: left;
	font-size: 0.8em;
	list-style-type: none;
	margin: 0 6px 0 0;
	padding-left: 6px;
}
.lime_border{
	border: 1px solid #b7bb30;
	margin-top: 3px;
}
.lime_border .h2{
	width: 202px;
	height: 42px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(/static/images/newsletter-title2.gif) no-repeat 10px 5px;
}
.shop_promo .h2{
	width: 162px;
	background: url(/static/images/newsletter-title2s.gif) no-repeat 2px 0px !important;
}
.shop_promo #email{
	width: 153px !important;
	margin: 0 0 5px 5px !important;
}
.shop_promo #forename,
.shop_promo #surname{
	width: 70px !important;
	margin: 0 0 5px 5px !important;
}
.shop_promo .submit{
	margin: 0 0 0 91px !important;
	padding: 0 !important;
}

.green {
	background-color: #B4C023;
	color: #fff;
	margin-top: 5px;
}
.green .contentinner {
	text-transform: uppercase;
}
.green_inner {
	color: #fff;
	display: block;
	padding: 10px;
}
.green_inner a {
	color: #fff;
}
/************** edit by SC ***************/
.green_inner h3, h4 {
	color: #fff;
	font-family: times, serif;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
/************** edit by SC ***************/
.green_text {
	color: #b4c023;
	font-size: inherit;
}
.innermenu {
	float: left;
	width: 110px;
}

.innercontent {
	float: right;
}

input.input {
	border: 1px solid #d8d8d8;
	height: 1.4em;
	width: 250px;
}
input.checkbox {
	border: 1px solid #d8d8d8;
}
textarea.input {
	border: 1px solid #d8d8d8;
	height: 100px;
	width: 250px;
}
.lead {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
}
.loggedin {
	margin-top: -15px;
	position: relative;
	text-align: left;
	text-transform: capitalize;
}
.loggedin a {
	color: #b4c023 !important;
}
.middleleft {
	float: left;
	width: 505px;
}
/*
.middleleft h2, .middleleft h2 a {
	color: #000;
	font-family: times;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0 10px;
	padding: 0;
}
.middleleft h3 {
	font-size: 16px;
	margin: 0 0 6px 0 ;
	padding: 0;
}
.middleleft h4, .middleleft h4 a {
	color: #000000;
	font-size: 15px;
	margin: 0 0 5px;
	padding: 0;
}
.middleleft h5 {
	color: #000;
	font-family: times;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 10px;
	padding: 0;
	text-transform: none;
}
*/
/********************* edited SC ***********************/
.middleleft h1, .middleleft h1 a {
	color: #000;
	font-family: times;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0 10px;
	padding: 0;
}
.middleleft h2 {
	font-size: 16px;
	margin: 0 0 6px 0 ;
	padding: 0;
}
.middleleft h3, .middleleft h3 a {
	color: #000000;
	font-size: 15px;
	margin: 0 0 5px;
	padding: 0;
}
.middleleft h4 {
	color: #000;
	font-family: times;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 10px;
	padding: 0;
	text-transform: none;
}
/********************* edited SC ***********************/

.middleleft img.cms_img-l {
	margin: 0 10px 10px 0;
}
.middleleft img.cms_img-r {
	margin: 0 0 10px 10px;
}
.middleleft p {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 6px 0;
	padding: 0px 0 3px;
}
.middleleft .lead p {
	line-height: 1.3em;
	margin: 0 0 10px 0;
}
.middleleft li {
	background: url(/static/images/bullet_green.gif) no-repeat 0 4px;
	line-height: 1.4em;
	list-style-type: none;
	padding-left: 8px;
}
.middleleft ul {
	margin: 0 10px 0;
	padding: 0;
}
.middleright {
	float: right;
	width: 184px;
}
.promotions {
	font-size: 14px;
}
.promotions .whiteinner {
	background-color: #fff;
	color: #000;
	padding: 2px;
}
/************** edit by SC ***************/
.promotions .whiteinner a h3 {
	color: #000;
}
/************** edit by SC ***************/
.replace.evolving_logo {
	background: url(/static/images/evolving_logo.gif) no-repeat;
	display: block;
	float: right;
	height: 21px;
	margin: 0;
	text-indent: -9999px;
	width: 95px;
}
.replace.foot_logo {
	background: url(/static/images/foot_logo2.gif) no-repeat;
	display: block;
	height: 35px;
	margin-bottom: 10px;
	text-indent: -9999px;
	width: 242px;
}
input.search {
	background-color: #F2F2F2;
	border: 1px solid #6d6d6d;
	height: 16px;
	margin-right: 2px;
	padding: 3px 0 0 5px;
	width: 178px;
}
table.search {
	border-spacing: 0;
	margin-right: 1px;
	padding: 0;
}
table.search td {
	height: 25px;
}
.section {
	border-bottom: 1px solid #e3e3e3;
	margin: 0px 0 16px 0;
	padding-bottom: 10px;
}
/************** edit by SC ***************/
.section h3 {
	margin: 0 0 6px 0;
}
/************** edit by SC ***************/
.section img {
	padding: 10px 0 5px 5px;
}
.section p {
	margin: 0;
}
.section ul {
	margin: 0;
}
.shadow {
	background: url(/static/images/shadow.gif) no-repeat;
	height: 42px;
	width: 960px;
}
.shadow_small {
	background: url(/static/images/shadow_small.gif) no-repeat;
	height: 33px;
	margin: -10px 0 0;
	width: 510px;
}
ul.sitemap li {	
	line-height: 1.5em;
}
ul.sitemap li a {
	color: #000;
}
.subheadline {
	border-top: 2px solid #b4c023;
	border-bottom: 1px solid #b4c023;
	margin: 20px 10px 10px 0;
}

/* HOME ELEMENTS */

#home_blob {
	background: url(/static/images/home_blob.gif) no-repeat 0 0;
	height: 25px;
	margin-left: 3px;
	margin-top: -35px;
	position: relative;
	width: 30px;
}
#home_blob_off {
	height: 25px;
	margin-left: 3px;
	margin-top: -35px;
	position: relative;
	width: 30px;
}
#contact_blob {
	background: url(/static/images/home_blob.gif) no-repeat 0 0;
	height: 25px;
	margin-left: 75px;
	margin-top: -35px;
	position: relative;
	width: 30px;
}
#home_promo1 {
	height: 216px;
	padding: 8px;
}
#home_promo1 a {
	color: #fff;
}
#home_promo1 li {
	background: url(/static/images/bullet_white.gif) no-repeat 0px 13px;
	font-size: 18px;
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 10px;
}
#home_promo1 p {
	font-family: times, serif;
	font-size: 20px;
	margin: 0;
	padding: 2px 0 8px;
	text-align: center;
}
#home_promo1 ul {
	margin: 0;
	padding: 10px 0 0 0;
}
#home_promo2 {
	font-size: 16px;
	height: 129px;
	padding: 10px 5px 0 5px;
}
#home_promo2 a {
	color: #fff;
}
#home_promo2 h4 {
	font-family: times, serif;
	font-size: 20px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#home_promo2 img.cms_img-r {
	margin: 0 10px 0;
}
#home_whatworks li {
	background: url(/static/images/bullet_green.gif) no-repeat 0px 10px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 15px;
	list-style-type: none;
	padding: 5px 10px 5px;
}
#home_whatworks a {
	color: #000;
}
#home_whatworks ul {
	margin: 10px 15px 0 15px;
	padding: 0;
}
/*.home_bestseller {
	border-right: 1px solid #e6e9d4;
	float: left;
	height: 140px;
	margin-top: 10px;
	padding: 2px 8px 0;
}*/
.home_bestseller {
	margin-top: 10px;
}
.home_bestseller td.border {
	border-right: 1px solid #e6e9d4;
}
/************** edit by SC ***************/
td.border h4 {
	padding: 3px 8px 5px;
	width: 180px;
}
/************** edit by SC ***************/
.home_bestseller p.bullet {
	background: url(/static/images/bullet_green.gif) no-repeat 0 4px;
	padding-left: 7px;
}
.home_highlight {
	border-left: 1px solid #e6e9d4;
	height: 100px;
	margin-top: 10px;
	padding: 2px 14px 0;
	width: 205px;
}
.home_highlight:first-child {
	border: none;
}
.homeleft {
	float: left;
	width: 704px;
}
.homeright {
	float: left;
	margin-left: 4px;
	width: 231px;
}
input.homesearch {
	border: 1px solid #6d6d6d;
	height: 17px;
	width: 201px;
}
table.homesearch {
	border-spacing: 0;
	padding: 0;
}

/* SHOP ELEMENTS */
span.left {
	float: left;
}
span.right {
	float: right;
	margin-right: 5px;
}
.addtobasket {
	background-color: #c3c82f;
	border: 1px solid #c3c82f;
	text-align: right;
}
table.basket_function {
	width: 270px;
}
table.basket_function td {
	border-spacing: 0;
	padding: 0;

}
.basket_function td.price {
	padding: 2px 0 0 10px;
	width: 80px;
}
.basket_function td.stepper {
	padding: 2px 0 0;

}
table.basket_view {
	border-spacing: 0;
	padding: 10px 0 10px;
	width: 100%;
}
table.basket_view a {
	color: #666;
	text-decoration: underline;
}
/************** edit by SC ***************/
table.basket_view h3 {
	margin: 0 0 8px;
	padding: 0;
}
/************** edit by SC ***************/
table.basket_view tr.border td {
	border-bottom: 1px solid #d8d8d8;
	padding: 0;
}
table.basket_view tr td {
	padding: 5px 0 5px;
}
table.basket_view tr.orig td {
	padding: 0;
}
table.basket_view tr.header td {
	background-color: #666;
	color: #fff;
	padding: 3px 5px 2px;
}
table.basket_view tr.padded td {
	border-bottom: 1px solid #cccccc;
	padding: 5px;
}
table.basket_view tr.summary td {
	background-color: #e6e6e6;
	padding: 5px 0 2px;
}
table.basket_view tr.summary2 td {
	background-color: #e6e6e6;
	border-bottom: 1px solid #d8d8d8;
	color: #666;
	font-size: 11px;
	padding: 2px 0 5px;
}
table.basket_view td {
	vertical-align: middle;
}
table.basket_view td.login {
	vertical-align: top;
	width: 130px;
}
table.basket_view td div.notice {
	color: #999;
}
span.code {
	color: #6d6d6d;
	float: right;
	font-size: 0.8em;
	padding: 10px 0 0;
}
.add {
	border-bottom: 1px solid #d8d8d8;
	padding: 0 0 10px;
}
td#link_ingredients {
	background-color: #b4c023;
	padding: 5px 0 5px;
	text-align: center;
	width: 100px !important;
}
td#link_ingredients a {
	color: #fff;
}
td#link_directions {
	background-color: #000;
	padding: 5px 0 5px;
	text-align: center;
	width: 100px;
}
td#link_directions a {
	color: #fff;
}
.price {
	border: 1px solid #b4c023;
	border-right: none;
}
table.related_function {
	font-size: 10px;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}
/************** edit by SC ***************/
table.related_function td {
	padding-top: 5px;
}
table.related_function h4 {
	font-family: arial, sans-serif;
	font-size: 12px;
	text-transform: none;
}
/************** edit by SC ***************/
table.related_function tr.border td {
	border-bottom: 1px solid #d8d8d8;
}
table.related_function table.related {
	border: 1px solid #b4c023;
	font-size: 10px;
	margin: 5px 0 0;
	width: 100%;
}
table.related_function table.related td {
	padding: 0 0 0 10px;
	vertical-align: middle;
}
span.size {
	color: #6d6d6d;
	float: left;
	width: 100px;
	padding: 10px 0 0;
}
.quoteF {
	background: url(/static/images/quotes2.gif) no-repeat 0 bottom;
	display: block;
	float: right;
	height: 25px;
	margin-top: -15px;
	margin-left: 50px;
	width: 30px;
}
.quoteS {
	background: url(/static/images/quotes.gif) no-repeat 0 0;
	display: block;
	float: left;
	height: 25px;
	margin-top: -8px;
	width: 30px;
}
.testimonial {
	background: url(/static/images/quotes.gif) no-repeat 10px 0;
}
.testimonial p {
	background: url(/static/images/quotes2.gif) no-repeat 450px bottom;
	font-family: times;
	font-size: 16px;
	padding: 25px 19px 10px 40px;
	width:420px;
}
table.offers {
	border: 1px solid #b4c023;
	font-size: 11px;
	width: 100%;
}
/*table.offers a {
	color: #000;
}*/
/************** edit by SC ***************/
table.offers h3, table.offers h4 {
	color: #000;
	font: 13px arial, sans-serif;
	margin: 5px 0 5px;
	padding: 0;
	text-transform: none;
}
/************** edit by SC ***************/
table.offers td {
	border-top: 1px solid #b4c023;
	padding: 8px;
}
table.offers td.first {
	border: none;
	padding: 5px 0 8px 0;
}
table.offers td.first a {
	color: #b4c023;
}
table.offers img.cms_img-r, .promotions img.cms_img-r {
	margin: 0 0 5px 5px;
}
table.offers img.cms_img-l, .promotions img.cms_img-l {
	margin: 0 5px 5px 0;
}
table.offers p {
	margin: 0 0 5px;
	padding: 0;
}
table.offers ul {
	margin: 0 0 5px;
	padding: 0;
}
table.offers li {
	background: url(/static/images/bullet_green.gif) no-repeat 2px 8px;
	border-top: 1px solid #e6e9d4;
	list-style-type: none;
	padding: 6px 0 6px 10px;
	/*margin: 1px 0 0;*/
}
/************** edit by SC ***************/
.promotions h3, .promotions h4 {
	color: #ffffff;
	font: 13px arial, sans-serif;
	margin: 5px 0 0;
	padding: 0;
	text-transform: none;
}
/************** edit by SC ***************/
.product_divide .numeric-stepper button.minus {
	margin-left: 27px;
}
button.minus {
	background: url(/static/images/shop_quantity_down.gif) no-repeat;
	border: none;
	cursor: pointer;
	float: left;
	height: 14px;
	margin: 0 0 2px;
	width: 14px;
}
button.plus {
	background: url(/static/images/shop_quantity_up.gif) no-repeat;
	border: none;
	cursor: pointer;
	float: left;
	height: 14px;
	margin: 0 0 2px;
	width: 14px;
}
/*********** to be edited SC ****************/
table.products h4 {
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}
/*********** to be edited SC ****************/
table.products td {
	border-spacing: 0;
	border-right: 1px solid #e6e9d4;
	font-size: 11px;
	padding: 0 10px 0;
	width: 150px;
}
table.products ul {
	margin: 10px 0 0;
	padding: 0;
}
table.products ul li.selected {
	background: url(/static/images/bullet_green.gif) no-repeat 0 4px;
	list-style-type: none;
	padding-left: 6px;
}
.product_divide {
	border-top: 1px solid #b4c023;
	margin: 10px 20px 0;
	padding-top: 5px;
}
.product_divide span {
	float: left;
	width: 110px;
}
.product_price b {
	margin-top: 3px;
}
.product_submit {
	clear: both;
	margin-top: 5px;
}
.home_bestseller ul {
	margin: 10px 0 0;
	padding: 0;
}
.home_bestseller ul li.selected {
	background: url(/static/images/bullet_green.gif) no-repeat 0 4px;
	list-style-type: none;
	padding-left: 6px;
}

.numeric-stepper input {
	border: 1px solid #6d6d6d;
	font-size: 10px;
	float: left;
	height: 12px;
	margin: 0 3px;
	padding: 0 2px 0;
	width: 18px;
}
.remove_item {
	padding-right: 10px;
	vertical-align: middle;
	text-align: right;
	width: 50px;
}
table.signoff {
	border-bottom: 2px solid #d8d8d8;
	border-top: 2px solid #d8d8d8;
	color: #666;
	margin: 10px 0 10px;
	padding: 10px 0 10px;
	width: 385px;
}
table.signoff td:first-child {
	width: 30px;
}
.stepper {
	border: 1px solid #b4c023;
	border-left: none;
	border-right: none;
	width: 74px;
}
.toggle_box {
	border: 1px solid #d8d8d8;
}

/* SHOP ADMIN ELEMENTS */

td#link_information.navoff {
	background-color: #000;
	padding: 5px 0 5px;
	text-align: center;
	width: 100px;
}
td#link_information a {
	color: #fff;
}
td#link_information.navon {
	background-color: #b4c023;;
	padding: 5px 0 5px;
	text-align: center;
	width: 100px;
}
td#link_categories.navoff {
	background-color: #000;
	padding: 5px 0 5px;
	text-align: center;
	width: 100px;
}
td#link_categories a {
	color: #fff;
}
td#link_categories.navon {
	background-color: #b4c023;;
	padding: 5px 0 5px;
	text-align: center;
	width: 100px;
}
td#link_images.navoff {
	background-color: #000;
	padding: 5px 0 5px;
	text-align: center;
	width: 100px;
}
td#link_images a {
	color: #fff;
}
td#link_images.navon {
	background-color: #b4c023;;
	padding: 5px 0 5px;
	text-align: center;
	width: 100px;
}

/* NEWS SECTION ELEMENTS */

p.news_date {
	font-size: 0.9em;
	padding-top: 0px;
}
ul.news_more {
	float: right;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}
span.pag {
	padding: 0 3px 0;
}
span.pag.selected {
	background-color: #b4c023;
	color: #fff;
}
.pagination {
	margin: 5px 10px 0;
	text-align: right;
}

/*PRESS SECTION ELEMENTS */

table.inthepress {
	padding: 0px;
	border-spacing: 2px;
}
table.inthepress td {
	padding: 5px;
	width: 90px;
}
table.inthepress td.border {
	border: 1px solid #d8d8d8;
}

/* STOCKIST SECTION ELEMENTS */

table.stockists tr.border td {
	border-bottom: 1px solid #b4c023;
	margin: 10px 0 10px;
	padding: 5px 0 5px;
}
table.stockists tr.border td img {
	padding: 5px;
}
.letter {
	/*border-bottom: 1px solid #d8d8d8;*/
	margin-bottom: 10px;
	padding: 0 5px 0;
}
span.stockist {
	float: left;
	margin-bottom: 20px;
	padding: 5px 20px 5px 0;
	width: 140px;
}
.stockist {
	margin-bottom: 20px;
}
span.stockist_name {
	float: left;
	font-size: 1.3em;
}
span.stockist_top {
	font-size: 0.8em;
	float: right;
	margin: 0;
	padding: 0;
}
.stockist_heading {
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px dotted #d8d8d8;
	margin-bottom: 5px;
	padding: 5px 0 5px;
}

/* ----------------------------------------
   Admin Form Styles
   ---------------------------------------- */

	a.create {
		display: inline-block;
		margin: 10px 0 0 0;
		padding: 0 0 0 15px;
		background: transparent url('/static/images/plus.gif') no-repeat left;
	}
	
	table.admin_view {
   		width: 100%;
   		color: #000000;
   	}
   	
   	table td.toggle_box {
   		width: 500px;
   		padding: 5px;
   	}
   	
   	table.admin_view td.key {
   		color: #B4C023;
   		width: 150px;
   	}
   
	table.admin_view td {
   		vertical-align: top;
   		padding: 5px;
   		border-bottom: 1px solid #f0f0f0;
   	}
   
	table.admin_view input, table.admin_view select, table.admin_view textarea {
		/*margin-bottom: 10px;*/
		background: #ffffff url('/static/images/field-bg.gif') repeat-x top left;
		width: 245px;
		border: 1px solid #cccccc;
		font-family: Verdana, Helvetica, Arial;
	}
	
	table.admin_view select {
		cursor: pointer;
	}
	
	table.admin_view div.notice {
		clear: both;
		padding:5px 10px 5px 10px;
		margin: 0 0 10px 0;
		background: #f7f9e9;
		border: 1px solid #cccccc;
		color: #666666;
	}
	
	table.admin_view input.submit {
		background: #B4C023 !important;
		border: 1px solid #B4C023 !important;
		color: #ffffff !important;
		cursor: pointer;
	}

	table.admin_view tr.odd td {
		background: #f7f9e9 !important;
		color: #000000;
	}
	
	table.admin_view tr.even td {
		background: #ffffff !important;
		color: #000000;
	}
	
	table.adminlist td {
		border: 0 !important;
	}
	
	th {
		padding: 5px;
		background: #B4C023;
		color: #ffffff;
		font-weight: bold;
   		border-bottom: 0 !important;
   		text-align: left;
	}
	
	input.checkbox {
		width: auto !important;
		height: auto !important;
		border: 0 !important;
	}

#divIngredients a {
	color: #333;
}
	
/* Email a friend Popup */

body.popup {
	background: #fff;
	padding: 10px;
}

img.border {
	display: block;
	border: 5px solid #f6f6f6;
	padding: 0 !important;
	margin: 5px;
}

/* --------------------
	Crowne Plaza
-------------------- */
#placeholder {
	background: url(/static/images/crownePlazaPlaceholder.jpg) no-repeat;
	height: 267px;
	margin-top: 10px;
}
#placeholder .text {
	color: #333;
	font-size: 1.1em;
	padding: 15px;
	position: relative;
	top: 160px;
	width: 440px;
}
#form {
	background: #FFFFFF url(/static/images/cookiebg.gif) repeat-x scroll 0 0;
	height: 33px;
}
#form div.h2 {
	color: #fff;
	float: left;
	/*font-size: 18px; caused form to drop down on Olly's machine - could not replicate*/
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 10px;
	text-transform: uppercase;
}
#form form {
	float: right;
	margin: 0 7px 0 0;
	padding: 0;
}
#form fieldset {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
}
#form label {
	display: none;
}
#form input.text {
	background-color: #fff !important;
	border: 1px solid #ccc;
	color: #b7bb30;
	float: left;
	margin: 6px 0 0 8px;
	padding: 3px 3px 3px 3px;
	width: 134px;
}
#form input.text.error {
	color: #993333 !important;
}
#form input.submit {
	border: none;
	margin-top: 6px;
	margin-left: 5px;
	padding: 0;
	width: auto;
}
#form ol {
	margin: 0;
	padding: 0;
}
#form ol li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#crowne p.errorbox {
	margin: 0;
	padding: 3px 0 0 10px;
}
#crowne ul.errorbox {
	margin: 0 0 0 10px;
	padding: 0 0 0 25px;
}
#crowne .errorbox li {
}
#crowne .errors {
	position: relative;
	left: 0px;
	top: 10px;
}
#home_promo2 #form {
	background: none;
	margin: 0;
	padding: 0;
}
#home_promo2 #compForm fieldset {
	float: none !important;
}
#home_promo2 #compForm {
	margin: 0;
}
/************** edit by SC ***************/
#home_promo2 .h1 {
	font-size: 13px !important;
	padding-top: 0 !important;
	padding-bottom: 5px !important;
}
/************** edit by SC ***************/
#home_promo2 #form input.text {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 14px;
	margin-top: 3px;
	margin-left: 10px;
	padding: 3px 3px 2px;
	/*margin-top: 4px !important;*/
	width: 193px;
}
#home_promo2 #form input.small {
	float: left;
	width: 90px;
}
#home_promo2 #form input#surname {
	margin-left: 5px;
}
#home_promo2 #form input.submit {
	float: right;
	margin: 5px 0 0 137px;
}
.fifths {
	color: #333;
	float: left;
	font-family: times, serif;
	width: 188px;
}
.fifths .inner {
	padding: 10px 20px;
}
/************** edit by SC ***************/
.fifths .inner h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
}
/************** edit by SC ***************/
.fifths .inner p {
	font-family: arial, sans-serif;
	font-size: 13px;
	margin: 0 0 15px;
	padding: 0;
}
.fifths .inner a.viewRange {
	background: url(/static/images/button_viewRange.gif) no-repeat;
	display: block;
	height: 19px;
	overflow: hidden;
	text-indent: -9999px;
	width: 81px;
}


/* Refer a friend styling */
#referafriendForm label {
	width:180px;
	float:left;
	font-size:0.8em;
	margin-top:7px;
}

#referafriendForm input,
#referafriendForm textarea {
	float:left;
	width:220px;
	border:1px solid #D8D8D8;
	margin-top:7px;
}

#referafriendForm textarea {
	height:80px;
}
/************** edit by SC ***************/
#referafriendForm .formRow,
#referafriendForm h3 {
	clear:both;
}
/************** edit by SC ***************/
#referafriendForm a {
	text-decoration:none;
	border:none;
	display: block;
	height: 14px;
	margin-left: 4px;
	overflow: hidden;
	/*padding:0 4px;*/
	padding: 0;
	position:relative;
	text-indent: -9999px;
	top:10px;
	width: 14px;
}
#referafriendForm a.add {
	background: url(/static/images/shop_quantity_up.gif) no-repeat;
}
#referafriendForm a.remove {
	background: url(/static/images/shop_quantity_down.gif) no-repeat;
}

#referafriendForm div.clearance {
	font-size:0;
	line-height:0;
	height:0;
}

#referafriendForm .notice {
	color:#999999;
	position:relative;
	font-size:0.8em;
	width:170px;
}

#referafriendForm .required {
	font-size:0.8em;
}

#referafriendForm .submit {
	width:auto;
	padding:2px 4px;
	background:#C3C82F;
}

#referafriendForm .errorMessage {
	font-size:0.8em;
	padding:2px 4px;
	background:#DF6F6F;
	clear:both;
	width:214px;
	margin-left:180px;
}

#referafriendForm td .errorMessage {
	margin-left:0;
}

a.promo_link {
	display: block;
	height: 60px;
	left: 55px;
	position: absolute;
	top: 0;
	width: 210px;
}
a.promo_link span {
	display: none;
}
#bosom {
	background: url(/static/images/bosom_bg.jpg) repeat-x #fff;
	border: 1px solid #e1e497;
	margin-bottom: 18px;
}
#bosom .block_1 {
	float: left;
	padding: 260px 0 30px 48px;
	width: 440px;
}
#bosom .block_2 {
	float: right;
	position: relative;
	width: 395px;
}
#bosom .block_3 {
	display: block;
	height: 650px;
}
#bosom h1 {
	font-family: georgia, times, serif;
	font-size: 4em;
	font-weight: normal;
	margin: 30px 20px 10px 30px;
	text-transform: lowercase;
}
#bosom .form {
	width: 410px;
}
/************** edit by SC ***************/
#bosom .form h4 {
	color: #000;
	font-family: arial, sans-serif;
	font-size: 1.1em;
	margin: 5px 0 10px;
	text-transform: none;
}
/************** edit by SC ***************/
#bosom .form p.strut {
	height: 60px;
	margin-right: 130px;
	overflow: hidden;
}
#bosom .form .errorbox {
	padding: 0;
}
#bosom .form ul.errorbox {
	margin-left: 20px;
}
#bosom .form form {
	padding-top: 10px;
/*	position: relative;
	top: 10px;*/
}
#bosom form ol {
	margin: 0;
	padding: 0;
}
#bosom form li {
	clear: both;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
	width: 400px;
}
#bosom form li label {
	float: left;
	width: 90px;
}
#bosom form li label.error {
	background-color: #e8eda9;
	border: 1px solid #B4C023;
	font-size: 0.9em;
	margin-left: 90px;
	margin-top: 5px;
	padding: 2px 4px;
	width: 280px;
}
#bosom form li input {
	background-color: #f2f2f2;
	border: 1px solid #d4d4d4;
	float: left;
	padding: 2px 4px;
	width: 280px;
}
#bosom form li.full {
	padding-top: 5px;
}
#bosom form li.full label {
	width: 400px;
}
#bosom form li.full label.error {
	margin-left: 0;
	width: 370px;
}
#bosom form li.full textarea {
	background-color: #f2f2f2;
	border: 1px solid #d4d4d4;
	float: left;
	height: 140px;
	margin-top: 5px;
	padding: 2px 4px;
	width: 370px;
}
input.image, input.submit {
	border: none !important;
	padding: 0 !important;
	width: auto !important;
}
#bosom .block_2 .quote {
	background: url(/static/images/bosom_quote_open.gif) no-repeat 0 0;
	color: #4D4D4D;
	font-family: georgia, times, serif;
	font-style: italic;
	padding: 0 10px 0 20px;
	position: absolute;
	top: 30px;
	width: 350px;
}
#bosom .block_2 .quote img {
	left: 270px;
	position: absolute;
	top: 0;
}
#bosom .block_2 .quote p {
	background: url(/static/images/bosom_quote_closed.gif) no-repeat 230px bottom;
	font-size: 12px;
}
#bosom .block_2 .quoter {
	background-image: none !important;
	color: #808080;
	font-family: arial,sans-serif;
	font-size: 0.9em;
	font-style: normal;
}
#bosom .block_2 p {
	padding: 0 130px 0 0;
	margin: 2px 0 8px;
}
#bosom .block_2 .cta {
	font-size: 0.9em;
	margin-left: -22px;
	/*padding-top: 500px;*/
	padding-bottom: 30px;
	position: relative;
	top: 500px;
	width: 395px;
}
#bosom .block_2 .block_1 {
	padding: 0;
	width: 240px;
}
#bosom .block_2 .block_1 p {
	padding: 10px 0 0 0;
}
#bosom .block_2 .block_1 table.basket_function {
	width: 240px
}
#bosom .block_2 .block_1 td.price {
	width: 50px;
}
#bosom .block_2 .block_2, #bosom .block_2 .block_2 img {
	width: 140px;
}
#bosom a.more {
	background: url(/static/images/bullet_green.gif) no-repeat 1px 4px;
	padding-left: 10px;
}

.relative {
	position: relative;
}

.secure {
	background: url(/static/images/secure.png) 0 0 no-repeat;
	width: 144px;
	height: 33px;
	position: absolute;
	top: -45px;
	left: 372px;
}

.payment-cards {
	margin-top: 12px;
	border-top: 1px solid #d8d8d8;
	background: url(/static/images/checkout-cards.png) 284px 4px no-repeat;
	height: 100px;
}

.no-background {
	padding-top: 10px;
}

/* /home */

#christmas .banners .visuals {
	position: relative;
	overflow: hidden;
	width: 704px;
	height: 345px;
	margin-top: 8px;
}

#christmas .banners .visuals a {
	display: block;
	width: 704px;
	height: 345px;
}

#christmas .banners .visuals .a {
	background: url(/static/images/christmas/home-banner-a.png) 0 0 no-repeat;
}

#christmas .banners .visuals .b {
	background: url(/static/images/christmas/home-banner-b.png) 0 0 no-repeat;
}

#christmas .banners .options {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#christmas .banners .options a {
	display: block;
	background-color: #C0272D;
	float: left;
	width: 333px;
	height: 20px;
	color: #FFFFFF;
	font-family: helvetica,arial,sans-serif;
	padding: 11px 0 0 17px;
	letter-spacing: 0.7px;
	float: left;
	line-height: 10px;
}

#christmas .banners .options a.active {
	background-color: #000000;
}

#christmas .banners .options a.a {
	margin-right: 4px;
}

#christmas #homeright {
	background: url(/static/images/christmas/home-side-banners.png) 0 8px no-repeat;
	padding-top: 8px;
	height: 376px;
	overflow: hidden;
}

#christmas #homeright a {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	margin-bottom: 4px;
	width: 229px;
}

#christmas #homeright .gifts-for-her {
	height: 78px;
}

#christmas #homeright .gifts-for-him {
	height: 78px;
}

#christmas #homeright .gift-finder {
	margin-top: 130px;
}

#christmas #homeright .gift-finder .left {
	float: left;
}

#christmas #homeright .gift-finder .right {
	float: right;
}

#christmas #homeright .gift-finder ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 0 0 0;
	float: left;
}

#christmas #homeright .gift-finder ul li {
	width: 100px;
	height: 25px;
	margin: 0;
	padding: 0;
}

#christmas #homeright .gift-finder ul li a {
	width: 98px;
}

#christmas .homeright .what-works-for .heading, #christmas .homeleft .heading {
	margin-top: 4px;
	background-color: #C0272D;
	height: 16px;
	color: #ffffff;
	padding: 7px 0 0 13px;
	line-height: 10px;
	letter-spacing: 0.5px;
}

#christmas .homeleft .heading {
	padding-left: 17px !important;
}

#christmas .homeright .what-works-for .options {
	border: 1px solid #C0272D;
	border-top: 0;
	padding: 15px 24px 15px 14px;
	margin: 0 0 30px 0;	
}

#christmas .homeright .what-works-for .options li {
	list-style-type: none;
	font-size: 21px;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #f2f2f2;
	background: url(/static/images/bullet_green.gif) no-repeat scroll 0 16px transparent;
	
}

#christmas .homeright .what-works-for .options li a {
	color: #000000;
}

#christmas .products {
	margin-bottom: 27px;
}

#christmas .products .product {
	width: 203px;
	float: left;
	margin-top: 16px;
	border-right: 1px solid #e7e9d5;
	padding: 5px 15px 0 15px;
}

#christmas .products .product .name {
	display: block;
	font-size: 15px;
	color: #9FA526;
	height: 35px;
	overflow: hidden;
}

#christmas .products .product .introText {
	padding-top: 10px;
	font-size: 12px;
	width: 110px;
	height: 57px;
	overflow: hidden;
}

#christmas .products .product .details {
	position: relative;
}

#christmas .products .product .details .specifics {
	margin-top: 34px;
	height: 20px;
}

#christmas .products .product .details .specifics .price {
	float: left;
	font-size: 14px;
	border: 0;
}

#christmas .products .product .details .specifics .more {
	float: left;
	font-size: 11px;
	margin: 3px 0 0 27px;
	padding-left: 5px;
	background: url(/static/images/bullet_green.gif) no-repeat scroll 0 5px transparent;
}

#christmas .products .product .details .add-to-basket {
	margin-top: 9px;
}

#christmas .products .product .details .image {
	position: absolute;
	bottom: 0;
	right: 10px;
	_bottom: 142px;
}

.originalPrice{
	text-decoration: line-through;
}
.originalPriceCell{
	padding: 0 0 2px 5px !important;
}
.salePrice{
	color: #b00;
}
