
/* Category Menu */

#category_cell
{
	background-color: #E6D8B9;
}

#category_menu td#top_ruler
{
	height: 30px;
	background-color: #522619;
}

#category_menu a
{
	color: #441609;
}

#category_menu td.category, #category_menu td.sel_category, #category_menu td.sub_category
{
	height: 30px;
	border-bottom: 1px #CDC2A9 solid;	
	padding-left: 10px;
}

#category_menu td.category
{

}

#category_menu td.sel_category
{
	background-color: #CDC2A9;
}

#category_menu td.sub_category
{
	padding-left: 30px;
}

/* Tag Line */

#tag_line_cell 
{
	background-color: #E6D8B9;
}

#tag_line_cell td#bottom_ruler
{
	height: 20px;
	background-color: #E74C14;
}

#tag_line_cell td#tag_line
{
	height: 100px;
	background-color: #522619;
	padding-left: 20px;
}

/* Content Area */

div#content
{
	margin: 15px 29px 0px 30px;
}

div#breadcrumb
{
	font-size: 10pt;
	color: #594E48;
	letter-spacing: 2px;
	font-weight: bold;
	border-bottom: 1px #594E48 solid;
	padding-bottom: 1px;
}

div#breadcrumb a
{
	color: #594E48;
}

div#item_pager
{
	font-size: 8pt;
	color: #594E48;
	letter-spacing: 2px;
	text-align: right;
	margin-top: 3px;
}

div#item_pager a
{
	color: #594E48;
}

div#item_pager span.unactive_link
{
	color: #FCF7F3;
	background-color: #6B2C1A;
	padding: 0px 3px 1px 5px;
}

div.item
{
	color: #666158;
	font-size: 9pt;
	letter-spacing: 1px;
	line-height: 8pt;
	clear: left;
}

div.item img.thumb, div.item img.fullsize
{
	float: left;
	margin-right: 20px;
	border-width: 0px;
}

div.item div.name
{
	line-height: 16pt;
}

div.item div.price, div.item div.sold
{
	
}
	
div.item div.description
{
	margin-bottom: 5px;
	padding: 20px 0 20px 0;
	line-height: 16pt;
	clear: left;
	border-bottom: 1px #594E48 solid;	
}

div.item a
{
	color: #666158;
}

div.item a#return_to_result
{
	font-size: 9pt;
	text-decoration: underline;
}

div.item img.triangle
{
	color: #666158;
	border-width: 0;
}

div.spacer
{
	clear: left;
	height: 10px;
	padding: 0px;
	margin: 0px;
}

