/**
 *
 * @ignore
 * @access private
 * @version $Id: stylesheet.css, v 1.3.7 2007/04/26 11:48:12 $;
 *
 * @author Zen Cart Development Team
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 *
 * Modyfikacje do ZenCart.pl
 * @author Grupa ZenCart.pl <kontakt@zencart.pl>
 * @copyright Copyright &copy; 2007, ZenCart.pl
 * Wiêcej informacji na stronie projektu {@link http://www.zencart.pl ZenCart.pl} Zajrzyj!
 *
 * @package templateSystem
 *
 */

/* box */
#news{ background: #f8f8f8; border: 1px solid #dfdfdf; }
#newsContent{ font-size: 12px; }
ul#newsList{ margin: 5px 10px; padding: 0; text-align: left; list-style-type: none; }
ul#newsList li{ margin: 0; padding: 3px 0; }
li.newsTitle a{ text-decoration: none; font-weight: bold; color: #333333; }
li.newsTitle a:hover{ text-decoration: none; color: #336699; }
span.newsContent{ font-style: italic; font-size: 11px; }
li.newsLinkMore{ text-align: right; }
li.newsLinkMore a{ text-decoration: none; font-weight: bold; color: #336699; }
li.newsLinkMore a:hover{ text-decoration: none; color: #575757; }