.current_step,
.prev_step,
.next_step {
	padding:0;
	height:25px;
	line-height:25px;
	margin:0 0 3px 0;
	font-size:1.2em;
}

.current_step span,
.prev_step span,
.next_step span,
.current_step a,
.prev_step a,
.next_step a  {
	color:#fff;
	display:block;
	padding:0 0 0 25px;
	height:25px;
	line-height:25px;
	font-size:1em;
	text-decoration:none;
}

.current_step a:hover,
.prev_step a:hover,
.next_step a:hover  {
	color:#333;
}

.current_step {
	background: #e85d27 url(../images/frontend/current_step.gif) no-repeat left center;
	color:#fff;
}

.current_step span,
.current_step a {
	background: url(../images/frontend/current_step_right.gif) no-repeat right center;	
}

.next_step {
	color:#fff;
	background: #74BED5 url(../images/frontend/next_step.gif) no-repeat left center;
}

.next_step span, 
.next_step a {
	background: url(../images/frontend/next_step_right.gif) no-repeat right center;	
}

.prev_step {
	color:#fff;
	background: #e85d27 url(../images/frontend/prev_step.gif) no-repeat left center;
}

.prev_step span,
.prev_step a {
	background: url(../images/frontend/prev_step_right.gif) no-repeat right center;	
}

.step_content p {
	padding-bottom:0.5em;
}

.step_content {
	/*background-color:#f0f0f0;
	border:1px solid #ddd;*/
	padding:5px 0;
	margin-bottom:3px;
	line-height:1.5em;
}

.step_content h5 {
	/*
	clear:both;
	padding:2px 4px;
	margin:0;
	background-color:#ddd;	
	*/
	padding:0.5em 0;
	font-size:1.2em;
	color:#08a;
}

.step_content .titoletto {
	padding:0 0 1em 0;
	font-weight:bold;
	font-size:1.2em;
	color:#08a;
}

.button_wrapper {
	height:25px;
	clear:both;
}

.prev_button {
	float:left;
	height:25px;
	border:1px solid #e06f30;
	padding:0px 10px 0px 30px;
	font-size:1em;
	font-weight:bold;
	color:#fff;
	background:url(../images/frontend/sfButtonBack.gif) repeat-x left center;
	cursor:pointer;
}

.next_button {
	float:right;
	height:25px;
	border:1px solid #e06f30;
	padding:0px 30px 0px 10px;
	font-size:1em;
	font-weight:bold;
	color:#fff;
	background:url(../images/frontend/sfButton.gif) repeat-x right center;	
	cursor:pointer;
}

.end_button {
	float:right;
	height:25px;
	border:1px solid #066474;
	padding:0px 30px 0px 10px;
	font-size:1em;
	font-weight:bold;
	color:#fff;
	background:url(../images/frontend/sfButtonEnd.gif) repeat-x right center;	
	cursor:pointer;
}

.save_button {
	float:right;
	height:20px;
	line-height:20px;
	padding:0 0 0 24px;
	border-width:0px;
	background-color:transparent;
	background:url(../images/frontend/sfBtnSalva.gif) no-repeat left center;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
}

.save_button:hover {
	text-decoration:none;
	background-color:#ffc;
}

.buttonDesc {
	float:right;
	line-height:25px;
	padding-right:10px;
	font-weight:bold;
}

.column_half {
	float:left;
	width:49%;
	margin-right:1%;
}

.column_last {
	margin-right:0;
}

.clear {
	clear:both;
}

/*
 * CANDYBOX
 * ------------------------------------------------------------------------------
 */
 
.candybox .button_wrapper {
	/*border-top:1px solid #ccc;*/
	/*padding-top:10px;*/
}

.candybox .step {
	margin-bottom:5px;
	/*border:1px solid #ccc;*/
}

.candybox .stepTitle {
	margin:0;
	padding:0;
	font-size:1.1em;
}

.candybox .stepTitle a {
	display:block;
	background-color:#c8e7f0;
	height:22px;
	line-height:22px;
	padding:0 10px;
	text-decoration:none;
	color:#1c5d70;
	outline:none;
}

.candybox .visited .stepTitle a {
	background-color:#c8e7f0;
	color:#1c5d70;
}

.candybox .current .stepTitle a {
	background-color:#64afc5;
	color:#fff;
}

.candybox .stepTitle a:hover {
	background-color:#64afc5;
	color:#fff;
}

.candybox .stepContent {
	padding:5px 10px;
	line-height:2em;
	background:#fff url(../images/frontend/gradienteCandyBox.gif) repeat-x bottom left;
}

form.adminForm .candybox p.inputWrapper {
	border-bottom:1px dashed #dfdfdf;
}

.candybox .mainStage {
	/*margin-right:240px;*/
}

.candybox .history {
	border:1px solid #c00;
	float:right;
	width:220px;
	padding:2px 2px 2px 5px;
}

.candybox .history .current {
	font-weight:bold;
}

.candybox p.forward_wrapper {
	clear:both;
	height:27px;
	padding:3px 0 0;
}

.candybox a.forward {
	float:left;
	margin-right:5px;
	padding:0 20px 0 6px;
	color:#058aa0;
	line-height:18px;
	height:18px;
	text-decoration:none;
	font-size:12px;
	background:url(../images/frontend/sfBtnCandy.gif) right center no-repeat;
	font-weight:bold;
}

.candybox a.forward:hover {
	color:#000;
}

form.adminForm .candybox .tabledLabelMedium {
	width:18em;
}

.sottoTitolo {
	font-weight:bold;
	color:#079;
	border-bottom:1px solid #0489A0;
	padding:0;
	margin-bottom:1em;
}

.imagesContainer {
/*
	float:left;
	width:100%;*/
}

.uploadImmagini {
	float:left;
	width:150px;
	height:132px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
	padding:2px;
	border:1px solid #ccc;
	background-color:#fff;
}

.uploadImmagini img {
	display:block;
	margin:0 auto;
}