html,
body {
	margin: 0;	padding: 0;
}
html {
	background: #e4e4e4 url(../images/interface/background_html.gif) repeat left top;
}
body	{
	background: url(../images/interface/background_body.gif) repeat-y center top;
	color: #222;
}


/* anchors */
a	{
	color: #cc071e;
}
:-moz-any-link:focus { /* avoid dotted borders around active links in Firefox */
  outline: none;
}
a:hover	{
	text-decoration: underline;
	color: #ff5400;
}

.moreNews {
	display: inline-block;
	padding-right: 10px;
	background: url(../images/interface/bullet_red.png) no-repeat right 7px;
}

.moreNews, .box .moreNews a {
	font-weight: bold;
	font-style: normal;
	color: #cc071e;
	font-size: 15px;
}

.box .moreNews a {
	text-decoration: underline;
}

.box .moreNews a:hover {
	color: #950516;
}

.more {
	font-weight: bold;
	font-style: normal;
	white-space: nowrap;
	color: #cc071e;
}
.more a,
a.more {
	text-decoration: none;
}
.more a:hover,
a.more:hover {
	text-decoration: underline;
}
a.noLine {
	text-decoration: none;
}
a.noLine:hover {
	text-decoration: underline;
}

/* Color Ancors*/

a.blue {
	color:#243A66;
}

#wrapper .list td a.lightBlue {
	color:#243A66 !important;
}
/* #wrapper */

#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: url(../images/interface/column_back.png) repeat-y left top;
	border: 1px solid white;
	border-top: none;
}

/* #forumWrapper */

#forumWrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	border: 1px solid white;
	border-top: none;
}

/* header / logo */

#header	{
	width: 100%; height: 146px;
	background: #cc071e url(../images/interface/header_back.png) repeat-x left top;
}
#header h1 {
	position: absolute;
	left: 12px; top: 3px;
	width: 395px; height: 115px;
	margin-top: 0px;
}

#header h1 a	{
	display: block;
	width: 395px; height: 115px;
	text-indent: -999em;
	text-decoration: none;
	background: url(../images/interface/logo_cameranet.png) no-repeat left top;
}
* html #header h1 a {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://eva.provident.nl/cameranet/images/interface/logo_cameranet.png');
	cursor: pointer;
}

#logoCamera {
	position: absolute;
	left: 340px; top: 3px;
	width: 100px; height: 100px;
	background: url(../images/interface/header_camera.png) no-repeat left top;
}
* html #logoCamera {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://eva.provident.nl/cameranet/images/interface/header_camera.png');
}

/* #forumContent */

#forumContent {
	margin: 0; padding: 0;
	width: 1000px;
}

/* #content */

#content {
	margin: 0; padding: 0;
	width: 1000px;
	background: url(../images/interface/column_bottom.png) no-repeat left bottom;
}

/* primaryContent */
#primaryContent {
	position: relative;
	float: left; display: inline;
	margin: 0; margin-left: 1px;
	width: 819px;
	overflow: auto;
}
/*
* html #primaryContent {
	height: 0.1em;
}
*/

/* secondaryContent */
#secondaryContent {
	float: left; display: inline;
	margin: 0; padding: 0;
	width: 180px;
}
#secondaryContent .wrapper {
	padding: 10px;
}

/* #menu */

#menu {
	width: 180px;
	padding-bottom: 11px;
	background: white url(../images/interface/column_top.png) no-repeat left bottom;
}
#menu h2 {
	display: none;
}
#menu ul,
#menu ul li {
	margin: 0; padding: 0;
	list-style: none;
}
#menu ul li {
	display: block;
	width: 100%;
	margin-bottom: 1px;
}
#menu ul li a {
	display: block;
	margin: 0; padding: 3px 3px 3px 28px;
	background: white url(../images/interface/menu_back.png) no-repeat left top;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: white;
}
* html #menu ul li a {
	height: 23px;
}
#menu ul li.hover a,
#menu ul li:hover a,
#menu ul li a:hover,
#menu ul li.active a {
	background: white url(../images/interface/menu_back_on.png) no-repeat left top;
	color: white;
}


/* topMenu */

#topMenu {
	position: absolute;
	top: 15px; right: 10px;
}
#topMenu ul,
#topMenu ul li {
	margin: 0; padding: 0;
	list-style: none;
}
#topMenu ul {
}
#topMenu ul li {
	float: left; display: inline;
	border-left: 1px solid #cc071e;
	line-height: 105%;
	font-size: 12px;
}
#wrapper #topMenu ul li.first,
#forumWrapper #topMenu ul li.first {
	border-left: none;
}
#topMenu ul li a {
	color: black;	
	padding: 0 7px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
#topMenu ul li a:hover {
	text-decoration: underline;
	color: black;
}
#wrapper #topMenu ul li.first a,
#forumWrapper #topMenu ul li.first a {
	padding-left: 0;
}

/* voor het forum */
#login,
#cameraSearch,
#topMenu ul li a,
#breadcrumbs li {
	font-family: Arial, Sans-serif, Verdana, Geneva;
}


/* memberMenu */

/*
#memberMenu {
	position: absolute;
	top: 127px; right: 10px;
	background: black;
}
*/

#memberMenu ul,
#memberMenu ul li {
	margin: 0; padding: 0;
	list-style: none;
}
#memberMenu ul li {
	float: left; display: inline;
	border-left: 1px solid #bc767e;
	line-height: 105%;
	font-size: 11px;
	color: #bc767e;
}
#wrapper #memberMenu ul li.first,
#forumWrapper #memberMenu ul li.first {
	border-left: none;
	padding-right: 7px;
}

#memberMenu ul li a {
	padding: 0 7px;
	text-decoration: none;
	color: white;
}
#memberMenu ul li a:hover {
	text-decoration: underline;
	color: white;
}
#wrapper #memberMenu ul li.first a,
#forumWrapper #memberMenu ul li.first a {
	padding-left: 0;
}


/* breadcrumbs */

#breadcrumbs {
	margin: 0; padding: 0;
	position: absolute;
	top: 127px;	left: 3px;
	width: 100%;
}
#breadcrumbs ul,
#breadcrumbs li {
	margin: 0; padding: 0;
}
#breadcrumbs li {
	float: left; display: inline;
	margin: 0; padding: 0 3px 0 10px;
	background: url(../images/interface/breadcrumbs_arrow.png) no-repeat 3px 4px;
	line-height: 12px;
	font-weight: bold;
	font-size: 11px;
	color: white;
}
#breadcrumbs li.first {
	padding-left: 5px;
	background: none;
}
#breadcrumbs li a {
	font-weight: normal;
	text-decoration: none;
	color: white;
}
#breadcrumbs li a:hover {
	text-decoration: underline;
	color: white;
}

/* search & login */

#login label,
#cameraSearch label {
	color: white;
}

#cameraSearch,
#login {
	position: absolute;
	top: 47px;
	height: 67px;
	overflow: hidden;
	font-size: 11px;
	color: white;
}
#cameraSearch {
	right: 378px;
	width: 182px;
	background: url(../images/interface/search_back.png) no-repeat right top;
}
#login {
	right: 0;
	width: 370px;
	background: url(../images/interface/login_back.png) no-repeat left top;
}
#cameraSearch form {
	margin: 0; padding: 2px 0 0 25px;
}
#login form {
	margin: 0; padding: 10px 0 0 25px;
}
#cameraSearch a,
#login a {
	text-decoration: underline;
	color: white;
}
#cameraSearch a:hover,
#login a:hover {
	text-decoration: underline;
	color: black;
}
#cameraSearch a.opaque,
#login a.opaque {
	color: #bc767e;
}
#cameraSearch a.opaque:hover,
#login a.opaque:hover {
	color: white;
}

#login .column1,
#login .column2,
#login .column3,
#login .column4 {
	float: left; display: inline;
}
#login .column2 {
	margin-left: 4px;
}
#login .column3 {
	margin-left: 10px;
}
#login .column4 {
	margin-left: 30px;
	padding-bottom: 6px;
	padding-top: 6px;
}

#login .row1 {
	padding-bottom: 3px;
}
#login .column1 .row2 {
	padding-top: 3px;
}

#cameraSearch label,
#login label {
	display: block;
	font-weight: bold;
	white-space: nowrap;
	
}
#cameraSearch input,
#login input {
	vertical-align: middle;
	text-decoration: none;
	background: #f5d1d6;
	border: 1px solid #51000a;
}
#cameraSearch input.submit,
#login input.submit {
	background: none;
	border: none;
}
#fc_query {
	width: 120px;
}
#fc_username,
#fc_password {
	width: 100px;
}
#fc_query:focus,
#fc_username:focus,
#fc_password:focus {
	background: white;
}

/* address */

address {
	font-style: normal;
	margin: 0;
}
address .spacer {
	display: block;
	font-size: 0px;
	line-height: 60%;
	height: 8px;
}
address .label {
	display: block;
	float: left;
	width: 1em;
	margin-right: 0.3em;
	text-align: center;
	white-space: nowrap;
	color: #f09c00;
}
address a {
	color: #333;
	text-decoration: none;
}
address a:hover {
	color: #7a0000;
	text-decoration: underline;
}


/* #footer */

#footer	{
	margin: 0; padding: 2px 15px 7px 15px;
	background: #cc071e;
	text-align: center;
	font-size: 11px;
	line-height: 125%;
	color: #f0b5bc;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #f0b5bc;
}
#footer a:hover {
	text-decoration: underline;
	color: white;
}

#footerMenu ul,
#footerMenu ul li {
	margin: 0; padding: 0;
	list-style: none;
}
#footerMenu ul {
	margin-top: 5px;
}
#footerMenu ul li {
	float: left; display: inline;
	border-left: 1px solid #f0b5bc;
	line-height: 105%;
}
#wrapper #footerMenu ul li.first,
#forumWrapper #footerMenu ul li.first {
	border-left: none;
}
#footerMenu ul li a {
	padding: 0 7px;
	text-decoration: none;
	color: white;
}
#footerMenu ul li a:hover {
	text-decoration: underline;
	color: white;
}
#wrapper #footerMenu ul li.first a,
#forumWrapper #footerMenu ul li.first a {
	padding-left: 0;
}

#footer #copyright {
	float: right; display: inline;
}


/* various classes */

#primaryContent ul {
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 1em;
}
#primaryContent ul li {
	padding-left: 1.1em;
	background: url(../images/interface/bullet_blue.png) no-repeat 0.4em 0.55em;
	margin-bottom: 0.5em;
}
#primaryContent .red ul li {
	background-image: url(../images/interface/bullet_red.png)
}
#primaryContent .green ul li {
	background-image: url(../images/interface/bullet_green.png)
}
#primaryContent .brown ul li {
	background-image: url(../images/interface/bullet_brown.png)
}
#primaryContent ul.pdf li {
	padding-left: 1.7em;
	background: url(../images/interface/bullet_pdf.png) no-repeat 0 0.15em;
	margin-bottom: 0.5em;
}
#primaryContent ul li ul {
	margin-top: 0.3em;
}


hr,
h2 {
	display: none;
}
#primaryContent h2 {
	display: block;
}
#primaryContent hr,
#secondaryContent hr {
	display: block;
	height: 2px;
	border: none;
	border-top: 1px solid #d2cae5;
	border-bottom: 1px solid white;
}

/* various */
.skip,
.noScreen {
	display: none;
}
a.tel {
	text-decoration: none;
	color: #333;
	cursor: default;
}
.nowrap {
	white-space: nowrap;
}
abbr {
	border: none;
}


/* box */

.box { /* default = blue */
	margin: 0 1px 1px 0;
	border: 1px solid #839ebc;
	background: url(../images/interface/box_blue_title_left.png) no-repeat left top;
}
* html .box {
	background-position: 1px 1px;
}
.box.green { 
	border: 1px solid #829b77;
	background-image: url(../images/interface/box_green_title_left.png);
}
.box.red { 
	border: 1px solid #d1828b;
	background-image: url(../images/interface/box_red_title_left.png);
}
.box.brown { 
	border: 1px solid #8e7863;
	background-image: url(../images/interface/box_brown_title_left.png);
}
.box h2 {
	margin: 0; padding: 6px 10px 5px 10px;
	background: url(../images/interface/box_blue_title_right.png) no-repeat right top;
	border-bottom: 1px solid #839ebc;
	overflow: hidden;
	font-size: 17px;
	color: white;
}
.box.green h2 {
	background-image: url(../images/interface/box_green_title_right.png);
	border-bottom: 1px solid #829b77;
}
.box.red h2 {
	background-image: url(../images/interface/box_red_title_right.png);
	border-bottom: 1px solid #d1828b;
}
.box.brown h2 {
	background-image: url(../images/interface/box_brown_title_right.png);
	border-bottom: 1px solid #8e7863;
}
.box .wrapper {
	min-height: 50px;
	padding: 7px 10px;
	background: white url(../images/interface/box_blue_gradient.png) repeat-x left top;
}
* html .box .wrapper {
	height: 50px;
}
.box.green .wrapper {
	background-image: url(../images/interface/box_green_gradient.png);
}
.box.red .wrapper {
	background-image: url(../images/interface/box_red_gradient.png);
}
.box.brown .wrapper {
	background-image: url(../images/interface/box_brown_gradient.png);
}

.box a {
	color: #243a66 ;
}
.box a:hover {
	color: #839ebc;
}
#wrapper .box.green a {
	color: #113700;	
}
#wrapper .box.green a:hover {
	color: #113700;	
}
#wrapper .box.red a {
	color: #830d1a;
}
#wrapper .box.red a:hover {
	color: #d1828b;
}
#wrapper .box.brown a {
	color: #5b2c00;
}
#wrapper .box.brown a:hover {
	color: #8e7863;
}

.box .more a {
	display: inline-block;
	padding-right: 10px;
	background: url(../images/interface/bullet_blue.png) no-repeat right 0.35em;
	color: #243a66;
}
.box.green .more a {
	background-image: url(../images/interface/bullet_green.png);
	color: #113700;
}
.box.red .more a {
	background-image: url(../images/interface/bullet_red.png);
	color: #830d1a;
}
.box.brown .more a {
	background-image: url(../images/interface/bullet_brown.png);
	color: #5b2c00;
}

table.list .largeFont td,
table.list .largeFont th{
		font-size: 13px;
}

/* list */

table.list {
	width: 100%;
	border-collapse: collapse;
	border: none;
}
#page_home table.list {
	margin-bottom: 0;
}
table.list th,
table.list td {
	padding: 3px;
	line-height: 130%;
	font-size: 0.85em;
}
table.list th {
	font-weight: normal;
}
table.list th a {
	font-weight: bold;
}
table.list td {
	color: #243a66;
}
.green table.list td a {
	color: #113700;
}
.red table.list td a {
	color: #830d1a !important; 
}

.brown table.list td {
	color: #5b2c00;
}

.brown table.list td a{
	color: #5b2c00;
}

table.list td.cover {
	width: 55px;
	overflow: hidden;
	text-align: center;
}
table.list td.cover img {
	margin-top: 5px;
}
table.list td div.cover {
	margin: 5px 0 5px 5px;
}

table.list td.description {
}

table.list tr.spacer td {
	padding-top: 0; padding-bottom: 6px;
	border-bottom: 1px solid #839ebc; 
}
.green table.list tr.spacer td {
	border-color: #829b77; color:#113700;
}
.red table.list tr.spacer td {
	border-color: #d1828b; 
}
.brown table.list tr.spacer td {
	border-color: #8e7863; 
}

#wrapper table.list a {
	text-decoration: none;
	color: black;
}
#wrapper table.list a:hover {
	text-decoration: underline;
	color: #243a66;
}
#wrapper .green table.list a:hover {
	color: #113700;
}
#wrapper .red table.list a:hover {
	color: #830d1a;
}
#wrapper .brown table.list a:hover {
	color: #5b2c00;
}
#wrapper table.list a.blue {
	color:#243A66;
}
/* page selector */
.pageSelector {
	margin: 0.5em 0;
	text-align: center;
}
.pageSelector .item {
	border: 1px solid #444;
	background: #ccc;
	font-weight: bold;
	font-size: 11px;
	color: #555;
}
.pageSelector .active {
	background: white;
	color: #333;
}
.pageSelector .active,
.pageSelector .noLink,
.pageSelector .item a {
	padding: 0 4px;
	min-width: 1.5em;
}
* html .pageSelector .active,
* html .pageSelector .noLink,
* html .pageSelector .item a {
	width: 1.5em;
}
.pageSelector .item a {
	background: #839ebc;
	text-decoration: none;
	color: white !important;
}
.red .pageSelector .item a {
	background: #d1828b;
}
.green .pageSelector .item a {
	background: #829b77;
}
.brown .pageSelector .item a {
	background: #8e7863;
}
.pageSelector .item a:hover {
	background: #243a66;
	color: white !important;
}
.red .pageSelector .item a:hover {
	background: #830d1a;
}
.green .pageSelector .item a:hover {
	background: #113700;
}
.brown .pageSelector .item a:hover {
	background: #5b2c00;
}

/* categoryButtons */
#content .categoryButtons,
#content .categoryButtons li {
	padding: 0;
	list-style: none;
	background: none;
}
#content .categoryButtons li {
	float: left; display: inline;
	margin: 5px;
}
#content .categoryButtons li a { 
	display: block;
	position: relative;
	width: 120px;
	background: #e4e4e4;
	border: 1px solid #ccc;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	color: #333;
}
#content .categoryButtons li a:hover {
	background: #839ebc;
	border: 1px solid #839ebc;
	color: white;
}
#content .green .categoryButtons li a:hover {
	background: #829b77;
	border-color: #829b77;
}
#content .red .categoryButtons li a:hover {
	background: #d1828b;
	border-color: #d1828b;
}
#content .brown .categoryButtons li a:hover {
	background: #8e7863;
	border-color: #8e7863;
}
#content .categoryButtons li strong {
	display: block;
	padding: 3px;
	height: 4.2em;
	vertical-align: middle;
	font-size: 0.9em;
	line-height: 1.3em;
}
.categoryButtons:after { /* clear float for modern browsers */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .categoryButtons { /* clear float for IE6- */
	height: 1%;
}

/* productCompareDiaglog */
#productCompareDialog {
	width: auto !important;
}
#productCompareDialog img {
	margin-top: 2px;
}

/* productDetails */

#productDetails .colLeft {
	float: left; display: inline;
	width: 470px;
}
#productDetails .colRight {
	float: right; display: inline;
	width: 302px;
}
#productDetails dl {
	font-size: 0.85em;
}

/* productGallery */
#productGallery {
	margin-bottom: 1em;
}
#productGalleryThumbs {
	float: right;
	margin-bottom: 0.5em;
	text-align: center;
	width:291px;
}
#productGalleryThumbs:after { /* clear float for modern browsers */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#productGalleryThumbs div {
	float: left; display: inline;
	margin: 0 4px;
	height:60px;

}
#productGalleryThumbs div a.thumbHolder{
	background-color:white;
	height:60px;
	width:60px;
	border:1px solid black;
	float: left; display: inline;
}
#productGalleryThumbs div img {
	cursor: pointer;
	border: none;
}
#productGalleryThumbs div.active a,
#productGalleryThumbs div a:hover {
	border-color: #cc071d;
}
#productGalleryBigPic {
	text-align: center;
}
#productGalleryBigPic img {
	border: 1px solid #555;
}


/*productSpecs */
#productSpecs table {
	width: 100%;
	line-height: 120%;
	font-size: 0.85em;
}
#productSpecs table th,
#productSpecs table td {
	padding: 0.25em;
	border: 1px solid #839ebc;
}
#productSpecs table th {
	padding-right: 0.5em;
	background: #d2e6f0;
}
#productSpecs table td {
	padding-left: 0.5em;
	background: #ebf3f7;
}
#productSpecs table td img {
	margin: 10px;
}
#productSpecs h3 {
	margin: 0;
}



/* photoGallery */
#photoGallery {
	margin-bottom: 1em;
}
#photoGalleryThumbs {
}
#photoGalleryThumbs:after { /* clear float for modern browsers */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#photoGalleryThumbs div {
	float: left; display: inline;
	width: 142px; height: 142px;
	overflow: hidden;
	margin: 0 6px 15px 6px;
	text-align: center;
}
#photoGalleryThumbs div a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 140px; height: 140px;
	background: #e4e4e4;
	border: 1px solid #ccc;
}
* html #photoGalleryThumbs div a {
	display: block;
}
#photoGalleryThumbs div a:hover {
	background: #d8d1c9;
	border-color: #8e7863;
}
#photoGalleryThumbs div a img {
	vertical-align: middle;
}

#photoGalleryBigPic {
	float: left;
	margin: 0 1em 1em 0;
}
#photoGalleryBigPic img {
	border: 1px solid #555;
}

/*productquality */
.productQuality {
	margin-top: 5px;
	width: 50px; height: 1.25em;
	background: url(../images/interface/productquality.png) no-repeat left top;
}
table.list .productQuality {
	float: right;
}
#productDetails .productQuality {
	margin-left: 8.2em;
}
.productQuality em {
	visibility: hidden;
	font-size: 0;
	line-height: 0%;
}
.quality_1 {
	width: 5px;
}
.quality_2 {
	width: 10px;
}
.quality_3 {
	width: 15px;
}
.quality_4 {
	width: 20px;
}
.quality_5 {
	width: 25px;
}
.quality_6 {
	width: 30px;
}
.quality_7 {
	width: 35px;
}
.quality_8 {
	width: 40px;
}
.quality_9 {
	width: 45px;
}

table.list .description div.date {
	font-size: 10px;
	color: #829b77;
}

/* tabMenu - Vraag&Aanbod */
#wrapper ul.tabMenu,
#wrapper ul.tabMenu li {
	margin: 0; padding: 0;
	background: none;
}
#wrapper ul.tabMenu {
	display: block;
	margin: 0.7em 0;
	width: 100%; 
	border-bottom: 1px solid #839ebc;
}
#wrapper .green ul.tabMenu {
	border-color: #829b77;
}
#wrapper .red ul.tabMenu {
	border-color: #d1828b;
}
#wrapper .brown ul.tabMenu {
	border-color: #8e7863;
}
#wrapper ul.tabMenu:after { /* clear float for modern browsers */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html #wrapper ul.tabMenu {
	height: 1%;
}
#wrapper ul.tabMenu li {
	float: left; display: inline;
}
#wrapper ul.tabMenu li.first {
	margin-left: 15px;
}
#wrapper ul.tabMenu li a {
	float: left; display: inline;
	text-decoration: none;
	border-top: 1px solid #839ebc;
	border-right: 1px solid #839ebc;
	padding: 2px 8px;
	background: #b9d7e7;
	color: #243a66;
}
#wrapper ul.tabMenu li.first a {
	border-left: 1px solid #839ebc;
}
#wrapper .green ul.tabMenu li a {
	border-color: #829b77;
	background: #c3d4bd;
	color: #113700;
}
#wrapper .red ul.tabMenu li a {
	border-color: #d1828b;
	background: #e8c1c5;
	color: #830d1a;
}
#wrapper .brown ul.tabMenu li a {
	border-color: #8e7863;
	background: #d1c2b5;
	color: #5b2c00;
}

#wrapper ul.tabMenu li a:hover,
#wrapper ul.tabMenu li.active a {
	background: white;
}

.specialListLeft{
	width:49%;
	float:left;
	margin-bottom:10px;
}

.specialListRight{
	width:50%;
	float:right;
	margin-bottom:10px;
}
.specialListLeft .box.green .wrapper,
.specialListRight .box.green .wrapper{
	min-height:75px;
	height:75px !ie7;
	position:relative;
}

.specialListLeft .box .more,
.specialListRight .box .more{
	position: absolute;
	bottom: 8px; right: 18px;
	padding: 2px 0 2px 4px;
	/* background: white; */
}


.specialList .box.green{


}



span.va_title{
	position:relative;
	float:left;
	
	width:220px;
	display:block;
	font-size:0.85em;
	line-height:150%;
	font-weight:bold;

}

span.va_type{
	position:relative;
	float:left;
	text-align:right;
	width:128px;
	display:block;
	color:#113700;
	font-size:0.85em;
	line-height:130%;
	left:10px;

}
span.va_spacer{
	position:relative;
	float:left;
	display:block;
	width:6px;
	color:#113700;
	font-size:0.85em;
	line-height:130%;
}
span.va_price{
	position:relative;
	float:left;
	display:block;
	text-align: right;
	min-width:63px;
	width:63px !ie7;
	color:#113700;
	font-size:0.85em;
	line-height:130%;
}


/* SPECIFIC */

/* homepage */
#page_home #primaryContent {
	min-height: 874px;
	min-height: 874px!ie7;
}
#page_home .box {
	overflow: auto;
}
#page_home .box .more {
	position: absolute;
	bottom: 8px; right: 18px;
	padding: 2px 0 2px 4px;
	background: white;
}

#homeNieuws {
	position: absolute;
	top: 0; left: 0;
	width: 468px; height: 232px;
}
#homeNieuws table th a {
	font-size:13px;
}
#homeFoto {
	position: absolute;
	top: 0; left: 471px;
	width: 225px; height: 295px;
}
	#homeFoto .fotoFrame {
		margin-top: 5px;
		max-height: 182px;
		overflow: hidden;
		text-align: center;
	}
	#homeFoto .fotoFrame img {
		border: 1px solid white;
	}
	#homeFoto .fotoComment {
		padding: 2px 0;
		text-align: center;
		font-style: italic;
		font-size: 11px;
		color: #5b2c00;
	}
	#homeFoto .fotoDetails {
		text-align: center;
		line-height: 13px;
		font-size: 11px;
	}
#homeSkyscraper {
	position: absolute;
	top: 0; right: 0;
	width: 120px; height: 600px;
	overflow: hidden;
}
	* html #homeSkyscraper {
		right: -1px; /* fix positioning bug in IE6 */
	}
#homeFullbanner {
	position: absolute;
	top: 235px; left: 0;
	width: 468px; height: 60px;
	border: 1px solid #243a66;
	overflow: hidden;
}
#homeVraagaanbod {
	position: absolute;
	top: 298px; left: 0;
	width: 225px; height: 237px;
}
#homeSmallbanner {
	position: absolute;
	top: 538px; left: 0;
	width: 225px; height: 60px;
	border: 1px solid #243a66;
	overflow: hidden;
}
#homeMagazine {
	position: absolute;
	top: 298px; left: 228px;
	width: 468px; height: 237px;
}
#homeFullbanner2 {
	position: absolute;
	top: 538px; left: 228px;
	width: 468px; height: 60px;
	border: 1px solid #243a66;
	overflow: hidden;
}
#homeWeblogs {
	position: absolute;
	top: 601px; left: 0;
	width: 407px; height: 175px;
}
#homeForum {
	position: absolute;
	top: 601px; left: 410px;
	width: 407px; height: 175px;
}
#leaderboard {
	width: 814px; height: 90px;
	padding: 1px;
	margin: 0 auto;
	/* padding-top: 10px; */
	/* border: 1px solid #555; */
	text-align: center;
	background: #fff;
	overflow: hidden;
}
	#page_home #leaderboard {
		position: absolute; /* nodig om de banner op de homepage onderaan te plaatsen */
		top: 779px; left: 0;
	}


.noBorder {
	border:0px !important;
}

/* IE5.x/WIN hacks  */
@media tty {
 i{content:"\";/*" "*/}}; @import 'ie50.css'; {;}/*";}
}/* */

/* IE5.5 */
@media tty {
 i{content:"\";/*" "*/}}@m; @import 'ie55.css'; /*";}
}/* */






/**   AANGEPAST DOOR RENE  VOOR FORUM */

#frm_search input {
	padding-left:3px;	
}

#frm_search #fc_search {
	width: 120px;	
}
#page_forum #forumWrapper #cameraSearch form {
	margin: 0; padding: 5px 0 0 25px;
	padding: 4px 0 0 25px!ie7;
}
#page_forum #frm_search #fc_search {
	margin-top:3px !important;	
	top:-100px;
}
#page_forum #forumWrapper #cameraSearch #frm_search input {
	margin-top:3px;
}
#wrapper #frm_search{
	padding-top:11px !important;
}	
#page_forum #forumWrapper #cameraSearch #frm_search{
	padding-top:14px !important;
}	

#page_forum #forumWrapper #frm_login .column1{
	width:72px !important;
}
#page_forum #forumWrapper #frm_login .column2{
	width:143px !important;
}
#page_forum #forumWrapper #frm_login .column3{
	margin:3px 0px 0px;
}
#page_forum #forumWrapper #frm_login input {
	height:15px;
	padding-top:1px;
}
#page_forum #forumWrapper #frm_login .row1 label {
	padding-top:3px;
}
#page_forum #forumWrapper #frm_login .column3 .row2 {
	padding-top:4px;	
}
#page_forum #forumWrapper #frm_login .row2 a{
	padding-top:4px;
	
}
#page_forum #forumWrapper #frm_login #fc_email {
	width:125px;
	height:16px;
}
#page_forum #forumWrapper #frm_login .column1 .row2 label{
	padding-top:4px;
}
#page_forum #forumWrapper #frm_login #fc_password {
	margin-top:1px;
	width:97px;
	height:16px;
}

#page_forum #forumWrapper #memberMenu br{
	margin-bottom:4px;
	line-height:19px !ie7;	
}
#login #memberMenu #myMenu .first{
	padding-right:0px;
}
#wrapper #login .column4{
	padding-top:15px;
}
#page-body li.header .icon {
	margin:0px !important;
}
#page-body .forabg .topiclist .row{
	
}
#page-body .forabg ul{
	padding-left:0px;
}
#page-body .forumbg ul{
	padding-left:0px;
}
#page-body .forumbg .topiclist .icon{
	margin:0px;
}

#page-body .forabg .topiclist .row  dt,
#page-body .forumbg .topiclist .icon  dt{
	font-weight:normal;
}	

#page-body .forabg .topiclist .row .icon dd{
	height:30px; 
}
#page-body .forabg .topiclist .row .icon .forumtitle:hover,
#page-body .topiclist .icon .topictitle:hover,
#page-body .postbody h3 a:hover{
	color:#105289 !important;
}
#page-body .forabg .topiclist .row .icon {
	margin:0px;
}

#frm_login #fc_email:focus,
#frm_search #fc_search:focus{
	background:white none repeat scroll 0%
}

#frm_login .column3 .row1 a{
	text-decoration: none;	
}
#frm_login .column3 .row1 a:hover{
	text-decoration: underline;	
	color:white;
}

/* IE6 homepage fix */
*html #page_home #primaryContent {
	height: 874px;	
}
#primaryContent #productDetails .wrapper .colLeft ul li {
	margin-left: -3px;
}
#primaryContent #productDetails .wrapper .colLeft div.properAlign {
	margin-left:89px;
}

/* thumholder */
.thumbHolder {
	cursor: pointer;
}
.thumbHolder img { border: none !important; }


.largerFont {

	font-weight:bold !important;
}	
