tr.product_listing td
{
	text-align: center;
}

div#product_left_column
{
	float: left;
	width: 50%;
}

div#product_left_column div#product_main_picture
{
	padding: 5px;
	margin: 10px;
}

div#product_left_column div#product_main_picture img
{
	border: 0;
}

div#product_left_column div#product_photo_gallery
{
	padding: 5px;
}

div#product_left_column div#product_photo_gallery img
{
	border: 0;
	margin: 5px;
}

div#product_left_column div#product_photo_gallery div#product_large_image
{
	display: none;
}

div#product_right_column
{
	float: left;
	width: 50%;
	text-align: left;
}

div#product_right_column div.reviews div.review
{
	background: #a1a1a1;
	margin: 10px;
	padding: 5px;
}

div#product_right_column div.reviews div.review div.review_name
{
	text-align: left;
}

div#product_right_column div.reviews div.review div.review_comments
{
	text-align: left;
	padding: 10px;
	font-size: 12px;
}

div#product_right_column div.reviews div.review div.review_rating
{
	text-align: right;
	font-size: 12px;
}
