/* Review Feed CSS Document */

#review_feed { width: 400px; }
#review_feed .title { color: #2c87dd; font-size: 13px; font-weight: bold; border-bottom: 1px solid #edf3fa; margin: 0px 0px 6px 0px; padding: 0px 0px 8px 0px; font-family: verdana, tahoma; }
#review_feed .product { margin-bottom: 4px; }
#review_feed .image { width: 40px; height: 50px; }
#review_feed .rating { font-family: arial, tahoma, verdana; padding-top: 4px; }
#review_feed .rating img { margin-top: 4px; }
#review_feed .rating strong { color: #1961aa; font-size: 18px; }
#review_feed .rating a:link, #review_feed .rating a:visited, #review_feed .rating a:active { text-decoration: none; color: #1961aa; }
#review_feed .rating a:hover { text-decoration: none; color: #222222; }
#review_feed .extra { width: 150px; text-transform: uppercase; color: #7798b8; font-family: arial, tahoma, verdana; font-size: 10px; text-align: right; padding-top: 10px; line-height: 14px; }
#review_feed .extra em { font-style: normal; color: #cedbea; margin: 0px 4px 0px 4px; }
#review_feed a.buy_now:link,#review_feed a.buy_now:visited,#review_feed a.buy_now:active { color: #cf09b1; text-decoration: underline; font-size: 11px; font-weight: bold; }
#review_feed a.buy_now:hover { color: #222222; }
#review_feed a.read_review:link,#review_feed a.read_review:visited,#review_feed a.read_review:active { color: #2c87dd; text-decoration: underline; font-size: 11px; font-weight: bold; }
#review_feed a.read_review:hover { color: #222222; }
#review_feed .split_left { float: left; }
#review_feed .split_right { float: right; }
#review_feed .foot { clear: both; font-size: 1px; line-height: 0px; height: 0px; }