/* bestseller */

/* common */
ul.bestbuy { display: block; width: 745px; margin: 0; padding: 0; }

/* header */
li.ft-item { 
	position: relative; height: 25px; margin-top: 3px; padding: 3px 0 0 3px; list-style: none;
	border: 1px solid #eee; background: #fedddd; color: #903535; 
}

/* items */
li.item { 
	position: relative; height: 25px; margin: 3px 0 0 0; padding: 3px 0 0 3px; border-bottom: 1px solid #eee;
	list-style: none; font-weight: bold;
}
li.item:hover { background: #f6f9f1; }
li.item a { width: 150px; margin: 0; padding: 0; margin-left: 5px; color: #b74e43; text-decoration: none; }
li.item a:hover { color: #805757; text-decoration: underline; }

