﻿.ItemTd .ProductImage {
	max-width: 130px;
}

.ItemTd {
	margin: 10px auto;
	width: 479px;
	font-size: 12px;
}
.ItemTd td {
	background: #ffffff;
	padding: 10px 5px;
	vertical-align: top;
}
.ItemTd .photo {
	float: left;
	width: 200px;
	margin: 0 10px 0 0;
	text-align: center;
}
.ItemTd .text {
	float: right;
	width: 255px;
}
.ItemTd .text p {
	margin: 0;
}
.ItemTd .text h3 {
	padding: 3px 5px;
	margin: 0 0 5px;
}
.ItemTd .text h3 a {
	text-decoration: none;
	font-weight: bold;
}
.ItemTd .text h3 img {
	margin: 0 0 0 5px;
}
.ItemTd .text h3 a:hover {
	text-decoration: underline;
}
.ItemTd .text .button-details_seen {
	text-align: right;
	margin: 10px 0 0 0;
}