/*Top Products*/

/*a*/
a.btn-buy-now, .btn-learn-more{display:block; width:106px; height:31px; margin:0 auto 5px auto;}
a.btn-buy-now{background:url(images/btn-buy-now.png) no-repeat;}
a.btn-learn-more{background:url(images/btn-learn-more.png) no-repeat;}

/*div*/
div.pictureBackground{background:url(images/pic-background.gif) no-repeat top left; width:150px; height:238px; float:left;}
div.ratings-border{width:65px; height:12px; background:url(images/stars-white.png) no-repeat top left;}
div.ratings-percent{background:url(images/stars-green.png) top left repeat-x; height:12px;}
div.top-product{margin:0 45px 15px 45px;}

/*h*/
h1#topProducts {margin:15px auto; width:700px; text-align: center; font-size:24px; font-weight:bold; line-height:47px; color: #fff; background:#00b8eb; border-top: 5px solid #f90; border-bottom:5px solid #39c;}

/*img*/
div.pictureBackground img{margin:19px 0 22px 18px;}

/*p*/
.top-product p{margin:0 15px 15px 167px;}
.top-product p.text-right{text-align:right;}

/*table*/
.top-product table{margin:10px 0 17px 0; background:#deedf2; border-top:1px solid #cde4ec; border-bottom:1px solid #cde4ec; border-right:1px solid #cde4ec;}
.top-product th{font-size:12px; font-weight:bold; text-align:right; color:#069; border-right:none; text-transform:uppercase;}
.top-product td{font-size:12px; padding:4px 8px; color:#069;border-right:none; text-transform:uppercase;}

/*general styles*/
.bold{font-weight:bold;}