.Pager
{
}

.Pager div
{
	float: left;
	padding: 0px 3px 0px 3px;
}

.Pager a
{
	float: left;
	padding: 0px 3px 0px 3px;
}

#ProductGridContainer
{
	width:100%;
	background-color:transparent;
	font-size:11px;
	margin: 0 auto;
	overflow: auto;
}

div#productGrid
{
	padding-left: 0px;
	margin: 0 auto;
}

#productGrid ul
{
	list-style-image:none;
	list-style-type:none;
	width:100%;
	background-color:Transparent;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}

#productGrid ul li
{
	float: left;
	height: 210px;
	border-style: solid;
	border-width:1px;
	border-color: #cccccc;
	text-align: center;
	margin-right: 0px;
	padding: 5px 5px 2px 5px;
	overflow:hidden;
	line-height:16px;
	background-color:Transparent;
	width: 180px;
	position: relative;
}

#productGrid ul li #ProductImage
{
	cursor:pointer;
}

#productGrid ul li #ProductImage img
{
	height: 120px;
	width: 120px;
}

#productGrid ul li #ProductName
{
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:Black;
	height:32px;
	overflow:hidden;
}

#productGrid ul li #ProductShortDescription
{
	cursor:pointer;
	max-height:32px;
	overflow:hidden;
	display:none;
}

#productGrid ul li #ProductPrice
{
	cursor:pointer;
	font-size: 13px;
	font-weight: 700;
}

#productGrid #AddToCart
{
}


#productGrid #AddToCart .ImageButton
{
	display:none;
}


#productGrid #AddToCart .NormalButton
{
}