/* 
print.css Contains all elements for printmarkup.
*/

/*
Projectnaam/algemene info
@author: naam
@version: yyyymmdd-##
*/

body, #publerBody {
	background: none;
	line-height: 1.2em;
	word-spacing: 1px;
	font-family: Verdana, Geneva, sans-serif;
	color: #313131;
	font-size:12px;
	width:685px;

}
#navigation, #header form, #header .header-links, #header .hide, #header hr, #categories, #footer, #sidebar, #contentSidebar, .header-image,
.action, p.detail-paginator, .detail-data .wish-list, .detail-data .maak-een-afspraak, .detail-data .bekijk-wish-list, .detail-data .mail-a-friend, .awish-list{
	display: none;
}

#logo { 
	font-size: 1.8em; /* 18px */
	line-height: 1em; /* 18px */
	margin: 0 0 1em 0; /* 18px */
}
#header h1{display:none;}

h2{
	color:red;
	font-size: 1.3333em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin-top: 1.6875em; /* 27px */
	margin-bottom: 0.5625em; /* 9px */
}
h3 {
	font-size: 1.1667em; /* 14px */
	line-height: 1.286em; /* 18px */
	margin-top: 1.929em; /* 27 px */
	margin-bottom: 0.643em; /* 9px */
}

cufon canvas{
	display: none;
}

.detail-data{
	list-style:none;
	margin:0;
	padding:0;
}
.detail-data li{
	margin-top:6px;
	font-size:1.2em;
	line-height:1.5em;
}

#breadcrumbs{
	margin:0 0 16px 0;
	padding:0;
	list-style:none;
	clear:both;
}
#breadcrumbs li{
	display:inline-block;
}

a img{border:none;}

.overview {
	color:#333;
	font-size:11px;
	margin:0;
	padding:0;
}
	.overview li {
		float:left;
		list-style:none;
		margin:0 19px 30px 0;
		width:156px;
	}
		.overview li.last {
			margin:0;
		}
		.overview li a {
			border:1px solid #e2ddd1;
			display:block;
			padding:4px;			
		}
		.overview li a span{
			height:163px;
			overflow:hidden;
			display:block;
		}
		.overview li a img{
			display:block;
			}
			.overview li a:hover {
				border:1px solid #736357;
			}
			.overview li a.wish-list {
				display:none;
			}
a {
	color: #000;
	text-decoration: underline;
}
/*
div#main a:after {
	content: " ( "attr(href)" )"; /* Print links after the linked text, so peopel can still go to a linked page - Works in REAL browsers only */
}
*/
img, a img {
	border: none;
}