﻿.Product
{
	position: relative;
	z-index: 150;
	width: 216px;
	height: 125px;
	top: 0px;
	left: 0px;
	float: left;
}

.ProductImage
{
	border: none;
	position: absolute;
	width: 70px;
	height: 105px;
	top: 0px;
	left: 0px;
	z-index: 155;
}

.ProductImage A
{
	border: none;
}

.ProductName
{
	position: absolute;
	width: 130px;
	height: 20px;
	top: 0px;
	left: 78px;
	z-index: 155;
	font-weight: bold;
	color: #D51C5C;
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
	font-size: 12px;
}

.ProductName A
{
	text-decoration: none;
	color: #D51C5C;
	font-size: 12px;
}

.ProductName A:Hover
{
	text-decoration: underline;
	color: #D51C5C;
	font-size: 12px;
}

.ProductDescription
{
	position: absolute;
	width: 130px;
	height: 55px;
	top: 30px;
	left: 78px;
	z-index: 155;
	font-family: Georgia;
	font-size: 12px;
	color: #660033;
}

.ProductMore
{
	position: absolute;
	width: 65px;
	height: 17px;
	top: 88px;
	left: 78px;
	z-index: 155;
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	color: #D51C5C;
	vertical-align: bottom;
}

.ProductMore A
{
	text-decoration: none;
	color: #D51C5C;
}

ProductMore A:Hover
{
	text-decoration: underline;
	color: #D51C5C;
}

.ProductPrice
{
	position: absolute;
	width: 65px;
	height: 20px;
	top: 80px;
	left: 143px;
	z-index: 155;
	font-family: Arial, Helvetica, sans-serif;
	color: #D51C5C;
	text-align: right;
	vertical-align: bottom;
}

.NavProds
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #D51C5C;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	z-index: 200;
	width: 650px;
	height: 20px;
	bottom: 0px;
	left: 0px;
}

.NavProds A
{
	color: #D51C5C;
}