.noCSS {
	display: none;
}
/* Generic Styles */
body {
	margin: 0;
	background-color: #FFFFFF;
	color: #777777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	vertical-align: top;
	font-size: 11px;
}
h1,h2,h3,h4,h5,h6,p,form {
	margin: 0;
}
input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.clear {
	clear: both;
	height: 1px;
}
.hide {
	display: none;
}
#outer {
	position: relative;
	width: 760px;
	margin: 0 auto;
}
/*Top Styles*/
#topnav {
	position: relative;
	width: 460px;
	height: 89px;
	padding: 0 0 0 300px;
}
#topnav ul {
	position: absolute;
	top: 40px;
	right: 15px;
	margin: 0;
	padding: 0;
	font-size: 70%;
	list-style: none;
}
#topnav li {
	float: left;
	padding: 0 8px 0 11px;
	background: #FFFFFF url(/images/bulletTopnav.gif) no-repeat 0 4px;
	color: #000000;
}
#topnav a {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
#topnav a:hover {
	background-color: #FFFFFF;
	color: #00ABEF;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#hnav {
	float: left;
	position: relative;
	width: 504px;
	min-height: 24px;
	padding: 0 256px 0 0;
	background: #A7A7A7 url(/images/bgHnav.gif) repeat-x;
}
#hnav ul {
	float: left;
	min-height: 24px;
	height: 24px;
	margin: 0;
	padding: 0 0 0 6px;
	background: url(/images/bgHnavLeft.gif) no-repeat;
	color: #FFFFFF;
	font-size: 70%;
	font-weight: bold;
	list-style: none;
}
#hnav li {
	float: left;
}
#hnav li.first {
	background: url(/images/bgHnavAFirst.gif) repeat-x;
}
#hnav a {
	display: block;
	float: left;
	min-height: 15px;
	padding: 5px 12px 4px;
	background: url(/images/bgHnavA.gif) repeat-y right 0;
	color: #FFFFFF;
	text-decoration: none;
}
#hnav a:hover {
	color: #DDDDDD;
}
#search {
	position: absolute;
	top: 0;
	right: 0;
	min-height: 23px;
	padding: 1px 12px 0 0;
	background: url(/images/bgHnavRight.gif) no-repeat right;
}
#search label {
	color: #FFFFFF;
	font-size: 70%;
	font-weight: bold;
}
#search input {
	width: 122px;
	margin: 0 0 0 4px;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}
#search input.button {
	width: 30px;
	padding: 0;
	background-color: #C6C6C6;
	color: #FFFFFF;
	border: 0;
	font-size: 70%;
	font-weight: bold;
}
/*IE CSS\*/
#hnav,#hnav ul {
	height: 24px;
}
#hnav a {
	height: 15px;
}
#search {
	height: 23px;
}
/*CSS to fix dodgy IE CSS in proper browsers*/
html>body #hnav,html>body #hnav ul,html>body #hnav a,html>body #search {
	height: auto;
}
/*Main Styles*/
#main {
	clear: left;
	float: left;
	width: 760px;
	margin: 10px 0 0;
}
/*Core Navigation Div*/
#corenav {
	float: left;
	width: 169px;
	margin: 0 8px 0 0;
	background: #FFFFFF url(/images/bgCorenav.gif) repeat-y;
	color: #777777;
}
#corenav dl {
	margin: 0;
	padding: 8px 12px 0;
	background: url(/images/bgCorenavTop.gif) no-repeat;
	color: #777777;
	font-size: 70%;
	list-style: none;
}
#corenav dt {
	margin: 0;
	/*
	padding: 0 0 1px;
	color: #777777;
	*/
	background: #E8E8E8 url(/images/bgCorenavDtDd.gif) repeat-x 0 bottom;
	font-weight: bold;
/*}
#corenav dt a {*/
	display: block;
	padding: 3px 7px 4px 15px;
	/*
	background: #E8E8E8 url(/images/bgCorenavDtIcon.gif) no-repeat 0 7px;
	*/
	color: #545454;
	text-decoration: none;
}
#corenav dt a:hover {
	background-color: #E8E8E8;
	color: #7C72B3;
}
#corenav dd {
	margin: 0;
	padding: 0 0 1px;
	background: #FFFFFF url(/images/bgCorenavDtDd.gif) repeat-x 0 bottom;
	color: #777777;
}
#corenav dd a {
	display: block;
	padding: 3px 7px 3px 15px;
	background: #FFFFFF url(/images/bulletTopnav.gif) no-repeat 0 7px;
	color: #777777;
	text-decoration: none;
}
#corenav dd a:hover {
	background-color: #F6F6F6;
	color: #00ABEF;
}
#brand {
	width: 145px;
	margin: 0 auto;
	padding: 6px 0 7px;
	background: #FFFFFF url(/images/bgCorenavDtDd.gif) repeat-x 0 bottom;
}
#brand select {
	width: 145px;
	font-size: 70%;
}
#btmimg {
	padding: 32px 12px 8px;
	background: url(/images/bgCorenavBtm.gif) no-repeat 0 bottom;
	color: #777777;
	font-size: 65%;
	text-align: center;
}
#btmimg img {
	display: block;
	width: 145px;
	margin: 12px 0 0;
	border: 0;
}
/*Content Div*/
#content {
	float: left;
	width: 580px;
}
#content h1 {
	margin: 0 0 12px;
	background-color: #FFFFFF;
	color: #7C72B3;
	font-size: 85%;
}
#content h1 a {
	background-color: #FFFFFF;
	color: #7C72B3;
	text-decoration: none;
}
#content h1 a:hover {
	background-color: #FFFFFF;
	color: #00ABEF;
}
#content .homeed h1 {
	background-color: #F8F8F8;
	color: #7C72B3;
}
#content h6 {
	margin: 0 0 12px;
	font-size: 70%;
}
#content p {
	margin: 0 0 12px;
	font-size: 70%;
	line-height: 130%;
}
#content p a {
	background-color: #FFFFFF;
	color: #7C72B3;
}
#content p a:hover {
	background-color: #FFFFFF;
	color: #00ABEF;
}
#content li {
	font-size: 70%;
	line-height: 130%;
}
#content li li {
	font-size: 100%;
}
#content li p,#content li h6 {
	font-size: 100%;
}
#content img.editorial {
	display: block;
	float: right;
	margin: 0 0 12px 12px;
	padding: 1px;
	background-color: #4A4A49;
	color: #E9E9E9;
	border: 4px solid #E9E9E9;
}
#topident {
	display: block;
	clear: left;
	width: 580px;
	height: 228px;
	margin: 0 0 12px;
	border: 0;
}
#sitenav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#sitenav li {
	float: left;
	padding: 0 6px 0 15px;
	background: #FFFFFF url(/images/bulletSiteNav.gif) no-repeat 0 6px;
	color: #777777;
	font-size: 100%;
}
#sitenav li.first {
	padding: 0 6px 0 0;
	background-image: none;
}

.grlist {
	clear: left;
	float: left;
	width: 580px;
	margin: 0 0 12px;
	font-size: 11px;
}
.grlist div.listitem {
	float: left;
	width: 136px;
	background: #FFFFFF url(/images/bgProducts.gif) repeat-x;
	color: #777777;
}
.grlist img {
	display: block;
	margin: 0 auto;
	border: 0;
}
.grlist img.thumb {
	width: 100px;
	height: 100px;
	margin: 10px auto 0;
	padding: 12px 11px 13px 10px;
	background: #E9E7E8 url(/images/bgProductsThumb.gif) no-repeat;
}
.grlist div.text {
	height: 47px;
	padding: 10px 0 0;
	font-weight: bold;
}
html>body .grlist div.text {
	height: auto;
	min-height: 47px;
}
.grlist div.name {
	padding: 0 6px;
	background-color: #B5B5B5;
	color: #4A4A49;
	text-align: center;
}
.grlist div.price {
	background-color: #B5B5B5;
	color: #7C72B3;
	text-align: center;
}
.grlist div.left,.grlist div.right {
	float: left;
	height: 204px;
	width: 18px;
}
.grlist div.left {
	background: #FFFFFF url(/images/bgProductsLeft.gif) no-repeat;
}
.grlist div.right {
	background: #FFFFFF url(/images/bgProductsRight.gif) no-repeat;
}

.homeed {
	clear: both;
	margin: 0 0 12px;
	padding: 10px 12px 0;
	background-color: #F8F8F8;
	color: #4A4A49;
	border-top: 1px dashed #777777;
	border-bottom: 1px dashed #777777;
}
#content .homeed a {
	background-color: #F8F8F8;
	color: #7C72B3;
}
#content .homeed a:hover {
	background-color: #F8F8F8;
	color: #00ABEF;
}
#productdetails {
	float: left;
	width: 570px;
	margin: 0 0 12px;
	padding: 0 10px 0 0;
	background-color: #F8F8F8;
	color: #4A4A49;
	border-top: 1px dashed #777777;
	border-bottom: 1px dashed #777777;
}
#productdetails div#image {
	float: left;
	width: 255px;
	text-align: center;
}
#productdetails div#image img.large {
	display: block;
	width: 255px;
	border:0;
}
#productdetails div#image div.logos {
	background-color: #FFFFFF;
	color: #777777;
}
#productdetails div#detail {
	float: right;
	width: 273px;
	margin: 0 0 10px;
	padding: 8px 16px;
	background-color: #E9E9E9;
	color: #4A4A49;
}
#content #productdetails div#detail h1 {
	background-color: #E9E9E9;
	color: #7C72B3;
}
#content #productdetails div#detail h5 {
	margin: 0 0 12px;
	font-size: 70%;
}
#content #productdetails div#detail h6 {
	background-color: #E9E9E9;
	color: #CC0000;
	font-weight: normal;
}
#productdetails div#detail ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#productdetails div#detail li {
	margin: 0 0 6px;
	padding: 0 0 0 8px;
	background: #E9E9E9 url(/images/bulletProductDetails.gif) no-repeat 0 5px;
	line-height: 130%;
}
#productdetails img#colourswatch{
	float:left;
	margin:0;
}
#options {
	float: right;
	width: 305px;
	margin: 10px 0 0;
	font-size: 80%;
	text-align: right;
}
#options .option {
	clear: left;
	float: left;
	width: 289px;
	margin: 0 0 6px;
	padding: 3px 8px;
	background-color: #E9E9E9;
	color: #4A4A49;
}
#options label,#options .label {
	float: left;
	background-color: #E9E9E9;
	color: #7C72B3;
	font-weight: bold;
}
#options select {
	font-size: 85%;
	font-weight: normal;
}
#options .rrp {
	background-color: #E9E9E9;
	color: #999999;
	font-weight: bold;
}
#options .price {
	background-color: #E9E9E9;
	color: #00ABEF;
	font-weight: bold;
}
/*#productdetails ul#options{
	float: right;
	width: 305px;
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-weight: bold;
	list-style: none;
}
#productdetails ul#options_sm li,#productdetails ul#options li{
	position: relative;
	margin: 0 0 6px;
	padding: 3px 8px;
	background-color: #E9E9E9;
	color: #7C72B3;
	font-size: 100%;
}
#productdetails ul#options_sm li div,#productdetails ul#options li div{
	position: absolute;
	top: 0;
	right: 8px;
	background-color: #E9E9E9;
	color: #777777;
}
#productdetails ul#options_sm li div.price,#productdetails ul#options li div.price{
	padding: 3px 0 0;
	background-color: #E9E9E9;
	color: #00ABEF;
}
#productdetails select {
	margin: 2px 0 0;
	font-size: 85%;
	font-weight: normal;
}*/
#productdetails div#buttons {
	clear: right;
	float: right;
	width: 287px;
	margin: 0 0 6px;
	padding: 3px 8px;
	border: 1px solid #E9E9E9;
}
#productdetails div#buttons img {
	border: 0;
}
#productdetails div#buttons img.zoom {
	float: left;
}
#productdetails div#buttons input {
	float: right;
}
/**/
#basket_default table{
	width: 100%;
	border-collapse:collapse;
}
#basket_default table th {
	padding: 3px;
	font-size: 75%;
	text-align: left;
}
#basket_default table th.header_price,#basket_default table th.header_quantity,#basket_default table th.header_total{
	text-align:right;
}
#basket_default table #basket_default_header th {
	border-bottom: 1px solid #777777;
}
#basket_default table th.name {
	width: 250px;
}
#basket_default table tr{
	height:14px;
}
#basket_default table tr td {
	padding: 3px;
	background-color: #FFFFFF;
	color: #777777;
	padding:1px 2px;
}
#basket_default table tr.odd td {
	background-color: #F4F4F4;
	color: #777777;
}
#basket_default table tr.odd td a {
	background-color: #F4F4F4;
	color: #7C72B3;
}
#basket_default table tr.odd td a:hover {
	background-color: #F4F4F4;
	color: #00ABEF;
}
#basket_default table tr.even td {
	background-color: #EEEEEE;
	color: #777777;
}
#basket_default table tr.even td a {
	background-color: #EEEEEE;
	color: #7C72B3;
}
#basket_default table tr.even td a:hover {
	background-color: #EEEEEE;
	color: #00ABEF;
}
#basket_default table label {
	font-weight: bold;
}
#basket_default input.button,#basket_default input.submit {
	font-size: 75%;
	background-color: #7C72B3;
	color: #FFFFFF;
	border: 1px solid #777777;
	font-weight: bold;
	cursor: pointer;
}
#basket_default input.button{
	float:left;
}
#basket_default input.submit {
	float:right;
}
#basket_default input.short {
	width:100px;
}
#basket_default input.long,#basket_default textarea.long{
	width:200px;
}
#basket_default textarea.long{
	height:75px;
}
#basket_default table .numeric{
	text-align:right;
}
#basket_default table .numeric select{
	float:right;
}
#safe {
	float: left;
	padding: 3px 18px 0 0;
	height: 15px;
	background: #FFFFFF url(/images/bulletPadlock.gif) no-repeat right 3px;
}
#hsbc_checkout input.button {
	float: right;
}
#pagenav {
	clear: left;
	width: 100%;
	background-color: #FFFFFF;
	color: #DDDDDD;
}
#pagenav td {
	width: 33%;
}
#pagenav td.pages {
	background-color: #FFFFFF;
	color: #777777;
	text-align: center;
}
#pagenav td.pages a {
	margin: 0 1px;
}
#pagenav td.next {
	text-align: right;
}
#pagenav a {
	background-color: #FFFFFF;
	color: #7C72B3;
}
#pagenav a:hover {
	background-color: #FFFFFF;
	color: #00ABEF;
}
/*Footer*/
#footer {
	clear: both;
	height: 30px;
	padding: 15px 0 0;
	background: #FFFFFF url(/images/bgFooter.gif) no-repeat 0 10px;
	font-size: 70%;
	text-align: center;
}
#footer a {
	background-color: #E8E8E8;
	color: #8177B6;
}
#footer a:hover {
	background-color: #E8E8E8;
	color: #00ABEF;
}
/* Popup Enquiry Form Styles */


#macroform_contactus th{
	font-size:70%;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	padding:5px 0 0 0;
}
#macroform_contactus td{
	font-size:70%;
	width:220px;
}
#macroform_contactus input,#macroform_contactus textarea{
	width:200px;
	border:1px solid #333333;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:100%;
	padding:2px;
	float:left;
}
#macroform_contactus textarea{
	height:75px;
}
#macroform_contactus input.button{
	font-weight:bold;
	width:auto;
}
#macroform_contactus span.required{
	color:#ff0000;
	font-weight:bold;
	float:right;
	margin:5px 0 0 0;
}
#macroform_contactus .submit{
	width:auto;
	padding:1px;
}


ul.sitemap_level0,ul.sitemap_level0 ul{
	list-style-type:none;
}
ul.sitemap_level0 a{
	color: #8177B6;
}
ul.sitemap_level0 a:hover {
	color: #00ABEF;
}

