/**
  *	Thanks for taking an interest in the source code!
  *	Designed and coded by James Stanley (www.jrstanley.co.uk) for Gorgeous George
  *	Copyright Gorgeous George			
  */

#products {
	margin-top: 15px;
	}
.product-container {
	float: left;
	margin-right: 42px;
	margin-bottom: 25px;
	height: 205px;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	overflow: hidden;	
	border: 1px solid #E9E9E9;
	padding: 8px;	
	background: #f3f3f3 url(../images/layout/product_bg.png) repeat-x;
}
.product { width: 130px; }
.product a, .product a:hover, .product a:visited {
	text-decoration: none;
	color: #555555;
	}
.product a:hover {
	color: #1B5790;
	font-size: 1em;
	}
.product img {
	padding-bottom: 8px;
	}
.product .price {
	font-size: 0.8em;
	color: #888888;
	margin-top: 5px;
	float: right;
	}
