#wizard_container {
	width:	785px;
	height: 100px;
}

.wizard_box {
	height: 100px;
	background: url(../vision/wizard/w_bgr.gif) top left repeat-x;
	
}

#wizard_box_lft {
	width:	485px;
	float: left;
}

.lft {
	width: 16px;
	height: 99px;	
	background: url(../vision/wizard/w_brdr_lft.gif) top left no-repeat;
	float: left;
}

.content {
float: left;
display: block;
}

.rgt {
	width: 16px;
	height: 99px;	
	background: url(../vision/wizard/w_brdr_rgt.gif) top left no-repeat;
	float: left;
}

#wizard_box_lft_content {
	width: 453px;
}

#wizard_hdr_lft {
	background: url(../vision/wizard/w_category.gif) center no-repeat;
	height: 30px;
	clear: both;
}

#wizard_box_rgt {
	width:	285px;
	float: left;
	margin-left:	15px;
}

#wizard_box_rgt_content {
	width:253px;
}

#wizard_hdr_rgt {
	background: url(../vision/wizard/w_shop.gif) center no-repeat;
	height: 30px;
	clear: both;
}

#wizard_lft_data {
	height: 69px;
	width: 453px;
}


#lft_stone, #lft_setting, #lft_metal {
	height: 69px;
	float: left;
	text-align: center;
}

#lft_stone {
	background: url(../vision/wizard/w_t_stone.gif) center  5px  no-repeat;
	width:	136px;
}
#lft_setting {
		background: url(../vision/wizard/w_t_setting.gif) center 5px  no-repeat;
		width:	186px;
}
#lft_metal {
		background: url(../vision/wizard/w_t_metal.gif) center 5px  no-repeat;
		width:	131px;
}
.w_bullet, .w_bullet_selected {
	height: 27px;
	
}
.w_bullet {
	background: url(../vision/wizard/w_bulletred.gif) no-repeat;
}
.w_bullet_selected {
	background: url(../vision/wizard/w_bulletgreen.gif) no-repeat;
}
#lft_stone .w_bullet, #lft_stone .w_bullet_selected {
	background-position: 102px 5px;
}
#lft_setting .w_bullet, #lft_setting .w_bullet_selected {
	background-position: 138px 5px;
}
#lft_metal .w_bullet, #lft_metal .w_bullet_selected {
	background-position: 102px 5px;
}

#lft_stone SELECT {
	width: 130px;	
}
#lft_setting SELECT {
	width:	160px;
}
#lft_metal SELECT {
	width:	126px;
}

#wizard_rgt_data {
	height: 69px;	
	width:253px;
}

#button_prod, #button_cart, #button_chkt {
	height: 59px;	
	margin-top:	10px;
	float:left;
	cursor: pointer;
	cursor: hand;
}

#button_prod {
	background: url(../vision/wizard/w_brdr_gray.gif) top right no-repeat;
	width:	82px;	
}

#button_cart {
	width:	100px;
}
#button_chkt {
	width:	64px;
}

.img {
	height: 48px;
}

#button_prod .img {
	background: url(../vision/wizard/w_tb_selprod.gif) center no-repeat;
	margin-right:	10px;
}

#button_cart .img {
	background: url(../vision/wizard/w_tb_addtoc.gif)  center no-repeat;
}
#button_chkt .img {
	background: url(../vision/wizard/w_tb_checkout.gif) center no-repeat;
	margin-left:	10px;
}
#button_chkt {
	background: url(../vision/wizard/w_brdr_gray.gif) top left no-repeat;	
}
