html {
	background-color: #3f4c6b;
}
body {
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
}
#outer {
width: 990px;
margin: auto;
}



#header {
	position: relative;
	height: 140px;
	
	
}
#main {
	background: #fff;
}
#basketContents {
	position: absolute;
	background: #eceeed;
	padding: 5px 0 0;
	
}
#logo { /* within top header */
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	
}
#basket { /* within top header */
	position: absolute;
	top: 10px;
	right: 0px;
	width: 400px;
	height: 40px;
	padding: 5px 0 5px 10px;
	text-align: left;
	color:#818ba5;
}
#basket hr {
	color: #fff;
	border: 1px solid #003399;
}
#productsearch { /* within top header */
	position: absolute;
	bottom: 6px;
	color: #FFFFFF;
	right: 0;
	height: 23px;
	padding: 2px 10px 2px 10px;
	margin-bottom:7px;
	color: #000000;
}
#menu { /* within top header */
	position: absolute;
	bottom: 10px;

	
}
#content {
	width: 990px;
	padding: 0 0 10px 0;
	overflow: hidden;
}
#left-col {	/* 200px wide column on the left of the page */
	float: left;
	width: 200px;
	clear: left;
}
.left-menu-box {	/* left menu box */
	background-color: #ebebeb;
	float: left;
	width: 180px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	clear: left;
}
.left_menu_top {
	font-size: 1.2em;
	color: #3f4c6b;
	background-color:#ebebeb;
	padding: 3px 10px 7px;
	height: 12px;
	width: 180px;
	
}
*html .left_menu_top {
	padding: 2px 10px 0;
}
.left_menu_main {
	
	background-color:#ebebeb;
	color:#6e6e6e;
	
	padding: 5px 12px;
	width: 176px;
	
}
.bos_top {
	height: 30px;
	background-image: url(/_images/layout/954_top_image.jpg);
	background-repeat: no-repeat;
	width: 990px;
	float: left;
	
}

.bos_bottom {
	height: 30px;
	background-image: url(/_images/layout/954_bottom_image.jpg);
	background-repeat: no-repeat;
	width: 990px;
	float: left;
	
}

.menu_colour_contain {
	background: #003399;
	height: 30px;
	position: relative;
	top: 104px;
}
#right_col_top { /* outer continer for products list */
	background-image: url(/_images/layout/col_right_top.gif);
	background-repeat: no-repeat;
	float: left;
	width: 780px;
	height: 23px;
	z-index: 200px;
	margin-left:10px;
}

#right_col_bottom { /* outer continer for products list */
	background-image: url(/_images/layout/col_right_bottom.gif);
	background-repeat: no-repeat;
	float: left;
	width: 780px;
	height: 23px;
	z-index: 200px;
	margin-left:10px;
}

#right-col { /* outer continer for products list */
	background-color: #ffffff;
	float: left;
	width: 740px;
	padding: 0 20px 5px 20px;
	margin-left:10px;
	min-height: 1019px;
	
}
#products_list_header { /* category/brands 'header' text */
	background-color: #ffffff;
	float: left;
	width: 735px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
.products_list_box { /* box to hold each products in the list */
	
	float: left;
	width: 117px;
	height: 180px;
	padding: 10px 10px 5px 10px;
	margin: 0 0 5px 0;
	overflow: hidden;
	font-size: 0.9em;
	cursor: pointer;
	text-align:center;
	
}

.products_list_box1 { /* box to hold each products in the list */
	
	float: left;
	width: 117px;
	height: 180px;
	padding: 10px 10px 5px 10px;
	margin: 0 0 5px 0;
	overflow: hidden;
	font-size: 0.9em;
	cursor: pointer;
	text-align:center;
	background-color:#fff;
	
}



*html .products_list_box {
	width: 160px;
}
.products_list_box:hover, .products_list_box:hover #products_list_box_short, .products_list_box:hover #products_list_header, .products_list_box:hover .products_title_box, .products_list_box:hover .products_desc_box, .products_list_box:hover .products_image_box, .products_list_box:hover .products_price_box, #products_list_box_short:hover, #products_list_box_short:hover .products_title_box, #products_list_box_short:hover products_image_box {
	background: #f2f1f1;
	cursor: pointer;
}
#products_list_box_short { /* short version of box to hold each products in the list */
	background-color: #ffffff;
	float: left;
	width: 117px;
	height: 180px;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	overflow: hidden;
}
.products_title_box { /* fixed height box to hold products title */
	font-size: 0.9em;
	color: #3f4c6b;
	background-color: #ffffff;
	width: 117px;
	height: 30px;
	overflow: hidden;
	font-weight: bold;
}

.products_title_box1 { /* fixed height box to hold products title */
	font-size: 0.9em;
	color: #3f4c6b;
	background-color: #ffffff;
	width: 170px;
	height: 30px;
	overflow: hidden;
	font-weight: bold;
}

.products_price_box { /* fixed height box to hold products price */
	background-color: #ffffff;
	width: 117px;
	height: 20px;
	overflow: hidden;
	
}
.products_desc_box { /* fixed height box to hold products description */
	background-color: #ffffff;
	width: 117px;
	height: 20px;
	overflow: hidden;
	font-size: 0.8em;
}
.products_image_box { /* fixed height box to hold products image */
	background-color: #ffffff;
	width: 120px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	margin-bottom:10px;
}

.products_image_box1 { /* fixed height box to hold products image */
	background-color: #fff;
	width: 170px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	margin-bottom:10px;
}

#thumbnail_list_box { /* box to hold item image thumbnails */
	float: left;
	width: 252px;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	overflow: hidden;
}
#image_box { /* box to hold 'zoomed' item image */
	float: right;
	width: 450px;
	/* height: 450px; */ /* now set in item.asp code */
 padding: 0 0 0 0;
	margin: 5px 5px 5px 5px;
	overflow: hidden;
}
#item_addtobasket_box { /* bod to hold 'add to basket' controls */
	clear: left;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
#item_description_box { /* box to hold item description */
	clear: left;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	text-align: justify;
}
#item_associations_box { /* box to hold item associations */
	clear: both;
	float: left;
	width: 730px;
	margin: 5px 5px 5px 5px;
}
#page-col { /* full width continer for checkout, etc */
	background-color: #ffffff;
	float: right;
	width: 950px;
	padding: 20px;
	border-top: none;
	
}
#footer {
	margin: auto;
	width: 990px;
	overflow: hidden;
	padding: 2px 0 2px 0;
	color: #fff;
	font-size: 0.9em;
}

#footer a {
color:#FFFFFF;
}

#footer a:hover {
color:#b3b2b2;
}

p {
	margin-top: 0.1em;
}
a {
	text-decoration: none;
	color:#3f4c6b;
}
a:hover {
	text-decoration: none;
	color:#000000;
	}
*/
#footer a {
	color: #fff;
	text-decoration: underline;
}

.cursor {
	cursor: pointer;
}
h1 {
	font-size: 1.8em;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}
h2 {
	font-size: 1.3em;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	margin-top: 0.1em;
	margin-bottom: 0.3em;
}
h3 {
	font-size: 1.1em;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}
h6 {
	font-size: 1em;
	margin: 0.3em auto;
	color:#4f4f4f;
}
.ImageComment {
	padding-top: 5px;
	font-size: 0.9em;
	font-style: italic;
	text-align: left;
}
#temptext {
	background: #edebdc;
	border-top: 1px solid #3a371c;
	border-bottom: 1px solid #3a371c;
	padding: 3px 3px 3px 3px;
	overflow: hidden;
}
#addedtobasket {
	background: #e9f1f8;
	border: 1px solid #e9f1f8;
	padding: 3px 3px 3px 3px;
	overflow: hidden;
}
#errortext {
	text-align: left;
	color: #ff0000;
}
#errortext2 {
	text-align: left;
	color: #ff0000;
}
#errortext3 {
	text-align: left;
	color: #ff0000;
}
.tooltipheader {
	background:#bec8d1;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	border:1px solid #999999;
	padding:5px;
	width:150px;
}
.tooltipbody {
	background:#FFFFFF;
	font-family:arial;
	font-size:12px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:5px;
	width:150px;
}

a.category_menu {
	
	color: #3f4c6b;
}
a.category_menu:link {
	
	color: #6e6e6e;
}

a.category_menu:hover {
	
	color: #3f4c6b;
}

a.brand_menu:link {
	color: #fff;
}

a.brand_menu:hover {
	color: #3f4c6b;
	text-decoration: none;
}
/* edit basket page table */
.editbaskettable {
	
	margin: 0px;
	width: 100%;
}
.editbaskettitle {
	padding: 3px 1px 3px 1px;
}
.editbasketitems {
	padding: 3px 1px 3px 1px;
}
.editbasketpackages {
	padding: 3px 1px 3px 1px;
}
.editbaskettotals {
	border-top: 1px dotted #3a371c;
	padding: 3px 1px 3px 1px;
}
.editbasketlinks {
	padding: 3px 1px 3px 1px;
}
/* checkout page table */
.checkouttable {
	border: 0px solid #3a371c;
	font-size: 110%;
	width: 100%;
}
.checkouttitle {
	padding: 3px 1px 3px 1px;
}
.checkoutitems {
	padding: 3px 1px 3px 1px;
}
.checkouttotals {
	border-top: 1px dotted #3a371c;
	padding: 3px 1px 3px 1px;
}
.checkoutlinks {
	padding: 3px 1px 3px 1px;
}
/* checkout page text */
.checkouttitle {
	padding: 3px 1px 3px 1px;
}
.checkouttext {
	padding: 3px 1px 3px 1px;
}
/* ALL admin pages tables */
.admintable {
	border: 0px;
	margin: 0px;
	border-collapse: collapse;
}
.admintitle {
	border-bottom: 1px solid #3a371c;
	padding: 3px 1px 3px 1px;
}
.adminitems {
	border-bottom: 1px solid #3a371c;
	padding: 3px 1px 3px 1px;
}
.adminnewitem {
	border-bottom: 1px solid #3a371c;
	padding: 3px 1px 3px 1px;
	background-color: #edebdc;
}
.adminchange {
	padding: 3px 1px 3px 1px;
	background-color: #edebdc;
}
/* admin pages text */
.admintabletitle {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0px 7px 0px;
}
.left_menu_main a {
	color: #6e6e6e;
}

.left_menu_main a:hover {
	color: #3f4c6b;
}

.menutext a {
	padding: 0px 6px 0px 6px;
	text-decoration: none;
	color: #FFFFFF;
	
}
.menutext a.right {
	padding: 0px 6px 0px 6px;
	text-decoration: none;
	color: #FFFFFF;
	border-right: none;
}
tr.borderTable td {
	border-top: 1px solid #ccc;
}
.left_menu_main .subMcontain {
	padding: 0 0 0 5px;
}
.left_menu_main .subMcontain a {
	font-weight: normal;
}

.titlebarBG_left {
height: 35px;
width: 10px;
background-image:url(../_images/layout/titlebar_left.jpg);
float:left;
}

.navbar {
	height: 28px;
	width: 965px;
	float:left;
	font-weight:bold;
	background-color: #818ba5;
	padding: 7px 0 0 5px;
	color:#FFFFFF;
	word-spacing: 14px;
	font-size:1em;

}

.titlebarBG_right {
height: 35px;
width: 10px;
background-image:url(/_images/layout/titlebar_right.jpg);
float:left;
}

.bluebox_top {
height: 7px;
width: 200px;
background-image:url(../_images/layout/blueboxBG_top.jpg);


}

.bluebox_bottom {
height: 7px;
width: 200px;
background-image:url(../_images/layout/blueboxBG_bottom.jpg);
margin-bottom:10px;


}

#col_2 {

width: 570px;
float:left;
margin:0 10px 0 10px;
}

#col_4 {
background-color:#fff;
width: 550px;
float:left;
padding: 0 10px 0 10px;
min-height: 500px;

}

.col_4-top {
background-image:url(../_images/layout/col_2-top1.gif);
height: 7px;
width: 570px;

}

.col_4-bottom {
background-image:url(../_images/layout/col_2-bottom.gif);
height: 7px;
width: 570px;
float:left;
}

#col_3 {

width: 200px;
float:left;
}

#col_5 {

width: 200px;
float:left;
background-image:url(../_images/layout/col-5-bg.jpg);



}

.col_5-top {
height: 7px;
width: 200px;
background-image:url(../_images/layout/col_5-top.jpg);
float:left;


}

.col_5-bottom {
height: 7px;
width: 200px;
background-image:url(../_images/layout/col_5-bottom.jpg);
float:left;


}

#newsletter {
height: 197px;
width: 170px;
font-size: 1.2em;

}

.titlebar {
	height: 28px;
	width: 495px;
	float:left;
	background-color: #6e6e6e;
	padding: 7px 0 0 5px;
	color:#FFFFFF;
	

}

.titlebar1 {
	height: 28px;
	width: 175px;
	float:left;
	background-color: #6e6e6e;
	padding: 7px 0 0 5px;
	color:#FFFFFF;
	

}

.offerbox_left {
height: 145px;
width: 10px;
background-image:url(../_images/layout/offerbox_left.jpg);
float:left;
margin-top:10px;
}

.offerbox {
width: 520px;
background-color:#FFFFFF;
float:left;
margin-top:10px;
}

.offerbox_right {
height: 145px;
width: 10px;
background-image:url(../_images/layout/offerbox_right.jpg);
float:left;
margin-top:10px;
}

#telephone {
position:relative;
float:right;
top: 55px;
font-size:1.8em;
color:#fff;
}

#showcase {
margin-bottom: 10px;
background-image:url(../_images/layout/promobox.jpg);
width: 570px;
height: 221px;

}

.showcase_image {
float:left;
height: 180px;
width: 280px;
background-color:#0099CC;
}

.showcase_text {
float:left;
width: 200px;
margin-left: 20px;
}

.hp_slideshow { 
height: 221px; 
width: 550px;


 }
.accordian h6 {
	cursor: pointer;
}
a.subcategory_menu {
	padding-left: 10px;
	color:#818ba5;
}

a.subcategory_menu:hover {
	padding-left: 10px;
	color: #3f4c6b;
}