/* STYLES FOR WIZARD PÅ GAVER DER GAVNER */

div.wiz_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 5px 5px 5px 5px;
	background: #EFEFEF;
	border: 1px #DDDDDD solid;
	height: 23px;
	text-align: center;
	color: #000;
}

div.wiz_innerbox {
	height: 23px;
	background	: url(/images/shopwizard/wiz_dot.gif) repeat-x 0 18px;
}

.wiz_box ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.wiz_step {
	margin: 0;
	text-align: center;
	height: 23px;
	padding: 0px 8px 0px 8px;
	display: inline;
	float: left;
	background	: url(/images/shopwizard/wiz_step.gif) no-repeat 50% 13px;
}

.wiz_activestep {
	font-weight: bold;
	margin: 0;
	text-align: center;
	height: 23px;
	padding: 0px 8px 0px 8px;
	display: inline;
	float: left;
	background	: url(/images/shopwizard/wiz_active_step.gif) no-repeat 50% 13px;
}
