.quick_order_link {
	display: none;
	margin: 2px 0px 0px 45px;
	position: absolute;
	color: #8f7155;
	text-decoration: none;
}

.quick_order_show {
	display: block;
}

.product_item_small {
	width: 130px;
	height: 200px;
	float: left;
	margin: 0px 0px 42px 30px;
	color: #222222;
	font-family: Arial;
	font-size: 12px;
	display: inline;
}

.product_item_img {
	border: 1px solid #e5e5e5;
}

.product_item_small_price {
	font-size: 15px;
	font-weight: bold;
	color: #8f7155;
}

A.buy_link {
	font-size: 17px;
}

.product_item_small_name {
	height: 40px;
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
	overflow: hidden;
}

.product_item_small_name:hover {
	text-decoration: underline;
}

.items {
	margin: 30px auto;
	width: 660px;
}

.product_img_div {
	height: 120px;
}