/* CLIENT ITEM PAGE STYLE */
.pdMzWrapper{
	display:block;
}
.itemImgBot{
	background-image:url(pd_magicZoom/images/bg310.gif);
	background-repeat:no-repeat;
	width:310px;
	height:35px
}
.itemImgBot div{padding-left:12px;padding-right:12px;padding-top:10px;font-family:arial,verdana,sans-serif;font-size:10px;color:#666666;text-decoration:none;}
.itemImgBot a:link{font-family:arial,verdana,sans-serif;font-size:10px;color:#3a5388;text-decoration:underline;}
.itemImgBot a:visited{font-family:arial,verdana,sans-serif;font-size:10px;color:#3a5388;text-decoration:underline;}
.itemImgBot a:active{font-family:arial,verdana,sans-serif;font-size:10px;color:#3a5388;text-decoration:underline;}
.itemImgBot a:hover{font-family:arial,verdana,sans-serif;font-size:10px;color:#666666;text-decoration:underline;}

/*** MULTIPLE IMAGES STANDARD DISPLAY ***/
.pdMultipleImageDisplay{
	height:370px;
	width:370px;
	border:1px solid #999999; 
}
.pdMultipleImageThumbs{}
.pdMultipleImageThumb{
	border:1px solid #999999; 
	margin-left:6px; 
	margin-bottom:6px; 
	width:55px; 
	height:55px; 
	float:left;
}
.pdMultipleImageThumb img{
	vertical-align:middle;
}

.magicZoomThumbWrapper{
	display:block;
}
.magicZoomThumb{
	border:1px solid #999999; 
	margin-left:4px; 
	margin-bottom:4px; 
	width:55px; 
	height:55px; 
	float:left;
}
.magicZoomThumb img{
	vertical-align:middle;
}


/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border:			1px solid #999999;
}

.MagicZoomMain {
	text-align: center !important;
	width: 92px;
}

.MagicZoomMain div {
	padding: 0px !important;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	font-weight:700;
	color:#ffffff;
	background:#999999;
	text-align:center !important; 
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #999999;
	background: 	#ffffff;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #999999;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	border: 		1px solid #999999;
	margin-top:	5px !important;
}

