
/* -------------------------- */
/*                            */
/*        Print Styles        */
/*                            */
/* -------------------------- */


/* =================================================== */
/* DONT PRINT */
/* =================================================== */

#headerdiv, #header, #navcolumn, #navcolbase, #footer {
	display: none;
	}
	

/* =================================================== */
/* GENERAL  */
/* =================================================== */

body {
	font-family: verdana;
	}

body #content * {
	color: #000;
	}

#content, #content td {
	font-size: small;
	}

#printlogo {
	display: normal;
	clear: both;
	margin-bottom: 2em;
	}
	
code {
	font-weight: bold;
	font-family: courier new;
	}

h1 {
	margin-bottom: .5em;
	font-size: large;
	}

h2, h3, h4 {
	margin-top: 1.25em;
	margin-bottom: .5em;
	}

h2 {
	font-size: large;
	}

h3 {
	font-size: large;
	}

h4 {
	font-size: large;
	}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	}

#poweredshell {
	font-size: x-small;
	border-top: solid #000 1px;
	margin-top: 2em;
	}
	
#poweredby {
	float: left;
	margin: 0 10px 0 0;
	}

.small {
	font-size: x-small;
	}


/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

a {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	}


/* =================================================== */
/* specific CONTENT */
/* =================================================== */

.products {
	width: 100%;
	}

.products td {
	border-bottom: solid #ffcf3b 1px;
	border-right: solid #fff 2px;
	padding: 3px;
	}

.prodnamehead {
	width: auto;
	background-color: #fff;
	}

.prodexhead, .prodinchead {
	width: 130px;
	background-color: #fff6ce;
	text-align: center;
	font-weight: bold;
	color: #ea8200;
	}

.prodorderhead {
	width: 70px;
	}

.products .prodname {
	width: auto;
	font-weight: bold;
	background-color: #dfebf5;
	border-bottom: solid #cddbe8 1px;
	}

.products .prodname a {
	color: #0053a8;
	}

.products .prodname a:hover {
	color: #377dc5;
	}

.prodex, .prodinc {
	width: 130px;
	text-align: center;
	}

.prodorder {
	width: 70px;
	text-align: center;
	}

table .formheader {
	background-color: #fecf3b;
	}

