form {
    font-size:10pt;
    line-height: 1.2em;
}
/*left side boxes*/
.leftside {
    width: 300px;
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    text-align: left;
    height: 580px;
}
.leftside .productblock {
    position: relative;
    background-color: #e9eaec;
    margin-top: 10px;
    margin-left: 5px;
    padding: 15px 0px;
    border: 1px solid #d9dadc;
}
.productblock .toptext {
    font-weight: bold;
    font-family: verdana, ariel, helvetica;
    width: 200px;
    text-align: center;
    top: 0px;
    left: 0px;
}
.productblock .toptext .small {
    font-size: 12px;
}
.productblock .toptext .large {
    font-size: 16px;
}
.productblock .toptext .price {
    font-size: 20px;
}
.productblock .main {
    background-color: #C5BC9A;
    width: 100px;
    text-align: center;
    padding: 5px;
    margin-left: 40px;
    margin-top: 15px;
}
.productblock .main input {
    width: 50px;
    text-align: right;
}
.productblock img {
    position: absolute;
    top: 50px;
    right: 5px;
}
.productblock .info {
    font-size: 10px;
    margin-left: 20px;
}
/*end left side boxes*/
/*right side*/
.colorred {
    color: red;
}
.rightside {
    float: right;
    width: 675px;
    position: relative;
    top: 5px;
}
.spblock {
    width: 160px;
    float: left;
}
.spblock table {
    width: 120px;
    margin-left: 20px;
    margin-bottom: 10px;
    background-color: #F0ECBC;
}
.spblock table, .spblock table tr td, .spblock table tr th {
    border-collapse: separate;
    border: 1px solid gray;
}
.spblock table .pb {
    background-color: #C5BC9A;
}
.spblock table .lf {
    background-color: #69D382;
}
.spblock .foot {
    background-color: #C5BC9A;
    width: 130px;
    text-align: center;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.spblock .foot input {
    width: 50px;
    text-align: right;
}
.spblock .foot .info {
    font-size: 12px;
    font-weight: bold;
}
.bottom {
    margin-top: 10px;
}
.bottom input.sptotal {
    width: 100px;
    text-align: right;
}
.bottom_text {
    position: absolute;
    top: 575px;
    left: 380px;
    color:black;
    text-align: center;
    font-size: 11px;
}
.bottom_textbold {
    color:black;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 564px;
    left: 520px;
    font-size: 11px;
}