/* -- Categories Table -- */
.Category-Table
{
	border: 1px solid #F7A30D;
}

.Category-Table td
{
	height: 40px;
	width: 33%;
	padding: 3px;
}

.Category-Table .Header
{
	height: auto;
	font-size: 13px;
	font-weight: bolder;
	background: #F7A30D;
	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 #6e6e6e;
	width: 100%;
	margin-bottom: 10px;
}

.ProductHeader-Table td
{
	padding: 3px;
}

.ProductHeader-Table td td
{
	padding: 0px 3px;
}

.ProductHeader-Table .Header
{
	background: #F7A30D;
	color: #ffffff;
	font-size: 15px;
	font-weight: bolder;
}

.ProductHeader-Table .ComboBoxes
{
	font-size: 9px;
}

.ProductHeader-Table .Info a
{
	font-weight: bolder;
	color: #F7A30D;
}

.ProductHeader-Table .Info .Description
{
	clear: both;
}

.ProductPager div
{
	border: 1px solid #6e6e6e;
	color: #e6e6e7;
	margin-bottom: 5px;
}

.ProductPager b
{
	color: #F7A30D;
	font-weight: bolder;
}

.ProductPager a
{
	color: #F7A30D;
	text-decoration: none;
}

.ProductPager a:hover
{
	text-decoration: underline;
}

.ProductList
{
	margin: 10px 0px 5px;
	padding: 0px;
	width: 100%;
}

.ProductList .Item
{
	padding: 0px 10px 5px;
}
.ProductList .Item img
{
	margin-bottom: 3px;
}

.ProductList p 
{
	margin: 3px 0px 0px;
}
.ProductList a
{
	text-decoration: none;
}

.ProductList a:hover
{
	text-decoration: underline;
}

/** Product Display **/
.Product-Info
{
}

.Product-Info .Title
{
}

.Product-Info .Image
{
}

.Product-Info .Description
{
	margin: 10px 0px 0px;
	background: #fff;
	color: #6e6e6e;
}

.Product-Info .Description table
{
	color: #6e6e6e;
	margin: 2px 5px;
	width: 98%;
}

.Product-Info .Description table td
{
	padding: 3px;
}

.Product-Info .Description table td table
{
	color: #6e6e6e;
	margin: 0;
	width: auto;
}

.Product-Info .Description table td td
{
	padding: 0px 3px 0px 0px;
}

.Product-Info .Description table .Label
{
	font-weight: bolder;
	width: 60px;
}

.Product-Info .Description table .LabelAlt
{
	font-weight: bolder;
}

.Product-Info .Description table .Sale
{
	background: #f00;
}

.Product-Info .Combo
{
	width: 200px;
}

.Product-Info .TextBox-Qty
{
	width: 40px;
}

.Product-Info .Buttons div
{
	padding-Right: 10px;
	float: left;
}

.Product-Info .Buttons .Last
{
	padding-Right: 0px;
}


.Product-Info .Buttons .Button
{
	cursor: pointer;
}

/** Specials Display **/
.Specials-Table
{
	width: 100%
}

.Specials-Table td
{
	padding: 2px;
}

.Specials-Table .ImageCell
{
	width: 130px;
}

.Specials-Table .TextBoxes
{
	width: 45px;
}