body
{
 	background: #eee;
 	margin: 0;
 	font-family: arial, helvetica, sans-serif;
 	font-size: 70%;
 	color: #222;
}

form
{
	margin: 0;
}

input, select, textarea
{
 	font-size: 100%;
 	font-family: arial, helvetica, sans-serif;
 	color: #000;
}

.text
{
	padding: 3px;
	border: 1px solid #ddd;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
}

.button
{
 	padding: 2px 6px;
 	border: 0 none;
 	background: #004E8E;
 	color: #fff;
}

.fieldleft
{
	float: left;
	width: 180px;
}

.asterix
{
	float: left;
	width: 20px;
}

.fieldright
{
	margin: 0 0 3px 200px;
}

h1, h2, h3, h4, h5, h6, p, ol, ul
{
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {font-size: 240%; font-weight: normal;}
h2 {font-size: 160%;}
h3 {font-size: 130%;}
h4 {font-size: 125%;}
h5 {font-size: 115%;}
h6 {font-size: 110%;}

a
{
 	color: #004E8E;
}

a:hover
{
 	text-decoration: none;
}

img
{
 	border: 0 none;
}

hr
{
	background: #fff;
	color: #fff;
	border: 0 none;
	border-top: 1px solid #ddd;
}

.grey
{
	color: #777;
}

.invis
{
	display: none;
}

#wrapper
{
 	width: 980px;
 	margin: 0 auto;
 	background: #fff;
 	padding: 5px;
}

#header
{
 	background: #5EA4DC url(/media/images/header-bg.gif) repeat-x top;
 	height: 95px;
 	margin-right: 220px;
 	position: relative;
}

#header .fridge
{
	position: absolute;
	top: -4px;
	right: 0;
}

#header .phone
{
	position: absolute;
	top: 15px;
	right: 165px;
}

#header .logo
{
 	float: left;
}

ul#menu
{
 	list-style: none;
 	margin: 0 220px 10px 0;
	padding: 0;
	height: 40px;
	background: url(/media/images/menu-bg.gif) repeat-x top;
	font-size: 125%;
}

ul#menu li,
ul#menu li a
{
 	float: left;
}

ul#menu li
{
	position: relative;
}

ul#menu li a
{
 	color: #fff;
 	text-decoration: none;
 	padding: 13px 10px 0 10px;
 	height: 27px; 	
}

ul#menu li a:hover
{
 	background: #2D3C4D;
}

ul#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	left: 0;
	background: #2D3C4D;
	font-size: 80%;
	display: none;
}

ul#menu li:hover ul
{
	display: block
}

ul#menu ul li
{
	float: none;
	display: block;
}

ul#menu ul li a
{
	float: none;
	display: block;
	padding: 6px 35px 6px 15px;
	height: auto;
}

ul#menu ul li a:hover
{
	background: #0079c1;
}

#header span
{
 	float: right;
 	margin: 10px 10px 0 0;
 	display: inline;
 	color: #526E84;
}

#left
{
 	float: left;
 	width: 160px;
 	margin-bottom: 40px;
}

#menuCategories
{
 	margin-bottom: 25px;
}

#menuCategories p,
#menuBrands p
{
 	margin: 0 0 3px 0;
 	border-bottom: 1px solid #eee;
 	font-size: 90%;
 	color: #666;
}

#menuCategories ul
{
 	list-style: none;
 	padding: 0;
 	margin: 0;
 	border-left: 1px dotted #B8DFFF;
 	font-weight: bold;
 	font-size: 120%;
}

#menuCategories ul ul
{
 	border: 0 none;
 	margin-left: 5px;
 	font-weight: normal;
 	font-size: 85%;
}

#menuCategories ul li a
{
 	display: block;
 	padding: 1px 0 2px 5px;
 	min-height: 1px;
}

* html #menuCategories ul li a
{
 	height: 1px;
}

/*
#menuCategories ul li a
{
 	color: #fff;
 	background: #0E538B;
 	display: block;
 	font-weight: bold;
 	text-decoration: none;
 	padding: 3px 5px 3px 5px;
 	text-transform: uppercase;
}

#menuCategories ul ul li a
{
 	text-transform: none;
 	background: #1161A1;
 	color: #fff;
 	border-top: 1px dotted #0079C1;
 	font-size: 100%;
 	font-weight: normal;
}

#menuCategories ul ul ul
{
 	display: none;
}

#menuCategories ul ul ul li a
{
 	font-size: 100%;
 	font-weight: normal;
 	background: #0079C1;
 	border-top: 0 none;
 	border-bottom: 1px dotted #1995DF;
 	padding: 1px 5px 1px 5px;
}

#menuCategories ul ul ul li a:hover
{
 	background: #f90;
 	border-bottom: 1px solid #fc0;
}
*/

#menuBrands ul
{
 	list-style: none;
 	padding: 0;
 	margin: 0;
 	border-left: 1px dotted #B8DFFF;
}

#menuBrands ul li a
{
 	display: block;
 	padding: 0 0 0 5px;
 	min-height: 1px;
}

* html #menuBrands ul li a
{
 	height: 1px;
}

#content
{
 	float: left;
 	width: 575px;
 	margin-left: 5px;
 	margin-bottom: 40px;
 	border-left: 1px solid #eee;
 	border-right: 1px solid #eee;
 	padding: 0 9px;
}

#right
{
 	float: left;
 	width: 215px;
 	padding-left: 5px;
 	margin-top: -145px;
 	margin-bottom: 40px;
}

#right .panel
{
 	border-top: 2px solid #000;
 	padding: 5px 0;
 	margin-bottom: 30px;
}

#right .title
{
 	font-size: 100%;
 	margin-top: 0;
 	font-weight: bold;
 	border-bottom: 1px solid #ddd;
}

#right .panel#minisearch a
{
	font-size: 90%;
}

#right .panel#minibasket table th,
#right .panel#minibasket table td
{
 	text-align: left;
 	vertical-align: top;
 	padding-right: 5px;
}

#right .panel#minibasket table tr.row td
{
	font-size: 90%;
	padding-bottom: 5px;
}

#right .panel#minibasket table tr.row td a
{
	color: #000;
}

#right .panel#minibasket table tr.total
{
 	font-weight: bold;
}

#right .panel#minibasket table tr.total td
{
 	border-top: 1px solid #eee;
 	padding-top: 4px;
 	text-align: right;
}

#right .panel#minibasket table p
{
 	color: #888;
 	margin: 4px 0;
}

#right .panel .rightlist
{
	border-bottom: 1px dashed #bbb;
	min-height: 80px;
	margin-bottom: 5px;
	padding-left: 85px;
}

* html #right .panel .rightlist	
{
	height: 80px;
}

#right .panel .rightlist h4
{
	font-size: 100%;
	margin: 2px 0 -10px 0;
}

#right .panel .rightlist h4 a
{
	color: #000;
}

#right .panel .rightlist .img
{
	float: left;
	display: inline;
	height: 80px;
	width: 80px;
	margin-left: -85px;
	text-align: center;
}

#right .panel .rightlist .price
{
	color: #800;
	margin: 10px 0 5px 0;
}

#right .panel .rightlist .price b
{
	font-size: 120%;
	color: #a00;
}

#right .panel .rightlist .price span
{
	color: #f40;
	font-size: 90%;
}

#right .panel#minispecialoffers h3
{
	margin: 0;
	font-size: 110%;
}

#right .panel#minispecialoffers h3 a
{
	color: #fff;
	background: #f60;
	text-decoration: none;
}

#right .panel#minispecialoffers h3 a:hover
{
	background: #f80;
}

#trail
{
	background: #fff2d5;
	font-size: 90%;
	padding: 4px 8px;
	border-bottom: 1px solid #f5e0b2;
}

#trail p
{
	margin: 3px 0;
}

#trail a
{
	color: #74380c;
}

#paging
{
	clear: both;
	min-height: 1px;
	background: #e0f4ff;
	font-size: 90%;
	padding: 7px 8px;
	border-bottom: 1px solid #b2e5ff;
}

#paging p
{
	margin: 0;
}

#paging .showing
{
	float: right;
}

#paging .next,
#paging .previous
{
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 0 10px;
}

#paging .previous
{
	margin: 0 10px 0 0;
}

#paging .previous
{
	float: left;
}

#paging .pages b a
{
	color: #000;
	text-decoration: none;
}

/*SUB CATEGORY LISTING*/
/*--------------------*/

.subcatlist
{
	border: 1px dotted #999;
	padding: 1px 10px;
	margin: 5px;
}

.subcatlist h2
{
	font-size: 130%;
}

.subcatlist h2 a
{
 	color: #000;
}

/*SUB SUB CATEGORY LISTING*/
/*------------------------*/

.subsubcatlist
{
	border: 1px dotted #999;
	padding: 1px 10px;
	margin: 5px 0;
	min-height: 86px;
}

* html .subsubcatlist
{
	height: 1px;
}

.subsubcatlist h3,
.subsubcatlist h2
{
	margin-bottom: 0;
	font-size: 130%;
}

.subsubcatlist h3 a,
.subsubcatlist h2 a
{
	color: #000;
}

.subsubcatlist .count
{
	margin-top: 2px;
	color: #555;
	font-size: 90%;
}

.subsubcatlist .img
{
 	float: left;
 	width: 80px;
 	height: 80px;
 	padding-right: 10px;
 	border-right: 1px solid #ddd;
 	margin-right: 10px;
 	padding: 3px;
}

/*PRODUCT LISTING*/
/*---------------*/

.productlist
{
	border: 1px dotted #999;
	padding: 1px 10px 1px 1px;
	margin: 5px 0;
	min-height: 86px;
}

* html .productlist
{
 	height: 86px;
}

.productlist .img
{
 	float: left;
 	width: 80px;
 	height: 80px;
 	padding-right: 10px;
 	border-right: 1px solid #ddd;
 	margin-right: 10px;
 	padding: 3px;
}

.productlist .name
{
 	float: left;
 	width: 270px;
}

.productlist .name p
{
	margin: 0;
	color: #888;
}

.productlist .price
{
 	float: right;
 	text-align: right;
 	padding-top: 10px;
}

.productlist .price b
{
 	font-size: 140%;
 	color: #800;
}

.productlist .price span
{
 	color: #f60;
 	font-size: 110%;
}

.productlist .price span b
{
	font-size: 90%;
	color: #c00;
}

.productlist h2
{
	margin-bottom: 2px;
	font-size: 130%;
}

.productlist h2 a
{
	color: #000;
}

.productlist h3
{
	font-size: 100%;
	margin: 0;
}

.productlist .icons
{
	clear: right;
	text-align: right;
}

/*PRODUCT DETAILS*/
/*---------------*/

#productdetails .img
{
	float: right;
	background: #eee;
	color: #666;
	font-size: 90%;
	width: 200px;
	padding: 10px;
	position: relative;
	margin: 0 0 25px 15px;
}

* html #productdetails .img
{
	margin-left: 12px;
}

#productdetails .img span
{
	display: block;
	background: #fff;
	text-align: center;
	margin-bottom: 8px;
}

#productdetails .img .icons
{
	position: absolute;
	top: -10px;
	right: -5px;
}

#productdetails .price
{
	background: #ffece7;
	width: 320px;
	padding: 6px 10px;
	border-bottom: 1px solid #ffbcaa;
	min-height: 46px;
}

* html #productdetails .price
{
	height: 46px;
}

#productdetails .finance
{
	background: #fefce0;
	width: 320px;
	padding: 10px;
	border-bottom: 1px solid #f8f3be;
	min-height: 30px;
}

* html #productdetails .finance
{
	height: 30px;
}

#productdetails .finance h3
{
	margin-top: 0;
}

#productdetails .finance p
{
	margin: 0;
}

#productdetails .price h3
{
	margin: 0;
	font-size: 100%;
	color: #c00;
}

#productdetails .price b
{
	font-size: 180%;
	color: #800;
}

#productdetails .price b i
{
	font-size: 45%;
}

#productdetails .price span
{
	color: #f40;
	font-size: 110%;
}

#productdetails .price span b
{
	font-size: 90%;
	color: #c00;
}

#productdetails .price form
{
	float: right;
	text-align: right;
}

#productdetails .specialoffer
{
	background: #e0f4ff;
	border-bottom: 1px solid #b2e5ff;
	padding: 6px 10px;
	width: 320px;
}

#productdetails .specialoffer h3
{
	margin: 0;
	font-size: 100%;
	color: #00abda;
}

#productdetails .specialoffer .specialbtn
{
	float: right;
}

#productdetails .specialoffer b
{
	font-size: 180%;
	color: #0074c5;
}

#productdetails .specialoffer b i
{
	font-size: 45%;
}

#productdetails #stockOptions
{
	font-weight: bold;
}

#productdetails #stockOptions .stockOption
{
	font-weight: normal;
	padding-left: 20px;
}

#productdetails .bgrade
{
	background: #e7ffe8;
	width: 320px;
	padding: 6px 10px;
	border-bottom: 1px solid #b3f6b6;
	min-height: 46px;
}

* html #productdetails .bgrade
{
	height: 46px;
}

#productdetails .bgrade h3
{
	margin: 0 0 -8px 0;
	font-size: 100%;
	color: #049600;
}

#productdetails .bgrade b
{
	font-size: 180%;
	color: #005500;
}

#productdetails .bgrade b i
{
	font-size: 45%;
}

#productdetails .bgrade form
{
	float: right;
	text-align: right;
}

/*BASKET PAGE*/
/*-----------*/

#basketError
{
	position: fixed;
	top: 150px;
	left: 50%;
	width: 250px;
	margin-left: -160px;
	background: #fff;
	border: 15px solid #222;
	padding: 20px;
	font-size: 120%;
}

.basketError
{
	font-weight: bold;
	color: #800;
	background: url(/media/images/icon-cross.gif) no-repeat top left;
	min-height: 15px;
	padding: 2px 0 0 22px;
}

.basketMessage
{
	font-weight: bold;
	color: #080;
	background: url(/media/images/icon-tick.gif) no-repeat top left;
	min-height: 15px;
	padding: 2px 0 0 22px;
}

* html .basketMessage,
* html .basketError
{
	height: 15px;
}

.basketMessage b,
.basketError b
{
	display: block;
}

#basket
{
	width: 100%;
}

#basket th
{
	text-align: left;
	vertical-align: middle;
	font-size: 100%;
	font-weight: bold;
	padding: 7px 0 15px 0;
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
}

#basket td
{
	text-align: left;
	vertical-align: top;
}

#basket tr.row td
{
	border-bottom: 1px solid #eee;
	padding: 7px 0 15px 0;
}

#basket tr.row td.thumb {width: 45px;}

#basket tr.row td.details
{
	width: auto;
	padding-right: 10px;	
}

#basket tr.row td.stock
{
	width: 120px;
	font-size: 90%;
	padding-bottom: 12px;
}

#basket tr.row td.stock p
{
	margin: 0;
	padding: 0 5px 3px 0;
}

#basket tr.row td.qty {width: 50px;}
#basket tr.row td.price {width: 60px;}

#basket .total td
{
	font-size: 140%;
	padding-top: 10px;
	color: #000;
}

#basket .total td.info
{
	text-align: right;
	padding-right: 50px;
}

#basket tr td.basketbuttons
{
	text-align: right;
	padding-top: 5px;
}

#basket .form td
{
	text-align: right;
	padding: 5px 5px 0 0;
	color: #666;
}

.wee
{
	color: #666;
	font-size: 90%;
}

/*FOOTER*/
/*------*/

#footer
{
 	clear: both;
 	min-height: 1px;
 	border-top: 1px solid #ddd;
 	padding: 10px 0 30px;
 	font-size: 90%;
 	color: #888;
}

* html #footer
{
 	height: 1px;
}

#footer span
{
 	float: right;
 	text-align: right;
}

#footer span a
{
 	text-decoration: none;
 	color: #999;
}

#footer span a:hover
{
 	color: #000;
}

#footer a
{
 	color: #666;
}

#footer p
{
 	margin: 3px 0;
}

#homepagebestsellers
{
	clear: both;
}

#homepagebestsellers h2.title
{
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
	margin: 0;
	font-size: 100%;
}

#homepagebestsellers h2.title a
{
	color: #a00;
}

#homepagebestsellers .productlist
{
	background: #f4f4f4 url(/media/images/grey-gradient.gif) repeat-x bottom;
	border: 0 none;
	margin: 0;
}

#homepagebestsellers .productlist .img
{
	background: #fff;
}

#homepagebestsellers .productlist p
{
	margin: 0;
}

#homepagespecialoffer
{
	background: #96d1f1 url(/media/images/blue-gradient.gif) repeat-x top;
	padding: 5px;
	margin-bottom: 20px;
}

#homepagespecialoffer .specialoffer
{
}

#homepagespecialoffer .img
{
	margin: 0;
}

#homepagespecialoffer h2.title
{
	background: #fff;
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
	margin: -5px -5px 10px -5px;
	font-size: 100%;
	font-weight: bold;
}

#homepagespecialoffer h2
{
	font-weight: normal;
	margin-bottom: -10px;
}

#homepagespecialoffer h4
{
	font-weight: normal;
	font-style: italic;
}

#welcome
{
	margin-top: 1px;
	background: #ffb000 url(/media/images/orange-gradient.gif) repeat-x bottom;
	border-bottom: 1px solid #dd8716;
	padding: 5px;
}

#welcome h1
{
	color: #fff;
}

#welcome h1 span
{
	font-size: 60%;
	color: #000;
}

#welcome h2
{
	margin-bottom: -7px;
}

#welcome h2 a
{
	color: #000;
}

#welcome table
{
	width: 100%;
	border-top: 1px solid #dd8716;
}

#welcome table td
{
	vertical-align: top;
	padding: 5px 5px 0 5px;
}

#brochureDownload
{
	position: relative;
}

#brochureDownload .rqt
{
	position: absolute;
	bottom: 7px;
	right: 7px;
	color: #fff;
	font-size: 90%;
}

#seolinks
{
	clear: both;
	padding: 20px;
	font-size: 85%;
}

#seolinks a
{
	color: #888;
	text-decoration: none;
}

#seolinks b a
{
	color: #555;
}

#seolinks a:hover
{
	color: #555;
}

.form-row
{
	clear:both;
}

.enquiry-field 
{
	clear:left;
	padding:3px 0;
}

#drawCheck
{
	margin:0 0 3px 0;
}