@charset "UTF-8";
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
div.headline {
	height:auto;
	margin:0 0 6px;
	clear:both;
	width:680px;
	padding-bottom:10px;
}
div.headline ul {
	display:inherit;
	margin: 0;
	padding: 0;
	float:left;
	width:auto;
	font-size:11pt;
	line-height: 16pt;
}
div.headline li{
	list-style-position: outside;
	list-style-type: none;
	padding: 2px 0 2px 20px;
	line-height: 20px;
	text-align: left;
}
div.headline li a{
	text-decoration:none;
	color:#000000;
}
div.headline li a:hover{
	text-decoration:underline;
}
div.headline li a:visited{
	text-decoration:none;
}
div.headline li a.first{
	text-decoration:none;
	color:#FF0000;
}
div.headline img.topimg {
	margin:2px 10px;
	float:left;
	display:block;
	clear:both;
	padding:0 10px;
}
