@charset "utf-8";
#products {
	border-top: 1px solid #dcdcdc;
	padding: 0px 0px 20px 20px;
}
#products:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#products {display: inline-block;}
/* Hides from IE-mac \*/
* html #products {height: 1%;}
#products {display: block;}
/* End hide from IE-mac */
.product {
	width: 200px;
	margin: 0 6px 0 0;
	float: left;
}
.product .photo_container {
	/* background: url(../images/structure/product.gif) 0 0 no-repeat; */
	border: 1px solid #CCCCCC;
	margin: 0 0 10px 0;
	height: 122px;
	text-align: center;
	background-color: #EFEFEF;
	overflow: hidden;
}
.product .newProduct {
	position: relative;
	top: 0;
	left: 0;
	height: 20px;
	width: 100%;
	background-color: #F0C;
	color: #FFF;
	font-weight: bold;
	display: block;
}
.product .photo_container .photo {
	margin: 3px 0 0 3px;
	cursor: pointer;
}
.product .photo_container:hover {
	border: 1px solid #666666;
	cursor: pointer;
	background-color: #FFFFFF;
}
.product p {
	margin: 10px 0 0 0;
}
.product p span {
	color: #6b9519;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.product p strong {
	color: #5c5c56;
	font: bold 12px Arial, Helvetica, sans-serif;
}