.screenreaderonly {
	position: absolute;
	left: -999px;
	width: 990px;
}
body
{
	font-family:Arial, Verdana, Helvetica, Sans;
	font-size:90%;
	padding:0px;
	margin:0px;
	background-color:#F0EBF2;
	background-image: url(../images/bgtile.jpg);
	background-repeat: repeat-x;
}
body.popupbody 
{
	background-image: none;
	background-color:#f4f2f7;
}

body.popupbody #bannerimage 
{
	display:none;
}

.warningBox 
{
	display:block;
	color:#3D1E62;
	padding:10px;
	background-color:#ffffff;
	margin-bottom:5px;
	font-weight:bold;
	
}
.mainpanelFullwidth .warningBox 
{
	width:740px!important;
}
.warningBox a 
{
	color:inherit !important;
	text-decoration:underline;
}

.errorBox, .errorBoxFull 
{
	display:block;
	width:517px!important;
	border:solid 1px #ff0000;
	font-size:1.2em;
	color:#ff0000;
	padding:10px 10px 10px 30px;
	background-image: url(../images/errorgfx.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-color:#ffffff;
}
.errorBoxFull 
{
	width:720px!important;
	
}
.errorBox a, .errorBoxFull a
{
	color:#ff0000 !important;
	text-decoration:underline !important;
}
a.showLine 
{
		text-decoration:underline!important;
}
a {
		text-decoration:none;
		color:#3D1E62;
	}
	
	a:hover{
		text-decoration:underline;
	}
	a img {
		border:solid 1px #c0c0c0;
	}
	a:hover img {
		border:solid 1px black;
	}


#pagewrapper
{
	width:795px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	padding-bottom:1px;
	padding-top:0px;
	background-image: url(../images/page_tile.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#F4F2F7;		
}
* html #pagewrapper
{
	width:799px;
background-image: url(../images/page_tilepc.jpg);
}
#page 
	{
	width:770px;
	background-color:#F4F2F7;
	margin-left: auto;
	margin-right: auto;
	padding-left:7px;
}
* html #page 
	{
	padding-left:7px;
	padding-right:0px;
	margin-right:8px;
	width:772px;
	
}

.leftGrad {
    float: left;
	width: 7px;
	height: 682px;
	margin-left:-2px;
	background-image: url(../images/left_grad.jpg);
	background-repeat: no-repeat;
	clear:none;
}
* html .leftGrad {
	margin-left:0px;
	
}

.rightGrad {
    float: right;
	width: 8px;
	height: 682px;
	background-image: url(../images/right_grad.jpg);
	background-repeat: no-repeat;
	clear:none;
}
* html .rightGrad {
	margin-left:-8px;
	width: 8px;
	background-image: url(../images/right_gradpc.jpg);
}
#mainpanel 
{
	width:560px;
	float:left;
	margin-top:6px;
			
}
* html #mainpanel 
{
	width:560px;
	float:left;
	margin-top:0px;	
}
.mainpanelFullwidth{
  width:760px !important;
}
* html .mainpanelFullwidth{
  width:730px !important;
}
#header
{
width:760px;

	}


	
div#logobasketcontainer
{
	height:80px;
}


/* ---- BASKET ---- */	

#loginbasketpanel 
{
	float:right;
	min-width:255px;
	text-align:right;
	color:#3D1E62;
	font-size:0.8em;
	border-top: 1px none #9E86B6;
	border-right: 1px solid #9E86B6;
	border-bottom: 1px solid #9E86B6;
	border-left: 1px solid #9E86B6;
	height:auto;
}

* html #loginbasketpanel
{
	width:265px;
}

#login{
	min-width:257px;
	height:16px;
	background-color: #DCCFE1;
	background-image: url(../images/header/loginbg.jpg);
	background-repeat: repeat-x;
	padding:15px 10px 10px 0px;
	}


* html #login{
	width:auto;
}
#login img, #basket img{
	border:none;
	margin-right:5px;
	margin-left:5px;
	}
* html #basket{
	width:auto;
	padding:8px 10px 5px 0px;
	}
#basket{
	width:auto;
	height:12px;
	padding:8px 10px 10px 0px;
	}

/* ---- TOP NAV ---- */
div#topnavHolder
{
	background-image: none;
}
* html div#topnavHolder
{
	background-image: url(../images/header/topnav_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

div#topnav 
{ 
	width:100%;
	margin:0px 0px 9px 0px;
	background-color:#71598D;
	position:relative;
	height:1.6em;
	color:#ffffff;
	background-image: url(../images/header/topnav_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;	
	
}

*:first-child+div#topnav
{
	top:0px;
	border:#000000
}


* html div#topnav 
{
	height:1em;
	clear:both;
	top:0px
	
}




ul#sitenav 
{   
	padding:0px;
	margin:0px;
	list-style-type:none;
	float:right;
	width:auto;
	color:#ffffff !important;
	font-size:0.9em;

}


ul#sitenav 
{
margin-top:0px;
}

* html ul#sitenav /*IE6 Sitenav Alignment Hack*/
{
	margin-top:0px;	
}

*:first-child+ul#sitenav  /*IE7 Sitenav Alignment Hack*/
{
	margin-top:0px;
	line-height:24px;
}

ul#sitenav  li 
{
	display:inline;
	list-style-type:none;
	margin-right:0px;
	float:left;
	
}
* html ul#sitenav  li 
{
	padding-top:3px;
	padding-bottom:3px;
	
}
ul#sitenav  li a 
{
	color:#ffffff;
	padding-left:1.5em;
	padding-right:1em;
	padding-top:4px;
	padding-bottom:6px;
	border-left:solid 1px #ffffff;
	background-image: url(../images/header/topnav_bgfull.jpg);
	background-repeat: no-repeat;
}


* html ul#sitenav  li a 
{
	padding-top:3px;
	
}
ul#sitenav  li a:hover
{
	color:#3D1E62;
	background-image: url(../images/header/topnav_bgfullroll.jpg);
	text-decoration:none;
}
ul#sitenav  li a.selected
{
	color:#3D1E62;
	background-image: url(../images/header/topnav_bgfullroll.jpg);
	text-decoration:none;
}
a.selected#homepage
{
	color:#ffffff !important;
	background-image: url(../images/header/topnav_bgfull.jpg) !important;
	text-decoration:none;
}
a.selected#homepage:hover
{
	color:#3D1E62 !important;
	background-image: url(../images/header/topnav_bgfullroll.jpg) !important;
}
#topnavShadow{
	width:760px;
	height:34px;
	background-image: url(../images/header/topnav_shadow.jpg);
	background-repeat: no-repeat;
	float:left;
	margin-top:-10px;
}

#call 
{
	clear:both;
	padding-left:11px;
	margin-top:10px;
	float:left;
}
#call p
{
	margin:0px;
	padding:0px;
	font-size:1.2em;
}
#call a:hover{
color:#755F90;
}
#carpetSearch 
{
	float:right;
	margin-top:10px;
	font-size:0.9em;

}
#carpetSearch a
{
	background-image: url(../images/header/searchbg2.gif);
	background-repeat: no-repeat;
	width:100px;
	height:21px;
	display:block;
	padding:7px 0px 0px 23px;
	text-decoration:none;
}

#carpetSearch a:hover
{
	background-image: url(../images/header/searchbg.gif);
}

* html #carpetSearch 
{
	padding:0px;
	height:20px;

}
#carpetSearch img
{
   border:none;
   margin-left:10px;
   margin-right:5px;
}

/* ------------------ */
	
a#homelink
{
	width:349px;
	height:84px;
	display:block;
	float:left;
}
a#homelink img, a:hover#homelink img
{
	border:none;
	margin-top:25px;
}

/* ---- LEFT NAV ---- */

#leftnav 
{
	width:205px;
	float:left;
	font-size:0.9em;
	margin-top:6px;
}
* html #leftnav 
{
	width:200px;
	margin-top:0px;
}
#leftnav h3 
{
	font-size:1em;
	margin:0px;
	padding:0px;
}
#leftnav div.panel 
{
	padding:0px;
	margin:0px 0px 0px 0px;
}
#leftnav .linkpanel:hover,#leftnav .linkpanelHover 
{
	/*background-color:#eeeeee;*/
}
#howtoBgImage{
    background-image: url(../images/header/left_howto_bg.gif);
	background-repeat: no-repeat;
	height:85px;
}
#howToBuyPanel{
	background-image: url(../images/header/left_howto_bg.gif);
	background-repeat: no-repeat;
	width:196px;
	height:85px; 
	
}
#howToBuyPanel img{
    border:none;
	margin-right:5px; 
}
.howToBuyText{
     padding:25px 0px 0px 10px;
	 display:block;
}

#sampleBgImage{
    background-image: url(../images/header/left_sample_bg.gif);
	background-repeat: no-repeat;
	height:63px; 
}
#samplePanel{
	background-image: url(../images/header/left_sample_bg.gif);
	background-repeat: no-repeat;
	width:196px;
	height:63px; 
}
#samplePanel img{
    border:none;
	margin-right:5px; 
}
.sampleText{
     padding:30px 0px 0px 10px;
	 display:block;
	 color:#03434C;
}
.sampleText a{
	 color:#03434C;
}

#recentlyvisited {
	display:none;
}
#H3recentlyvisited{
	background-image: url(../images/header/left_visited_top.gif);
	background-repeat: no-repeat;
	width:196px;
	height:32px;
	background-position: center top;
}
.historyPanelBot{
	background-image: url(../images/header/left_visited_bot.gif);
	background-repeat: no-repeat;
	width:196px;
	height:15px;
	background-position: center bottom;
	background-color:#DEF0F4;
}
.historyPanel{
	width:196px;
	background-color:#DEF0F4;
}
.historyPanel img{
    border:none;
	margin-right:5px; 
}
div.historyPanel ul
{
	margin:0px;
	padding:5px 0px 10px 0px;
	list-style-type: none;
	color:#3D1E62;	
}
div.historyPanel ul li 
{

	margin-left:10px;
	padding-left:15px;
	padding-bottom:5px;
	background-image: url(../images/header/bullethistory.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
* html div.historyPanel ul li 
{
	list-style-position:inside;
	padding-left:0px;
	background-position: 0px 4px;
}
#H3flooring-advice{
	background-image: url(../images/header/left_links_top.gif);
	background-repeat: no-repeat;
	width:196px;
	height:32px;
	background-position: center top;
}
.linksPanelBot{
	background-image: url(../images/header/left_links_bot.gif);
	background-repeat: no-repeat;
	width:196px;
	height:15px;
	background-position: center bottom;
	background-color:#C0E1EA;
}
.departmentlinksBot{
	background-image: url(../images/header/dept_links_bot.gif);
	background-repeat: no-repeat;
	width:196px;
	height:15px;
	background-position: center bottom;
	background-color:#DDD0E3;
}
.departmentlinks{
background-color:#DDD0E3;
width:196px;
}
.linksPanel{
	width:196px;
	background-color:#C0E1EA;
}
.linksPanel img{
    border:none;
	margin-right:5px; 
}
div.linksPanel ul
{
	margin:0px;
	padding:5px 0px 0px 0px;
	list-style-type: none;
	color:#3D1E62;	
}

div.departmentlinks ul
{
	margin:0px;
	padding:5px 0px 10px 0px;
	list-style-type: none;
	color:#3D1E62;
	background-color:#DDD0E3;
}
div.linksPanel ul li
{
	margin-left:10px;
	padding-left:15px;
	padding-bottom:5px;
	background-image: url(../images/header/bulletlinks.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
div.departmentlinks ul li 
{
	margin-left:10px;
	padding:0px 0px 5px 15px;
	background-image: url(../images/header/bulletlinksdept.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
* html div.linksPanel ul li, * html div.departmentlinks ul li  
{
	list-style-position:inside;
	padding-left:0px;
	background-position: 0px 4px;
}
div.departmentlinks h3
{
	width:196px;
	height:32px;
}
#carpets_deptlinks h3{
    background-image: url(../images/header/h3carpets.gif);
    background-repeat: no-repeat;
    width:196px;
	height:32px;
	background-position: center top;
	clear:both;
}
#laminate-flooring_deptlinks h3{
    background-image: url(../images/header/h3laminateswood.gif);
    background-repeat: no-repeat;
    width:196px;
	height:50px;
	background-position: center top;
}
#laminates_deptlinks h3{
    background-image: url(../images/header/h3laminates.gif);
    background-repeat: no-repeat;
    width:196px;
	height:50px;
	background-position: center top;
}
#wood-flooring_deptlinks h3{
    background-image: url(../images/header/h3solidwood.gif);
    background-repeat: no-repeat;
    width:196px;
	height:50px;
	background-position: center top;
}
#rugs_deptlinks h3{
    background-image: url(../images/header/h3rugs.gif);
    background-repeat: no-repeat;
    width:196px;
	height:32px;
	background-position: center top;
}
#floor-underlay_deptlinks h3{
    background-image: url(../images/header/h3underlay.gif);
    background-repeat: no-repeat;
    width:196px;
	height:32px;
	background-position: center top;
}
#flooring-accessories_deptlinks h3{
    background-image: url(../images/header/h3accessories.gif);
    background-repeat: no-repeat;
    width:196px;
	height:50px;
	background-position: center top;
}
#specialoffers_deptlinks h3{
    background-image: url(../images/header/h3specialoffers.gif);
    background-repeat: no-repeat;
    width:196px;
	height:32px;
	background-position: center top;
}
.noBorder{
	border:none !important;
    }
/* ----- TITLES ------ */
h1 {
	width:100%;
	height:36px;
	font-size:1.5em;
	font-weight:lighter;
	color:#FFFFFF;
	padding:2px 0px 0px 10px;
	margin:0px;
	background-image: url(../images/mainheaderbg.jpg);
	background-repeat: no-repeat;
}
h2 { 
    font-size:0.9em;
	font-weight:normal;
	color:#3D1E62;
	padding:2px 0px 2px 10px;
}
h2.noPadding { 
    font-size:0.9em;
	font-weight:normal;
	color:#3D1E62;
	padding:2px 0px 0px 0px;
	margin:0px 0px 6px 0px;
}
h2.promo { 
    font-size:1.3em;
	font-weight:normal;
	color:#3D1E62;
	padding:0px 0px 10px 0px;
	margin:0px;
}
h3 {
    margin:0px;
    padding:0px;
	font-size:0.9em;
	color:#3D1E62;
}
h3.noPadding { 
    font-size:0.9em;
	font-weight:bold;
	color:#3D1E62;
	padding:2px 0px 0px 0px;
	margin:0px;
}
h3 span{
    display:none;
}

.browseH2 
{
	color:#FFFFFF;
	background-image: url(../images/products/h2bg.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 558px;
	margin-top:0px;
	margin-bottom:0px;

}
* html .browseH2 
{
    padding:0px 0px 2px 10px;
}
h2.sub {
	width:560px !important;
	height:27px;
	font-size:1.2em;
	font-weight:bold;
	color:#FFFFFF;
	padding:2px 0px 2px 10px;
	margin:0px;
	background-image: url(../images/h1subbg.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
}
h2.sub2 {
	width:560px !important;
	height:27px;
	font-size:1.2em;
	font-weight:normal;
	color:#FFFFFF;
	padding:2px 0px 2px 10px;
	margin:0px;
	background-image: url(../images/h1subbg.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
}
* html h2.sub, * html h2.sub2 {
	padding:2px 0px 2px 10px;
}

h2.fullwidth, .mainpanelFullwidth h2.sub2, fullWidthLinked h2.sub2 {
	width:760px !important;
	height:27px;
	font-size:1.2em;
	font-weight:bold;
	color:#FFFFFF;
	padding:2px 0px 2px 10px;
	margin:0px;
	background-image: url(../images/h1fullbg.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
}
* html h2.fullwidth, * html .mainpanelFullwidth h2.sub2 {
	padding:2px 0px 2px 10px;
}
* html .mainpanelFullwidth h2.sub2 {
	padding:2px 0px 2px 10px;
	margin-top:-20px;
}
.mainpanelFullwidth h1 {
    width:100%;
	height:36px;
	font-size:1.5em;
	font-weight:lighter;
	color:#FFFFFF;
	padding:2px 0px 0px 10px;
	margin:0px;
	background-image: url(../images/h1fullbg.jpg);
	background-repeat: no-repeat;
}
h1#full{
width:760px;
}


/* ----- TEXT ------ */

p{
font-size:0.9em;
color:#3D1E62;
margin-top:4px;
margin-bottom:8px;
}

p.standardPurple {
 color:#3D1E62;
 font-size:0.8em;
}
.standardPurpleTwo {
 color:#3D1E62;
 font-size:0.9em;
 float:left;
 padding-right:10px;
}
.smallText{
font-size:0.8em;
font-weight:normal;
}
.largeText{
font-size:1.2em !important;
font-weight:normal!important;
}
p.padding{
padding-left:10px;
}
.redText{
color:#E5000C;
}
p.halfMargin{
margin-top:3px;
}
p.noMargin{
margin:0px;
}
.blueText{
color:#396BCE;
font-weight:bold;
}
.bold{
font-weight:bold;
}
.whiteLink{
	font-size:0.9em;
	color:#3D1E62;
	padding-left:15px;
	background-image: url(../images/header/bulletbasket.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
}
.whiteLink a:hover{
text-decoration:underline !important;
}
/* ------------------ */

.clearall
{
	clear:both;
	height:0px;
	font-size:1px;
}



.linkpanel,.linkpanel * 
{
	cursor:hand;
}
	
/* - Page title and breadcrumbs =*/
#breadcrumbs h2
{
	display:none;
	
}
#breadcrumbs ul 
{
	margin:0px 0px 5px 0px;
	padding-left:0px;
	list-style-type:none;
	font-size:0.9em;
	color:#3D1E62;
}
#breadcrumbs ul li 
{
	margin-left:0px;
	display:inline;
	list-style-type:none;
	background-image:url(../images/breadcrumbseperator.gif);
	background-repeat:no-repeat;
	background-position:0 center;
	padding-left:1em;
	margin-right:0.5em;
}
#breadcrumbs ul li a
{
   text-decoration:underline;
}
#breadcrumbs ul li#firstcrumb 
{
	background-image:none;
	padding-left:0;
}

#salesMessageHolder{
    width:546px;
    border:solid 1px #FF0000;
	background-color:#FF0000;
	font-size:1.2em;
	color:#FFFFFF;
	padding:5px;
	margin-bottom:10px;
}
* html #salesMessageHolder, * html #errorLabel{
    width:548px; 
	
}
#errorLabel{
    width:538px; 
	 
}

.mainpanelcontent, .mainpanelcontenthome{
    width:538px;
	float:left;
	background-color:#FFFFFF;
	padding:10px; 
}
* html .mainpanelcontent{
    width:540px;
}
* html .mainpanelcontentHome{
    width:560px;

}
.mainpanelcontentFull{
	width:740px;
	float:left;
	background-color:#FFFFFF;
	padding:10px;
	
}
* html .mainpanelcontentFull{
    width:740px;
}
.mainpanelcontentFullLinda{
    width:740px;
	float:left;
	background-color:#FFFFFF;
	background-image: url(../images/checkout/linda.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding:10px; 
}


/* ------------------ */
.dottedLine{
	background-image: url(../images/products/proddotline.gif);
	background-repeat: repeat-x;
	height: 1px;
	font-size:0.1em;
	width: 100%;
	margin:5px 0px 5px 0px;
	
}

/* -----SEARCH------ */
#searchform {
  color:#3D1E62;
  font-weight:bold; 
}

#searchform label{
   margin-right:10px;
   font-size:0.8em;
} 
#searchform h2{
  margin-left:-10px;
  font-weight:bold; 
}
.option{
  float:left;
  margin-right:10px;
  margin-bottom:10px;
  width:115px;
}
.optionRefine{
  float:left;
  margin-right:10px;
  margin-bottom:0px;

}
.option input{
margin-left:0px;
padding-top:10px
}
.option label{
margin-top:-10px

}
.search{
	width:87px;
	height:31px;
	background-image: url(../images/search/searchbut_bg1.gif);
	background-repeat: no-repeat;
	background-color:#91AAD8;
	border:none;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	padding-left:15px;
	padding-bottom:2px;
	cursor: pointer;
	display:block;
}
.search:hover{
	background-image: url(../images/search/searchbut_bg.gif);
}
.searchHover{
	background-image: url(../images/search/searchbut_bg.gif);
}
.formline{
   margin:0px;
   
}
.formlineButtons{
   float:right;   
}
#searchform{
margin:0px;
padding:0px;

}
#searchform #col, #searchform #rm, #searchform #pf{
margin:5px 0px 5px 0px;
padding:0px;

}
/* ---- Miscellaneous pages ---- */

#bannerimage, #bannertextoverlay
{
	left: 0px;
	top: 0px;	
}

#bannerimage
{
	position:relative;
	z-index: 1;
	background-color:#8C7BA7;
}

#bannertextoverlay {
	position:absolute;
}

#bannertextoverlay, #bannertextoverlay p
{
	color: White;
	font-size: 1.2em;
	z-index: 2;
}

.contentcopyleft, .contentcopyright
{
	width: 70%;
}
.contentcopyleft ul, .contentcopyright ul, .contentcopyleft ol, .contentcopyright ol
{
	font-size:0.9em;
    color:#3D1E62;
}
.contentcopyleft
{
	float:left;
}
.contentcopyleft img
{
	float:left;
	margin:0px 5px 5px 0px;
}
.contentcopyleft a
{
text-decoration:underline;
}
.contentcopyleft table
{
	font-size:0.9em;
    color:#3D1E62;
}
.contentcopyleft table td
{
	padding:2px;
}
.contentcopyright
{
	float:right;
}

.righthandsideimages
{
	float:right;
	color:#3D1E62;
	font-size:0.9em;
}
.righthandsideimages img, .lefthandsideimages img
{
	width:130px;
	margin-top:10px;

}
.lefthandsideimages
{
	float:left;
	color:#3D1E62;
	font-size:0.9em;
}

/*-------BASKETS--------*/
.samplebasket{
   margin-top:-5px;
   
}
* html .samplebasket{
   margin-top:-23px;
}
.samplebasket th.product, .samplebasket td.product{
   background-image: none;
}
.basketitems th{
    background-image: none;
    margin:0px;
    padding:5px;
	font-size:0.9em;
	color:#3D1E62;
}	
th.delete, th.product, th.quantity, th.unitprice, th.subtotal{
	background-color:#E9E1ED;
	color:#775B97;
	font-size:0.8em;
	text-align:left;
	padding:2px 0px 2px 5px;
	background-image: url(../images/basket/vertline_purple.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
th.subtotal{
    background-image:none;
}
td.command, td.thumbnail, td.product, td.quantity, td.unitprice, td.rightDot, th.rightDot{
	padding:3px;
	background-image: url(../images/basket/vertline_white.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
td.rightNoDot{
	padding:3px;
}
td.command img{
    margin-left:20px;
}
td.thumbnail{
    background-image:none;
}
td.quantity {
	color:#3D2063;
	font-size:0.8em;
	width:180px;
}
* html td.quantity {
	width:200px;
}
td.quantity .productquantity{
    width:30px;
	border:solid 1px #B6A9C3;
	color:#3D2063;
}
.quantityLeft{
  float:left;
}
td.unitprice, td.subtotal{
   color:#396BCE;
   font-weight:bold;
   text-align:right;
   padding-right:10px;
}
td.rightDot{
	padding-right:10px;
}
.basketitemsSmallwidth{
width:560px;
}
.basketitemsSmallwidth td.thumbnail{
    background-image:none;
	padding:10px;
}
.basketitemsSmallwidth td.unitprice, td.subtotal{
   color:#396BCE;
   font-weight:bold;
   text-align:left;
   padding-left:10px;
}
.basketitemsSmallwidth td.quantity{
 
   padding-left:10px;
}
.Update{
	width:77px;
	height:30px;
	background-image: url(../images/basket/updatebg.gif);
	background-repeat: no-repeat;
	background-color:#BCBCBC;
	border:none;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	padding-left:15px;
	padding-bottom:3px;
	float:right;
	cursor: hand;
	cursor: pointer;
}
* html .Update{
	padding-bottom:0px;
}
.Update:Hover{
	background-image: url(../images/basket/updatebg2.gif);
}
.UpdateHover{
	background-image: url(../images/basket/updatebg2.gif);
}

.addLeft{
float:left;
margin-bottom:10px
}
.add{
height:17px;
background-color:#6188D7;
font-size:0.9em;
font-weight:bold;
float:left;
margin:2px 0px 5px 10px;
padding:5px 10px 2px 10px;
}
* html .add{
margin:2px 0px 10px 10px;
padding:3px 5px 2px 10px;
}
.add a{
color:#FFFFFF;
}
.description{
  padding:0px;
  margin:0px;
}

.moreInfo{
font-size:0.8em;
background-image:url(../images/basket/bulletmore.gif);
background-repeat:no-repeat;
background-position:0px 2px;
padding-left:15px;
margin-left:20px;
}
#total{
font-size:1.3em;
}
#totalPrice{
font-size:1.3em;
color:#396BCE;
}
#totalSample{
font-size:1.2em;
}
#available{
font-size:1em;
}


/*-------BUTTONS--------*/
a.addButton {
	background-image: url(../images/basket/addbg.gif);
	background-repeat: no-repeat;
	width:62px;
	height:27px;
	border:none;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	padding-left:12px;
    display: block;
}
a:hover.addButton {
	background-image: url(../images/basket/addbg2.gif);
}
.addButton span {
  display: none;
}
.continueShopping{
position:relative;
float:right;
background-image: url(../images/basket/continuebg2.gif);
background-repeat: no-repeat;
background-color:#725B8E;
width:148px;
height:31px;
}
.continueShopping span, .checkoutHolder span{
position:absolute;
left:25px;
top:9px;
font-size:1em;
cursor:hand;
}

* html .continueShopping span, * html .checkoutBut span{
left:27px;
top:8px;
}

.continueShopping a{
	background-image: url(../images/basket/continuebg.gif);
	background-repeat: no-repeat;
	width:148px;
	height:31px;
	border:none;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	padding-left:12px;
    position:absolute;
    left:0px;
    top:0px;
}
.continueShopping a:hover{
	background-image: url(../images/basket/continuebg2.gif);
	text-decoration:none;
}
.continueShopping img{
visibility:hidden;
}

.checkoutBut{
position:relative;
float:right;
background-image: url(../images/basket/checkoutbg2.gif);
background-repeat: no-repeat;
background-color:#688ED9;
width:98px;
height:31px;
}
.checkoutBut span{
position:absolute;
left:25px;
top:9px;
font-size:1em;
cursor:hand;
}

.checkoutBut a{
	background-image: url(../images/basket/checkoutbg.gif);
	background-repeat: no-repeat;
	width:98px;
	height:31px;
	border:none;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	padding-left:12px;
    position:absolute;
    left:0px;
    top:0px;
}
.checkoutBut a:hover{
	background-image: url(../images/basket/checkoutbg2.gif);
	text-decoration:none;
}
.checkoutBut img{
visibility:hidden;
}
.checkoutButSamples a{
	background-image: url(../images/basket/samplebg.gif);
	background-repeat: no-repeat;
	width:135px;
	height:19px;
	border:none;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	padding-right:20px;
	padding-top:9px;
	display:block;
}
* html .checkoutButSamples a{
	height:20px;
	padding-top:8px;
	padding-right:15px;
	width:140px;
	
}
* html .checkoutButSamples{
	height:20px;
	text-align:right;
	padding-left:15px;
	
	
}
.checkoutButSamples a:hover{
	background-image: url(../images/basket/samplebg2.gif);
	text-decoration:none;
}
.sampleButton #orderButton{
	background-image: url(../images/basket/samplebg.gif)!important;
	background-repeat: no-repeat;
	width:154px!important;
	height:28px!important;
	border:none;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	padding-left:15px!important;
	padding-top:6px!important;
	display:block!important;
}
.backBut{
position:relative;
float:right;
background-image: url(../images/basket/updatebg2.gif);
background-repeat: no-repeat;
background-color:#688ED9;
width:77px;
height:30px;
}
.backBut span{
position:absolute;
left:25px;
top:9px;
font-size:1em;
cursor:hand;
}

.backBut a{
	background-image: url(../images/basket/updatebg.gif);
	background-repeat: no-repeat;
	width:77px;
	height:30px;
	border:none;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	padding-left:12px;
    position:absolute;
    left:0px;
    top:0px;
}
.backBut a:hover{
	background-image: url(../images/basket/updatebg2.gif);
	text-decoration:none;
}
.backBut img{
visibility:hidden;
}
.logoutBut{
position:relative;
float:left;
background-image: url(../images/checkout/logoutbg2.gif);
background-repeat: no-repeat;
background-color:#688ED9;
width:90px;
height:28px;

}
.logoutBut span{
position:absolute;
left:25px;
top:8px;
font-size:1em;
cursor:hand;
}
* html .logoutBut span{
left:25px;
top:7px;
}

.logoutBut a{
	background-image: url(../images/checkout/logoutbg.gif);
	background-repeat: no-repeat;
	width:90px;
	height:28px;
	border:none;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	padding-left:12px;
    position:absolute;
    left:0px;
    top:0px;
    text-decoration: none;
}
.logoutBut a:hover{
	background-image: url(../images/checkout/logoutbg2.gif);
	text-decoration:none;
}
.logoutBut img{
visibility:hidden;
}
/*-------CHECKOUT FORM--------*/
.basketitems{
width:730px !important;

}
.basketitemsSmallwidth{
width:560px !important;

}
h1#checkout {
	width:100%;
	height:36px;
	font-size:1.5em;
	font-weight:lighter;
	color:#FFFFFF;
	padding:2px 0px 0px 10px;
	margin:0px;
	background-image: url(../images/h1fullbg.jpg);
	background-repeat: no-repeat;

}
* html h1#checkout {
	width:760px;
	height:35px;
}

.checkoutForm label, span.label{
	color:#3D1E62;
	font-size:0.9em;
	font-weight:bold;
	width:240px;
	text-align:right;
	display:block;
	float:left;
	margin-right:5px;
	padding-top:1px;
	padding-right:5px;
	background-image: url(../images/checkout/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.contactForm label, .registerForm label{
	color:#3D1E62;
	font-size:0.9em;
	font-weight:bold;
	width:160px !important;
	text-align:right;
	display:block;
	float:left;
	margin-right:5px!important;
	padding-top:1px;
	padding-right:5px;
	background-image: url(../images/checkout/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;	
}
* html .contactForm label, * html .registerForm label{
	width:170px;	
}
.contentcopyleft .registerForm label{
	color:#3D1E62;
	font-size:0.9em;
	font-weight:bold;
	width:140px !important;
	text-align:right;
	display:block;
	float:left;
	margin-right:5px!important;
	padding-top:1px;
	padding-right:5px;
	background-image: url(../images/checkout/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
* html .contentcopyleft .registerForm label{
	width:150px;	
}
.contentcopyleft .registerForm .nolabel input {
		margin-left:150px;
}
* html .contentcopyleft .registerForm .nolabel input {
		margin-left:153px;
}
.contentcopyleft .registerForm span.label{
	margin-left:-20px;

}
.checkoutForm input, .checkoutForm textarea, .registerForm input, .registerForm textarea, .contactForm input{
font-family:Arial, Helvetica, sans-serif;
color:#3D1E62;
font-size:0.9em;
width:200px;
float:left;
border:solid 1px #7F9EB7;
margin-bottom:10px;
margin-right:10px;
padding:2px;
}
.checkoutForm textarea.delivery{
font-family:Arial, Helvetica, sans-serif;
color:#3D1E62;
font-size:0.9em;
width:200px;
float:left;
border:solid 1px #7F9EB7;
margin-bottom:10px;
margin-right:10px;
padding:2px;
margin-left:135px;
}
.contactForm textarea{
font-family:Arial, Helvetica, sans-serif;
color:#3D1E62;
font-size:0.9em;
width:300px;
float:left;
border:solid 1px #7F9EB7;
margin-bottom:10px;
margin-right:10px;
padding:2px;
}
.smallinput{
width:50px!important;
}
.checkoutForm select, .registerForm select, .contactForm select{
font-family:Arial, Helvetica, sans-serif;
color:#3D1E62;
font-size:0.9em;
border:solid 1px #7F9EB7;
margin-bottom:10px;
margin-right:10px;
margin-left:0px;
padding:2px;
}
.checkoutForm select{
float:left;
}
* html .checkoutForm select, * html .registerForm select, * html .contactForm select{
margin-left:-2px;
}

#termsandconditions{
font-family:Arial, Helvetica, sans-serif;
color:#3D1E62;
font-size:0.9em;
border:solid 1px #7F9EB7;
margin-bottom:10px;
margin-right:10px;
padding:2px;
width:15px;
}
.checkbox input{
font-family:Arial, Helvetica, sans-serif;
color:#3D1E62;
font-size:0.9em;
border:none!important;
margin-bottom:10px;
margin-right:10px;
padding:2px;
width:15px!important;
display:block;
}
span.checkbox{
font-family:Arial, Helvetica, sans-serif;
color:#3D1E62;
font-size:0.9em;
margin-bottom:10px;
margin-right:10px;
padding:2px;
width:15px!important;
display:block;
}
.checkoutForm .loginButton {
	background-color: #9AB1E3;
	background-image: url(../images/checkout/login.gif);
	background-repeat: no-repeat;
	width:77px;
	height:28px;
	border:none;
	float:left;
	margin-left:268px;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	padding-left:12px;
	cursor: hand;
	cursor: pointer;
	
}

.checkoutForm .loginButtonHover{
	background-image: url(../images/checkout/login2.gif);	
}
.checkoutForm .submit, .registerForm .submit {
	background-color: #9AB1E3;
	background-image: url(../images/checkout/submit.gif);
	background-repeat: no-repeat;
	width:87px;
	height:28px;
	border:none;
	float:left;
	margin-left:248px;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	padding-left:12px;
	cursor: hand;
	cursor: pointer;
}

.contactForm .submit{
	background-color: #9AB1E3;
	background-image: url(../images/checkout/submit.gif);
	background-repeat: no-repeat;
	width:87px;
	height:28px;
	border:none;
	float:left;
	margin-left:390px;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	padding-left:12px;
	cursor: hand;
	cursor: pointer;
}
* html .contactForm .submit{
	margin-left:400px;
}

.checkoutForm .submitHover, .registerForm .submitHover, .contactForm .submitHover{
	background-image: url(../images/checkout/submit2.gif);
}
.checkoutForm .submit:Hover, .registerForm .submit:Hover, .contactForm .submit:Hover{
	background-image: url(../images/checkout/submit2.gif);
}

#sendButton{
	background-color: #9AB1E3;
	background-image: url(../images/checkout/submit.gif);
	background-repeat: no-repeat;
	width:87px;
	height:28px;
	border:none;
	float:left;
	margin-left:255px;
	margin-bottom:0px;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	padding-left:12px;
}
* html  #sendButton{
	margin-left:248px;
	margin-bottom:-10px;
}
.checkoutForm .continueBtn, .registerForm #continue{
	background-color: #9AB1E3;
	background-image: url(../images/basket/checkoutbg.gif);
	background-repeat: no-repeat;
	width:98px;
	height:28px;
	border:none;
	float:left;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	padding-left:12px;
	padding-top:5px;
	cursor: hand;
	cursor: pointer;
}
* html .checkoutForm .continueBtn, .registerForm #continue{
	
	padding-top:5px;
}
.checkoutForm .continueBtn:Hover, .registerForm #continue:Hover{
	background-image: url(../images/basket/checkoutbg2.gif);	
}
.checkoutForm .continueBtnHover {
	background-image: url(../images/basket/checkoutbg2.gif);	

}


.checkoutForm .order, .checkoutForm #orderButton, .registerForm #order{
	background-color: #9AB1E3;
	background-image: url(../images/checkout/orderbg.gif);
	background-repeat: no-repeat;
	width:107px;
	height:28px;
	border:none;
	float:left;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	padding-left:12px;
	cursor: hand;
	cursor: pointer;
}
* html .checkoutForm #order, * html .checkoutForm #orderButton, * html .registerForm #order{
	padding-left:15px;
	padding-top:5px;
}
.checkoutForm .order:Hover, .checkoutForm #orderButton:Hover, .registerForm #order:Hover{
	background-image: url(../images/checkout/orderbg2.gif);
}
.checkoutForm .orderHover{
	background-image: url(../images/checkout/orderbg2.gif);

}
.checkoutForm .backHolder, .registerForm .backHolder{
position:relative;
float:left;
}
.checkoutForm .back, .registerForm .back{
position:absolute;
	float:left;
	width:47px;
	height:28px;
	padding-left:25px;
	padding-top:10px;
	color:#ffffff;
	font-size:0.8em;
	font-weight:bold;
	top:0px;
	left:0px;

}
* html .checkoutForm .back, * html .registerForm .back{
	width:72px;
	padding-top:7px;
}
.checkoutForm a{
text-decoration:none !important;
padding-bottom:0px;

}

.checkoutForm a:hover, .registerForm a:hover{
text-decoration:none !important;
}
.registerForm a:hover{
text-decoration:underline !important;
}
.checkoutForm .back img, .registerForm .back img{
	border:none;
}
.mainpanelFullwidth .formLeftMargin{
margin-left:250px;
clear:both;

}
.formLeftMarginFull{
float:right;

}
.formLeftMarginRegister{
margin-left:135px;
clear:both;

}
* html .formLeftMarginRegister{
margin-left:135px;
clear:both;
}
.mainpanelcontent .formLeftMargin{
margin-left:170px;
clear:both;
}
* html .mainpanelcontent .formLeftMargin{
margin-left:180px;
clear:both;
}
.contentcopyleft .formLeftMargin{
margin-left:150px;
clear:both;
}
* html .contentcopyleft .formLeftMargin{
margin-left:150px;
clear:both;
}
.formLeftPlacement{
margin-left:115px;
clear:both;
}
.checkoutTopHolder{
position:relative;
}
.checkoutTopNav{
position:absolute;
top:-30px;

}
* html .checkoutTopNav{
position:absolute;
top:-36px;
width:760px;

}
ul#checkoutnav 
{   
	padding:0px;
	margin:0px;
	margin-top:0px;
	list-style-type:none;
	float:right;
	width:auto;
	color:#ffffff !important;
	font-size:0.9em;
	font-weight:bold;
	height:31px;
}

ul#checkoutnav li 
{
	display:inline;
	list-style-type:none;
	margin-right:0px;
	float:left;


}
* html ul#checkoutnav li 
{
	padding-top:6px;
	padding-bottom:9px;
	
}
ul#checkoutnav li *
{
	color:#ffffff;
	padding-left:1.1em;
	padding-right:1.2em;
	padding-top:7px;
	padding-bottom:7px;
	border-left:solid 1px #ffffff;
	background-image: url(../images/checkout/topnav_bg.jpg);
	background-repeat: no-repeat;
	background-position:right center;
}
* html ul#checkoutnav li *
{
	padding-top:6px;
	padding-bottom:6px;
	
}
ul#checkoutnav li span
{
	color:#A393B5;
	background-image: url(../images/checkout/topnav_bg_inactive.jpg);
}
ul#checkoutnav li a:hover
{
	color:#3D1E62;
	background-image: url(../images/checkout/topnav_bgroll.jpg);
	text-decoration:none;
}
ul#checkoutnav li *.selected
{
	color:#3D1E62;
	background-image: url(../images/checkout/topnav_bgroll.jpg);
	text-decoration:none;
}
div.paymentLeft{
float:left;
background-image: url(../images/basket/vertline_white.gif);
	background-repeat: repeat-y;
	background-position: right center;
	width:355px;
}
div.paymentRight{
float:left;
 padding-left:10px;

}
div.sampleRight{
float:left;
margin-left:350px;
}

.leftInfo p{
padding-right:10px;
margin:0px;
font-weight:bold;
float:left;
}
.leftInfoSample p{
padding-right:10px;
margin:0px;
font-weight:bold;
float:left;
width:120px;
}
.seperator{
    background-image: url(../images/products/proddotline.gif);
	background-repeat: repeat-x;
	height: 1px;
	font-size:0.1em;
	width: 95%;
	margin:10px 0px 10px 0px;
    clear:both;
}
.rightInfo{
float:left;

}
.rightInfo p{
padding-right:10px;
margin:0px 0px 5px 0px;
}
.rightInfo a{
font-weight:bold;
text-decoration:underline;
}
.rightInfo a:hover{
color:#7D6896;
}

#checkoutOrder{
color:#3D1E62;
font-size:0.9em;
}
#checkoutOrder .quantity{
color:#3D1E62;
font-size:1.4em;
font-weight:bold;
}
td.rightDotBlueType{
    color:#396BCE;
	padding:3px;
	background-image: url(../images/basket/vertline_white.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
.cardDetailsLeft{
float:left;
width:200px;
background-image: url(../images/checkout/arrow.gif);
background-repeat: no-repeat;
background-position: right center;
color:#3D1E62;
font-size:0.9em;
text-align:right;
padding-right:10px;
margin-bottom:7px;
}
.cardDetailsRight{
float:left;
color:#3D1E62;
font-size:0.9em;
padding-left:10px;
margin-bottom:7px;

}
/* ERRORS */

input.EmptyInput { color: #FF0000; }
input.FormFieldError { color: #FF0000 !important;}
select.FormFieldError { color: #FF0000 !important;}
label.FormFieldError { color: #FF0000 !important;}


/* FOOTER */


#footer
{
	background-image:url(../images/footer/footer_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:833px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px 0px 15px 0px;
	
}

.footerContentLeft{
	float:left;
}

.footerContentLeft, .footerContentRight{
	padding:0px;
	margin:0px 55px 0px 55px;
}

* html .footerContentLeft, * html .footerContentRight{
	margin:0px 27px 0px 27px;
}

.footerContentRight{
	float:right;
}

.footerContentLeft p, .footerContentRight p{
	padding:0px;
	margin:0px;
}

.footerContentLeft p a, .footerContentRight p a{
	margin-left:5px;
	background-image:url(../images/footer/linkCircle.gif);
	background-position:left 0.4em;
	background-repeat:no-repeat;
	padding-left:11px;
}

#footerSmallprint{
	width:720px;
	margin-left:auto;
	margin-right:auto;
}
#footerSmallprint p{
	margin:0px;
	padding:0px;
	font-size:0.7em;
	color:#999999;
	text-align:right;
}

#inSection{
	float:right;
	width:130px;
	background-color:#F7F4F8;
	padding:10px 10px 10px 5px;
	margin-top:8px;
}
* html #inSection{
	width:110px;
}

#inSection a{
	font-size:0.9em;
}
#inSection ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:130px;
	
}

#inSection ul li{
	padding:1px 0px 2px 12px;
	margin:4px 0px 0px 0px;
	list-style-image:none;
	list-style-type:none;
	background-image:url(../images/footer/linkCircle.gif);
	background-repeat:no-repeat;
	background-position:left 0.35em;
	font-size:1em;
}


ul#flooring-advice li ul li a.open, ul#flooring-advice a.selected{
font-weight:bold;
}
#inSection ul li a.selected{
font-weight:bold;

}

.whitepageTop{
	background-image:url(../images/dottedhline.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:10px;
}
.whitepageTop h2{
	padding:0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
}

.contentcopyleft p{
	margin-top:8px;
}

.contentcopyleft {
	background-image:url(../images/dottedvline.gif);
	background-repeat:repeat-y;
	background-position:right;
	padding-right:10px;
}

#bannerimage{
	background-position:top left;
	background-repeat:no-repeat;
	width:538px;
	height:105px;
}

#bannertextoverlay{
	height:100px;
	padding:10px;
	overflow:hidden;
}

#popup{
	padding:10px;
	background-color:#F4F2F7;
}
	
#popupcontent{
	padding:10px;
	background-color:#FFFFFF;
}

#popup h1{
	font-size:1.5em;
	font-weight:lighter;
	color:#FFFFFF;
	padding:2px 0px 0px 10px;
	background-image:url(../images/popupheader.gif);	
}

a.popupclose{
	display:block;
	margin:10px 5px 0px 0px;
	padding: 5px 10px 0px 10px;
	height:23px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../images/products/price_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

* html a.popupclose{
	padding: 7px 10px 0px 10px;
		height:21px;
}

.homepagepanelleft, homepagepaneltext
{
	float:left;
	width: 45%;
}

.homepagepanelright, .homepagepanelimg
{
	float:right;
	width: 45%;
}
.youHaveHolder{
height:20px;
width:548px;
margin:0px 0px 10px 0px;
padding-left:10px;
float:left;

}
.youHaveHolder p{
float:left;

}
.youHaveHolder img{
float:left;
}
* html .youHaveHolder{
margin:5px 0px -10px 0px;

}
strong.salesMessage, span.accessoryQuantityEstimate  
{
	left:0px;
	display:block;
	width:115px !important;
	height:18px !important;
	position:absolute !important;
	bottom:0px !important;
	text-align:center;
	padding:2px 0px 0px 0px;

}

* html strong.salesMessage
{
	bottom:0px;
}

* html p a strong.salesMessage
{
	top:77px;
}
strong.salesMessage{
	background-color:#FF0000;
	color:#FFFFFF !important;
	z-index:2;
}
strong.salesMessage a{
text-decoration:none!important;
}

span.accessoryQuantityEstimate 
{
	z-index:3;
	background-color:#E8E0ED;
	display:block;
	font-size:0.8em;
}
span.accessoryQuantityEstimate strong{
font-weight:bold;
color:#3D1E62 !important;
display:inline!important;
}

/* ----- Comparison ------ */
#comparison{
width:540px;
}

#comparison .whiteLink{
margin-left:5px;
margin-top:10px;
padding-left:12px;
text-align:left;
display:block;
}
* html #comparison .whiteLink{
margin-left:0px;
}

td.subTitle{
background-color:#E9E1ED;
color:#775B97;
font-size:0.8em;

text-align:left !important;
padding:2px 0px 2px 5px;
}
#comparison p{
margin:2px 0px 2px 0px;
}
#comparison td{
text-align:center;
}

#comparison .suitability{
    padding:10px;
	background-image: url(../images/basket/vertline_white.gif);
	background-repeat: repeat-y;
	background-position: right center;
	text-align:left!important;
}
#comparison .suitability img{
    margin-right:5px;

}
#comparison .remove a{
	font-size:0.8em;
	color:#3D1E62;
}
#comparison .remove td{
margin:0px;


}
#comparison .remove td img{
margin:0px;
}

#comparison .howToInfo td{
text-align:left!important;

}

/* form stuff */
			div.formrow {
				clear:left;
				
			}
			div.formrow label,div.formrow span.label  {
				float:left;
				display:block;
				width:125px;
				text-align:right;
				margin-right:5px;
			}
			* html div.formrow label, * html div.formrow span.label  {
				margin-right:0px;
			}
			div.mainpanelcontent .formrow span.label  {
				float:left;
				display:block;
				width:160px;
				text-align:right;
				margin-right:5px;
			}
			div.mainpanelFullwidth.formrow p.fixedinput, div.mainpanelFullwidth.formrow input, div.mainpanelFullwidth.formrow #otherdetails {
				display:block;
				margin-left:135px;
				float:none;
			}
			* html div.formrow p.fixedinput,* html div.formrow input{
				height:1%;
				margin-left:80px;
			}
			div.formrow p.fixedinput {
				MARGIN:3px 0px 10px 4px;
			}
			div.mainpanelcontentFull .nolabel input {
				margin-left:135px;
			}
			
			* html div.mainpanelcontent .nolabel input {
				margin-left:173px;
			}
			div.mainpanelcontent .nolabel input {
				margin-left:170px;
			}
			div.mainpanelcontent .formrow p.fixedinput {
				MARGIN:3px 0px 10px 170px;
			}
			div.contentcopyleft .formrow p.fixedinput {
				MARGIN:3px 0px 10px 150px;
			}
			/* PLEASE LEAVE CODE FOR NOW */
			
			/*form.register div.formrow label,form.register div.formrow span.label{
				width:250px;
			}
			form.register div.formrow p.fixedinput,form.register div.formrow input {
				margin-left:255px;
			}
			* html form.register  div.nolabel input {
				margin-left:258px;
			}*/

			.paymentError 
			{
				font-weight:bold;
				color:#ff0000;
			}

/* Advice center */

.step1, .step3{
width:372px;
border:solid 1px #775B96;
float:left;
background-color:#F6F4F9;
margin-bottom:10px;
}
.step1 p, .step2 p, .step3 p{
margin-top:0px;
}
.step2{
width:372px;
float:left;
background-color:#775B96;
border:solid 1px #775B96;
margin-bottom:10px;
}

.step2 p, .step2 a{
color:#FFFFFF !important;
}
.step1 h2{
	width:68px;
	height:24px;
	background-image: url(../images/advice/step1title.gif);
	background-repeat: no-repeat;
	padding:0px;
	margin:0px;
}
.step2 h2{
	width:68px;
	height:24px;
	background-image: url(../images/advice/step2title.gif);
	background-repeat: no-repeat;
	padding:0px;
	margin:0px;
}
.step3 h2{
	width:68px;
	height:24px;
	background-image: url(../images/advice/step3title.gif);
	background-repeat: no-repeat;
	padding:0px;
	margin:0px;
}
.stepLeft{
	float:left;
	width:190px;
	background-image: url(../images/advice/step1dot.gif);
	background-repeat: repeat-y;
	background-position: right center;
	margin:10px;
}
.step2Left{
	float:left;
	width:190px;
	background-image: url(../images/advice/step2dot.gif);
	background-repeat: repeat-y;
	background-position: right center;
	margin:10px;
}
.stepRight{
float:right;
}


/* HOME PAGE */

#homePromoLeft{
	float:left;
	position:relative;	
}
#homePromoLeft #bannertextoverlay {
	width:
}

#homePromoLeft h1 {
	left:0px;
	top:0px;
	position:absolute;
	width:50%;
	font-size:1.5em;
	color:#FFFFFF !important;
	padding:6px 0px 0px 10px;
	margin:0px;
	background-image: none;
	background-color: inherit !important;
}
#homePromoRight{
padding-left:10px;
float:right;
}

#homePromoRight .whiteLink{
margin-bottom:5px;
}
#homePromoRight p{
margin:0px;
padding:0px;
}
.homePromoRedLink{
	background-image:url(../images/home/mainredlink.jpg);
	height: 2.8em;
	width: 176px;
	background-repeat: repeat-y;
	margin:5px 0px 0px 0px;
}

.homePromoRedLink h3{
color:#FFFFFF;
font-size:1em;
padding:3px 0px 0px 0px;
margin:0px 0px 0px 15px;
}
.homePromoRedLink h3 a{
color:#FFFFFF;
}

.homeStrap{
background-color:#a48ebb;
height:1.5em;
padding:5px 5px 0px 10px;
}
* html .homeStrap{
padding:5px 10px 0px 5px;

}
.homeStrap H2{
color:#FFFFFF;
padding:0px;
margin:0px;
font-size:1.1em;
font-weight:bold;
float:left;

}

.strapLink{
	float:right;
	font-size:0.9em;
	background-image:url(../images/home/bulletstrap.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:12px;	
}
* html .strapLink{
	font-size:0.8em;
}
.promo275{
width:275px;
float:left;
}
.promo275#right{
width:275px;
float:left;
margin-left:10px;
}
.panelPromoHome{
width:255px;
height:8.9em;
background-color:#FFFFFF;
float:left;
padding:10px;
}
* html .panelPromoHome{
height:8em;
width:255px;
}
.panelPromoHome img{
float:right;
}
.panelPromoHomeLeft{
float:left;
width:110px;
}
.promo275 h2, .promo180 h2{
font-size:1.2em;
padding:0px 0px 2px 0px;
margin:0px;
line-height:1em;
font-weight:bold;
}
h2.blue{
color:#3969CD;
}
h2.orange{
color:#FD9814;
}
h2.magenta{
color:#BB4F9B;
}
h2.purple{
color:#7C5C9B;
}
.promo275 p, .promo180 p{
padding:0px;
margin:0px;
color:#9E9DA3;
color:#808080;
display:block;
line-height:1.1em;
}
/*.promo275 a, .promo180 a 
{
	font-weight:bold;
}*/
.panelHeight275{
height:7.7em;
}
.panelHeight180{
height:6em;
}
.panelPromoLinkBlue{
    font-size:0.8em;
	padding-left:12px;
	background-image: url(../images/home/bulletblue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
}
.panelPromoLinkBlue a{
color:#3969CD;
}
.panelPromoLinkOrange{
    font-size:0.8em;
	padding-left:12px;
	background-image: url(../images/home/bulletorange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
}
.panelPromoLinkOrange a{
color:#FD9814;
}
.panelPromoLinkMagenta{
    font-size:0.8em;
	padding-left:12px;
	background-image: url(../images/home/bulletmagenta.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
}
.panelPromoLinkMagenta a{
color:#BB4F9B;
}
.panelPromoLinkPurple{
    font-size:0.8em;
	padding-left:12px;
	background-image: url(../images/home/bulletpurple.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
}
.panelPromoLinkPurple a{
color:#7C5C9B;
}
.bottom275{
width:275px;
height:10px;
}

.promo180{
width:180px;
float:left;
margin-top:10px;
background-color:#FFFFFF;
}
* html .promo180{
margin-top:0px;
}
.promo180Content {
padding:10px;
}
.promo180Content img{
margin-top:10px;
}

.bottom180{
width:180px;
height:10px;
}

.promo180#one, .promo180#two{
margin-right:10px;

}
ul.howtoorder {
   margin-left: 10px;
   margin-top: 0px;
   padding: 0px;
}
ul.howtoorder li{
   padding-bottom: 8px;
   font-size: 0.9em;
   color:#3D1E62;
}

div#homePromoLeft h1
{
width:140px;
height:166px;
overflow:hidden;
padding-top:8px;
}


/*
 Tiny Mce homepage top panel styles 
*/
.mce_extralarge
{
	font-size:2em;
}

.mce_large
{
	font-size:1.5em;
}

.mce_medium
{
	font-size:1em;
}

.mce_small
{
	font-size:0.6em;
}

.mce_red
{
	color:#FF0000;
}

.mce_white
{
	color:#FFFFFF;
}

.mce_purple
{
	color:#663399;
}

.mce_sale
{
	font-size:2.3em;
	font-weight:bold !important;
	line-height:0.9em;
	text-transform:uppercase;
}

.mce_middle
{
	font-size:1em;
}

.mce_bottomline
{
	font-size:1.5em;
	font-weight:bold !important;
	line-height:0.8em;
	
}


