/* CSS Document */

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
	
	html {
	font-family: Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	}

	body {
	background: white;
	}

	#wrapper {
	padding: 0;
	margin: 0 5%;	
	width: auto;
	text-align: left;
	color: black; 
	
	}
	
	#mainnav, .leftcol, .rightcol, #breadcheckout, #bread, #footer, #header, #basket .buttons, #shortlist .buttons, #checkout .buttons, #confirmation .buttons, .mybasket{
	display: none;
	}
	
	.checkoutrightcol, .submit{display: none;}
	
	.midcol, .basketcol{
	width:100%;

	}
	
	fieldset{border:none}
	
	p{color:#000000; font-size: 10pt;}
	
	p a{color:#000000;font-size: 11pt; text-decoration:underline}
	
	h1{
	color: #26aabb;
	font-size: 18pt;}
	
	h2{	color: #26aabb;
	font-size: 14pt;}
	
	h3{
	font-size: 14pt;}
	
	h4{
	font-size: 12pt;}
	
	li {font-size: 10pt;
	}
	
	li a{color:#000000;	text-decoration:none;}
	
	img { border:none }
	
	

	
	



	
