.u-book-img{
    float: left;
    margin: 0 10px 10px 0;
}
.ubook-description{
    color: #000;
    font-weight: bold;
    display: block;
    padding-top: 10px;
}
.ubook-main-link{
    color: rgb(10, 67, 122);
    text-decoration: underline;
    position: relative;
    padding-left: 10px;
}
.ubook-main-link:before{
    content: '<';
    position: absolute;
    left: 0;
    top: 0;
    color: #FB8C00;
    font-weight: bold;
    font-family: arial;
}
.used-book-wrap{
    border: 2px solid #EAF0F0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    border-top: none;
}
.ubook-polosa{
    height: 33px;
    width: 100%;
    display: block;
    background: #ecf6f8 url('images/mainbox_cart_title_bg.gif') repeat-x;
}
.ubook-table-wrap{
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
.ubook-table-wrap table{
    border-collapse:collapse;
}
.ubook-table-title{
    border:1px solid #000;
    background: #f4f4f4;
}
.ubook-table-title td{
    font-weight: bold;
}
.ubook-table-wrap td{
    border-spacing: 0px;
    padding:5px;
    vertical-align: middle;
}
.ubook-price{
    color: #911a30;
    font-weight: bold;
}
.ubook-border-tr{
    border-bottom: 1px dashed #8b8b8b;
}
.ubook-border-tr:last-child{
    border-bottom: none;
}
.ubook-show-img .hidden{
    display: block !important;
}