.productList
{
	width: 125px;
	border: 1px solid #BDB6AF;
	background-color: #FFFFFF;
	padding: 5px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.productList .productName a
{
	font: normal 11px Arial;
	padding-bottom: 7px;
	display: block;
	color: #10100F;
	text-decoration: none;
	height: 26px;
	text-align: center;
}
.productList .productName a:hover
{
	text-decoration: underline;
}
.productList .productImage
{
	text-align: center;
	padding-top: 5px;
	width: 126px;
	height: 92px;
	overflow: hidden;
}
.productList .productPrice
{
	padding-top: 10px;
	text-align: right;
	color: black;
	font: bold 19px Arial;
}



.productListSpecial
{
	width: 267px;
	border: 1px solid #BDB6AF;
	background-color: #FFFFFF;
	padding: 5px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.productListSpecial .productNameSpecial a
{
	font: normal 11px Arial;
	padding-bottom: 7px;
	display: block;
	color: #10100F;
	text-decoration: none;
	height: 13px;
	text-align: center;
}
.productListSpecial .productNameSpecial a:hover
{
	text-decoration: underline;
}
.productListSpecial .productImageSpecial
{
	text-align: center;
	padding-top: 5px;
	width: 126px;
	height: 92px;
	overflow: hidden;
	padding-left: 15px;
	float: left;
}
.productListSpecial .special
{
	color: #FF0000;
	font: bold 18px Arial;
	margin-left: 168px;
	margin-top: 40px;
}
.productListSpecial .productPriceSpecial
{
	color: #FF0000;
	font: bold 20px Arial;
	text-align: center;
	margin-left: -25px;
	margin-top: 5px;
}