/*  ===== PRINT Notes =====   /
	This CSS is to include and exclude items from the print view,
	
	Template for printing. Disables all information not whated to print.
	More advanced printing can prepare a special printview. 
	e.g. order summary, order history, account information.
*/

#header { display: none; }
#footer { display: none; }
#copyright { display: none; }
#leftColumn { }
#boxNav { display: none; }
#rightColumn { display: none; }

#container, #main {
/*	width: auto !important;
	border: none; */
page-break-after:avoid;
}

#printpage {
	display: none !important; }

#content {
	/*float: none;
	display: block;
	width: auto !important;	*/
	width:544px !important;	
 }
 
 /*Newly Added*/
 div#content #productdetails #productdetailheader
 {
	width:500px;
	overflow:hidden;
 }
 div#pt_productdetails table#addtocart
 {
	width:500px;
 }
div#pt_productdetails #leftColumn .quickViews .leftDisplay img 
{
	margin:0pt;
	height:150px;
	width:150px;	
}
div#pt_productdetails #leftColumn
{	
	width:150px;
	height:150px;		
}
div#messagebar
{
	margin-left:30px;
}
#container
{
	/*height:800px;	*/
}
div#pt_productdetails
{		
	border:solid 1px white;
	/*page-break-after:avoid;	*/
}
div#pt_productdetails .productlisting .product
{
	width: 110px;
}
/*End Newly Added content*/
