.product-left {
   width: 49%;
   float: left;
   height: 200px;
}

.product-right {
   width: 49%;
   float: right;
   height: 200px;
}

.review {
   width: 50%;
   float: right;
   font-size: 80%;
}

.affiliate{
   width: 49%;
   float: left;
   margin-bottom: 20px;
}

.buynow {
   padding-top: 15px;
}

#search-banner-left {
   width: 49%;
   float: left;
}
#search-banner-right {
   width: 49%;
   float: left;
}

