ol.steps {
	margin: 20px 0;
	background: #EEF6FC; /*--Bg of the order numbers--*/
	padding: 0 0 0 35px; /*--Distance between the order numbers--*/
	border: 1px solid #D2E9FF;
}

ol.steps li {
	margin: 0;
	padding: 15px 15px;
	color: #EEF6FC;
	font-weight: bold;
       /*--The bevel look is styled with various colors in the border properties below--*/
	border-bottom: 1px solid #CCCCCC;
	background: #EEF6FC;
}


ol.steps li.last { border-bottom: none; }

ol.steps li h2 {

	padding: 5px 0;
	margin-right:40px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #88CCFF;
	color: #032b5a;
}

ol.steps li h3 {

	padding: 5px 0;
	margin-right:40px;
	margin-bottom: 10px;
	color: #032b5a;
}

ol.steps li p {
	margin-right:40px;
	color: #032b5a;
	font-weight: normal;
	line-height: 1.6em;
}


