#copy div.header {
	margin-bottom: 0;
}

#catalog {
	
}

#catalog .item {
	padding: 2.25em 0 2.25em 132px;
	border-bottom: 1px solid #ddd;
	overflow: auto;
}

#catalog h3 {
	margin-bottom: 0;
}

#catalog .item_photo {
	float: left;
	margin: -1.5em 0 0 -132px;
	display: inline;
}

#catalog .item_price {
	margin: 0;	
}

#catalog .item_price .price_norm {
	text-decoration: line-through;
}

#catalog .item_sale_price {
	margin: 0;
	color: #0a0;
}

#catalog .item form {
	margin: 1.5em 0 0;
}

#big_image {
	position: absolute;
	padding: 8px;
	border: 1px solid #ccc;
	top: -500px;
	left: -500px;
	background-color: #fff;
	margin-top: -9px;
	margin-left: -9px;
}