.wizard .navigation{
	height:40px;
}
.wizard .navigation a{
	float:left;
	padding:5px 10px;
	margin-right:5px;
	font-size:14px;
}

.wizard .navigation span{
	float:left;
	padding:5px 10px;
	font-size:14px;
}

.wizard .navigation a.active{
	background-color:#f4dcab;
	text-decoration:none;
}
.wizard .podbor{
	display:none;
}
.wizard ul {
	list-style:none;
	padding:0;
	margin:0 0 10px;
}
.wizard ul li{
	padding:5px 5px 5px 15px;
	font-size:11px;
	width:145px;
	white-space:nowrap;
}
.wizard ul li a{
	text-decoration:none;
	text-transform:lowercase;
	white-space:nowrap;
}
.wizard ul li.active{
	background-color:#f4dcab;
}
.wizard ul li a:hover{
	text-decoration:underline;;
}
.wizard ul li .hiddenPreloader, .wizard ul li .hiddenThumbPreloader{
	display:none;
}
.wizard ul li img.ico{
	vertical-align:middle;
	margin-right:5px;
}
.wizard .image{
	float:left;
	position:relative;
	height:413px;
}
.wizard .border{
	position:absolute;
	z-index:4;
	top:0;
	left:0;
	width:550px;
	height:413px;
	background: url(/img/wizard/border.png) 0 0 no-repeat;
	behavior: url("/js/iepngfix.htc")
}
.wizard img.mainImg{
	position:absolute;
	z-index:1;
	top:0; left:0;
	width:550px;
	height:413px;
}
.wizard img.color{
	position:absolute;
	z-index:2;
	top:0; left:0;
	width:550px;
	height:413px;
}
.wizard img.contour{
	position:absolute;
	z-index:3;
	top:0; left:0;
	width:550px;
	height:413px;
}

.wizard .thumb{
	z-index:5;
}
.wizard .thumb, .wizard .thumb img{
	position:absolute;
	width:64px;
	height:64px;
}
img.thumbMain{
	z-index:1;
}
img.thumbColor{
	z-index:2;
}
img.thumbContour{
	z-index:3;
}
.wizard .right{
	margin-left:550px;
}
.wizard .right .h{
	background: url(/img/wizard/header.gif) no-repeat;
	text-align:center;
	width: 133px;
	color: #fff;
	text-transform:uppercase;
	margin-left:10px;
	margin-bottom:5px;
	padding:5px 5px;
}
#cntrBlckWizard{
	margin: 30px 20px 0 200px;
}
img.color, img.contour, img.thumbColor, img.thumbContour{ behavior: url("/js/iepngfix.htc") }

