/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     enterprise_default
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Reset ================================================================================= */
* { margin:0; padding:0; }

/*
 * red          #f37a7f
 * darkgray     #636467
 * lightgray    #B7B8B9
 */
a {
   outline: 0;
}
a:focus {
    border: none ;
    outline: none ;
}


div.clear{display:block;clear:both;}

/* Header ================================================================================ */

.header-container-error { padding: 0 0 25px; margin: 0 0 45px; border-bottom: 1px solid #cacbcc; }

/* Boxes ================================================================================ */

.mg { margin: 0 0 35px; display: inline-block; }
.mg2 { margin: 0 0 5px; display: inline-block; }

.box-wrapper {margin: 0 auto; width: 246px; margin-bottom: 60px; }

.box-wrapper-btm {margin: 0 auto; width: 760px; text-align: center; background: url("../images/line.jpg") repeat-x 0px 14px; margin: 0 auto 60px; }
.box-wrapper-btm span {background: #ffffff; padding: 0 15px; font-style: italic; }

.box-wrapper .red-box {background: none repeat scroll 0 0 #F37A7F; height: 210px; margin: 0 0 20px; }
.red-box div {display: table-cell; height: 210px; vertical-align: middle; text-align:center; width: 245px; }

.box-wrapper .grey-box {background: none repeat scroll 0 0 #f6f4f0; height: 210px; margin: 0 0 20px;}
.grey-box div {display: table-cell; height: 210px; vertical-align: middle; text-align:center; width: 245px; padding: 8px; }

.promo-prod-wrap { width: 654px; margin: 0 auto;  }