.product
{
	position: relative;
	width: 550px;
}
.product .productMedia
{
	float: left;
}
.product .productImage
{
	width: 275px;
	height: 210px;
	border: 1px solid #BDB6AF;
	background-color: #FFFFFF;
	text-align: center;
	margin-left: 4px;
	overflow: hidden;
}
.product .productImageTable
{
	margin-left: 1px;
	text-align: center;
	width: 265px;
	height: 205px;
	border: none;
}
.product .productThumbnails
{
	width: 297px;
	margin-top: 8px;
}
.product .productThumbnailTable
{
	width: 127px;
	border: 1px solid #BDB6AF;
	background-color: #FFFFFF;
	float: left;
	margin-right: 6px;
    margin-left: 3px;
	margin-bottom: 5px;
	padding: 3px;
}
.product .productThumbnailImage
{
	width: 126px;
	height: 92px;
	overflow: hidden;
    text-align: center;
}
.product .productThumbnailImage img
{
	border: none;
}
.product .productDescription
{
	width: 240px;
	float: left;

}
.product .buy
{
	margin-top: 10px;
	width: 250px;
	height: 30px;
}
.product .buy .price
{
	color: black;
	font: bold 20px Arial;
	float: left;
	margin-top: 3px;
}
.product .buy .amount
{
	float: right;
	font-weight: bold;
	width: 140px;
	text-align: right;
	margin-top: 5px;
}
.product .commentsTitle
{
	width: 545px;
	margin-top: 20px;
	background-color: #96928F;
	height: 20px;
	padding-left: 20px;
	padding-top: 5px;
	color: #FFFEFE;
	font: bold 11px Arial;
	margin-bottom: 5px;
}
.product .infoTable .infoTableHeader .author
{
	float: left;
}
.product .infoTable .infoTableHeader .date
{
	float: right;
}
.product .addComment
{
	margin-top: 10px;
	font-weight: bold;
	color: #646260;
}
.product .addComment .buttons
{
	text-align: right;
	margin-right: 18px;
	margin-top: 5px;
}