/* Format */
.StepList ol{
	height:51px;
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
/*	font-family:arial,'lucida grande',tahoma,verdana,sans-serif;*/
	display: block;
}
.Step{
	display:inline;
	list-style-type:none;
}
.Step .part{
	float:left;
	height:51px
}
.Step .back{
	background-repeat:no-repeat;
	background-size:auto;
	background-position:0 -156px
}
.Step .middle{
	max-width:100px;
	min-width:100px;
}
.Step .point{
	background-repeat:no-repeat;
	background-size:auto;
	background-position:-1px 0;
	width:21px
}
.Step .title{
	margin-bottom:1px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.75px;
}
.Step .description{
	line-height:11px;
	font-size:10px;	
	/*font-family:Tahoma;*/
	/*letter-spacing: -0.75px;*/
}
.Step .content{
	margin:5px 5px 0 5px;
	text-shadow: 1px 1px #eee;
}
.StepSelected .content{
	margin-left:5px;
	text-shadow: 1px 1px #333;
}
.StepListSmallDescription .description{
	font-size:9px
}
.StepFirst .back{
	width:3px
}
.StepFirst .content{
	margin-left:15px
}
.StepSelected .back{
	background-repeat:no-repeat;
	background-size:auto;
	background-position:-5px -156px
}
.StepSelected .point{
	background-repeat:no-repeat;
	background-size:auto;
	background-position:-1px -104px
}
.StepNextSelected .point{
	background-repeat:no-repeat;
	background-size:auto;
	background-position:-1px -52px
}
.StepSelected a:hover{
	text-decoration:none
}
.StepUndone .content, .StepUndone .title, .StepUndone .description, .StepUndone a{
	text-shadow: none;
}
/* Theme */
.StepList ol{
	background:url(../images/steps/01_bkg.png);
}
.Step .back{
	background-image:url(../images/steps/01_core.png);
}
.Step .middle{
	background:url(../images/steps/01_bkg.png);
}
.Step .point{
	background-image:url(../images/steps/01_core.png);
}
.StepSelected .back{
	background-image:url(../images/steps/01_core.png);
}
.StepSelected .middle{
	background:url(../images/steps/01_bkg_selected.png)
}
.StepSelected .point{
	background-image:url(../images/steps/01_core.png);
}
.StepNextSelected .point{
	background-image:url(../images/steps/01_core.png);
}
.StepSelected .title, .StepSelected .description, .StepSelected a{
	color:#fff
}
.StepUndone .content, .StepUndone .title, .StepUndone .description, .StepUndone a{
	color:#bbb;
}
