/**
 * 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)
 */
.informational	{ text-align: center; }
.informational .foot-wrap { text-align: left; width: 540px; margin: 0 auto; }
.mn-footer-list { display: block; float: left; height: 200px; width: 180px; }
.mn-footer-list li { display: block !important; clear:left; border: none; background-image: none !important; }


.frontpage-block { float: left; width: 290px; padding: 5px; }
.fp-product		 { clear:left; width: 200px }

.related-product { width: 120px; float: left; }
.product-details { margin-left: 0 !important; }  


/* CUSTOM STYLES */
/* Controls featured items on home page */
.home-page-cntr{
    margin: 15px 0 0 0;
    font-size: 11px;
    }
.home-page-cntr a{
    text-decoration: none;
    font-weight: normal;
    }
.home-page-cntr a:hover {
    color: #000000;}
.homeContent h3 {
    width: 150px;
    font-size: 12px;
    padding: 2px 5px;
    color: #fff;
    background-color: #4F3E2E;
}
.home-page-item, .home-page-item1{
    float: left;
    width: 110px;
    height: 120px;
    padding: 8px 8px 8px 0;
    margin: 5px 5px 10px 0px;
    line-height: 16px;
    }

.home-page-img{
    text-align: center;
    border: 1px solid #eee;
    width: 100px;
    height: 125px;
    padding: 2px;
    }
.home-page-img:hover {
    border: 1px solid #006699;}
.home-page-txt{
    font-size: 11px;
    color: #003366;
    }
    
.active { font-weight: bold; }