#ProductList {
	font-size: 14px;
	color: #555555;
	margin-bottom: 10px;
}

.product-image {
	height: 150px;
	padding: 1px;
	margin: 3px;
	border: solid 1px #bda400;
	background-color: #999999;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#ProductList h3 {
	margin: 0px;
	color: #333333;
	font-size: 18px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#ProductList label {
	font-weight: bold;
	color: #333333;
}

#ProductList p {
	margin: 5px;
	padding: 0px;
}

#ProductList a.button {
	font-size: 14px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background: #eeeeee;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #333333;
	float: right;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

#ProductList a.button:hover {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background: #f5f5f5;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	color: #bda400;
	float: right;
	text-decoration: none;
}
.bottomtr {
	border-bottom: solid 1px #eeeeee;
	float: left;
	margin-bottom: 10px;
}