a {
	text-decoration: none;
	color: #c00000;
	font-weight: bold
}
a:hover {
	text-decoration: underline
}

a.btn_small {
	color: white;
	background: #e10000 url('/images/bg_btn_small.png') repeat-x;
	padding: 2px 5px;
	font-weight: normal
}

a.print-window {
	background: transparent url('/images/icon_print.png') no-repeat top left;
	padding-left: 30px;
	line-height: 19px;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 0.8em;
	color: #4c4c4c;
	background: #3a3a3a url('/images/bg.png') repeat-y center
}
body.editor {
	background: white;
	width: 944px
}
body.product_description {
	background: white;
	width: 359px
}

div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

div.spinner {
	background: url('/images/spinner.gif') no-repeat;
	width: 15px;
	height: 15px;
}
.stockist_description {
	width: 600px;
}

dl#contact {
	float: left;
	width: 300px;
	margin-top: 0px
}
dl#contact dd {
	margin-left: 100px;
	padding: 3px
}
dl#contact dt {
	width: 70px;
	float: left;
	padding: 3px 15px;
	text-align: right;
	font-weight: bold;
	color: #444444
}

dl#subcats {
	padding: 0px;
	margin: 0px 0px 40px 0px;
}
dl#subcats dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #444
}
dl#subcats dt.description {
	font-size: 1em;
	font-weight: normal;
	padding: 3px 0px
}
dl#subcats dd {
	padding: 0px;
	margin: 0px
}
dl#subcats dd a {
	font-size: 1.1em;
	float: left;
	margin: 5px;
	padding: 5px 15px;
	background-color: #efefef;
	border: 1px solid #efefef
}
dl#subcats dd a:hover {
	border: 1px solid #bbbbbb;
	text-decoration: none
}

form label, form input, form select, form textarea {
	margin-bottom: 8px;
}
form input[type="checkbox"] {
	margin-top: 0px
}
form label {
	display: block;
	float: left;
	text-align: right;
	width: 90px;
	padding-right: 10px;
	font-weight: bold
}
form br {
	clear: left;
}

h1 {
	color: #4c4c4c;
}
h1#logo {
	width: 152px;
	height: 52px;
	float: left;
	background: url('/images/logo.png') no-repeat center center;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	line-height: 0px
}
h1#logo a {
	display: block;
	width: 152px;
	height: 52px;
}
h1#logo a:hover {
	text-decoration: none
}
h1#logo i {
	visibility: hidden
}
h1.breadcrumbs {
	font-size: 1em;
	color: #c00000;
	text-align: right
}

h2 {
	color: #3a3a3a;
	font-size: 1.4em;
	margin: 5px 0px
}

h3 {
	color: #1f1f1f;
	padding-bottom: 5px
}
h3.footer {
	color: black;
	border: none;
	padding-bottom: 0px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
	margin: 6px
}

h4 {
	margin: 4px 0px;
	color: #4f4f4f
}
h4 a {
	color: #333333
}

hr {
	clear: both;
	color: #cccccc;
	background-color: #cccccc;
	border: 0px;
	height: 1px;
	margin-top: 10px;
}

input, select, textarea {
	border: 1px solid #444444;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em
}
input[type="radio"], input[type="checkbox"] {
	border: 0px
}
select {
	font-size: 0.9em
}
input.button {
	background: #E10000 url(/images/bg_btn_small.png) repeat-x;
	color: white;
	font-size: 12px;
	border: 0px;
	padding: 1px 5px;
	cursor: pointer;
	margin-right: 10px
}

p {
	line-height: 1.4em;
	margin-top : 0px
}
form p.error {
	margin: -10px 0px 0px 0px;
	font-size: 0.9em
}
p.footer {
	font-size: 0.8em;
	text-align: right;
	margin: 6px;
	color: #2d2d2d
}

p.pages_top, p.pages_bottom {
	margin: 0px;
	border: 1px dashed #bfb6ac;
	border-width: 0px 0px 1px 0px;
	padding: 0px 0px 10px 0px;
	text-align: right;
}
p.pages_bottom {
	border-width: 1px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
p.pages_top a, p.pages_bottom a {
	border: 1px solid #dedede;
	padding: 2px 5px
}
p.pages_top a:hover, p.pages_bottom a:hover {
	border: 1px solid #C00000;
	background: #C00000;
	color: white;
	text-decoration: none;
}

p.promo_code {
	font-weight: bold
}

table {
	width: 100%
}
table td {
	vertical-align: top
}
table thead td {
	background-color: #2d2d2d;
	font-weight: bold;
	color: white;
	padding: 5px;
	font-size: 0.9em
}
table tbody td {
}
table tbody td.controls {
	text-align: center
}
table tbody td.controls img {
	margin-bottom: 3px
}

.c_quarter, .c_third, .c_half, .c_two_thirds, .c_three_quarters, .c_full {
	margin: 0px 0px 20px 20px;
	float: left;
}
.c_quarter {
	width: 214px;
}
.c_third {
	width: 294px
}
.c_half {
	width: 452px;
}
.c_two_thirds {
	width: 608px
}
.c_three_quarters {
	width: 689px
}
.c_full {
	width: 930px;
}

.call {
	color: #5a0000
}
.code {
	color: #999
}
.first {
	margin-left: 0px
}
.left {
	float: left
}
.error, .price, .reduced, .reduced_now, ._req, .total_price {
	color: #ca4141
}
.reduced_now {
	font-weight: bold
}
.right {
	float: right
}

.tipz {
	width: 225px;
	background: url(/images/black_90.png);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	color: #dedede;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
.tipz .tip-title {
	color: #ff6a6a;
	font-weight: bold;
	margin-bottom: 5px;
}

.total_price {
	font-weight: bold
}
.vat {
	font-size: 0.8em;
	margin-right: 15px;
}
.zebra_even {
	background-color: #d6d6d6
}
.zebra_odd {
	background-color: #edefef
}

div.article_image {
	float: right;
	width: 250px;
	margin: 0px 10px 10px;
	padding: 10px;
	border: 1px solid #dedede;
	background: #f2f2f2
}

img.tooltip {
	vertical-align: text-bottom
}

#basket {
	width: 160px;
	background: url('/images/icon_basket.png') no-repeat 5px center;
	float: right;
	margin: 0px 0px 0px 20px;
	padding: 3px 7px 3px 38px;
	border: 5px solid #e6e6e6;
	cursor: pointer
}
#basket b {
	color: #42677c
}
#basket b#basket_items {
	margin-right: 15px
}
#basket p {
	font-size: 0.9em;
	margin: 0px;
}

#basket_added {
	position: absolute;
	top: 45px;
	right: 40px;
	width: 250px;
	height: 140px;
	background: transparent url('/images/bg_basket_added.gif') no-repeat top left;
	z-index: 999
}
#basket_added p {
	margin-top: 75px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #c00000;
	font-weight: bold
}

table#basket_contents {
	margin-bottom: 10px
}
table#basket_contents tbody td {
	width: 10%;
	padding: 5px 0px
}
table#basket_contents tfoot td {
	background-color: #efefef;
	padding: 4px
}
table#basket_contents td.delete {
	text-align: center;
}
table#basket_contents td.delete a img {
	border: none
}
table#basket_contents td.price {
	padding-left: 4px;
	width: 11%
}
table#basket_contents td.product_name {
	width: 65%;
	padding: 5px
}
table#basket_contents td.quantity {
	text-align: center
}

#basket_page {
	margin-bottom: 10px;
}
#basket_page #purchased_yes, #basket_page #purchased_no, #basket_page #confirm_details {
	border: 1px solid #1f1f1f;
	padding: 10px;
}
#basket_page fieldset {
	width: 425px;
	border: 1px solid #ccc;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 1.4em
}
#basket_page fieldset br {
	clear: both;
}
#basket_page fieldset label {
	width: 120px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
}
#basket_page fieldset legend {
	font-weight: bold;
	color: #1f1f1f
}
#basket_page h2 {
	float: left;
	margin-top: 10px
}
#basket_page h3 {
	border-bottom: 2px dotted #1f1f1f;
	margin: 0px 0px 10px 0px
}
label.terms {
	width: auto;
	float: none;
	text-align: left;
	display: inline;
	font-weight: normal
}

#basket_progress {
	overflow:auto;
	margin:0;
	float: right
}
#basket_progress ol {
	min-height:3em;
	margin:0;
	padding:0;
}
#basket_progress li {
	float:left;
	width:6em;
	min-height:3em;
	margin:0 .6em;
	padding-left:2.2em;
	color:#999;
	background:#fff url('/images/basket_progress.gif') 0 4px no-repeat;
	list-style-type:none;
}
#basket_progress li.two {
	background-position:-142px 4px;
}
#basket_progress li.three {
	background-position:-280px 4px;
}
#basket_progress li.current {
	background-position:0 -38px;
	color: #E00000
}
#basket_progress li.current.two {
	background-position:-142px -38px;
}
#basket_progress li.current.three {
	background-position:-280px -38px;
}
#basket_progress p, #basket_progress li span {
	display:block;
	position:absolute;
	left:-9999px;
}

#body {
	margin-top: 10px
}
#body div.category_preview {
	border: 5px solid #e6e6e6;
	width: 309px;
	padding: 10px;
	margin: 0px 0px 10px 10px;
	float: left
}
#body div.category_preview.first {
	margin-left: 0px
}
#body div.category_preview h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}
#body div.category_preview h2 a {
	color: #333
}
#body div.category_preview a.category_img {
	float: left;
}
#body div.category_preview a.category_img img{
	border: 1px solid #b3b3b3
}
#body div.category_preview div.category_details {
	margin-left: 140px;
}
#body div.product_preview, #body div.stockist {
	border: 5px solid #e6e6e6;
	margin-bottom: 10px;
	padding: 10px;
	position: relative
}
#body div.product_preview a.product_img {
	float: left;
}
#body div.product_preview a.product_img img{
	border: 1px solid #b3b3b3
}
#body div.product_preview div.desc {
	margin-left: 110px
}
#body div.marketing {
	position: absolute;
	top: -10px;
	right: 10px
}
#body div.product_preview div.marketing {
	top: 10px
}
#body div.product_preview h3, #body div.stockist h3 {
	margin: 0px;
	padding: 0px;
}
#body div.product_preview h3 a {
	color: #333
}
#body div.product_preview input.button {
	margin-bottom: 0px;
	font-size: 1em;
	padding: 1px 5px;
}
#body div.product_left {
	float: left;
	width: 359px;
	margin-right: 10px;
}
#body div.product_left input.button {
	margin-left: 10px
}
#body div.product_left p.price {
	font-size: 1.3em
}
#body div.product_left table {
	border-spacing: 3px
}
#body div.product_left table thead td {
	font-weight: bold;
}
#body div.product_left table td {
	padding: 5px
}
#body div.product_left ul {
	list-style-image: url('/images/bullet.gif')
}
#body div.product_right {
	float: right;
	width: 320px;
	padding-top: 10px
}
#body div.product_left h3, div.product_right h3 {
	margin: 0px;
	padding: 10px 0px;
	border-top: 1px solid #b3b3b3
}
#body div.product_right div.pictures, #body div.product_right div.video {
	margin-bottom: 10px;
	position: relative
}
#body div.product_right div.pictures a img {
	border: 2px solid #cccccc
}
#body div.product_right div.pictures a.thumbnail {
	float: left;
	margin: 0px 0px 4px 4px
}
#body div.product_right div.pictures a.thumbnail.first {
	margin-left: 0px
}
#body div.product_right div.pictures p {
	margin: 5px 2px
}
#body div.product_right ul.downloads {
	margin: 0px;
	padding: 0px;
	list-style: none
}
#body div.product_right ul.downloads li {
	border-bottom: 1px solid #d7d7d7;
	padding: 3px 0px 10px 50px;
	background: url('/images/icon_pdf.png') no-repeat;
	margin-bottom: 10px
}
#body div.stockist div.address, #body div.stockist div.numbers {
	float: left;
	width: 250px;
}
#body div.stockist div.internet {
	margin-left: 500px
}

#categories, #categories ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#categories a {
	font-size: 1em;
	color: #333;
	font-weight: normal;
	padding: 7px 5px;
	display: block
}
#categories li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1px;
}
#categories li.active {
	background: #db0000 url(/images/bg_categories_active.png) repeat-x top left;
}
#categories li.active > a {
	color: white;
}
#categories li.expanded ul {
	display: block;
}
#categories li.expander ul {
	display: none;
}
#categories > li {
	background: #f0f0f1 url(/images/bg_categories.png) repeat-x top left;
	padding-left: 20px;
}
#categories > li.expander {
	background-position: -214px 0px;
}
#categories > li.expanded {
	background-position: -428px 0px;
}
#categories ul {
	margin: 0px 0px 0px -20px;
	background: #f0f0f1;
	padding-left: 20px;
}
#categories ul li:first-child {
	border-top: 1px solid #ccc;
}
#categories ul li {
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
	margin: 0px 5px 0px 0px;
}
#categories ul li:last-child {
	border-bottom: 0px;
}

#checkouts div.checkout {
	margin: 10px auto;
	width: 300px;
	padding: 10px 10px 10px 200px;
	border: 1px solid #70550B
}
#checkouts #checkout_gcheckout {
	background: url('http://dpanel.diffuseuk.com/shop/padlock_gcheckout.png') no-repeat 30px center
}
#checkouts #checkout_invoice {
	background: url('http://dpanel.diffuseuk.com/shop/checkout_invoice.png') no-repeat 40px center
}
#checkouts #checkout_paypal {
	background: url('http://dpanel.diffuseuk.com/shop/padlock_paypal.png') no-repeat 30px center
}
#checkouts #checkout_sagepay {
	background: url('http://dpanel.diffuseuk.com/shop/padlock_sagepay.png') no-repeat 30px center
}

#contact_form {
	margin-top: 17px
}
#contact_form div.submit_buttons {
	margin-left: 110px
}

#content {
	float: right;
	width: 703px;
	padding: 0px
}
#content a img {
	border: 1px solid #bbbbbb
}
#content a:hover img {
	border: 1px solid #777777
}
#content div.desc {
	color: #444444
}
#content div.img {
	float: left;
	margin-right: 17px
}
#content div.category_detail div.img {
	width: 250px;
}
#content div.category_detail div.desc {
	float: right;
	width: 405px
}
#content div.category_detail h2 {
	border-bottom: 1px dotted #31519e;
	padding-bottom: 5px
}
#content div.category_preview {
	float: left;
	width: 187px;
	text-align: left;
	margin: 10px 0px 10px 10px;
	padding: 10px 10px 10px 20px;
	border-left: 1px dashed #777777;
}
#content div.category_preview h2 {
	margin-bottom: 0px
}
#content div.product_detail div.add_basket {
	text-align: right
}
#content div.product_detail div.desc {
	float: right;
	width: 400px;
}
#content div.product_detail div.img {
	width: 250px
}
#content div.product_detail div.options {
	border-bottom: 1px dotted #444444;
	margin-bottom: 10px
}
#content div.product_detail h2 {
	border-bottom: 1px dotted #31519e;
	padding-bottom: 5px
}
#content div.product_detail p.price, #content div.home_featured p.price {
	padding: 10px 10px;
	border-top: 1px dotted #444444;
	border-bottom: 1px dotted #444444;
	font-size: 1.3em;
	color: #444444;
	background: url('/images/bg_gradient_side_white_beige.jpg') no-repeat top right;
	text-align: right;
	font-weight: bold;
	margin: 10px 0px
}
#content div.product_detail p.attachment {
	margin-top: 10px;
	border-top: 1px dotted #444444;
	padding: 10px 0px 0px 40px;
	line-height: 30px
}
#content div.product_detail p.attachment.file {
	background: url('/images/icon_file.png') no-repeat bottom left
}
#content div.product_detail p.attachment.pdf {
	background: url('/images/icon_pdf.png') no-repeat bottom left
}
#content div.product_preview p {
	margin: 5px 0px 0px 0px
}
#content div.products_preview a {
	color: #42677c
}

#feedback {
	margin: 0px 0px 5px 0px
}
#feedback p {
	color: #444444;
	padding: 10px 10px 10px 43px;
	letter-spacing: 0.1em;
	margin: 0px 0px 2px 0px
}
#feedback p.error {
	background: #ffdbdb url('http://dpanel.diffuseuk.com/common/img/msg_error.png') no-repeat 8px center;
	border: 1px solid #a20c0c;
	border-width: 1px 0px;
	font-size: 1.0em

}
#feedback p.information {
	background: #F7FDCB url('http://dpanel.diffuseuk.com/common/img/msg_information.gif') no-repeat 8px center;
	border: 1px solid #C2D071;
	border-width: 1px 0px

}
#feedback p.printer {
	background: #dae0f7 url('http://dpanel.diffuseuk.com/common/img/msg_printer.gif') no-repeat 8px center;
	border: 1px solid #404e84;
	border-width: 1px 0px
}
#feedback p.success {
	background: #eeffed url('http://dpanel.diffuseuk.com/common/img/msg_success.png') no-repeat 8px center;
	border: 1px solid #83b582;
	border-width: 1px 0px
}
#feedback p.warning {
	background: #fbf7db url('http://dpanel.diffuseuk.com/common/img/msg_warning.gif') no-repeat 8px center;
	border: 1px solid #e2c72c;
	border-width: 1px 0px
}

#footer {
	background: #de0000 url('/images/bg_footer.png') repeat-x;
	padding: 15px 10px;
}
#footer a {
	color: white;
	font-weight: normal;
	
}
#footer ul {
	list-style: none;
	width: 200px;
	padding: 0px;
	margin: 0px 10px;
	float: left;
}
#footer ul li {
	margin-bottom: 3px;
	font-size: 11px;
}

#framerscorner {
	width: 924px;
	margin: auto;
	padding: 0px 20px;
	position: relative
}

#gmap {
	float: right;
	width: 360px;
	height: 200px;
	border: 1px solid #e4ca9e;
	margin-bottom: 10px
}

#header {
	height: 52px;
	overflow: hidden;
	padding: 15px 0px;
	border-top: 10px solid #e00000;
	background: url('/images/slogan.gif') no-repeat 170px center
}
#header div.search {
	float: right;
	padding-top: 5px;
}
#header div.search #search_go {
	padding: 2px 3px 3px 2px;
	background: url('/images/btn_search_go.png');
	color: white;
	cursor: pointer
}
#header div.search form input {
	margin-bottom: 0px
}
#header div.search label {
	font-weight: normal
}
#header h2 {
	color: #c00000;
	font-size: 1.3em;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align: right
}
#header h2.worldwide {
	float: right
}

#home_products {
	background: #e5e5e5;
	padding: 5px 0px 0px 5px;
	margin-bottom: 20px
}
#home_products div.bestsellers {
	margin-left: 458px;
}
#home_products div.bestsellers h3 {
	white-space: nowrap
}
#home_products div.featured {
	background-color: white;
	margin: 0px 5px 5px 0px;
	float: left;
	width: 454px;
}
#home_products div.featured a.btn_small, #home_products div.featured input.button {
	width: 400px;
	height: 22px;
	line-height: 22px;
	font-size: 1.1em;
	display: block;
	padding-left: 8px
}
#home_products div.featured div.img, #home_products div.featured div.desc {
	float: left;
	width: 214px;
	margin: 10px 0px 10px 10px;
	overflow: hidden;
}
#home_products div.featured div.img img, #home_products div.featured_small a.img img {
	border: 1px solid #999
}
#home_products div.featured div.img a.thumbnail img {
	margin-top: 5px
}
#home_products div.featured div.img a.first {
	margin-right: 1px
}
#home_products div.featured input.button {
	text-align: left;
	margin: 0px 0px 3px 0px;
}
#home_products div.featured_small {
	width: 214px;
	overflow: hidden;
	margin: 0px 5px 5px 0px;
	padding: 5px;
	float: left;
	background-color: white
}
#home_products div.featured_small a.img {
	display: block;
	float: left;
	width: 42px;
	height: 42px;
	margin-bottom: 5px;
}
#home_products div.featured_small br.clear {
	clear: both;
	height: 0px;
	margin: 0px;
}
#home_products div.featured_small input {
	margin: 0px;
	padding: 0px
}
#home_products div.featured_small input.button {
	margin: 0px;
	width: 90px;
	padding: 2px 0px 1px 0px
}
#home_products div.featured_small p.desc {
	margin: 0px 0px 0px 52px;
}
#home_products div.featured_small p.desc a {
	font-weight: normal;
	color: #666;
	white-space: nowrap;
	width: 100px;
	overflow: hidden;
}
#home_products div.featured_small p.more {
	clear: both;
	margin: 0px;
	padding-top: 4px
}
#home_products h2 {
	margin: 0px;
	padding-left: 39px;
	line-height: 44px
}
#home_products h2.featured {
	background: #e5e5e5 url('/images/icon_featured-product.png') no-repeat left center;
}
#home_products h2.bestsellers {
	background: #e5e5e5 url('/images/icon_bestsellers.png') no-repeat left center;
}
#home_products h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}
#home_products h3 a {
	color: #333
}
#home_products .vat {
	clear: right
}

#home_seo {
	width: 680px;
	height: 190px;
	border: 4px solid #e5e5e5;
	background: url('/images/home_collage.jpg') no-repeat top left;
	overflow: hidden
}
#home_seo.uk {
	background-image: url('/images/home_collage_uk.jpg');
}
#home_seo.worldwide {
	background-image: url('/images/home_collage_worldwide.jpg');
}
#home_seo h1, #home_seo h2 {
	color: white;
	margin: 10px 0px 0px 10px
}
#home_seo h1 {
	font-size: 24px;
	line-height: 28px
}
#home_seo h2 {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px
}
#home_seo ul {
	padding: 0px;
	width: 550px;
	margin: 10px 0px 0px 10px
}
#home_seo li {
	color: white;
	float: left;
	margin: 0px 10px 0px 20px;
	list-style-image: url('/images/bullet_home.gif');
	padding: 0px;
	font-size: 13px
}

#related_products {
	background: #e6e6e6;
	padding: 5px
}
#related_products div.add_to_basket {
	margin-top: 5px;
	text-align: right
}
#related_products div.add_to_basket input {
	margin: 0px;
	font-size: 1.1em
}
#related_products div.product_preview {
	background-color: white;
	border: 0px;
	margin: 5px 0px 0px 0px;
	width: 659px;
}
#related_products div.product_preview a.thumbnail {
	float: left;
}
#related_products div.product_preview a.thumbnail img {
	border: 2px solid #ccc
}
#related_products div.product_preview div.information {
	margin: 0px 150px 0px 110px;
}
#related_products div.product_preview div.purchase {
	float: right
}
#related_products div.product_preview div.purchase p .vat {
	margin-right: 0px;
	clear: right
}
#related_products form {
	margin: 0px;
	padding: 0px
}
#related_products h3 {
	margin: 5px 0px 3px 0px
}
#related_products label {
	width: 27px
}
#related_products p {
	margin: 0px 0px 5px 0px
}

#stockists_map {
	display: none;
	width: 600px;
	height: 400px;
	visibility: none
}