.tbl-form{
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
.tbl-form td{
    padding: 4px 7px;
    vertical-align: middle;
}
.tbl-form td.label{
    width: 150px;
    color: #545454;
}
#form-register h1{
    font-size: 18px;
    color: #2a2a2a;
    margin-bottom: 12px;
}
#form-register input[type="submit"]{
    height: 23px; padding: 0 12px 2px 12px;
    border: none; border-radius: 2px;
    background-color: #7f7f7f;
    color: #fff;
    cursor: pointer;
}
.btn-user{
    height: 23px; padding: 0 12px 2px 12px;
    border: none; border-radius: 2px;
    background-color: #7f7f7f;
    color: #fff;
    cursor: pointer;
}
.users-sidebar{
    width: 190px; min-height: 315px;
    border-right: 1px solid #cecece;
}
.users-sidebar h1{
    font-size: 18px !important; 
    color: #303030;
    padding-left: 15px !important;
}
.users-sidebar ul{
    margin: 10px 0 0 0;
    list-style: none;
}
.users-sidebar ul li{
    list-style: none;
    padding-left: 15px; margin: 0 0 5px 0;
    height: 20px; line-height: 20px;
}
.users-sidebar ul li:hover,
.users-sidebar ul li.selected{
    background-color: #1e1e1e;
}
.users-sidebar ul li a{
    color: #545454;
    text-decoration: none;
}
.users-sidebar ul li:hover a,
.users-sidebar ul li.selected a{
    color: #fff;
}
.users-content{
    width: 755px;
}

.tbl-history{
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
.tbl-history td{
    padding: 5px 0;
    border: 1px solid #d9d9d9;
    vertical-align: middle;
    color: #353535;
}
.tbl-history td.center{
    text-align: center;
}
.tbl-history td.price,
.tbl-history td.date{
    width: 135px;
}
.tbl-history td.name{
    padding-left: 10px;
}
.tbl-history td.name a{
    color: #353535;
}
.tbl-history .tr-header td{
    background-color: #d7d7d7;
    font-weight: bold;
    color: #1e1e1e;
}
.tbl-history .odd td{
    background-color: #f9f6f4;
}
.tbl-history .tr-footer td{
    background-color: #eeeeee;
    font-weight: bold;
    color: #e55600;
}

h1.df.cart-title{
    font-size: 18px;
    color: #545454;
    margin-bottom: 10px;
}
.tbl-cart{
    border-collapse: collapse;
    width: 100%;
}
.tbl-cart td{
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #d9d9d9 !important;
    vertical-align: middle !important;
}
.tbl-header{
    background-color: #d7d7d7;
}
.tbl-header td{
    font-weight: bold; color: #1e1e1e;
}
.tbl-cart td.center{
    text-align: center !important;
}
.tbl-cart .bold{
    font-weight: bold !important;
}
.tbl-cart td.price{
    width: 130px;
}
.tbl-cart td.price .price-buy{
    font-weight: bold;
    color: #000000;
}
.tbl-cart td.price .price-off{
    color: #b3b3b3;
    font-size: 11px;
}
.tbl-cart td.quantity{
    width: 110px;
}
.tbl-cart td.quantity input[type="text"]{
    border: 1px solid #c3c3c3;
    text-align: center;
}
.tbl-cart td.total{
    width: 140px;
}
.tbl-cart .cart-item td.total{
    font-weight: bold;
    color: #000000;
}
.tbl-cart td.delete a:hover{
    background-color: #4e4e4e;
}
.tbl-cart td.name{
    padding-left: 10px;
    vertical-align: middle;
}
.tbl-cart td.name a{
    color: #5c5c5c;
}
.tbl-cart td.name img.thumb{ 
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}
.tbl-cart .cart-item td{
    padding-top: 10px;
    padding-bottom: 10px;
}
.tbl-cart .cart-item.odd{
    background-color: #f9f6f4;
}
.div-total{
    line-height: 28px;
    border-bottom: 1px solid #dcdcdc;
    width: 300px;
    float: right;
}
.div-total.no-border{
    border-bottom: 0 !important;
}
.div-total .fr{
    color: #e55600 !important;
}