/* -- Categories Table -- */
.Category-Table
{
	border: 1px solid #669933;
}

.Category-Table td
{
	height: 40px;
	width: 33%;
	padding: 3px;
}

.Category-Table .Header
{
	height: auto;
	font-size: 13px;
	font-weight: bolder;
	background: #669933;
	color: #ffffff;
}

.Category-Table .Alt
{
	background: #e6e6e6;
}

.Category-Table a
{
	text-decoration: none;
	font-size: 12px;
}

.Category-Table a:hover
{
	text-decoration: underline;
}

/* -- Products Table -- */

.ProductHeader-Table
{
	border: 1px solid #669933;
	width: 100%;
	margin-bottom: 10px;
}

.ProductHeader-Table td
{
	padding: 3px;
}

.ProductHeader-Table td td
{
	padding: 0px 3px;
}

.ProductHeader-Table .Header
{
	background: #669933;
	color: #ffffff;
	font-size: 15px;
	font-weight: bolder;
}

.ProductHeader-Table .ComboBoxes
{
	font-size: 9px;
}

.ProductHeader-Table .Info a
{
	font-weight: bolder;
	color: #669933;
}

.ProductHeader-Table .Info .Description
{
	clear: both;
}

.ProductPager div
{
	border: 1px solid #669933;
	color: #e6e6e7;
	margin: 10px 0px;
}

.ProductPager b
{
	color: #669933;
	font-weight: bolder;
}

.ProductPager a
{
	color: #669933;
	text-decoration: none;
}

.ProductPager a:hover
{
	text-decoration: underline;
}

.ProductList
{
	margin: 0px 0px 5px;
	padding: 0px;
	width: 100%;
	text-align: left;
}

.ProductList a
{
	text-decoration: none;
	font-weight: bolder;
}

.ProductList a:hover
{
	text-decoration: underline;
}

.ProductList .Item .Image
{
	float: left;
	width: 45px;
	padding: 0px 10px 0px 5px;
}

.ProductList .Item .Text
{
	float: left;
	text-align: left;
	width: 440px;
}

.ProductList .Item .Text .Title
{
	padding-bottom: 5px;
	text-align: left;
}

/** Product Display **/


/** Specials Display **/
.Specials-Table
{
	width: 100%
}

.Specials-Table td
{
	padding: 2px;
}

.Specials-Table .ImageCell
{
	width: 130px;
}

.Specials-Table .TextBoxes
{
	width: 45px;
}