@charset "UTF-8";

/*
 * File: common.css
 * 
 * Version: 1.0.0
 * Comments:
 * 
 * Author: Ian Adams, http://www.picas.co.uk
 * Copyright(c): 2010 - Ian Adams
 */

body {
	background: url('/images/bg.jpg') repeat-x;
	background-color: #e2e2e2;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.75em;
	color: #333;
	margin: 0;
	padding: 0;
}
#wrapper {
	background-color: #fff;
	width: 990px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
}
#wrapper-header {
	width: 990px;
	height: 100px;
	margin: 0;
	padding: 0;
}
#wrapper-nav {
	background: url('/images/bg-nav.jpg') repeat-x;
	width: 950px;
	height: 26px;
	margin: 10px 20px 0 20px;
	padding: 0;
}
#wrapper-content {
	background: url('/images/bg-column-left.gif') repeat-y; /* left column bg */
	width: 950px;
	min-height: 300px;
	margin: 8px 20px 15px 20px;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0;
}
p,ul {
	color: #333;
}
#content ul, #wrapper-customer ul { list-style-image: url('/images/bullet-arrow-right.gif'); line-height: 1.5em; }
#content .tc ul { margin: 0 0 30px 0; }
#content li { margin: 0 0 8px 0; }

#content a, #content ul a, #wrapper-customer a { color: #666; text-decoration: none; }
#content a:hover, #wrapper-customer a:hover { color: #000; }

h1 { font-size: 2em; }
h2 { font-size: 1.9em; }
h3 { font-size: 1.7em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.3em; }
h6 { font-size: 1.1em; font-weight: bold; }
p, .tc p { font-weight: normal; line-height: 1.5em; text-align: justify; margin: 0 0 15px 0; padding: 0;  }

fieldset {
	border: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}


/** HEADER **/
#logo {
	background: #fff url('/images/furniture-haus-logo.jpg') no-repeat;
	width: 340px;
	height: 80px;
	margin: 28px 0 0 20px;
	padding: 0;
	float: left;
	overflow: hidden;
}
#logo a {
	display: block;
	width: 3270px;
	height: 52px;
}
#logo a span {
	display: none;
}



#header-middle {
	text-align: right;
	width: 430px;
	height: auto;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}
#header-right {
	border-left: 1px solid #ccc;
	width: 160px;
	height: 72px;
	margin: 20px 0 0 0;
	padding: 0 0 0 15px;
	float: left;
}
#header-right a {
	text-decoration: none;
	color: #666;
}
#header-right a:hover {
	color: #000;
}
#header-right div {
	font-size: 0.9em;
	line-height: 1.5em;
	width: 90px;
	margin: 0;
	padding: 0;
	float: left;
}
#header-right span {
	display: block;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 0 0 5px 0;
}
#header-right img {
	border: none;
	margin: 0 0 0 3px;
	padding: 0;
	float: left;
}
#header-right div img {
	border: none;
	margin: 2px 0 0 0;
	padding: 0;
	float: left;
}
#header-right img.empty {
	opacity: 0.4;
	filter: alpha(opacity=40);
}


ul#header {
	list-style: none;
	margin: 20px 0 27px 0;
	padding: 0;
}
ul#header li {
	display: inline;
	margin: 0 0 0 8px;
}
ul#header li.tel {
	background: url('/images/icon-telephone.gif') no-repeat 0 1px;
	padding: 0 0 0 27px;
}
ul#header a {
	font-size: 0.9em;
	color: #666;
	text-decoration: none;
	margin: 0 8px 0 0;
}
ul#header a:hover {
	color: #000;
}


/** BASKET SUMMARY **/
#basket-summary {
	position: relative;
	width: auto;
	width: 475px;
	height: auto;
	margin: 0;
	padding: 0;
}
#basket-summary:hover,
#basket-detail span a:hover {
	cursor: pointer;
	color: #006699;
}


/** SEARCH FORM **/
#fm_search {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}
#fm_search div {
	background-color: #f7f7f7;
	width: auto;
	height: auto;
	margin: 0 7px 0 0;
	padding: 4px;
	float: left;
}

#fm_search #search-box {
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
	color: #ccc;
	border: 1px solid #ccc;
	width: 178px;
	height: 19px;
	margin: 0;
	padding: 2px 1px 0 1px;
}
#fm_search #search-box:hover {
	color: #333;
	border: 1px solid #999;
}
#fm_search #submit-search {
	cursor: pointer;
	border: none;
	width: auto;
	height: auto;
	margin: 3px 0 0 0;
	padding: 0;
	float: left;
}


/** BREADCRUMBS **/
#breadcrumbs {
	background-color: #fff;
	font-size: 1em;
	color: #999;
	width: auto;
	height: 15px;
	margin: 0;
	padding: 2px 0 10px 0;
}
#breadcrumbs div {
	margin: 0;
	padding: 0;
}
#breadcrumbs div a {
	color: #666;
	text-decoration: none;
}
#breadcrumbs div a:hover {
	color: #000;
}
#breadcrumbs div span {
	color: #333;
}


/** CONTENT **/
#column-left {
	width: 170px;
	height: auto;
	margin: 0 20px 0 0;
	padding: 10px;
	float: left;
}
#column-left h6 {
	margin: 0 0 9px 0;
}

#content {
/*	background-color: #000; */
	width: 740px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}
#content h1,
#basket h1,
#wrapper-customer h1 {
	background-color: #f9f9f9;
	width: 730px;
	height: 36px;
	margin: 0;
	padding: 4px 0 0 10px;
	overflow: hidden;
}
#content #category-image {
	display: block;
	width: 740px;
	height: auto;
	margin: 0;
	padding: 0;
}


/** TINY CONTENT **/
#content .tc {
	width: 720px;
	height: auto;
	margin: 40px 0 60px 0;
	padding: 0 10px 0 0;
}
#content .tc h3 {
	margin: 40px 0 30px 0;
}


.tc img {
	margin: 0 20px 20px 0;
	float: left;
}
.tc div.address {
	background-color: #f9f9f9;
	width: 710px;
	height: auto;
	margin: 0;
	padding: 5px 10px 5px 10px;
}
.tc div.address div {
	font-weight: bold;
	width: 160px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}


/** ADS - LEFT **/
#ad-left {
	width: 190px;
	min-height: auto;
	margin: -5px 0 0 -10px;
	padding: 30px 0 0 0;
}
#ad-left div {
	display: block;
}
#ad-left div img {
	border: none;
}


#left-bottom-images {
	position: relative;
	line-height: 105px;
	width: 190px;
	height: 85px;
	top: -90px;
	margin: 0;
	padding: 0;
}
#left-bottom-images img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}



/** MAP CONTAINER **/
#map-canvas {
	width: 740px;
	height: 260px;
	margin: 0;
	padding: 0;
}



/* SITEMAP - HTML */
#sitemap a:visited { font-style: oblique; color: #006600; }
#sitemap ul ul,
#sitemap ul ul ul {
	margin-top: 8px;
	margin-bottom: 30px;
}


/** FOOTER **/
#wrapper-footer {
	clear: both;
	border-top: 1px solid #f2f2f2;
	font-size: 0.9em;
	line-height: 16px;
	width: 950px;
	height: auto;
	margin: 0 20px 0 20px;
	padding: 20px 0 0 0;
}
#wrapper-footer a {
	color: #666;
	text-decoration: none;
}
#wrapper-footer a:hover {
	color: #000;
}
#wrapper-footer #credit-cards {
/*	border-top: 1px solid #f2f2f2; */
	text-align: center;
	line-height: 50px;
	width: 950px;
	height: auto;
	margin: 40px 0 0 0;
	padding: 30px 0 0 0;
}
#wrapper-footer #credit-cards img {
	border: none;
}
#credit-cards .float-left img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.header-footer {
	color: #333;
	margin: 0 0 10px 10px;
	padding: 0;
}
p.copyright {
	color: #666;
	text-align: center;
	height: 16px;
	margin: 20px 0 0 0;
	padding: 0;
}



/** MISC **/
.short-div {
	border: 1px solid #f2f2f2;
	width: 715px;
	height: 120px;
	margin: 0;
	padding: 10px;
	overflow: auto;
}
.medium-div {
	border: 1px solid #f2f2f2;
	width: 715px;
	height: 190px;
	margin: 0;
	padding: 10px;
	overflow: auto;
}


.case-upper {
	text-transform:uppercase;
}
.italic {
	font-style: italic;
}

.arrow-right, a.arrow-right {
	background: url('/images/bullet-arrow-right.gif') no-repeat 0 3px;
}
a.arrow-right {
	padding: 0 0 0 7px;
}

.padlock-small {
	vertical-align: middle;
	margin: 0 3px 4px 0;
}


br.clr, .clr {
	clear: both;
	margin: 0;
	padding: 0;
}
.hide {
	display: none;
}
.error {
	font-weight: bold;
	color: #ff0000;
}
.error-input {
	border: 1px solid #ff0000;
}
.hr-dotted {
	background: url('/images/line-dotted.gif') repeat-x 0 5px;
	clear: both;
	width: 100%;
	height: 11px;
	margin: 0;
	padding: 0;
}
.clr-bold {
	font-weight: normal;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

.text-right {
	text-align: right;
}

/** Content Text Colours **/
.text-green {
	color: #99CC66;
}
.text-grey {
	color: #666;
}
.pad-top-01 {
	padding-top: 10px;
}

.no-results {
	padding: 40px 0 40px 10px;
}

/* PRELOADED IMAGES */
#pli {
	display: none;
}



/** TAG CLOUD **/
#tag-cloud {
	clear: both;
	background: url('/images/bg-product-further-detail.gif') repeat-x scroll 0 0;
/*	background-color: #f9f9f9; */
	border: 1px solid #f2f2f2;
	width: 99.9%;
	height: auto;
	margin: 18px 0 0 0;
	padding: 0;
}
#tag-cloud li {
	display: inline;
	line-height: 1.5em;
	margin: 0 10px 0 0;
	padding: 0;
}
#tag-cloud h4 {
	font-size: 1.5em;
	color: #000;
	margin: 0 0 15px 3px;
	padding: 0;
}
#tag-cloud div {
	margin: 0;
	padding: 20px;
}
#tag-cloud ul {
	margin: 0 0 0 3px;
	padding: 0;
}
#tag-cloud ul li a {
	line-height: 1.5em;
}
#tag-cloud ul li a:hover {
	color: #000;
}
#tag-cloud .txt-size-1 a {
	font-size: 1.4em;
	color: #333;
}
#tag-cloud .txt-size-2 a {
	font-size: 1.3em;
	color: #4c4c4c;
}
#tag-cloud .txt-size-3 a {
	font-size: 1.2em;
	color: #666;
}
#tag-cloud .txt-size-4 a {
	font-size: 1.1em;
	color: #7f7f7f;
	/* font-weight: bold; */
}
#tag-cloud .txt-size-5 a {
	font-size: 1em;
	color: #999999;
	/* font-weight: bold; */
}



/* RANDOM COMMENTS - COLUMN */
#comment-column {
	background: #fff url('/images/asset-double-quote.gif') no-repeat right bottom;
	border-top: 1px dotted #ccc;
	/*border-bottom: 1px solid #ccc;*/
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 20px 0 0 0;
	padding: 7px;
}
#comment-column h4 {
	font-weight: bold;
	color: #666;
	margin: 0 0 8px 0;
	padding: 0;
}
#comment-column .rating {
	font-weight: bold;
	color: #666;
	margin: 7px 0 0 0;
	padding: 0;
}
#comment-column .reviewer {
	font-style: italic;
	margin: 7px 0 0 0;
	padding: 0;
}
#comment-column .more-reviews{
	text-align: right;
	width: auto;
	margin: 10px 0 0 0;
	padding: 0;
}



/*
 * File: nav.css
 * 
 * Version:
 * Comments: Large, drop version
 * 
 * Author: Ian Adams, picas.co.uk
 * Copyright(c): 2010 - Ian Adams
 */

#nav-top {
	background: url('/images/bg-nav.jpg') repeat-x;
	font-weight: bold;
	list-style: none;
	width: 950px;
	height: 26px;
	margin: 0;
	padding: 0;
}
#nav-top li.navlink-top {
	position: relative;
	background: url('/images/bg-nav-pipe.gif') no-repeat right 0;
	width: auto;
	height: 26px;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 501;
}
#nav-top li.remove-pipe {
	background-image: none;
}
#nav-top li.sale {
	background-color: #ff0000;
}
#nav-top li.navlink-top a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: auto;
	height: 21px;
	margin: 0;
	padding: 5px 15px 0 15px;
}
#nav-top li.navlink-top:hover,
#nav-top li.navlink-top.selected {
	background-color: #000;
	width: auto;
}
#nav-top li.navlink-top:hover {
	background-color: #666;
}
#nav-top li.navlink-top ul.container {
	position: absolute;
	display: none;
	width: 420px;
	z-index: 450;
}
#nav-top li.navlink-top:hover ul.container {
	position: absolute;
	display: block;
	background-color: #fff;
	color: #666;
	list-style: none;
	border-right: 2px solid #efefef;
	border-bottom: 2px solid #efefef;
	border-left: 2px solid #efefef;
	width: 420px;
	height: auto;
	margin: 0;
	padding: 0 3px 5px 3px;
	z-index: 450;
}
#nav-top li.navlink-top:hover ul.container ul {
	font-size: 1em;
	list-style: none;
	width: 136px;
	height: auto;
	margin: 0 2px 20px 2px;
	padding: 0;
	float: left;
	z-index: 400;
}
#nav-top li.navlink-top ul.container a {
	font-weight: normal;
	color: #666;
	width: auto;
	height: auto;
	margin: 0;
	padding: 4px 3px 4px 3px;
}
#nav-top li.navlink-top ul.container a:hover {
	background-color: #f2f2f2;
	color: #333;
}
#nav-top li.navlink-top ul.container li.title,
#nav-top li.navlink-top ul.container li.title2 {
	background-color: #e1e1e1;
	color: #333;
	margin: 5px 0 0 0;
	padding: 3px 3px 3px 3px;
}
#nav-top li.navlink-top ul.container li.title2 {
	margin: 20px 0 0 0;
}


/** LEFT NAV **/
#column-left ul {
/*	border-top: 1px dotted #f0f0f0;
	font-weight: bold; */
	list-style: none;
	width: auto;
	height: auto;
	margin: 10px 0 30px 0;
	padding: 0;
}
#column-left ul li {
	margin: 0 0 7px 0;
	padding: 0;
}
#column-left ul li.title {
	/* background: url('/images/bullet-arrow-right.gif') no-repeat 2px 5px;
	background-color: #f2f2f2;*/
	font-size: 1.1em;
	color: #333;
	/*padding: 2px 2px 3px 11px; */
	padding: 2px 2px 3px 0;
}
#column-left ul li.title,
#column-left ul li a.selected {
	font-weight: bold;
}
#column-left a {
	color: #666;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#column-left a:hover,
#column-left a.selected {
	color: #000;
}
#column-left a span {
	line-height: 1em;
	font-size: 0.7em;
	/* font-style: italic; */
	color: #a6a6a6;
	vertical-align: top;
	margin: 0 0 0 5px;
}

#column-left #search-option {
/*	line-height: 1.8em; */
	width: auto;
	height: auto;
	margin: 5px 0 5px 0;
	padding: 0;
}
#column-left #search-option span {
	display: block;
	width: auto;
	height: auto;
	margin: 5px 0 5px 0;
	padding: 0;
}
#column-left #search-option a {
	background: url('/images/btn-remove.gif') no-repeat 0 2px;
	display: block;
	text-decoration: none;
	padding: 0 0 0 15px;
}
#column-left #search-option img {
	border: none;
}



/** FOOTER **/
#wrapper-footer {
	height: auto;
}
#wrapper-footer .nav-column {
	width: 302px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}
#wrapper-footer .nav-column ul {
	list-style-position: inside;
	list-style: none;
	line-height: 20px;
	width: 151px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}
#wrapper-footer .nav-column ul li {
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0;
}
#wrapper-footer .nav-column a {
	margin: 0;
	padding: 0 0 0 10px;
}
#wrapper-footer .nav-column a:hover {
	background: url('/images/bullet-arrow-right.gif') no-repeat 0 3px;
	color: #000;
}
#wrapper-footer .vertical-line {
	background: url('/images/asset-vertical-line.gif') repeat-y;
	width: 1px;
	height: 140px;
	margin: 0 15px 0 5px;
	padding: 0;
	float: left;
}



/** REVIEWS **/
#wrapper-reviews {
	clear: both;
	width: 730px;
	height: auto;
	margin: 0 0 60px 0;
	padding: 0;
}
#wrapper-reviews .hreview {
	display: inline-block;
	width: 730px;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
}
#wrapper-reviews .dtreviewed {
	background-color: #f9f9f9;
	font-weight: bold;
	width: 730px;
	height: 20px;
	margin: 0 0 5px 0;
	padding: 5px 0 0 5px;
}
#wrapper-reviews .rating {
	width: 120px;
	height: auto;
	margin: 0;
	padding: 0 0 0 5px;
	float: left;
}
#wrapper-reviews .rcomment {
	line-height: 1.5em;
	width: 590px;
	height: auto;
	margin: 0;
	padding: 0 0 0 5px;
	float: left;
}
#wrapper-reviews .reviewer {
	font-weight: bold;
	font-style: italic;
	width: 620px;
	height: auto;
	margin: 8px 0 0 0;
	padding: 0;
}

.wrapper-star-rating {
	width: 115px;
	height: 25px;
}
.wrapper-star-rating img.star {
	margin: 0 3px 0 0;
	padding: 0;
	float: left;
}
.wrapper-star-rating div.rating-text {
	clear: both;
	color: #666;
	text-align: center;
	width: 90px;
	padding: 6px 0 0 0;
}

#wrapper-review-form {
	clear: both;
	width: 740px;
	height: auto;
	margin: 0 0 80px 0;
	padding: 0;
}
#wrapper-review-form h3 {
	background-color: #f9f9f9;
	width: auto;
	height: 33px;
	margin: 0 0 20px 0;
	padding: 4px 0 0 10px;
}
#wrapper-review-form p {
	clear: both;
	margin: 10px 0 30px 0;
	padding: 0;
}
#wrapper-review-form form label {
	width: 110px;
	padding: 5px 0 0 0;
	float: left;
}
#wrapper-review-form form div.input {
	background: url('/images/bg-diag-ccc.gif');
	width: 500px;
	height: auto;
	margin: 0 0 2px 0;
	padding: 5px 0 0 5px;
	float: left;
}
#wrapper-review-form form span.rating-star,
#wrapper-review-form form span.rating-star-off {
	background: url('/images/asset-star-small.gif') no-repeat 0 0;
	display: inline-block;
	width: 20px;
	height: 16px;
	margin: 0;
	padding: 0;
}
#wrapper-review-form form span.rating-star-off {
	background: url('/images/asset-star-small-off.gif') no-repeat 0 0;
}
#wrapper-review-form form .input .rating-text {
	font-style: italic;
	text-align: left;
	width: 400px;
	margin: -22px 0 0 100px;
	float: left;
}
#wrapper-review-form form #comment {
	border: 1px solid #f2f2f2;
	width: 494px;
	height: 120px;
	margin: 0 0 5px 0;
}
#wrapper-review-form form #submit {
	margin: 0 0 5px 0;
}

#wrapper-reviews .wrapper-paging,
#wrapper-reviews .wrapper-paging-bottom {
	display: block;
	width: 95%;
	height: 23px;
	margin: 20px 0 30px 0;
	padding: 0;
}
#wrapper-reviews .wrapper-paging-bottom {
	margin: 120px 0 0 0;
}



/** MEDIA & PRESS **/
#wrapper-news {
	margin: 20px 0 0 0;
	padding: 0;
}
#wrapper-news .list-article {
/*	background-color: #000;*/
	display: block;
	width: 740px;
	height: auto;
	margin: 25px 0 60px 0px;
	padding: 0;
}
#wrapper-news .list-image {
	width: 190px;
	height: 90px;
	margin: 0;
	padding: 0;
	float: left;
}
#wrapper-news .list-image img {
	border: 0px;
}
#wrapper-news .list-text {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}
#wrapper-news .header {
/*	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666; */
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0;
}
#wrapper-news .title {
	font-size: 1.1em;
	font-weight: bold;
	width: 350px;
	height: auto;
	float: left;
}
#wrapper-news .date {
	font-size: 0.9em;
	font-style: italic;
	width: auto;
	height: auto;
	margin: 2px 0 0 0;
	padding: 0;
	float: right;
}
#wrapper-news .list-text p {
	width: auto;
	height: auto;
	margin: 5px 0 0 0;
	padding: 0;
}
#wrapper-news .list-footer {
	width: auto;
	height: auto;
	margin: 6px 0 0 0;
	padding: 0;
}
#wrapper-news .list-footer a {
	background: url('/images/bullet-arrow-right.gif') no-repeat 0 3px;
	padding: 0 0 0 10px;
}

#news-footer-wrapper div {
	font-style: italic;
	line-height: 1.4em;
	margin: 0 0 0 10px;
}
