@charset "utf-8";
/* CSS Document */
a:link, a:visited{color:#000000; text-decoration:none;font-weight:bold;}
a:hover{color: #444444; text-decoration:underline;font-weight:bold;}
/*header*/
#header a:link, #header a:visited, #header a:hover{color:#000;text-decoration:none;font-weight:bold;}
ul.navi_top, ul.navi_bottom {
	background:#f3b434 url(../images/top_menu_bg3.gif) repeat-x;
	border:1px solid #000000;
	font-size:16px;
	margin:0;
	padding:2px;
	text-align:center;
	vertical-align:baseline;
	height:20px;
}
ul.navi_bottom {
	height:40px;
	}
ul.navi_top li, ul.navi_bottom li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#header .navi_top a:link, #header .navi_top a:visited {color:#000;text-decoration:none;}
#header .navi_top a:hover {color:#444;text-decoration:underline;}
.navi_bottom a:link, .navi_bottom a:visited {color:#000;text-decoration:none;font-size:small;font-weight:normal;}
.navi_bottom a:hover {color:#444;text-decoration:underline;font-size:small;font-weight:normal;}



.err_msg, #err_msg{ /* styling for form validation error messages */
	padding: 0 0 3px 0;
	clear:left;
	float:left;
	font-size:small;
	font-weight: bold;
	color:#CC0000;
	vertical-align: top;
}

.msg{
	text-align:center;
	margin:3px;
	padding:3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	
}

.rqd {
	color: #990000;
	width: 30px;
	vertical-align:top;
	text-align: center;
	padding-top: .3em;
}

input.text, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:3px;
	font-size:1em;
	border:1px solid #000000;
	padding-left: .2em;
}


#leftSideBar {
/*	float: left;*/
	width: 165px;
	border-right: 1px solid #999999;
	margin: .2em 0 0 0;
	padding: 0;
	vertical-align:top;
/*	border: 1px solid #66FF00;*/
}
/*********** Heading tags */
h1 {margin: 0pt; padding:0px; color: #000000; font-size:1.9em;}
h2 {color: black; font-size: 1.1em; margin: 0px 0px .5em;}
h2.altH2 {margin-bottom: -1em;color:#6464c8;}
h2.checkout {margin-bottom: .7em;}
/*h2.bar {color: #FFFFFF; background-color: #80A8CF; text-align:center; padding: .3em; margin-bottom: 0; clear:both;}*/
h2.bar {
	color: #dddddd;
	font-size: 1em;
	background-color: #7575c8;
	text-align:center;
	padding: .2em;
	margin-bottom: 0;
	clear:both;
}

h3 {color: #997338; font-size: 1em; margin: 0;}
p{margin:0px 0px 12px;padding:0;}
/******************************/
/* Header area at top of page */
/******************************/
#leftSideBar .otherNav {margin: 0 0 .5em 0;}
#leftSideBar #nav {margin-left: 20px;}
#leftSideBar #nav ul{
	list-style-image: url(../images/triangle.gif);
	text-align: left;
	margin: 0;
	padding: 0;
}

#leftSideBar #nav li{
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
}
#leftSideBar a:link, #leftSideBar a:visited {text-decoration: none; color: #031D70;}
/*#leftSideBar a:hover {color: #D8D001;}*/
#leftSideBar a:hover {color: #666633;}
#leftSideBar .cart { padding-left: 25px;}
#leftSideBar img { border: none;}
#leftSideBar p.navSeparator {margin: 0 0 .5em 0; padding: 0;}
#leftSideBar #cardLogos { text-align:center;}
#productLinkArea a.inlineLink {padding-right: 2em;}
/*****************/
/* Link styling */
/****************/
#content a:link, #content a:visited {
	text-decoration:underline;
}
#content a:hover {color: #444444; text-decoration:none; }
#content .listLink1 a.emphasis:link, #content .listLink1 a.emphasis:visited {
	text-decoration:underline;
	color: #ee4444;
}
#content .listLink1 a.emphasis:hover {color: #ddddaa; text-decoration:none; }
a.emphasis:link, a.emphasis:visited {font-weight:bold;}
#trail, #moulds {
	color: #cdc0dd;
	margin:0;
}
#moulds {clear:both;}
#trail a:link, #trail a:visited, #moulds a:link, #moulds a:visited, a.specialsTrail:link, a.specialsTrail:visited {
	text-decoration:underline;
	color: #42a5cc;
}
#trail a:hover, #moulds a:hover, a.specialsTrail:hover {color:#CCCCCC; text-decoration:none;}
/**************************/
/* General table styling */
/*************************/

table.datatable {
	border: 1px solid #354555;
	border-collapse:collapse;
	margin-bottom: .5em;
}
table.datatable td, table.datatable th {padding: .2em;}
table.datatable th {
	background-color: #90aaaa;
	color: #ffffff;
	font-weight:bold;
}
table.datatable th .lineTwo {font-size: .9em;}
table.datatable th.specialBorder {border-left: 1px solid #354555;}
table.datatable td {
	color: #cccccc;
	border: 1px solid #354555;
}
table.datatable td.heading2 {
	background-color: #E1EAF2;
	color: #720101;
	font-weight:bold;
	text-align:center;
	padding: .3em 0;
}
table.datatable td.noBorder {border: 0;}
table.datatable .altRow {background-color: #07253f;}

table.plain { border: none; border-collapse:collapse;}
table.plain td { border: none;}
table.plain .label, .label {color: #222222; font-weight:bold; padding-right: .5em;}


table.paging {border: 0; border-collapse: collapse; margin-bottom: .8em;}
table.paging tr {
	color: #ffffff;
	font-weight:bold;
	font-size:smaller;
}
#content table.paging a:link, #content table.paging a:visited {color: #ffffff;}
/*****************/
/* Form styling */
/****************/
form {margin: 0;}
fieldset{
	padding: .5em;
	margin: 0;
	border:1px solid #222222;
}
legend {color: #000000; font-weight:bold; padding: 0 .5em; margin-bottom: .5em;}
form #formTable td, form .formTable td {padding-top: .2em; padding-bottom: .2em;}
form label, .labelForm  {color: #222222; font-weight:bold; float:right;}
.labelPlain {float: none;}
.labelLight {color: #7575c8; padding-right: .5em;} 
#header #searchBar label, #header #searchBar .label {float:none; font-size: 1em; font-weight: bold; color:#000000; padding-left: .5em; padding-right: .5em;}

form input.btn, .btn{
	color: #000000;
	margin-top: .5em;
}
.rqd {color: #CC0000; padding: 0 .5em; text-align:center; vertical-align:top;}
p.denotesRqd {font-weight:bold; text-align:right; margin: 0;}

input.textRight {text-align: right; font-size: .8em;}

.err_msg, #err_msg{ 
	display:block;
	margin:2px;
	font-weight: bold;
	color: #CC0000;
}

/***************************/
/* Individual page styling */
/**************************/
/*** left menu***/
.cat_navi{border-bottom: #000000 1px solid; padding-left:5px;}
.cat_list{padding:3px 3px 0 5px;}
/*** Home page */
#home #content {
/*	width: 570px;
	margin: 0 0 0 0; 
	float: none;
	padding: 0 0 0 0;
	border-left: 1px solid #999999;*/
}
#shopDetails{
	background-color: #C2C3C5;
	width: 212px;
	text-align:center;
	color: #000000;
	float: right;
	margin: 1em 0 1em 1.5em;
}
#shopDetails img{border: 0; padding: 0; margin: 0;}
/*** FAQ page */
#faq .question {color: #336699; font-weight:bold;}

/*** Category list page */
td.categorySpace {vertical-align:top; padding-bottom: 2em; text-align:center;}
table.category td.icon {width: 120px; height: 68px; vertical-align: middle;}
table.category td.name {width: 120px; vertical-align:top;}
table.category a:link, table.category a:visited {text-decoration: none;}
.new, table.category a:link .new, table.category a:visited .new {
	font-weight: bold;
	color: #D90000;
}

/*** Subcategory & Subdivision/product list pages*/
.listSub, .listProduct {clear: both;}
.listText {width: 113px; float:left;}
.listText1 {text-align:center;}
.listLink {margin-bottom: 0;}
.listThumb img {
	float: right;
	border: 1px solid #354555;
	margin-bottom:5px;
}
.listThumb1 img {
	text-align:center;
	border: 1px solid #354555;
}
p.listLink1{margin-top:0px;font-size:0.8em;}
p.listThumb1{margin-bottom:0px;}
.listProduct p {margin-top: 0; margin-bottom: .2em;}
.listProductText {width: 360px; float: right;}
/*.listProductText1 {width: 250px; float: right;}*/
.listProductThumb img {
	float: left;
	margin-top: .2em;
	border: none;
}
.thumb img {border: }
.listProductThumb1 img {
	text-align:center;
	margin-top: .2em;
	border: none;
}

/*** Product page*/
#productInfo td {padding: 0 .2em .5em .2em;}
#product #discounts {border: 1px solid #F9F2A1;  float:right; margin-left: 1em; width: 130px; padding-bottom: .5em;}
#product #discounts th {color: #F9F2A1; font-weight:bold; text-align:center; padding-bottom: .5em;}
#product #discounts td {color: #dddddd;}
#product #discounts #heading {background-color: #F9F2A1; padding: .2em; text-align:center; margin-bottom: .5em;color:#42a5cc;}
.PT { color:#ffff33;}

/* shopping styles */
#shop_facility {display: inline;}
#inBasket {display: inline;}
div.inCart {display:inline; padding-right: .5em;}
#content a.inCart:link, #content a.inCart:visited {
	color:#d12c2c;
}
#content a.inCart:hover {color:#CCCCCC;}
.cartIcon {padding-left: .3em; border: none; vertical-align:text-top;}

/*** Special offers page*/
.listProduct  {margin: .5em 0;}
.listHR {clear: both; text-align: center; padding: .3em 0 .5em 0;}
hr {color:#8080DD;}
.listProduct hr {
	clear:both; 
	width: 80%;
	border: none;
	background-color:#CCCCCC;
	color: #CCCCCC;
	height: 1px;
	text-align:center;
	margin-top: .2em;
	margin-bottom: .2em;
}
#specialOffers .discountHead {
	float: left;
	margin-right: 0.5em;
	color: #5073ff;
}
.discountList {
	padding-left: 2em;
	color: #839cff;
}
.discount {color: #c6b3dd; font-weight:bold;}

/********************/
/* Cart styling */
/*******************/
.cartLinks {padding-right: 3em;}
#linksLine {clear: both;}
#linksLine #left {float: left;}
#linksRight #right {float: right;}
#topLinks {padding-bottom: 1.5em;} /** is this used??? */

/************************/
/* Payment page styling */
/***********************/
#payment fieldset {border: none;}
#payment #buttonArea td {padding-top: 1em;}

/************************/
/* Sitemap page styling */
/***********************/
.sitemapCat {padding-left: 2em; margin:0 0 .5em 0;}
.sitemapSubcat{margin:0; padding-left: 2em;}
#sitemap #content p {margin: 0 0 .8em 0;}

/*******************************************************************/
/* Pages without left navigation, eg payment and delivery charges */
/*******************************************************************/
body#postcodes {text-align: left;}
#postcodes #container {
	margin: 0; 
	padding: 0; 
	text-align: left; /* Overrides the centering on the body styling. */
}

/*#postcodes #logo {height: 116px; width:165px;}*/
#widePage #content {
	width: 95%;
	margin: 1em auto; 
	padding: 0; 
	float: none;
}

#widePage #navBar, #postcodes #navBar {
	background-image: url(../images/navbar_bg.gif); 
	background-repeat:repeat-x;
	padding: 12px 0 0 0; 
	height: 32px;
	text-align: center; 
	color: #ffffff;
	font-size: 1.2em;
	font-weight:bold;
}
#widePage #navBarTop {background: url(../images/navbar_top.gif); background-repeat: repeat-x; height: 6px;}
#widePage #searchBar {margin:0; padding:0; border: none;}
#widePage #searchBar {padding-top: .5em;}

/************************/
/* Pay by fax, phone or post page styling */
/***********************/
#checkoutConfirm h2 {margin-bottom: 0;}
#checkoutConfirm table.remittance { 
	border-top: 1px solid #80A8CF; 
	border-collapse:collapse; 
	margin: 1.5em 0 1em 0;
}
#checkoutConfirm table.remittance th {padding: .2em;}
#checkoutConfirm table.remittance th {background-color: #80A8CF; color: #ffffff; font-weight:bold;}
#checkoutConfirm table.remittance td {padding: 1.5em 0 0 .2em;}
#checkoutConfirm .remittance .line {width: width: 300px; border-bottom: 1px solid #80A8CF; padding-right: 1em;}
#checkoutConfirm .tickbox {height: 10px; width: 20px; border: 1px solid #80A8CF; }
#checkoutConfirm #terms {padding-bottom: .5em; }


/***********************/
/* Search page styling */
/**********************/
#mainSearch {border: 1px solid #80A8CF; padding: .2em;}
#mainSearch select, #mainSearch input {font-size: 10px;}

/********************/
/* General styling */
/*******************/
ol li {margin-bottom: 1em;}
.clearBoth {clear: both; margin: 0;}
.line {clear:both; margin: 0;}
.emphasis {font-weight: bold;}
img.left {float: left; margin: 0 .5em .2em 0;}

.floatRight {float: right;}
.floatLeft {float: left;}
.right {text-align:right;}
.warning {color: #CC0000; font-weight: bold;}
.searchwords {color:#FF0000; font-weight: bold;}
.warningSmall {color: #CC0000;}
/********************/
/* General print styling */
/*******************/
@media screen {
	#printHeader, #checkoutConfirm #printFooter, #checkoutConfirm #payOnline, #checkoutConfirm #printAddress {display: none;}
}

  
@media print {
	/* body {
		font-family:"Times New Roman", Times, serif;
		font-size: 12pt;
		text-align: left;
		color: #333333;
		background-color: transparent;
	} */
}
.specials{
	color:red
}
.sortarow{font-size:10px; font-family:Georgia, "Times New Roman", Times, serif;}
#content a.nounderline:link, #content a.nounderline:visited{text-decoration:none;}
#content a.nounderline:hover{text-decoration:underline;}
* html img,
* html .png, #left {
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

.website_address{
	font-weight:bold;
	margin-left:15px;
}
img.catimg{margin-left:-7px;margin-top:-5px;margin-right:-5px;max-width:615px;}
img.catimgcat{max-width:600px;}
#page {overflow:hidden;}
.border {border:black 1px solid;}
#container {font-family:"Times New Roman", Times, serif !important;}
@media print {
#page {overflow:visible;}
}