/* визуализация этапов предоставления услуги */
.b-visual-steps{
	margin:0;
	font-family: Arial;
	padding:0 5px 0 14px;
	height:1%;
}

.b-visual-steps .visual-steps-item{
	float: left;
	display: none;
	text-align: center;
	background: url(../images/visual-steps/bg_step.gif) repeat-x !important;
	margin-right:-1px;
	}

.b-visual-steps .visual-steps-item-fix{
	background:url(../images/visual-steps/step_crn_r.gif) no-repeat top right;
	height:36px;
	position: relative;
	font-size:12px;
	color:#1f4561;
	padding:76px 0 0;
	line-height:15px;
	}


.b-visual-steps .active{
	background: url(../images/visual-steps/bg_step_active.gif) repeat-x !important;
}

.b-visual-steps-green .active{
	background: url(../images/visual-steps/bg_step_active_green.gif) repeat-x !important;
}

.b-visual-steps div.active .visual-steps-item-fix{
    background:url(../images/visual-steps/step_crn_r_active.gif) no-repeat top right;
	color:#fff;
	font-weight:bold;
}

.b-visual-steps-green div.active .visual-steps-item-fix{
	background:url(../images/visual-steps/step_crn_r_active_green.gif) no-repeat top right;
}

.b-visual-steps .visual-steps-item-fix:hover{
	cursor:pointer;
}

.b-visual-steps .visual-steps-item-stage{
	top: 11px;
	left: 50%;
	color: #1f4561;
	width: 61px;
	height: 61px;
	font-size: 48px;
	line-height: 57px;
	position: absolute;
	margin-left: -30px;
	background: url(../images/visual-steps/v-split-stage.png) no-repeat;
}

.b-visual-steps div.active .visual-steps-item-stage{
	background: url(../images/visual-steps/v-split-stage-active.png) no-repeat;
	color:#fff;
	font-weight:bold;
}

.b-visual-steps-green div.active .visual-steps-item-stage{
	background: url(../images/visual-steps/v-split-stage-active-green.png) no-repeat;
}

.b-visual-steps .visual-steps-item-fix b{
	display:block;
	height:112px;
	width:5px;
	background: url(../images/visual-steps/step_crn_l.gif) no-repeat;
	position:absolute;
	left:0;
	top:0;
}

.b-visual-steps div.active .visual-steps-item-fix b{
	background:url(../images/visual-steps/step_crn_l_active.gif) no-repeat;
}

.b-visual-steps-green div.active .visual-steps-item-fix b{
	background:url(../images/visual-steps/step_crn_l_active_green.gif) no-repeat;
}

div.steps_container{
	border: 1px solid #e0e0e0;
	border-top:5px solid #f29400;
	background: #fff;
	padding: 5px 15px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	overflow:hidden;
}

div.steps_container_green{
	border-top:5px solid #4dc350;
}
