/* ----- end float fix ----- */
body{
	/*background:#dfdfdf;*/
	color:#555;
	font: 75%  Arial, Helvetica, sans-serif; /* font: 75%  Arial, Helvetica, sans-serif; */
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
	background: #e7e8e9 url(/graphics/plain/bodybg.jpg);
	background-repeat: repeat-x;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Arial, Helvetica, sans-serif;
	color:#000;	
}
th{
	background:#ddd;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#666;
	text-decoration:none;
}
a:hover{color:#555;}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
h4, h5{font-size:100%;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	margin-top:10px;
	width:1000px; /* width:760px */
	text-align:left;
	background:#fff;
	padding-top:10px;
	position:relative;
}
/* ----- clear both ----- */
.clearboth{
	clear:both;
	padding: 0px;
	margin:0px;
}

/* ----- header area ----- */
#header{
	height:118px;
	position:relative;
	background:#ffffff url(../graphics/pairoflogos.jpg) no-repeat 680px 10px;
	margin:0 10px;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:17px;
	left:15px;
	line-height:30px;
	font-size:180%;
	font-weight:normal;
}
#tagline{
	position:absolute;
	margin:0;
	padding:0;
	top:50px;
	left:30px;
	line-height:20px;
}

/* ----- shopping basket info ----- */
#info{
	position:absolute;
	margin:0;
	padding:0;
	top:80px;
	right:30px;
	z-index:10;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	float:right;
	display:inline;
	margin-right:10px;
	width:965px; /* width:530px */
}

/* ----- top nav ----- */
#topnav
{
	margin:0px;
	margin-left: 10px;
	padding: 0px;
	background: #666;
	width: 980px;
	/* added by simon */
	background-image: url(/graphics/plain/topnavbg.gif);
	background-repeat: repeat-x;
}

#topnav ul{
	margin:0px;
	padding:0px;
}
#topnav li{
	margin:0px;
	padding:0px;
	display:inline;
	list-style:none;
	font-size:110%;
	font-weight:bold;
}
#topnav li a {
	color:#ffffff;
	margin:0px;
	padding:8px 15px;
	background: url(/graphics/plain/topnavline.gif) repeat-y right;
	float:left;
}
#topnav li a:hover {
	background: url(/graphics/plain/topnavbghov.gif) no-repeat 100% 0;
}


/* ----- search box ----- */
#search{
	margin:0;
	margin-left:10px;
	padding:10px 15px;
	background:#DBD5D2; /*E1F0CE*/
	width:950px; /* added by simon */
}
#search label{
	display:inline;
	padding-right:5px;
} 

#search .formButton{
	background:#666;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
	background-image: url(/graphics/plain/topnavbg.gif);
	background-repeat: repeat-x;
}
#search .formButton:hover{
	background-image: url(/graphics/plain/topnavbghov.gif);
	background-repeat: no-repeat;
}
/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{margin-bottom:1em;}
#navDept li{
	margin-bottom:1px;
}
#navDept li a{
	display:block;
	width:100%;
	background:#f2f2f2;
	color:#555;
}
#leftmenu li a:hover, #leftmenu li a.selected{background:#e6e6e6;}
#navDept li a:hover, #navDept li a.selected{background:#e6e6e6;}
#navDept li a span{
	display:block;
	padding:4px 15px;
}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:1em 0;
	padding:4px 10px;
	background:#ffffff; /* #f1f1f1 */
	border: 0px; /* 1px solid #eee */
	color:#777;
	width:200px;
}
#navSubDept li{
	font-size: 1.4em;
	margin:.5em 0 1em 0;
	line-height:150%;
	padding:0;
	/*padding-left:15px;*/
	list-style:none;
}
#navSubDept li a{color:#777;}
#navSubDept li a:hover, #navSubDept li a.selected{color:#777;text-decoration:underline;}

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{margin-bottom:1em;}
#navTools li{
	margin-bottom:1px;
}
#navTools li a{
	display:block;
	width:100%;	
	background:#f2f2f2;
	color:#555;
}
#navTools li a:hover, #navTools li a.selected{background:#e6e6e6;}
#navTools li a span{
	display:block;
	padding:4px 15px;
}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{margin-bottom:1em;}
.navStatic li{
	margin-bottom:1px;
}
.navStatic li a{
	display:block;
	width:100%;	
	background:#f2f2f2;
	color:#555;
}
.navStatic li a:hover{background:#e6e6e6;}
.navStatic li a span{
	display:block;
	padding:4px 15px;
}
#navToolsTitle, #navDeptTitle, .navStaticTitle{
	margin:0;
	padding:3px 15px;
	margin-bottom:1px;
	background:#e6e6e6;
	font-size:100%;
}

/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:225px; /* width:200px */
	margin-left:10px;
	margin-top:0px; 
}

/* ----- home page ------ */

#homepage #main{
	width:980px;
	margin-top:5px;
	margin-left:10px;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:740px;
	margin-left:15px;
	margin-bottom:2em;
}
#main h2{
	font-weight:normal;
	padding:0;
	color:#009045;
	font-size:160%;
	clear:both;
}
#main h2 a {
	color:#009045;
}
#main h2 a:hover {
	color:#555;
}
#main h2.prodinfoHeading{
	font-size:130%;
}
#main h2#deptpageTitle{
	font-weight:normal;
	padding:8px 15px;
	margin:0;
	margin-bottom:0em;
	color:#555;
	font-size:150%;
	width:710px;
	background:#e6e6e6;
}
#main h2#pageTitle{
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:1em;
	color:#009045;
	font-size:180%;
}

#main h3.dimensionsHeading{
	font-weight:normal;
	color:#009045;
}

#productDisplay h3 {
	font-weight:normal;
}

.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
	color: #FF0000;
}

.salehighlight{
	color: #FF0000;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- information page text ----- */

#content .infopage h2{
	font-weight:normal;
	padding:0;
	margin:0;
	margin-top:1em;
	color:#009045;
	font-size:140%;
}

#content .infopage h3{
	padding:0;
	margin:0;
	margin-top:1em;
	font-size:110%;
}

#content .infopage h3 + p {
	padding-top:0;
	margin-top:0;
}

#content .infopage a {
	text-decoration:underline;
	color:#555;
}

#content .infopage li {
	color:#555;
}

#content .infopage ol {
	margin:0;
	padding:0;
	list-style:none;
}

#content #showrooms h2 {
	font-weight:normal;
	padding:0;
	margin:0;
	margin-top:1em;
	color:#009045;
	font-size:140%;
}

#content #showrooms ul {
	padding:0;
	margin:0;
}

#content #showrooms li {
	color:#555;
	list-style:none;
}

#content #showrooms  address + p{
	padding-bottom:0;
	margin-bottom:0;
}

#content #showrooms  h2 + address{
	padding-top:0;
	margin-top:0;
}


#content #showrooms #showroomleft, #content #showrooms #showroomright {
 	display:block;
 	float:left;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	width:45%;
}

/* ----- footer area ----- */
#footer{
	background:#ccc;
	padding:10px;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{display:inline;margin-right:.5em;}
#footer a:hover{
	color:#777;
	text-decoration:underline;
}
#footer #credits{
	float:right;
	margin-top:-1.5em;
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
}
#pagination li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#pagination a{
	display:block;
	float:left;
	width:14px;
	height:7px;
	margin-right:14px;
	margin-top:0px;
	text-indent:-8000px;
	overflow:hidden;
}
#pagination a#firstPage {background:url(/graphics/plain/ico_first.gif) no-repeat 0 0;}
#pagination a#prevPage {background:url(/graphics/plain/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage {background:url(/graphics/plain/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage {background:url(/graphics/plain/ico_last.gif) no-repeat 0 0;}



/* ----- product thumbnail list ----- */
.products{
	margin:1em 0;
}
.products ul{
	width:740px; /* 740px*/
}

.products ul#homepageproducts{
	width:100%; /* 740px*/
	margin-left: 25px;
} 
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
}
.products li{
	margin-bottom:1em;
	margin-right:13px;
	padding:0px;
	background:#e6e6e6;
	/*border:1px solid #e1e1e1;*/
	color:#777;
	width:175px;
	float:left;
}
.products li.rowend{
	margin-right:0px;
}
.products li.rowstart{
	clear:both;
}

.products li:hover{
	/*background:#f5f5f5;*/
	/*border:1px solid #e5e5e5;*/
}
.products li h3{
	margin-top:.5em;
	margin-bottom:.2em;
	padding:0;
	background:none;
	text-align:center;
}
.products li h3 a{color:#555;}
.products li h3 a:hover{color:#009045;}

.products li h3.fabricname {
	margin-bottom: .8em;
}
.products .image{
	/*float:left;*/
	margin:0;
	margin-right:0px;
	margin-bottom:8px;
}
.products .image a img{
	border:1px solid #e6e6e6;
	padding:2px;
	background:#fff;
}
.products .image a:hover img{
	border:1px solid #ccc;
	padding:2px;
	background:#e6e6e6;
}
.products .price{
	clear:both;
	margin:0 0 8px 0;
	text-align:center;
	line-height:180%;
	color:#009045;
	font-size:110%;
	font-weight:bold;
}

.products .originalprice{
	clear:both;
	margin:-8px 0 8px 0;
	text-align:center;
	font-size:110%;
}

.products .dimensions{
	text-align:center;
	margin: 5px 0px 1px 0px;
}

.products .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}

/* ----- individual products ----- */

#main h2#productTitle{
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:.4em;
	color:#009045;
	font-size:180%;
}
#product{	
	margin-bottom: 1em;
	padding: 1.5em 0 0 0;
	border-top:1px solid #e1e1e1;
}
#product .image{	
	float:left;
	margin-bottom:1em;
	width: 370px;
	text-align: center;
}	
#product .image p{margin:.5em 0;}
#product .image img{	
	/*border:1px solid #e1e1e1;*/
}	
#product .info{	
	float:right;
	width:350px;
}
#product .price{
	color:#009045;
	font-size:130%;
	font-weight:bold;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#product .info h3{
	margin:0;
	margin-top:.8em;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #e1e1e1;
	padding-top:1em;
}
#product #addWishlist a{
}

#content table.dimensionsTable td {
	background:#ffffff;
}

#content #longproddesc p {
	padding-right: 140px;
}

#content #longproddesc h3 {
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:.4em;
	font-weight: bold;
	/*color:#009045;
	/*font-size:130%;*/
}

#content #longproddesc dl {
	margin:10px 0px 10px 0px;
	line-height: 2em;
	border-bottom:1px solid #e1e1e1;
	width:190px;
}

#content #longproddesc dt {
	width: 40px;
	float:left;
	margin-right:5px;
	font-weight: bold;
	border-top:1px solid #e1e1e1;
}

#content #longproddesc dd {
	margin:0px;
	padding:0px;
	border-top:1px solid #e1e1e1;
}

#crosssell h2 {
	margin-top:3em;
	font-size:140%;
}
/* ----- large image ----- */

#largeImage p {
	margin-top: 0;
}	

/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(/graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#777;}
#articles  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- customer reviews ----- */
#reviews{
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#reviews  ul li a{color:#777;}
#reviews  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#555;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	border:1px solid #fff;
	background:#ddd;
	padding:5px;
}
td{
	background:#eee;
	border:1px solid #fff;
	padding:5px;
	vertical-align:top;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#009045;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
label span{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}

/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */

/* homepage */

#homepage h1, #homepage h2, #homepage h4,  #homepage p, #homepage ul {
	margin: 0px;
	padding: 0px;
	}

#homepage .originalprice {
	margin-bottom: 8px;
	}

#homepage #main {
	margin-top: 8px;
	padding-top: 0px;
	}

#homepage #feature {
	width: 980px;
	height: 250px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: url(/graphics/feature_01.jpg) no-repeat;
	}

#homepage #specialoffersbar {
	width: 980px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	/*background: url(/graphics/specialofferbar.jpg) no-repeat;*/
	}
	
#homepage #middlerow #box1 {
	width: 590px;
	height: auto;
	float: left;
	margin: 8px 8px 0px 0px;
	background: url(../graphics/box1-bg.jpg) repeat-x;
	padding: 15px 30px;
	}

#homepage #middlerow #box1 h1{
	
	}
#homepage #middlerow #box1 p{
	margin: 5px 0px;
	line-height: 1.2em;
	font-size: 1em;
	}

#homepage #middlerow #box2 {
	width: 321px;
	height: auto;
	margin: 8px 0px 0px 0px;
	padding-right: 0px;
	float: left;
	background: #F7F7F7 url(../graphics/showroom-bg.gif) no-repeat 0px 40px;
	}
	
#homepage #middlerow #box2 .heading {
	height: auto;
	background: #6b6e73;
	}
	
#homepage #middlerow #box2 .heading h2 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.3em;
	padding: 8px 0px 8px 10px;
	}

#homepage #middlerow #box2 #caneworldlocations {
	width: 148px;
	float: left;
	display: inline;
	text-align: center;
	padding-top: 75px;
	}
	
#homepage #middlerow #box2 #cottagecanelocations {
	width: 173px;
	float: left;
	display: inline;
	text-align: center;
	padding-top: 75px;
	}

#homepage #middlerow #box2 li {
	list-style: url(none) none;
	margin: 3px 0px 3px 0px;
	}
	
#homepage #middlerow #box2 #showroomlink {
	text-align: center;
	padding: 15px 0px 15px 0px;
	}

#homepage #middlerow #box2 #showroomlink a {
	text-decoration: underline;
	}
	
#homepage #middlerow #box3 {
	width: 321px;
	height: 200px;
	margin: 8px 0px 0px 0px;
	float: left;
	}
	
#homepage #bottomrow #box4 {
	width: 281px;
	height: auto;
	float: left;
	margin: 8px 8px 0px 0px;
	padding: 0px 20px 10px 20px;
	background: #F7F7F7 url(../graphics/box4-bg.jpg) no-repeat;
	display: inline;
	}

#homepage #bottomrow #box5 {
	width: 281px;
	height: auto;
	margin: 8px 8px 0px 0px;
	padding: 0px 20px 10px 20px;
	background: #F7F7F7 url(../graphics/box5-bg.jpg) no-repeat;
	display: inline;float: left;
	}

#homepage #bottomrow #box6 {
	width: 281px;
	height: auto;
	margin: 8px 0px 0px 0px;
	padding: 0px 20px 10px 20px;
	background: #F7F7F7 url(../graphics/box6-bg.jpg) no-repeat;
	display: inline;
	float: left;
	}

#homepage #bottomrow h2{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.3em;
	padding: 8px 0px 140px 0px;
	}
#homepage h2#latestspecialoffers{
	font-weight: bold;
	color:#FFFF00;
	font-size: 1.4em;
	padding: 8px 0px 8px 25px;
	margin: 0px 0px 10px 0px;
	background: #6b6e73;
	height: auto;
	
	}
#homepage #bottomrow p{
	margin: 5px 0px;
	line-height: 1.2em;
	font-size: 1em;
	}

#homepage #bottomrow a {
	text-decoration: underline;
	}
	
#termsandconditions.infopage ol li {
	list-style: decimal inside;
	line-height: 1.4em;
	margin: 1em 0em 1em 0em;
}

/* spam trapping css to hide input field from Humans */
.hideInput { display:none; }
