/* Basic Stuff */

html {
	overflow-y: scroll;
	font-family: "Tahoma", sans-serif;
	background: #ededed;
	font-size: 15px;
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; }

h1, h2, h3, h4, h5, h6, ol, ul, li, p, img, form, fieldset, input, textarea, table, th, td, tr, hr, abbr, button {
	border-width: 0;
	outline-width: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	font-family: "Tahoma", sans-serif;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	font-weight: bold;
}

h4 {
	font-size: 15px;
}

ul {
	list-style-type: none;
}

a {
	color: #88c24f;
	outline-width: 0;
}
a:hover {
	cursor: pointer;
}

img {
	display: block;
}

::selection {
	background: #5a3585;
	color: white;
}

/* Extend after floats */

.spanfloats { height: 1%; }
.spanfloats:after { content: " "; height: 0; overflow: hidden; display: block; clear: both; }

/* Page */

#page {
	margin: 0 auto;
	width: 960px;
	padding: 0 2px;
	background: url("../img/background.png") repeat-y top center;
}

/* JavaScript Warn */

#jsWarn {
	margin: 0 auto;
	width: 760px;
	height: 92px;
	background: white url("../img/warning.png") no-repeat 35px 1px;
	font-size: 30px;
	font-weight: bold;
	color: #ff4800;
	padding: 26px 0 0 200px;
}

/* Header */

#header {
	position: relative;
	height: 116px;
	background: white;
}

#logo {
	position: absolute;
	top: 23px;
	left: 37px;
}

#social {
	position: absolute;
	top: 28px;
	left: 642px;
}
#social li {
	float: left;
	padding-right: 30px;
}
#social li a {
	float: left;
	text-decoration: none;
	font-size: 10px;
	color: #606060;
	width: 48px;
	text-align: center;
	background: white;
	opacity: 0.6;
}
#social li a img {
	margin: 0 2px 1px 0;
}
#social li a:hover {
	opacity: 1;
}

/* Basket */

#basket {
	position: absolute;
	background: url("../img/top_basket.png") no-repeat;
	height: 91px;
	width: 367px;
	top: 0;
	right: 8px;
	padding: 13px 0 0 17px;
	text-decoration: none;
}
#basket h4 {
	color: #5a3585;
	font-size: 18px;
	padding: 0 0 7px 0;
}
#basket h4 span {
	color: #88c24f;
}
#basket h4 img {
	display: inline;
	vertical-align: -1px;
	margin-left: 4px;
}

#basket p {
	font-size: 12px;
	margin: 2px 0 7px 0;
	color: #7a7a7a;
}

#basket .button {
	position: absolute;
	right: 18px;
	top: 39px;
	font-size: 20px;
	padding: 2px 24px 3px 10px;
	behavior: url("static/css/-ms-transform.htc");
	-webkit-transform: rotate(355deg);
	-moz-transform: rotate(355deg);
	-o-transform: rotate(355deg);
	-ms-transform: rotate(355deg);
	transform: rotate(355deg);
	border-width: 0;
	font-weight: bold;
}

/* Center */

#center {
	background: url("../img/gradients.jpg") no-repeat top left;
}

/* Top Banner */

#topBanner {
	padding: 10px 8px;
}
#topBanner div.container {
	border: 1px solid #212121;
	width: 942px;
	height: 58px;
	overflow: hidden;
}
#topBanner._searching {
	padding-top: 0px;
}
#topBanner._searching div.container {
	display: none;
}
#topBanner ul {
	position: relative;
}
#topBanner ul li {
	position: absolute;
}

/* Main */

#main {
	background: url("../img/main_bottom_grad.png") no-repeat bottom left;
	height: 1%;
}
#main div.inner {
	border: 1px solid black;
	padding: 18px 16px;
	margin: 0 8px;
	background: white;
}
#main div.inner:after {
	content: " ";
	display: block;
	overflow: hidden;
	height: 0;
	clear: both;
}

/* Left */

#left {
	float: right;
	width: 220px;
	padding-bottom: 60px;
}
#left .left_p {
	padding: 0 0 10px 10px;
	font-size: 12px;
	color: #505050;
}

#left a {
	text-decoration: none;
}

#left h3 {
	margin: 22px 0 12px 0;
}
#left h3:first-child {
	margin: 0 0 8px 0;
}

#left ul {
	margin: 0 0 0 -11px;
}
#left ul li {
}
#left ul li a {
	width: 206px;
	display: block;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #848484;
	padding: 0 0 0 20px;
	text-decoration: none;
}
#left ul li a:hover,
#left ul li a.hovered {
	color: #88c24f;
	background: url("../img/menu_bullet.png") no-repeat 0 -21px;
}
#left ul li a.selected {
	color: #88c24f;
	background: url("../img/menu_bullet.png") no-repeat 0 4px;
}

#left ul.menu_categories {
	margin: 6px 0 9px -10px;
}

/* Extra Options */

#left ul.extra_options {
	border-top: 2px solid #dedede;
	margin-top: -2px;
	padding-top: 12px;
}
#left ul.extra_options li a {
	width: 206px;
	display: block;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #848484;
	padding: 2px 0 2px 21px;
}

#left ul.extra_options li a:hover,
#left ul.extra_options li a.hovered {
	color: #88c24f;
	background: url("../img/menu_bullet_small.png") no-repeat 7px -21px;
}
#left ul.extra_options li a.selected {
	color: #88c24f;
	background: url("../img/menu_bullet_small.png") no-repeat 7px 5px;
}

/* Newsletter */

#newsletter {
	overflow: auto;
	height: 1%;
}
#newsletter p {
	margin: 0 4px 4px 11px;
	font-size: 11px;
	color: #505050;
	line-height: 16px;
}
#newsletter label {
	display: none;
	font-size: 14px;
	color: #505050;
	padding-left: 14px;
}
#newsletter input {
	padding: 4px 1px 4px 4px;
	border: 1px solid #c0c0c0;
	margin: 10px 0 10px 5px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px;
	color: #404040;
	position: relative;
	width: 204px;
}
#newsletter input.empty {
	color: #a0a0a0;
}
#newsletter .button {
	float: right;
	margin-right: 3px;
}

#newsletter p#newsletterStatus {
	font-weight: bold;
	font-size: 14px;
	color: #147c00;
}

/* Grids */

div.grid_container {
	width: 664px;
	overflow: hidden;
	position: relative;
}
div.grid_products {
	width: 663px;
}
div.grid_footer_home,
div.grid_footer {
	border-top: 2px solid white;
	height: 0;
	overflow: hidden;
	position: relative;
	top: -1px;
}
div.grid_footer_home {
	top: -2px;
}

ul.grid {
	margin: 0;
	padding: 0;
}
ul.grid li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
ul.grid > li > a {
	float: left;
	color: #5f5f5f;
	border: 1px solid #f3f3f3;
	text-decoration: none;
}
ul.grid > li > a.hovered,
ul.grid > li:hover > a {
	border: 4px solid #c6c6c6;
}

/* Grid - Products */

ul.grid_products {
	width: 665px;
}
ul.grid_products li {
	border-right: 1px dotted #707070;
	border-bottom: 1px dotted #707070;
	background: white none no-repeat 12px 13px;
}
ul.grid_products > li > a {
	width: 151px;
	height: 211px;
	padding: 6px;
}
ul.grid_products > li:hover > a {
	padding: 3px;
	text-decoration: none;
}

ul.grid_products img.thumb {
	display: block;
	padding-top: 6px;
	margin: 0 auto 0 auto;
}

ul.grid_products li.outofstock a {
	opacity: 0.4;
}
p.outofstock {
	position: absolute;
	top: 12px;
	left: 14px;
	right: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e90101;
	font-size: 18px;
	text-shadow:
		white 1px 1px 1px,
		white 1px -1px 1px,
		white -1px 1px 1px,
		white -1px -1px 1px;
}

ul.grid_products span.title {
	position: absolute;
	font-size: 12px;
	width: 146px;
	line-height: 16px;
	font-weight: normal;
	top: 123px;
	left: 11px;
	text-transform: uppercase;
	background: white;
	opacity: 0.8;
}
ul.grid_products > li:hover > a span.title {
	opacity: 1;
}

ul.grid_products span.alert {
	position: absolute;
	top: 7px;
	left: 7px;
	right: 7px;
	opacity: 0.85;
	color: white;
	font-weight: bold;
	font-size: 11px;
	background: #e30e0e;
	padding: 3px 2px 4px 5px;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px;
}

ul.grid_products span.price {
	position: absolute;
	color: #ff4800;
	font-size: 18px;
	font-weight: bold;
	bottom: 29px;
	left: 11px;
	background: white;
	opacity: 0.8;
}
ul.grid_products > li:hover > a span.price {
	opacity: 1;
}

ul.grid_products span.price::selection {
	color: white;
	background: #ff4800;
}
ul.grid_products span.price::-moz-selection {
	color: white;
	background: #ff4800;
}

ul.grid_products span.button {
	position: absolute;
	bottom: 26px;
	right: 9px;
	height: 19px;
	line-height: 20px;
	opacity: 0.8;
}
ul.grid_products > li:hover > a span.button {
	opacity: 1;
}

/* Quick Add */

.quickAdd {
	position: absolute;
	bottom: 4px;
	left: 7px;
	right: 7px;
	text-align: right;
	padding: 3px;
}
.quickAdd .add,
.quickAdd .edit,
.quickAdd .status {
	display: none;
}
.quickAdd .status {
	font-weight: bold;
	text-align: center;
	color: #0e9300;
}
ul.grid_products li:hover .quickAdd .status {
	display: none;
}
.quickAdd.w_status .status,
ul.grid_products li:hover .quickAdd.w_status .status {
	display: block;
}
.quickAdd .status a {
	color: #0e9300;
}
ul.grid_products li.outofstock:hover .quickAdd {
	display: none;
}
ul.grid_products li:hover .adding .add,
ul.grid_products li:hover .editing .edit {
	display: block;
}
ul.grid_products li:hover .w_status.adding .add,
ul.grid_products li:hover .w_status.editing .edit {
	display: none;
}
ul.grid_products li .focused.adding .add,
ul.grid_products li .focused.editing .edit {
	display: block;
}
.quickAdd p,
.quickAdd form {
	font-size: 11px;
	color: #505050;
	line-height: 17px;
}
.quickAdd input[type=text] {
	border: 1px solid #c0c0c0;
	width: 20px;
	padding: 0 2px;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px;
}
.quickAdd button {
	color: white;
	font-size: 11px;
	font-weight: bold;
	background: #ff4800;
	padding: 0 2px;
	height: 17px;
	line-height: 17px;
	cursor: pointer;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px;
}

/* Grid - Categories */

ul.grid_categories {
	width: 666px;
}
ul.grid_categories li {
	border-right: 2px dotted #707070;
	border-bottom: 2px dotted #707070;
	background: white none no-repeat 4px 1px;
}
ul.grid_categories > li > a {
	width: 117px;
	height: 130px;
	padding: 6px;
	opacity: 0.8;
}
ul.grid_categories > li > a.hovered,
ul.grid_categories > li:hover > a {
	padding: 3px;
	opacity: 1;
	text-decoration: none;
}

ul.grid_categories span.price_from {
	position: absolute;
	font-size: 13px;
	padding: 2px 6px;
	color: #ff4800;
	font-weight: bold;
	bottom: 11px;
	right: 13px;
	background: white;
}

ul.grid_categories span.title {
	position: absolute;
	font-size: 12px;
	width: 112px;
	line-height: 13px;
	font-weight: bold;
	top: 110px;
	left: 8px;
	text-transform: uppercase;
	background: white;
}

ul.grid_categories span.button {
	display: none;
	position: absolute;
	bottom: 12px;
	right: 12px;
	height: 19px;
	line-height: 20px;
	overflow: hidden;
}

/* Content */

#content {
	float: right;
	margin-left: 24px;
	width: 664px;
	padding-bottom: 60px;
}

#left h3,
.content h1 {
	background: #5a3585;
	color: white;
	height: 31px;
	line-height: 32px;
	text-indent: 14px;
	font-size: 16px;
	overflow: hidden;
}
#left h3 {
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	text-indent: 10px;
}

#left h3::selection,
.content h1::selection,
#basket_total *::selection {
	background: white;
	color: #5a3585;
}

.content h2 {
	color: #606060;
	font-size: 18px;
	padding-left: 14px;
	margin: 28px 0 16px 0;
}
.content h3 {
	color: #afafaf;
	font-size: 16px;
	padding-left: 14px;
	margin: 16px 0 10px 0;
}

.content p {
	font-size: 16px;
	padding: 0 24px 0 14px;
	margin: 16px 0;
	line-height: 1.4;
	color: #606060;
}
.content div.intro p,
.content p.intro {
	color: #848484;
	border: 1px solid #d5d5d5;
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 13px;
}

.content a {
	font-weight: bold;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}

.content ul {
	padding-left: 14px;
	color: #404040;
	font-size: 14px;
	line-height: 18px;
	width: 540px;
	margin-top: 22px;
}
.content ul li {
	padding: 5px 0 5px 24px;
	margin: 2px 0;
	background: url("../img/bullet.png") no-repeat 3px 9px;
}

.content table {
	margin-left: 14px;
	color: #606060;
	font-size: 15px;
	position: relative;
	left: -4px;
}
.content table th,
.content table td {
	padding: 4px 44px 4px 4px;
	text-align: left;
}
.content table tr td {
	border-top: 1px solid #dfdfdf;
}
.content table tr:first-child td {
	border-top-width: 0;
}

.content hr {
	height: 10px;
	width: 100%;
	overflow: hidden;
	clear: both;
	color: white;
	display: block;
}

.spoiler {
	background: #5a3585;
	color: #5a3585;
}
.spoiler:hover {
	color: white;
}

/* Product */

div.product_head {
	
}
div.product_icons {
	height: 22px;
	padding: 8px 0 6px 0;
}
#___plusone_0 {
	float: left;
}
div.product_left {
	width: 426px;
	height: 312px;
	float: left;
	border-right: 1px dotted #606060;
}
div.product_photo {
	width: 426px;
	height: 276px;
}
div.product_photo img {
	margin: auto;
}
div.product_purchase {
	width: 236px;
	min-height: 312px;
	float: left;
	border-left: 1px solid white;
	background: #ececec url("../img/product_purchase.png") no-repeat bottom left;
	position: relative;
}

div.hproduct span {
	display: none;
}

div.product_purchase p.price {
	color: #5a3585;
	font-size: 34px;
	font-weight: bold;
	padding: 19px 0 0 22px;
	margin: 0;
}
div.product_purchase p.price_tip {
	color: #5a3585;
	font-size: 14px;
	font-weight: bold;
	padding: 1px 12px 0 22px;
	margin: 0 0 -4px 0;
}
div.product_purchase p.nostock {
	padding: 20px 0 10px 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e90101;
	font-size: 22px;
	text-shadow:
		#ececec 1px 1px 0,
		#ececec 1px -1px 0,
		#ececec -1px 1px 0,
		#ececec -1px -1px 0;
}
div.product_purchase form {
	padding: 20px 0 0 22px;
	height: 41px;
}

div.product_purchase form input {
	border: 1px solid #a2a2a2;
	float: left;
	font-size: 24px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	width: 40px;
	height: 29px;
	margin-right: 18px;
}
div.product_purchase form .button {
	float: left;
	font-size: 26px;
	height: 41px;
	line-height: 41px;
	width: 120px;
	position: relative;
	border-color: #ff4800;
	border-radius: 8px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px;
	background: #ff4800 url("../img/button_bg_big.png") no-repeat top right;
	padding: 0 20px 0 2px;
}
div.product_purchase form .button:hover {
	border-color: #ba3500;
}
div.product_purchase form .button:active {
	border-color: #e44000;
	background-color: #e44000;
}

/* Bulk Prices */

div.product_bulk {
	background: white;
	border-top: 1px dotted #505050;
	border-bottom: 1px dotted #505050;
	width: 177px;
	margin: 22px auto 10px auto;
	padding: 8px 0 8px 12px;
}
div.product_bulk h3 {
	color: #88c24f;
	font-size: 15px;
}
div.product_bulk li {
	margin: 3px 0;
	font-weight: bold;
	color: #707070;
	font-size: 14px;
}
div.product_bulk li span {
	color: #5a3585;
}

/* Product Description*/

.content div.product_desc {
	padding-top: 1px;
}

.content div.product_desc img.imgright {
	position: relative;
	left: 24px;
	padding-left: 0;
}

.content div.ingredients p {
	font-size: 12px;
	line-height: 15px;
}

.content div.nutritional p {
	font-size: 10px;
	line-height: 12px;
	margin: 10px 0;
}

.content div.nutritional table {
	width: 96%;
	font-size: 12px;
}
.content div.nutritional table th {
	border-left: 1px solid #e0e0e0;
}
.content div.nutritional table th:first-child {
	border-left-width: 0;
}

.content div.nutritional table td {
	border-left: 1px solid white;
	background: #f6f6f6;
}
.content div.nutritional table td.title {
	color: #5a3585;
	font-weight: bold;
	background: #efefef;
}

.content div.related_products h2 a {
	color: #404040;
	text-decoration: underline;
}
.content div.related_products ul {
	width: 100%;
}
.content div.related_products li {
	float: left;
	width: 130px;
	height: 120px;
	padding: 0;
	margin: 0;
	background: none;
}
.content div.related_products li a {
	float: left;
	width: 120px;
	padding: 0 10px 10px 0;
	height: 120px;
	overflow: hidden;
	font-size: 11px;
	color: #505050;
	text-align: center;
	line-height: 14px;
}
.content div.related_products li a img {
	margin: 0 auto 4px auto;
}

/* Basket */

h1.candy_basket {
	font-size: 40px;
	line-height: 50px;
	background: none;
	color: #5a3585;
	height: 50px;
	position: relative;
	top: -8px;
}
h1.candy_basket span {
	color: #88c24f;
}
h1.candy_basket img {
	display: inline;
	color: #88c24f;
}

ul#checkout_basket li,
ul#basket_contents li {
	background: white none no-repeat 8px 8px;
	position: relative;
	border-bottom: 1px dotted #707070;
}
ul#checkout_basket li div,
ul#basket_contents li div {
	height: 63px;
	border: 1px solid #f3f3f3;
	padding: 6px 12px;
	opacity: 0.8;
}
ul#checkout_basket li div {
	height: auto;
	padding: 2px 6px;
	opacity: 1;
}
ul#checkout_basket li img {
	width: 20px;
	height: 15px;
	float: left;
}

ul#basket_contents li div:hover {
	border: 4px solid #c6c6c6;
	padding: 3px 9px;
	opacity: 1;
}

ul#basket_contents a.product_link {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 77px;
	width: 400px;
	text-decoration: none;
}
ul#checkout_basket span.title,
ul#basket_contents span.title {
	display: block;
	padding: 10px 0 0 110px;
	font-weight: bold;
	color: #404040;
}
ul#checkout_basket span.title {
	font-size: 11px;
	padding: 1px 0 0 30px;
	width: 270px;
}
ul#basket_contents span.price {
	display: block;
	padding: 2px 0 0 110px;
	color: #7a7a7a;
	font-size: 14px;
}
ul#checkout_basket span.price {
	color: #7a7a7a;
	position: absolute;
	top: 5px;
	left: 340px;
	font-size: 11px;
}
ul#checkout_basket span.bulk_price,
ul#basket_contents span.bulk_price {
	color: #ff4800;
	font-weight: bold;
}
ul#checkout_basket span.bulk_price {
	font-weight: normal;
}
ul#basket_contents input.qty {
	position: absolute;
	top: 18px;
	left: 406px;
	border: 1px solid #a2a2a2;
	float: left;
	font-size: 24px;
	font-weight: bold;
	padding: 5px;
	text-align: right;
	width: 50px;
	height: 29px;
}
ul#checkout_basket span.qty {
	position: absolute;
	top: 5px;
	left: 500px;
	font-size: 11px;
	font-weight: bold;
}
ul#checkout_basket span.total,
ul#basket_contents span.total {
	position: absolute;
	left: 490px;
	top: 0;
	line-height: 77px;
	color: #404040;
	font-size: 22px;
}
ul#checkout_basket span.total {
	font-size: 11px;
	top: 5px;
	left: 550px;
	line-height: normal;
}

ul#basket_contents a.remove {
	position: absolute;
	top: 28px;
	right: 20px;
	height: 20px;
	width: 19px;
	background: url("../img/remove.png") no-repeat;
	text-decoration: none;
}
ul#basket_contents a.remove span {
	display: none;
	position: absolute;
	top: -1px;
	line-height: 20px;
	right: 24px;
	font-size: 10px;
	color: #707070;
}
ul#basket_contents a.remove:hover span {
	display: block;
}

#basket_subtotal {
	height: 64px;
	line-height: 64px;
	position: relative;
}
#basket_subtotal h4 {
	position: absolute;
	top: 1px;
	right: 192px;
	color: #707070;
}
#basket_subtotal h4 {
	position: absolute;
	top: 1px;
	right: 192px;
	color: #707070;
}
#basket_subtotal p {
	position: absolute;
	top: 0;
	left: 490px;
	color: #5a3585;
	font-size: 22px;
	font-weight: bold;
}

.edit_basket {
	float: left;
	padding: 4px 4px 4px 24px;
	font-weight: bold;
	font-size: 13px;
}

.checkout_totals {
	float: right;
	width: 450px;
}

.checkout_totals #basket_subtotal {
	height: 26px;
	line-height: 26px;
}
.checkout_totals #basket_subtotal h6 {
	position: absolute;
	top: 1px;
	right: 142px;
	color: #707070;
	font-size: 13px;
}
.checkout_totals #basket_subtotal p {
	left: 335px;
	font-size: 13px;
}

.checkout_totals #basket_discount {
	height: 20px;
	line-height: 20px;
}
.checkout_totals #basket_discount h6 {
	position: absolute;
	top: 1px;
	right: 142px;
	color: #ff4800;
	font-size: 13px;
}
.checkout_totals #basket_discount p {
	left: 335px;
	font-size: 13px;
}

.checkout_totals #basket_total {
	height: 28px;
	line-height: 26px;
	position: relative;
	background: #5a3585;
	color: white;
}
.checkout_totals #basket_total h6 {
	position: absolute;
	top: 1px;
	right: 142px;
	font-size: 16px;
}
.checkout_totals #basket_total p {
	position: absolute;
	top: 1px;
	left: 335px;
	font-size: 16px;
	font-weight: bold;
}

.checkout_totals #basket_shipping {
	position: relative;
	height: 22px;
	line-height: 20px;
	border-top: 1px solid #cccccc;
}
.checkout_totals #basket_shipping h6 {
	position: absolute;
	top: 1px;
	right: 142px;
	font-size: 13px;
	color: #707070;
}
.checkout_totals #basket_shipping p {
	position: absolute;
	top: 1px;
	left: 335px;
	font-size: 13px;
	color: #5a3585;
	font-weight: bold;
}

#basket_discount {
	height: 64px;
	line-height: 64px;
	position: relative;
}
#basket_discount h4 {
	position: absolute;
	top: 1px;
	right: 192px;
	color: #ff4800;
}
#basket_discount p {
	position: absolute;
	top: 0;
	left: 490px;
	color: #ff4800;
	font-size: 22px;
	font-weight: bold;
}

#basket_total {
	height: 50px;
	line-height: 50px;
	position: relative;
	background: #5a3585;
	color: white;
}
#basket_total h4 {
	position: absolute;
	top: 1px;
	right: 192px;
}
#basket_total p {
	position: absolute;
	top: 0;
	left: 490px;
	font-size: 22px;
	font-weight: bold;
}

a.continue_shopping {
	margin-left: 20px;
	color: white;
	font-weight: bold;
	opacity: 0.8;
}

div#basket_delivery {
	padding-top: 10px;
}

div#basket_delivery h3 {
	color: #5a3585;
	font-size: 22px;
	font-weight: bold;
}

div#basket_delivery_options {
	background: #f5f5f5;
	position: relative;
	min-height: 100px;
	height: 1%;
	padding-top: 16px;
}
div#basket_delivery_options:after {
	content: " ";
	height: 30px;
	overflow: hidden;
	display: block;
	clear: both;
}

div.basket_buttons {
	padding: 10px 0;
	height: 40px;
	float: left;
}
div.basket_buttons a,
#basket_form button {
	float: left;
	font-size: 25px;
	background-color: #afafaf;
	margin-right: 12px;
	padding: 4px 24px 2px 14px;
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px;
}
div.basket_buttons a:hover,
#basket_form button:hover {
	border-color: #8f8f8f;
}
div.basket_buttons a:active,
#basket_form button:active {
	border-color: #8f8f8f;
	background-color: #8f8f8f;
}

#basket_form button.sel_orange {
	background-color: #ff4800;
}
#basket_form button.sel_orange:hover {
	border-color: #e44000;
}
#basket_form button.sel_orange:active {
	border-color: #e44000;
	background-color: #e44000;
}

#basket_form #update_qty_btn {
	font-size: 16px;
	line-height: 20px;
	height: 30px;
	margin-top: 14px;
}

div.checkout_buttons {
	padding: 20px 0 10px 0;
}
#manual_checkout {
	display: block;
	clear: both;
	text-align: right;
	padding-top: 20px;
}

div.delivery_total h4 {
	position: absolute;
	top: 1px;
	right: 192px;
	color: #707070;
	line-height: 70px;
	height: 70px;
}
div.delivery_total p {
	position: absolute;
	top: 0;
	left: 490px;
	font-size: 22px;
	font-weight: bold;
	color: #5a3585;
	line-height: 70px;
	height: 70px;
}

div.delivery_option {
	clear: both;
}
div.delivery_option h4 {
	line-height: 40px;
	height: 40px;
	color: #9f9f9f;
	float: left;
	width: 100px;
	padding-left: 20px;
}
div.delivery_option div.delivery_field {
	float: left;
	padding-top: 9px;
}

div.delivery_service {
	clear: both;
	padding-top: 2px;
}
div.delivery_service input {
	float: left;
	position: relative;
	top: 4px;
}
div.delivery_service label {
	float: left;
	padding: 0 0 0 6px;
	line-height: auto;
}
div.delivery_service span.service_name {
	display: block;
	color: #5a3585;
	font-weight: bold;
	font-size: 13px;
}
div.delivery_option span.service_tip {
	display: block;
	color: #707070;
	font-size: 11px;
	padding-bottom: 5px;
}

#checkoutOptions {
	
}

#google_checkout_button {
	height: 0;
	float: right;
	width: 180px;
	height: 46px;
}
#google_checkout_button input {
	position: relative;
}

#paypal_button {
	float: right;
}
#cc_button {
	float: right;
}

span.or {
	float: right;
	line-height: 46px;
	height: 46px;
	font-weight: bold;
	padding: 0 26px;
	font-size: 20px;
}

div.basket_offer {
	margin-top: 60px;
	border: 2px dotted #707070;
	padding: 12px;
}

/* News */

.imgleft {
	float: left;
	padding-right: 16px;
	padding-bottom: 8px;
}
.imgright {
	float: right;
	padding-left: 16px;
	padding-bottom: 8px;
}

a.news_brief {
	display: block;
	clear: both;
	border: 1px solid #d9d9d9;
	padding: 13px 17px;
	height: 1%;
	margin-top: 22px;
	text-decoration: none;
	color: #606060;
	opacity: 0.8;
}
a.news_brief:after {
	content: " ";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
a.news_brief:hover,
a.hovered.news_brief {
	text-decoration: none;
	border: 4px solid #c6c6c6;
	padding: 10px 14px;
	background: #f8f8f8;
	opacity: 1;
}

a.news_brief span.button {
	float: left;
	position: relative;
	top: 4px;
	left: -8px;
}
a.news_brief span.latest {
	background-color: #ff4800;
}

a.news_brief p.date {
	font-size: 11px;
	font-weight: normal;
	float: right;
}
a.news_brief p.brief {
	font-size: 14px;
	font-weight: normal;
	margin: 4px 0;
	width: 500px;
}

ul.news_archive {
	margin: 22px 0;
	padding-left: 20px;
	color: #606060;
}
ul.news_archive li {
	background: none;
	float: left;
}
ul.news_archive li a {
	float: left;
	margin: 0 0 0 15px;
	text-decoration: none;
	font-weight: bold;
}
ul.news_archive li a.selected {
	text-decoration: underline;
	color: #5a3585;
}

p.datebar {
	font-size: 12px;
	background: #f0f0f0;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 2px;
}

/* Buttons */

.button {
	display: block;
	color: white;
	font-size: 16px;
	padding: 2px 20px 3px 8px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px;
	background: #88c24e url("../img/button_bg.png") no-repeat top right;
	border: 1px solid white;
	cursor: pointer;
}

.button::selection {
	color: #88c24e;
	background: white;
}
.button:hover {
	border-color: #568428;
}
.button:active {
	border-color: #699d36;
	background-color: #699d36;
}

.button.nohover:hover,
.button.nohover:active {
	border: 1px solid white;
	background-color: #88c24e;
}

.sel_orange::selection {
	color: #ff4800;
	background: white;
}

.inv_orange::selection {
	color: white;
	background: #ff4800;
}

.sel_grey::selection {
	color: #afafaf;
	background: white;
}

.sel_orange.nohover:hover,
.sel_orange.nohover:active {
	background-color: #ff4800;
}

/* Tags */

#tags {
	border: 8px solid #b5b5b5;
}
#tags div.inner {
	border: 1px solid black;
	padding: 26px 26px;
	height: 1%;
	overflow: auto;
}
#tags .tag_group {
	float: left;
	padding: 8px 36px 0 0;
}

#tags h4 {
	color: #848484;
	font-size: 36px;
	margin-left: -3px;
}
#tags h5 {
	color: #606060;
	font-size: 17px;
	margin-left: -2px;
	clear: both;
	padding-right: 18px;
	border-bottom: 2px solid #606060;
}

#tags ul {
	margin-top: 6px;
	margin-left: -10px;
	float: left;
	padding-right: 16px;
}
#tags ul li {
	color: #a0a0a0;
	font-size: 14px;
}
#tags ul li a {
	font-weight: bold;
	margin: 0 0;
	line-height: 20px;
	text-decoration: none;
	color: #a0a0a0;
	margin: 0 6px;
	padding: 2px;
	white-space: nowrap;
}
#tags ul li a:hover {
	color: #5a3585;
}
#tags ul li a.selected {
	color: black;
}

/* Bottom Banner */

#bottomBanner {
	border: 8px solid #b5b5b5;
	border-top-width: 0;
}
#bottomBanner div.inner {
	border: 1px solid black;
}

/* Footer */

#footer {
	height: 140px;
	background: white;
	position: relative;
}
#footer p.address {
	margin: 0 0 8px 0;
}

#footer_links {
	float: right;
	font-size: 13px;
	color: #808080;
	font-weight: bold;
	padding: 22px 24px 0 0;
	width: 200px;
}
#footer_links li {
	display: block;
}
#footer_links li a {
	display: block;
	margin: 2px 0;
	color: #808080;
	text-decoration: none;
	text-align: right;
}
#footer_links li a:hover {
	text-decoration: underline;
}

#hcard-Candy-Hero {
	float: left;
	padding: 32px 0 0 24px;
	font-size: 13px;
	color: #808080;
}
#hcard-Candy-Hero .contact {
	margin-top: 12px;
	font-size: 15px;
	font-weight: bold;
}
#hcard-Candy-Hero .contact strong,
#hcard-Candy-Hero .contact a{
	color: #2c2b2b;
	text-decoration: none;
}

/* Contact */

div#contactLeft {
	float: left;
	padding-bottom: 14px;
	width: 250px;
	margin-top: 24px;
}
div#contactLeft h3,
div.contactRight h3 {
	color: #606060;
	padding-left: 14px;
	font-size: 16px;
	margin: 0;
}
div#contactLeft strong,
div#contactLeft a {
	color: #88c24f;
}
div#contactLeft p {
	font-size: 18px;
	margin: 6px 0 20px 0;
}
div#contactLeft p.contact-times {
	font-size: 12px;
	margin: 2px 0 -2px 0;
	color: #a0a0a0;
}
div#contactLeft p.contact-number {
	margin: 0 0 6px 0;
}

div.contactRight {
	float: left;
	padding-bottom: 14px;
	width: 200px;
	margin-top: 22px;
}
div.contactRight p {
	margin: 0;
}
div.contactRight p.address_type {
	font-size: 12px;
	color: #a0a0a0;
}

/* Form */

form.form {
	margin: 0px;
	background: #f7f7f7;
	padding: 26px 0 32px 0;
	border: 0px solid #1f3d0e;
	border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px; -khtml-border-radius: 12px;
}

form.form .button {
	font-size: 18px;
	height: 30px;
	padding: 4px 24px 3px 12px;
	border-color: #f7f7f7;
}

input.text {
	padding: 5px 1px 5px 6px;
	font-size: 12px;
	margin: 0px;
	width: 240px;
	background-color: white;
	border: 1px solid #c0c0c0;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px;
	color: #404040;
}

textarea {
	background-color: white;
	font-size: 12px;
	border: 1px solid #c0c0c0;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px;
	color: #404040;
	padding: 5px 1px 5px 6px;
	width: 438px;
}

form div.input {
	padding-top: 6px;
}
form div.field {
	padding-top: 6px;
}

form div.field_label {
	float: left;
	width: 150px;
}

form div.field_label label {
	display: block;
	padding-left: 14px;
	padding-right: 20px;
	padding-top: 5px;
	text-align: right;
	color: #505050;
}

form div.field_input {
	margin-left: 150px;
}

input.submit {
	margin-top: 6px;
	margin-left: 150px;
}

fieldset div.error {
	margin-top: 5px;
}

div.field.error {
	border: none;
	margin-top: 0px;
}

div.field.error p.error {
	margin-top: 0px;
}

div.error {
	background-color: #ffa79b;
	border: 1px solid #b91600;
	padding: 0px;
}

div.error p.error {
	font-size: 13px !important;
	font-weight: bold !important;
	color: #b91600 !important;
	padding: 3px 0px 3px 26px !important;
	margin: 5px 10px 5px 6px !important;
	background-image: url("../img/backroom/error_icon.png") !important;
	background-position: 0px 0px !important;
	background-repeat: no-repeat !important;
}

p.error a {
	color: #7b0f00;
}

form div.field_div {
	clear: both;
	padding-top: 5px;
}
form div.field_div.thicker {
	border-bottom: 2px solid #dfdfdf;
}

form div.field_div label {
	float: left;
}

span.asterisk {
	display: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 10px;
	color: #5a3585;
}

/* Free Delivery Notice */

div.free_delivery_notice {
	margin: 10px 0 30px 0;
	background: #fff47f;
	border: 2px solid #ffd43f;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px;
	padding: 8px 14px;
	color: #c84b00;
}

/* Discount Code */

form#discount_form {
	margin: 10px 0 20px 0;
	background: #e8e8e8;
	border: 2px solid #c0c0c0;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px;
	padding: 8px 14px;
	color: #898989;
	font-weight: bold;
}

form#discount_form label {
	font-size: 14px;
	float: left;
	line-height: 26px;
	margin-right: 10px;
}

form#discount_form input.text {
	font-weight: bold;
	float: left;
	width: 200px;
	margin-right: 10px;
}

form#discount_form button {
	background-color: #afafaf;
	border-color: #e8e8e8;
	float: left;
	height: 26px;
}
form#discount_form button:hover {
	border-color: #8f8f8f;
}
form#discount_form button:active {
	border-color: #8f8f8f;
	background-color: #8f8f8f;
}

form#discount_form p.error {
	padding-bottom: 10px;
	color: #b91600;
}

/* Featured Product */

#featuredProduct a {
	display: block;
}
#featuredProduct h5 {
	text-align: center;
	font-size: 15px;
	padding: 0 0 4px 0;
	color: #505050;
}
#featuredProduct .priceBlock {
	float: left;
	width: 90px;
	text-align: center;
	padding: 4px 0 4px 14px;
}
#featuredProduct h6 {
	font-weight: bold;
	color: #8f8f8f;
	font-size: 10px;
}
#featuredProduct p.price {
	font-weight: bold;
	color: #ff4800;
	font-size: 18px;
}
#featuredProduct img {
	display: block;
	width: 140px;
	margin: 0 auto;
	clear: both;
}
#featuredProduct .expiry {
	text-align: center;
	font-size: 12px;
	color: #8f8f8f;
}
#featuredProduct .expiry strong {
	text-align: center;
	font-size: 12px;
	color: #505050;
}

/* Checkout pay */

#checkout_form select {
	margin-top: 2px;
}

#checkout_addresses {
	clear: both;
	padding-top: 36px;
}
#checkout_addresses h3 {
	color: #505050;
}
#checkout_addresses p {
	color: #707070;
	margin: 4px 0;
	font-size: 14px;
}
#checkout_addresses p.note {
	color: #707070;
	margin: 4px 0;
	font-size: 10px;
}
#checkout_addresses div.address_intro {
	height: 90px;
}

#checkout_delivery {
	width: 300px;
	float: left;
}

#checkout_billing {
	width: 300px;
	float: left;
	padding-left: 32px;
	margin-left: 28px;
	border-left: 1px solid #c0c0c0;
}

#addresses_same {
	font-size: 13px;
	width: 296px;
	background: #f0f0f0;
	padding: 6px 6px 6px 12px;
	position: relative;
	left: -12px;
	top: 10px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px;
}

form div.address_fields div.field {
	padding: 0 0 8px 0;
}
#checkout_payment label,
div.address_fields label {
	width: 100px;
	float: left;
	height: 17px;
	line-height: 18px;
	overflow: hidden;
	padding: 5px 0;
	font-size: 12px;
	color: #505050;
}
#checkout_form div.field label.checkout_field_error {
	color: #dd0000;
	background: #ffc3c3;
}

#checkout_payment input[type=text],
div.address_fields input[type=text] {
	border: 1px solid #c0c0c0;
	height: 17px;
	line-height: 17px;
	padding: 4px;
	width: 190px;
}
#checkout_addresses div.address_fields p {
	margin: 0;
	width: 195px;
	padding-left: 5px;
	float: left;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
	padding: 5px 0;
	font-size: 13px;
	color: #202020;
	font-weight: bold;
}

#checkout_form label.required {
	font-weight: bold;
	color: black;
}

#checkout_payment {
	padding-top: 30px;
}
#checkout_payment h3 {
	color: #505050;
}

#checkout_addresses #billing_postcode,
#checkout_addresses #delivery_postcode {
	width: 100px;
}
#checkout_payment #payment_cv2 {
	width: 50px;
}
#checkout_payment #payment_issue_no {
	width: 40px;
}
#billing_country {
	width: 200px;
}

#payment_final {
	position: relative;
}

#checkout_payment {
	width: 300px;
	float: left;
}

#pay_now {
	position: absolute;
	width: 260px;
	height: 100px;
	bottom: 0;
	right: 0;
	background: #f0f0f0;
	color: #303030;
	padding: 10px 18px 16px 18px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px;
}
#pay_warning {
	font-size: 12px;
	margin-bottom: 10px;
}
#pay_now_button {
	position: absolute;
	bottom: 16px;
	right: 18px;
	font-size: 22px;
}

#pay_now .status {
	display: none;
	padding: 16px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 14px;
	font-weight: bold;
	color: #ff6c00;
}
#pay_now .status .err {
	color: #dd0000;
}
#pay_now .status .err a {
	color: #a00000;
}
#pay_now .status .woo,
#pay_now .status .woo a {
	color: #0e9500;
}

#search {
	position: absolute;
	bottom: 15px;
	left: 304px;
}
#searchBox {
	border: 1px solid #c0c0c0;
	padding: 4px 5px;
	width: 240px;
	font-size: 14px;
	color: #505050;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px;
}
#searchBox.empty {
	color: #d0d0d0;
	font-style: italic;
}

