/******************************************************************************************

		Wizard  Steps
		
   *****************************************************************************************/
#wizardSteps div.step
{
	display:block;
	width:100%;
	margin:10px 0px 8px 0px;
}

#wizardSteps .divider
{
	background: url(../../Interface/images/css-dotted.gif) repeat-x bottom center;
}

#wizardSteps .stepOne
{
	float:left;
	width:25px;
	height:20px;
	margin:0px 7px 5px 5px;
	background: url(../../Interface/images/1-blue.gif) no-repeat;
}

#wizardSteps .stepTwo
{
	float:left;
	width:25px;
	height:20px;
	margin:0px 7px 5px 5px;
	background: url(../../Interface/images/2-blue.gif) no-repeat;
}

#wizardSteps .stepThree
{
	float:left;
	width:25px;
	height:20px;
	margin:0px 7px 5px 5px;
	background: url(../../Interface/images/3-blue.gif)  no-repeat;
}

#wizardSteps .stepFour
{
	float:left;
	width:25px;
	height:20px;
	margin:0px 7px 5px 5px;
	background: url(../../Interface/images/4-blue.gif) no-repeat;
}
#wizardSteps .stepFive
{
	float:left;
	width:25px;
	height:20px;
	margin:0px 7px 5px 5px;
	background: url(../../Interface/images/5-blue.gif) no-repeat;
}

#wizardSteps span.stepNumber
{
	color: #277B9D;
	display:block;
	width:20px;
	clear:left;
	float:left;
	font-size:14px;
	font-weight:bold;
	/*padding: 5px 0px 0px 5px;*/
}

#wizardSteps span.stepDesc
{
	display:block;
	margin: 5px 0px 0px 40px;
	width:155px;
}

#wizardSteps ul.stepDesc
{
	display:block;
	clear:both;
	margin: 8px 20px 0px 0px;
}

#wizardSteps ul.stepDesc li
{
	font-size:11px;
}


#wizardSteps span.stepText
{
	display:block;
	width:auto;
	/*float:left;*/
	font-size:11px;
	font-weight:bold;
	/*padding: 5px 0px 0px 0px;*/
	clear:right;
	margin: 0px 8px 0px 5px;
}

#wizardSteps .content
{
	padding:15px 0px 10px 0px;
}