/*
	K-Kart E-Commerce System, v1.0
	http://www.kirsir.com
		
	Release Date: 05/20/05
	Terms of Use: K-Kart is owned by Kirsir Web Development and cannot be used without written consent
		          or purchase.  The code contained within K-Kart cannot be reproduced and used on 
		          another site or sold as one's own.
		
	Copyright (c) 2005 Kirsir Web Development
*/

	
body {
	background:#fff;
	color:#646464;
	margin:0px;
	padding:0px;
	font-size:100%;
	font-family:Verdana, Arial, sans-serif;
}

/*Print styles*/
@media print{
	#popupFooter{
		display:none
	}
}


