table
{
	border-collapse: collapse;
	border:0px;
	margin:0px;
	padding:0px
}

table tr td form#enlargedFormGallery,
table tr td form#enlargedFormAwards
{
	display:inline;
}

table tr td form#enlargedFormAwards img
{
	width:300; /* DO NOT RESIZE IMAGES LIKE THIS PLEASE */
	height:250; /* DO NOT RESIZE IMAGES LIKE THIS PLEASE */
}

table tr td form#enlargedFormGallery img
{
	width:280; /* DO NOT RESIZE IMAGES LIKE THIS PLEASE */
	height:280; /* DO NOT RESIZE IMAGES LIKE THIS PLEASE */
}

table.awards tr td a
{
	padding-top:7px;
	height:53px;	/* So you see arrow */
}

table.awards img
{
	border:0px;
	width:55px; /* DO NOT RESIZE IMAGES LIKE THIS PLEASE */
	height:46px; /* DO NOT RESIZE IMAGES LIKE THIS PLEASE */
	background:#FFFFFF;
}

table.awards a:active,
table.awards a:hover
{
	background:url(../GUI/img_hover_bkgd.gif) no-repeat top center;
}

table.gallery
{
	margin:0px;
	padding:0px;
	margin-left:10px;
}

table.gallery tr td a
{
	padding-top:6px;
	height:30px;	/* So you see arrow */
}

table.gallery img
{
	border:0px;
	width:30px; /* DO NOT RESIZE IMAGES LIKE THIS PLEASE */
	height:30px; /* DO NOT RESIZE IMAGES LIKE THIS PLEASE */
	background:#FFFFFF;
}

table.gallery a:active,
table.gallery a:hover
{
	background:url(../GUI/img_hover_bkgd.gif) no-repeat top center;
}


textarea.product_desc
{
	margin-top:0px;
	background:#000000;
	padding:5px;
	border:0px solid #CAB957;
	overflow:visible;

	width:100%;
	color:#FFFFFF;
	font-family:verdana;
	font-size:11px;
	height:210px;
	overflow-x: hidden; 
}

html>body textarea.product_desc
{
	margin-top:20px;
}

#right #large_image
{
	position:absolute;
	margin-left:-22px;
}

html>body #right #large_image
{
	margin-left:-21px;
}
