/* basket */

div.basket {
    height: 40px;
    overflow: hidden;
    background: #eee;
    padding: 10px;
    border: solid 1px #bebebe;
}
div.basket table {
    margin: 0px;
}
div.basket table td, .basket table th {
    padding: 8px;
    margin: 0px;
    vertical-align: middle;
}
div.basket img {
    margin: 1px 0 -1px;
}
div.basket span {
    font-weight: bold;
}
div.basket .button {
    cursor: pointer;
}
div.basket #addins {
    padding: 10px 0 0 0;
}

.basket_show {
/*  overflow: visible;
    height: auto;*/
}

/* -------------------------------------------------------------------------- */

#basketLayer {
    display: none;
    clear: both;
    position: absolute;
    left: 30px;
    z-index: 9999;
    border: solid 1px #bebebe;
    padding: 5px;
    margin: -1px 0 0 0;
    background: #fff;
}

#basketLayer table th {
    padding: 2px 10px 2px 10px;
    margin: 0px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    background: #bebebe;
    color: #fff;
}
#basketLayer table th.total {
    padding: 2px 10px 2px 10px;
    margin: 0px;
    text-align: left;
    font-size: 16px;
    vertical-align: middle;
    background: #bebebe;
    color: #fff;
}
#basketLayer table td {
    padding: 5px 10px 5px 10px;
    margin: 0px;
    vertical-align: middle;
    border-bottom: #ddd 1px solid;
    height: 22px;
}
#basketClear {
    cursor: pointer;
}

/* -------------------------------------------------------------------------- */

/* pricezone */

#price_zone {
    margin: 5px 0;
    width: 100%;
}
#price_zone div.el {
    float: left;
    margin: 2px !important;
    padding: 2px 5px !important;
    width: 65px;
    background: #fff;
    font: bold 11px Helvetica;
}

/* status */

#status_zone {
    margin: 5px 0;
    width: 100%;
}
#status_zone ul {
    padding: 0px;
}
#status_zone ul li {
    list-style-type: none;
    float: left;
    padding: 0px 5px;
    position: relative;
    font-size: 12px;
    color: #888;
    margin: 0  !important;
}
#status_zone ul li img {
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    margin: 0 5px 0 0 !important;
    display: inline   !important;
    clear: none !important;
    float:  none !important;
}

.ar {
    text-align: right !important;
}
