/**
 * 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) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
 
*     { background:none !important; text-align:left !important; }
body  { background:#fff !important; font-size:9pt !important; margin:15px !important; }



@media print{
	
/* Give everything some decent contrast. */
*{
	background:#fff;
	color:#000;
	text-shadow:none!important;
}
/* Set a nice measure and take the font down to print-acceptable sizes. */
body{
	font-size:0.75em; /* 12px (if base font-size was 16px) */
}
.wrapper{
	width:75%;
	margin:0 auto;
}
/* A list of things you don�t want printing. Add to/subtract from as necessary. */
.nav,
#footer{
	display:none;
}
#logo img{
	position:static;
}
/* Don�t let images break anything. */
img{
	max-width:100%;
	height:auto;
}
/* Try to avoid tables spanning multiple pages. Not failsafe, but a good start.
table{
	page-break-before:always;
}*/
/* Show the accessibility class. */
.accessibility{
	position:static;
}


.page-print h1 { text-align: center !important;}
.page-print .order-date{text-align: right !important;}
.page-print  th{text-align: center !important;}
.page-print .a-right{text-align: right !important;}
.page-print .a-center {text-align: center !important;}
/* Display the href of any links. */
/*
a:link:after,a:visited:after{
	content:" (" attr(href) ")";
	font-size:smaller;
}
a:link::after,a:visited::after{
	content:" (" attr(href) ")";
	font-size:smaller;
}
*
/* Any links that are root relative to your site need prepending with your URL. */
/*
a[href^="/"]:after{
	content:" (http://hackett.com" attr(href) ")";
	font-size:smaller;
}
a[href^="/"]::after{
	content:" (http://hackett.com" attr(href) ")";
	font-size:smaller;
}
*/
/* Any Flash/video content can�t be printed so leave a message. */
object:after{
	content:"Flash/video content.";
	display:block;
	font-weight:bold;
	margin-bottom:1.5em;
}
object::after{
	content:"Flash/video content.";
	display:block;
	font-weight:bold;
	margin-bottom:1.5em;
}

/*}*/
/*--- END PRINT ---*/

#header-container-wrap,
.footer-before-container,
#footerTop,
#footer,
#baseBar,
.widget,
.pager,
.toolbar,
.actions,
.buttons-set { display:none !important; }

.page-print .data-table .cart-tax-total { background-position:100% -54px; }
.page-print .data-table .cart-tax-info { display:block !important; }


.storelocator-store-view .sidebar,
.storelocator-store-view .page-title,
.storelocator-store-view .printLink {
    display:none !important;
}
.storelocator-store-view .leftColStoreDetail,
.storelocator-store-view #map-container,
.storelocator-store-view #map {
    /*width: 550px!important;
    height: 544px!important;*/
}

.storelocator-store-view .store-details {
    margin: 10px 0 0 0;
}

}
/*--- END PRINT ---*/