/* 
CSS Document voor Cobra Medical
Datum: Maart 2009
Media: Print
Ontwikkelaar: Concept7 (www.concept7.nl)
Xhtml/css: Wout Mager

/* Wat niet tonen tijdens printen 
====================================================================== */
* {
	margin:0;
	padding:0;
}

/* Hoe tonen tijdens printen 
====================================================================== */
body {
	font: 12px/1.5em arial, verdana, sans-serif;
}

#slideshow_thumbnails, #slideshow_thumbnails li, .inline, .inline li {
  display: inline;
}

.product {
  list-style-type: none;
  float: left;
}

#topmenu
, #mainmenu
, #breadcrumbs
, #leftmenu
, .address
, #agenda_info
, .antwoord
{
  display: block;
  margin: 0 0 18px 0;
}
#leftmenu {
	display: none;
}

#breadcrumbs {
  font-size: 10px;
  border-bottom: 1px dotted #ccc;
}

.current {
  font-weight: bold;
}

img { border:0;}

.logo {
	margin-bottom: 20px;
}

h1 {
	font-size: 20px;
	margin: 0 0 18px 0;
}

h2, .product dt {
	font-size: 16px;
	margin:0;
	font-weight: bold;
}

p, .product, ol, dl {
	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;
}

#slideshow, #slideshow div, .block, .usps, .categories {
  margin: 0 0 18px 0;
}

table {
  width: 99%;
}

th, td {
  text-align: left;
  vertical-align: top;
  line-height: 18px;
  border-bottom: 1px dotted #ccc;
}

#agenda_info dt {
  width: 100px;
  float: left;
  display: block;
}

#tab_navigation, .detailtabs {
  border-bottom: 1px solid #ccc;
  margin: 0 0 18px 0;
  padding: 0 0 18px 0;
  width: 100%;
  clear: both;
}

#search
, #current
, .block_special
, .product_top
, .paging ul
, .servicelist
, .photoresize
, #deelnemer_toevoegen
, #mainmenu
, .refine
, #topmenu
{
	display:none !important;
}

.usps dt {
  font-weight: bold;
}