﻿.CategoryName
{
	font-weight:bold;
	color:#779e41;
}
.CategoryDescription
{
	display:block;
	padding-bottom:12px;
}

.SummaryImage
{
	padding-bottom:36px;
	padding-right:18px;
}
.SummaryDetails
{
	padding-top:18px;
	padding-bottom:36px;
}


.CategoryListing 
{
	background-color:#e9eef2;
	width:191px;
	padding: 8px 8px 8px 8px;
	border:solid 1px red;
}

.Detail 
{
	padding-bottom:4px;

}
.Sold 
{
	font-weight:bold;
	color: #aa0000;
}
.Ready 
{
	font-weight:bold;
	color: #008800;
}

.FieldTitle 
{
	width:80px;
}

.SelectedImage 
{
	width:347px;
}
