/*
	print.css
	print styles specific to the kikki.K website
*/

/* Header 
	--------------------------------------------------- */
	#header-container { padding-top: 20px;  }
	#header-content { background: none; }
	#header-container img { display: none; }
	#header-container #header-content img { display: block; }
	#header-container #header-content #main-nav { display: none; }
	#header-container #header-content #top-nav { display: none; }	
	#header-container #header-content #search-container { display: none; }
	
/* LHS Nav
	--------------------------------------------------- */
	#nav-lhs { display: none; }	
	
/* RHS Nav
	--------------------------------------------------- */
	#nav-rhs { display: none; }		

/* Footer
	--------------------------------------------------- */
	#footer-container { display: none; }
	
/* Main Content
	--------------------------------------------------- */	
	#content-container { width: 700px; }
	#main-content-container { float: none; }
	#main-content { background: none; }
	#main-content .print-top { display: none; }
	#main-content .print-btm { display: none; }	
	#main-content-container img { /*display: none;*/ }
	#breadcrumb { display: none; }

/* Order Details
	--------------------------------------------------- */		
	div.order-details table.items td.item-img	{ width: 50px; }
	div.order-details table.items td.item { width: 120px; }
	table.shipping-address td { width: 290px; }
	table.confirm th.ship-info { width: 300px!important; }
	div.order-details ul { width: 400px; }
	
	
/* Wishlist Items
	--------------------------------------------------- */	
	
	#left-col-wishlist #hidden-content
	#wishlist-items
	#hidden-content dl dd.left img {
		display: block!important;
	}	
	#hidden-content dl dd.right ul li form
	#wishlist-pagination
	#wishlist #view-all {
		display: none!important;
	}
	

