/**
 * 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)
 */

.new_top {
	font-weight:bold;
	padding:5px;
	color:#FFFFFF;
	background:#000000;
	width="140";
	text-decoration:none;
}

/****************************************************/
/********************** Footer **********************/
/****************************************************/

#footer-holder {
	padding-top: 0px;
}

#footer-col1 {
	float: left;
	width: 450px;
	padding: 10px;
	text-align: center;
 }
 
#footer-col2 { 
	float: right;
	width: 300px;
	margin-left: 15px;
	padding: 0px;
	text-align: center;
 }

.footer-text { 
	color: #FFFFFF; 
	font-size: 1.6em;
	font-weight: bold;
 }
 
#newsletter-holder {
	padding: 0px;
	background: #D1D1D1;
	display: inline;
	color: #FFFFFF;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0;
	}

.highlight-conditions { 
	color: #FF0000; 
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	border : 1px solid red;
	margin-left:40px;
	background-color: white;
	text-align: left;
 }
 
 .highlight-conditions ul { 
   list-style: circle;
    margin-bottom: 5px;
 }