@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }
ul { list-style: none; }
ol li { padding-bottom: 10px; }
a { text-decoration: none; color: #000; font-weight: bold; }
a:hover { color: #f00; }
h1 { font-size: 24px; color: #f00; }
h2 { font-size: 18px; color: #f00; }
h3 { font-size: 14px; color: #f00; }

body {
	width: 955px; /* was 800px */
	margin: 20px auto;
	background-color: #eee;
	font-family: Helvetica, Arial, Geneva, san-serif;
	font-size: 12px;
}

.wrapper {
	height: 20px;
	padding-top: 5px;
}
#info { float: left; width: 250px; }
#disclaimer { float: right; text-align: right; width: 500px; }

#container {
	background-color: #fff;
	border: 1px solid #333;
	padding: 10px;
}


/* ------ Header Styles ------ */

#header { height: 55px; }
#logo {
	float: left;
	width: 550px;
	text-transform: uppercase;
	margin-bottom: -10px;
}
#logo a { color: #f00; font-size: 52px; }
#logo a:hover { color: #d00; }
#currentad, #about {
	float: right;
	text-align: right;
	padding-top: 15px;
}
#currentad { width: 150px; }
#currentad a { font-size: 18px; }
#about { width: 100px; font-size: 14px; }

#navbar { margin-top: 5px; }

#contact { height: 75px; }
#address { float: left; }
#home-phone, #office-phone, #used-phone { float: right; width: 150px; }

#sidebar { float: left; padding-top: 15px; }
#sidebar h3 { padding-bottom: 5px; }
#sidebar ul { padding-left: 10px; }
#sidebar li { padding-bottom: 5px; }
#sidebar a { font-size: 11px; font-weight: normal; }


/* ------ Content Styles ------- */

#content {
	padding: 15px;
	padding-left: 140px;
}
img {
	margin: 10px 0;
}
img.around { margin: 0 10px 10px 0; }
#content p { margin-bottom: 10px; }
#address p { margin-bottom: 0; }
.left-col { width: 150px; float: left; }
.right-col { padding-left: 160px; }
.active { color: #f00; }

div#options { margin-top: -6px; margin-bottom: 2px; float: right; width: 785px; }
#options form { margin-left: 5px; float: right; }

div#article-img { float: left; padding-right: 10px; margin-top: -6px; width: 300px; }
#article-img p { border-bottom: 1px #000 solid; }
#article-img img { width: 300px; }

.aspen { float: left; height: 200px; padding: 0 5px; }
#aspen ol { clear: left; list-style-type: lower-alpha; }
#aspen ol li { padding-bottom: 5px; }
.thumbs img { height: 190px; }

div.col1 { clear: left; }
div.col1, div.col2 { float: left; width: 290px; padding: 15px 0; }
.col1 span, .col2 span { float: left; width: 10px; padding-right: 15px; }
.col1 p, .col2 p { float: left; width: 265px; }

div.item { float: left; padding: 0 10px; }
.item img { height: 145px; padding: 0 5px; }
.item p { text-align: center; margin-top: -15px; }

.clearfix { clear: both; }

#recently-added { margin-bottom: 25px; }

.hidden { display: none; }


/* ------ Product Styles ------ */

#bio {
	width: 650px;
}

#oldphotos {
	margin-top: 25px;
}
#oldphotos img { padding: 0 5px; }


/* ------ Product Styles ------ */
div#furniture {
	width: 785px;
	float: left;
}
#furniture h1 {
	border-bottom: 1px solid #f00;
	margin-bottom: 15px;
	padding-bottom: 2px;
}

div#cat_descrip { margin-top: 5px; width: 625px; float: left; background: url('../images/graphics/bubble.jpg') no-repeat 110px 5px; }

#cat_descrip div.img { width: 100px; float: left; margin-right: 10px; }
#cat_descrip img { width: 100px; margin: 0; }
#cat_descrip p.caption { width: 100px; padding-top: 2px; font-weight: bold; font-size: 12px; }
#cat_descrip h2 { float: left; width: 420px; padding: 30px 10px 10px 60px;}

div.product {
	width: 150px;
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
}
.product ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.product img {
	max-width: 130px;
	max-height: 165px;
	border: 0;
	margin-bottom: 5px;
	width: expression(this.width > 130? 130: true);
}
.product a {
	color: #000;
}
.product:hover a {
	color: #f00;
}
.product .item {
	font-size: 10px;
	font-weight: normal !important;
	line-height: 1.4em;
	margin: 0 !important;
}
.product .item strong {
	font-size: 12px
}
.product .price {
	color: #f00;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
}

.product .price-was {
	color: #000;
	font-size: 12px;
	text-decoration: line-through;
	font-weight: bold;
	line-height: 1.4em;
}
.product .note {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
}

h3#pages {  clear: left; float: right; margin-bottom: 15px; }
#pages a { display: inline-block; width: 8px; padding: 0 6px; }
#pages a:hover { text-decoration: underline; }
#pages span { color: #f00; }
h3.top { float: right; margin-top: 8px; }
h3.top a { display: inline-block; width: 8px; padding: 0 6px; }
h3.top a:hover { text-decoration: underline; }
h3.top span { color: #f00; }


/* ------- Detail Styles -------- */

#detail h1 {
	border-bottom: 1px solid #f00;
	margin-bottom: 15px;
	padding-bottom: 2px;
}
div#item_detail {
	float: left;
	width: 275px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#item_detail img {
	margin: 10px 0;
	max-width: 275px;
	max-height: 400px;
}
div#item_content { padding-left: 285px; }
#item_content h1 {
	color: #f00;
	font-size: 24px;
}
#item_content h3 {
	color: #f00;
	font-size: 16px;
}
#item_content ul {
	list-style: none;
	margin: 10px 0;
	padding-left: 15px;
}
p.dimensions { display: inline-block; margin-right: 25px; }
#item_content .price-was {
	font-size: 14px;
	text-decoration: line-through;
	font-weight: bold;
}
#related_items { float: left; clear: both; margin-bottom: 20px; }


/* ------- Old Ads Styles ------ */

div#oldads { float: left; margin-bottom: 25px; }
#oldads ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#oldads li {
	width: 135px;
	float: left;
	text-align: center;
	margin: 0 5px 0 5px;
}
#oldads span {
	font-size: 12px;
	padding: 0;
	margin: 5px 0 10px 0;
	text-align: center;
}
#oldads img {
	width: 130px;
	height: 100px;
}

div#ongoing { float: left; margin-bottom: 25px; clear: left; }
#ongoing ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ongoing li {
	width: 135px;
	float: left;
	text-align: center;
	margin: 0 5px;
}
div#tvads { float: left; margin-bottom: 25px; clear: left; }
#tvads ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tvads li {
	width: 135px;
	height: 150px; 
	float: left;
	text-align: center;
	margin: 0 5px 0 5px;
}
#tvads li p {
	margin: 5px 0 10px 0;
}
div#amnorthwest, div#bloopers, div#faces {
	width: 255px;
	float: left;
}

/* --- Manufacturers Styles ---- */

#manufacturers li { float: left; width: 250px; height: 120px;  }
#manufacturers li:hover a { color: #f00; }


/* -------- Form Styles -------- */

form#mailing_list { width: 350px; float: left; }
#mailing_list label { width: 80px; float: left; text-align: right; padding-right: 10px; margin-bottom: 10px; }
#mailing_list label.date { width: 40px; }
#mailing_list input { width: 240px; float: left; margin-bottom: 10px; }
#mailing_list input.date { width: 40px; }
#mailing_list select { width: 240px; float: left; margin-bottom: 10px; }
#mailing_list input.button { margin-left: 90px; margin-top: 10px; margin-bottom: 25px; }
#mailing_list h3 { margin-bottom: 15px; margin-left: 90px; }
.error { color: #f00; font-weight: bold; }
/* span.error { position: relative; right: -100px; width: 100px; } */
.green { color: #16e32f; }
form p { width: 350px; margin: 10px 0; padding-bottom: 4px; float: left; text-align: center; border-bottom: 1px #f00 solid; }
#form-errors { width: 260px; height: 280px; margin-left: 10px; margin-bottom: 10px; float: left; }

div#mailinglist {
	border-bottom: 1px solid #f00;
	margin-bottom: 25px;
}
#mailinglist p { margin-bottom: 5px; margin-top: 2px; }


/* ------- Footer Styles ------- */

#footer {
	clear: both;
	padding: 10px;
	margin: 10px -10px -10px -10px; 
	background-color: #ccc;	
}
#footer td { vertical-align: top; border-right: 1px solid #fff; }
#footer td.last { border-right: none; }

#footer ul {
	list-style: none;
	width: 121px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 1.2em;
	margin-bottom: 5px;
}
#footer ul span {
	font-size: 13px;
	font-weight: bold;
	line-height: 2em;
	color: #f00;
}
#footer ul a { font-weight: normal; }


/*  ----- Drop Down Styles ----- */

/* LEVEL ONE */
.dropdown { font-size: 12px; line-height: 2em; }
ul.dropdown {
	background: #f00;
	width: 100%;
	height: 36px;
	margin: 0 -10px;
	padding: 0 10px;
}
ul.dropdown li {
	font-weight: bold;
	float: left;
	zoom: 1;
	background: #f00;
}
ul.dropdown a:hover {
	color: #fff; }
ul.dropdown a:active {
	color: #d00; }
ul.dropdown li a {
	display: block;
	padding: 6px 12px;
	border-right: 1px solid #fff;
	color: #fff; }
ul.dropdown li:last-child a {
	border-right: none; /* Doesn't work in IE */
} 
ul.dropdown li.hover, ul.dropdown li:hover {
	background: #d00;
	color: #fff;
	position: relative;
}
ul.dropdown li.hover a {
	color: #fff;
}


/* LEVEL TWO */
ul.dropdown ul {
	width: 180px;
	visibility: hidden;
	position: absolute;
	top: 36px;
	left: 0;
}
ul.dropdown ul li {
	font-weight: normal;
	background: #f00;
	color: #fff;
	border-bottom: 1px solid #ccc;
	float: none;
}								  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
} 

/* LEVEL THREE */
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}


/* ---------- Special Styles ---------- */

#mlist table { text-align: left; font-size: 10px; }
#mlist tr { height: 20px; }
#mlist tr.d1 { background-color: #D9D9D9; }
#mlist tr.d1:hover { background-color: #CF9; }
#mlist th { background-color: #777; }
#mlist th, #mlist td { padding: 4px; }


#query { height: 30px; clear: both; padding: 15px 0; }
#query input.text { width: 400px; margin: 0 10px; }
