#productlist div.stack_item {
	background-color:#070506;
	background-image:url("../mod_cart/images/product_thumb_background.gif");
	background-position:center top;
	background-repeat:repeat-x;
	border:1px solid #1E1E1E;
	float:left;
	height:196px;
	margin:5px 0 0 5px;
	text-align:center;
	width:310px;
}
#productlist div.stack_item:hover {
	background-color: #070506;
	background-image:url(../mod_cart/images/product_thumb_background_over.gif);
	background-position:center top;
	background-repeat:repeat-x;
	text-align: center;
	float: left;
	height: 196px;
	width:310px;
	border: 1px solid #1E1E1E;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	cursor: pointer;
}
.stack_title img {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
