﻿	.WizardStyle {
		BACKGROUND: #f0f2f4;
		width: 870px;	
		COLOR: #000;
	}

	.NavigationButtons{
		color: #000;
		font-weight: bold;
		display: block;
		width: 870px;
		background-color: #efefef;
		border: 1px groove #f0f2f4;
		text-align: center;
	}
	.NavigationSteps{
		color: #000;
		font-weight: bold;
		display: block;
		width: 100%;
		float: left;
	}
	
	.WizardStyle .StepWrapper
	{
		width: 870px;
		float: left;
		font-size: 10px;
		border: 1px groove #f0f2f4;
		background-color: #efefef;
		padding: 20px;
	}

	.step_wizard {
		font-size: 17px;
		color: #000;
		margin-bottom: 15px;
		font-weight: normal;
		display: block;
		float: left;
		height: 30px;
		padding-left: 25px;
		line-height: 30px;
		margin-right: 1px;
	}

	.wizard1 {
		background-image: url(Img-wizard/frecciaOn.gif);
		background-repeat: no-repeat;
		background-position: right;
		padding-left: 10px;
		width: 30%;
	}
	.wizard2 {
		background-image: url(Img-wizard/frecciaOff.gif);
		background-repeat: no-repeat;
		background-position: right;
		padding-left: 10px;
		width: 30%;
	}
	.wizard3 {
		background-image: url(Img-wizard/frecciaOff.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		background-position: right;
		width: 30%;
	}
	
	.wizard1a {
		background-image: url(Img-wizard/frecciaOff.gif);
		background-repeat: no-repeat;
		background-position: right;
		padding-left: 10px;
		width: 30%;
	}
	.wizard2a {
		background-image: url(Img-wizard/frecciaOn.gif);
		background-repeat: no-repeat;
		background-position: right;
		padding-left: 10px;
		width: 30%;
	}
	.wizard3a {
		background-image: url(Img-wizard/frecciaOff.gif);
		background-repeat: no-repeat;
		background-position: right;
		padding-left: 10px;
		width: 30%;
	}

	.wizard1b {
		background-image: url(Img-wizard/frecciaOff.gif);
		background-repeat: no-repeat;
		background-position: right;
		padding-left: 10px;
		width: 30%;
	}
	.wizard2b {
		background-image: url(Img-wizard/frecciaOff.gif);
		background-repeat: no-repeat;
		background-position: right;
		padding-left: 10px;
		width: 30%;
	}
	.wizard3b {
		background-image: url(Img-wizard/frecciaOn.gif);
		background-repeat: no-repeat;
		background-position: left;
		padding-left: 10px;
		width: 30%;
	}

	/* Inizio Wizard Buttons */
		
	/* Inizio */
	.wzdwizardNext {
			display:block;
			background-image: url(Img-wizard/procedi.gif);
			background-repeat: no-repeat;
			padding-left: 50px;
			color: #000;
			font-size: 15px;
			width: 210px;
			height: 36px;
			line-height: 36px;
			margin-top: 13px;
			text-decoration:none;
			text-align: center;
		}

	/* Avanti */
	.wzdwizardNext {
			display:block;
			background-image: url(Img-wizard/WizardNextStep.gif);
			background-repeat: no-repeat;
			padding-left: 0px;
			color: #000;
			font-size: 15px;
			width: 161px;
			height: 36px;
			line-height: 36px;
			margin-top: 13px;
			text-decoration:none;
			text-align: center;
		}

	/* Indietro */
	.wzdwizardPrevious {
			display:block;
			background-image: url(Img-wizard/WizardPreviousStep.gif);
			background-repeat: no-repeat;
			padding-left: 0px;
			color: #000;
			font-size: 15px;
			width: 161px;
			height: 36px;
			line-height: 36px;
			margin-top: 13px auto;
			text-decoration:none;
			text-align: center;
		}

	/* Cancella */
	.wzdwizardCancel {
			display:block;
			background-image: url(Img-wizard/WizardReset.gif);
			background-repeat: no-repeat;
			padding: 00px;
			color: #000;
			font-size: 15px;
			width: 152px;
			height: 36px;
			line-height: 36px;
			margin-top: 13px;
			text-align: center;
			text-decoration:none;
		}

	/* Completa */
	.wzdwizardComplete {
			display:block;
			background-image: url(Img-wizard/WizardNextStep.gif);
			background-repeat: no-repeat;
			padding-left: 0px;
			color: #000;
			font-size: 15px;
			width: 161px;
			height: 36px;
			line-height: 36px;
			margin-top: 13px;
			text-decoration:none;
		}

	/* Fine Wizard Buttons */
	
	.wrapper {
		clear: both;
	}


	.salvaricerca {
		width: 270px;
		margin: 0 auto;
		height: 92px;
		background-image: url(Img-wizard/sfondo-ric.jpg);
		background-repeat: no-repeat;
		background-position: top;
	}
	.salvaricerca .int_salvaric {
		padding: 5px;
		color: #000;
		font-size: 12px;
		line-height: 16px;
	}
	.salvaricerca .int_salvaric input {
		line-height: 15px;
	}
	.salvaricerca .int_salvaric .salvalistacart {
		background-image: url(Img-wizard/sfondo_salvaric.jpg);
		background-repeat: no-repeat;
		color: #fff;
		float: right;
		margin-right: 5px;
		margin-top: 0px;
		border: 0;
		height: 20px;
	}