/**
 * CSS Stylesheet for price display
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_display_price.css 3688 2006-06-02 00:12:18Z drbyte $
 */

.display_discount_price {
	margin-top:5px;
}


.display_discount_price a {
	color: #FF0000;
	font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	font-weight:bold;
}

.display_discount_price a:hover {
	color: #FF0000;
}
