.order_online_btn_red {
  cursor: pointer; }
  .order_online_btn_red .order_online_btn_red_left {
    background: url(../img/orderonline_left.png);
    height: 44px;
    width: 15px;
    float: left; }
  .order_online_btn_red .order_online_btn_red_right {
    background: url(../img/orderonline_right.png);
    height: 44px;
    width: 45px;
    float: left; }
  .order_online_btn_red .order_online_btn_red_text {
    background: url(../img/orderonline_bg.png);
    height: 44px;
    padding: 15px 6px;
    line-height: 14px;
    font-size: 14px;
    color: #eee;
    text-shadow: 1px 1px black;
    font-weight: bold;
    float: left; }
  .order_online_btn_red:hover .order_online_btn_red_text {
    color: white;
    text-shadow: 1px 1px black; }
