.apply_btn_tbl a {  
 height:35px;  
 width:92px; 
 display:block;  
 text-indent:-9999em;  
 text-decoration:none; 
 overflow:hidden;  
}  
/*------off*/  
.apply_btn_tbl a.detail_btn {  
 background:url(/images/button/detail_btn.jpg) no-repeat;  
}  
.apply_btn_tbl a.compare_btn {  
 background:url(/images/button/compare_btn.jpg) no-repeat;  
}  
.apply_btn_tbl a.price_btn {  
 background:url(/images/button/price_btn.jpg) no-repeat;  
}  
.apply_btn_tbl a.lineup_btn {  
 background:url(/images/button/lineup_btn.jpg) no-repeat;
}
.apply_btn_tbl a.usertype_btn {  
 background:url(/images/button/usertype_btn.jpg) no-repeat;
}

/*------hover*/  
a.detail_btn:hover {  
 background:url(/images/button/detail_btn.jpg) no-repeat left bottom;  
}
a.compare_btn:hover {  
 background:url(/images/button/compare_btn.jpg) no-repeat left bottom;  
} 
a.price_btn:hover {  
 background:url(/images/button/price_btn.jpg) no-repeat left bottom;  
} 
a.lineup_btn:hover {  
 background:url(/images/button/lineup_btn.jpg) no-repeat left bottom;  
}
a.usertype_btn:hover {  
 background:url(/images/button/usertype_btn.jpg) no-repeat left bottom;  
}
