﻿.RecentlyViewedProducts .ProductGrid, .RecentlyAddedProducts .ProductGrid, .CategoryPage .ProductGrid
{
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 602px;
	text-align: center;
}

.RecentlyViewedProducts .ProductGrid .ItemBox, .RecentlyAddedProducts .ProductGrid .ItemBox, .CategoryPage .ProductGrid .ItemBox
{
	padding: 0 0 10px 0;
	text-align: center;
	vertical-align: text-top;
	width:203px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem, .RecentlyAddedProducts .ProductGrid .ProductItem, .CategoryPage .ProductGrid .ProductItem
{
	margin: 10px 10px 10px 10px;
	width: 180px;
	text-align:left;
	float:left;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .title, .RecentlyAddedProducts .ProductGrid .ProductItem .title, .CategoryPage .ProductGrid .ProductItem .title
{
	font-weight: bold;
	padding-left: 10px;
	height: 70px;	
}

.RecentlyViewedProducts .ProductGrid .ProductItem .title a, .RecentlyAddedProducts .ProductGrid .ProductItem .title a, .CategoryPage .ProductGrid .ProductItem .title a
{
	display: block;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .picture, .RecentlyAddedProducts .ProductGrid .ProductItem .picture, .CategoryPage .ProductGrid .ProductItem .picture
{
	height:180px;
	vertical-align:middle;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .picture .gsaDisplay, .RecentlyAddedProducts .ProductGrid .ProductItem .picture .gsaDisplay, .CategoryPage .ProductGrid .ProductItem .picture .gsaDisplay
{
    position:absolute;
    height:21px;
    width:31px;
    margin:150px 0 0 -180px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .description, .RecentlyAddedProducts .ProductGrid .ProductItem .description, .CategoryPage .ProductGrid .ProductItem .description
{
	text-align: left;
	margin: 5px 0px 5px 0px;
	color: #555;
	height: 100px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo, .RecentlyAddedProducts .ProductGrid .ProductItem .addInfo, .CategoryPage .ProductGrid .ProductItem .addInfo
{
	vertical-align: bottom;
	text-align: right;
	width: 178px;
	height: 75px;
	position: relative;
	border:1px solid #000000;
	background-color:#edebe2;
	margin-top:10px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices, .RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices, .CategoryPage .ProductGrid .ProductItem .addInfo .prices
{
	text-align: right;
	vertical-align: middle;
	margin-top:7px;
	width:91px;
	float:right;
	margin-right:7px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .details, .RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .details, .CategoryPage .ProductGrid .ProductItem .addInfo .details
{
    float:left;
    margin:5px 0 0 5px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .buttons, .RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .buttons, .CategoryPage .ProductGrid .ProductItem .addInfo .buttons
{
	position: absolute;
	bottom: 15px;
	left: 10px;
	top:42px;
	height:23px;
	margin-left:70px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices .productPrice, .RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices .productPrice, .CategoryPage .ProductGrid .ProductItem .addInfo .prices .productPrice
{
	color: black;
	font-size:10px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices .oldproductPrice, .RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices .oldproductPrice, .CategoryPage .ProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
	color: Red;
	font-size:10px;
}