﻿a
{
	text-decoration: none;
}
.displayproduct
{
	width: 590px;
}
.product li
{
	outline: #00FFFF;
	display: inline;
	float: left;
	width: 160px;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	padding-bottom: 5px;
	font-weight: bold;
}

.pager
{
	text-align: center;
	clear: both;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}
.buttonpager
{
	text-decoration: none;
	font-size: 12px;
	font-family: Tahoma;
	color: black;
}
.numberpager
{
	text-decoration: none;
	font-size: 12px;
	font-family: Tahoma;
	color: black;
}
.numbercurrentpage
{
	text-decoration: none;
	font-size: 12px;
	font-family: Tahoma;
	color: #c11742;
}
.showpager
{
	font-size: 12px;
	font-family: Tahoma;
	color: black;
}

.container img
{
	border: 0px;
	margin-top: 0px;
}

.image
{
	height: 160px;
}

.price
{
	font-family: Arial;
	font-size: 10px;
}

.originalprice
{

	font-size: 10px;	
	text-decoration: line-through;
}

.saleprice
{

	font-size: 10px;
	color: #c11742;
}

.reduce
{
	font-size: 10px;
	color: #c11742;
	color: Blue;
}

.noproduct
{
	color: black;
	width: 100%;
	text-align: center;
	font-size: 12px;	
}

.productname
{
	font-size: 12px;
	font-weight: bold;
	color: black;
	display: block;
	text-align: center;	
	width: 100%;
	float: left;
	margin: 2px 10px 0px 5px;
}

.productname:visited
{
	color: black;
}

.productname:hover
{
	color: #c11742;
	cursor: pointer;
}


