/* Recently Viewed - item page */

#recently_viewed_items td {
 padding:10px;
}

#recently_viewed_items a {
 text-decoration:none;
}

#recently_viewed_items a:hover {
 text-decoration:underline;
}

#recently_viewed_items h3 {
 margin-top:20px;
 margin-bottom:5px;
 font-size:13px;
 color:#666699;
}

