/* Print stylesheet */

* {
	background-color: white !important;
	background-image: none !important;
}

html,
body {
	background:#FFF;
	color:#000;
	margin: 0;
	padding: 0;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	line-height:140%;
}

#logobar {
	margin-bottom: 40px;
}

/* things to hide */

#navigation,
#pagenavigation,
#contentnavigation,
#subcontent,
#contextual,
#footer,
#skip,
#breadcrumb,
#page-options,
.buttons,
.conditions textarea,
.agreement textarea,
legend,
.noheader thead,
.DCRadio,
.DCCheckbox,
.DCSubmit,
a.inlinesubmit,
a.flatbutton,
a.contentbutton,
a.information,
a.calendar,
a.explanation,
.DCSelect,
.status,
.selected,
.options,
.form-question,
.form-pulldowns,
.functions,
.dialog,
#feedback,
.alphabet-menu,
#popup ul,
.tabnavigation {
	display:none !important;
}


/* headers */

h1 {
	line-height: 1.5em;
}

h4 {
	margin:0;
}


/* text */

.price strong {
	padding-left:5px;
}

.alphabet li {
	float:left;
}


/* anchors */

a:link, a:visited {
	background: transparent;
	color: #520;
	font-weight: bold;
	text-decoration: underline;
}


/* lists */

.list-notifications h3 {
	border: none;
}

.list-notifications img,
.list-elements img {
	float: left;
	margin-right: 10px;
}

/* table */

table {
	margin:0 0 1em 1px;
	width:99%;
	border-collapse:collapse;
	border:1px solid #D4D4D4;
	font-size:100%;
	empty-cells:show;
	page-break-inside: avoid;
}

	caption {
		background: Orange;
		padding:4px 9px 6px 9px;
		border:1px solid #D4D4D4;
		border-width:1px 1px 0 1px;
		font-weight:bold;
		text-align:left;
	}
	
	td, th {
		padding:3px;
		border:1px solid #D4D4D4;
		vertical-align:top;
		text-align: center;
	}
	
	table.table-lists th,
	table.table-lists td {
		border-width: 1px 0;
	}
	
	table.table-lists th {
		text-align: left;
	}
	
	table.table-compare thead th {
		border-width: 1px 0;
	}
	
	table.table-compare tbody th,
	table.table-compare td {
		border: none;
	}
	
		table.table-compare th img {
			width: 90%;
			height: 90%;
		}
	
	table.table-matrix thead th,
	table.table-matrix tbody th,
	table.table-matrix tbody td,
	table.table-compare thead th,
	table.table-compare tbody td,
	table.assortment-detail tbody td,
	table.table-lists .costs,
	table.table-lists td,
	table.table-invoices td {
		text-align: left;
	}
	
		table.table-invoices td,
		table.table-invoices th {
			border: none;
		}

		table.table-lists.noheader td,
		table.table-invoices tr.head th,
		table.table-invoices tr.head td {
			border: 1px solid #d4d4d4;
			border-width: 1px 0 0 0;
		}
		
	thead em {
		font-style:normal;
		font-weight:normal;
	}
	thead th.row {
		padding:3px 9px 3px 9px;
		text-align:left;
	}
	tbody th {
		padding:3px 9px 3px 9px;
		text-align:left;
	}
	tbody .attention td,
	tbody .attention th {
		font-weight:bold;
	}
	td.price {
		padding:3px 9px 3px 9px;
		width:8em;
		text-align:left;
		white-space:nowrap;
	}
table.table-left th,
table.table-left td {
	padding:3px 9px 3px 9px;
	text-align:left;
}

table td.costs img.float-left {
	margin: 0 10px 0 0;
}

table p.more {
	clear: both;
}

/* forms */

table .product-checkbox label {
	display: none;
}

fieldset {
	clear: both;
	border:0;
}

	fieldset h3 {
		border-bottom:1px solid #666;
	}
	
	div.field {
		clear:both;
	}
	
		#maincontent #content form fieldset div.field div.signature {
			background: #fff;
			border:1px solid #000;
			float:left;
			width:400px;
			height: 150px;
		}

		label {
			float:left;
			width:200px;
		}
		
		label.inline {
			clear: both;
		}
		
			label span {
				position:relative;
				left:30px;
			}
					
				label span span {
					left:0;
				}
				
		input {
			float: left;
		}
				
		input.replaced {
			float: none;
			position:static;
			width:auto;
			height:auto;
			overflow:visible;
		}
		
		fieldset.foldout .replaced {
			float: left;
		}

		div.checkfirst label,
		div.radio label.inline,
		div.vertical label,
		div.conditions label,
		div.agreement label {
			float:none;
		}
		
	div.conditions,
	div.agreement textarea {
		margin:20px 0 0 0;
	}

	.errormessage {
		color:#f00;
	}
	
		fieldset.foldout ul, 
		fieldset.foldout li,
		.alphabet ul,
		.alphabet li {
			list-style:none;
		}

.product-overview {
	float: left;
	margin: 1em 1%;
	padding: 2%;
	width: 27%;
	border: 1px solid #D4D4D4;
}

	.product-overview fieldset {
		width: auto;
	}
	
		.product-overview label {
			width: auto;
		}
		
		.product-overview input {
			float: left;
			width: auto;
		}
		
.form-brochures { }

	.form-brochures li fieldset,
	.form-brochures img,
	.form-brochures input,
	.list-brochures img {
		float: left;
	}
	
	.form-brochures img {
		margin-right: 10px;
	}
	
	.form-brochures li label,
	.list-brochures p.more {
		display: none;
	}
	
		

				
		
		
.float-right {
	float:right;
	margin: 0 10px 10px 30px;
}

.float-left {
	float:left;
	margin: 0 30px 10px 10px;
}


/* clearfix */

.alphabet ul:after,
div.field:after,
div.checkbox:after,
div.row:after,
div.contentblock:after,
.list-notifications li:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}