.cart_status_box{  
  height:40px;
  line-height:20px;
  text-align:center;
  font-weight:bold;  
  float:left;
  padding:0 5 0 5;
}

.cart_status_box a{
  height:40px;
  display:block;
  float:left;
}

.cart_status_box_current{
  background:url('../img/cart_statuts_bar_current.gif') no-repeat top center;
  color:#004BA5;  
}

.cart_status_box_prev{
  background:url('../img/cart_statuts_bar_prev.gif') no-repeat top center;
  color:#004BA5;  
}

.cart_status_box_last_current{
  background:url('../img/cart_status_bar_last_current.gif') no-repeat top center;
  color:#004BA5;  
}

.cart_status_box_last_next{
  background:url('../img/cart_status_bar_last_next.gif') no-repeat top center;
  color:#ffffff;  
}

.cart_status_box_prev a{
  color:#004BA5;
  font-weight:bold;
}

.cart_status_box_next{
  background:url('../img/cart_statuts_bar_next.gif') no-repeat top center;
  color:#ffffff;  
}

.cart_header_click{
  color:#666666; 
  font-size:14px;
  font-weight:bold;
}
