﻿/*Most Outer Table for Product List Table*/
.ProductListMasterTable
{
	text-align:center;
	width:100%;
}

/* Main Product List Table*/
.ProductListTable
{
	
}

/*Each Cell of a productList table*/
.ProductCellTable
{ width:174px;
}

/*Style for Image Cell*/
.ProductImageCell
{
	font-size:medium;
	color:Black;
}

td.ProductCell
{
	border:solid 2px White;
	padding-top:10px; padding-right:20px; padding-left:20px; padding-bottom:20px;
vertical-align: top;
}


td.ProductCell:hover
{
}


.ProductImage a:link,
.ProductImage a:active,
.ProductImage a:visited
{
	border:solid 1px blue;
}

.ProductImage a:hover
{
	border:solid 4px blue;
	
	
}

.ProductNameCell
{
	font-family:Arial Sans-Serif Verdana;
	font-weight:bold;
	font-size:12px;
	color:Black;
	text-align:left;
}

/* Style for Description Cell*/
.ProductDescriptionCell
{
	font-family:Arial Sans-Serif Verdana;
	font-size:12px;
	color:Black;
	text-align:left;
}

/*Style for Style Cell*/
.ProductStyleCell
{
	font-family:Arial;
	font-size:12px;
	color:Black;
	text-align:left;}

/*Style for Price Cell*/
.ProductPriceCell
{
	font-family:Arial;
	font-size:12px;
	color:Black;
	text-align:left;
}

/* Selected categories */
.selectedCategoryHeading
{
	font-family:Arial;
	font-size:12px;
	color:Black;
	font-weight:bold;
	text-align:left;
width:400px;

}

.selectedCategoryText
{
	font-family:Arial;
	font-size:12px;
	color:Black;
	text-align:left;
}

.SelectCell
{
	text-align:right;
}
