/*

===============================================

Copyright:		2009 KD WEB  - London Web Design Studio
Author:	        Hung Bui     - sailboatvn@gmail.com

*/


/* =BASE
=============================================== */

html {
	background: #C5BBA2;
	}
body {
	color: #111;
	font: 62.5%/1.8em Arial, Helvetica, sans-serif;	
	text-align: center;
	margin: 0;
	padding: 0;
	background: #C5BBA2;
	}
table,
td,
input,
textarea,
select,
li {

	}

/* hidden items */

#skip,
.hidden {
	display: none;
	}

/* basic links */

a:link,
a:visited,
a:active {
	color: #746347;
	text-decoration: none;
	}
a:hover {
	color: #111;
	}

/* images */

img {
	border: none;
	}

/* typography */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	/*margin: 0 0 1.5em 0;*/
	}
	
#homepage #content h1 {
	font-size: 26px;
	margin: 0 0 15px;
	line-height: 26px;
	padding:0;
	font-family: georgia;
	font-style: italic;
	font-weight: normal;
}
	
h2 {
	font-size: 1.4em;
	clear: both;
	font-weight: bold;
	color: #333333;
	}
h2#pageTitle {
	font: normal 24px Georgia;
	margin: 0 0 0.7em;
	color: #333333;
	}
h2#pageTitle span {
	color: #afa490;
	}
h3 {
	clear: both;
	font-size: 1.7em;
	clear: both;
	font-weight:normal;
	font-family: Georgia;
	color: #afa490;
	margin:0 0 0.9em;
	}
h4,
h5 {
	font-size: 1em;
	text-transform: uppercase;
	}
hr {
	display: none;
	}
#content .message {
	font-size: 1em;
	margin: 0 0 1em 0;
	background: #F7E1E1;
	line-height: 22px;
	text-indent: 10px;
	color: #646464;
	}
.message.positive {
	background: #0f0;
	}
.message.negative {
	background: #f7e1e1;
	}
.note {
	background: #f3f3f3;
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: .5em 10px;
	}
.warning {
	background: #f7e1e1;
	font-size: 1em;
	padding: .5em 10px;	
	}
.warning2 {
	background: #f3f3f3;
	font-size: 1em;
	padding: .5em 10px;
	}
#content p.err {
	color: #696661;
	background: #f7e1e1;
	line-height:20px;
	}
.highlight {
	font-size: 1.4em;
	}
address {
	font-style: normal;
	margin:1em 0 2em;
	}
	
#container .review-details {
	float: left;
	width: 300px;
	padding: 0 0 30px 0;
}

#complete-order {
	width: 92px;
	height: 23px;
	background: transparent url(../img/button-complete-order.gif) no-repeat scroll 0 0;
}

#main .calculationBox ul.calInput {
	float:left;
	margin: 5px 0 0;
	width:318px;
}

#main .calculationBox ul.calInput li {
	margin:5px 0;	
	width:100%;	
	line-height:20px;	
	display:block;
}

#main .calculationBox ul.calInput li label{	
	float: left;
	width: 50px;
	font-size: 11px;
	font-family: arial;
	line-height: 12px;
	color: #534f48;	
	display:block;
}

#main .calculationBox ul.calInput li input{	
	width: 60px;
	height: 19px;
	text-align: right;
	margin:0 5px 0px 0;
	border: 1px solid #dddddd;
}
#main .calculationBox ul.calInput li span{
	float: none;
}

#main .calculationBox ul.calInput li .measurement{
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	line-height:23px;
}

#main .calculationBox ul.calInput li.calBorder{
	border-bottom: 4px solid #E8E4DB;
	border-top: 4px solid #E8E4DB;	
	width: 318px;
	padding: 10px 0;
}

#main .calculationBox ul.calInput li a.whatsit{
	color:#999999;
	font-size:11px;
	font-style:italic;
	line-height:23px;
	padding:0 0 0 8px;
}



/* =CONTAINER
=============================================== */

#container {
	background: #C5BBA2;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 100%;
	}


/* =HEADER
=============================================== */

#header {
	background: url(../img/header-back.jpg) center top no-repeat;
	font-size: 1.1em;
	width: 100%;
	}
#header .inner {
	margin: 0 auto;
	position: relative;
	width: 913px;
	height: 152px;	
	}

/* company logo & tagline */

#logo {
	font: normal 3.5em Palatino, Times, Times New Roman, serif;
	left: -16px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 27px;
	}
#logo a {
	display: block;
	width: 306px;
	height: 59px;
	background: url(../img/company-logo.gif);
	}
	
#logo a span{
	color: black;
	display: none;
	}	

#tagline {
	border: none;
	color: #345068;
	font: normal 2em Palatino, Times, Times New Roman, serif;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 75px;
	display: none;
	}

/* shopping basket info */

#info {
	font-weight: bold;
	height: 3.2em;
	line-height: 3.2em;
	margin: 0;
	padding: 0;
	position: absolute;	
	right: 6px;
	top: 66px;
	width:140px;
	z-index: 10;
	color:#dbd6ce;
	font-size: 9px;
	}
#info a {
	font-size: 11px;
	}
#info a:hover {
	color: #5A330A;
	}

#info .totals a {
	color: #BA9850;
	font-weight: normal;
	}	
	
	
#basket {
	display: inline;
	height: 3.2em;
	line-height: 17px;
	}

	

td.mainProductCol{
	border-right: none;
	padding: 5px;
}
tr.mainProduct{
	border-top: 1px solid #DECFBA;	
}

#content td.mainProductCol a{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

	
/* header links*/

ul#header-links {
	line-height: 3.2em;
	margin: 0;
	padding: 0;
	position: absolute;	
	right: 161px;
	top: 61px;
	z-index: 11;
	color:#dbd6ce;
	font-size: 9px;
	list-style-type: none;
}

ul#header-links li {
	float: left;
	padding: 0 6px 0 0;
}

ul#header-links li a {
	font-size: 11px;
}


/* =MID
=============================================== */

#mid {
	background: url(https://secure.thelinendrawer.co.uk/img/content-back_s.jpg) center repeat-y;
	width: 100%;
	}
	
#mid .inner {
	margin: 0 auto;
	padding-bottom: 1.5em;
	position: relative;
	width: 913px;
	}

#mid .inner .inner {
	margin: 0;
	padding: 0;
	position: static;
	width: auto;
	}
	
#banner {
		height: 313px;
		background: url(../img/mainbanner.jpg) no-repeat;
		margin: 0 0 5px 0;
}

#homepage #dept-box-container{
	width: 100%;	
	padding-bottom: 10px;
	float: left;
}

.dept-box {
		width: 181px;
		height: 142px;
		float: left;
		background: url(../img/dept-box-grad.gif) left bottom no-repeat;
		margin: 0 2px 0px 0;
}

.dept-box a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}

.dept-box img {
		float: left;
}

.dept-box span {
	color:#FFFFFF;
	font-size:12px;
	line-height:23px;
	padding:0 0 0 6px;
}

#container .dept-box-last {
		margin: 0;
}

#container .even {
		background: url(../img/dept-box-grad2.gif) left bottom no-repeat;
}

/* breadcrumb trail */

#breadcrumbs {
	float: right;
	font-size: 1.1em;
	display: inline;
	margin: 1em 0 5px 10px;
	padding:10px 10px 0 0;
	width:696px;
	color: #d5d0c7;
	}
#breadcrumbs a {
	color: #d5d0c7;
	}
#breadcrumbs a:hover {
	color: #111;
	}
	



/* =SIDEBAR
=============================================== */

#homepage #sidebar {
	
}



#sidebar {
	float: left;
	font-size: 1.1em;
	display: inline;
	margin-right: 10px;
	margin-bottom: 1em;
	width: 166px;
	padding: 15px 0 0 14px;
	}
	
	
#side-nav {
	list-style-type: none;
	margin: 0 0 31px 0;
	padding: 0;
}

#side-nav li {

}

#side-nav li.selected a {
	text-decoration: underline !important;
}

#side-nav li a {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #938266;
		font-size: 14px;
		border-bottom: 1px solid #e3e0d6;
		display: block;
		padding:8px 0;
}

#side-nav li a:hover{
	color: #bb9355;
}

a.side-button {
		display: block;
		width: 165px;
		height: 59px;
		margin-bottom: 7px;
}

a.side-button span {
		display: none;
}

a#colour-swatches{
		background:url(../img/side-buttons.gif) no-repeat;
}

a#size-chart{
		background:url(../img/side-buttons.gif) 0 -66px no-repeat;
}

a#bed-linen{
		background:url(../img/side-buttons.gif) 0 -131px no-repeat;
}

a#table-linen{
		background:url(../img/button-more-about-table-linen.gif) no-repeat;
}

a#swatches-back-btn{
		background:url(../img/back-btn.gif) no-repeat;
		height: 60px;
		margin-top: 15px;
		display: none;
		cursor: pointer;
}


a#colour-swatches:hover,
a#size-chart:hover,
a#bed-linen:hover,
a#table-linen:hover,
a#swatches-back-btn:hover{
	opacity:0.8;
}
	

/* standard search */

#searchTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#search {
	margin: 0;
	padding: 0;
	}
#search label {
	display: none;
	}
#searchKeyword {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: 0;
	padding: 4px;
	width: 170px;
	}
#adv {
	border: 1px solid #d9d9d9;
	float: left;
	margin: 1em 0 0 0;
	padding: 3px 4px;
	width: 180px;
	}
#searchSubmit {
	background: #5a8bb6;
	border: 0;
	color: #fff;
	float: right;
	height: 2.2em;
	line-height: 2.2em;
	margin: 1em 0 0 0;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	text-transform: uppercase;
	}
#searchSubmit:hover {
	background: #4f7a9f;
	cursor: pointer;
	}

/* shop by brand */

#shopbyBrandTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#shopByBrand {
	float: left;	
	padding: 3px 4px;
	width: 180px;
	}
#brandSubmit {
	background: #5a8bb6;
	border: 0;
	color: #fff;
	float: right;
	height: 2.2em;
	line-height: 2.2em;
	margin: 0;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	text-transform: uppercase;
	}
#brandSubmit:hover {
	background: #4f7a9f;
	cursor: pointer;
	}

/* top-level navigation */

#navDeptTitle {
	display: none;
	}
#navDept,
#navDept li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navDept {
	left: 0;
	position: absolute;
	top:-36px;
	width: 899px;
	background: url(../img/navbar-back.gif) repeat-x;
	padding: 0 0 0 14px;
	}
#navDept li {
	display: block;
	float: left;
	margin: 0 2px 0 0;
	position: relative;
	height:36px;
	}
#navDept li a {
	color: #fff;
	display: block;
	float: left;
	font-size: 17px;
	height:36px;
	line-height:36px;
	display: block;
	padding: 0 12px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../img/nav-arrow.gif) 0 13px no-repeat;
	}
#navDept li a:hover {

	}
#navDept li a.selected {
	background: url(../img/nav-arrow-selected.gif) 0 13px no-repeat;
	}
#navDept li a:hover.selected {
	}

/* navSub dropdown menu - shows only when tree nav is enabled in admin > design settings */

.navSub,
.navSub li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navDept .navSub li {
	height: 14px;
}

#navDept .navSub li a {
	height: auto;
	line-height: 16px;
}
	
.navSub {
	display: none;
	position: relative;
	background: #78684e;
	}
	
#navDept li:hover .navSub {
	display: block;
	float: none;
	left: 0;
	top: 36px;
	position: absolute;
	width: 170px;
	padding: 7px 0;
	z-index: 100;
	}
#navDept li:hover .navSub li {
	clear: left;
	display: block;
	float: none;
	position: relative;
	}
#navDept li:hover .navSub li a {
	background: #78684e;
	border-top: 0;
	display: block;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c5b9a7;
	text-transform: none;
	}
#navDept li .navSub a.selected {
	color: #cbd7e2;
	}
#navDept li:hover .navSub li a:hover {
	color: #fff;
	}
#navDept li:hover .navSub li .navSub {
	display: none;
	position: relative;
	}
#navDept li:hover .navSub li:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 194px;
	position: absolute;
	width: auto;
	}
#navDept li:hover .navSub li:hover .navSub li .navSub {
	display: none;
	position: relative;
	}
#navDept li:hover .navSub li:hover .navSub li:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 194px;
	position: absolute;
	width: auto;
	}

/* ------------------ */		
	
#homepage .left-internal {
	display: none;
}
	
/* currency buttons */	

#currency-box {
		width: 93px;
		height: 35px;
		position: absolute;
		right: 0;
		position: absolute;
		top:-36px;
		background: url(../img/currency-buttons.gif) -322px top no-repeat;
		padding: 0 0 0 69px;
}

.currency-button {
		width: 22px;
		height: 35px;
		float: left;
}

#pound.currency-button {
		background: url(../img/currency-buttons.gif) -230px no-repeat;
}

#pound.currency-button:hover {
		background: url(../img/currency-buttons.gif) -69px no-repeat;
}

#currency-box #pound.active {
		background: url(../img/currency-buttons.gif) -69px no-repeat;
}




#dollar.currency-button {
		background: url(../img/currency-buttons.gif) -252px no-repeat;
}

#dollar.currency-button:hover {
		background: url(../img/currency-buttons.gif) -91px no-repeat;
}

#currency-box #dollar.active {
		background: url(../img/currency-buttons.gif) -91px no-repeat;
}




#euro.currency-button {
		background: url(../img/currency-buttons.gif) -273px no-repeat;
}

#euro.currency-button:hover {
		background: url(../img/currency-buttons.gif) -112px no-repeat;
}

#currency-box #euro.active {
		background: url(../img/currency-buttons.gif) -112px no-repeat;
}




#yen.currency-button {
		background: url(../img/currency-buttons.gif) -294px no-repeat;
}

#yen.currency-button:hover {
		background: url(../img/currency-buttons.gif) -133px no-repeat;
}

#currency-box #yen.active {
		background: url(../img/currency-buttons.gif) -133px no-repeat;
}



/* customer tools */

#navToolsTitle {
	display: none;
	}
#navTools,
#navTools li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navTools {
	position:absolute;
	right:-104px;
	top:-83px;
	width:720px;
	}
#navTools li {
	float: left;
	margin-right: 2em;
	}
#navTools li a {
	color: #aaa;
	font-weight: bold;
	padding: .5em 0;
	}
#navTools li a:hover,
#navTools li a.selected {
	color: #fff;
	}
#navTools li a span {}

/* menu items */

.navStaticTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0 .5em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
.navStatic,
.navStatic li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.navStatic {
	margin-bottom: 1em;
	}
.navStatic li a,
.navStatic li a:link,
.navStatic li a:visited,
.navStatic li a:active {
	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 1em .9em;
	color: #777;
	display: block;
	width: 100%;	
	}
.navStatic li a:hover {
	color: #111;
	}
.navStatic li a span {
	display: block;
	padding: .5em 10px .5em 2.4em;
	}

/* newsletter signup */

#newsletterTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#newsletter label {
	display: none;
	}
#newsletterEmail {
	background: #fff;
	border: 1px solid #d9d9d9;
	float: left;
	margin: 0;
	padding: 4px;
	width: 170px;
	}
#newsletterSubmit {
	background: #5a8bb6;
	border: 0;
	color: #fff;
	float: right;
	height: 2.2em;
	line-height: 2.2em;
	margin: 0;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	text-transform: uppercase;
	}
#newsletterSubmit:hover {
	background: #4f7a9f;
	cursor: pointer;
	}

/* menu items */

#recentlyViewedTitle {
	background: #f2f2f2;
	font-size: 1em;
	margin: 1em 0 .5em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#recentlyViewed,
#recentlyViewed li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#recentlyViewed {
	margin-bottom: 1em;
	}
#recentlyViewed li a,
#recentlyViewed li a:link,
#recentlyViewed li a:visited,
#recentlyViewed li a:active {
	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 1em .9em;
	color: #777;
	display: block;
	width: 100%;	
	}
#recentlyViewed li a:hover {
	color: #111;
	}
#recentlyViewed li a span {
	display: block;
	padding: .5em 10px .5em 2.4em;
	}


/* =CONTENT
=============================================== */

#main {
	font-size: 1.2em;
	width: 706px;
	float: right;
	background: url(../img/main-flourish.gif) top right no-repeat;
	padding: 1px 0 0 0;
	color: #746347;
	line-height: 1.5em;
	}
	
#homepage #main {
	float: none;
	width: auto;
	height: auto;
	background: none;
}

/* content area */

#homepage #content {
	margin: 5px 0;
	padding: 10px 119px 0;
	float: left;
	}

#content {
	margin: 1em 0 25px;
	}
#content #contactDetails {

	}
#content #contactDetails address {
	margin: 0;
	}
#content a {
	text-decoration: underline;
	}
#content a:hover {
	text-decoration: none;
	color: #746347;
	}
#content p {
		font-size: 12px;
		color: #746347;
		line-height: 18px;
	}
#homepage #container #content p {
		text-align: center;
		margin: 0;
		margin: 0 0 14px;
	}

.first-letter {
		font-size: 20px;
	}

	
#content ul,
#content ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#content ul {	
	margin: 1em 0 2em 0;
	}
#content ul li {
	list-style: disc;
	margin: .5em 0 .5em 2em;
	}
p.buttonWrapper {
	height: 2em;
	line-height: 2em;
	margin: 1em 0;
	}
p.buttonWrapper a:link,
p.buttonWrapper a:visited,
p.buttonWrapper a:active {
	background: #5a8bb6;
	color: #fff;
	margin-right: .5em;
	padding: .5em 1em;
	}
p.buttonWrapper a:hover {
	background: #4f7a9f;
	}

/*  sub-department navigation - content area */

#navSubDept,
#navSubDept li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navSubDept {
	background: #f2f2f2;
	color: #777;
	margin: 1em 0 2em 0;
	padding: 1em 10px;
	position: relative;
	}
#navSubDept li {
	display: block;
	float: left;
	height: 2em;
	line-height: 2em;
	list-style: none;
	margin: 0 10px;
	width: 315px;
	}
#navSubDept li a {
	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 0 50%;
	color: #888;
	display: block;
	font-weight: normal;
	text-indent: 1em;
	}
#navSubDept li a:hover,
#navSubDept li a.selected {
	color: #111;
	}


/* =FORMS
=============================================== */

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
legend {
	clear: left;
	color: #222;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	}
fieldset h3 {
	margin: 1em 0;
	}
.formField {
	background: #fff;
	color: #746347;
	border: 1px solid #dbd1c7;
	padding: 4px;
	width: 170px;
	font-family: Arial;
	font-size: 12px;	
	}
select.formSelect {
	background: #fff;
	color: #746347;
	border:1px solid #dbd1c7;
	padding: 3px 4px;
	width: 170px;
	}
select.formSelectMedium {
	background: #fff;
	color: #746347;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 3px 4px;
	width: 90px;
	}
.formFieldShort {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 4px;
	width: 50px;
	}
.formFieldMedium {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 4px;
	width: 90px;
	}
h3 .formRadio {
	margin: -.2em .5em 0 0;
	}
p .formRadio {
	margin: -.2em .5em 0 0;
	}
.formButton {
	background: #5a8bb6;
	border: none;
	color: #fff;
	height: 23px;
	line-height: 2.2em;
	overflow: hidden;
	padding: 0 4px 2px 4px;
	text-indent:-999px;
	}
.formButton:hover {
	background: #4f7a9f;
	cursor: pointer;
	}
	
#send-password-button {
	width: 96px;
	height: 23px;
	background:transparent url(../img/button-send-password.gif) no-repeat scroll 0 0;
}

#smtCustomer {
	margin-top: 20px;
	width: 116px;
	height: 23px;
	background:transparent url(../img/update-your-info.gif) no-repeat scroll 0 0;
}


#content #smtPassChange {
	margin-top: 10px;
	float: none;
	width: 116px;
	height: 30px;
	background:transparent url(../img/button-update.gif) no-repeat scroll 0 0;
}

	
label {
	margin: .5em 0;
	}
label span {
	color: #a00;
	font-size: 110%;
	font-weight: bold;
	}
input.error{
	background: #fee3ad;
	border: 1px solid #781351
}	

input.formField:focus,
input.formFieldShort:focus,
input.formFieldMedium:focus,
textarea:focus,
.quantity:focus,
.formField.comments:focus	{
	background: #fff;
	border: 1px solid #aaa;
	}


/* =TABLES
=============================================== */

#frmContact td span {

}

#frmContact td {
	padding-bottom: 0.8em;
}

table {
	border-collapse: collapse;
	border: 1px solid #DECFBA;	
	line-height: 150%;
	margin: .5em 0 1em 0;
	width: 100%;
	}
th {
	background: #B8AF9E;
	border-bottom: 1px solid #DECFBA;
	border-top: 1px solid #DECFBA;
	padding: 5px;
	color: #fff;
	}
tr {
	border-left: 1px solid #DECFBA;	
	border-right: 1px solid #DECFBA;
	}
td {
	background: #fff;	
	border-right: 1px solid #DECFBA;	
	vertical-align: top;	
	}

th.first,
td.first {
	width: 25%;
	}
td.qty {
	width: 100px;
	text-align: center;
	}
th.remove {
	width: 75px;
	}
th.product,
th.attributes {
	width: 30%
	}


/* =MISC
=============================================== */

/* site map */

#sitemap,
#sitemap ul,
#sitemap li {
	list-style: none;		
	margin: 0;
	padding: 0;
	}
#sitemap {
	margin: 1em 0;
	}
#sitemap li {
	margin: .5em 0;
	}
#sitemap li h3 {
	margin: .2em 0;
	}
#sitemap ul {
	padding-left: 20px;
	}

/* shopping cart & checkout */

.blockLeft {
	margin: 2em 0;
	background: #F0ECE1;
	padding: 20px 10px;	
	float: left;
	width: 320px;
	}
.blockRight {
	margin: 2em 0;
	background: #F0ECE1;
	padding: 20px 10px;
	float: right;
	width: 320px;
	}


.module1 {
	margin: 1em 0 0;
	background: #F0ECE1;
	padding: 20px 0 0 0;
	}
.module2 {
	margin: 0;
	background: #F0ECE1;
	}
	
#ThisForm .module1, #ThisForm .module2 {
	background: none;
}

#main .module1 label, #main .module2 label
 {
	float: left;
	color: #646464;
	line-height:28px;
	width: 144px;
	text-align: right;
}

#main .module1 .formField, #main .module2 .formField 
{
	width: 191px;
	margin:0 0 0 6px;
	float: left;
}

#main .module2 .formButton {
	float: left;
	width: 180px;
	height: 23px;
	background:transparent url(../img/button-login-and-procede-to-checkout.gif) no-repeat scroll 0 0;
	margin: 0 0 0 5px;
}


#main #loginButton {		
	height: 23px;
	width: 115px;
	background:transparent url(../img/button-login.gif) no-repeat scroll 0 0;
	margin: 10px 0 0 0;
	float: none;
}


#main #button-request-password {		
	height: 28px;
	width: 120px;
	background:transparent url(../img/button-request-password.gif) no-repeat scroll 0 0;
	margin: 10px 0 0 0;
	float: none;
}






a.forgot-password {
	clear:both;
	color:#646464;
	float:left;
	font-size:11px;
	padding:0 0 10px 151px;
}
	
	
.module1 *:first-child,
.module2 *:first-child {
	margin-top: 0;
	}
.formCheckbox,
.formRadio {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
p .formCheckbox {
	margin: -.4em .5em 0 0;
	}
p .formRadio {
	margin: -.4em .5em 0 0;
	}
#cartContents {
	margin-bottom: 1em;
	}
#cartContents td.productDetails {
	padding-left: 80px;
	}
.cartProductImage {
	display: inline;
	float: left;
	margin: 0 0 0 -75px;
	}
.cartProductImage a img {
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 2px;
	width: 60px;
	}
.cartProductImage a:hover img {
	background: #eee;
	border: 1px solid #d5d5d5;
	padding: 2px;
	}
#content a.removeItem {
	background: url(../graphics/site/removeItem.gif) no-repeat 14px 50%;
	height: 16px;
	padding-left: 20px;
	text-decoration: none;
	}
a.removeItem span{
	visibility: hidden;
	}
#acceptedCards img {
	margin-right: .5em;
	}

/* cart totals */

#total {
	clear: both;	
	padding: 0;
	font-size: 110%;
	width: 350px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	}
#total dt {
	/*border-bottom: 1px solid #ddd;*/	
	line-height: 1.6em;
	}
#total dd {
	line-height: 1.6em;
	margin-top: -1.6em;
	text-align: right;
	}
#total .total {
	font-size: 1.2em;
	}

.actions {
	clear: both;
	margin: 1em 0;
	padding:4px 0 0;
	border-bottom: 4px solid #e8e3da;
	border-top: 4px solid #e8e3da;
	width: 100%;
}

.actions #acceptedCards{
	float: left;
	width:210px;
	padding-top: 4px;
}

.checkout-bottons{
	float: right;
	width: 473px;
	padding: 2px 0 6px;	
}	

/* content area forms (checkout, login, contact form etc.) */

#main label {
	display: block;
	font-family: Georgia;
	}
#main .formField,
#main .formFieldMedium {
	/*margin: 0 0 .8em 0;*/
	margin: 0;
	width: 280px;
	}
#main select.formSelect,
#main select.formSelectMedium,
#main select.formSelectShort {
	/*margin: 0 0 .8em 0;*/
	margin: 0;
	width: 280px;
	font-size: 12px;
	}
#content .formField,
#frmContact .formField {
	width:236px;
	}
#content .qtyInputBox{	
	width: 20px;
	height: 13px;
	border: 1px solid #DFDFDF;
	font-size: 11px;
	font-family: arial;
	text-align: center;
	color: #666666;
}
#content .formFieldShort,
#frmContact .formFieldShort {
	margin: .2em 0 1em 0;
	width: 50px;
	}
#content select.formSelect,
#frmContact select.formSelect {
	width:245px;
	}
#content select.formSelectMedium,
#frmContact select.formSelectMedium {
	margin-right: .8em;
	width: 80px;
	}
#content .formButton,
#frmContact .formButton {
	float: left;
	margin-right: .2em;
	}
#cv2 {
	float: left;
	margin: -.2em 0 0 1em;
	}
	
#container .update-basket {
	background: url(../img/button-update-basket.gif) no-repeat;
	width: 92px;
}

#container .empty-basket {
	background: url(../img/button-empty-basket.gif) no-repeat;
	width: 92px;
}

#container .continue-shopping {
	background: url(../img/button-continue-shopping.gif) no-repeat;
	width: 106px;
}

#container .proceed-checkout {
	background: url(../img/button-procede-to-checkout.gif) no-repeat;
	width: 172px;
}

#container .back-to-account {
	background: url(../img/back-to-my-account.gif) no-repeat;
	width: 114px;
	height: 31px;
	margin-top: -4px;
}

#subContact {
	background: url(../img/button-request-free-sample.gif) no-repeat;
	width: 116px;
	height: 23px;
	margin: 10px 0 0 0;
}

.calPrice {
	background: url(../img/button-calculate-prices.gif) no-repeat;
	border: none;
	width: 89px;
	height:23px;
	text-indent: -9999px;
	float:left;
	clear: both;
}



/* checkout summary */

#checkout dl.cartSummary,
#checkout dl.cartSummary dt,
#checkout dl.cartSummary dd {
	margin: 0;
	padding: 0;
	}
#checkout dl.cartSummary dt {
	clear: left;
	float: left;
	margin: 0;
	width: 40%;
	}
#checkout dl.cartSummary dd {
	float: left;
	margin: 0;
	width: 59%;
	}
.addGiftWrap {
	float: left;
	margin: -.5em 0 0 0;
	}

/* checkout form layout */

table.user,
table.user tr,
table.user td {
	background: none;
	border: none;
	padding: 0;
	}
table.user {
	margin: 0;
	}
table.user td {
	width: 50%;
	}	
.paymentGateway {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	display: block;
	margin: -.5em 1em 1em 0;
	padding: 3px;
	}
	

.address-table-container {
	width: 352px;
	float: left;
}	
	
#content table.address-fields {
	border:1px solid #CCB7A6;
	margin:2px 0 20px 0px;
	width:351px;
	padding:0px 0 10px;
	display: block;
}

#content table.address-fields td{
	padding:0px 0 5px;
}

#content table.address-fields  label {
	float:left;
	line-height:17px;
	text-align:right;
	width:120px;
	margin:0;
}

#content table.address-fields  .formField {
	float:left;
	height:18px;
	margin:0 0 0 7px;
	padding:2px 0 0 4px;
	width:190px;
}

#content table.address-fields  select {
	float:left;
	height:22px;
	margin:0 0 0px 7px;
	padding:0px 0 0;
	width:196px;
}

h3.ship-type {
	border-left: 1px solid #CCB7A6;
}

h3.table-header {
	background: url(../img/table-header-bg.gif) repeat-x;
	color: #fff;
	font-family: Arial;
	font-size: 11px;
	height: 31px;
	line-height: 31px;
	padding: 0 0 0 11px;
	margin: 0;
}

p.same-as {
	margin:0 0 4px;
	padding: 0 0 0 20px;
	font-family: Georgia;
}


/* postage options */

.postage-options {
	background: #F0ECE1;
	padding: 22px 0 15px 120px;
	margin: 0 0 25px 0;
}

#content .postage-options p{
	margin: 0 0 5px 0;
	font-family: georgia;
	color: #696661;
}


/* =PRODUCT LISTS
=============================================== */

/* product list */

.products,
.products li {
	list-style: none;
	margin: 0;
	padding: 0;
	} 
.products li {

	margin: 0 0 1em 0;
	padding: 1px 10px 0 170px;
	position: relative;
	}
.products li:hover {

	}
.products li h3 {
	background: none;
	clear: left;
	font-size: 16px;
	margin: 0 0 5px 0;
	color: #bb9456;
	}
.products li h3 a,
.products li h3 a:link,
.products li h3 a:visited,
.products li h3 a:active {
	color: #4e789d;
	}
.products li h3 a:hover {
	color: #111;
	}
.products .image {
	display: inline;
	float: left;
	margin: -2.6em 0 1em -158px;
	width: 146px;
	}
.products .image a img {
	background: #eee;
	padding: 2px;
	}
.products .image a:hover img {
	background: #fff;
	padding: 2px;
	}
.products .addWishlist,
.products .addCompare {
	display: inline;
	margin: .5em 1em .5em 0;
	}
.products .desc {
	line-height: 1.5em;
	}
.products .rrp {
	color: #777;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	}
.products .rrp span {
	color: #555;
	}
.products .onSale {
	background: #a00;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 1em .5em 1em;
	position: absolute;
	top: -.5em;
	right: 10px;
	}
.products .price {
	color: #222;
	font-size: 12px;
	font-weight: bold;
	}
.products .quantity {
	clear: both;
	margin: -3em 0 1em 0;
	text-align: right;
	}
.products .actions {
	float: right;
	margin: .5em 0;
	text-align: right;
	}

/* product grid */

.products.grid {
	margin-right: -10px;
	width: 710px;
	}
.products.grid li {
	float: left;
	margin-right: 10px;
	padding: 10px 10px 0 10px;
	width: 204px;
	}
.products.grid .image {
	float: none;
	margin: 1em 0;
	}
.products.grid .addWishlist,
.products.grid .addCompare {
	border: 0;
	display: block;
	margin: .2em 0;
	padding: 0;
	}
.products.grid .price {
	margin: .5em 0;
	}
.products.grid .price span {
	display: block;
	margin: .5em 0;
	}
.products.grid .actions {
	clear: both;
	float: none;
	margin: .5em 0;
	text-align: left;
	}

/* sort by options / attributes header */

#productSort h3 {
	clear: both;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0 0 0;
	text-transform: uppercase;
	}
#productSort h3 a {
	color: #999;
	height: 2.7em;
	line-height: 2.7em;
	padding: .8em 10px;
	}
#productSort h3 a:hover {
	color: #555;
	}
#productSort h3 a.selected {
	background: #f2f2f2;
	color: #111;
	}
#productSort h3 a span {
	color: #777;
	letter-spacing: normal;
	text-transform: none;
	}

/* sort container */

#productSort #productSortOptions {
	background: #f2f2f2;
	margin: 0 0 1em 0;
	padding: .5em 10px;
	}

/* sort options */

#productSort #productSortOptions .sortBlock {
	float: left;
	margin-right: 10px;
	width: 140px;
	}
#productSort #productSortOptions .sortBlock .formSelect {
	width: 140px;
	}
#productSort #productSortOptions .formButton {
	float: right;
	margin-top: 2.6em;
	}

/* sort by attributes */

#productSort h4 {
	margin: .8em 0 0 0;
	text-transform: none;
	}
#productSort #productSortOptions dl,
#productSort #productSortOptions dl dt,
#productSort #productSortOptions dl dd {
	margin: 0;
	padding: 0;
	}
#productSort #productSortOptions dl {
	margin: .5em 0;
	padding-left: 150px;
	position: relative;
	}
#productSort #productSortOptions dl dt {
	clear: left;
	color: #555;
	float: left;
	font-weight: bold;
	margin-left: -150px;
	width: 140px;
	}
#productSort #productSortOptions dl dd {
	color: #888;
	float: left;
	margin-right: 1em;
	}

/* pagination */

.pagination {
	background: #f2f2f2;
	clear: both;
	color: #777;
	font-weight: bold;
	margin: -2em 0 1em 0;
	padding: .5em 10px .5em 5px;
	}
.pagination p {
	margin: 0;
	}
.pagination p.current {
	display: inline;
	float: right;
	line-height: 1em;
	margin: .5em 0;
	}
.pagination p.summary {
	border-left: 1px solid #bbb;
	float: right;
	line-height: 1em;
	margin: .5em 0 .5em .6em;
	padding-left: .5em;
	}
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:active {
	color: #666;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 2px;
	padding: .1em 6px;
	}
.pagination a:hover {
	color: #111;
	}
.pagination a.selected {
	background: #fff;
	color: #111;
	}
.pagination.end {
	margin-top: 0;
	}


/* =PRODUCT DETAILS
=============================================== */

/* product details */

p.product-details {
	padding: 0 30px 0 0;
}

#product {	
	margin: 0;
	width: 706px;
	float: none;
	}
	

	
.products {
	clear: both;
	padding: 1px 0 0 0;
}

/* image gallery */

#product-leftcol {
	float: left;
	width: 321px;
}

#product .image {	
	float: right;
	margin: 1em 0;
	width:330px;
	}
#product .image p {
	margin: 1em 0;
	}
#product .galleryContainer{
	width:330px;
	height:300px;
}	
a#viewlargelink {
	display: block;
	width: 93px;
	height: 22px;
	background: url(../img/more-images.gif) no-repeat;
	float: right;
	margin:0 0 35px;
}	

a#viewlargelink span {
	display: none;
}	

#product .image h2 {
	font-family: Georgia;
	font-weight: bold;
	font-size: 16px;
	color: #bb9456;
}
	
#product .image ul,
#product .image ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#product .image ul {
	font-size: 11px;
	color: #666666;
	}

#product .image ul li {
	margin: 0 5px 0 0;
	}
	
#product .image ul li.total {
	clear: both;
	padding:4px 0;
	border-bottom: 4px solid #e8e3da;
	border-top: 4px solid #e8e3da;
	margin: 10px 0 0 0;
	width:100%;
	float: left;
	position: relative;
	}

#content #add-to-basket {
	background: url(../img/add-to-basket.gif) 0 0px no-repeat;
	text-indent: -9999px;
	width:93px;
	height: 23px;
	position: absolute;
	right: 0px;
	top: 2px;
}

#content #add-to-basket-table-cloth {
	background: url(../img/add-to-basket.gif) 0 0px no-repeat;
	text-indent: -9999px;
	width:93px;
	height: 23px;
	float: right;
	margin-top: 5px;
}

	
#product .image ul li.total #totalCost {
	font-weight: bold;
	}	

#product .image ul li ul li.sum-title {
	width: 210px;
	float: left;
	}
	
#product .image ul li ul li.sum-total {
	width: 50px;
	float: left;
	text-align: right;
	}
	
#product .image ul li ul li.sum-quantity {
	width: 50px;
	float: left;
	text-align: right;
	}
	
#product .image ul li a img {
	background: #f2f2f2;
	padding: 4px;
	}
#product .image ul li a:hover img {
	background: #ddd;
	padding: 4px;
	}
.thumbnailList{
	/*clear: both;*/
	margin: 8px 0 0 0;
	padding: 0;
	width: 685px;
	height: 116px;
}
.thumbnailList li{
	list-style: none;
	float: left;
	width: 164px;	
	padding-right: 7px;
	}
#showLargeImg{
	width: 678px;
}

#nyroModalContent span {
	position: absolute;
	width: 450px;
	height: 25px;
	text-align: left;
	font-size: 16px;
	color: #333333;
	left:212px;
	top:19px;
}

/* colour swatch modal */

#table-palette {
	display: none;
	width:654px;
	/*position:relative;
	z-index:99;
	float:left;
	background:#FFFFFF none repeat scroll 0 0;
	*/
}

#BigImgContainer {
	width: 315px; 
	height: 315px;
	float: left;
	text-align:center;
}

#BigImgContainer .loadingImage {
	margin: 130px 0 0 0;
	display: none;
}

a.request-sample-button {
	display: block;
	float: right;
	background:transparent url(../img/button-request-free-sample.gif) no-repeat scroll 0 0;
	height:23px;
	margin:15px 0 0;
	width:116px;
}

a.request-sample-button em {
	display: none;
}

p.caption {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
	color: #343434;
	float: left;
	clear: left;
	padding: 8px 0 0 0;
	margin: 0;
}

#showBigImg{
	width: 315px;
}

img.BigImage {
	width: 315px;
}

ul.colour-samples {
	float: right;
	width: 327px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	list-style-type: none;
	text-align: left;
}



ul.colour-samples li {
	float:left;
	margin:0 0 0 9px;
	padding: 0px 0 0 0;
	width:72px;
}

ul.colour-samples li label {
	float:left;
	height:26px;
	line-height:12px;
	margin:3px 0 7px;
	padding:0;
	text-transform: capitalize;
	font-size:11px;
}

ul.colour-samples li img {
	width: 72px;
	height: 72px;
	float: left;
}

/* product price & options */

#product .info {
	margin: 1em 0;
	position: relative;
	border: 1px solid #e7e5dc;
	float: left;
	width:100%;
	margin:1em 0 20px;
	}
#product .info .onSale {
	background: #c00;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 1em .5em 1em;
	position: absolute;
	top: -.5em;
	right: 10px;
	}
#product .info .price {
	color: #111;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 1em 0 .5em 0;
	}
#product .info .price span {
	color: #aaa;
	display: block;
	}
#product .info .rrp {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	}
#product .info h3 {
	line-height: 2em;
	margin-bottom: -.1em;
	background: #f6f4f1;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 13px;
	}
#product .info label {
	float: left;
	margin: 0;
	color: #c1c0c0;
	font-size: 11px;
	font-style: italic;
	padding:0 0 0 13px;
	line-height:24px;
	}
#product .info .formField {
	width: 270px;
	}
#product .info .formButton {
	margin: .2em 0 0 0;
	}
#product .info .formFieldShort,
#product .info .formButton {
	float: left;
	margin-right: 1em;
	}
#product .info #addWishlist,
#product .info #addComparison {
	margin: .5em 0;
	}
	
	
	
.calculationBox {
	clear: both;
}	
	
#main  .calculationBox label {
	display: inline;
}

#main  .calculationBox ul#sizeSwitcher {
	float: right;
	margin: 0;
}

#main  .calculationBox li {
	list-style-type: none;
	float: right;
}

#main  .calculationBox  span {
	float: left;
	font-family:georgia;
	font-weight:bold;
	line-height:33px;
	color: #656565;
}





	
	
#product .actions {
	clear: both;
	}
#product .tableCloth-type h3 {
	line-height: 2em;
	margin-bottom: .3em;	
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding:0;
	}
#product .tableCloth-type  ul,
#product .tableCloth-type  ul li{
	list-style: none;
	margin: 0 0 13px;
	padding: 0;	
	}
#product .tableCloth-type  li input{
	float: left;
	width: 15px;	
	padding:0;
	margin-left: 0;
}

#product .tableCloth-type  li label{
	float: left;
	margin:0;
	padding:0 0 0 3px;
	color: #534f48;
	font-size: 11px;
	font-family: Arial;
}
	
#product .tableCloth-type  li{
	float: left;
	width: 100px;	
	}
	
.items {
	width: 350px;
	padding-left:0;
}

.items li{
	float: left;
	padding:5px 5px 0 0;
	list-style: none;
	width: 70px;
}

.items li.item-title{
	width: 90px;
}

.items li.item-size{
	width: 60px;
}

.items li.item-colour,
.items li.item-colour-plain-only
{
	width: 60px;
	text-align: center;
	color: #BB9456 !important;
}

#content ul.recommended ul.items li.item-price{
	width: 50px;
	margin: 0 20px 0 0;
	font-weight: bold;
	text-align:right;
}

.items li.subProdQuantity{
	width: 40px;
}

#coloursOption {
	clear: both;
	padding: 0 13px;
	width: 296px;
}

.coloursOptItems {
	width: 171px;
	float: right;
	height: 109px;
	overflow: auto;
}

.largerColourOption {
	float: left;
	width: 64px;
	cursor: pointer;
}

#coloursOption .coloursOptItems ul {
	float: left;
	margin: 0;
}

#coloursOption .coloursOptItems ul  li{
	list-style-type: none;
	border-bottom: 1px solid #e1dace;
	margin: 0 0 0 0;
	font-family: Georgia;
	color: #666666;
	width: 142px;
	clear: both;
	float: left;
	cursor: pointer;
}

#coloursOption ul  li .option-left {
	width: 115px;
	display: block;
	float: left;
}

#coloursOption ul  li img{
	float: left;
	margin: 3px 11px 0 0px;
}

#coloursOption ul  li .option-name {
	float: left;
	width:88px;
	line-height:14px;
	margin: 3px 0px 0 0px;
	font-size: 12px;
}

.pop-notice {
	background: #E3402A;
	position: absolute;
	right: -145px;
	top: -3px;
	color: #fff;	
	padding:20px;
	width:146px;
}

.pop-notice a {
	color: #fff;
}

.spike {
	display: block;
	height:18px;
	width: 19px;
	background: url(../img/red-spike.gif) repeat-x bottom left;
	position: absolute;
	right: 120px;
	bottom: -18px;
}

.optionList {
	width: 296px;
}
.optionList h4{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	color: #666666;
	text-transform: none;
}


.loadingImage{
	margin: 220px 0 0 0;
}

#content ul.recommended {

}

#content ul.recommended li {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e8e3da;
}

#content ul.recommended ul.items {
	margin: 0;
}

#content ul.recommended ul.items li {
	margin: 0;
	padding: 0;
	color: #534f48;
	font-size: 11px;
	border: none;
}

/* =ARTICLES
=============================================== */

#articles ul,
#articles li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#articles ul {
	margin: 1em 0;
	}
#articles ul li {
	background: url(../graphics/petrol/articleBg.gif) repeat-x bottom left;
	list-style: none;
	margin: 1em 0 .5em 0;
	padding: 0 0 .8em 0;
	}
#articles ul li a {
	background: url(../graphics/petrol/articleIcon.gif) no-repeat 0 0;
	color: #666;
	font-weight: bold;
	padding-left: 2.3em;
	padding-top: .2em;
	}
#articles ul li a:hover {
	background: url(../graphics/petrol/articleIcon2.gif) no-repeat 0 0;
	color: #111;
	}
#pageAuthor {
	background: #f2f2f2;
	padding: .5em 10px;
	}


/* =REVIEWS
=============================================== */

/* star ratings */

.review {
	background: url(../graphics/petrol/ratings.gif) no-repeat 0 0;
	display: block;
	height: 12px;
	line-height: 12px;
	margin: 1em 0;
	padding-left: 80px;
	}
p.rating0 {
	background-position: 0 0;
	}
p.rating1 {
	background-position: 0 -12px;
	}
p.rating2 {
	background-position: 0 -24px;
	}
p.rating3 {
	background-position: 0 -36px;
	}
p.rating4 {
	background-position: 0 -48px;
	}
p.rating5 {
	background-position: 0 -60px;
	}
p.rating6 {
	background-position: 0 -72px;
	}
p.rating7 {
	background-position: 0 -84px;
	}
p.rating8 {
	background-position: 0 -96px;
	}
p.rating9 {
	background-position: 0 -108px;
	}
p.rating10 {
	background-position: 0 -120px;
	}

/* product page reviews */

#reviewcontainer {
	position: relative;
	}
#reviews {
	background: #f2f2f2;
	clear: both;
	margin: 1em 0;
	padding: 1px 10px;
	position: relative;
	}
#writeReview {
	background: #333;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: .5em 1em .4em 1em;
	position: absolute;
	top: 10px;
	right: 10px;
	}
#writeReview a {
	color: #aaa;
	}
#writeReview a:hover {
	color: #fff;
	}
#reviews h3 {
	margin-bottom: 0;
	margin-right: 160px;
	}
#reviews .review {
	float: right;
	margin-bottom: -1.3em;
	}
p.reviewAuthor {
	float: right;
	margin-top: 0;
	}
.reviewDate {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
	padding-bottom: .5em;
	}
dl#reviewForm,
dl#reviewForm dt,
dl#reviewForm dd {
	margin: 0;
	padding: 0;
	}
dl#reviewForm dt {
	margin: .5em 0 .2em 0;
	}


/* =SEARCH RESULTS
=============================================== */

#searchResults,
#searchResults li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#searchResults {
	margin: 1em 0;
	}
#searchResults li {
	list-style: decimal;
	margin: 1em 0 1em 2.5em;
	}
#searchResults h3 {}
#searchResults p {
	margin-top: -1em;
	}
#searchResults span {
	background: #ccc;
	color: #fff;
	font-size: .9em;
	font-weight: normal;
	margin-left: .5em;
	padding: .2em .5em .15em .5em;
	}


/* =FOOTER
=============================================== */

#footer {
	background: url(../img/footer-back.jpg) center top no-repeat;
	clear: both;
	color: #7a6a50;
	font-size: 1.1em;
	height:112px;
	padding:25px 0 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	line-height:16px;
	}
#footer .inner {
	margin: 0 auto;
	width: 960px;
	}
#footer p {
	margin-bottom: 0;
	margin:5px 0 0;
	}
#footer ul,
#footer li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer ul {
	margin: 0px 0 0 0;
	}
#footer li {
	display: inline;
	margin-left: .4em;
	padding-left: .8em;
	background: url(../img/footer-pipe.gif) left center no-repeat;
	}
#footer li.first {
	border: 0;
	margin-left: 0;
	padding-left: 0;
	background: none;
	}
#footer a {
	color: #7a6a50;
	font-family: Verdana, Geneva, sans-serif;
	}
#footer a:hover {
	color: #5A330A;
	}
#footer #credits {
	}
	
/* =ANYTHING ELSE */

.hideme{
	display:none !important;
}


/* =FLOAT FIX
=============================================== */

.inner:after,
#content:after,
.products:after,
.products li:after,
.pagination:after,
#total:after,
.module1:after,
.module2:after,
.calculationBox:after,
.calInput:after,
#main .calculationBox ul.calInput li:after,
ul.items:after,
ul#summarybox:after,
#search:after,
#advancedSearch:after,
#brand:after,
#newsletter:after,
#navSubDept:after,
#navSubDept li:after,
#productSortOptions:after,
#coloursOption:after,
#product:after,
#product .galleryContainer:after,
#home #dept-box-container:after,
.actions:after,
.optionList:after,
dl:after,
dl dt:after,
dl dd:after,
form:after,
.billShipBlock:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.inner,
#content,
.products,
.products li,
.pagination,
#total,
.module1,
.module2,
#search,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	display: block;
	}
/*  \*/
.inner,
#content,
.products,
.products li,
.pagination,
#total,
.module1,
.module2,
.blockLeft,
.blockRight,
#search,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	min-height: 1%;
	}
* html .inner,
* html #content,
* html .products,
* html .products li,
* html .pagination,
* html #total,
* html .module1,
* html .module2,
* html #search,
* html #brand,
* html #newsletter,
* html #navSubDept,
* html #navSubDept li,
* html #productSortOptions,
* html dl,
* html dl dt,
* html dl dd,
* html form,
* html .billShipBlock {
	height: 1%;
	}
 /*  */
 
 
 .make-relative {
	position: relative;
	height: 1px;
	float: left;
 }
 
 img.drop-demo
 {
	border:14px solid #DEDCD0;
	left:-109px;
	position:absolute;
	top:-117px;
	display: none;
	cursor: pointer;
 }
 
  .warning-popup{
	border:15px solid #EE6656;
	background-color: #FFFFFF;
	left:-109px;
	position:absolute;
	top:-117px;
	display: none;
	padding: 30px 20px 20px;
	width: 300px;
	/*min-height: 100px;*/
	cursor: pointer;
  }

 
  /* Colour samples */
 
 #colorForBedLinen{
		clear:both;
		float:left;
		margin:0;
		padding:20px 0 0;
		width:432px;
}
.colorList {
                
}
#content .colorList ul {
	margin:0 0 0;
	width: 500px;
	list-style-type: none;
}

#content .colorList li {
	float: left;
	list-style: none;
	padding: 0 0 11px 0;
	cursor: pointer;	
	margin:0 10px 0 0;	
	width:130px;
	height:140px;
}

#content .colorList li input{
	float:left;
	width:15px;
	margin: 0 5px 0 0;
}

#content .colorList li label{
	line-height:15px;
	margin:0;
	padding:2px 0 0 0px;
	width:90px;
	float: left;
	font-family: arial;
	font-size: 12px;
}

.sub-product ul:after,
.colorList:after{
	content: ".";
	display: block;
	clear: both;
	visibility: "hidden";
	height: 0px;
}



/*basket */

.basket-col1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}

table .subProductBasket {
	font-weight: bold;
	padding-top: 15px;
	}
table#linenBasket{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.promotion-area{
	background-color: #F0ECE1;
	margin: 0 0 10px;
	padding: 5px;
	height: 30px;	
}

#main .promotion-area label{
	float: left;
	width: 135px;
	margin-left: 450px;	
	font: Arial;
	font-size: 11px;
	line-height: 15px;
}

#main .promotion-area input{
	float: left;
	width: 100px;
	font-size: 14px;		
	font-weight: bold;
	color: #666666;	
}

.colCenter{
	text-align: center;
	padding-top: 5px;
}
.clear{
	clear: both;
}


#linenBasket{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}

.tableCloth-type h2 {
	color:#BB9456;
	font-family:Georgia;
	font-size:16px;
	font-weight:bold;
}





.tableClothSumBox{	
	margin-top: 173px;
	width: 330px;
}

*:first-child+html .tableClothSumBox {
	margin-top: 229px;
}



.tableClothSumBox ul#summarybox{
	margin: 0px;
}

#colour-option-popup{
	display: none;		
	left:-182px;
	top:-360px;
	z-index: 10;
	border:14px solid #DEDCD0;	
	position:absolute;	
}

#colour-option-popup a#closeBut{
	top: 0;
	right: 0;
}

p.steps {
	background: #F6EFE5;
	color: #BC9355;
	border-top: 1px solid #BC9355;
	border-bottom: 1px solid #BC9355;
	line-height: 26px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-family: georgia;
	font-size: 11px;
	margin: 14px 0 0 0;
}

#content p.step-title {
	display: block;
	color:#656565;
	font-size:12px;
	font-weight:bold;
	line-height:2em;
	margin: 0 0 5px 0;
	font-family: georgia;
	clear: both;
}

#productDisplay #content {
	margin: 5px 0 0px 0;
}


.static-page img.right {
	float: right; 
	padding: 0 0 20px 30px;
}

.static-page img.left {
	float: left; 
	padding: 0 30px 20px 0;
}

p.needHelp{
	margin: 20px 0 0 20px;
	color: #a39379;	
}
#content span#selectedColour{
	font-weight: bold;
}


#napkins-to-match{
	border-top: 4px solid #f5f4f1;
	margin-top: 50px;
	width: 100%;
}

#napkins-to-match img.napkins{
	display: block;	
	margin: -10px 0 10px;	
}


#napkins-to-match a span{	
	display: block;
	color: #746347;	
	text-decoration: underline;		
}
