#category, #product h1 {
	display: block;
}

#category .footer {
	clear: left;
}

/* _products.html.erb */

ul.products {
	display: block;
	margin: 0px;
	/*padding: 3px;*/
	width: 100%;
/*	margin-left: 10px;
	margin-right: 10px;*/
}
ul.products li {
	float: left;
	padding: 3px;
	text-align: center;
	display: block;
	width: 145px;
	height: 280px;
}

ul.products li div {
	float: none;
}

ul.products li a {
	text-decoration: none;
	font-weight: bold;
}

ul.products .price {
	font-size: 14px;
}
ul.products .deluxe a {
	font-weight: normal;
}

/* product_image */
.product_image .overlay {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.product_image .overlay div {
	position: absolute;
	top: 0px; left: 0px;
}

.overlay div.catalog {
	left: 1px;
  top: 1px;
}

/* catalog */

a > div.product_image > img {
	border: 1px solid white;
	width: 400px;
	height: auto;
}
a:hover > div.product_image > img {
	border: 1px solid green;
}

.product_image .catalog {
	width: 145px;
	height: 200px;
}

/* large */

.product_image .large {
	width: 350px;
	height: 350px;
}

/* use for product_catalog.php */
#preview {
	position:absolute;
	border:1px solid #333;
	background:#ccc;
	padding:5px;
	display:none;
	color:#000;
}