.nounderline {
	text-decoration: none;
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	text-transform: uppercase;

}
.nounderline:hover {
	text-decoration: none;	
	color: #FFFFFF;
}
.SearchProductCell
{
	background-color: #FFFFFF;	
	border-color: #000000;	
	text-align:center;	
}

.SearchProductName
{
	background-color: Black;
	color:White;	
	text-decoration: none;
	font-family: Arial;
	font-size: 9px;
	text-transform:uppercase;
}
.DetailImageCell
{
	background-color: #FFD8FC;
	width: 220px;	
}
.DetailProductName
{
	font-weight:bold;
	font-size: 18px;	
}
.DetailSalePrice
{
	font-size:12px;
	font-weight:bold;
	color:Red;
}

