@charset "utf-8";
/**
 * COLOURS USED
 * Body Text:          #5f5448
 * Orange Text:        #eb7a30
 * Green Text:         #49a637
 * Borders/Separators: #ccc7bb
 * Input Background:   #fafafa
 * Comment Background: #fef5e8
 * Comment Border:		 #fcd0b1
 **

/**
 * General page and element styling
 */
html {
	font-size: 62.5%;
}

/* Negate inheritance on em font sizes - not used!
html * {
  font-size: 1em;
}
*/

body {
	background-image: url('/furniture/page_background.png');
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #ffffff;

	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #5f5448;
}




/* GENERIC NON ELEMENT RELATED STYLES */
.dotted {
	border-bottom: 1px dotted #5f5448;
}

.clear {
	clear: both;
}

.right {
	float: right !important;
}

.left {
	float: left !important;
}

.center {
	text-align: center;
}

.orange {
	color: #eb7a30 !important;
}

.black {
	color: #5f5448 !important;
}

.hidden {
	display: none;
	visibility: hidden;
}

.bigger {
	font-size: 1.3em;
}

.nowrap {
	white-space: nowrap;
}


/* GENERAL PAGE ELEMENT STYLING */
a {
	text-decoration: none;
	color: #5f5448;
}

#main p a {
	color: #eb7a30;
}

#main p a:hover,
.refine a:hover,
.result .details a:hover,
.result .store a:hover,
#adverts .result .host a:hover,
.list a:hover,
.plain a:hover,
.categories p a:hover,
#help a:hover,
#copyright a:hover,
.listing a:hover,
table a:hover,
#addBookmarkContainer a:hover,
#login a:hover,
.news .slide h3 a:hover,
.news_article a:hover {
  text-decoration: underline;
}

table a.button:hover,
#latest_news_articles a:hover,
#adverts .result a:hover {
  text-decoration: none;	
}

a.button:hover,
a.button:hover span {
  text-decoration: none !important;
}

#categories a:hover,
.categories h4 a:hover, 
.tag_cloud a:hover,
.pagination a:hover {
	color: #eb7a30;
}

a.zoom {
	display: block;
	
	width: 64px;
	height: 21px;
	
	background-image: url('/furniture/zoom.png');
	background-position: left top;
	background-repeat: no-repeat;
	
	text-indent: -9999px;
}

h1 {

}

h2 {
	margin-bottom: 3px;

	font-size: 2.0em;
	color: #eb7a30;
}

h3 {
	margin-bottom: 1px;
	
	font-size: 1.6em;
	color: #eb7a30;
}

h4 {
	margin-bottom: 2px;
	
	font-weight: bold;
	font-size: 1.5em;
}

p,
address {
	font-size: 1.3em;
	line-height: 1.3em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup {
	vertical-align: super;
	font-size: 0.8em;
}

sub {
  vertical-align: sub;
  font-size: 0.8em;	
}

hr {
	height: 1px;

	margin: 8px 0px 14px 0px;

	border: none;
	border-top: 1px solid #ccc7bb;
}

span.line {	
	display: block;
	margin: 7px 0px 5px 0px;
	
	border-top: 3px solid #ccc7bb;
}

form label {
	float: left;
	
	margin-top: 8px;
	padding-bottom: 2px;
	
	font-size: 1.6em;
	
	color: #eb7a30;
}

input,
textarea {
	display: inline;
		
	margin: 2px 8px 0px 10px;

	padding: 4px 6px 5px 6px;

	border: 1px solid #ccc7bb;

	background-color: #fafafa;
	
	vertical-align: top;
	
	font-family: Arial, sans-serif;
	font-size: 1.4em;
}

input[type=radio],
input.checkbox {
  margin-top: 9px;
  margin-bottom: 4px;
  border: none;
  padding: auto;
  background: none;
}

select {
	margin-top: -3px;
	
	padding: 1px 6px 2px 6px;
	
	border: 1px solid #ccc7bb;
	
	background-color: #fafafa;
	
	font-family: Arial, sans-serif;
}

button {
	overflow: visible;
	width: auto;
		
	font-family: Arial, sans-serif;
}

.button {
	display: inline-block;
	height: 32px;
	
	padding: 0px;
	padding-left: 6px;
	
	background-image: url('/furniture/button.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	
	border: 0px solid #ffffff;
	
	white-space: nowrap;
	cursor: pointer;
}
button.small, a.small {
	margin-top: 1px;
	
	height: 27px;
	
	background-position: -100px bottom;
}

	.button span {
	
		display: block;
		
		height: 32px;
		line-height: 32px;
		
		padding-left: 8px;
		padding-right: 15px;
		
		background-image: url('/furniture/button.png');
		background-position: right top;
		background-repeat: no-repeat;
		
		color: #ffffff;
		
		font-size: 1.3em;
	}
	button.small span, a.small span {
		height: 27px;
		line-height: 27px;
		
		padding-left: 3px;
		padding-right: 12px;
		
		background-position: right -64px;
		
		font-size: 1.1em;
	}
	button.button {	
		vertical-align: bottom;
	}
	button.button span {
		font-size: 1.0em;
	}

#footer .button {
	background-position: -194px bottom;
}
	#footer .button span {
		background-position: right -32px;
	}

table {
	width: 100%;
	
	padding: 0px;
	margin: 4px 0px;
	
	border: none;
}

th {
	padding-bottom: 8px;

	font-size: 1.4em;
	font-weight: bold;
	
	color: #eb7a30;
}

td {
	padding: 2px;
	
	font-size: 1.3em;
	line-height: 1.3em;
}

th, td {
	border-bottom: 1px solid #ccc7bb;
}

table td {
	vertical-align: middle;
}

a.expander {
	float: left;
	width: 20px;
}



/* PAGE BACKGROUND AND POSITIONING */
#wrapper {
  position: relative;
	
	width: 988px;
	margin: auto;
}

#top {
	position: absolute;
	
	width: 1000px;
	height: 500px;
	
	left: -306px;
	
	z-index: -1;
	
	text-indent: -9999px;
	
	background-image: url('/furniture/page_highlight.png');
	background-position: left top;
	background-repeat: no-repeat;
}

#page {
	background-image: url('/furniture/content_background.png');
	background-position: 0px 73px; /*was 137px */
	background-repeat: no-repeat;
}

#header {
	position: relative;
	
	height: 79px; /*was 143px */
	
	background-image: url('/furniture/logo.png');
	background-position: 20px 8px; /*was 26px and 16px*/
	background-repeat: no-repeat;
}

#home_link {
	position: absolute;
  
  top: 8px;
  left: 20px;
  
  width: 191px; /*was 350px */
  height: 65px; /*was 102px */
  
  text-indent: -9999px;  
}

#content {	
	padding: 0px 16px 10px 16px;
}


/* HEADER */
#primary_navigation {
	position: absolute;

	left: 450px;	
	bottom: 0px;
	
	height: 30px; /*was 55px */
	
	font-size: 1.4em; /*was 2.0em */
}

	#primary_navigation li {
		float: left;
		height: 30px; /*was 55px */
		
		padding-left: 6px;
		
		margin: 0px 2px;
		
		background-image: url('/furniture/primary_navigation.png');
		background-position: 0px 4px;
		background-repeat: no-repeat;
	}
	
	#primary_navigation li.active {
		background-image: url('/furniture/primary_navigation_active.png');
		background-position: 0px 0px;
		
		margin: 0px -2px;
		
		padding-left: 10px;
	}

		#primary_navigation li span {
			display: block;
			height: 20px;
			
			padding-left: 8px;
			padding-right: 14px;
			padding-top: 10px; /*was 17px*/
			
			background-image: url('/furniture/primary_navigation_end.png');
			background-position: right 4px;
			background-repeat: no-repeat;
		}
		
		#primary_navigation li.active span {
			padding-right: 18px;
		
			background-image: url('/furniture/primary_navigation_end_active.png');
			background-position: right top;
		}
	
			#primary_navigation li a {
			  display: block;
        
        height: 100%;
        
				color: #ffefb8;
			}
			
			#primary_navigation li.active a {
				color: #eb7a30;
			}

		#primary_navigation li span.more {
			padding-right: 13px;
		}
		
			#primary_navigation li span.more a {
				padding-right: 25px;
				
				background-image: url('/furniture/primary_navigation_arrow.png');
				background-position: right 0px; /*was 4px*/
				background-repeat: no-repeat;
			}
			#primary_navigation li.active span.more a {
			  margin-right: 4px;
			  padding-right: 25px;
			  background-image: url('/furniture/primary_navigation_arrow_active.png');
			}
	
#addBookmarkContainer {
	position: absolute;
	
	left: 454px;
	top: 0px;
	
	width: 133px;
	height: 27px;

	padding-left: 34px;	
	padding-top: 6px;
	
	background-image: url('/furniture/bookmark_btn.png');
	background-position: left top;
	background-repeat: no-repeat;
	
	font-size: 1.4em;
}
  #addBookmarkContainer a {
    color: #ffffff;
  }

#login {
	position: absolute;
	
	width: 239px;
	height: 27px;
	
	right: 6px;
	top: 0px;
	
	padding-left: 18px;	
	padding-top: 6px;
	
	background-image: url('/furniture/welcome_login_btn.png');
	background-position: left top;
	background-repeat: no-repeat;
	
	font-size: 1.4em;
	color: #ffffff;
}

	#login span {
		margin-right: 16px;
	}
	
	#login a {
		color: #c2b5a7;
	}


/* PAGE LAYOUT STYLING */
#topbar {
	height: 34px; /*44px*/
	
	padding-top: 5px; /*15px*/
	padding-left: 18px;
	
	border-bottom: 1px solid #ccc7bb;
}

#topbar input {
	width: 693px;
}

#breadcrumb {
	padding-top: 2px; /*8px*/
	padding-bottom: 0px; /*5px*/
	border-bottom: 1px solid #ccc7bb;
}

#main {
	width: 640px;
	
	padding: 8px 0px 10px 0px; /*top was 8px*/
}

.news_index,
.news_story {
	width: 632px !important;
	margin-left: 8px !important;
}

.full,
.register {
	width: 95% !important;
}

.narrow {
	width: 429px !important;
	
	margin-left: 201px;
	
	padding: 5px 8px 10px 8px !important; /*was 8px top */
}

.narrow_top {
	margin-left: 210px;
}

.narrow_top input {
	width: 483px !important;
}

#sidebar {
	float: right;
	width: 302px;
	
	padding-top: 3px; /*8px;*/
	padding-left: 8px;
	
	background-image: url('/furniture/vertical_shade.png');
	background-position: left top;
	background-repeat: no-repeat;	
}

.general #sidebar {
	background: none;
}

#categories {
	float: left;
	
	width: 191px;
	
	padding-top: 5px;
	padding-right: 10px;
	
	background-image: url('/furniture/vertical_shade.png');
	background-position: right top;
	background-repeat: no-repeat;
}
	
	
	
	
	
/* PAGE CONTENT STYLING */
div.section {
	padding: 0px 11px 11px 11px;
}

.bar,
.active_bar {
	padding-left: 7px;
	
	background-image: url('/furniture/bar.png');
	background-position: 1px bottom;
	background-repeat: no-repeat;
	
	font-size: 1.6em;
}

.bar span,
.active_bar span {
	display: block;
	
	height: 29px;
	
	padding-left: 8px;
	padding-right: 17px;
	
	padding-top: 10px;
	
	background-image: url('/furniture/bar.png');
	background-position: right top;
	background-repeat: no-repeat;
}

.bar span span,
.active_bar span span {
	display: inline;
	background: none;
	font-size: 0.8em;
}

.bar span span.right,
.active_bar span span.right {
	display: block;
	
	height: auto;
	
	padding: 0px;
	
	font-size: 1.0em;
}

#breadcrumb .bar span span {
	float: left;
	
	margin-top: 2px;
	margin-left: 6px;
	
	padding: 0px;
	padding-bottom: 3px;
	
	background: none;
	
	font-size: 0.8em;
	font-weight: bold;
}

#breadcrumb .bar span span.here {
	float: left;

	margin-top: -10px;
	margin-left: 0px;

	padding: 10px 32px 0px 0px;
	
	background-image: url('/furniture/breadcrumb.png');
	background-position: right top;
	background-repeat: no-repeat;
	
	font-size: inherit;
	font-weight: inherit;
}

#breadcrumb .bar span span a {
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
}

.active_bar {
	background-position: -986px bottom;
}

.active_bar span {
	background-position: right -39px;
}

.bar span,
.active_bar span,
.bar a,
.active_bar a {
	color: #ffffff;
}

.bar a.more,
.active_bar a.more {
	display: block;
	width: 100%;
	
	padding-left: 15px;
	
	background-image: url('/furniture/bar_more.gif');
	background-position: left 5px;
	background-repeat: no-repeat;
}

.active_bar a.more {
	background-position: left -10px;
}

.bar label,
.active_bar label {
	margin-right: 12px;
}

form .bar label,
form .active_bar label {
	margin-top: 0px;
	padding-bottom: 0px;
	
	font-size: 1.0em;
	color: #ffffff;
}


#categories h2 {
	display: inline;
	margin-left: 8px;
	margin-right: 2px;
}

#categories ol {
	margin-top: 2px; /*was 12px*/
	
	border-top: 1px solid #ccc7bb; /* was 2px */
}

	#categories ol li {
		padding: 9px 2px 8px 8px;
		
		border-top: 1px solid #ccc7bb;
	}
	
	#categories h3 {
		color: #5f5448;
		font-size: 1.5em;
		font-weight: bold;
	}
	
	#categories p {
		color: #eb7a30;
		line-height: 1.1em;
	}



#sidebar .right {
	margin-right: 1px;
}

#sidebar .product_listing {
  position: relative;
  overflow: hidden;
	
  padding-top: 1px;
  margin-left: 3px;
  margin-bottom: 2px;
}

#sidebar .product_listing li {
  float: left;
	position: relative;
	
	height: 64px;
	
	margin: 0px;
	
  padding: 0px 5px 0px 32px;
	
	
  
  border: 1px solid #fff;
  border-top: none;
	border-bottom: 1px solid #ccc7bb;
	background-image: url('/furniture/list.png');
	background-position: 275px -74px;
	background-repeat: no-repeat;
}

#sidebar .product_listing li.hover {
  margin-top: -1px;
  border: 1px solid #eb7a30;	
}
	
	#sidebar .product_listing li img {
		width: 50px;
		height: 50px;
		
		margin: 7px 6px 0px 4px;
	}
	
	#sidebar .product_listing li a {
		float: left;
	}
	
	#sidebar .product_listing li a span {
		display: block;
		overflow: hidden;
		
		width: 198px;
		
		padding-top: 2px;
		padding-bottom: 2px;
		
		font-size: 1.3em;
	}

	#sidebar .product_listing li .position {
		position: absolute;
		
		left: 8px;
		top: 10px;
		
		width: 16px;
		height: 16px;
		
		padding-top: 8px;
		
		background-image: url('/furniture/list.png');
		background-position: left top;
		background-repeat: no-repeat;
		
		font-size: 1.1em;
		color: #ffffff;
	
	  text-align: center;
	}
	#sidebar .product_listing li.first .position {
		background-position: left -24px;
	}
	
	#sidebar .product_listing li .title {
		padding-top: 6px;
	}
	
	#sidebar .product_listing li .price {
		color: #eb7a30;
	}
	
	#sidebar .product_listing li .compare {
		padding-bottom: 5px;
		color: #49a637;
	}

.tag_cloud {
	padding: 8px 16px;
	line-height: 1.8em;
}
.tag_cloud a {
	white-space: nowrap;
}
.tag_cloud .smaller {
	font-size: 1.0em;
}
.tag_cloud .small {
	font-size: 1.1em;
}
.tag_cloud .medium {
	font-size: 1.2em;
}
.tag_cloud .large {
	font-size: 1.4em;
}
.tag_cloud .larger {
	font-size: 1.6em;
}



ul.slide_markers {
	position: relative;
	height: 17px;
	
	padding-top: 10px;
	
	text-align: center;
	
	margin: 0px 27px; 
}
	ul.slide_markers li {
		display: inline-block;

		width: 7px;
		height: 7px;
		
		margin: 0px 1px;
	}
	ul.slide_markers li a {
		display: block;
		
		text-indent: -9999px;
		width: 100%;
		height: 100%;		

		background-image: url('/furniture/slide_marker.png');
		background-position: left top;
		background-repeat: no-repeat;
	}
	ul.slide_markers li.active a {
		background-position: right top;
	}
	a.previous_slide, a.next_slide {
		float: left;
		
		text-indent: -9999px;
		
		width: 27px;
		height: 27px;
		
		background-image: url('/furniture/slide_marker.png');
		background-position: left bottom;
		background-repeat: no-repeat;
		
		z-index: 2;
	}
	a.next_slide {
		float: right;
		
		background-position: right bottom;
	}

.columns_wrapper {
  position: relative;
  overflow: hidden;  
}

.columns {
	position: relative;
}

.columns .column {
	float: left;

	width: 193px;

	margin: 0px;
	
	padding: 0px 10px;
	
	border-left: 1px dotted #ccc7bb;
}

.columns h4 {
	font-size: 1.4em;
	
	color: #eb7a30;
}

.columns .header {
	width: 193px;
	height: 105px;
}

.listing {
	margin-top: 8px;
	margin-bottom: 10px;
	
	border-top: 1px solid #ccc7bb;
}

	.listing li {
		position: relative;
		
		/*height: 25px;*/
		
		padding: 3px 0px 7px 0px;
		
		border-bottom: 1px solid #ccc7bb;
		background-image: url('/furniture/list.png');
		background-position: right -89px;
		background-repeat: no-repeat;
	}
	
		.listing li .position {
			display: block;
			float: left;
			
			width: 16px;
			height: 16px;
			
			margin-right: 4px;
			
			padding-top: 8px;
			
			background-image: url('/furniture/list.png');
			background-position: left top;
			background-repeat: no-repeat;
			
			text-align: center;
			font-size: 1.1em;
			color: #ffffff;
		}
		.listing li.first .position {
			background-position: left -24px;
		}
		
		.listing li a {
			display: block;
			
			width: 173px;
			
			margin-left: 20px;
			margin-top: 5px;
					
			font-size: 1.3em;
			line-height: 1.2em;
		}


	
.carousel {
	position: relative;
	
	width: 424px;
	height: 251px;
	
	margin-left: 3px;
	
	z-index: 1;
	
	overflow: hidden;
}

	.carousel ul {
		position: relative;
	}
	
		.carousel ul li {
			float: left;
			position: relative;
			
		  width: 424px;
		  height: 251px;
		}
	    
	    .carousel li h4,
	    .carousel li p {
	      display: none;
	    }

.carousel_overlay {
	position: absolute;
	
	top: 0px;
	left: 0px;
	
	width: 424px;
	height: 251px;
	
	background-image: url('/furniture/lead_overlay.png');
	background-position: left top;
	background-repeat: no-repeat;
	
	z-index: 50;
}
  .carousel_overlay a {
    display: block;
    
    width: 100%;
    height: 100%;
    
    text-indent: -9999px;
    background-color: green;
  }

  .carousel_overlay a.link {
    opacity: 0;
  }

	.carousel a.previous, .carousel a.next {
		position: absolute;
		display: block;
		
		top: 97px;
		left: 0px;
		
		width: 31px;
		height: 55px;
		
		z-index: 52;
		
		text-indent: -9999px;
		
		background-image: url('/furniture/slide_navigation.png');
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	.carousel a.next {
		left: 393px;
		
		background-position: right top;
	}
	

.news {
	position: relative;
	
	overflow: hidden;
	
	margin-top: 8px;
}

#latest_news_articles {
	position: relative;
	
	height: 151px;
  overflow: hidden; 
}

.news ul {
	position: absolute;
	
  height: 151px;
  overflow: hidden;
	}

	.news .slide {
		float: left;
		
		width: 264px;
		height: 118px;
		
		margin-left: 10px;
	
		padding: 27px 37px 6px 11px;
	
		background-image: url('/furniture/slide.png');
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	.news .hover {
	  background-position: left bottom;
	}
	
	.news .first {
		margin-left: 0px;
	}
	
		.news .slide div.image {
			float: left;
			
			width: 96px;
			height: 96px;
			
			margin-right: 4px;
			
			text-align: center;
		}
		
		.news .slide h3 {
			font-size: 1.5em;
			font-weight: bold;
		}
		
		.news .slide h3 a {
		  color: #eb7a30;
		}
		
		.news .slide p a {
		  font-size: 0.9em;
		}
	
	.news a.previous, .news a.next {
		position: absolute;
		display: block;
		
		top: 46px;
		left: 5px;
		
		width: 31px;
		height: 55px;
		
		z-index: 52;
		
		text-indent: -9999px;
		
		background-image: url('/furniture/slide_navigation.png');
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	.news a.next {
		left: auto;
		left: 920px;
		
		background-position: right top;
	}


.news_index h2 {
	margin-top: 8px;
	
	font-size: 2.6em;
}

.news_article {
	overflow: hidden;
	
	margin-left: -8px;
	
	padding: 20px 12px; /* 20/12px */
	
	border-bottom: 1px solid #ccc7bb;
}

.news_index .first {
	margin-top: 20px;

	border-top: 1px solid #ccc7bb;
}

	.news_article h2,
	.news_article h3 {
		margin-bottom: 8px;
		
		font-size: 3.2em;
	}
	
	  .news_article h3 a {
	    color: #eb7a30;
	  }
	
	.news_article p {
		margin-bottom: 13px;
		
		font-size: 1.4em;
	}
	
	.news_article .posted {
		margin-bottom: 0px;
		font-size: 1.6em;
		line-height: 2.0em;
	}
	
	.news_article img.image {
		margin: 8px 24px 18px 24px;
	}
	
  #main .news_article ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 22px;
    padding-bottom: 8px;
  }
	  #main .news_article ul li {
	    padding-left: 4px;
	    font-size: 1.4em;
	    line-height: 1.3em;
	    margin-bottom: 6px;
	  }
	    #main .news_article ul li a {
	      color: #eb7a30;
	    }


.comments h2 {
	display: none;
}

.comments h3 {
	margin-top: 24px;
	
	font-size: 2.4em;
	color: #5f5448;
}
	.comments h3 a {
		color: #eb7a30;
	}

.comments p {
	font-size: 1.4em;
}

.comments form {
	margin-top: 32px;
	margin-right: -18px;
	
	padding: 0px;
}

.comments .success {
  margin-right: 27px;	
}

	.comments form h3 {
		color: #eb7a30;
	}
	
	.comments form label,
	.comments form input {		
		width: 287px;
		
		margin: 0px;
	}
	
	.comments form .first {
		margin-right: 18px;
	}
	
	.comments form input {
		clear: left;
	}
	
	.comments form label {
		width: 303px;

		margin-top: 18px;
		margin-bottom: 8px;
		
		font-size: 1.4em;
		font-weight: bold;
		color: #5f5448;
	}
	
	.comments form textarea {
		width: 609px;
		height: 120px;
		
		margin: 0px;
	}
	
	.comments form button {
		margin: 8px 26px 48px 0px;
	}

.comment {
	margin: 32px 8px 0px 0px;
	
	padding: 18px 24px;
	
	border: 1px solid #fcd0b1;
	background-color: #fef5e8;
}

.comment_details {
	margin-top: -1px;
	
	padding-top: 18px;
	
	background-image: url('/furniture/comment.png');
	background-position: 18px top;
	background-repeat: no-repeat;
}
	.comment_details .author {
		color: #eb7a30;
	}
	
	.comment_details .report {
		margin-left: 8px;
		color: #eb7a30;
	}


.pagination {
	float: right;
	
	margin: 12px 0px;
}

	.pagination li {
		float: left;
		font-size: 1.4em;
		
		padding-bottom: 2px;
		
		margin: 0px 4px;
	}
	
	.pagination li.page {
		height: 18px;

		margin-right: 8px;

		padding-top: 4px;
		
		color: #eb7a30;
	}
	
	.pagination li.active {
		margin: 0px;
	}
	
		.pagination li a {
			display: block;

			height: 18px;

			padding-top: 4px;
			
			text-align: center;
		}
		
		.pagination li.active a {
			width: 22px;
		
			background-image: url('/furniture/pagination.png');
			background-position: left top;
			background-repeat: no-repeat;
		
			color: #eb7a30;
		}


.list {
	margin-bottom: 20px;
}
#sidebar .list {
	margin-left: 4px;
	margin-right: 4px;
}

	.list li {
		padding: 8px 8px 8px 34px;
		
		border-bottom: 1px solid #ccc7bb;
		
		background-image: url('/furniture/list.png');
		background-position: 12px -49px;
		background-repeat: no-repeat;
		
		font-size: 1.3em;
	}


.general #main h2,
.general #sidebar h2 {
	margin-bottom: 13px;

	padding: 10px 0px 16px 12px;
	
	border-bottom: 1px solid #ccc7bb;
	
	font-size: 24px;
}
.general #main h3,
.general #main h4 {
	margin-bottom: 6px;
	
	padding: 0px 12px;
}

.general #main h3.bar,
.general #main h3.active_bar {
	padding: 0px 0px 0px 7px;
}

.general #main p,
.general #main address,
.general #main .plain {
	margin-bottom: 16px;

	padding: 0px 12px;
	
	font-size: 1.4em;
}

  .general #main .plain li {
    line-height: 1.6em;
  }

		.general #main .plain li a {
		  color: #eb7a30;
		}

  .general #main .nested li ul {
    margin-left: 21px;
  }

.general #main .basic {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 22px;
}
  .general #main .basic li {
    padding-left: 4px;
  }

.general #main ul.lettered {
  list-style-type: lower-latin;
  margin-left: 30px;
}

.general #main .category_index,
.general #main .categories {
	overflow: hidden;
}

	.general #main .category_index li,
	.general #main .categories li {
		width: 50%;
		float: left;
	}
	
	.general #main .category_index li {
		width: 33%;
		font-weight: bold;
	}

.legal #sidebar form {
	margin: 0px 24px 0px 12px;
}
	.legal #sidebar form label,
	.legal #sidebar form input {
		width: 100%;
		
		margin: 0px;
	}
	
	.legal #sidebar form input {
		margin-bottom: 18px;
	}
	
	.legal #sidebar form label {
		margin-bottom: 8px;
		
		font-size: 1.4em;
		font-weight: bold;
		color: #5f5448;
	}
	
	.legal #sidebar form textarea {
		width: 100%;
		height: 120px;
		
		margin: 0px;
	}
	
	.legal #sidebar form button {
		margin-top: 8px;
		margin-right: -16px;
	}


.review {
	overflow: hidden;
	
	margin-left: 2px;
	margin-right: 2px;
	
	padding: 18px 18px 4px 16px;
	
	border-bottom: 1px solid #ccc7bb;
}

	.review img,
	.review ul {
		float: left;
		
		margin-right: 32px;
		margin-bottom: 12px;
	}
	.review ul.right {
	  margin-right: 0px;
	  margin-left: 32px;
	}
	
	.product_details ul li,
	.review ul li {
		padding-bottom: 8px;
		
		font-size: 1.3em;
		text-align: center;
		color: #eb7a30;
	}
	.review ul.right li {
	  text-align: left;
	}
	
	.review h3 {
		clear: left;
	}

	.review p {
		margin-bottom: 12px;
		
		font-size: 1.4em;
	}
	
span.rating,
span.user_rating {
	display: block;
	
	width: 80px;
	height: 14px;
	
	background-image: url('/furniture/rating.png');
	background-position: left top;
	background-repeat: no-repeat;
	
	text-indent: -9999px;
}


.product h2 {
	margin-left: 12px;
	
	font-size: 2.6em;
	color: #5f5448;
}

.product_details {
	overflow: hidden;
	
	height: 139px;
	
	margin: 12px 0px;
}

.product_details li {
	float: left;
	
	height: 100%;
	
	padding: 8px 12px;
	
	border-left: 1px dotted #ccc7bb;
}
.product_details li.image {
	border-left: none;
  width: 145px;
  height: 123px;
  text-align: center;
}
	.product_details .image img {
    vertical-align: middle;
	}

.product_details li.details {
  width: 220px;
}

.product_details ul li {
	float: none;
	
	height: auto;
	
	padding: 0px 0px 4px 0px;

	border: none;
	
	font-size: 1.3em;
	line-height: 1.3em;
}

.product_details ul li strong {
	color: #eb7a30;
	font-weight: normal;
}

.product_details ul.features li {
	padding-bottom: 0px;
	
	color: #5f5448;
	text-align: left;
}

.product_details span.rating,
.product_details span.user_rating {
	display: inline-block;
}

.product_details .price_range {
	display: block;
	
	margin-bottom: 8px;
	
	font-size: 2.0em;
	color: #eb7a30;
}

.product_details .rating {
	font-size: 1.3em;
	color: #eb7a30;
	text-align: center;
}

.product_details .rating .score {
	display: block;
	
	width: 62px;
	height: 44px;
	
	margin-top: -8px;
	margin-bottom: 4px;
	padding-top: 18px;
	
	background-image: url('/furniture/rating.png');
	background-position: right top;
	background-repeat: no-repeat;
	
	text-align: center;
	font-size: 2.0em;
	color: #ffffff;
}


.search_results {
	margin: 4px 1px; /*was 4px*/
  padding-top: 1px;
  
  overflow: hidden;
}

	.search_results li {
	  float: left;
    
		margin-top: 0px;
    padding: 4px 0px 4px 4px; /*was 8px top and bottom*/
		
    border: 1px solid #fff;
    border-top: none;
		border-bottom: 1px solid #ccc7bb;
    
	}
	
	.search_results li .result {
		overflow: hidden;
	}
	
	.search_results li.hover {
	  margin-top: -1px;
	  border: 1px solid #eb7a30;
	  cursor: pointer;
	}
	
		.search_results li .result li {
			float: left;
			
			height: 100%;
			
			padding: 8px 12px;
			
			border: none;
		}
		.search_results li .result li.image {
			width: 92px;
			
			padding: 0px;
		}
		.search_results li .result li.details {
			width: 283px;
		}
		.search_results li .result li.price {
			width: 110px;
			
			padding-right: 0px;
			
			color: #eb7a30;
		}
			.search_results li .result li.price a.button {
			  width: 90px;
			}
		.search_results li .result li.store {
		  overflow: hidden;
		
			border-left: 1px dotted #ccc7bb;
			border-right: 1px dotted #ccc7bb;
			
			line-height: 1.6em;
		}
		
			.search_results li .result li.store li {
			  width: 80px;
			}
	      .search_results li .result li.store span.no_rating {
	        font-size: 0.8em;
	        color: #5f5448;
	      }
	      
        .search_results li .result li.store img {
          width: 80px;
        }
		
		.search_results li .result li li {
			float: none;
			width: auto;

			padding: 4px 0px 0px 0px;

			border: none;

			color: #5f5448;
		}
		
		.search_results li .result li.store li {
			font-size: 1.3em;
			text-align: center;
			color: #eb7a30;
		}
				
		.search_results li .result h3 a {
			color: #eb7a30;
		}
		
		.search_results .result span.price {
			font-size: 2.0em;
		}
			.search_results .result span.price span {
				font-size: 0.6em;
				line-height: 1.6em;
			}
		
		.search_results .result a.compare {
			font-size: 1.3em;
			color: #49a637;
		}
		
		.search_results a.zoom {
			margin-top: 8px;
			margin-left: 14px;
		}

.details {
	margin-left: 2px;
	margin-right: 2px;

	padding-bottom: 24px;
}

.details li {
	overflow: hidden;
	
	padding: 8px 18px;
	
	border-bottom: 1px solid #ccc7bb;
	
	font-size: 1.3em;
	line-height: 1.3em;
}
  .details li span {
    float: left;
    
    width: 400px;
  }
  
	.details li span.title {
		float: left;
		
		width: 200px;
		
    color: #eb7a30;
	}


.tabs {
	position: relative;
	overflow: hidden;
	
	margin: 0px 3px 4px 3px;
	
	background-image: url('/furniture/tabs.png');
	background-position: left 34px;
	background-repeat: repeat-x;
}

	.tabs li {
		float: left;

		height: 35px;
		
		margin-right: 4px;
		
		padding-left: 4px;
		
		background-image: url('/furniture/tabs.png');
		background-position: -313px bottom;
		background-repeat: no-repeat;
		
		font-size: 1.6em;
	}
	.tabs li.active {
		background-position: left bottom;
	}
		.tabs li a {
			display: block;
			
			height: 35px;
			line-height: 35px;
			
			padding-left: 16px;
			padding-right: 20px;
			
			background-image: url('/furniture/tabs.png');
			background-position: right -1px;
			background-repeat: no-repeat;
		}
		.tabs li.active a {
			background-position: right -36px;
			
			color: #eb7a30;
		}



.box {
	padding: 12px 18px;
	
	border-left: 1px solid #ccc7bb;
	border-right: 1px solid #ccc7bb;
}

.box,
.box_bottom,
.box_top {
	margin-left: 2px;
	margin-right: 2px;
}

.box_bottom,
.box_top {
	height: 4px;
	
	background-image: url('/furniture/box.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

.box_top {
	margin-top: 24px;
	background-position: left top;
}

#adverts {
  overflow: hidden;
  margin: 0px 1px 0px 1px; /*no3 was 8px*/
  padding-top: 1px;
}
.bordered .first {
  margin-top: -1px !important;
  border-top: 1px solid #ccc7bb !important;
}
  #adverts .result {
    float: left;
    overflow: hidden;
    padding: 0 8px 0 8px; /* changed by SA (08/03/10) ['8px' changed to '0 8px 0 8px'] */
    border: 1px solid #fff;
    border-top: 1px solid #ccc7bb;
    border-bottom: none; /*flipped with above */
    margin-bottom: 1px;
  }
  #adverts .hover {
    margin-bottom: 0px; /*changed*/
    border:none;
	border: 1px solid #eb7a30 !important;
    cursor: pointer;
  }
    #adverts .details {
      float: left;
      width: 462px;
      padding: 8px 16px 8px 24px;
      margin-right: 18px;
      
      border-right: 1px dotted #ccc7bb;
    }
      #content #main #adverts h3,
      #content #main #adverts p {
        line-height: 16px;
        margin: 0px;
      }
      #content #main #adverts h3 a {
        font-weight: normal;
        color: #eb7a30;
        font-size: 14px;
      }
      #content #main #adverts p a {
        color: #5f5448;
        font-size: 13px;
      }
      #content #main #adverts p.host a {
        color: #49a637;
      }
      #content #main #adverts p.host span {
        color: #c2b5a7;
        font-size: 12px;
      }
    #adverts a.button {
      width: 90px;
      text-align: center;
      margin-top: 18px;
    }
  

#refinements_content {
  margin: 0px 2px 2px 3px; /* changed by SA (08/03/10) ['0px 2px 18px 3px' changed to '0px 2px 2px 3px'] */
  
  border-top: 1px solid #ccc7bb;
  border-bottom: 1px solid #ccc7bb;
}

#main_refinements {
  width: 644px;
}

.refine {
	overflow: hidden;
	
	margin-left: -3px;
	margin-right: -2px;
	padding: 12px 0px 12px 0px;
	
	background-image: url('/furniture/refine.png');
	background-repeat: repeat-y;
}

.refine a.back {
  float: right;
  
  margin-right: 12px;
  
  font-size: 1.3em;	
}

	.refine li.refinement_type,
	.refine li.extra {
		float: left;
	}
	
	.refine li.refinement_type {
    padding-left: 10px;
    padding-right: 3px;
	}
	
  .col1 {
    background-position: 640px top;
  }
	.col1 li.refinement_type {
	  width: 627px;
	  background-image: none;
	}

  .col2 {
    background-position: -1280px top;
  }
	.col2 li.refinement_type {
	  width: 307px;
	}
	
	.col3 {
	  background-position: -640px top;
	}
	.col3 li.refinement_type {
	  width: 200px;
	}
	
	.col4 {
	  background-position: right top;
	}
	.col4 li.refinement_type {
	  width: 146px;
	}
	
	.col5 {
	  background-position: left top;
	}
	.col5 li.refinement_type {
	  width: 146px;
	}
	
	.refine li.extra {
	  width: 149px;
	  padding-left: 14px;
	}
	
	.refine li.extra li {
	  clear: left;
	  
	  padding: 2px 0px;
	}
		
		.refine li h4 {
			font-size: 1.4em;
			margin-bottom: 6px;
		}
		
		.col1 li ul li {
		  float: left;
		  width: 33%;
		}
		
		.refine li li {
			float: none;
			width: auto;
			font-size: 1.3em;
			line-height: 1.4em;
		}
		
		.refine li li.selected {
		  float: left;
		  
			margin-left: -14px;
			padding: 1px 8px 1px 14px;
			
			border: 1px solid #ccc7bb;
			border-left: none;
			
			background-image: url('/furniture/refine_arrow.png');
			background-position: left center;
			background-repeat: no-repeat;
			background-color: #ffffff;
		}
		
.refine h4,
.refine li li span,
.refine li li.selected a {
	color: #eb7a30;
}

.refinements {
	padding: 8px 12px 3px 12px; 
	font-size: 1.4em;
}

.no_refinements {
  padding: 8px 12px 8px 12px;
  font-size: 1.4em;
}

.search h2 {
	margin-top: 0px; /*was 8px*/
	margin-left: 18px;

	font-size: 2.6em;
}

.search p.summary {
	margin-left: 18px;
	margin-bottom: 5px; /*was 18px*/
}

.info form {
	padding: 0px 0px 12px 28px;
}
	.info form input {
		width: 390px;
	}

.product form,
.search form {	
	padding: 8px 0px 7px 18px;
	
	border-top: 1px solid #ccc7bb;
}
  .product form input,
	.search form input {
		width: 346px;
	}
	
	form.plain {
	  padding: 0px;
	  border: none;
	}


.register form {
	padding-left: 310px;
	
	background-image: url('/furniture/cornelius.png');
	background-position: 50px 30px;
	background-repeat: no-repeat;
}

.register form fieldset {
	width: 628px;

	margin-top: 18px;

	padding: 12px 0px 24px 18px;

	border-top: 1px solid #ccc7bb;
}

	.register form h2 {
		margin-top: 24px;
		margin-left: 18px;

		font-size: 2.6em;
	}
	
	.register form ul.benefits {
		margin-left: 18px;
	}
	
	.register form ul.benefits li {
		list-style-type: disc;
		list-style-position: inside;
		font-size: 1.8em;
		line-height: 2.0em;
	}

	.register form label {
		float: none;
		display: block;
		
		margin-top: 8px;
		
		color: #5f5448;
		
		font-size: 1.4em;
		font-weight: bold;
	}
	
	.register form label.small {
		font-size: 1.3em;
		font-weight: normal;
	}
	
		.register form label a {
			color: #eb7a30;
		}

  .register form ul.radio_list {
    overflow: hidden;
  }

  .register form ul.radio_list li {
    float: left;
    
    margin-right: 20px;
  }

  .register form ul.radio_list label,
  .register form ul.radio_list input {
    float: none;
    display: inline;
  }
  
  .register form ul.radio_list input {
    width: auto;
    margin-right: 8px;
    vertical-align: middle;
  }

	.register form input {
		width: 325px;
		margin: 4px 0px 4px 0px;
	}
	
	.register form select {
		margin: 4px 0px 12px 0px;
		padding-top: 4px;
		padding-bottom: 5px;
	}
	
	.register form input.small {
		width: 175px;
	}
	
	.register form input.checkbox {
		width: auto;
		float: left;
		margin-right: 8px;
	}
	
	.register form button {
		margin-right: 287px;
	}

.sitemap ol {
  overflow: hidden;
  margin: 12px 18px;	
}

	.sitemap ol li {
		font-size: 1.6em;
	  float: left;
	  margin-right: 8px;
	  font-weight: bold;
	}
	
	  .sitemap ol li a {
	    color: #eb7a30;
	  }

.sitemap ul {
	overflow: hidden;
	margin: 8px 18px;
  list-style: none;
}

	.sitemap ul li {
		float: left;
		width: 33%;
		margin: 3px 0px;
		font-size: 1.4em;
	}

.login p {
  margin-top: 20px;	
}

.login form {
	float: left;
  margin-left: 86px;
  margin-bottom: 18px;
  margin-right: 18px;
  width: 420px;
}

.login form .error_list {
  margin-left: 150px;
  margin-top: -8px;	
}

.password form label {
  margin-left: 12px;
}
.login form label {
  width: 140px;	
}

.password form input,
.login form input {
	width: 240px;
}
.login form input {
  margin-bottom: 8px;	
}

.login form input.checkbox {
  padding-top: 8px;
  width: auto;	
}

.login form button.right {
	margin-right: 14px;
}
	

/* FOOTER + CATEGORIES MENU */
#footer_wrapper {
	clear: both;

	background-image: url('/furniture/footer_background.png');
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #f1ede1;
}

#footer {
	width: 964px;
	margin: auto;
	
	padding-top: 40px;
}

#help {
	float: right;
	
	width: 285px;
	
	padding-left: 20px;
}

#help li {
	margin-top: 13px;
	font-size: 1.3em;
}


#footer div.categories {
	overflow: hidden;
	
	background-image: url('/furniture/help_border.png');
	background-position: right top;
	background-repeat: repeat-y;
}

#categories_menu {
  position: absolute;
  
  top: 143px;
  left: 240px;
  
  z-index: 100;
    
  padding: 0px 3px 3px 3px;
  
  background-image: url('/furniture/categories_menu_shadow.png');
  background-position: left top;
  background-repeat: repeat-x;
}

#categories_menu div.categories {
	overflow: hidden;
  
  padding: 4px 12px 16px 18px;
  
  background-color: #ffffff;
  border: 1px solid #ccc7bb;
  border-top: none;
}

	#categories_menu ul,
	#footer ul.categories {
		float: left;
		
		width: 200px;
		
		margin-right: 19px;
	}
	  #categories_menu ul li,
		#footer ul.categories li {
			margin-top: 13px;
		}

#categories_menu a.button {
  position: absolute;
  right: 10px;
  bottom: 8px;
}
	
#footer form {
	clear: both;
	
	margin-top: 32px;
}

#footer form input {
	width: 735px;
}

#fhoked {
	float: right;
	
	margin-left: 13px;
}
	
	#fhoked .twitter {
		float: left;
		
		width: 96px;
		height: 87px;
		
		background-image: url('/furniture/twitter.png');
		background-position: left top;
		background-repeat: no-repeat;
		
		text-indent: -9999px;
	}
	
	#fhoked .fhoked {
		float: left;
		
		width: 150px;
		height: 64px;
		
		margin-top: 4px;
		margin-left: 12px;
		
		background-image: url('/furniture/fhoked.png');
		background-position: left top;
		background-repeat: no-repeat;
		
		text-indent: -9999px;
	}

#copyright {
	float: left;
	
	margin-top: 29px;
	
	background-image: url('/furniture/copyright_background.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #716558;
}

	#copyright p {
		display: block;
		
		height: 15px;
		
		padding: 10px 14px 12px 20px;
		
		background-image: url('/furniture/copyright_background.png');
		background-position: right bottom;
		background-repeat: no-repeat;
	}
	
	#copyright a {
		margin: 0px 6px;
	}
	
	#copyright p, #copyright a {
		color: #ffffff;
	}
	
	#copyright a.rss {
		padding-left: 19px;
	
		background-image: url('/furniture/feed.gif');
		background-position: left top;
		background-repeat: no-repeat;	
	}
	
	#bottom {
		clear: left;
		
		padding: 10px 0px 20px 20px;
	}
	
	#bottom .right {
	  margin-right: 30px;
	}
	
	.facebook {
    padding-left: 19px;
  
    background-image: url('/furniture/facebook.gif');
    background-position: left top;
    background-repeat: no-repeat;	
	}
	


/* ERRORS */
.error_list {
	margin: 4px 0px;
}

.error_list li {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #DD2222;
}

.error {
  color: #DD2222;	
}

.success,
.general #main .success {
	margin-top: 6px;
  padding: 8px 14px;
  
  border: 1px solid #49a637;
  background-color: #f6ffef;
}
	
	
/* FIXES */
button::-moz-focus-inner {
	border: 0px;
	padding: 0px;
}



/** REMOVE **/
#sfWebDebugDatabaseLogs ol li {
  margin: 4px 0px;
}

/* add a comment to stop dreamweaver crashing - how odd do errors get? */
