.category{
    margin: 0 15px 10px 0;
    text-align: center;
    width: 150px;
    float: left;
}
.category h3{
    font-size: 11px;
}
.price{
    font-weight: bold;
    color: #ee3c3c;
}
.big_price{
    font-size: 16px;
    font-weight: bold;
    color: #ee3c3c;
    text-decoration: underline;
}
.small{
    font-size: 10px;
}

/****************/

#cartteaser .left, #cartteaser .right{
    font-weight: normal;
    margin-bottom: 2px;
}
#cartteaser .left{
    width: 55px;
}
#cartteaser .right{
    width: 90px;
}
#cartteaser .notice, #cartteaser .notice a{
    font-size: 9px;
    color: #ee3c3c;
}

/****************/

table.nice{
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0;

    margin: 0 0 1.5em 0;
    width: 540px;
}
table.nice thead tr td{
    border-bottom: 1px solid #ccc;
}
table.nice tbody tr td, table.nice tbody tr th{
    border-top: 1px solid #777;
}
table.nice th, table.nice td{
    padding: 2px 3px;
    font-size: 11px !important;
}
table.nice .cright{
    text-align: right;
}
table.nice .cleft{
    text-align: left;
}
table.nice td{
    vertical-align: top;
}

/****************/

table.cart{
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0;

    margin: 0 0 1.5em 0;
    width: 540px;
}
table.cart thead tr td{
    border-bottom: 1px solid #ccc;
}
table.cart tbody tr td{
    border-top: 1px solid #777;
}
table.cart tbody tr.even td{
    background: #efefef;
}
table.cart tbody tr.value td{
    border-top: 1px solid #ccc;
}
table.cart tbody tr.overall td{
    border-bottom: 1px solid #ccc;
    background: #cccccc;
}
table.cart th, table.cart td{
    padding: 4px 3px;
    font-size: 11px !important;
}
table.cart th.greenish, table.cart td.greenish{
    color: #00ff00;
}
table.cart .cleft{
    text-align: left;
}
table.cart .cright{
    text-align: right;
}
table.cart td{
    vertical-align: top;
}
table.cart input, input.quantity{
    margin-right: 5px;
    width: 25px !important;
}

/****************/

.address{
    margin: 0 20px 10px 0;
    display: inline;
    width: 260px;
    float: left;
}
.address h4{
    border-bottom: 1px solid #997777;
    background: #eaeaea;
    padding: 2px 5px;
}
.address p{
    background: #f3f3f3;
    font-size: 11px;
    padding: 5px;
    margin: 0;
}
.address .formError{
    margin: 0;
}

/****************/

.terms{
    margin: 10px 0;
}
.terms input, .terms p{
    float: left;
}
.terms input{
    margin: 3px 15px 0 0;
}
.terms p{
    width: 400px;
}