

/* Normalizes margin, padding */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote 
{ margin : 0; 	padding : 0; }

body
{
	background-image: url("/Media/Images/rangecookers/main_background.png");
    background-repeat:repeat-x;
    background-attachment: fixed;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    font: 75% Arial, Helvetica, sans-serif;
    color: #333;	
}

/* Fixes Chrome and Safari 5.1 dot link bug*/
body a {text-decoration: none;} 

div#homelinkdiv a {
position: absolute;
top: 5px;
left: 5px;
width: 465px;
height: 60px;
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset { border : 0; }
img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* common.css */
    
.searchstar
{
color: #fff;
font-size: 2.5em;	
}

.ajaxsearchtext
{
color: #666;
font-size: 11px;	
}

.maintablecell
{
    width: 820px;
    background-color:#fff;
}
.sidepanelcell 
{
	/*background-image: url("/Media/Images/builtincookers/searchbar_gradient_1px.png");
    background-repeat:repeat-x;*/
    /*border: 1px solid #EBEAEA;*/
    width: 200px;
    vertical-align:top;
    background-color: #ffffff;
    padding: 0px;
}

div#sidepanelsearch
{
	background-image: url("/Media/Images/builtincookers/searchbar_gradient_1px.png");
    background-repeat:repeat-x;
}

.mainnavcell
{
	padding: 0px;
    background-image: url("/Media/Images/builtincookers/menu_gradient.png");
    background-position:left;
    height: 21px;
    padding: 0px;
    border: 0px;
    /*border-bottom: 5px solid #C0D4D3;*/
}
.maintelcell
{
	padding: 0px;
	background-image: url('/Media/Images/builtincookers/menu_gradient.png');
    background-position:left;
    /*background-color: #717171;*/
    height: 20px;
    border: 0px;
   /* border-bottom: 5px solid #C0D4D3;*/
}

.submainnavcell
{
   /* background-image: url("/Media/Images/builtincookers/menu_gradient.png");*/
    height: 20px;
    padding: 0px;
    border: 0px;
    /*border-bottom: 5px solid #C0D4D3;*/
}
.submaintelcell
{
	padding: 0px;
	/*background-image: url("/Media/Images/builtincookers/menu_gradient.png");*/
    background-position:left;
    /*background-color: #717171;*/
    height: 20px;
    border: 0px;
   /* border-bottom: 5px solid #C0D4D3;*/
}
/* sidepanel classes */
div#sidepanel 
{
    width : 100%; 
    text-align:center;
	padding-top: 10px;
}

div#slidemenudropdwndiv
{
	background-color: #fff;
    padding: 5px 0px 5px 8px;
}

.searchbtn
{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 180px;
}

div#sidepanel h3
{
	background-color: #ffffff;
    position: absolute;
    left: 0px;
    top: 20px;
	text-decoration: none;
	width:200px;
	color: #707070;
	height: 25px;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
}
div#sidepanel ul
{
	padding-top: 20px;
	margin: 0;
	padding-bottom: 20px;
	padding-left: 5px;
	text-align:left;
}
div#sidepanel ul li
{
    
}
div#sidepanel ul li a{
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight:500;
	color: #666666;
	font-size: 11px;
}
div#sidepanel ul li a:hover{
	color: #9bbf3c;
	text-decoration: underline;
}


/* end sidepanel */
div#content 
{
	width: 100%;
margin: 0px;

 }  
 
div#content_main li {
	list-style: square inside;
}  

div#nav_main { 
position : relative;
z-index : 1;
width: 100%;
height : 20px;
 }
 
div#footer { 
position : relative;
top: 10px;
width : 790px;
clear: left;
	color: #CCCCCC;
}
div#footerlinks 
{
    padding-top: 10px;
    clear: left;
    text-align:left;
    position : relative;
    width : 1000px;
   color: #eeeeee;
}

div#allBrandTextlinks
{
	padding-top: 50px;
	padding-bottom: 50px;
    width: 430px;
    text-align: center;
}


.allbrandsindividual
{
    float:left;
    width: 160px;
    text-align: center;
}
/* Top navigation bar */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
ul#solidblockmenu{
	margin-left: 20px;
	margin-right: 20px;
	/*background-color:#707070;*/
	font-weight:bold;
	height:21px;
	width:750px;
}
ul#solidblockmenu li{
	display: inline;
}
ul#solidblockmenu li a
{
	vertical-align: middle;
	float: left;
	text-decoration: none;
	/*background-color:#707070;*/
	min-width: 108px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ffffff;
	text-align:left;
	padding-left: 15px;
	font-size: 12px;
    font-weight:400;
}

ul#solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #ccc;
	/*background-image: url('/Media/Images/builtincookers/menu_gradient_rollover.png');
	background-color: #7AA2A2;*/
}

/* Top navigation bar */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
ul#subsolidblockmenu
{
	margin-left: 20px;
	margin-right: 20px;
	font-weight:bold;
	height:21px;
	width:750px;
}
ul#subsolidblockmenu li{
	display: inline;
}
ul#subsolidblockmenu li a
{
	float: left;
	text-decoration: none;
	/*background-color:#707070;*/
	min-width: 108px;
	color: #666666;
	text-align:left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-size: 12px;
    font-weight:400;
}
ul#subsolidblockmenu li a:hover, .solidblockmenu li .current{
	color: #aaaaaa;
	/*background-image: url('/Media/Images/builtincookers/menu_gradient_rollover.png');*/
	/*background-color: #7AA2A2;*/
}
/* bottom navigation bar */
/* Text Styles */


p#telephone
{
  font-size: medium;
  font-weight:bold;
}
h3#sidetitles
{
    text-indent: 5px;
    font-weight:100;
    font-size: medium;
    padding-top: 10px;
    padding-bottom: 10px; 
    text-align: left;
}
/* Homepage Special Boxes */
h2#beginsearch
{
position: relative;
width: 462px;
height: 20px;
background : url(/Media/Images/title_beginsearch.jpg) no-repeat;
text-indent : -9999px;
}
h2#topbrands
{
position: absolute;
width: 200px;
height: 20px;
left: 475px;
background-color:#e2e2e2;
text-indent: 5px;
font-weight:100;
font-size: small;
color: #666666;
border-bottom: 1px solid #ffffff;
padding: 0px;
font-size: x-small;
padding-top: 2px;
}
h2#greyheader
{
position: relative;
width: 815px;
height: 20px;
background-color:#e2e2e2;
text-indent: 5px;
font-weight:100;
color: #666666;
font-size: small;
border-bottom: 1px solid #ffffff;
}
/* Special Offer Boxes */
ul#specials
{
font-size: x-small;
padding: 0px;
}
ul#specials li { 
float : left; 
width : 163px; 
padding: 5px;
}
ul#specials li p{ 
padding-bottom: 5px;
}
ul#specials li h3 { 
width : 170px;
background-color:#E2E2E2;
font-size:small;
}
/* Image Styles */
.btmlinks 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:xx-small;
    font-weight: bold;
	color: #B3B3B3;
    text-decoration: none;
}

.btmlinks:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:xx-small;
    font-weight: bold;
	color: #7AA2A2;
    text-decoration: none;
}
.footerlinks 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:xx-small;
	color: #CCCCCC;
    text-decoration: none;
}

.footerlinks:hover
{
	color: #9bbf3c;
    text-decoration: none;
}

.dropdwns
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    width: 180px;
    padding: 1px;
}
.dropdwnheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

div#leftsearchtextdiv
{
	background-color: #808080;
	font-size: 13px;
	color: #fff;
	padding: 5px 0px 5px 10px;
	width: 190px;
}

.btntext
{
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight:400;
	text-decoration: none;
	color: #666666;
	display:block;
	padding: 5px 3px  5px 8px;
}

div#searchlink
{
	width: 180px;
	border: 0px;
	border-right: 0px;
}

.btntext:hover
{
	color: #fff;
}

.btnnormal
{
	/*padding: 5px 3px  5px 8px;*/
	border: 0px;
	border-bottom: 1px solid #d2d2d2;
	background-color: #eee;
	cursor: pointer;
}

.btnhover 
{
	color: #fff;
	background-color: #666666;
	/*padding: 5px 3px  5px 8px;*/
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
}

.btnhover a
{
	color: #fff;
}

.btnopen
{
	background-color: #9bbf3c;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
}

.btnopen a
{
	color: #fff;
	display: block;
}

.btnopen a:hover
{
	color: #fff;
}


/* Product Page Elements */
/* Main Containers */
/*the two-column container*/
#productcontainer 
{

width:795px;
height:auto;
overflow:hidden;
/*background-color: #eeeeee;*/
padding-bottom: 50px;
}

#productcontainer .leftcol 
{

float:left;
/*background-image: url("/Media/Images/Product1Container.jpg");
background-repeat:repeat-x;
background-color: #eeeeee;*/
width: 590px;
padding-bottom: 30000px;
margin-bottom: -30000px;
}

#productcontainer .rightcol
{   

/*background-color: #e2e2e2;
padding-bottom: 30000px;
margin-bottom: -30000px;
*/

background-color: #E2E2E2;
float:right;
width:199px;
height: 650px;
border-left: solid 1px #fff;
font-size: 11px;
}

div#product2container
{
   position:relative;
   width : 795px;
   height: auto;

}
div#productrightdiv
{
position: relative;
border-left: solid 1px #eee;
border-right: solid 1px #eee;
float:left;
width : 198px; 
padding-right: 0px;
text-align: center;
background-color: #fff;
height: 380px;

}

.productPanelHeaders
{
    margin-bottom: 10px;
}

.specialOfferIcon{
  background-image:url("/Media/Images/SpecialOffer/special-offer.Png");
  position:absolute;
  z-index: 101;
  left:0px;
  /*
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;*/
}

.specialOfferIconNoImage{
  position:absolute;
  z-index: 101;
  left:1%;
}

#priceAndBuy
{
    position: absolute;
    margin-top: 15px;
    right: 20px;
    text-align: center;
}

.productvatdelivery
{
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

.productaltviewscontainer
{
	float: left;
	display: block;
	width: 795px;
	height: 125px;	
	background-color: #EEE;
	border-top: 1px solid #FFFFFF;
}

.ProductRangeViewerLink
{
    margin-left: 50px;
}

.productViewTable td
{
	margin-left: 10px;
}

.AltViewsHeaderPanel
{
    z-index: 999 !Important;
}

#altviewscollapsibleheadercontainer
{
		z-index: 999 !Important;
	margin: 0 0 !Important;
	text-align: center;
}

.altviewscollapsiblepanel
{

	margin: 0 auto !Important;

}

.altviewstable
{
    margin: 0 auto;
}

.altviewstablecontainer
{
	text-align: center;
	margin-top: 10px;
}

.altviewstable td
{
	padding: 3px 5px 3px 5px;
	margin-left: 5px;
	background-color: #e2e2e2;
}

.productViewTable img
{
padding: 3px;
margin-left: 3px;
}

.productrightdivheader
{
	width: 199px;
	text-align: center;
	margin-top: 15px;
}

div#productimage
{
	text-align: center;
	margin: 0 auto;
	position: relative;
	float: left;
    width: 595px;
    min-height:400px;
}

div#productimage a
{
	margin: 0 auto;
}

/* Product Description/Marketing text */
div#productdescription
{
    color: #818180;
    float: left;
    margin-top:10px;
    min-height: 200px;
}

div#productdescription a {
	text-decoration: none;
	color: #9bbf3c;
}

.rightcolbrandlogocontainer
{
    width: 199px;
    text-align:center;	
    margin-top: 10px;
}

div#productdescription a:hover{
	text-decoration: underline;
	color: #9bbf3c;
}

.productdesctext
{
   font-size: 11px;
   font-family: Arial;
   position:relative;
   line-height: 150%;
   padding: 0px 30px 10px 20px;
   color: #818180;
   clear: both;
}
h1.productdesctext
{
	font-size: 18px;
	font-weight:bold;
	margin: 10px 0 0 -10px;
    padding-bottom: 5px;
    color: #818180;
}

p.productdesctext
{
    margin-top: 10px;
}

div#productselect 
{
   display: block;
   float : left;
   background-color: #eee;
   font-size: 0.9em;
   width: 795px;
   text-align: left;
}

div#productselectright
{
	/*position: absolute;
	left: 0px;
	bottom: 20px;*/
	margin-top: 20px;
	text-align: center;
	display: block;
	width: 199px;	
}

.backtosearch
{
height: 40px;
width: 100%;
background-color: #e2e2e2;

}

.chosenProductColorImage
{
	display: block;

}

.productDetailsContainer
{
	margin: 10px 20px 0 20px;
	padding-bottom: 10px;
	text-align: center !Important;
	display: block;
	clear: both;
	font-size: 11px;
}

.productDetailsContainerBlock
{
    padding: 12px 5px;
    border-top: solid 1px #FFFFFF;
}

.productinforightbottomcontainer
{
	text-align: center;
	display: block;
}

.productinfodummytabcontainer
{
	z-index: 999;

    padding-top: 30px;
	display: block;
	clear: both;
	width: 199px;
	height: 25px;
	/*bottom: 0px;
	margin: 0 auto;
	margin-left: 30px;
    position: absolute;*/
}

.productdummytab
{
cursor:pointer;
cursor:hand;
text-align: center;
background-color: #9bbf3c;
padding: 5px 10px 5px 10px;
color: #fff;
width: 120px;
}

.chosenProductColorImageContainer
{

	width: 145px;
	text-align: left;
padding-top: 5px;
	margin: 0 auto;
}

.productAttributePanel
{
	margin: 15px 0 10px 60px;
	position: absolute;
    right: 225px;
	/*width: 145px;*/
    /*margin: 0 auto;*/
}

.productAttributeDropDown
{
width: 145px;
font-size: 12px;
margin: 5px 0;

}

.productLimeText
{
	font-size: 12px;
	color: #9bbf3c;	
	/*display: block;*/
	padding: 0 5px;
	
}

.productGreyText
{
	font-size: 12px;
	color: #808080;	
	margin-left: 5px;
}

.productContinueToCheckoutGreyText
{
    margin: 0;
    padding: 0 0;
}

.productGreyPrice
{
    font-size: 14px;
    font-weight: bold;
    color: #808080;	
}

.productOptionsText
{
	font-size: 12px;
	color: #808080;	
	/*display: block;*/
	font-weight: bold;
    padding-right: 5px;
	text-align: left;
}

img#chosenProductColorImage
{

	text-align: center;
	margin: 0 auto !Important;
	margin-top: 10px !Important;
}

.productColourSelectorImage
{
    padding: 3px;
}

.productChosenColourDiv
{

}

.productcolourselect
{
    float: left;
    margin: 15px 0 0 20px;
}

.productColourSelectorContainer
{
padding: 3px;
}

.productOptionSelectorContainer
{
	text-align: center;
	margin-top: 10px;
}

.productColourSelectorImageSelected
{
padding: 3px;
background-color: #9bbf3c;
}

.alternativeViewsTableImageTd
{
	width: 80px;
	height: 80px;
	background-color: #ccc;
}

.prodProgressPanelBackground
{
		background-image: url('/Media/Images/white50pTransparent.png');
		width: 100%; 
		height: 100%; 
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 999;
		display: inherit;
}

.prodProgressPanel
{
	text-align: center;
	padding: 5px;
	position: absolute;
	left: 240px;
	top: 150px;
	z-index: 1000;
	display: inherit;
}

.basketTick
{
vertical-align: middle;	
}

/* Product search result pages */

.productassociationcell
{
	vertical-align: top;
	padding: 5px;
	border-bottom: solid 1px #eeeeee;
	width: 175px;
}

.productassociationcellborder
{
	border-right: solid 1px #eeeeee;
}

.productassociationrowdiv
{
	margin: 10px 10px 10px 20px;
	text-align: left;
	position: relative;	
}

.productassociationbottomdiv
{
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 175px;
	margin-bottom: 5px;
}



.productassociationmiddlediv
{
	display: block;
	position: absolute;
	bottom: 50%;
	top: 50%;
	text-align: center;
	width: 175px;
	padding-bottom: 5px;

}


.productassociationtopdiv
{

	text-align: center;
	width: 175px;
	margin-bottom: 85px;
}

.lightgreytext
{
	font-size: 12px;
	color: #ff8747;
}

.limetext
{
	margin-top: 2px;
	text-decoration: none;
	font-size: 11px;
	color: #9bbf3c;
}

.limetextsmall
{
	font-size: 9px;
	color: #9bbf3c;
}

.limetextsmall input
{
	margin-top: 2px;

}

.limetextsmall label
{
	margin-top: 2px;
	margin-left: 5px;	
}

.numberofproductsselectedtext
{
		font-weight: bold;
		font-size: 14px;
		color: #808080;
}

.dottedlinesvertical
{
    width: 5px;
}
.dottedlineshorizontal
{
    height: 5px;
}
div#productspecification
{
   position:relative;
   width : 763px;
   margin-top: 5px;
   padding: 0 15px;
}
div#productheading
{
   position:relative;

   /*width : 795px;*/   
   padding-top:10px;
   padding-bottom:10px;
   margin-top: 5px;
   text-align:center;
}

div#warrantypanel 
{
   text-align: center;
   float: left;
   position:relative;
   width : 195px;
   /*background-color:#e2e2e2;*/
   height: 100px;
   color: #666;
   padding-top: 20px;
}

div#warrantypanel img
{
	margin: 10px 0px 8px 0px;
}
div#warrantytext 
{
   position:relative;
   width : 785px;
   text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;	
	text-decoration: none;
	color: #fff;
	padding: 5px;
	background-color:#999999;
}

div#productofferpanel
{
	clear: both;
	position: relative;
   color: #fff;
   width : 785px;
   font-size: 11px;
   font-weight:bold;
   text-align:center;
   margin-top: 5px;
   padding: 20px 5px 20px 5px;
   vertical-align:middle;
 border: solid 1px #ccc;
}
/* product tables */
table#tblproductdetails  
{
	margin-left: 1px;
	border: 0px;
    width: 199px;
    color: #8F8F8F;
	font-size: 12px;
	background-color: #E2E2E2;
}
	
a.associatedSearchLink
{
	font-size: 11px;
	color: #9bbf3c;
	text-decoration: none;
	font-weight: normal;
}

a.associatedSearchLink:hover
{
	font-size: 11px;
	color: #9bbf3c;
	text-decoration: underline;
}
	
table#tblproductdetails th 
{
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    height:18px;
    font-size: 9px;
    text-indent:5px;
    }
table#tblproductdetails tr:last-child th { border-bottom: 1px solid #E2E2E2; }
table#tblproductdetails th#deliveryline { height: 36px; }
table#tblproductdetails th#brandlogo { height:55px;}
table#tblproductdetails td { width: 94px; height: 94px; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; font-size: 10px;}
table#tblproductdetails td p { }
table#tblproductdetails td strong { }
table#tblproductdetails tr:first-child td { border-top: 1px solid #fff; }

table#tblproductcolorselect {padding:5px;}
table#tblproductcolorselect th { padding:2px; height:18px; font-size: 10px; font-weight:bold;}
table#tblproductcolorselect td { padding:2px; font-size: 10px; width: auto;}
table#tblproductcolorselect td strong { font-weight:bold; font-size: 11px;}
table#tblproductcolorselect td#pricecell { width:10%; text-align:center; font-family: Arial; font-size: 11px; color: #818180;}


/* RA 04 09 2008 */
/* Order tabs */
.ordertabs{
margin: 0;
padding: 0;
font: 11px Arial;
width: auto;
overflow: hidden;
text-align: right;
border-left: 1px solid #eee;
}
.ordertabs li{
display: inline;
}
.ordertabs li a{
float: left;
padding: 5px;
text-decoration: none;
width: 100px;
height: 40px;
border-right: 1px solid #eee;
border-top: 1px solid #eee;
}
.ordertabs li a b{ 
    font-size: 16px;
    line-height: 1.6em; 
}
.ordertabpassive{
color: #bbbbbb;
}
.ordertabselected{
color: #000;
background-color: #eeeeee;
}
/* Basket labels and text */
.ordertablabels
{  
    width: 80px;
    display:inline-block;
    font-size: 11px;
    color: #414143;
}

.itemcostlabels
{
    width:80px;
    height: 16px;
    display:inline-block;
    background-color: #fff;
    color:Maroon;
    font-size: 14px;
    text-align:right;
    padding: 2px;
}
.itemcostlabels20
{
    width:80px;
    height: 16px;
    display:inline-block;
    background-color: #fff;
    color:Maroon;
    font-size: 14px;
    text-align:right;
    padding: 2px;
    margin-right: 20px;
}
.totalcostlabels
{  
    width: 120px;
    display:inline-block;
    text-align: left;
    font-size: 12px;
    color: #000; 
}
.totalcostlabelsmaroon
{  
    width: 120px;
    display:inline-block;
    text-align: left;
    color:Maroon;
    font-size: 14px;
}
.totalcostlabels290
{  
    width: 275px;
    display:inline-block;
    text-align: left;
    font-size: 12px;
    color: #000; 
}
.totalcostlabelsmaroon290
{  
    width: 275px;
    display:inline-block;
    text-align: left;
    color:Maroon;
    font-size: 14px;  
}
.totalcosts
{
    width:80px;
    height: 16px;
    display:inline-block;
    text-align:right;
    padding: 2px;
    padding-right: 20px;
    font-size: 12px;
    color: #000; 
}
.totalcostsleft
{
    width:80px;
    height: 16px;
    display:inline-block;
    background-color: #fff;
    color:#000;
    font-size: 14px;
    text-align:left;
    padding: 2px;
    font-weight: bold;
    border: solid 1px #cccccc;
}
.totalcostsleftmaroon
{
    width:80px;
    height: 16px;
    display:inline-block;
    background-color: #fff;
    color:Maroon;
    font-size: 14px;
    text-align:left;
    padding: 2px;
    font-weight: bold;
    border: solid 1px #cccccc;
}
/* Order table */
div#basketstepdiv
{
    position: relative;
    width: 100%;
}

.lightview
{
	color: #9bbf3c;
}

.remotedeliverytext
{
	width: 765px;
	text-align: right;
	font-size: 12px;
	margin-bottom: 5px;
	padding-right: 20px;
	color: #666;
}

div#basketdiv
{
    position: relative;
    width: 780px;
    background-color: #eee;
    /* DO NOT GIVE THIS DIV TOP PADDING AS IT MESSES UP BILLING DETAILS VALIDATORS*/
    /* Will get around to using jQuery to dynamically position these to get around this -DC 21/12/2011*/ 
    padding: 0 5px 0 5px;
    margin-bottom: 10px;
}
table#basketbtntable
{
    width: 100%;
}
table#basketbtntable td
{
    /*width: 33%;
    text-align:center;*/
}

table#basketbtntable td#internetShoppingSafe
{
    width: 24%;
    padding-left: 10px;
}
table#basketbtntable td#cell2 { width: 49%; }

table#basketbtntable td#checkouttd
{
    padding-right: 25px;
    text-align:right;
}

div#sideSmallCards { margin-top: 30px; }
div#internetShoppingSafe, div#worldPay { float:left; margin-top: 20px; }
div#worldPay { margin-left: 20px; }

#ctl00_PHMainContent_ValidationSummary1 
{ 
    padding: 13px 5px; 
}

/*Billing and Delivery*/
table.checkoutFooter
{   
    border-bottom: 50px solid #EEEEEE;
    margin-top: 10px;
}

table.checkoutFooter td input.checkoutButton 
{
    position: absolute;
    right: 20px;
}

td#bdTandC
{
    padding-top: 25px;
}
a.tandC { margin-right: 60px; }

td.OrderDetailCol .tooltip
{
    right: 150px;
}

table#deliverytable
{
    width: 100%;
    padding: 5px;
}
table#deliverytable td#instructionfields
{
    padding-top: 5px;
    width: 40%;
    line-height: 15px;
}
table#deliverytable td#instructionfields img#worldpayLogo { margin-bottom:20px;}
table#deliverytable td#formfields { width: 100px; }
table#deliverytable td { vertical-align:top; }

table#deliverytable td h2
{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
color: #9bbf3c;
}
table#deliverytable td p
{
    font-size: 11px;
    padding-bottom: 10px;
}

div#baskettotals
{
    width: 775px;
    padding: 5px;
    text-align: right;
}
div#deliverydiv
{
    width: 770px;
    padding: 10px 5px;
    background-color: #F8F8F9;
    border-bottom: solid 10px #eee;
    
}
td.paymentMethodCell{ padding-top: 35px; }

div#baskettotals p
{
    font-size: 11px;
    padding-top: 10px;
}
.shopbasketgrid
{
   width:100%;
}
.OrderImageCol
{
   text-align: center;
   width: 100px;
   background-color: #fff;
}
.OrderItemCol
{
   font-size: 11px;
   color: #666666;
   font-weight: bold;
   vertical-align:top;
   width: 90px;
}
.OrderDetailCol, .OrderDetailCol b
{
    vertical-align: top;
    font-size: 11px;
    color: #303131;
}
.OrderPriceCol
{
    width: 80px;
    text-align: right;
    padding-right: 10px;
}

div#validationSummaryDiv
{
    width:auto;
    min-height: 40px;
}

div#bdValidators img 
{
    position: absolute;
    z-index: 10;
    left: -26%;
    display:none;
}

div#bdValidators img#ctl00_PHMainContent_orderBillingDeliveryCtrl_billingFirstname { top: 12%; }
div#bdValidators img#ctl00_PHMainContent_orderBillingDeliveryCtrl_billingSurname { top: 15%; }
div#bdValidators img#ctl00_PHMainContent_orderBillingDeliveryCtrl_billingAddress { top: 18%; }
div#bdValidators img#ctl00_PHMainContent_orderBillingDeliveryCtrl_billingPostcode { top: 28%; }
div#bdValidators img#ctl00_PHMainContent_orderBillingDeliveryCtrl_deliveryFirstname { top: 40%; }
div#bdValidators img#ctl00_PHMainContent_orderBillingDeliveryCtrl_deliverySurname { top: 43% }
div#bdValidators img#ctl00_PHMainContent_orderBillingDeliveryCtrl_deliveryAddress { top: 46% }
div#bdValidators img#ctl00_PHMainContent_orderBillingDeliveryCtrl_deliveryPostcode { top: 56% }
div#bdValidators img#ctl00_PHMainContent_orderBillingDeliveryCtrl_phone { top: 62%; }
div#bdValidators img#ctl00_PHMainContent_orderBillingDeliveryCtrl_email { top: 67%; }
div#bdValidators img#ctl00_PHMainContent_orderBillingDeliveryCtrl_termsAndConditions { top: 88%;}

.valid { border: none;} 

/*Order Summary top: 888px;*/
.basketheader
{
    background-color: #F8F8F9;
}
.basketcells
{
    background-color: #F8F8F9;
    padding: 5px;
    border-top: solid 3px #eee;
}    
.basketcellsalternate
{
    background-color: #E6E7E8;
    padding: 5px;
    border-top: solid 3px #eee;
}
.limelinks {
	text-decoration: none;
	font-size: 11px;
	color: #9bbf3c;
}

.associationSearchLink {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #9bbf3c;
	margin-top: 5px;
}

.whitelinks {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}

.smallgreytext
{
    font-size: 8px;
    color: #9F9F9F;
    padding-right: 20px;
}
div#paddlock
{
    position:absolute;
    left: 740px;
    top: 108px;
    z-index: 41;
    visibility:hidden;
    
}
.billingtextboxes
{
    width: 304px;
    
}
.failedvalidation 
{
    /*background-color: #cc0000;*/
    border: solid 1px #990000;
    width: 304px;
}

.billinglistfields
{
    width: 304px;
}
.tdcolspan2
{
    font-size: 10px;
    color: #9F9F9F;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-align: right;
}
/*
body 
{
    margin: 0 auto;
    text-align: center;
    padding: 0;
    font: 75% Arial, Helvetica, sans-serif;
    background-repeat:repeat-x;
    background-attachment: fixed;
}
*/
/* Form items */
.formlabels {font-family: Arial, Helvetica, sans-serif; font-size:x-small; font-weight: bold; text-decoration: none}
.formTextBox {font-size:small; border: solid 1px #666666}

.formSelect{font-size:small;}
.formButton{font-family: Arial, Helvetica, sans-serif; font-size:small; font-weight: bold;}
.formSubmitButton{font-family: Arial, Helvetica, sans-serif; font-size:small; font-weight: bold;}

/*Text styles*/
.pagetitle { font-family: Arial, Helvetica, sans-serif; font-size:medium; font-weight: bold;color: #333333;}
.subtitle { font-family: Arial, Helvetica, sans-serif; font-size:medium; font-weight: bold;}
.bodytext { font-family: Arial, Helvetica, sans-serif; font-size:x-small;}


/*Displaying error during validation*/
.error {font-family: Arial, Helvetica, sans-serif; color:#cc0000;}
.timeoutError 
{   
    color:#990000;
    padding: 30px 20px 40px;
    display: block;
}
/* Table styles */
.tblheader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	font-weight: bold;
	background-color: #999999;
	padding: 4px;
	height: 20px;
}
.tblcells {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-decoration: none;
	color: #333333;
	padding: 4px;
	/*Fixes Safari overflow issue
	/*height: 20px;*/
}
/*Link*/
.tblborder {
	border-top: 4px solid #79a2a2;
	border-bottom: 4px solid #79a2a2;
	width: 790px;
}

.searchlist {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; width: 180px; border: 0px;}
.searchtitles {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #858585; text-decoration: none}
.searchheader {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #333333; text-decoration: none}

A.navlinkdisabled:hover {text-decoration: none;color: #000000;}


.pagelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.pagelinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.searchcriteria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.searchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
/* Shopping Basket Styles */
.tblbasketheader 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:x-small;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #999999;
	padding: 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tblbasketcells 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-decoration: none;
	color: #333333;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.copyrighttxt 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:xx-small;
    font-weight: bold;
	color: #ffffff;

}
.delbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.delrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.delcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.delcolumn_light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
}
.delheader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #999999;
	padding: 0px;
	border-bottom-style: solid;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.delbrand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
}
.deldivider {
	font-family: Arial, Helvetica, sans-serif;
	font-size:xx-small;
	background-color: #E2E2E2;
}
.delmainhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.delcolumn_xpress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	border-top-style: none;
	border-bottom-style: solid;
}
.delbrandXpress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #E2E2E2;
	border-top-style: none;
	border-bottom-style: solid;
}
.delMainheader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #999999;
	padding: 0px;
	border-bottom-style: solid;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.delcolumn_xpress_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F6F6F6;
	border-top-style: none;
	border-bottom-style: solid;
	color: #999999;
}
.delcolumn_light_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F6F6F6;
	border-top-style: solid;
	border-bottom-style: solid;
	color: #999999;
}
.delfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #999999;
	padding: 0px;
	border-bottom-style: solid;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: solid;
}

/* Custom.css */
p#telephoneno
{
    font-size: medium;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

p#copyright
{
	text-align: right;
    font-size: x-small;
    color: #cccccc;
}
p#strapline
{
font-weight:100;
font-size: 12px;
text-align:center;
}

/* PRODUCT INFORMATION PAGES STYLES */

/* Product Preview styles*/
.sideinfopanel 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #000000;
	padding: 0px;
	width: 201px;
	text-align: center;
}
.infocells 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-decoration: none;
	color: #333333;
	padding: 2px;
	height: 90px;
	width: 90px;
	background-color: #e2e2e2;
	text-align: center;
}

.productpriceold
{
	
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #B2B2B2;
	text-decoration: line-through;
}

.productprice
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	padding: 3px 0 15px 0;
	line-height: 15px
}

div#labPrice
{
    margin-bottom: 11px;
    font-weight: normal;
}

.productcomparisonprice
{
	font-family: Arial;
	font-size: 1.9em;
	font-weight: normal ;
	color: #990000;
	text-decoration: none;
}

.productheading 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.warrantytext 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;	
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color:#999999;
	padding: 3px;
}
.productnote 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	color: #000000;
	background-color:#e2e2e2;
	padding: 3px;
	text-align: center;
	font-style: italic;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.prodInfoSpecialOfferDiv
{
	font-size: 10px;
    font-family: Arial;
	width: 90%;
	padding: 10px;
	display: block;
}

.prodInfoSpecialOfferImageDiv
{
	display: block;
	float: left;
	padding: 3px;
}

.prodInfoSpecialOfferTextDiv
{
	display: block;
	float: left;
}

.prodInfoSpecialOfferTextDiv span
{
	display: block;
}

.prodInfoSpecialOfferTextDiv a
{
	display: block;
}

.prodInfoSpecialOfferTitle
{
	/*font-size: 11px;*/
	color: #990000;
	font-weight: bold;
}

.productdesc 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.productpanelblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	color: #990000;
	background-color:#E1EFEF;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.resultstext 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.resultsheader 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

	.resultsheader:hover
{

	text-decoration: underline;
}

	.resultsheader:visited
{

	text-decoration: none;
}

	.resultsheader:visited:hover
{
	text-decoration: underline;
}

.resultprice 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.resultcallforprice 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.resultpriceold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #cccccc;
	text-decoration: line-through;
}

.resultoffertext
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6e8778;
	text-decoration: none;
	width: 100%;
}

.prodinfooffertext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
	width: 100%;
	padding: 10px;
}

.offerpanelgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	color: #ffffff;
	background-color:#8DAEAF;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 40px;
}
.infocellheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-decoration: none;
	color: #333333;
	padding: 2px;
	width: 180px;
	background-color: #e2e2e2;
}

.dictionaryTooltip
{
margin-top: 10px;
max-width: 200px;
position: absolute;
background-color: #fff;
padding: 5px;
border: solid 1px #ccc;
text-align: left;
}

.dictionaryWord
{
	cursor: help;
	border-bottom: dotted 1px #000;
}

.productcodespanel
{
   position:relative;
   margin-top: 15px;
   margin-left: 4px;
   font-size: 10px;
   color: #b2b2b2;
}

.productcodespanel ul
{
	display: inline;
	list-style: none;
}

.productcodespanel li
{
    float: left;
    margin-right: 10px;
}

/*background:url(/media/images/msg_arrow.gif) right center no-repeat;*/
.msg {display:none; position:absolute; z-index:200; padding: 0 7px 50px 0;}
.msgcontent 
{
    display:block; 
    background:#f3e6e6; 
    border:2px solid #924949; 
    padding:5px; 
    min-width:150px; 
    max-width:250px
}

.hiddentextboxfield
{
    visibility: hidden;	
    border: none;
    position: absolute;
    z-index: 0;
    margin-top: 5px;
}

.colourValidator
{
    left: 53.5%;
    margin-top: -6px;
}

/*Continue Shopping Panel*/
.itemAddedTitle
{
    font-size: 14px;
    font-weight: bold;
}

/*Full Spec page*/
.disclaimer
{
    padding-top: 10px;  
    font-size: 10px;
    color: #b2b2b2;
}

