@charset "UTF-8";
@media screen, projection
{
	a.icon {
	  padding-left: 26px !important;
	  padding-right: 10px !important;
	  padding-top: 8px !important;
	  padding-bottom: 8px !important;
	  color: #00519E !important;
	  font-size: 9pt !important;
	}
	
  a.icon_compare { background: url("../../img/icons/icon_compare.png") left no-repeat !important; }
  a.icon_detail { background: url("../../img/icons/icon_detail.png") left no-repeat !important; }
  a.icon_fav { background: url("../../img/icons/icon_fav.png") left no-repeat !important;}
  a.icon_print { background: url("../../img/icons/icon_print.png") left no-repeat !important; }
  a.icon_recommend { background: url("../../img/icons/icon_recommend.png") left no-repeat !important; }
  a.icon_search { background: url("../../img/icons/icon_search.png") left no-repeat !important; }
  a.icon_watch { background: url("../../img/icons/icon_watch.png") left no-repeat !important; }
  
}