body
{
	margin: 0px;
	padding: 0px;
	font-family: 'verdana';
	font-size: 10pt;
}

a, img
{
	border: none;
}

/*algemeen*/
.clear {
clear: both;
line-height: 0px;
height: 0px;
overflow: hidden;
}

img.icon {
width: 16px;
height: 16px;
}

.notes
{
	background: yellow;
	font-size: 8pt;
}

.questions
{
	background: orange;
	font-size: 8pt;
}





	body
	{
		font-family: Verdana;
		font-size: 10pt;
		margin: 0px;
	}
	.page_wrap
	{

	}
	.template
	{
		color: black;
	}
	div.main
	{
		margin: 20px auto;
		width: 890px;
	}
	img.logo
	{
		position: absolute;
		left: 10px;
		top: 10px;
	}
	img.right_item
	{
		margin-bottom: 10px;
	}
	img.lt
	{
		position: absolute;
		left: 0px;
		top: 0px;
	}
	img.rt
	{
		position: absolute;
		right: 0px;
		top: 0px;
	}
	img.lb
	{
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
	img.rb
	{
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	.right_wrap
	{
		float: right;
		margin-left: 10px;
		width: 240px;
	}
	.right
	{
		background: #cccccc;
		color: white;
		height: @480px;
		margin-bottom: 10px;
		padding: 10px;
		position: relative;
	}
	.header
	{
		background: url(http://www.truenews.nl/img/headers/1775_640_240.jpg);
		height: 240px;
		margin-bottom: 10px;
		position: relative;
		width: 640px;
	}
	.menu_wrap
	{
		background: #cccccc;
		color: white;
		float: left;
		margin-right: 10px;
		position: relative;
		width: 160px;
	}
	.menu
	{
		padding: 10px;
		margin-bottom: 10px;
	}
	img.flame
	{
		border-bottom: 1px solid #cccccc;
	}
	div.share
	{
		background-color: white;
		padding-top: 10px;
	}
	.content_wrap
	{
		float: left;
		width: 470px;
	}
	.content
	{
		background: white;
		margin-bottom: 10px;
		padding: 0px;
	}
	.footer
	{
		color: #cccccc;
		margin-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	div.footer a {
		color: #cccccc;
	}

div.main div.right a {
	color: white;
}

div.content h1 {
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
}

/* content elements */

.content_element_wrap
{
	background: #dddddd;
	margin-bottom: 10px;
	width: 100%;
}
.content_element_header
{
	background: silver;
	color: white;
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 10px;
	position: relative;
}

.content_element2_wrap
{
	background: #dddddd;
	margin-bottom: 10px;
	width: 100%;
}
.content_element2_header
{
	background: silver;
	color: white;
	padding: 5px;
	padding-left: 10px;
	position: relative;
}

/* application-menu */
div.main div.application-menu {

}

div.main div.application-menu ul#application_menu {
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0px;
padding-top: 2px;
border-top: solid 0px #dddddd;
}

div.main div.application-menu ul#application_menu li {
border-bottom: solid 0px #dddddd;
font-weight: bold;
}

div.main div.application-menu ul#application_menu li a {
text-decoration: none;
color: white;
padding: 5px;
display: block;
}

div.main div.application-menu ul#application_menu li a:hover {
	background: #dddddd;
	color: black;
}

div.main div.application-menu ul#application_menu li.active a {
	background: #dddddd;
	color: black;
}

div.main div.application-menu ul#application_menu li span.coming {
padding: 5px;
display: block;
color: #888;
}

div.main div.application-menu ul#application_menu li a span.counts {
color: #888;
font-weight: normal;
float: right;
}


/* view menu */
div.main div.view-menu {

}

body div.main div.view-menu ul#view_menu {
	background: gray;
	border-left: 1px dashed gray;
	list-style-type: none;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	width: 140px;
}

body div.main div.view-menu ul#view_menu li {
	background: #eeeeee;
	border-bottom: solid 1px gray;
	font-size: 8pt;
	font-weight: normal;
}

body div.main div.view-menu ul#view_menu li img {
	vertical-align: bottom;
}

body div.main div.view-menu ul#view_menu li a {
	text-decoration: none;
	color: blue;
	padding: 5px;
	display: block;
}

body div.main div.view-menu ul#view_menu li.active a {
	font-weight: bold;
}

div.main div.view-menu ul#view_menu li span.coming {
	padding: @6px;
	display: block;
	color: #888;
}

div.main div.view-menu ul#view_menu li a span.counts {
	color: #888;
	font-weight: normal;
	float: right;
}

div.main div.view-menu ul#view_menu li.spacer {
	height: @28px;
}


/* product search */

	div.content_wrap .content_search
	{
		background: #cccccc;
		padding: 10px 10px 10px 10px;
	}
	div.content_wrap .content_search_input
	{
		width: 320px;
	}
	div.content_wrap .content_search_button
	{
		
	}

/* product display */

	div.product_display
	{
		padding: 5px;
	}
	div.product_display div.thumb_wrap
	{
		float: left;
		width: 50%;
	}
	div.product_display div.thumb
	{
		padding: 5px;
	}
	div.product_display img
	{
		border: 1px solid black;
		float: left;
		height: 75px;
		margin-right: 5px;
		width: 75px;
	}
	div.product_display .topic
	{
		float: left;
		font-size: 10pt;
		font-weight: bold;
		margin-bottom: 5px;
	}
	div.product_display div.title
	{
		float: left;
		margin-bottom: 5px;
	}
	div.product_display div.title a
	{
		font-weight: normal;
		text-decoration: underline;
	}
	div.product_display .price
	{
		color: #aaaaaa;
		float: left;
		font-size: 12pt;
	}
	
	
	
/* lijstweergaves */
/* gewone lijst */
div.main div.content ul.listview {
list-style-type: none;
padding: 0px;
margin: 0px 10px 0px 0px;
width: 100%;
border-top: solid 1px #dddddd;
}

div.main div.content ul.listview li {
border-bottom: solid 1px #dddddd;
display: block;
clear: both;
}

div.main div.content ul.listview li.column-header {
padding: 6px 6px;
color: #d1008b;
font-weight: bold;
}

div.main div.content ul.listview li a {
display: block;
padding: 6px 6px;
color: #333333;
text-decoration: none;
}

div.main div.content ul.listview li a:hover {
background: #ececec;
}

div.main div.content ul.listview li a span.column {
display: table-cell;
}

div.main div.content ul.listview li a span.column img {
vertical-align: middle;
}


/* lijst met fotootjes */
div.main div.content ul.thumb-list-view {
list-style-type: none;
padding: 0px;
margin: 0px 10px 0px 0px;
width: 570px;
}

div.main div.content ul.thumb-list-view li.list-item {
float: left;
width: 281px;
margin: 0px 4px 4px 0px;
}

div.main div.content ul.thumb-list-view li.last {
border: none;
}

div.main div.content ul.thumb-list-view li a {
display: block;
}

div.main div.content ul.thumb-list-view li a:hover {
text-decoration: none;
}

div.main div.content ul.thumb-list-view li a span.item-thumb {
width: 100px;
height: 75px;
display: table-cell;
float: left;
background: #cccccc;
margin: 0px 4px 0px 0px;
color: #cccccc;
}

div.main div.content ul.thumb-list-view li a:hover span.item-thumb {
background: #ddd;
color: #808080;
}

div.main div.content ul.thumb-list-view li a span.item-thumb img {
width: 100px;

}

div.main div.content ul.thumb-list-view li a span.item-body {
background: #ddd;
width: 169px;
height: 67px;
display: table-cell;
float: left;
padding: 4px;
}

div.main div.content ul.thumb-list-view li a:hover span.item-body {
background: #eee;
}

div.main div.content ul.thumb-list-view li a span.item-body span.comment {
color: #808080;
font-size: 0.8em;
}