.category{
    margin: 0 15px 10px 0;
    text-align: center;
    width: 150px;
    float: left;
}
.category h3{
    font-size: 11px;
}
.price{
    color: #B38E00;
    font-size: 11px;
}
.price span{
    color: #f876c0;
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.big_price{
    font-size: 16px;
    font-weight: bold;
    color: #ee3c3c;
    text-decoration: underline;
}
.small{
    font-size: 10px;
}

/****************/

#cartteaser{
    position: absolute;
    right: 45px;
    top: 10px;
    width: 200px;
    height: 80px;
}
#cartteaser p{
    text-align: right;
    padding: 14px 45px 0 0;
    font-size: 9px;
    color: #666;
}
#cartteaser img{
    float: right;
}

/****************/

.steps{
    background: url(../../images/steps.png) no-repeat;
    margin: 0 0 25px 120px;
    height: 25px;
}
.step2{
    background-position: 0 -25px;
}
.step3{
    background-position: 0 -50px;
}

/****************/

table.nice{
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0;

    margin: 0 0 1.5em 0;
    width: 600px;
}
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: 600px;
}
table.cart thead tr th{
    border-bottom: 1px solid #B38E00;
    font-weight: normal;
}
table.cart tbody tr td{

}
table.cart tbody tr.even td{

}
table.cart tbody tr.value td{
    border-top: 1px solid #B38E00;
}
table.cart tbody tr.overall td{
    border-bottom: 1px solid #B38E00;
    background: #f5e9cb;
}
table.cart th, table.cart td{
    font-size: 11px !important;
    padding: 4px 3px;
}
table.cart th{
    font-size: 12px !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 20px 0;
    display: inline;
    width: 290px;
    float: left;
}
.address h4{
    border-bottom: 1px solid #997777;
    background: #f9f2e1;
    padding: 2px 5px;
    font-size: 11px;
}
.address p{
    background: #fdfbf5;
    font-size: 11px;
    padding: 5px !important;
    margin: 0;
    color: #333;
}
.address .formError{
    margin: 0;
}
.address a.button{
    margin: 5px 5px 0 0;
}

/****************/

.terms{
    margin: 10px 0;
}
.terms input, .terms p{
    float: left;
}
.terms input{
    margin: 3px 15px 0 0;
}
.terms p{
    width: 530px;
}
