/* ------ zoom ------ */

body {
	background: url("/images/main/background-zoom.jpg") top left no-repeat #6C6363;
}

#textZoom {
	margin: 10px 0 0 10px;
	float: left;
	text-align: left;
}

#closeWindow {
	float: right;
	margin: 0 10px;
	color: #a2a2a2;
	font-size: small;
	text-decoration: underline;
}

#textZoom h1 {
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0 0 5px 0;
	color: #fff;
}

#textZoom p {
	font-size: 12px;
	color: #fff;
}

#productZoom {
	margin: 10px 0 0 10px;
	float: left;
}

#productZoom img {
	height: 148px;
	width: 148px;
	border: 1px solid #9F9292;
}

#zoom1-big {
	margin: 10px 10px 0 0;
	float: right;
}

.MagicZoomPup {
	border: 1px solid #666;
	background: #fff;
}

.MagicZoomBigImageCont {
	border:	1px solid #9F9292;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	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 {
	padding-top:	3px !important;
}
