@charset "utf-8";
/* CSS Document */
#progressBar{
  padding-bottom:0em;
  border:1px solid #CCC;
  margin-bottom:20px
}

#progressBar p{
  font-weight:bold;
  padding:0px 0;
  text-align:center;
}
.classp{
	margin:0px;
	padding:0px
	
	}

#steps{
  padding:2px;
  background-color:white;
}

p{margin:0px;
padding:0px;}

#step_1{
  text-align:center;
  background: #CCCCCC;
  color:#fff;
}

#step_1 p{
  padding:2px 0 2px 2px;
}


#step_2{
  text-align:center;
  background: #FF8000;
  color:#fff;
}

#step_2 p{
  padding:2px 0 3px 0px;

}


#step_3{
  text-align:center;
  background: #FFB871;
  color:#fff;
}

#arrow_1{
  background: #1D1D1D url(../images/order_progress_sprite.png) -793px 50%;
  width:20px;
}
#arrow_2{
  background: #1D1D1D url(../images/order_progress_sprite.png) -2333px 50%;
  width:30px;
}
#arrow_3{
  background: #ccccff url(../images/order_progress_sprite.png) -3110px 50%;
  width:30px;
}

#arrow_4{
  background: #CCCCCC url(../images/order_progress_sprite.png) -3890px 50%;
  width:30px;
}
#arrow_5{
  background: #CCCCCC url(../images/order_progress_sprite.png) -1550px 50%;
  width:30px;
}
#arrow_6{
  background: #CCCCCC url(../images/order_progress_sprite.png) -35px 50%;
  width:20px;
}
