/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */
body {margin: 10px; overflow: hidden;}

h4 {margin: 0;}
/* CSS class for zoomed area */
.MagicZoomBigImageCont {}

/* 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:			#2d2d2d;
	background:		#d6d6d6;
	text-align:     center !important; 
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	background: 	#ffffff;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	opacity:		0.8;
	padding:		3px 3px 3px 3px;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px;
}

#zoom1-big {background: url(/media/img/bg_zoom.jpg) 0 0 no-repeat; float: right; border: 1px solid #d6d6d6; width: 489px; height: 335px;}
#sidebar {float: left; margin: 0 10px 0 0; width: 202px;}
	#holder {border: 1px solid #d6d6d6; display: inline; float: left; height: 200px; width: 200px;}
	#colorchips {float: left; margin: 10px 0 0 0; width: 200px;}
