#content_nav ul {
	margin: 0 0 0 0; padding: 0 0 0 0;
	list-style-type: none;
}
#content_nav li {
	margin: 0 20 0 20; padding: 0;
	display: inline;
	cursor: pointer;
}
#content_nav li:hover {
	color: white;
}
#items {
	width: 100%;
}
#items p {
	text-align: left;
	font-size: 80%;
	margin: 0 15 0 0;
}
#items .none_available {
	margin: 20 20 20 20;
}
#items b.sold {
	color: red;
}
#items img.item {
	float: left;
	margin: 0 20 0 15;
}
#items a {
	text-decoration: none;
	color: gray;
}
#items form {
	margin: 0 0 0 0;
	text-align: left;
}

#item_heading1, #item_heading2, #item_heading3, #item_heading4, #item_heading5, #item_heading6, #item_heading7 { font-size: 125%; letter-spacing: 5; padding: 0 0 8 0; margin: 0; color: black; width: 100%; background-color: #A58C78;}

#bird_houses, #stepping_stones, #tabletop_mosaics, #mirrors, #furniture, #vintage_finds, #new_items {
	margin: 0 0 0 0;
	border: 1px solid #A58C78;
	background: #FEF3D6 url('../images/birdhouses_bg.png') no-repeat right bottom;
}
#bird_houses a, #stepping_stones a, #tabletop_mosaics a, #mirrors a, #furniture a, #vintage_finds a, #new_items a {
	color: black; font-weight: bold;
}
#bird_houses a:hover, #stepping_stones a:hover, #tabletop_mosaics a:hover, #mirrors a:hover, #furniture a:hover, #vintage_finds a:hover, #new_items a:hover {
	text-decoration: underline;
}
#item, #last_item {
	padding: 10 0 10 0; margin: 0 2% 0 2%;
	width: 96%;
	border-bottom: 1px dashed #A58C78;
} 
#last_item {
	border: none;
}
#item .order, #last_item .order {
	text-align: right;
}
#item .last {
	border: none;
}
