@charset "utf-8";

/*Average Consumer Ratings in Table*/
table.ratings-table{margin-bottom:15px; width:375px;}
div.top-products table.ratings-table{margin-bottom:15px; width:305px;}
table.ratings-table th{font-size:13px; font-weight:bold; color:#004eff; background:url(images/bullet-double-arrow-blue.gif) no-repeat 0% 48%; padding-left:12px; text-transform:uppercase; line-height:34px;}
table.ratings-table tr.overall-value td{background-color:#efefef; font-size:13px;}
table.ratings-table td{font-size:11px; color:#231f20; font-weight:bold; line-height:16px; padding:3px 5px;}
table.ratings-table td.border-top{border-top:1px solid #efefef;}
table.ratings-table td.category{border-left:1px solid #efefef; width:127px;}
table.ratings-table td.avg-rating{width:158px; height:16px; border-right:1px solid #efefef;}
table.ratings-table td.review-number{color:#7189a3; padding:2px 0px; line-height:23px;}
table.ratings-table td.NoStar{background:url(images/avg-0.gif) no-repeat 50% 50%;}
table.ratings-table td.OneStar{background:url(images/avg-1.gif) no-repeat 50% 50%;}
table.ratings-table td.TwoStar{background:url(images/avg-2.gif) no-repeat 50% 50%;}
table.ratings-table td.ThreeStar{background:url(images/avg-3.gif) no-repeat 50% 50%;}
table.ratings-table td.FourStar{background:url(images/avg-4.gif) no-repeat 50% 50%;}
table.ratings-table td.FiveStar{background:url(images/avg-5.gif) no-repeat 50% 50%;}
table.ratings-table td.SixStar{background:url(images/avg-6.gif) no-repeat 50% 50%;}
table.ratings-table td.SevenStar{background:url(images/avg-7.gif) no-repeat 50% 50%;}
table.ratings-table td.EightStar{background:url(images/avg-8.gif) no-repeat 50% 50%;}
table.ratings-table td.NineStar{background:url(images/avg-9.gif) no-repeat 50% 50%;}
table.ratings-table td.TenStar{background:url(images/avg-10.gif) no-repeat 50% 50%;}
