/* PARTIR EN ISRAEL - BOOKING */


/* COMMON PART: STEP LIST */

#steps {
	background: transparent url(../images/booking_steps_bg.jpg) center 0.5em no-repeat;
	text-align: center; height: 5.3em;
}

#steps ol {
	background-color: white;
	display: inline; padding: 0 1em;
}

#steps li { display: inline-block; }
#steps li {
	display: inline; text-transform: uppercase;
	font-size: 11px; font-weight: bold;
	padding: 0.1em 0 0.5em 26px;
	background: transparent none 9px -42px no-repeat;
}

#steps .step1 { background-image: url(../images/icon_booking_step_01.gif); }
#steps .step2 { background-image: url(../images/icon_booking_step_02.gif); }
#steps .step3 { background-image: url(../images/icon_booking_step_03.gif); }
#steps .step4 { background-image: url(../images/icon_booking_step_04.gif); }
#steps .step5 { background-image: url(../images/icon_booking_step_05.gif); }
#steps .step6 { background-image: url(../images/icon_booking_step_06.gif); }

#steps .disabled { background-position: 9px 0px; }
#steps .active { background-position: 9px -21px; }

#steps li.disabled { color: #cecaba; }
#steps li a { color: #7d7662; }
#steps li.active a {
	color: #3366cc; font-weight: bold; text-decoration: underline;
}
