/*
 * mtou : librement inspiré de :
 * Title : SS
 * Author : Cody.Lindley@albertsons.com
 * Created : 3/16/07
 * Description:
*/
.stepper {
  clear:both;
  height:5em;
}

.stepper ul
{
  margin:0;
  padding:0;
}

.stepper li{
	height:71px;
	list-style:none;
	float:left;
	background-color:#EBEBEB;
	background-image: url(/assets/stepper/navBtn.gif);
	background-repeat: no-repeat;
	background-position: right top;
  margin:0;
  padding:0;
}

.stepper li.current{
	background-color:#C36615;
	background-image: url(/assets/stepper/navCurrentBtn.gif);
}

.stepper li.lastdone{
	background-color:#7C8437;
	background-image: url(/assets/stepper/navLastDoneBtn.gif);
}

.stepper li.done{
	background-color:#7C8437;
	background-image: url(/assets/stepper/navDoneBtn.gif);
}

.stepper li a,
.stepper li a:link,
.stepper li a:visited,
.stepper li a:hover,
.stepper li a:active
{
  color:#ccc;
  text-decoration: none;
  cursor:default;
}

.stepper  li.lastdone a,
.stepper  li.lastdone a:link,
.stepper  li.lastdone a:visited,
.stepper  li.lastdone a:hover,
.stepper  li.lastdone a:active,
.stepper  li.current a,
.stepper  li.current a:link,
.stepper  li.current a:visited,
.stepper  li.current a:hover,
.stepper  li.current a:active,
.stepper  li.done a,
.stepper  li.done a:link,
.stepper  li.done a:visited,
.stepper  li.done a:hover,
.stepper  li.done a:active
{
  color:#fff;
}

.stepper li.done a,
.stepper li.lastdone a
{
  cursor:pointer;
}


.stepper  li.done a:hover,
.stepper  li.lastdone a:hover
{
  color:#FFFF99;
  cursor:pointer;
}

.stepper li a em
{
  width:150px;
  display:block;
  margin:6px 0 0 10px;
  font-style:normal;
  font-weight:500;
}

.stepper  li a span
{
  width:140px;
  display:block;
  margin-left:10px;
  font-weight:300;
  font-size:11px;
}

.stepper  li.last{
  background-image:none;
}

.stepper  li a{
  height:71px;
  display:block;
}


.stepper .stepper_10steps li{width:100px;}
.stepper .stepper_10steps li a{width:100px;}
.stepper .stepper_10steps li a span
{
  width:80px;
  /*font-size:80%;*/
  line-height:10pt;
}

.stepper .stepper_6steps li{width:182px;}
.stepper .stepper_6steps li a{width:182px;}

.stepper .stepper_5steps li{width:182px;}
.stepper .stepper_5steps li a{width:182px;}

.stepper .stepper_4steps li{width:227px;}
.stepper .stepper_4steps li.last{width:229px;}
.stepper .stepper_4steps li a{width:227px;}

.stepper .stepper_3steps li{width:303px;}
.stepper .stepper_3steps li.last{width:304px;}
.stepper .stepper_3steps li a{width:303px;}

.stepper .stepper_2steps li{width:455px;}
.stepper .stepper_2steps li a{width:455px;}