/* print */

/* screen */

body
{
	margin: 0;
	padding: 0;
	font: 100% verdana,helvetica,arial,sans-serif;
	background: #fff;
	color: #000;
	text-align: left;
}

/* INIT
------------------------------------------------*/
p,h1,h2,h3,ul,ol,div,form,input,select,img { border: 0; margin: 0; padding: 0; }
.clear { width: auto; height: 1px; overflow: hidden; clear: both; }

/* SEARCH
------------------------------------------------*/
#search { width: 100%; text-align: right; }
#search form { display: none; } 

/* NAV
------------------------------------------------*/
#nav { display: none; }

/* HEADER
------------------------------------------------*/
#header img { margin-bottom: 1em; }

/* BREADCRUMB
------------------------------------------------*/
#breadcrumb { display: none; }

/* CONTENT
------------------------------------------------*/
#content { font-size: 75%; line-height: 1.5; margin-bottom: 1em; }
#content p { margin: 0 0 1em; padding: 0 8px; }

#content h1 { background: #DEEFD1; color: #1E215A; margin: 0 0 0.5em; padding: 3px 8px; line-height: normal; font-weight: normal; font-size: 170%; }
#content h2 { background: #fff; color: #1E215A; margin: 1.5em 0 0.5em; padding: 3px 8px; line-height: normal; font-weight: normal; font-size: 150%; }
#content h2.bordered { margin-top: 1em; padding-top: 1em; border-top: 1px solid #ccc; }
#content h3 { margin: 1em 0 0.5em; padding: 1em 8px 3px; border-top: 1px solid #ccc; background: #fff; color: #1E215A; line-height: normal; font-weight: bold; font-size: 120%; }

#content ul { margin: 1em 0; padding: 0 0 0 2.5em; list-style-type: square; }
#content ol { margin: 1em 0; padding: 0 0 0 2.5em; list-style-type: decimal; }

#content a:link, #content a:visited { color: #347; text-decoration: underline; }

#content .productoptions { margin: 1em 0; padding: 0 0 0 8px; font-size: 100%; line-height: 1.4; width: 95%; }
#content .productoptions td, #content .productoptions th { padding: 4px; border-color: #666; border-style: solid; }
#content .productoptions th { border-width: 1px 1px 1px 0; background: #ECEEF8; }
#content .productoptions td { border-width: 0 1px 1px 0;  }
#content .productoptions .first { border-left: 1px solid #666; }

#content .ordertable { margin: 1em 0; padding: 0 0 0 8px; font-size: 100%; line-height: 1.4; width: 95%; }
#content .ordertable td, #content .ordertable th { vertical-align: top; height: 4em; padding: 4px; border-color: #666; border-style: solid; }
#content .ordertable th { height: auto; border-width: 1px 1px 1px 0; background: #ECEEF8; }
#content .ordertable td { border-width: 0 1px 1px 0; }
#content .ordertable .first { border-left: 1px solid #666; }
#content .ordertable .narr { width: 80px; font-weight: bold; }

#content #printorder, #content #printproducts { display: none; }
#content .topofpage { display: none; }

/* FOOTER
------------------------------------------------*/
#footer { clear: both; margin: 1em 0 0; text-align: left; color: #333; font-size: 68%; }
#footer span { display: none; }

