/*@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");*/

#list-tov-title {
    font-size: 18px;
    font-weight: bold;
}

#cart_text {
    width: 30px;
    height: 30px;
    display: block;
    background: url("/cart/images/koshik.png") no-repeat;
    float: left;
    cursor: pointer;
}

#items_num_wrapper {
    background-color: red;
    border: 2px solid #ffffff;
    border-radius: 35px;
    color: #ffffff;
    display: block;
    float: left;
    font-weight: bold;
    margin-left: 10px;
    margin-top: -7px;
    padding: 5px;
    text-align: center;
    width: 40px;
    cursor: pointer;
}

#show_cart {
    font-size: 11px;
    color: yellow;
    clear: both;
    text-align: left;
    padding-top: 5px;
    cursor: pointer;
}

#show_cart:hover {
    font-size:11px;
    color: red;
    cursor: pointer;
}

#clear_cart a:hover {
    background: #1066A3;
    /*text-decoration: underline !important;*/
}

#dialog-message {
    display: none;
}

#dialog-show-cart {
    display: none;
}

#dialog-message-already-in {
    display: none;
}

#dialog-message-checkout {
    display: none;
}

#dialog-no-tovs {
    display: none;
}

.tovar-item {
    border-bottom: 1px dotted #CCCCCC;
}

.tovar-list-info {
    /*display: inline-table;*/
}

.tovar-item-id {
    margin-left: 5px;
    margin-right: 5px;
    color: green;
    font-weight: bold;
}

.tovar-item-title {
    margin-left: 5px;
    margin-right: 5px;
    color: blue;
}

.tovar-item-count {
    width: 10%;
    margin-left: 5px;
    margin-right: 5px;
    color: #000000;
}

.tovar-item-cost {
    width: 10%;
    margin-left: 5px;
    margin-right: 5px;
    color: red;
}

.tovar-item-del {
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
    color: red;
}

.tovar-item-del:hover {
    color: green;
}

.tovar-item:hover {
    background: #CFF2C7;
}

.dlg-box {
    background: #b0b0b0;
}

#clear_cart {
    float: right;
    margin-right: 10px;
    padding: 5px;
    text-align: left;
}

#clear_cart a {
    border: 1px solid #99CCFF;
    background: #ee5f5b;
    padding-right: 7px;
    color: #FFF;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;

    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.clear_cart_img {
    width: 30px;
}

.close-icon-img {
    width: 20px;
}

#btn-show_cart {
    text-align: left;
}

#btn-show_cart a{
    border: 1px solid #99CCFF;
    padding: 3px;
    color: #FFF;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;

    /*display: inline-block;*/
    /*position: relative;*/
    /*vertical-align: middle;*/

    /*background: rgba(0, 0, 0, 0) url("/cart/images/koshik.png") no-repeat scroll 0 0;*/


}

#go-checkout {
    text-align: right;
}

#go-checkout:hover {
    color: green;
    background: #fcf8e3;
}

#go-checkout {
    border: 1px solid #99CCFF;
    /*background: rgba(13, 195, 118, 1);*/
    color: #FFF;
    /*border-radius: 5px;*/
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

#btn-go-order {
    text-align: right;
}

#btn-go-order:hover a{
    background: rgba(13, 195, 118, 1);
}

#btn-go-order a{
    border: 1px solid #99CCFF;
    background: rgba(68, 158, 194, 1);
    padding: 7px;
    color: #FFF;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

#go-buy:hover {
    background: #2b542c;
}

#go-buy {
    border: 1px solid #99CCFF;
    background: rgba(68, 158, 194, 1);
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

#btn-show_cart a:hover {
    background: #0033FF;
    color: #FFF;
}

#tovs_list_table {
    width: 99%;
}

#total-cost {
    font-size: 17px;
    text-align: right;
    background: rgba(255, 202, 51, 0.47);
    padding: 10px;
    float: right;
}

#total-cost-text {
    font-weight: bold;
    color: green;
}

#total-cost-num {
    font-weight: bold;
    color: red;
}

#total-cost-curency {
    font-weight: bold;
}

#dialog-message-already-in-tovar {
    color: red;
}

#order-download-album {

}

#order-download-album-already-in-cart {
    float: right;
}

#order-btn-group {
    float: right;
}