/* Stylesheet */

/* -------------------------- --------------------------------------------*/
/*MAIN Elements*/

a img {border: none; }



body {

    font-family: 'Lucida Grande', 'arial', sans-serif;
    font-size: 12px;
    line-height:1.2;
    color: #333;
    background-color: #FFFFFF;
	margin: 8px;
}
h1 {
	font-family: 'arial', sans-serif;
    color: #3195d3;
    margin-top: 0;
    margin: 2px 0px 2px 0px;
    font-size: 22pt;
    letter-spacing: -1px;
	-webkit-font-smoothing: antialiased !important;
	font-weight: bold;
	-webkit-text-stroke: 0px;
	
}

h2 {
    color: #333;
    margin: 2px 0px 2px 0px;
    font-weight: bold;
    font-size: 14px;
    padding: 0px;
}
h3 {
    font-size: 14px;
    color: #ffffff;
    padding: 6px 0 5px 5px;
    font-weight: bold;
    margin: 0px;
}
h4 {
    font-size: ;
    color: #333;
}
a {
    outline: none;
    border: none;
    color: #12C;
    text-decoration: underline;
}
a:hover{
    text-decoration: underline;
    color: #3195d3;
}
#page {
    margin:auto;
    width:98%;
    position: relative;
    min-width: 1150px;
    text-align: left;
}

/* Buttons */

.standard_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}.standard_button:hover {
	cursor: pointer;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	
	background:-moz-linear-gradient( center top, #8cb82b 5%, #c1ed9c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.standard_button:active {
	position:relative;
	top:1px;
	
}
.cart_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:19px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}.cart_button:hover {
	cursor: pointer;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	
	background:-moz-linear-gradient( center top, #8cb82b 5%, #c1ed9c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.cart_button:active {
	position:relative;
	top:1px;
	
}
.proceed_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:24px;
	font-weight:bold;
	padding:8px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}.proceed_button:hover {
	cursor: pointer;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	
	background:-moz-linear-gradient( center top, #8cb82b 5%, #c1ed9c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.proceed_button:active {
	position:relative;
	top:1px;
	
}
/*COMMONLY USED STYLES*/
.corners{
    width:5px;
    float:left;
    height: 29px;
}
/*HEADER*/
/*Top banner*/
.banner{
	height:100px;
	margin-top: 0px; 	} 
#store-logo{
	float:left;
	width: 40%;
	}

#call_us{
	width: 30%;
	float:left;
	text-align:center;}

#image_right{
	width: 30%;
	float:right;
	text-align:right;}
	
/*Searchbar styles */
#search_div_container{display:block;height:30px;font-weight:bold;background:url("images/web/xnav_bars_s2.png.pagespeed.ic.ruZBDTPbw6.png") repeat-x 0 0;}
#search_div_containerul{margin:0;padding:0;list-style-type:none;width:auto;}
#search_bar{float:left;}
#header_search_button{background:url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat -173px -229px;height:22px;width:53px;float:left;margin:4px;}
input.main_search{margin-top:3px;width:400px;border:1px solid #898989;font-size:16px;float:left;padding: 1px 0 1px 2px;}
#searchbar_search_text,#searchbar_mini_basket{float:left;display:inline;position:relative;top:8px;}
#searchbar_mini_basket{float:right;}
#search_title{float:left;position:relative;padding:5px;font-size:17px;height:20px;}

/* Top Nav Bar */
#topbar {width: 100%;height: 29px;background: url("images/web/xnav_bars_s2.png.pagespeed.ic.ruZBDTPbw6.png") repeat-x 0px -61px;}
#topbar_left {background: url("images/web/xnav_corners_s2.png.pagespeed.ic.ZL_g9t6XXC.jpg") no-repeat 0 -76px transparent;}
.topbar_centre {float:left;overflow:hidden;height:100%;}
.topbar_centre div {padding: 7px; position: relative; float: left;}
div#topbar_special {padding: 7px; position: relative; float: right;}
.topbar_centre div a, div#topbar_special a{padding: 7px 7px 6px 7px;font-size:12px;color:#ffffff;text-decoration:none;font-weight:bold;}
.topbar_centre div:hover,div#topbar_special:hover {background: url("images/web/xnav_bars_s2.png.pagespeed.ic.ruZBDTPbw6.png") repeat-x 0px -129px;  }
div#topbar_special {background: url("images/web/xnav_bars_s2.png.pagespeed.ic.ruZBDTPbw6.png") repeat-x 0px -32px; float:right;}
#topbar_right {background: url("images/web/xnav_corners_s2.png.pagespeed.ic.ZL_g9t6XXC.jpg") no-repeat 0 -106px transparent;float: right;}

/* Breadcrumb styles */
#breadcrumb_div{padding-left: 6px;padding-top: 1px;height: 18px;}
#vat_rate {font-weight: bold;right: 5px;position: absolute;}

/* Below styles adapted from Woothemes Whitelight under licence */

.breadcrumb {
	font-size: 11.5px;
	line-height: 1.5;	
}

.breadcrumb a{
text-decoration: none;
}
	
.breadcrumb a:hover{
}	

.breadcrumbs {
  position: relative;
  margin: 8px 0 8px;
  text-shadow: 1px 1px 0 #fff;
  font-weight: bold;
  height: 28px;
  overflow: hidden;
  color: #8b8b8b;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff url(images/xbg-texture.png.pagespeed.ic.tApZpG6sio.png) repeat left top;
  clear: both;
}
.breadcrumbs .breadcrumb-title {
  display: none;
}
.breadcrumbs .trail-begin {
  display: inline-block;
  padding: 5px 0 5px 30px;
  text-indent: -999em;
  background: url(images/xico-breadcrumb-home.png.pagespeed.ic.z4mdCLhcwI.png) no-repeat left top;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.breadcrumbs .trail-begin:hover {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.breadcrumbs .right-breadcrumb {
  float: right;
  padding-top: 5px;
  padding-right: 15px;
}


.breadcrumbs .sep {
  display: inline-block;
  padding: 5px 13px;
  text-indent: -999em;
  background: url(images/xico-breadcrumb-sep.png.pagespeed.ic.ncPRi56Y0o.png) no-repeat center top;
}
.breadcrumbs a {
  color: #8b8b8b;
}
.breadcrumbs a:hover {
  color: #585858;
}
.breadcrumbs:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 28px;
  background: #f8f8f8;
  background: -moz-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(248, 248, 248, 0)), color-stop(100%, #f8f8f8));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  /* IE10+ */

  background: linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f8f8f8', endColorstr='#f8f8f8', GradientType=1);
  /* IE6-9 */

}

#breadcrumb,
.post .video {
  margin-bottom: 1.5em;
}

/* End Breadcrumb styles */
#main_container {position: relative;float: left;width: 100%;}
#main_checkout_container {position: relative;float: left;width: 100%;max-width:800px;}

.checkout_ssl_logo{
text-align:center;
padding-left: 25px;
}
	
/* Column Left styles */


#column_left_container{float: left;width: 200px;position: relative;z-index: 900;}
#column_left_filter_container{z-index: 500;background-color: #eee;padding: 10px;float: left;width: 180px;margin: 5px 0px;}
#column_left_filter_container h2{font-size: 16px;}
#filter_price_submit{
    background: transparent url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat scroll -20px 0px;
    width: 20px;
    height: 20px;
    padding: 0px;
    margin: 0px;
    position: relative;
    right: -5px;
    top: 5px;
}
#filter_price_submit:hover{
    background: transparent url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat scroll 0px 0px;
}
#expand_categories{
    position: absolute; top:9px; right: 10px;
}
#main img {
 /*   position: absolute; top:1px; right: 2px; */
}
#left_column_filter, #left_column_filter ul{
    width: 180px;
    cursor: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}
#left_column_filter ul, #left_column_filter ul li a:hover {
    background-color: none;
    font-size: 14px;
}
#left_column_filter ul li input {
    margin: 4px;
}
#left_column_filter strong {
    padding: 5px 0px;
    display: block;
    font-size: 14px;
}
.filter_inputs{
    width: 50px;
    padding: 0px;
    margin: 0px;
}
#sub_cat_heading{
    text-align: center;
    text-decoration: none;
}
#heading_left {
    background: url("images/web/xnav_corners_s2.png.pagespeed.ic.ZL_g9t6XXC.jpg") no-repeat 0 0 transparent;
}
#heading_centre {
    background: url("images/web/xnav_bars_s2.png.pagespeed.ic.ruZBDTPbw6.png") repeat-x 0 -61px;
    width: 190px;  
}
#heading_right {
    background: url("images/web/xnav_corners_s2.png.pagespeed.ic.ZL_g9t6XXC.jpg") no-repeat 0 -39px transparent;
}
#show_hide_cats{
    position: absolute;
    top: 25px;
    z-index: 600;
    display: none;
    border: 1px solid #555;
    width: 198px;
}
.left_menu_cat ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 500;
}
.left_menu_cat ul li{
    float: left;
    margin-right: 1px;
    position: relative;
}
.left_menu_cat ul li a#main, .left_menu_cat ul li a:visited#main, ul#expand li a {
    background-color: #333;
    border-top:solid 1px #555;
    color: #fff;
    display: block;
    text-decoration: none;
    height: 20px;
    line-height: 19px;
    width: 190px;
    font-weight: bold;
    margin: 0px;
    padding-left: 10px;
    font-size: 10pt;
}
#show_hide_cats.left_menu_cat ul li a#main{
    background-color: #eee;
    border:none;
    color: #555;
    width: 188px;
}
.left_menu_cat ul li:hover a#main {
    background-color:#ccc;
    color:#333;
    text-decoration:underline;
}
.left_menu_cat ul li ul#expand{
    left:200px;
    position:absolute;
    top:0;
    width:200px;
    z-index: 1;
    display: none;
}
.left_menu_cat ul li div#category_div {
    background-color: white;
    border: 3px solid #3195d3;
    left: 150px;
    position: absolute;
    top: 0;
    width: 720px;
    z-index: 520;
    display: none;
    padding: 5px;
}
.left_menu_cat ul li:hover ul#expand, .left_menu_cat ul li:hover div#category_div {
    display:block;
}
.left_menu_cat ul li:hover ul#expand li a {
    background-color:#898989;
    color:#333;
    display:block;
    width: 250px;
    font-size: 14px;
}
.left_menu_cat ul li:hover ul#expand li a:hover {
    background-color:#333;
    color:#898989;
}
.left_menu_cat ul li div#sub_col {
    display: inline;
    float: left;
    width: 240px;
    padding-top: 10px;
}

#sub_category{
    background: url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat -227px -225px transparent;
    width: 220px;
    line-height: 19px;
    height: 26px;
    display: block;
    padding:6px 0px 0px 22px;
    font-size: 14px;
    color: #333;
    margin-bottom: 2px;
}
#sub_category:hover{
    background: url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat -202px -265px #ccc;
} 

.bottom_corners{
    width: 5px;
    height: 5px;
    float: left;
    margin-bottom: 10px;
}
#bottom_left {
    background: url("images/web/xnav_corners_s2.png.pagespeed.ic.ZL_g9t6XXC.jpg") no-repeat 0 -30px;
}
#bottom_centre {
    background: url("images/web/xnav_bars_s2.png.pagespeed.ic.ruZBDTPbw6.png") repeat-x 0 -122px;
    width: 190px;
}
#bottom_right {
    background: url("images/web/xnav_corners_s2.png.pagespeed.ic.ZL_g9t6XXC.jpg") no-repeat 0 -69px;
}
#basket {
    border-left:1px solid ;
    border-right:1px solid #333;
    float:left;
    padding:5px;
    width:188px;
}
#column_basket {
    display: block;
    position: relative;
    float: left;
    width: 188px;
}

.change_basket_date
{
	font-size: 10px;
}

/* Column Left styles */
/* Centre Column */

#centre_column {
    width: 590px;
    margin: 0px 14px 15px 14px;
    float: left;
}
#listings_top {
    padding-left: 10px;
}
#narrow_image {
    float: right;
}

.narrow_input{
	width: 45px;
	margin-bottom: 5px;
	}

.narrow_range_submit {
    background: url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat -20px 0px;
    width: 20px;
    height: 20px;
    top: 0px;
    right: 0px;
    margin: 2px;
}

.narrow_checkbox_right_td
{
	width: 100%;
	text-decoration: none;
}

.narrow_checkbox_tr
{
	background: #fff;
}


.narrow_checkbox_tr_hover
{
	background: #ffff99;
	cursor: pointer;
	font-weight: bold;
}

.narrow_header{
margin-top: 9px;
margin-bottom: 4px;	
}

.checkbox_list{

	text-decoration: none;	
	width: 100;
	color: #000;
}

.checkbox_list:hover{

	text-decoration: none;	
	width: 100;
	color: #000;
}
	
/** ADVANCED SEARCH **/

.search_column_centre {
    float: left;
    margin-left: 10px;
    width: 610px;
}
.search_column_centre div{
    height: 25px;
}
.search_column_centre select{
    width: 100px;
    margin-bottom: 2px;
}
.search_column_centre input{
    margin: 0px;
}
#left_align_div {
    width: 170px;
    float: left;
    font-weight: bold;
    display: inline;
}

.filter_left_div
{
    float: left;
	display: inline;	
}

#search_dimensions {
    width: 590px;
    height: 210px;
    padding: 5px;
    background-color: #eee;
}
#search_box {
    height: 40px;
}
#search_button {
    text-align: center;
    margin: 20px;
    width: 605px;
}
#row input {
    width: 94px;
    height: 12px;
}
/** END ADVANCED SEARCH **/

/** PRODUCT LISTING STYLES **/
#column_centre {
    margin-left: 210px;
}
#results_per_page {
    position: absolute;
    right: 5px;
    top: 6px;
}
.number_products {
    background-color: #eee;
    float: left;
    margin: 10px 0px;
    padding: 10px;
    position: relative;
    width: 98%;
    height: 15px;
}
#page_numbers {
    float: left;
    width: 600px;
}
.page_numbers {
    text-align: left;
}
.page_numbers a{
    color: #333;
    text-decoration: none;
    border: solid 1px #eee;
}
.page_numbers a:hover{
    background-color: #ccc;
    border: solid 1px #333;
}
.listing_box_container {
    height: 100%;
    border: none 1px #333;
    float: left;
    position: relative;
    z-index:0;
    width: 101.5%;
}

#panel_left_container{
    width: 378px;
    height: 280px;
    padding: 5px;
}
#four_cols{
    width: 30%;
    min-width: 240px;
    height: 355px;
    padding: 3px 5px;
}
#panel_right_container{
    float: right;
    width: 378px;
    height: 280px;
    padding: 5px;
}

.leadtime_container_product_info{
	
	}
	
.leadtime_container{
	
			    padding-top: 14px;
			    font-size: 14px;
	}
	
	
.delivery_logo{
	height: 25px;  
			    width: 25px;  
			    background: url(images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png) no-repeat -38px -304px;  float: left;  padding-bottom: 10px;
			    margin-right: 5px;
	}
	
.leadtime_text_container{
	padding-top:3px;
	}
	
.leadtime_main_text{
	font-weight: bold;
	font-size: 14px;
	color: #4bc23c;
}

.leadtime_main_text_out_of_stock
{
	font-weight: bold;
	font-size: 14px;
	color: #CB0E0F;
}

.product-info-delivery-highlight
{
font-weight: bold;
font-size: 14px;
color: #4bc23c;
}

.product-info-cutoff-time
{

}
	
		
.listing_header {
    display: block;
    background: url(images/xtopbar_centre_green_hover.png.pagespeed.ic.mf2r_WnTAH.png) repeat-x;
    margin-left:auto;
    margin-right:auto;
    height: 29px;
    width: 590px;
    z-index:1;
    float: left;
}
.pl-dash{
	    letter-spacing: -1px;
}

.listing_container {
    display: inline;
    float: left;
    width: 622px;
    height: 143px;
    padding: 2px 5px 5px 0px;
    position: relative;
    border: solid 1px #eee;
    margin-bottom: 5px;
    margin-right: 1%;
    background-color: #fff;
    z-index: 1;
}
#featured_listing_container {
    width: 571px;
    margin-left: 0px;
}
.listing_container h2 {
    margin: 0px;
}
.listing_container ul {
    margin: 0px 0px 0px 15px;
    padding: 0px;
    line-height: 1.1;
}
.listing_container ul li {
    padding-left: 3px;
    color: #333;
    padding-right: 15px;
        white-space: nowrap;
    }
.listing_image {
    position: relative;
    float: left;
    background-color: #ffffff;
    height: 120px;
    width: 135px;
    text-align: center;
    margin-right: 5px;
}

.listing_image_container{
height: 90px;
background-repeat: no-repeat;
background-image: url(images/ajax-loader-listing.gif.pagespeed.ce.4FlgfMXj_0.gif);
background-position: center;
}
	
#listing_image_panels{
    position:absolute;
    right: 10px;
    top: 30px;
}
#listing_image_four_cols{
    width: 95%;
    position: absolute;
    top: 55px;
}
.specs_icon{
    height: 35px;
    width: 35px;
    margin-right: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    color: #CB0E0F;
    background-repeat: no-repeat;
}
#cash_rating_icon{
    background-image: url(images/xcash_rating_icon.png.pagespeed.ic.riKTjalAdU.jpg);
}
#paper_rating_icon{
    background-image: url(images/xpaper_rating.png.pagespeed.ic.tFWcQCp-87.jpg);
}
#data_rating_icon{
    background-image: url(images/xdata_rating.png.pagespeed.ic.GCi6-o5SzZ.jpg);
}
#dims_four_cols{
    font-size: 12px}
#featured_image {
    width: 105px;
}
#listing_image {
    display: table-cell;
    height: 106px;
    width: 135px;
    vertical-align: middle;  
    text-align: center;
    text-decoration: none;
}
#sort_by{
    position: absolute;
    right: 5px;
    top: 6px;
}
.listing_image div#brand_image {
    border-collapse: collapse;
    position: relative;
    top: 5px;
}
.listing_main {
    float: left;
    height: 133px;
    position: relative;
    z-index: 99;
    width: 265px;
}
.listing_main_four_cols{
    position: absolute;
    top: 185px;
    width: 100%;
}
.spec_thumbs {
    display: inline;
    color: #cb0e0f;
}
.spec_thumbs ul {
    list-style: none;
    display: inline;
    margin: 0px;
    height: 37px;
    width: 37px;
}
.spec_thumbs ul li {
    list-style: none;
    display: block;
    height: 37px;
    width: 37px;
    font-weight: bold;
    text-align: right;
    float: left;
    padding-right: 2px;
    margin: 5px 0px;
}
.spec_thumbs ul li span {
    list-style: none;
    display: inline;
    height: 37px;
    width: 37px;
    font-weight: bold;
    text-align: right;
}
#listing_bullets {
    z-index: 3;
    width: 315px;
}
#dimensions {
    padding-left: 40px;
}
.dimensions {
    clear: left;
    position: absolute;
    bottom: 0px;
}
.dimensions a {
    font-size: 10px;
    color: #333;
}
#four_cols div.price_container{
    left: 5px;
    text-align:left;
    width:95%;
}
#four_cols div.price_container input{
    margin: 3px 0px;
}
.strikethrough_price {
    font-size: 14px;
    text-decoration: line-through;
    color: #AAA;
    padding-right: 3px;
}
.price_container_price {
    font-size: 22px;
    color:#CB0E0F;
    font-weight: bold;
}

.vat_text{
color:#CB0E0F;	
}
	
.price_container {
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 3px;
    width: 195px;
    right: 2px;
}
.price_container h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-decoration: line-through;
    margin: 0px;
    padding: 0px;
}
.price_container h4 {
    font-size: 16px;
    font-weight: bold;
    color: #cb0e0f;
    margin: 13px;
}
.buttons {
    position: relative;
    margin-top: 8px;
    width: 195px;
    height: 29px;
}

.listing_buy_button{
display:block;
text-align: right;	
margin-top: 4px;
}
/* BUTTONS */

#buy_button {
    background: url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat -84px -85px;
    height: 30px;
    float: left;
    width: 95px;
}
#buy_button_four_cols {
    background: url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat -84px -85px;
    height: 28px;
    width: 95px;
    position: absolute;
    left:0px;
}

.postcode_error{
color: red;
font-weight: bold;
font-size: 11px;	
	}
	
#info_button {
    background: url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat -190px -85px;
    float: right;
    height: 30px;
    float: left;
    width: 95px;
}
#continue_checkout {
    background: url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat -0px -265px;
    width: 200px;
    height: 32px;
}
#continue_button {
    background: url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat -141px -190px; 
    width: 100px;
    height: 32px;
}
#send_button {
    background: url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat -0px -42px; 
    width: 60px;
    height: 25px;
}
#confirm_order {
    background: url("images/xcheckout_sprite.gif.pagespeed.ic.JlYikXSQmQ.png") no-repeat 0px -164px;
    width: 275px;
    height: 60px;
    position: relative;
    left: 24px;
    margin: 20px 0px;
    display: block;
}
#confirm_order:hover {
    background: url("images/xcheckout_sprite.gif.pagespeed.ic.JlYikXSQmQ.png") no-repeat 0px -228px;
}

#agree_to_terms{
	font-style: italic;
	font-size: 10px;
}
	
.error_highlight
{
border-color: #f00;
border-style: solid;
border-width: 2px;
background-color: #ffd8d8;
}

#change_button{ /* last edit */
    float: left;
    height: 30px;
    width: 100px;
    background: url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat -294px -85px;
}
#secure_checkout {
    background: url("images/xcheckout_sprite.gif.pagespeed.ic.JlYikXSQmQ.png") no-repeat 0px 0px;
    width: 275px;
    height: 60px;
    position: relative;
    left: 24px;
    margin: 20px 0px;
}
#secure_checkout:hover {
    background: url("images/xcheckout_sprite.gif.pagespeed.ic.JlYikXSQmQ.png") no-repeat 0px -64px;
}
#update_basket {
    background: url("images/checkout_sprite.png") no-repeat 0px -116px;
    width: 100px;
    height: 30px;
    position: relative;
    float: left;
    margin: 2px;
}

/* END BUTTONS */
.buttons div{
    float: left;
}
#listing_rrp {
    position: absolute;
    bottom: 32px;
    color: #333;
}
#listing_our_price {
    position: absolute;
    bottom: 18px;
    font-weight: bold;
    color: red;
}
#listing_new_price {
    position: absolute;
    bottom: 5px; 
    font-weight: bold;
    color: red;
}
#special_banner {
    position: absolute;
    bottom: 0;
    font-weight: bold;
    color: red;
    right: 0;
    z-index:99;
    width:78px;
    height:78px;
}
#top_corner{
    background: url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat scroll -84px 0px transparent;
    height: 80px;
    position: absolute;
    right: 0px;
    top: -1px;
    width: 78px;
    z-index: 999;
}
#discontinued{
    position: absolute;
    right: -1px;
    top: -1px;
    z-index:99;
    background: url("images/xdiscontinued.png.pagespeed.ic.ZIm4P8j6_z.png") no-repeat transparent;
    width: 152px;
    height: 152px;
}
#bottom_corner{
    background: url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat scroll 0px -82px transparent;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index:99;
    width: 79px;
    height: 79px;
}
/** filter box **/
#column_right{
    position: absolute;
    height: 650px;
    top: 0px;
    right: 0px;
}
#filter_header_left {
    background: url("images/web/xnav_corners_s2.png.pagespeed.ic.ZL_g9t6XXC.jpg") no-repeat 0 -168px;
}
#filter_header {
    background: url("images/web/xnav_bars_s2.png.pagespeed.ic.ruZBDTPbw6.png") repeat-x 0 -31px;
    float:left;
    width:140px;
}
#filter_header_right {
    background: url("images/web/xnav_corners_s2.png.pagespeed.ic.ZL_g9t6XXC.jpg") no-repeat 0 -138px;
}
#filter_container {
    display: inline;
    float: right;
    border: 1px green solid;
}
.filter_group, .filter_group ul, .filter_group li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.filter_group span {
    float: right;
    padding-right: 2px;
    /*color: #CB0E0F;*/
}
.filter_group li {
    clear: both;
    background-color: #eeeEEE;
}
.filter_group li:hover {
    clear: both;
    background-color: #898989;
}
.filter_group li a {
    font-size: 11px;
    padding-left:2px;
    display: block;
    height: 16px;
}
.filter_group li a:hover {
        color: #333;
}
div.outside_filter_container {
    background-color:#64e135;
    display:inline;
    width:150px;
    position: absolute;
    right: 0px;
}
h3.narrow {
    color:#333;
    font-size:12px;
    margin-bottom:7px;
    padding-bottom:1px;			
}
div.filter_group {
    display:block;
    width:148px;
    cursor: pointer;
}
.remove_link {
    color: #898989;
    text-align: center;
    font-size: 11px;	
}
.remove_link a{
    color: #333;
    background-color: #ccc;
    float: left;
    display: block;
    width: 145px;
    text-decoration: none;
    padding: 0px  0px 6px 5px;
    text-align: left;
}
.remove_link a:hover{
    color: #ccc;
    background-color: #666;   
}
.remove_link a strong{
    width: 80px;
    float: left;
}
.remove_link a span{
    color: #CB0E0F;
    background-image: url(images/xno.png.pagespeed.ic.kf60mpyTPS.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 10px;
    font-size: 10px;
    float: right;
}
#show_hide {
    float:right;
    padding: 2px 5px 2px 5px;
    color: #fff;
}
#headings {
    padding: 2px 5px 2px 5px;
    float: left;
    font-size: 11px;
}
#filter_count {
    float: right;
    padding-right: 5px;
    color: #CB0E0F;
}
/** end filter box **/

/*-- Footer --*/
#footer_container {
    margin-top: 5px;
    float: left;
    width: 100%;
}
#footer_info_container{
    height: 130px;
    background-color: #F5F5F5;
    padding: 10px;
}
#info_box {
    position: relative;
    border: none;
    color: #333;
}
#info_box img{
    border: none;
    position: relative;
    top: 1px;
    left: 3px;
}

#footer_links_list{

  margin-bottom:20px;
  overflow:hidden;
	}
	
#footer_links_list li{
	width:47.5%;
	 line-height:1.5em;
  float:left;
  display:inline;
  margin-bottom: 3px;
	
	}
		
.show_div {
    position: absolute;
    z-index: 11;
    visibility: hidden;
    width: 150px;
    background-color: lightblue;
    left: 30px;
    padding: 3px;
}
#brands_container {
    border:1px solid #898989;
    float:left;
    margin:10px 0 0;
    text-align:center;
    width: 100%;
}
#brands_container img {
    display:inline;
    padding: 10px 35px;
}
#company_info {
    float: left;
    width: 30%;
}
#footer_links {
    float: left;
    width: 45%;
}
#footer_links a
{
    color: #333;
}
#footer_links a:hover
{
    color: #cb0e0f;
}
.footer_end {
    float: left;
    text-align: center;
    color: #ccc;
    background-color: #333;
    padding: 5px 0px;
    width: 100%;
}
 .footer_end a {
    color: #ccc;
 }
.tx4, #tx4{
    text-decoration: underline;
    color: #ccc;
}
.rounded_corners{
    height: 5px;
    position: relative;
    margin: 0px;
}
#left_corner {
    background: url(images/circle_gray.gif.pagespeed.ce.rxDPZNYykw.gif) top left;
    float: left;
    top: -1px;
    left: -6px;
}
#right_corner {
    background: url(images/circle_gray.gif.pagespeed.ce.rxDPZNYykw.gif) top right;
    float: right;
    top: -1px;
    right: -6px;
}
#left_corner_footer {
    left: -1px;
    background: url(images/circle_gray.gif.pagespeed.ce.rxDPZNYykw.gif) top left;
    float: left;
    top: -1px;
}
#right_corner_footer {
    background: url(images/circle_gray.gif.pagespeed.ce.rxDPZNYykw.gif) top right;
    float: right;
    top: -1px;
    right: -1px;  
}
#left_corner_bottom {
    background: url(images/circle_gray.gif.pagespeed.ce.rxDPZNYykw.gif) bottom left;
    float: left;
    bottom: -1px;
    left: -6px;
}
#right_corner_bottom {
    background: url(images/circle_gray.gif.pagespeed.ce.rxDPZNYykw.gif) bottom right;
    float: right;
    bottom: -1px;
    right: -6px;
}
#corner_container {
    background: url("images/web/xnav_bars_s2.png.pagespeed.ic.ruZBDTPbw6.png") repeat-x 0 -122px;;
    width: 100%;
    float: left;
    height: 5px;
}
/*-- END footer --*/

/** COLUMN RIGHT **/

#column_right{
         width: 180px;
         float: right;
	 display: inline;
         }
.steps {
	padding-bottom: 20px;
}
#heading_right_column {
    width: 170px;
    background: url("images/web/xnav_bars_4.png.pagespeed.ic.q-LCkKdW-b.png") repeat-x scroll 0 -61px transparent;
}
	 
div.column_right {
    float:left;
}

div.column_container a {
    border-left: #555555 solid 1px;
    border-right: #555555 solid 1px;
    color: #333;
    display: inline-block;
    font-weight:bold;
    padding:5px 0px 5px 5px;
    text-decoration:none;
    width: 173px;
   /* font-size: 11px;*/
}
/* Featured items main page */

.featured_box_container, .popular_box_container {
    background-color: #4BC23C;
    float: left;
    border: 1px solid #42A732; 
    padding: 0px 5px 0px 5px;
    position: relative;
    z-index: 3;
    height: 100%;
    width: 580px;
}

.popular_box_container { 
    z-index: 1;
    background-color: #55a4e4;
    border: 1px solid #51a2e3;
}

.featured_header {
    position: relative;
    left: 5px;
    float: left;
    height: 29px;
    position: relative;
}
#offer_tabs {
    float:left;
    list-style:none outside none;
    margin:0;
    padding:0 0 1px 10px;
}
.offer_tabs_ul {
    float: left;
}
.offer_tabs_ul li {
    float:left;
    height:29px;
    position:relative;
    top:5px;
    width:100px;
    z-index: 1;
}
.offer_tabs_ul li a#special_offers_tab {
    background:url("images/xspecial_offers.png.pagespeed.ic.TQC9_l_Hmd.png") no-repeat scroll right top transparent;
    float:left;
    height:29px;
    text-indent:-99999px;
    width:100px;
}
.offer_tabs_ul li a#special_offers_tab:hover {
    background:url("images/xspecial_offers.png.pagespeed.ic.TQC9_l_Hmd.png") no-repeat scroll center top transparent;          
}
.offer_tabs_ul li.active a#special_offers_tab {
    background:url("images/xspecial_offers.png.pagespeed.ic.TQC9_l_Hmd.png") no-repeat scroll left top transparent;
    float:left;
    height:29px;
    text-indent:-99999px;
    width:100px;
    position: relative;
    z-index: 4;
}
.offer_tabs_ul li a#popular_buys_tab {
    background:url("images/xtop_sellers.png.pagespeed.ic.ZfyB24PNzV.png") no-repeat scroll right top transparent;
    float:left;
    height:29px;
    text-indent:-99999px;
    width:100px;
}
.offer_tabs_ul li a#popular_buys_tab:hover {
    background:url("images/xtop_sellers.png.pagespeed.ic.ZfyB24PNzV.png") no-repeat scroll center top transparent;          
}

.offer_tabs_ul li.active a#popular_buys_tab {
    background:url("images/xtop_sellers.png.pagespeed.ic.ZfyB24PNzV.png") no-repeat scroll left top transparent;
    float:left;
    height:29px;
    text-indent:-99999px;
    width:100px;
    position: relative;
    z-index: 2;
}
#popular_buys_div {
    display: none;
}
div#special_offers_div div.listing_container, div#popular_buys_div div.listing_container {
    width: 570px;
    float: none;
    display: block;
    margin: 5px 0px;
    position: relative;
    border: none;
    padding: 5px;
}
div#special_offers_div div.listing_container div.listing_image, div#popular_buys_div div.listing_container div.listing_image {
    width: 125px;
}
/*-- END FEATURED--*/

/*-- Product info --*/
.product_info_price
{
font-size:20px;
color:#3195d3;
}

.product_info_price_vat
{
color:#3195d3;
}

.product_info_choose_date_message
{
padding-top: 3px;
}

.product_info_choose_date_message_text{
    padding-top: 8px;
    padding-bottom: 8px;
    color: green;
    font-weight: bold;
    font-size: 13px;	
	}
	
#pi_phone_icon{
background: url("images/web/xsprite_13.png.pagespeed.ic.SCQomyTZNj.png") no-repeat -124px 0px;
height: 24px;
width: 38px;
float: left;
margin-right: 0;
}

.product_info_choose_date_rule
{
border-style: solid;
color: #B9B9B9;
border-width: 1px;
}


#mainimg {
    height: 311px;
    width: 351px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    border: solid 1px #898989;
    margin-bottom: 5px;
    position: relative;
    padding: 0 5px;
}
.thumbimg {
    height: 80px;
    width: 70px;
    border: solid 1px #898989;
    margin-right:5px;
    margin-bottom:5px;
    padding: 0px 5px;
    float: left;
    position: relative;
}
#thumbimg_box {
    height: 75px;
    width: 70px;
    text-align: center;
}
#thumbimg_box span{
    vertical-align: middle;
}
#thumbimg_box a{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 80px;
    width: 80px;
    position: relative;
}
#thumbimg_box img{
    vertical-align: middle;
}

#delivery_message
{
font-weight: bold;
}


#delivery_additional_message{
font-size: 12px;
padding-left: 4px;
text-decoration: underline;	
}
	
	
.delivery_message_phone
{
font-weight: bold;
}

ul.feature  {  
    padding-left:1.2em;
    <!--[if IE]>
    padding-left:0;
    <![endif]-->
}
li.feature  {
    font-size:.9em;
}   
abbr.hwd {
    text-decoration: none;
    border-bottom-width: 0;
}
#big_buy_button {
    background: url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat -6px -219px;
    width: 162px;
    height: 41px;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 2px;
}
#button {
    position: absolute;
    top: 0px;
    right: 0px;
}
#price_box {
    text-align: left;
    margin: 15px 20px 20px 0px;
}
.product_info {
    margin: 0px;
    display: block;

    position: relative;
    font-size: 13px;
    padding: 0 5px;
}

.product_info_col_left {
	margin-left: 210px}

.product_info h3 {
    color: #333;    
}
.column_right, div.column_right {
    margin-left: 8px;
    width: 363px;
    position: relative;
    float: right;
}

div.variant_menu{
margin-top: 12px;

}

#variant{
width: 180px;	
}
	
.column_left {
    float: left;

    width: 45%;
}
.column_left ul{
    padding-left: 15px;
}
#info_discontinued {
    border: 2px dashed red;
    font-size: 14px;
    font-weight: bold;
    height: 115px;
    padding: 5px;
    text-align: center;
    width: 765px;
    margin-top: 5px;
}
#similar {
    float: left;
    height: 75px;
    margin: 5px 10px 0px 0px;
    text-align: center;
    width: 80px;
    background-color: white;
    padding-top: 10px;
    position: relative;
    max-width: 98%;
    min-width: 600px
    clear: both;
}

#delivery_product_info_plain
{
	color: black; 
	font-size: 14px;
}

#delivery_product_info
{
	color: black; 
	font-size: 14px;

    background-repeat: no-repeat;
    padding-top: 10px;
    margin-top: 8px;
    padding-left: 80px;
    padding-bottom: 0px;
    min-height: 50px;
    moz-border-radius: 4px;  
    -webkit-border-radius: 4px;  
    border-radius: 4px;  -moz-background-clip: padding;
    width: 80%;
    min-width: 370px;

}

.ground_floor_image
{
 	background-image: url('images/xfireproof-cabinet-trolley.png.pagespeed.ic.J918mpknlh.png');
    background-position-x: 10px;
    background-position-y: 4px;
}

.courier_image
{
 	background-image: url('images/xcourier-delivery.png.pagespeed.ic.UE_8ZR1abM.png');
    background-position-x: 10px;
    background-position-y: 8px;
}

.schedule_delivery_form
{
padding-top: 8px;	
}


.schedule_delivery_hidden
{
display: none;
}


.delivery_postcode
{
padding: 3px;
width: 100px;
font-size: 14px;
}

.delivery_postcode_live
{
color: black;
text-transform: uppercase;
}

.delivery_postcode_fade{
padding: 3px;
width: 100px;
font-size: 14px;
color:#bbb;
text-transform: none;
}

#similar_text {
    bottom: 0;
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
    position: absolute;
    width: 70px;
}
.similar_products_container {
    float: left;
    position: relative;
    background-color: white;
    border: solid 1px #898989;
    margin: 10px 0px 10px 0px;
    padding: 0px 5px 0px 5px;
    width: 100%;
    max-width: 100%;
    clear: both;
}
#similar_products {
    float: left;
    width: 100%;
}
#sim {
    float: left;
    height: 95px;
    margin: 5px 7px 0px 7px;
    text-align: center;
    width: 81px;
    padding-top: 50px;
    position: relative;
}
#model_box {
    top: 0;
    height: 30px;
    position: absolute;
    text-align: center;
    width: 80px;
}


table.range_table
{
	width: 100%;
}

td.range_table{
	
}

#similar_desc {
    background-color: lightblue;
    height: 25px;
    width: 380px;
    left: 200px;
    top: 5px;
    padding: 3px;
    position: absolute;
    visibility: hidden;
    z-index: 50;
    text-align: left;
    font-size: 10px;
}
.show_compare{
    background-color: lightblue;
    width: 158px;
    left: 68px;
    top: 0px;
    padding: 3px;
    position: absolute;
    visibility: hidden;
    z-index: 50;
    text-align: left;
    font-size: 10px;
}
#description {
    float:left;
    position:relative;
    padding: 0px 5px 5px 5px;
    width: 98%;
    max-width: 98%;
    min-width: 600px
    clear: both;
    line-height: 1.5;
}


#description h3 {
    padding-left: 0px;
}
.comparisons {
    float: left;
    position: relative;
    background-color: #eee;
    border: solid 1px #898989;
    margin: 10px 0px 10px 0px;
    width: 100%;
    max-width: 100%;

    padding: 0 5px;
    clear: both;
}
.comparisons h2{
    padding-left: 7px;
}



.comparisons table  {
    width: 100%;  
}
.comparisons table tr {
    border-bottom: solid 1px #898989;  
}
.comparisons table tr td {
   
    margin: 0px;
    padding: 0px 3px 0px 3px ;
    font-size: 12px;       
}

.comparisons th
{
	 background-color: #ddd;
	 align: left;
}

.normal_range_row
{
	 background-color: #ddd;
}


.highlighted_range_row
{
	background-color:lightblue;
}


#column_names {
    font-weight:bold;
}
#javascript_swap {
    height: 306px;
    display: table-cell;
    width: 361px;
    vertical-align: middle;
}
.floating_title {
    display: block;
    z-index: 10;
    background-color: rgb(255, 255, 255);
    top: 10px;
    position: relative;
    width: 75px;
    margin-left: 5px;
    padding-left: 5px;
    clear: both;
    height: 20px;          
}
.floating_title h3 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}
#special {
    position: absolute;
    z-index: 20;
    float: right;
    top: 0px;
    right: 0px;
}
#show_div {
    position: absolute;
    z-index: 11;
    visibility: hidden;
    width: 200px;
    background-color: lightblue;
    left: 30px;
    padding: 3px;
}
#specs_list {
    position: relative;
    z-index: 50;
}
#info_box {
    position: relative;
    border: none;
    color: #333;
    text-decoration: none;
}
#info_box img{
    border: none;
    position: relative;
    top: 3px;
    left: 3px;
}

#info_box_text{
	width: 63%;
	max-width: 860px;
	min-width: 350px;
	float: left;
	margin-bottom: 20px;
	line-height: 1.5;
}

.info_page_image
{
width: 35%;
float: left;
padding-left: 2%;
display: inline;
margin-bottom: 20px;	
}

.intro-large
{
font-size: 19px;
}

#info_box_image{
width: 85%;
height: auto;
clear: none;
}
#brand_image {
    position: absolute;
    z-index: 20000;
    float: right;
    bottom: 5px;
    right: 5px;          
}
#options_table, #shipping_options_table {
    width: 351px;
}
#options_table input,#shipping_options_table input {
    margin: 0px;
}

#purchase_box {
    border:#898989 1px solid;
    padding: 0px 5px 5px 5px;
    position: relative;
}

/** END product info **/

/** END COLUMN RIGHT **/

#contact_us {
    background-color: #F5F5F5;
}
#address{
    width: 35%;
    padding: 10px;
    float: left;
}
.contact_form{
    text-align: right;
    width: 50%;
    padding: 10px;
    float: right;
}
.contact_form input {
    margin: 4px 0px;
    width: 80%;
}
.contact_form textarea {
    height: 140px;
    width: 80%;
    margin: 4px 0px;
}
.contact_form span {
    float:left;
    padding-left:32px;
    padding-top:4px;
}
#map {
    width: 90%;
    height: 445px;
    padding: 10px;
    clear: both;
 	display: inline;
 
    
}
#call_back {
    width: 558px;
    text-align: center;
    padding-bottom: 20px;
    height: 20px;
    float: left;
}
#map_title {
     float: left;
     clear: both;
}

#error{
    color: red;
    padding: 5px;
    font-weight: bold;
}
.required {
    font-style: italic;
}
.secure {
    background-color: yellow;
    position: static;
    bottom: 0px;
    right: 0px;
}
#new_row{
    float: right;
    width: 580px;
}
.my_account {
    float:left;
    position:relative;
    width:600px;
}
.my_account h4,.my_account a, .my_account table, .my_account span{
    padding-left: 10px;
}
.my_account div div{
    float:left;
    padding:5px;
    width:80px;
}

/** Checkout forms **/
.checkout_heading {
    color:#080808;
    font-size:18px;
    font-weight: bold;
padding-bottom: 8px;}
td.checkout_text, p.checkout_text {
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    padding-right: 4px;
}
td.checkout_text input {
    margin: 5px 0px;
}
.checkout_required{font-size: 10px; color: #777; padding-left: 3px;}


.zipcode {width: 58px; text-transform: uppercase;}
/** END Checkout forms  **/

/** Error / MessageStack **/
.alertwarning {

    padding: 5px 5px 5px 35px;
    width: 50%;
    margin-top: 10px;
    }
.message_error{
    background: #fff5f5 url(images/csswarning.gif.pagespeed.ce.jFPx-sqdVR.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    border-top: 2px solid #cc0000;
    border-bottom: 2px solid #cc0000;
	}
.message_warning{
	background: #fff5f5 url(images/csswarning.gif.pagespeed.ce.jFPx-sqdVR.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    border-top: 2px solid #cc0000;
    border-bottom: 2px solid #cc0000;
	}
.message_success{
	background: #f5fff9 url(images/web/xround_green_tick.png.pagespeed.ic.eCWTUhJ8QN.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    border-top: 2px solid #00cc4e;
    border-bottom: 2px solid #00cc4e;
}

/** END Error / MessageStack **/

.main{font-size: 12px;}

/** shopping basket **/
.cartdesc {font-weight: bold; font-size:14px;}
.cartitem {font-size:12px;}
.cart_products_link {font-weight: bold; font-size:12px;}
.cart_variant_name {font-weight: bold; padding-left: 5px;}
.coupon_code_name{font-size: 11px;}

.cart_button_mod{
min-width: 135px;	
}

.cart-delivery-highlight {font-weight: bold;}
.cart-cutoff-time {font-style: italic; display: block;}

#verisign_logo {
    float: right;
    position: relative;
    top: -35px;
}
#verisign_logo_2 {
    position: absolute;
    bottom: 10px;
    left: 15px;
}
#payment_options {
    position: relative;
    width: 320px;
    background-color: #eeeeee;
    padding: 15px 15px 0px 15px;
    float: left;
    margin-left: 40px;
} 
.payments {
    height: 30px;
    float: left;
    float: left;
    width: 100%;
}
.payments input, .payments img, .payments span {
    padding-left: 5px;
    vertical-align: middle;
}
.cart_contents {
    position: relative;
    top: -35px;
}
#purchase_button {
    float: left;
}
#cart_totals{
    position: relative;
    float: left;
    width: 600px;
}
#cart_contents{
    position: relative;
    float: left;
    min-width: 600px;
    width: 60%;
}

#coupon_code{
padding-top: 20px;
clear: both;
}

#coupon{
	width: 140px;
	margin-right: 6px;
}
	
.coupon_link_submit{
background-color: transparent;
text-decoration: underline;
border: none;
color: #12C;
cursor: pointer;
}
/** END shopping basket **/
.wizard h4{
    margin: 3px;
}
.wizard p{
    margin: 8px 3px;
}
.wizard input {
    margin: 5px;
    width: 12px;
}
/** Slideshow css **/
.ss_wrapper{
    margin:0px;
    padding:0px 15px 0px 15px;
    display:block;
    position:relative;
}
.ss_ad_wrapper {
    position: relative;
    display: block;
    width: 580px;
    height: 285px;
    margin-bottom: 15px;
    float: left;
}
.ss_ad_wrapper img {
    border:none;
}
.ss_ad_wrapper .select_buttons {
    font:bold 8px;
    position:absolute;
    bottom:5px;left:5px;
    z-index: 400;
    background-color: #ddd;
    opacity: .75;
}
.ss_ad_wrapper .select_buttons div {
    width:15px;height:15px;
    position:relative;float:left;
    margin:1px; border: #333 1px solid; background:#555754;
    opacity: 1;
}
.ss_ad_wrapper .select_buttons div a {
    color:#fff;
    display:block;height:15px;
    width:15px;
    margin-right: auto;
    margin-left: auto;
    line-height:15px;text-decoration:none;text-align:center;
    /*
    background: url(../images/web_design/slideshow/img/cs-home-imgs-btn-bg.png) no-repeat;
    */
}	
.ss_ad_wrapper .select_buttons div.selected a {
    margin:-1px;
    color:#000; border:1px solid #cfcad0;
    background:#b0b0b5;
}
div.slideshow{
    top:0px;
    left:0px;	
    margin:0;
    padding:0;
    position:relative;
}
.ss_ad_wrapper {
    position: relative;
    height:px;
}
.ss_ads {
    position: absolute;
    top:0;
    left:0;
    background-repeat:no-repeat;
    z-index:250;
}
/** END Slideshow css **/

.home_page {
    margin: 0;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.home_page_col_left {
	margin-left: 210px}
	
.home_page_right_col {
}

.featured_title
{
font-size: 20px;
color: #686868;
}

.homepage_featured_header{
	padding-bottom: 8px;
	padding-top: 5px;
}

.flexslider-home-page-center
{
	margin-left: auto;
	margin-right: auto;
}

	
/** INFO PAGES css **/
.info_page {
    margin: 0px 10px;
  
  	margin-right: 0px;
	margin-left: 210px;
       position: relative;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.info_page h2{
    padding: 10px 0px;
    color: #333;
}
.info_page h3{
    padding: 0px;
    color: #898989;
    font-style: italic;
}
.info_page img{
    padding: 5px;
}
#continue_img {
    padding: 10px 0px;
}
.tclist {
    padding: 0px 20px;
}
#advice_container {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0px;
}
#advice_heading {
    float: left;
    width: 260px;
}
#advice_image {
    float: right;
    padding-top: 25px;
}

table.as_option {
	vertical-align: top;	
}

span.as_option {
vertical-align: top;
#padding-left: 5px;	
display: inline;

}

span.as_option:hover {
#color: blue;	
#background-color: blue;
text-decoration: underline;
cursor:pointer;
}

td.as_option {

	vertical-align: top;
	padding-right: 5px;
	font-size: 13px;
	
}

.as_header {
margin: 12px 0px 4px 0px;
clear: both;

}

#wrapper{
	width:98%; 
	min-width:1000px;
	margin: auto;}

/*AJAX slider styles*/

#leftSlider{width: 175px;margin-right: 30px;}
#range{margin-bottom: 20px;}

/*UNUSED CSS (to check crossbrowser)*/

/*DISABLED CSS (to check crossbrowser)*/
/*
input {
    margin: 10px 0px 5px 0px;
}
#info {
    display:block;
    position: relative;
}
.banner img{
    vertical-align:bottom;
}
#search_div_container form {height: 30px;}
.mini_basket, .advanced_search, .search_wizard{
    float: left;
    padding-top:7px 10px 0px 10px;
    font-size:12px;
}


*/

#top_mini_basket
{
height: 17px;
text-align: right;
padding-bottom: 5px;
float: right;
margin-top: 2px;
}

#top_mini_basket a
{
text-decoration: none;
font-weight: 600;
}

.basket_icon {
background: url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat -297px -192px;
height: 24px;
width: 28px;
float: right;
margin-right: 0;	
}
/** Top Category Bar **/
.main{ width:1200px; margin:0 auto}

.top-navigation a{ color:#7eaf44; text-decoration:none; margin:0; padding:0;}

#top-navigation ul{margin:0; padding-left:0;}

.top-navigation-right {float:right; margin:0; padding-left:0;background-color: #e2201b;text-decoration: none;border-left:solid 1px #bb0c00; text-decoration:none; }

.top-navigation-anchor-right{
text-decoration:none;	
	}
	
/*cat_bar*/
.cat_bar{ float:left; width:100%; min-width: 1000px; background:#e2201b; margin-bottom:10px;}
.cat_bar ul{ list-style-type:none;}
.cat_bar ul li{ display:inline; float:left; position:relative; border-right:solid 1px #bb0c00}
.cat_bar ul li li{ border-right:none;}
.cat_bar ul li.mainliBlog{ border-right:none;}
.cat_bar ul li a{ color:#fff; font-size:17px; line-height:40px; padding:0 19px; float:left;}
.cat_bar ul li a:hover{background:#bb0c00}
.cat_bar ul li:hover{background:#bb0c00}

.cat_bar ul li ul{ display:none; position:absolute; left:0; top:40px; width:240px; }
.cat_bar ul li:hover ul{display:block; background:url(images/web/xtop_arrow_13.png.pagespeed.ic.ElXAxGajWB.png) no-repeat 15px 0px; padding:15px 0 0 0;}
.cat_bar ul li:hover ul li ul{display:none; }

.cat_bar ul li:hover ul li:hover ul{ left:240px; top:0; display:block; background:url(images/web/xtop_arrow.png.pagespeed.ic.op8pbQVHaz.png) no-repeat left 8px; padding:0 0 0 15px;}
.cat_bar ul li:hover ul li:hover a{ background:#e2201b}

.cat_bar ul li ul li a{ padding:6px 20px; line-height:25px; width:200px; border-bottom:solid 1px #c93c33; font-size:16px; background:#bb0c00;}
.cat_bar ul li ul li a:hover{ background:#e2201b}
.cat_bar ul li:hover ul li:hover ul li a{ background:#e2201b; border-bottom:solid 1px #bb0c00; }
.cat_bar ul li:hover ul li:hover ul li a:hover{ background:#bb0c00}

.cat_bar_special_offers {float: right;
border-left: solid 1px #bb0c00;
background-color: #2AB108;
border-right: solid 1px #2AB108;}

TOP_BAR_SPECIAL_BACKGROUND_COLOUR
#nav-bg{background-color: rgb(0, 0, 0); opacity: 0.6; background-attachment: scroll; background-image: none; background-position: 0px 0px; background-repeat: repeat; bottom: 0px; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 1;  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
	filter: alpha(opacity=60);}
	
/** Top Category Bar  **/


.product_input {
	text-align: center;
		}

.advanced_search_text{
	font-size: 10px;
	clear: both;
}

#top_div_container
{

	/*	margin-top: 80px; */
	/*padding-top:  30px;*/
	width: 30%;
	float:left;
}

#delivery-banner
{
height: 25px; width: 38px;background: url(images/web/xsprite_13.png.pagespeed.ic.SCQomyTZNj.png) no-repeat -1px -300px;
float: left;padding-bottom: 10px;
}

#delivery_banner_message{
	float:left;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin-top: 3px;
}

#top_search_div
{
clear: both;
}

.top_search{
	width: 280px;
/*	margin-top: 3px; 
width: 400px; */
border: 1px solid #898989;
font-size: 18px;
padding: 2px;
float: left;
max-width: 350px;
width: 80%;		
}

#top_search_button {
background: url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat -245px -159px;

height: 30px;
width: 40px;
float: left;
margin-left: 4px;
margin-top: 1px;
}

#top_search_button:hover {
background: url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat -286px -159px;

height: 30px;
width: 40px;
float: left;
margin-left: 4px;
}

.search_box{
color: black;
}

.search_box_fade{
color: #bbb;	
}

#category_description{
float: left;
width: 100%;
}

#measurements{

padding-top: 12px;
padding-bottom: 12px;
background-image: url('images/xruler-meas.png.pagespeed.ic.iScHh5nVWI.png');
background-repeat: no-repeat;
padding-left: 40px;
}

#delivery_leadtime{
padding-top: 4px;	
}

#change_delivery_date{
	
}

#change_postcode{
	padding-left: 3px;
}

.change_links{
	font-size: 11px;
	font-weight: normal;
}

.flame_on {
background: url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat -242px -192px;
height: 38px;
width: 26px;
float: left;
}

.flame_off {
background: url("images/web/xsprite_s8.png.pagespeed.ic.E0dRIWmwfq.png") no-repeat -271px -192px;
height: 38px;
width: 26px;
float: left;
}

.multi_cols_list{
position:relative;
top:9px;
clear: both;
}

.catlist{
list-style: none;
}

#	telephone_header
{
background: url(""images/web/sprite_s8.png") no-repeat -122px 2px;
height: 61px;
width: 279px;
float: right;
}	

.basket_postcode_submit
{
font-size: 11px;
}	

