 .fav_btn{padding:6px 12px; background-color: #1ab394;    border-color: #1ab394;    color: #FFF;}
/*
#favoriteslist { }
#favoriteslist ul { margin: 10px; margin-right: 0; }
#favoriteslist ul li { float: left; width: 193px; margin-right:4px; overflow: hidden; margin-bottom: 20px; position: relative; }
#favoriteslist ul li img { width: 190px; height: 180px; border: 1px solid #eee; }
#favoriteslist ul li h4 { font-size: 14px; font-weight: 400; height:60px;}
#favoriteslist ul li:hover img { border: 1px solid #ccc; }
#favoriteslist ul li span.price { display: none; text-align: center; padding:0 10px; color: #fff; font-weight: bold; font-size: 13px; position:absolute;bottom: 68px; width:171px;height: 25px; background:url(bg.png)}
#favoriteslist ul li a.add-fav, #favoriteslist ul li a.del-fav { background: url(car.png) no-repeat; height: 25px; position: absolute; width: 24px; cursor: pointer; background-color: #808080; display: inline-block; display: none; }
#favoriteslist ul li a.add-fav { background-position: 3px 6px; top: 0; right: 28px; }
#favoriteslist ul li a.del-fav { background-position: 4px -23px; top: 0; right: 0; }
#favoriteslist ul li a.add-fav:hover, #favoriteslist ul li a.del-fav:hover { background-color: #f40; }
#favoriteslist ul li span.price del { color: #9c9c9c;font-size: 12px; font-weight: normal; margin-left: 5px; }
#favoriteslist ul li:hover a, #favoriteslist ul li:hover span.price { display:block}

#favoriteslist ul dl { float: left; width: 100%;  margin-bottom: 20px; position: relative; }
#favoriteslist ul dl h4{ font-size: 14px; font-weight: 400; width:50%; float:left}
#favoriteslist ul dl .del-fav{ float:right} */