﻿/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border:			1px solid #058EFF;
  margin-left: -10px;
  margin-top: -1px;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			10px Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#058EFF;
	text-align: 	center;
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	#ffffff;
}

div#imgLoading {
  position: absolute;
  left: 1px;
  top: 1px;
  text-align: center;
  width: 296px;
  height: 398px;
  z-index: 100;
  background-color: #FFFFFF;
  display: none;
}

div#prod_left img {
  border: none;
}

div#zoomImageText {
  width: 294px;
  text-align: center;
  padding: 2px;
  letter-spacing: 0.1em;
  position: absolute;
  left: 2px;
  top: 381px;
  height: 14px;
  line-height: 14px;
  background-color: #058EFF;
  color: #fff;
  font-family: Arial;
  opacity: .7;
  -moz-opacity: .7;
  filter:alpha(opacity=70);
}

