/* -- Categories Table -- */
.Category-Table
{
	border-collapse: collapse;
}

.Category-Table-Alt
{
}

.Category-Table td
{
	height: 40px;
	width: 33%;
	padding: 3px;
	
	border-collapse: collapse;
}

.Category-Table-Alt td
{
	width: 33%;
	padding: 3px;
	height: 130px;
	border-collapse: collapse;
}

.Category-Table .Header
{
	height: auto;
	font-size: 13px;
	font-weight: bolder;
	background: #FD84FF;
	color: #8D008F;
	width: auto;
}

.Category-Table-Alt .Header
{
	height: auto;
	font-size: 13px;
	font-weight: bolder;
	background: #FD84FF;
	color: #8D008F;
	width: auto;
	padding: 3px;
	border: 1px solid #f000f4;
}

.Category-Table .Alt
{
	background: #FDD5FF;
}

.Category-Table a, .Category-Table-Alt a
{
	text-decoration: none;
	font-size: 12px;
}

.Category-Table a:hover, .Category-Table-Alt a:hover
{
	text-decoration: underline;
}

.Error-Label
{
	color: Red;	
}

/* -- Products Table -- */

.ProductHeader-Table
{
	border: 1px solid #f000f4;
	width: 100%;
	margin-bottom: 10px;
}

.ProductHeader-Table td
{
	padding: 3px;
}

.ProductHeader-Table td td
{
	padding: 0px 3px;
}

.ProductHeader-Table .Header
{
	background: #FD84FF;
	color: #ffffff;
	font-size: 15px;
	font-weight: bolder;
	height: auto;
}

.ProductHeader-Table .ComboBoxes
{
	font-size: 9px;
}

.ProductPager div
{
	border: 1px solid #F000F4;
	color: #e6e6e7;
	margin-bottom: 5px;
}

.ProductPager b
{
	color: #704474;
	font-weight: bolder;
}

.ProductPager a
{
	color: #704474;
	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;
	border: 2px solid #FD84FF;
}

.ProductList p
{
	margin: 3px 0px 0px;
}
.ProductList a
{
	text-decoration: none;
	color: #FD84FF;
}

.ProductList a:hover
{
	text-decoration: underline;
}

/** Product Display **/
.Product-Info
{
}

.Product-Info .Title
{
	color: #555555;
	font-size: 22px;
	font-weight: bolder;
}

.Product-Info .Image
{
	border: solid 1px #FBAEFF;
	text-align: center;
	background: #fff;
}

.Product-Info .Description
{
	margin: 8px 0px 0px;
	background: #FBAEFF;
}

.Product-Info .Description table
{
	color: #555555;
	margin: 2px 5px;
}

.Product-Info .Description table td
{
	padding: 3px;
}

.Product-Info .Description table .Label
{
	font-weight: bolder;
}

.Product-Info .Combo
{
	width: 200px;
}

.Product-Info .TextBox-Qty
{
	width: 40px;
}

.Product-Info .Buttons
{

}

.Product-Info .Buttons div
{
	padding-right: 10px;
	float: left;
}

.Product-Info .Buttons .Last
{
	padding-right: 0px;
}


.Product-Info .Buttons .Button
{
	cursor: pointer;
}

.Product-Info .Buttons a
{
	color: #fff;
}

/** Specials Display **/
.Specials-Table
{
	width: 100%;
}

.Specials-Table td
{
	padding: 2px;
}

.Specials-Table .ImageCell
{
	width: 130px;
}

.Specials-Table .TextBoxes
{
	width: 45px;
}
