/*
	Print - print styles
	--------------------------------------------------
*/
html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #fff;
	color: #000;
}


/* elements to hide */
div#menu,
div#leftbar,
div#contentright,
div#login,
div#quickmenu,
table.datepicker,
th img.icon, td img.icon, div img.icon,
div.quicklinks,
div#shoppingcart,
div#webshopinfo,
div.actionpanel,
div#slogan,
form#productlist,
button {
	display: none;
}

/* default elements */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin: 1.2em 0 .5em 0;
	font-size: 14pt;
}
h2, h3 {
	margin-bottom: .5em;
	font-size: 12pt;
}

ul, ol, dl, p {
	padding: 0;
	margin: 0 0 1em 0;
}

ul, ol {
	margin-left: 2.5em;
}

a {
	color: #000;
	text-decoration: none;
}

/* form */
fieldset {
	border: 0;
}

input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

input {
	border: 0;
	border-bottom: 1px dotted #666;
}

div.formrow {
	width: 100%;
	clear: both;
	overflow: auto;
}

div.formrow div.field {
	width: 49%;
	float: left;
}

div.formrow div.last {
	float: right;
}

/* table */
table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}


th, td {
	padding: .5em;
	border-top: 1px solid #ccc;
}

th {
	font-weight: bold;
	font-size: 7pt;
}

td span.noprint {
	display: block;
	text-indent: -999em;
	border-bottom: 1px dotted #666;
}
/* grid */
div#container {
	width: 96%;
}

div#logo {
	position: absolute;
	top: 0;
	left: .5em;
	width: 100%;
	padding-bottom: .25em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #000;

}

div#footer {
	margin-top: .5em;
	padding-top: .5em;
	font-size: 7pt;
	border-top: 1px solid #000;
}