.block {
	margin-bottom: 20px;
	width: 170px;
	height: auto;
}

.product {
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 15px;
	width: 174px;
	height: 260px;
	background: url(images/blockbg.jpg) no-repeat;
	float: right;
}

.product .image {
	text-align: center;
	margin-top: 6px;
	margin-right: 5px;
	height: 227px;
}

.product .details {
	color: #ef7f35;
	font-weight: bold;
	font-size: 13px;
	font-family: arial;
	clear: both;
	width: 165px;
	margin-right: 6px;
	margin-top: 3px;
}

.product .product_name {
	float: right;
}

.product .product_info {
	float: left;
}
.product .product_info a {
	color: #ef7f35;
	font-weight: bold;
	font-size: 13px;
	font-family: arial;
	text-decoration: none;
	border-bottom: 1px dotted #ad4057;
}
.product .product_info a:hover {
	border-bottom: 0px;
}
