/* product styles ---------------------------------------------------------------- */

#products {
	clear:none;
	display: block;
	float:left;
	margin: 0 0 0 20px;
	padding: 0;
	width: 680px;
}
.product {
	background: #FFF9F0;
	clear:none;
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	padding: 20px 0;
	position: relative;
	width: 320px;
}
.product-frame{
	background: #121216;
	clear:none;
	cursor: pointer;
	float:left;
	height: 160px;
	margin: 0 0 10px 20px;
	overflow: hidden;
	position: relative;
	width: 280px;
}
.product-shadow{
	background: url(../images/product-shadow.png) no-repeat top left;
	cursor: pointer;
	height: 180px;
	left:0;
	width:300px;
	position: absolute;
	top:0;
	z-index: 2;
}
.product-img{
	cursor: pointer;
	left:-20px;
	position: absolute;
	top:-20px;
	z-index: 1;
}
.product-blurb {
	clear:none;
	float: left;
	margin: 6px 0 6px 20px;
	padding: 0;
	position: relative;
	width: 220px;
}
.product-status {
	clear:none;
	float: right;
	margin: 6px 20px 0 0;
	padding: 0;
	text-align: right;
	width: 60px;
}
.product-description {
	clear:none;
	float: left;
	line-height: 16px;
	margin: 0 0 0 20px;
	padding: 0;
	width: 280px;
}

