/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Product Notifications module CSS stylesheet (for 'price drop' notifications)
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.P.css,v 1.1.2.1 2012/09/13 13:13:03 random Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* Notification request button */
.prod-notif-request-button-P img 
{
  background: transparent url(../../images/fashion_mosaic/prod_notif_icon_P.png) no-repeat left top;
  width: 49px;
  height: 36px;
}

/* Request button tooltip */
.prod-notif-tooltip-P
{
}

