.productlist {
    margin: 10px 0;
    padding: 2px;
    border: 1px solid black;
    width: 48%;
    height: 300px;
    width: 300px;
    background-color: #ddd;
}
.featuredproductlist {
    height: 120px !important;
    width: 320px !important;
}

.productlist1 {
    float: left;
}
.productlist2 {
    float: right;
}
.productthumb {
    text-align: center;
    background: #000;
}
#product_details {
    border: 1px solid black;
    collapse: collapse;
}
#product_details td {
    padding: 1px 3px;
}
#product_details td.space {
    width: 30px;
}
#product_details td {
    vertical-align: top;
}
#product_details td.paypal_addtocart {
    vertical-align: middle;
}
#product_details table label {
    white-space: nowrap;
}
.pagination {
    text-align: center;
    margin: 10px 0;
    padding: 5px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.step-links img {
    margin: 0 10px;
}
#paypal_addtocart {
    vertical-align: middle;
}
#paypal_logo {
    text-align: center;
    margin: 15px 0;
}

