/* body of ZoomImageEx & ZoomImageFlash */
#svBody
{
	background-color:#FFFFFF;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}

/* Thumbnails on ZoomImageEx */
#rptThumbs
{
	height:100;
}
.SelectedThumbnail
{	float:left; 
	border:1px solid #FF0000; 
	margin:3px;
	WIDTH: 83; 
	HEIGHT: 83;
}
.Thumbnail
{	float:left; 
	border:1px solid #3A3A3A;
	margin:3px;
	WIDTH: 83; /*must match HeaderImageSize in web.config */ 
	HEIGHT: 83;
}

/* Thumbnail image on ZoomImageEx */
.Thumb
{
	border:none;
}

/* Small Thumbnails on ProductInfo page */
.SmallThumbnail
{	float:left; 
	border:1px solid #3A3A3A; 
	margin-bottom: 4px; 
	margin-right: 4px;
	width:62;/* must match ThumbnailSize in Web.config */
	height:62;
}


.SmallThumbnail td,
.Thumbnail td,
.SelectedThumbnail td
{
	vertical-align: middle!important;
	text-align:center!important;
	margin:0;
}

/* Header on ZoomImageEx & ZoomImageFlash */
#trHeader
{
	height:40px;
	vertical-align:top;
}
#svheader
{
	padding:0px 0px 0px 10px;
	margin:0px;
	vertical-align:top;
	text-align:left;
	/*background:#654321;	
	border:none!important;*/
}

/* Label for Product Name on ZoomImageEx & ZoomImageFlash */
#lblProductName, #h1Product
{
	padding:0px 0px 10px 0px;
	color:#4657C1;
	margin: 0px;
	background:none;
	font:bold 16px Arial, Verdana, Helvetica, Sans-Serif;	
	border:none!important;
}

/* Footer on ZoomImageEx & ZoomImageFlash */
#trFooter
{
	height:80px;
	/*background:yellow;*/
}
#svfooter
{
	/*background: #A0A0A0;*/
}

/* Main Flash on ZoomImageFlash */
.ImageZoom
{
	height:520px;
	width:450px;
	text-align:center;
	margin:0;
	border:none;
}

/* td for the main image */
#MainImage
{
	border: none;
	vertical-align:middle;
}
