﻿.ProductItem
{
	padding: 0px 10px 0px 10px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
}

.ProductPrice
{
	color: #0066FF;
	text-align: right;
}

.ProductImage
{
	background: ff6600;
	width: 188px;
	border: 1px solid #000;
}

.ProductImage:hover
{
	border: 1px solid #FE8FDB;
}

.ProductTitle, .ProductLinks
{
	clear: both;
}

.ProductImageLayer
{
	float: left;
}

.ProductDetails
{
	border: 1px soild #000;
	float: left;
	width: 180px;
	padding: 0px 10px 10px 10px;
}

.CategoryItem
{
	position: relative;
	float: left;
	width: 150px;
	height: 150px;
	margin-bottom: 20px;
}