/* body of Pop Up pages (ZoomImageEx & ZoomImageFlash) */
#svBody
{
	background:#336600;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}

/* Thumbnails on Pop Up Page (ZoomImageEx) */
#trThumbnails
{
	height:100px;
}
.SelectedThumbnail
{	float:left; 
	border:1px solid #FF0000; 
	margin:3px;
	WIDTH: 87; /*must be at least 10px more then HeaderImageSize in web.config */ 
	HEIGHT: 87;/*must be at least 10px more then HeaderImageSize in web.config */ 
}
.Thumbnail
{	float:left; 
	border:1px solid #3A3A3A;
	margin:3px;
	WIDTH: 87; /*must be at least 10px more then HeaderImageSize in web.config */ 
	HEIGHT: 87;/*must be at least 10px more then HeaderImageSize in web.config */
}

/* Thumbnail image on ZoomImageEx */
.Thumb
{
	border:10px solid #fff;
	margin: 0px;
	background:#fff;
}

/* Small Thumbnails on ProductInfo page */
.SmallThumbnail
{	float:left; 
	border:1px solid #ccc; 
	margin-bottom: 1px; 
	margin-right: 1px;
	width:61;/* must be at least 10px more then ThumbnailSize in Web.config */
	height:61;/* must be at least 10px more then ThumbnailSize in Web.config */
}


.SmallThumbnail td,
.Thumbnail td,
.SelectedThumbnail td
{
	vertical-align: middle!important;
	text-align:center!important;
	margin:0;
}

/* Header on Pop Up Pages (ZoomImageEx & ZoomImageFlash) */
#trHeader
{
	height:30px;
	vertical-align:top;
}
#svheader
{
	background:#CFC793;
	padding:0px 0px 0px 5px;
	margin:0px;
	vertical-align:top;
	text-align:left;
	border-bottom: 1px solid #fff;
}

/* Product Name on Pop Up Pages (ZoomImageEx & ZoomImageFlash) #4657C1*/
#lblProductName
{
	padding:0px 0px 0px 0px;
	color:#4657C1;
	margin: 0px;
	background:none;
	font:bold 16px Arial, Verdana, Helvetica, Sans-Serif;	
}

/* Footer on Pop Up Pages (ZoomImageEx & ZoomImageFlash) */
#trFooter
{
	height:80px;
}
#svfooter
{
padding-top: 3px;
}

/* Flash on ZoomImageFlash */
.ImageZoom
{
	height:520px;
	width:450px;
	text-align:center;
	margin:0;
	border: 20px solid #CFC793;
}

/* Large Image on Pop Up page (ZoomImageEX) */
#MainImage
{
	border: 1px solid #fff;
	vertical-align:middle;
	background:#CFC793;
}
