﻿body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

h1,p,form,h3,h4{
	margin: 0px;
	padding: 0px;
}

h3{
	color: #fff;
	background-image: url('/images/header_back.gif');
	background-position: left top;
	background-repeat: no-repeat;
	height: 32px;
	width: 467px;
	display: block;
	padding: 0px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding: 3px 0px 0px 4px;
	margin: 3px 0px 0px 0px;
}

h4{
	margin-bottom: 20px;
	color: #cc0000;
	font-size: 16px;
	font-weight: bold;
}


h5{
	font-size: 12px;
	font-weight: bold;
}
	
h6{
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	margin: 38px 0px 0px 0px;
}
	

img{
	border: none;
}

hr{
	display: none;
}

.left {
	text-align: left;
	}


/*Wrapper*/
div#wrapper{
	width: 770px;
	margin: auto;
	text-align: left;
	background-image: url('/images/body_tile.gif');
	background-position: left top;
	background-repeat: repeat-y;
}


/*Head*/
div#head{
	position: relative;
	background-color: #C7E3C7;
	padding-left: 241px;
	height: 113px;
}

	div#head h1{
		position: absolute;
		left: 0px;
		top: 0px;
	}
	
div#mini_basket{
	position: absolute;
	width: 115px;
	height: 110px;
	background-color: #768676;
	right: 4px;
	bottom: 0px;
	text-align: center;
}

	div#mini_basket p{
		color: #fff;
		font-size: .9em;
		margin: 0px 0px 15px 0px;
	}


/*TopNav*/
div#topnav{
	width: 770px;
	height: 22px;
	position: relative;
	background-image: url('/images/top_menu_back.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 7px;
}

#topnav ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}


	div#topnav li{
		float: left;
		margin: 0px !important;
		padding: 0px !important;
		list-style: none;
	}
	
input#searchfield{
	position: absolute;
	width: 92px;
	height: 15px;
	border: solid 1px #343434;
	right: 40px;
	top: 2px;
}

input#gobutton{
	position: absolute;
	right: 8px;
	top: 0px;
}
	
/*LeftNav*/

div#leftnav{
	clear:both;
	width: 162px;
	float: left;
	margin-left: 2px;
}

div#leftnav ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
	}

div#leftnav li {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}

ul#left_menu a.menu_root,
ul#left_menu a.menu_sub{
	display: block;
	width: 147px;
	height: 17px;
	background-image: url('/images/left_mnu_back.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding: 3px 0px 0px 15px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
	
	ul#left_menu a.menu_sub{
		background-image: none;
		border-bottom: #bcd7bc solid 1px;
		border-top: #bcd7bc solid 1px;
		color: #000;
		height: auto;
		padding: 2px 0px 2px 15px;
		margin: 2px 0px 2px 0px;
	}
	
		ul#left_menu a.menu_root:hover{
			background-image: url('/images/left_menu_active.gif');
		}
		
		ul#left_menu a.menu_sub:hover{
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
		}

/*Right Nav*/
div#right{
	width: 116px;
	float: right;
	margin-right: 4px;
	padding-top: 4px;
	text-align: center;
}

#rightnav_topsellers {
	text-align: center;
	margin: 0px 0px 10px 0px;
	width: 116px;
	overflow: hidden;
}

	#rightnav_topsellers ul{
		margin: 0px !important;
		padding: 0px !important;
		list-style: none;
	}

	#rightnav_topsellers li{
		margin: 0px !important;
		padding: 0px !important;
		list-style: none;
	}

#rightnav_topsellers h3{
	width: 110px;
	font-size: 16px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 10px 2px;
	background-image: url('/images/checkout_header.gif');
}
	
	#rightnav_topsellers a.title_bold {
		color: #000000;
		text-decoration: none;
		padding: 0px;
		margin: 0px;
	}
		
	#rightnav_topsellers a.price_bold {
		color: #CC0000;
		text-decoration: none;
		padding: 0px;
		margin: 0px;
	}

/*Content*/
div#content{
	margin: 4px 120px 4px 168px;
}

div#content_chk{
	margin: 4px 4px 4px 168px;
}

/*Footer*/
div#footer{
	clear: both;
	width: 595px;
	height: 26px;
	background-image: url('/images/footer_back.gif');
	background-position: left top;
	background-repeat: no-repeat;
	text-align: right;
	padding: 12px 175px 0px 0px;
	font-size: 1.2em;
	color: #5A5A5A;
}

/*Product List*/
div#product_list{
	overflow: hidden;
	width: 460px;
}

table.ProductWrapTable{
	border-collapse: collapse;
	overflow: hidden;
}

	table.ProductWrapTable td{
		padding-bottom: 10px;
		background-image: url('/images/prodlist_tile.gif');
		background-position: left bottom;
		background-repeat: no-repeat;
		width: 152px;
		overflow: hidden;
	}
	
		table.ProductWrapTable td a{
			color: #333333;
			text-decoration: none;
			width: 152px;
			overflow: hidden;
		}
		
			table.ProductWrapTable td a:hover{
				text-decoration: underline;
				width: 152px;
				overflow: hidden;
			}
	
		table.ProductWrapTable td div.product{
			width: 152px;
			text-align: center;
			margin-top: 5px;
		}
		
		table.ProductWrapTable td div.middle,
		table.ProductWrapTable td div.last{
			border-left: solid 1px #706E6F;
		}
	
		table.ProductWrapTable td img.prod_img{
			margin-bottom: 5px;
			overflow: hidden;
		}
		
		table.ProductWrapTable td form{
			margin-top: 10px;
		}

/*Product Detail*/
table#product_detail{
	border-collapse: collapse;
}

	table#product_detail td{
		padding: 3px;
		vertical-align: top;
	}

	table#product_detail td#images{
		border-right: 1px solid #999;
		width: 238px !important;
		text-align: center;
		overflow: hidden !important;
	}
	
		table#product_detail td#images img{
			margin-bottom: 10px;
		}
		
		table#product_detail td#images div{
			padding-bottom: 20px;
			background-image: url('/images/prodlist_tile.gif');
			background-position: left bottom;
			background-repeat: repeat-x;
		}
		
	table#product_detail p{
		margin-bottom: 10px;
	}
	
	td#images div {
		width: 238px !important;
		overflow: hidden !important;
		}
		
table#alts{
	border-collapse: collapse;
}

	table#alts td{
		padding: 3px;
		border: solid 1px #fff;
	}
	
div#buygrid_wrap {
	width: 450px;
	overflow-x: scroll;
	margin: 0px !important;
	padding: 0px !important;
}
	
table#buygrid{
	border-collapse: collapse;
	width: 98%;
	background-color: #706e6f;
}

	table#buygrid td{
		padding: 0px;
		text-align: right;
		vertical-align: middle;
		border: solid 1px #fff;
		color: #fff;
	}
	
	table#buygrid td.buttoncell{
		width: 1%;
		background-color: #e88a8a;
	}
	
	table#buygrid td.ColourDisplay{
		color: #333;
		background-color: #e88a8a;
	}
	
table#product_options{
	border-collapse: collapse;
}

	table#product_options td{
		padding: 3px;
		vertical-align: top;
	}
	
		table#product_options td a{
			display: block;
			padding: 2px 2px 2px 10px;
			background-image: url('/images/product_bullet.gif');
			background-position: left center;
			background-repeat: no-repeat;
			color: #333;
			text-decoration: none;
		}
		
			table#product_options td a:hover{
				text-decoration: underline;
			}

	#product_options ul{
		margin: 0px !important;
		padding: 0px !important;
		list-style: none;
		}

	#product_options li{
		margin: 0px !important;
		padding: 0px !important;
		list-style: none;
		}

/*Basket*/
table#basket{
	border-collapse: collapse;
	background-color: #dceadc;
	width: 98%;
	color: #333;
}

	table#basket a{
		color: #333;
		text-decoration: none;
	}
	
		table#basket a:hover{
			text-decoration: underline;
		}

	table#basket td{
		border: solid 1px #fff;
		padding: 4px;
	}
	
		table#basket td.white_bg{
			background-color: #fff;
		}
		
	table#basket img.basket_image{
		width: 30px;
	}

/*Checkout*/
div#checkout{
	padding-right: 4px;
}

	div#checkout input.field{
		width: 177px;
		border: solid 1px #bccefa;
	}

div#checkout h3{
	background-image: url('/images/checkout_header.gif');
	background-position: left top;
	padding: 3px;
	background-color: #cc0000;
	width: auto ! important;
	height: auto ! important;
}

span#checkout_error {
	color: #CC0000 !important;
	}

div#progress{
	text-align: center;
	padding: 10px 0px;
}

table#checkout_table{
	border-collapse: separate;
	margin-left: 55px;
}

	table#checkout_table td{
		margin: 10px;
		border: solid 1px #bcd7bc;
		padding: 10px;
		vertical-align: top;
		width: 218px;
	}
	
div#checkout input{
	margin-bottom: 10px;
}

/*Misc styles*/
.center{
	text-align: center;
}

.middle{
	vertical-align: middle ! important;
}

.right{
	text-align: right;
}

.bold{
	font-weight: bold;
}

.red{
	color: #CC0000;
}

/* ******************************* NEW CODE ******************************* */

#catalogueform_table {
	width: 98%;
}

.catalogueform_largefont {
	font-size: 12px;
}

.catalogueform_bold {
	font-weight: bold;
}

.catalogueform_rightalign {
	text-align: right;
}
		
.howtoguides_guidetitle {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}
		
#howtoguides_table a{
	color: #CC0000;
}

#starbuy_banner {
	height: 32px;
	background-image: url('/images/home_starbuybanner.gif');
	background-repeat: no-repeat;
	background-color: #545456;
}

#homepage_featureproducts {
	float: left;
	margin: 4px 0px 6px 0px;
}
		
.homepage_starbuy {
	height: 204px; /*Temporary Height*/
	width: 230px;
    border: 1px solid #545456;
}
		
.homepage_specialoffer {
	height: 204px; /*Temporary Height*/
	width: 230px;
	border: 1px solid #545456;
}

#homepage_starbuy {
	float: left;
	width: 232px;
	margin: 0px 0px 0px 0px;
}
		
#starbuy_info_description {
	float: left;
}
		
#starbuy_image {
	height: 142px;
}
				
#starbuy_info_buy {
	text-align: center;
}
		
#starbuy_banner_price {
	float: left;
	font-size: 11px;
	padding: 0px 0px 0px 155px;
}
		
#homepage_specialoffer {
	width: 232px;
}
			
#specialoffer_banner {
	height: 35px;
	background-image: url('/images/home_specialoffersbanner.gif');
	background-repeat: no-repeat;
	background-color: #545456;
}
		
#specialoffer_image {
		float: left;
		height: 160px;
		width: 72px;
		}
		
div#specialoffer_info {
		align: right;
		apadding: 40px 10px 0px 0px;
		}




#about_list_address {
		margin: 0px 0px 0px 50px;
		}
		
#help_list {
		padding: 0px 10px 0px 0px;
		}
		
		
		#help_list ul {
			margin: 0px !important;
			list-style: none;
			}
		
.help_sizeguides {
		padding: 0px 0px 0px 30px;
		}
		
.help_sizeguides a {
		color: #CC0000;
		}
		
.help_links {
		padding: 0px 0px 0px 60px;
		}
		
.help_links a {
		color: #CC0000;
		}
		
.help_links_description {
		padding: 0px 0px 0px 90px;
		color: #706E6F;
		}
		
.productlist_price {
		font-weight: bold;
		color: #CC0000;
		}
		
.pagination {
		color: #CC0000;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
.pagination a {
		color: #706E6F;
		font-weight: bold;
		}
		
.help_headings {
		font-weight: bold;
		font-size: 12px;
		}
		
.help_headings a {
		color: #CC0000;
		}
		
.help_subheadings {
		font-weight: bold;
		padding: 0px 0px 0px 30px;
		}
		
.help_subheadings2 {
		padding: 0px 0px 0px 30px;
		color: #000000;
		}
		
#about_page a {
		color: #CC0000;
		}
		
		
#about_page {
	margin: 0px !important;
	padding: 0px !important;
	}
		

#about_page ul {
	list-style: none;
	}		

		
#tandc_page {
		padding: 0px 10px 0px 0px;
		}
		
		
		#tandc_page ul {
			list-style: none;
			margin: 0px !important;
			}
			
			
		#tandc_page li {
			list-style: none;
			}
		
		
.tandc_heading {
		font-size: 12px;
		font-weight: bold;
		list-style: none;
		}
		
.tandc_subheading {
		color: #CC0000;
		font-weight: bold;
		padding: 0px 0px 0px 30px;
		list-style: none;
		}
		
.tandc_content {
		padding: 0px 0px 0px 30px;
		list-style: none;
		}
		
.tandc_subcontent {
		padding: 0px 0px 0px 60px;
		list-style: none;
		}
		
.tandc_menu a{
		color: #CC0000;
		}
		
.guidelist_header {
		font-weight: bold;
		}
		
.guidelist_subcategory {
		padding: 0px 0px 0px 30px;
		}
		
#contact_alternate a{
		color: #CC0000;
		}
		
div#login_register h3 {
		background-image: url('/images/checkout_header.gif');
		background-position: left top;
		padding: 3px;
		background-color: #cc0000;
		width: auto ! important;
		height: auto ! important;
		}
		
#checkout_table a{
		color: #CC0000;
		}
		
#checkout a {
		color: #CC0000;
		}
		
.indent {
		padding: 0px 0px 0px 30px;
		}
		
.howtoguides_td {
		width: 30px;
		}
		
.sizeguide_red {
		color: #CC0000;
		}
		
.redbold {
		font-weight: bold;
		color: #CC0000;
		}
		
.greybold {
		color: #676162;
		font-weight: bold;
		font-size: 16px;
		}
		
.title_bold {
		font-weight: bold;
		text-align: center;
		}
		
.price_bold {
		font-weight: bold;
		font-size: 10px;
		color: #CC0000;
		text-align: center;
		}
		
.starbuy_banner_largetext {
		font-size: 16px;
		}
		
#clearancerail_stock {
		text-align: center;
		}
		
#homepage_newin {
		margin: 1px 0px 0px 0px;
		text-align: left;
		float:left;
		}
		
#homepage_newin_products {
		text-align: center;
		}
		
.category_list_header {
		color: #000000;
		font-weight: bold;
		font-size: 11px;
		}
		
.cat_img {
		overflow: hidden;
		}
		
.redsave {
		color: #CC0000;
		font-weight: bold;
		font-size:11px;
		}
		
.greywas {
		color: #676162;
		font-weight: bold;
		font-size: 11px;
		}
		
#SearchBrandForm {
		font-size: 10px;
		position: absolute;
		right: 300px;
		}
		
.h3popup {
		width: 470px;
		}
		
#popup_main {
		padding: 10px 0px 0px 0px;
		}
		
#popup {
		text-align: center;
		}
		
div#myaccount h3{
	background-image: url('/images/checkout_header.gif');
	background-position: left top;
	padding: 3px;
	background-color: #cc0000;
	width: auto ! important;
	height: auto ! important;
}

#productdetail a{
		color: #CC0000;
		}
		
#myaccount a {
		color: #CC0000;
		}
		
#homepage_all {
		width: 470px;
		}
		
#outstandingorders_grid {
	border-collapse: collapse;
	background-color: #dceadc;
	width: 98%;
	color: #333;
}

	table#outstandingorders_grid a{
		color: #333;
		text-decoration: none;
	}
	
		table#outstandingorders_grid a:hover{
			text-decoration: underline;
		}

	table#outstandingorders_grid td{
		border: solid 1px #fff;
		padding: 4px;
	}
	
		table#outstandingorders_grid td.white_bg{
			background-color: #fff;
		}
		
		
#orderhistory_grid {
	border-collapse: collapse;
	background-color: #dceadc;
	width: 98%;
	color: #333;
}

	table#orderhistory_grid a{
		color: #333;
		text-decoration: none;
	}
	
		table#orderhistory_grid a:hover{
			text-decoration: underline;
		}

	table#orderhistory_grid td{
		border: solid 1px #fff;
		padding: 4px;
	}
	
		table#orderhistory_grid td.white_bg{
			background-color: #fff;
		}
		
#mydetails_grid {
	border-collapse: collapse;
	background-color: #dceadc;
	awidth: 98%;
	color: #333;
}

	table#mydetails_grid a{
		color: #333;
		text-decoration: none;
	}
	
		table#mydetails_grid a:hover{
			text-decoration: underline;
		}

	table#mydetails_grid td{
		border: solid 1px #fff;
		padding: 4px;
	}
	
		table#mydetails_grid td.white_bg{
			background-color: #fff;
		}
		

#associatedproducts {
		width: 98%;
		background-color: #dceadc;
		}
		
#associatedproducts_tick {
		float: right;
		}
		
.lightgreen_bg {
		background-color: #EAF2EA;
		}
		
#cboShipping {
	font-size: 11px;
	}

	
img#smallfeatureproduct_image {
	overflow: hidden;
	}


#pricebox {
	text-align:	center;
	overflow: hidden !important;
	}

	
#homepage_newin_products form {
	overflow: hidden;
	}
	
.home_productimage {
	width: 152px;
	height: 129px;
	overflow: hidden !important;
	}
	
div.product_image {
	overflow: hidden;
	width: 152px;
	height: 129px;
	}
	
	
div.category_image_back {
	height: 129px;
	overflow: hidden;
	}
	
	
#sitemap_page a {
	color: #CC0000;
	}
	
	
	#sitemap_page ul {
		margin: 0px !important;
		}
	
	
	#sitemap_page li {
		margin: 5px 0px 0px 30px;
		list-style: none;
		}
		
	
	#sitemap_page li a {
		color: #000000;
		}
		
		
	#Productbrands a{
		color: #CC0000;
		}
		
		
#hp_loginbar {
	background-image: url('/images/hp_loginbar.gif');
	width: 460px;
	height: 22px;
	color: #FFFFFF;
	font-size: 11px;
	padding: 7px 0px 0px 7px;
	margin: 0px 0px 3px 0px;
	}
	
	#hp_loginbar a {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 11px;
		}
		
		
#crumb a {
	color: #cc0000;
	font-size: 11px;
	}
	
	
#txtPostCode {
	text-transform: uppercase;
	}
	
	
#txtPostCodeD {
	text-transform: uppercase;
	}
	
	

#productdetail_descriptionlist ul{
	margin: 0px 0px 0px 20px !important;
	list-style: disc !important;
	}	
	
	
#productdetail_descriptionlist li{
	margin: 0px 0px 0px 20px !important;
	list-style: disc !important;
	}
	
#Download_Catalogue {
	float: right;
	margin-top: -13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

#Download_Catalogue a {
	text-decoration: none;
	color: #333333;
}

#Download_Catalogue a:hover {
	text-decoration: underline;
	color: #333333;
}

#tandc_list2{
    margin-top:15px;
}

#tandc_list2 li{
    padding:5px 0px 5px 0px;
    list-style-type:disc;
    margin-left:20px;
}

.tandc_ol_list2{
    margin-left:30px;
    margin-top:5px;
}