#product_category ul {
	list-style-type: none;	
}
.fadebox-wrapper {
	background: rgb(200,200,200);
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.50, rgb(255,255,255)),
	    color-stop(0.80, rgb(200,200,200))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(255,255,255) 50%,
	    rgb(200,200,200) 80%
	);	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 222px;
	padding: 2px;
	margin: 0 4px 5px 4px;
	float: left;
}
.fadebox-wrapper .fadebox {
	padding: 5px;
	background: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.fadebox-title {
	text-align: center;
	display: block;
	vertical-align: bottom;
	margin-bottom: 10px;
}
#product_category .frame {
	text-align: center;
	width: 240px;
}
/*#product_category .frame * {
    vertical-align: middle;
}*/
#product_category img {
	cursor: pointer;
	border: 2px solid grey;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#comment-form th {
	vertical-align: top;
	text-align: left;
}
#id_info-form-comments {
	height: 50px;	
}
.cart-button {
	color: transparent;
	border: none;
	background: url(/media/styles/images/standard-add-cart.png) 0 top;
	width: 125px;
	height: 40px;
}
.cart-button:hover {
	background: url(/media/styles/images/standard-add-cart.png) 0 bottom;
}
