/* RUNNING ORDERS */
#running {
        position: relative;
        width: 209px;
        margin: 0 auto;
        background: #EEF9F9 url(../images/rs_item_bg_top.gif) no-repeat center 33px;
}
#running #bg {
        background: #EEF9F9 url(../images/rs_item_bg_bot.gif) no-repeat center bottom;
        height: 100%;
        width: 100%;
        z-index: 1;
}
#running #bg a {
        display: block;
        width: 100%;
        height: 90px;
        text-decoration: none;
        padding-top: 5px;
        cursor: pointer;
}
#running #bg a:hover {
        background: #FDFFD1;
}
#running h3 {
        color: #0092C8;
        font-size: 170%;
        font-weight: normal;
        display: block;
        background: #fff;
        line-height: 150%;
        padding-left: 10px;
        margin: 0;
        z-index: 3;
}
#running span.informer {
        background: #138AD5;
        display: block;
        color: #fff;
        width: 94%;
        margin: 0 auto;
        font-size: 100%;
        line-height: 150%;
        font-weight: bold;
        top: 10px;
        text-decoration: none;
}
#running span.informer:hover {
        background: #F49500;
}
#running span.informer b.today {
        float: left;
        margin: 0 10px;
}
#running span.informer b.price {
        margin-left: 25%;
}
#running .status {
        position: relative;
        width: 94%;
        margin: 0 auto;
        margin-top: 10px;
        height: 50px;
}
#running .status span {
        display: block;
        padding-right: 60%;
}
#running .toshop {
        background: url(../images/to_shop.gif) no-repeat top right;
}
#running .atshop {
        background: url(../images/order_at_shop.gif) no-repeat top right;
}
#running .atuser {
        background: url(../images/order_at_user.gif) no-repeat top right;
}
