/* 
CSS Document voor Het Roze Boekje
Datum: Oktober 2009
Media: Print
Ontwikkelaar: Concept7 (www.concept7.nl)
Xhtml/css: Wout Mager

/* Wat niet tonen tijdens printen 
====================================================================== */
* {
	margin:0;
	padding:0;
	list-style-type: none;
}

.dontprint
, canvas
, #service
, #menu
, #search
, #current
, #doormat .column
, #footer
, #newsletter
, #label
, .overlay
, .star-rating-control
, #goto
, .tabs ul.inline
, #breadcrumbs
, #photo span
, #prikbord_nieuwbericht_cta
, #alert
 {
	display:none;
}

.star {
  display: block !important;
  float: left;
}

.img, .textimg {
  float: left;
  margin-right: 10px;
}

a.star-rating-readonly {
  width: 100%;
}

.jcarousel-item
, .textimg span
, .required_error big
{
  display: block;
  clear: both;
}

/* Hoe tonen tijdens printen 
====================================================================== */
body {
	font: 12px/1.5em arial, verdana, sans-serif;
}

#column_a
, #column_b
, #column_c
, #refine
, #sidebar
, .column
, #logo
, #logo em
, #doormat #adresses .block
, #doormat #news .block
{
  width: 100%;
  height: auto !important;
  float: left;
}

.inline, .inline li, .inline dt, .inline dd {
  display: inline;
}

#slideshow
, #column_a
, #column_b
, #column_c
, #refine
, #sidebar
, .block
, #logo
, h1
, #photo
, .vcard
 {
  margin-bottom: 20px;
}

.column
, .star-rating-readonly
, #googlemap
{
  margin-bottom: 10px;
}

#slideshow
, #column_a
, #column_b
, #column_c
, #refine
, #sidebar
, .vcard
{
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
}

.block p {
  margin-bottom: 0;
  clear: both;
}

img { border:0;}

.logo {
	margin-bottom: 20px;
}

h1 {
	font-size: 16px;
}

h2, .product dt {
	font-size: 14px;
	margin:0;
	font-weight: bold;
}

ul, ol {
}

.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;
}