/*=============================================================
	Print style for
=============================================================*/

@import url("global.css");

.hidden { display: inline-block;}
.show { display: none;}

body {
	font: normal 62.5%/18px "Verdana", Arial, Helvetica, sans-serif; 
	color: #333;
	background: #fff;
}


/*=============================================================
	Main print skeleton layout
=============================================================*/

#header { width: 700px; height: 100px; display: block; clear: both; border-bottom: 2px solid #ccc; }
#content, #content-text, #text { width: 700px; height: auto; clear: both; padding: 20px 0; }
#footer { width: 700px; border-top: 2px solid #ccc; padding-top: 10px; clear: both; }

/*=============================================================
	Extras
=============================================================*/

#flash-bg, #banner, ul#nav, #cta{display:none;}
ul#featured { float:left;}
table.bag { width:700px;}