/**
 * Printonly CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: printonly.css 4387 2006-09-04 13:54:28Z drbyte $
 *
 */
 
 #printonly{}
 
 #mainWrapper {
	background-color: #FFFFFF;
	text-align:left;
	margin:5px auto 5px auto;
	width: 768px;
	border: 4px solid #177ec3 !important; 
}	

 .mantonianhead{
 text-align:center;
 margin-top:5px;
 margin-right:50px;
 color: #FF3399;
 font-size:28px;
 padding-left:50px;
 font-weight:bold;
 margin-bottom:0px;
}

 .sideBoxContent {
	background-color: #FFFFFF;
	padding: 1em;
	display:none;
	
}
#navBreadCrumb {
	border-top: 3px solid #6699FF;
	margin: 0px -5px 0 -1.5px;
	padding-left:15px;
	display:none;
}
#navColumnOne, #navColumnTwo {
	background-color: #FFFFFF;
	border: 2px solid #6699FF;
	display:none;
}
input {
	width: 120px !important ;/*hack for Zen Cart resizing buttons, grr */
	display:none;
	}
#navMainWrapper/*, #navSuppWrapper, #navCatTabsWrapper*/ {
	margin: 0em;
	padding: 5px 0;
	text-align:right;
	background-color: #FFccff;
	border-bottom: 1px solid #ccc;
	display:none;
}

.centerBoxHeading{
    margin: 1px -2.5px 0px -5px;
    padding: 3px;
    font-weight: bold;
    background-color:#ff66cc;
	
}
	
	

.phonenumb{
    background-color:#FFFFFF;
	height:80px;
	width:160px;
	float:right;
	padding-right:20px;
	margin-right:3px;
	border:2px solid #177ec3;
	font-size:10px;
	margin-top:10px;
	display:none;
}
.centerColumn {
text-align:center;
	padding:3px;
	width:100%;
}
#logo a{
width:468px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
	background-color: #FFCCFF;
	display:none;
	
}
