/* BlueprintCSS */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.5; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
blockquote: before, blockquote: after, q: before, q: after { content: ""; }
blockquote, q { quotes: "" ""; }
a img {  border: none; }

/* typography.css */
body { font-size: 75%; color: #222; background: #fff; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #111; }
h1 { font-size: 2.1em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
p { margin: 0 0 1.5em; }
img.left { float: left; margin: 0 1.5em 1.5em 0; padding: 0; }
img.right { float: right; margin: 0 0 1.5em 1.5em; }
a: focus, a: hover { color: #000; }
a { color: #009; text-decoration: underline; }
blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color: #666; }
pre { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em "andale mono", "lucida console", monospace; line-height: 1.5; }
li ul, li ol { margin: 0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }
table { margin-bottom: 1.4em; width: 100%; }
th { font-weight: bold; }
thead th { background: #c3d9ff; }
th, td, caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eee; }
.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide { display: none; }
.quiet { color: #666; }
.loud { color: #000; }
.highlight { background: #ff0; }
.added { background: #060; color: #fff; }
.removed { background: #900; color: #fff; }
.first { margin-left: 0; padding-left: 0; }
.last { margin-right: 0; padding-right: 0; }
.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }
.message { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.message.error { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.message.notice { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.message.success { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.message.error a { color: #8a1f11; }
.message.notice a { color: #514721; }
.message.success a { color: #264409; }

ul.crumbs {
    list-style: none;
    padding: 10px 10px 10px 0px;
    margin: 0;
}

ul.crumbs li {
    display: inline;
}

/* Layout */

body {
	text-align: center;
	background-color: #fff
}

a {
	color: #000;
}

#tools { width: 360px; float: right; padding: 2px 7px 0 0; }
#tools img { vertical-align: bottom; }
#tools a { text-decoration: none; color: #222; }
#mini-cart { margin-top: 3px; }

#container {
	width: 900px;
	margin: 2em auto .1em auto;
	border: 1px solid #000;
	text-align: left;
	position: relative;
}

#header {
	width: 100%;
	overflow: hidden;
	text-align: right;
	padding-bottom: 11px;
	background: #fff url("flags.gif") no-repeat right 146px;
}

#mini-cart {
	font-size: 1.3em;
	margin: .5em .4em .2em 0;
	font-weight: bold;
	float: right;
}

	#mini-cart span.stats {
		color: #00f;
		font-weight: normal;
	}

	#mini-cart a {
		color: #000;
		text-decoration: none;
	}

	#mini-cart img {
		vertical-align: middle;
	}

#logo {
	float: left;
	width: 299px;
	height: 162px;
}

	#logo a {
	    display: block;
	    height: 116px;
	    overflow: hidden;
	}
		
	#logo #affiliate { 
    		height: 22px;
    		margin: 30px 5px 0;
    		width: 290px;
	}
    
	#logo img {
		display: block;
	}
	
#sale {
    float: left;
    margin-left: 20px;
    width: 235px;
}

	#sale img {
		display: block;
	}

#search {
	float: right;
	clear: right;
	width: 225px;
	text-align: center;
}

#partners {
	float: right;
	clear: right;
	font-weight: bold;
	margin: 0 .4em 0 0;
}


#search legend, #search label {
	display: none;
}

	#search input {
		vertical-align: middle;
	}
	
	#search p {
		margin-bottom: .1em;
	}


#navigation {
	position: absolute;
	top: 112px;
}

ul.site-navigation {
	background: #59ADE1 url("site-navigation-text.png") no-repeat 65px 3px;
	text-align: right;
	margin: 4px 0 0;
	padding: 0 .5%;
	width: 99%;
	height: 25px;
}

	ul.site-navigation li {
		display: inline;
	}
	
		ul.site-navigation li.last {
			border-right-width: 0;
		}
	
		ul.site-navigation li a {
			color: #fff;
			text-decoration: none;
			font-size: 1.3em;
		}

li.base.price s {
    color: #777;
    font-size: .8em;
    font-weight: normal;
}

#its-browse div.category {
    width: 33%;
    float: left;
    height: 350px;
}

#body {
	width: 100%;
	overflow: hidden;
	border: 1px solid #000;
	border-width: 1px 0;
}

#sidebar {
	float: left;
	width: 20%;
	border-right: 1px solid #7d7b3c;
	border-bottom: 1px solid #7d7b3c;
}

#content {
	float: right;
	width: 79%;
	padding: 0;
}

#footer {
	/* border-top: 1px solid #ddd; */
	text-align: center;
	margin-top: -4px;
}

	#footer #we-accept {
		margin: 1em 0;
	}



#sidebar h5, #ebay-auctions h4 {
	background-color: #e1f0d5;
	padding: .5em;
	color: #6e726b;
	border-bottom: 1px solid #ccc;
	margin: 0 0 .2em 0;
}

#sidebar ul {
	list-style: none;
}

	#sidebar ul li {
		margin: .1em 0;
	}
	
		#sidebar ul li a {
			text-decoration: none;
			color: #555;
		}
		
		#sidebar ul li a:hover {
			color: #111;
		}
		
	#sidebar ul li.level-2 {
		padding-left: 1em;
	}
		
	#sidebar ul li.level-3 {
		padding-left: 2em;
	}
		
		
/* Home Page */

#container.storefront #content div.section {
	border-bottom: 1px solid #000;
	margin-bottom: .3em;
	padding: 1em 0;
	float: left;
}

	#container.storefront #content div.section.last {
		border-bottom-width: 0;
		margin-bottom: 0;
	}

#container.storefront #featured-categories-slideshow {
	width: 465px;
	height: 260px;
	margin: 0 auto;
	overflow: hidden;
}

#container.storefront #main {
	float: left;
	width: 480px;
}

#container.storefront #content #ebay-auctions.section {
	float: right;
	width: 200px;
	border-left: 1px solid #000;
	text-align: center;
	padding: 0;
	margin: 0;
}


	#container.storefront #ebay-auctions h4 {
		margin: 0 0 .2em 0;
	}

		#container.storefront #ebay-auctions div.auctions div.auction {
			width: 97%;
			padding: 1.5%;
			margin: 1em 0;
			border-bottom: 1px solid #000;
		}
		
			#container.storefront #ebay-auctions div.auctions div.auction.last {
				border-bottom-width: 0;
			}
			
		#container.storefront #ebay-auctions div.auctions div.auction h5 {
			margin-bottom: .1em;
		}

#container.storefront #content #homepage-text {
	float: left;
	width: 480px;
	text-align: center;

}

/* Product Lists */

div.products {
	clear: both;
	margin: 1em 0;
	width: 100%;
	overflow: hidden;
}

	ul.pricing li.base {
		color: #3D89BD;
		font-size: 1.7em;
		list-style: none;
	}
	
	div.products div.photo {
		height: 150px;
		width: 150px;
		overflow: hidden;
		text-align: center;
		vertical-align: middle;
	}

	div.products div.clear {
		font-size: .6em;
		border-top: 1px dotted #ccc;
		clear: both;
		margin: 1.5em 0 .5em 0;
	}
	
		div.products .name {
			margin: 0 0 .3em 0;
			padding: .1em 0;
			font-size: 1.3em;
			font-weight: normal;
		}
		
			div.products .name a {
				border-bottom: 1px dotted #e88e0c;
				text-decoration: none;
				font-weight: bold;
			}

	div.products ul {
		margin: 0;
		padding: .1em 0;
		list-style: none;
	}

/* Grid */
div.products.grid div.product {
	width: 31%;
	padding: 1%;
	!padding: .8%;
	float: left;
	text-align: center;
}

	div.products.grid div.photo {
		margin: 0 auto .8em auto;
	}
	
	div.products.grid div.add-to-cart div.buttons {
		display: none;
	}

/* List */
div.products.list div.product {
	width: 100%;
	padding: 1em 0;
	overflow: hidden;
	margin: .5em 0;
	border-bottom: 1px dotted #ccc;
}

	div.products.list div.photo {
		float: left;
		margin-right: .5em;
	}
	
	div.products.list div.information {
		width: 375px;
		float: left;
	}
	
		div.products.list div.information p.brief {
			line-height: 170%;
		}
	
	div.products.list div.add-to-cart {
		text-align: center;
		float: left;
		width: 200px;
	}

#root-category-display {
width: 94%;
float: left;
border-bottom: 1px solid #888888;
padding: 0 15px;
}

#root-category-display h1{
font-size: 1.7em;
padding-left: 19px;
}

#landing-random-prods h1{
font-size: 1.7em;
padding-left: 19px;
}

#landing-random-prods {
width: 99%;
float: left;
border-bottom: 1px solid #888888;
padding-bottom: 15px;
}

#landing-random-prods .product {
width: 25%;
float: left;
margin: 1px 29px;
padding-bottom: 5px;
text-align: center;
}

#landing-random-prods .product .information{
height: 60px;
}

#landing-random-prods .product a{
font-size: .8em;
border-bottom:1px dotted #E88E0C;
font-weight:bold;
text-decoration:none;
line-height:140%;
}

.random-prod-listing {
	width: 160px;
	padding: 5px;
	float: left;
	height: 240px;
}
	
#root-category-display img {
float: right;
margin: 0 0 1em 1em;
}

#root-category-display ul li {
float: left;
width: 400px;
padding-right: 1%;
}

#root-category-display ul li a{
	color: #666666;
	text-decoration: none;
}

#root-category-display ul li a:hover{
	color: #222222;
	text-decoration: underline;
}

.checkblog {
	margin: 8px 25px 0 150px;
	float: left;
	height: 100px;
	width: 125px;
}

.current {
background: #dddddd;
}


#category-header {
    padding: 10px 0 10px 10px;
    margin-right: 10px;
    width: 691px;
    overflow: hidden;
    border-bottom: 1px solid #000;
}

    #category-header ul {
        list-style: none;
        padding: 0;
        margin: 0 0 15px 0;
    }

#bedding { color: #555555; }


div.prod {
    float: left;
    width: 25%;
    text-align: center;
    height: 250px;
}

div.prod.by-3 {
    width: 33%;
}

div.prod div.photo {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

div.prod h3 a {
    line-height: 140%;
    font-size: .9em;
}

div.prod ul.pricing {
    font-weight: bold;
}

div.prod-home {
    float: left;
    width: 25%;
    text-align: center;
    height: 190px;
}

div.prod-home.by-3 {
    width: 33%;
}

div.prod-home div.photo {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

div.prod-home h3 a {
    line-height: 140%;
    font-size: .9em;
}

div.prod-home ul.pricing {
    font-weight: bold;
}



div.hproduct {
     padding: 10px 0 0 0;
     width: 711px;
     overflow: hidden;
}


div.hproduct #media {
    float: left;
    width: 360px;
}

div.hproduct #information {
    float: left;
    width: 351px;
}


#container.catalogdetail #add-to-cart fieldset {
	padding: .1em;
	margin: 0 0 .5em 0;
	border-width: 0;
}

	#container.catalogdetail #add-to-cart fieldset legend {
		display: none;
	}
	
#container.catalogdetail #add-to-cart dl {
	margin: 0 0 .5em 0;	
}

	#container.catalogdetail #add-to-cart dl dt {
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: .1em;
	}
	
	#container.catalogdetail #add-to-cart dl dd {
		margin: 0 0 .5em 0;
	}

		#container.catalogdetail #add-to-cart select {
			width: 100%;
			margin: 0;
		}
		
#description {
    float:  left;
    width: 711px;
}

#pricing {
    font-size: 1.4em;
    margin: 0;
    padding: 0;
    list-style: none;
}

    #pricing li {
        color: #222;
        font-weight: bold;
    }
