/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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.
 *
 * 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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.page-print .buttons-set { display:none; }

/* Layout ================================================================================= */
.wrapper {}
.page { width:auto; margin:0; padding: 0; border: none;}
.page-print { background:#fff; padding:0; }
.page-popup { padding:0;}
.main { margin:10px 0; } /**/

/* Base Columns */ 
.col-left {display: none;}
.col-main {float:none; width:auto; padding:0; overflow: visible; }
.col-right {display: none;}

/* 1 Column Layout */
.col1-layout .col-main { margin: 0;}

/* 2 Columns Layout */
.col2-left-layout .col-main { float:none; margin: 0;}
.col2-right-layout .col-main {margin-left: 0;}

/* 3 Columns Layout */
.col3-layout .col-main { width:auto; margin-left:0; }

/* ======================================================================================= */

.breadcrumbs, .footer {margin-left: 0; padding-left: 0;}

#mastheadAltMedia {display: block; height: auto;}
#logoPrint {width: 366px; height: 73px; float: left;}
#mastheadAltMedia p {float: right; font: bold italic .85em/1.3 verdana, helvetica, arial, sans-serif; text-align: right;}
#mastheadAltMedia p a {color: #636467; text-decoration: none;}
.category-image { display:inline; float: right; margin:0 0 10px 10px; }
