.Product-Item
{
	padding: 10px 10px 0px 10px;
}

.Product-Item .img
{
	padding: 0px 2px 10px 2px;
}
.Product-Item .Label
{
	font-weight: bolder;
	padding: 2px 2px;
}

.ProductList
{
	margin: 10px 0px 5px;
	padding: 0px;
}

.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-Cart
{
	margin: 10px 0px 0px;
}

.Product-Cart h2
{
	font-size: 12px;
	font-weight:bolder;
	margin-bottom: 5px;
	color: #333795;
}

.Product-Cart td
{
	padding: 0px 2px 0px 6px;
}

.Product-Cart td td
{
	padding: 0px;
}

.Product-Cart .header, .Product-Cart .header2
{
	font-weight:bolder;
}

.Product-Cart .TextBoxes, .Product-Cart .ComboBoxes
{
	font-weight: normal;
	width: 175px;
}


/* --- New Stuff --- */
.Product-Table
{
	border: 1px solid #000000;
	width: 100%;
	margin-bottom: 10px;
}


.Product-Table td
{
	padding: 3px;
}

.Product-Table .Header
{
	background: #000000;
	color: #ffffff;
	font-size: 12px;
	font-weight: bolder;
}

.Product-Table .Header a
{
	color: #ffffff;
	text-decoration: none;
}

.Product-Table .Header a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.Product-Table .Image
{
	width: 100px;
}

.Product-Table .Price
{
	color: #ff0000;
	font-weight: bolder;
}

.ProductHeader-Table
{
	border: 1px solid #333795;
	width: 100%;
	margin-bottom: 10px;
}

.ProductHeader-Table td
{
	padding: 3px;
}

.ProductHeader-Table td td
{
	padding: 0px 3px;
}

.ProductHeader-Table .Header
{
	background: #333795;
	color: #ffffff;
	font-size: 15px;
	font-weight: bolder;
}

.ProductHeader-Table .ComboBoxes
{
	font-size: 9px;
}

.ProductPager div
{
	border: 1px solid #333795;
	color: #e6e6e7;
	margin-bottom: 5px;
}

.ProductPager b
{
	color: #333795;
	font-weight: bolder;
}

.ProductPager a
{
	color: #333795;
	text-decoration: none;
}

.ProductPager a:hover
{
	text-decoration: underline;
}

.Category-Table
{
	border: 1px solid #333795;
}

.Category-Table td
{
	height: 40px;
	width: 33%;
	padding: 3px;
}

.Category-Table .header
{
	height: auto;
	font-size: 13px;
	font-weight: bolder;
	background: #333795;
	color: #ffffff;
}

.Category-Table .Alt
{
	background: #e6e6e6;
}

.Category-Table a
{
	text-decoration: none;
	font-size: 12px;
}

.Category-Table a:hover
{
	text-decoration: underline;
}

.AjaxLoading
{
	position: absolute;
	background: #ffffff;
	z-index: 100002;
	
}

.AjaxLoading .Loading-Table
{
}

.AjaxLoading .Loading-Table .Text
{
}

.AjaxLoading .Loading-Table .Image
{
}
