/* 
CSS Document voor MYCE
Datum: juli 2009
Media: Print
Ontwikkelaar: Concept7 (www.concept7.nl)
Xhtml/css: Wout Mager

/* Wat niet tonen tijdens printen 
====================================================================== */
* {
	margin:0;
	padding:0;
}

.dontprint
, .overlay
, #header form
, #mainmenu
, #topmenu
, #doormat
{
	display:none;
}

/* Hoe tonen tijdens printen 
====================================================================== */
body {
	font: 12px/1.5em arial, verdana, sans-serif;
}

img { border:0;}

.column {
  margin-bottom: 18px;
}

.column_one {
  width: 49%;
  float: left;
}

.more {
  width: 100%;
  display: block;
  clear: both;
}

h1 {
	font-size: 16px;
}

h2, .product dt {
	font-size: 14px;
	font-weight: bold;
}

h3, h4 {
  font-size: 12px;
}

p, .product, ul {
	margin:0 0 18px 0;
}

ul, ol {
	list-style-type: disc;
	list-style-position: inside;
}

.documents {
	padding:8px 0;
}

.contentphoto span {
	display: block;
	font-size:10px;
}

.contentblock li a {
	display: block;
}

.contentblock {
	margin-bottom: 18px;
}

textarea {
	width: 300px;
}

fieldset {
	border: 0;
}

form label {
	width: 200px;
	float:left;
	display: block;
}

form div {
	width:100%;
	clear:both;
	margin:0 0 12px 0;
}

.style-radios {
	display: inline;
}

.style-radios input {
	float:left;
}

.style-radios label {
	width: auto;
	margin: 0 12px 0 0;
}

legend {
	font-weight: bold;
}