/* ШАГИ БРОНИРОВАНИЯ */

#ts_ag_reservation_stages {
	
	padding-left:90px;
	
	width:90%;
	background:url(../../../../../../../images/menu.gif) no-repeat center;

	margin-bottom: 0.5em;
	

} /*Блок шагов бронирования*/

#ts_ag_reservation_stages .header {
	
} /*Краткая инструкция пользователю*/

#ts_ag_reservation_stages .footer {
	
} /*Дополнительная информация*/

#ts_ag_reservation_stages ul {
	font-size: .9em;
	padding: 0 !important;
	margin: 0 !important;
}

#s_ag_reservation_stages li {
	margin-bottom: .3em;
}

#ts_ag_reservation_stages .pass_stage {
	display: block;
	float: left;
	padding: .7em .5em;
	font-weight: bold;
	color: #2170BE;
	background: #FFEED7;
} /*Пройденный шаг*/

#ts_ag_reservation_stages .pass_stage a {
	color: #2170BE;
	text-decoration: underline;
}

#ts_ag_reservation_stages .pass_stage a:hover {
	text-decoration: underline;
}

#ts_ag_reservation_stages .active_stage {
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
		margin-top: 10px;
	margin-left:10px;
	margin-right:10px;
	font-weight: bold;
	color: #800000;
	background:url(images/bg-bottom.jpg) top;
} /*Текущий шаг*/

#ts_ag_reservation_stages .active_stage a {
	
}

#ts_ag_reservation_stages .active_stage a:hover {
	text-decoration: underline;
}

#ts_ag_reservation_stages .forward_stage {
	display: block;
	float: left;
	margin-top: 10px;
	margin-left:10px;
	margin-right:10px;
	
	
	color: #00C;
} /*Следующий шаг*/
