.steps {
	background: url(../images/quote-steps/steps-bg.jpg) no-repeat left;
	margin: 0 0 10px 0;
	padding: 0 11px 0 0;
	width: 438px;
}
html>body .steps {
	width: auto !important;
}
.steps ol {
	background: url(../images/quote-steps/steps-ol-bg.jpg) no-repeat right;
	display: table;
	height: 1%;
	clear: none;
	margin: 0;
	padding: 0 9px 0 11px;
	width: 438px;
	position: relative;
}
html>/**/body .steps ol {
	width: auto !important;
	padding: 0 11px 0 11px;
}

.steps ol li {
	background: url(../images/quote-steps/steps-li-bg.jpg) repeat-x;
	float: left;
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 4px 0 6px 0;
	position: relative;
	text-align: center;
}

.steps ol li.active {
	background-image: url(../images/quote-steps/steps-li-active-bg.jpg);
}

.steps ol li.active span {
	border-left-color: #C5D8E7;
	border-right-color: #97ADBE;
	color: #2C3373;
}

.steps ol li.inactive {
	background-image: url(../images/quote-steps/steps-li-inactive-bg.jpg);
}

.steps ol li.inactive span {
	border-left-color: #ECECEC;
	border-right-color: #C3C3C3;
	color: #999999;
	text-decoration: line-through;
}

.steps ol li span {
	border-left: 1px solid #F4F7F9;
	border-right: 1px solid #CFD1D4;
	color: #83AED0;
	cursor: default;
	font-weight: bold;
	padding: 4px 10px 6px 10px;
	text-decoration: none;
}

.steps ol li.done {
	background-image: url(../images/quote-steps/steps-li-done-bg.jpg);
}

.steps ol li.done span {
	border-left-color: #8194B9;
	border-right-color: #4A5F89;
	color: #FFFFFF;
}