.product_image
{
	float: left;
	width: 58px;
	height: 90px;
	overflow: hidden;
	border: 1px solid #333333;
}

.product_image_h
{
	float: left;
	width: 90px;
	height: 58px;
	overflow: hidden;
	border: 1px solid #333333;
}

.product_price
{
	float: left;
	width: 80px;
	text-align: right;
}

.product_information
{
	float: left;
	padding-left: 10px;
	width: 300px;
}

.product_info
{
	float: left;
	text-align: right;
	width: 150px;
}

.product_info a, .product_info a:link
{
	text-decoration: none;
	color: #0000ff;
}

.product_row_h
{
	margin-top: 10px;
	clear: both;
	height: 60px;
}
.product_row
{
	margin-top: 10px;
	clear: both;
	height: 92px;
}

.product_row:hover
{
	background-color: #dddddd;
	margin-top: 10px;
	clear: both;
	height: 92px;
	cursor: pointer;
}
.product_row_h:hover
{
	background-color: #dddddd;
	margin-top: 10px;
	clear: both;
	height: 60px;
	cursor: pointer;
}