/**
 * 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) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Others */
.promo_banner
	{
		height:135px;
		background: #F8F7F5 none repeat scroll 0 0;
		border: 1px solid #C4C1BC;
		width: 330px;
		height: 130px;
		margin-bottom: 17px;
		text-align: center;
    visibility: hidden;
	}
.promo_banner img
	{
		float: right;
		margin: 10px;
	}
.promo_banner h4
	{
		color: #E26703;
		font-size: 1.4em;
		margin-bottom: 40px;
	}
.promo_banner a { font-size: 1.4em; }

.left-categories { line-height:1.5em; font-weight:bold; margin-bottom: 20px; padding: 10px; background-color: #F4F3F3; border:solid 1px #C4C1BC}
.left-categories a { color:#2b4e88; font-size:1.2em; }
.active	{ font-style:oblique; }

#special-order-box { padding: 5px; margin-top: 5px; clear: both; }

#embroidery_box { display: none; }

#embroidery_box p { margin-left: 70px; min-height: 80px; }

#embroidery_box img { float:left; border: 2px solid #DDDDDD; margin: 5px 5px 0 0; }

#how_do_we_ship { display: none; }

.clear { clear: both;}
