html,body {
	margin:0;
	padding: 0;
}

body {
 	font: 13px/19px Arial, sans-serif; 
	color:#5e5e5e;
	background: #4b4b4b;
}

img {
	border-style: none;
}

ins {
	display: block !important;
}

a {
	color:#708f4a;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

/*overruling*/

.no-padding {
	padding: 0 !important;
}

.no-border {
	border: none !important;
}

.no-margin {
	margin: 0 !important;
}

br.clearfix { clear:both; display:block; height:1px; margin:-1px 0 0 0 }

/* new clearfix */
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clear			 { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

/*buttons*/

/*fixing firefox extra padding bug*/
input::-moz-focus-inner, button::-moz-focus-inner { 
    border: 0;
    padding: 0;
    margin: 0;
}

.button, .search-controls input.submit {
	background: #c4e3a0 url('../images/button-bg.png') left top repeat-x;
	line-height: 1;
	font-size: 12px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	color: #708f4a;
	text-shadow: #edf5e3 0 1px;
	border: 1px solid #a8c982;
	padding: 4px 15px;
	cursor: pointer;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.button-big {
	background: #c4e3a0 url('../images/button-bg.png') left top repeat-x;
	line-height: 1;
	font-size: 14px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	color: #708f4a;
	text-shadow: #edf5e3 0 1px;
	border: 1px solid #a8c982;
	padding: 6px 20px;
	cursor: pointer;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.button:hover, .button-big:hover {
	background: #d9eebe url('../images/button-bg.png') left top repeat-x;
	text-decoration: none;
	/*border-color: #c1dca0;*/
}

.button:active, .button-big:active {
	background-color: #d9eebe;
	background-position: left bottom;
	color: #708f4a;
	top: 1px;
}

a.arrow {
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	color:#708f4a;
	padding:0 12px 0 0;
	background:url(../images/bg-box-game-links.gif) no-repeat right center;	
}

input, textarea, select {
	font-family: Arial, sans-serif;
	color: #5e5e5e;
	font-size: 13px;
}

form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}

fieldset {
	padding: 20px;
}

h1, h2, h3, h4, legend {
	margin: 0;
	padding: 0;
	color: #5e5e5e;
	font-family: 'Calibri', Arial, sans-serif;
	text-shadow: #fff 0 1px 0;
}

h2, h3, h4, legend {
	font-weight: bold;
}

h1 {	
	font-size: 21px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

legend {
	font-size: 20px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

ol {
	padding: 0;
	margin: 0;
	list-style: decimal;
	list-style-position: outside;
}

ol li {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 19px;
}

/* ### HEADER ############################################## */

.header-holder {
	background:#fafdf6 url('../images/header-bg.gif') repeat-x;
	width:100%;
}

.header {
	width:1003px;
	height: 110px;
	margin:0 auto;
	position: relative;
	background: url('../images/logo-bg.jpg') left top no-repeat;
}

.logo {
	float:left;
	margin:37px 0 0 28px;
	display:inline;
	position:relative;
}

.top-banner {
	float:right;
	width:728px;
	overflow:hidden;
	position:relative;
	padding:10px 0 0 0;
}

.top-banner a img {
	display:block;
	border:none;
}

/*navigation*/

.navigation-holder {
	width:100%;
	clear:both;
	background:url('../images/nav-bg.gif') repeat-x;
}

.navigation{
	width:993px;
	height:31px;
	overflow:hidden;
	margin:0 auto;
	padding:1px 0 0 10px;
}

.subnav {
  height: 61px;	
}

#menu {
	margin:0;
	padding:0 0 0 1px;
	list-style:none;
	float:left;
	position:relative;
	background:url('../images/nav-seperator.gif') no-repeat;
}

#menu li {
	float: left;
	padding: 0 1px 2px 0;
	height: 34px;
	background: url('../images/nav-seperator.gif') no-repeat 100% 0;
}

#menu li a {
	float:left;
	padding:0 22px;
	line-height:34px;
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
	text-shadow: #555 0 -1px 0;
	font-weight:bold;
}

#menu li.active a{
	background:url('../images/nav-hover-bg.gif') repeat-x;
}

#menu li a:hover{
	background:url('../images/nav-hover-bg.gif') repeat-x;
	text-decoration:none;
}

#menu li.active ul {
	display: block;
}

#menu li ul {
	display:none;
	position:absolute;
	top:35px;
	left:2px;
	margin:0;
	padding:0;
	list-style:none;
	background:none;
}

#menu li ul li{
	float:left;
	padding:0 1px 0 0;
	background:none;
	height:26px;
}

#menu li.active ul li a {
	background: none;
}

#menu li ul li a {
	float: left;
	text-transform: none;
	padding: 0 13px;
	line-height: 26px;
}

#menu li ul li a:hover{
	text-decoration: none;
	color:#585858;
	background:#daedc3;
	text-shadow: #fff 0 1px 0;
}

#menu li ul li.active a{
	background:#daedc3;
	color:#585858;
	text-shadow: #fff 0 1px 0;
}

/*badges*/

#wordlid {
	background: url('../images/wordlid.png') left top no-repeat;
	width: 99px;
	height: 105px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	text-indent: -9999px;
	z-index: 10;
}

#support {
	background: url('../images/support.png') left top no-repeat;
	width: 36px;
	height: 110px;
	position: fixed;
	left: 0;
	top: 200px;
	display: block;
	text-indent: -9999px;
	z-index: 10;
}

/*search*/

.top-search{
	float:right;
	padding:4px 0 0;
	width:176px;
}

.top-search span{
	float:left;
	width:151px;
	height:25px;
	overflow:hidden;
	background:url(../images/bg-top-search.gif) no-repeat;
}

.search{
	float:left;
	width:136px;
	height:21px;
	overflow:hidden;
	background:none;
	border:none;
	font-size:12px;
	padding:4px 5px 0 10px;
}

.search-button{
	float:left;
}

.search-controls label {
	color: #5e5e5e;
	font-family: 'Calibri', Arial, sans-serif;
	text-shadow: #fff 0 1px 0;
	font-size: 16px;
}

ol.search-results {
	margin: 15px 0 0 !important;
	padding-left: 25px;
}

ol.search-results li {
	font-size: 13px;
	line-height: 19px;
}

ol.search-results li a {
	font-weight: bold;
	font-size: 14px;
}

/* ### CONTENT ############################################## */

.content-holder{
	width:100%;
	overflow:hidden;
	background:#fff url(../images/bg.jpg) repeat-x;
}

.content-inner{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-content-bottom.gif) repeat-x 0 100%;
	padding:0 0 55px 0;
}

.content-inner-page{
	width:100%;
	overflow:hidden;
	/*background:url(../images/bg-content-bottom.gif) repeat-x 0 100%;*/
	padding:0 0 41px 0;
}

.content{
	width:1003px;
	overflow:hidden;
	margin:0 auto;
	padding:22px 0 0;
}

.left-column{
	float:left;
	width:520px;
	overflow:hidden;
}

.left-column-content{
	border:1px solid #bbb;
	background:#fff;
	width:518px;
}

.left-column-title{
	overflow:hidden;
	width: 478px;
	padding: 20px;
	float: left;
	border-bottom: 1px solid #ccc;
	background:#ffffff url(../images/bg-left-column-title.gif) repeat-x bottom;
}

.left-column-title h1{
	line-height: 1;
	margin:0 10px 0 0;
	float: left;
}

.post-type {
	height: 18px;
	display: block;
	float: left;
	line-height: 18px;
	font-size: 10px;
	font-weight: bold;
	margin: 1px 0 0 0;
	color: #fff;
	background: #e0686d;
	text-transform: uppercase;
	padding: 0 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.left-column-text{
	width:478px;
	padding: 20px;
	clear: both;
}

.light-inner {
	width:478px;
	padding: 20px;
}

.dark-inner {
	color: #fff;
	width:478px;
	border-bottom: 1px solid #858585;
	padding: 20px;
	background: #9f9f9f url('../images/box-dark-bg.gif') repeat-x;
}

.green-bg {
	background: #f4faed;
}

.green-padding {
	background: #f4faed;
	padding: 15px;
}

ul.content-list-header {
	width: 518px;
	margin: 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
	list-style-type: none;
	color: #fff;
}

ul.content-list-header li {
	float: left;
	background: url('../images/content-list-header.jpg') repeat-x;
}

ul.content-list-header li a {
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.content-list-header li a.hr-titel {
	width: 418px;
	border-right: 1px solid #797979;
	padding: 0 0 0 15px;
}

#reviews ul.content-list-header li a.hr-titel {
	width: 346px;
}

ul.content-list-header li a.hr-score {
	width: 71px;
	border-right: 1px solid #797979;
	text-align: center;
}

ul.content-list-header li a.hr-datum {
	width: 84px;
	text-align: center;
}

ul.content-list-header li a.hr-naam {
  width: 518px;
  border-right: 1px solid #797979;
  padding: 0 0 0 15px;
}

ul.content-list {
	width: 518px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.content-list li {
	height: 40px;
	clear: both;
	line-height: 40px;
	padding: 0 0 0 15px;
}

ul.content-list li h2 {
	margin: 0;
}

.greenlist {
	background: #f4faed;
}

ul.content-list li h2 a {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 419px;
	float: left;
}


#reviews ul.content-list li a {
	width: 347px;
	font-size: 14px;
}

#previews ul.content-list li a, #games ul.content-list li a {
	font-size: 14px;
}

ul.content-list li span.score {
	font-size: 15px;
	float: left;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 72px;
}

ul.content-list li span.datum {
	float: left;
	text-align: center;
	font-size: 12px;
	width: 84px;
}

.left-column-text p{
	margin:0 0 20px 0;
}

.left-column-text h2{
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #484848;
}

.left-column-image-box{
	padding:12px 0 0;
	width:100%;
	overflow:hidden;
}

.left-column-image{
	float:left;
	width:237px;
	display:inline;
	margin:5px 14px 0 0;
}

.left-column-text .left-column-image-box p{
	margin:0 0 7px 0;
}

.left-column-image img{
	display:block;
}

.left-column-image-text{
	width:205px;
	background:url(../images/bg-images-text.gif) no-repeat;
	padding:10px 0 0 32px;
}

.left-column-image-text strong{
	display:block;
	font-size:12px;
	color:#4e4e4e;
	line-height:14px;
}

.left-column-image-box h2 {
	margin:0 0 14px 0;
	font-size:18px;
	font-weight:bold;
	color:#484848;
}

.page-box{
	width:518px;
	overflow:hidden;
	border-top:1px solid #bebebe;
	background:#ddd url(../images/bg-page-box.gif) repeat-x;
}

.left-page-link-holder{
	float:left;
	height:30px;
	border-right:1px solid #bbb;
	padding:0 22px 0 0;
}

.page-box a.left-page-link{
	float:left;
	line-height:30px;
	padding:0 0 0 29px;
	background:url(../images/bg-page-link-left.gif) no-repeat 18px 50%;
	text-transform:uppercase;
	color:#707070;
	font-size:11px;
	font-weight:bold;
}

.page-list{
	margin:0;
	padding:6px 15px 5px;
	list-style:none;
	line-height: 1;
	float:left;
}

.page-list li{
	float: left;
	line-height: 1;
	padding: 3px;
	margin: 0 3px;
	font-size: 11px;
	font-weight: bold;
}

.page-list li a{
	color:#707070;
	float:left;
	cursor:pointer;
}

.page-list li a:hover{
	color: #708F4A;
	text-decoration: none;
}

.page-list li.active {
	background: #f4faed;
	border: 1px solid #a1c37a;
}

.right-page-link-holder{
	float:right;
	height:30px;
	border-left:1px solid #bbb;
	padding:0 15px;
}

.page-box a.right-page-link{
	float:left;
	line-height:30px;
	padding:0 14px 0 0;
	background:url(../images/bg-page-link-right.gif) no-repeat 100% 50%;
	text-transform:uppercase;
	color:#707070;
	font-size:11px;
	font-weight:bold;
}

/*share*/

.share-links .like {
	margin: 10px 20px;
}

.share-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.share-links ul li {
	margin: 0;
	padding: 0;
	float: left;
}

.share-links ul li a {
	width: 259px;
	height: 47px;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

.share-links ul li a.facebook {
	background: url('../images/share-facebook.png') left top no-repeat;
}

.share-links ul li a.twitter {
	background: url('../images/share-twitter.png') left top no-repeat;
}

/* registratie */

#reg-voordelen {
	background: #f4faed;
	color: #5e5e5e;
	width:458px;
	padding: 20px 30px 10px;
}

#reg-voordelen h2 {
	color: #5e5e5e;
}

#reg-voordelen ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#reg-voordelen ul li {
	margin: 0 0 10px 0;
	list-style-image: url(../images/xp-bullet.gif);
	padding: 0 0 0 0;
}

#reg-voordelen ul li span {
	padding-bottom: 7px;
	border-bottom: 1px solid #e9f5dc;
}


#reg-form {
	padding: 10px;
}

#reg-form input.field {
	padding: 4px 6px;
	font-size: 13px;
	width: 250px;
	color: #5e5e5e;
}

#reg-form p {
	line-height: 30px;
	margin: 0 0 5px 0;
}

#reg-form label {
	float: left;
	width: 160px;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
}

#reg-form label span {
	color: #92a977;
	font-size: 18px;
}

.form_error {
	background: #ffdada;
	color: #af5454;
	font-weight: bold;
	font-size: 11px;
	margin-right: 19px;
	padding: 2px 7px;
	margin-left: 19px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

span.verplicht {
	margin-left: 30px;
	font-weight: bold;
	font-size: 11px;
}

.verplicht em {
	font-style: normal;
	color: #92a977;
	font-size: 18px;
}

p.checkbox {
	padding: 10px 0;
	text-align: center;
}

input.checkbox {
	margin-left: 20px;
	margin-right: 7px;
}

label.checkbox {
	width: none !important;
	float: none !important;
	font-size: 11px;
	display: inline !important;
}

/* ### COMMENTS ############################################## */

.box-reacties{
	width:518px;
	overflow:hidden;
	border:1px solid #bcbcbc;
	background:#fff;
	margin:11px 0 0;
}

.box-reacties h4 {
	width: 518px;
	height: 28px;
	line-height: 30px;
	font-size: 16px;
	text-indent: 23px;
	background: url('../images/box-title-bg.gif') repeat-x;
	border-bottom: 1px solid #bcbcbc;
}

.box-reacties-content{
	width:100%;
	overflow:hidden;
	border-bottom: 1px solid #bcbcbc;
}

.box-reacties-color{
	width:498px;
	overflow:hidden;
	background:#f4faed;
	padding:9px 10px 10px 10px;
}

.box-reacties-images{
	float:left;
	display:inline;
	padding:2px 0 0;
	width:64px;
	overflow:hidden;
}

.box-reacties-images img{
	display:block;
}

.box-reacties-text{
	float:right;
	width:424px;
}

.box-reacties-text span{
	display:block;
	font-size:11px;
	line-height:14px;
	text-transform:uppercase;
	color:#5e5e5e;
	padding:0 0 7px 0;
}

.box-reacties-text span a{
	text-transform:none;
	font-size:12px;
	font-weight:bold;
	color:#769662;
}

.box-reacties-text p{
	margin:0;
	font-size:13px;
	line-height:20px;
}

.box-reacties-white{
	width:498px;
	overflow:hidden;
	background:#fff;
	padding:11px 10px 14px 10px;
}

.box-textarea-reactie{
	width:500px;
	overflow:hidden;
	background:#f1f1f1;
	padding:10px 9px 0;
}

.box-textarea-reactie fieldset {
	padding: 0;
}

.box-textarea-reactie .button-big {
	margin: 6px 175px 10px;
}

.box-textarea-reactie textarea{
	width:490px;
	overflow:auto;
	border: 1px solid #bcbcbc;
	padding: 5px 5px;
	margin: 0;
}

.button-plaats{
	display:block;
	width:114px;
	margin:8px auto 9px auto;
}



/* ### SIDEBAR ############################################## */

.right-column-holder{
	float:right;
	width:474px;
	overflow:hidden;
}

.right-column {
	float:left;
	width:302px;
	overflow:hidden;
	border:1px solid #bbb;
}

.right-column-home {
	float: left;
	width: 304px;
	overflow: hidden;
}

.right-banner{
	float:right;
	width:160px;
	overflow:hidden;
}

.right-banner a img{
	display:block;
	border:none;
}

.box{
	overflow:hidden;
	width:302px;
	background:#f1f1f1;
}

.right-column-home .box {
	border: 1px solid #bbb;
	margin-bottom: 10px;
}

.box-inner {
	padding: 10px 12px;
	border-top:1px solid #cacaca;
	background:#f1f1f1;
	overflow: hidden;
}

#account-info {
	width: 300px;
	padding: 1px 0;
}

#account-info span {
	margin: 10px;
	display: block;
	font-weight: bold;
}

.box-inner-dark {
	border: none;
	border-top: 1px solid #595959;
	border-bottom: 1px solid #858585;
	background: #9f9f9f url('../images/box-dark-bg.gif') repeat-x;
}

h4 {
	font-family: 'Calibri', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.box h4 {
	width: 302px;
	height: 28px;
	line-height: 32px;
	text-indent: 23px;
	text-transform: uppercase;
	background: url('../images/box-title-bg.gif') repeat-x;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.right-column-home .box h4 {
	border-top: none;
}

.box h4 span { 
	float:right;
	margin-right: 5px;
	text-transform: capitalize;
	height: 28px;
}

.box h4.dark span a {
	color: #ffffff;
}

.box h4.dark {
	background: url('../images/box-dark-title-bg.gif') repeat-x;
	border-top: none;
	border-bottom: 1px solid #979797;
	color: #ffffff;	
	text-shadow: #888 0 -1px 0;
}

.box-artikel-image{
	float:left;
	border:4px solid #fff;
}

.box-artikel-image img{
	display:block;
}

dl.info-list-dark {
	width:200px;
	float:left;
	margin: 10px 0 0 9px;
	overflow:hidden;
}

dl.info-list-dark dt{
	margin:0;
	float:left;
	width:74px;
	text-align:center;
	line-height:15px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: url(../images/dt-dark.png) no-repeat;
}

dl.info-list-dark dd{
	margin:0;
	line-height:17px;
	float:left;
	width:110px;
	padding:0 0 5px 8px;
	font-size:12px;
	color:#fff;
}

dl.info-list-dark a {
	text-decoration: underline;
}

.box-game-top{
	width:100%;
	overflow:hidden;
}

.company-logo {
	float: left;
	width: 87px;
	border: 10px solid #fff;
	overflow: hidden;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.company-logo img {
	display: block;
	width: 87px;
}

.boxart {
	float:left;
	width: 97px;
	overflow: hidden;
	border:3px solid #b9d958;
}

.boxart img{
	display:block;
	width: 97px;
}

.bestel-bij {
	float:left;
	margin: 0 0 0 12px;
	width:155px;
	overflow:hidden;
}

.bestel-bij strong{
	display:block;
	font-size:12px;
	color:#707070;
	margin: 0 0 10px;
}

.bestel-bij a {
	display:block;
	width:141px;
	height:29px;
	line-height:29px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding:0 10px 0 0;
	margin: 5px 0;
	color:#0460a6;
}

.bestel-bij a:hover{
	text-decoration:none;
}

.mediadis {
	background:url('../images/bestelbij-mediadis.gif') no-repeat;
}

.consoleshop {
	background: url('../images/bestelbij-consoleshop.gif') no-repeat;
}

#game-info {
	padding-right: 0;
}

.mini-fiche-container {
	float: right;
	margin-top: 2px;
	width: 171px;
}

.mini-fiche-container a.button-big {
	display: block;
	border-right: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-border-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	padding: 8px 0;
	text-align: center;
}

.mini-fiche-container a.button-big:active {
	top: 0px;
}

.mini-fiche {
	background: #dbdbdb;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	width: 171px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-box-shadow: inset 0 0 8px #c4c4c4;
	-webkit-box-shadow: inset 0 0 8px #c4c4c4;
	box-shadow: inset 0 0 8px #c4c4c4;
	text-shadow: 0 1px #fafafa;
}

.mini-fiche span.title {
	text-align: center;
	display: block;
	font-family: 'Calibri', Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	padding: 10px 0;
	color: #5e5e5e;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

.mini-fiche a {
	background: #dbdbdb url('../images/button-bg.png') left top repeat-x;
	display: block;
	padding: 8px 12px;
	font-size: 13px;
	font-weight: bold;
	color: #626262;
	border-top: 1px solid #bbb;
	text-decoration: none;
	
}

.mini-fiche a:hover {
	background: #e3e3e3 url('../images/button-bg.png') left top repeat-x;
}

.mini-fiche a:active {
	background-position: left bottom;
}

.mini-fiche a span {
	padding: 0;
	margin: 0;
	display: inline-block;
	height: 18px;
	line-height: 18px;
	padding-left: 25px;
}

.mini-fiche a span.reacties {
	background: url('../images/mini-comments-icon.png') left top no-repeat;
}

.mini-fiche a span.geefreactie {
	background: url('../images/mini-comment-icon.png') left top no-repeat;
}

dl.info-list {
	width: 278px;
	overflow:hidden;
	float: left;
	margin: 13px 0 0 0;
	padding: 0;
}

dl.info-list dt{
	margin:0;
	float:left;
	width:81px;
	text-align:center;
	line-height:17px;
	padding:0 0 5px 0;
	background:url(../images/dt-light.gif) no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#707070;
}

dl.info-list dd{
	margin:0;
	line-height:17px;
	float:left;
	width:180px;
	padding:0 0 5px 8px;
	font-size:12px;
	color:#707070;
}

.score strong {
	float:left;
	font-size:58px;
	line-height:62px;
	color:#707070;
	padding:0 0 0 102px;
	white-space:nowrap;
}

.score span {
	font-weight:normal;
	float:left;
	font-size:21px;
	margin:32px 0 0 2px;
	display:inline;
	color:#707070;
}

.score img {
	clear: both;
	display:block;
}

#game-fiche .box-big h4 {
	border-top: none;
}

.fiche-score {
	width: 80px;
	float: right;
	background: #f1f1f1;
	background: rgba(255,255,255,0.8);
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.fiche-score span.big-number {
	font-size: 36px;
	font-weight: bold;
	color: #777;
	margin: 0;
	line-height: 1;
}

.fiche-score span.score-label {
	font-weight: bold;
	color: #777;
	font-size: 11px;
	display: block;
	margin: 0;
	line-height: 1;
}

#game-fiche .box-big.dark h4 {
	border-bottom: 1px solid #979797;
	text-shadow: #888 0 -1px 0;
}

#game-fiche .box-big {
	border: none;
	border-top: 1px solid #bbb;
	margin: 0;
}

#game-fiche span.title a {
	padding: 0 20px;
}

#game-fiche dl.info-list-dark {
	width:250px;
	margin-left: 20px;
	margin-right: 20px;
}

#game-fiche dl.info-list-dark dd {
	width: 150px;
}

#game-fiche .left-column-title{
	border-bottom-color: #979797;
}

#game-fiche dl.info-list-dark dt {
	width: 81px;
	background: url(../images/dt-dark-big.png) no-repeat;
}

#game-fiche .missing {
	padding: 15px;
	margin: 0;
}

.fiche-score a {
	color: #708f4a !important;
}

#login-box {
	padding: 6px 9px;
	width: 282px;
}

#login-box .checkbox {
	font-weight: bold;
}

#login-box p { border: 0; padding: 0; margin: 0; }

input.field, input#form_query {
	background: #fff url('../images/field-bg.gif') repeat-x;
	font-size: 12px;
	padding: 4px 6px;
	color:#8d8d8d;
	width: none;
	border: 0;
	border: 1px solid #bbbcbb;
}

#login-box input.field {
	background: url('../images/field-bg.gif') repeat-x;
	width: 129px;
	float: left;
	height: 16px;
	font-size: 12px;
	padding: 2px 3px;
	color:#8d8d8d;
	margin: 0 2px 6px;
	border: 0;
	border: 1px solid #bbbcbb;
}

.account-links {
	margin: 0;
	padding: 0;
	line-height: 21px;
}

.account-links a {
	margin: 0px 10px 4px;
}

.login-button input {
	float: left;
	margin: 0 2px;
}

.login-button a.vergeten {
	float:left;
	font:bold 10px/22px Arial, Helvetica, sans-serif;
	display:inline;
	margin:0 0 0 7px;
	color:#708f4a;
}

#login-box .onthoud {
	margin-bottom: 7px;
}

#login-box .checkbox {
	margin-left: 4px;
}

.login-button a.registreren {
	float:right;
	font:bold 12px/22px Arial, Helvetica, sans-serif;
	color:#708f4a;
	padding:0 11px 0 0;
	margin: 0 2px;
	background:url(../images/sidebar-arrow-green.gif) no-repeat 100% 55%;
}

.placeholder{
	width:300px;
	background:#fff;
	padding:1px;
	margin: 0;
}

.placeholder img{
	display: block;
}

.followus{
	border-top:1px solid #606060;
	margin:0;
	padding:0;
	list-style:none;
}

.followus li{
	float:left;
}

.followus li a{
	display:block;
	overflow:hidden;
	text-align:center;
	color:#fff;
	height:25px;
	padding:38px 0 0;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

.followus li a:hover{
	text-decoration:none;
}

.followus li.twiter a{
	width:76px;
	background:url(../images/bg-twiter.gif) no-repeat;
}

.followus li.rss a{
	width:76px;
	background:url(../images/bg-rss.gif) no-repeat;
}

.followus li.facebook a{
	width:76px;
	background:url(../images/bg-facebook.gif) no-repeat;
}

.followus li.youtube a{
	width:74px;
	background:url(../images/bg-youtube.gif) no-repeat;
}



.list-box {
	width:100%;
	overflow:hidden;
	margin: 0;
	padding: 0;
	list-style:none;
}

.list-box li {
	line-height: 20px;
	font-size: 12px;
	padding: 5px 12px;
}

.list-box li a {
	color: #769662;
}

.altrow {
	background:#fff;
}

#bestgames {
	background: #9f9f9f url('../images/box-dark-bg.gif') repeat-x;
	position: relative;
}

#bestgames ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#bestgames ul li {
	position: relative;
}

#bestgames a.nav {
	position: absolute;
	text-indent: -9999px;
	top: 90px;
	width: 12px;
	height: 24px;
	opacity: 0.8;
}

#bestgames a.nav:hover {
	opacity: 1;
}

#bestgames a.nav:active {
	top: 91px;
}

#bestgames a#previous {
	background: url('../images/back-arrow.png') no-repeat;
	left: 8px;
}

#bestgames a#next {
	background: url('../images/next-arrow.png') no-repeat;
	right: 8px;
}

#bestgames ul li b {
	font-weight: bold;
	background: #c4e3a0 url('../images/button-bg.png') left top repeat-x;
	color: #708f4a;
	line-height: 1;
	padding: 5px 8px;
	font-size: 14px;
	position: absolute;
	text-shadow: #edf5e3 0 1px;
	right: -4px;
	bottom: -2px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.roundabout-holder {
	height: 150px;
	width: 200px;
	margin: 0 auto !important;
}

.roundabout-moveable-item img {
	width: 6.2em;
	border: 2px solid #B9D958;
}

.roundabout-in-focus { cursor: auto; }

#beste-games li {
	position: relative;
}

#beste-games span {
	font-size: 11px;
	position: absolute;
	right: 10px;
}

#beste-games span em {
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
}

#recent-reviews strong {
	font-size: 13px;
}

#recent-comments span {
	font-weight: bold;
	font-size: 11px;
	margin-left: 5px;
	text-transform: uppercase;
}

/* cleaning to do */

.box-screen {
	width:288px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-top:1px solid #cacaca;
	background:#f1f1f1;
	padding:10px 11px 0 1px;
	overflow:hidden;
}

.screen-list {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}

#game-fiche .screen-list {
	width: 482px;
	padding: 15px 18px;
	margin: 0;
}

.boxarts-list {
	margin:0;
	padding: 15px 14px !important;
	list-style:none;
	width:100%;
	overflow:hidden;
}

.boxarts-list li {
	margin: 5px 10px 0;
	float: left;
	height: 157px;
	padding: 0 !important;
	width: auto !important;
}

.boxarts-list li img {
	border:3px solid #b9d958;
}

.screen-list li{
	float:left;
	padding: 0 !important;
	width: auto !important;
	margin: 3px 3px !important;
}

#game-fiche .screen-list li {
	margin: 5px 5px !important;
}

.screen-list li a img{
	display:block;
	border:none;
	max-width: 86px;
}

.box-game-link{
	width:278px;
	padding:0 11px 8px 11px;
	overflow:hidden;
	margin: 15px 0 0 0;
	float:left;
	clear:both;
}

.box-game-link a{
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	color:#708f4a;
	padding:0 12px 0 0;
	background:url(../images/bg-box-game-links.gif) no-repeat 100% 50%;
}

.box-video-link{
	width:278px;
	padding:0 11px 10px 11px;
	overflow:hidden;
	margin:0;
	float:left;
	clear:both;
}

.box-video-link a{
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	color:#708f4a;
	padding:0 12px 0 0;
	background:url(../images/bg-box-game-links.gif) no-repeat 100% 50%;
}

/* ### FOOTER ############################################## */

.footer-holder{
	width:100%;
	overflow:hidden;
	position:relative;
	height:211px;
	margin: 0;
	background:url(../images/bg-footer.gif) repeat-x;
}

.footer{
	width:1003px;
	overflow:hidden;
	margin:0 auto;
}

.footer-content{
	width:1003px;
	overflow:hidden;
	height:178px;
}

.footer-logo-box{
	float:left;
	width:257px;
	height:100%;
	background:url(../images/bg-footer-logo-box.gif) no-repeat 100% 0;
}

.footer-logo{
	display:block;
	overflow:hidden;
	margin:68px 0 0 11px;
}

.footer-logo a{
	display:block;
	width:199px;
	height:48px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/footer-logo.gif) no-repeat;
}

.footer-links{
	float:right;
	width:720px;
	overflow:hidden;
	padding:30px 0 0;
}

.footer-box{
	float:left;
	width:220px;
	padding:0 0 0 20px;
	overflow:hidden;
}

.footer-box strong{
	display:block;
	width:206px;
	line-height:19px;
	font-size:12px;
	padding:0 0 0 14px;
	color:#fff;
	background:url(../images/bg-footer-box-title.gif) no-repeat;
}

.footer-nav{
	margin:0;
	padding:5px 0 0 4px;
	list-style:none;
}

.footer-nav li{
	padding:0 0 0 11px;
	font-size:12px;
	line-height:20px;
	background:url(../images/bg-footer-nav.gif) no-repeat 0 55%;
}

.footer-nav li a{
	color:#fff;
}

.footer-box-bottom{
	width:1003px;
	overflow:hidden;
}

.footer-box-bottom a{
	float:right;
	font-size:12px;
	line-height:18px;
	color:#fff;
	font-weight:bold;
	background:url(../images/bg-footer-box-bottom-link.gif) no-repeat 0 50%;
	padding:0 0 0 29px;
	display:inline;
	margin:7px 50px 0 0;
}

.box-images{
	width:518px;
	overflow:hidden;
	border:1px solid #bbb;
	background:#eee url(../images/bg-box-images.gif) repeat-x;
}

.box-images-pict{
	width:510px;
	overflow:hidden;
	position:relative;
	margin:4px 4px 0 4px;
	height:250px;
}

.box-images-pict img{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

.box-images-pict img.active{
	z-index:1;
}

.img-border-top, .img-border-bottom, .img-border-left, .img-border-right{
	overflow:hidden;
	background:url(../images/bg-border-image.png);
	position:absolute;
	z-index:2;
}

.img-border-top{
	width:510px;
	height:3px;
	top:0;
	left:0;
}

.img-border-bottom{
	width:510px;
	height:3px;
	left:0;
	bottom:0;
}

.img-border-left{
	width:3px;
	height:244px;
	left:0;
	top:3px;
}

.img-border-right{
	width:3px;
	height:244px;
	right:0;
	top:3px;
}

.box-images-text{
	width:510px;
	height:51px;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
}

.box-image-text-inner{
	width:480px;
	height:42px;
	overflow:hidden;
	padding:9px 0 0 30px;
	background:url(../images/bg-box-images-text.png);
}

.box-images-text strong{
	display:block;
	font-size:18px;
	line-height:18px;
	color:#fff;
	position:relative;
}

.box-images-text strong a{
	color:#fff;
}

.box-images-text span{
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	color:#fff;
	position:relative;
}

.box-images-text span a{
	color:#fff;
}

/* ### CAROUSEL ############################################## */

#carusel{
	width:456px;
	overflow:hidden;
	padding:6px 34px 7px 28px;
	position:relative;
	height:70px;
}

.link-prev{
	display:block;
	position:absolute;
	left:10px;
	top:29px;
	width:13px;
	height:25px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/bg-link-prev.gif) no-repeat;
}

#carusel div{
	height:70px;
	width:456px;
	overflow:hidden;
	position:relative;
}

#carusel div ul{
	margin:0;
	padding:0;
	list-style:none;
	left:0;
	top:0;
	position:absolute;
	width:9999px;
}

#carusel div ul li{
	float:left;
	padding:0 0 0 6px;
}

#carusel div ul li a.active {
	float:left;
	overflow:hidden;
	width:64px;
	height:64px;
	border:3px solid #B1C999;
}

#carusel div ul li img{
	display:block;
}

#carusel div ul li a.active img {
	margin:-3px;
}

.link-next{
	display:block;
	position:absolute;
	clear:both;
	right:10px;
	top:29px;
	width:13px;
	height:25px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/bg-link-next.gif) no-repeat;
}

/* ### FRONT-NIEUWS ############################################## */

.box-big{
	width:518px;
	color:#707070;
	border: 1px solid #bbb;
	border-top:none;
	background:#fff;
	margin:10px 0 0;
}

.box-big h4 {
	width:518px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	height: 28px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid red;
	text-indent: 18px;
	margin: 0;
	line-height: 32px;
	background:#dedede url(../images/box-title-bg.gif) repeat-x;
	border-bottom:1px solid #e9e9e9;
}

.box-big ul {
	border-top: 1px solid #bbb;
	margin:0;
	padding:0;
	list-style:none;
}

.box-big ul li{
	width:100%;
	float:left;
	padding: 5px 0;
}

.box-big ul li.color{
	background: #f5fbef;
}

.box-big ul li span.type {
	float: left;
	width: 80px;
	font: bold 10px/24px Arial, Helvetica, sans-serif;
	color: #708f4a;
	height: 22px;
	margin: 1px 0 0 0;
	overflow: hidden;
	text-transform:uppercase;
	text-align:center;
	background: #d3eab8;
	background: rgba(211,234,184,0.7);
}

.box-big ul li h2 {
	float:left;
	width:365px;
	padding:0 0 0 12px;
	font:bold 12px/25px Arial, Helvetica, sans-serif;
}

.box-big ul li a.comments {
	float:right;
	display:inline;
	margin:0 6px 0 0;
	color:#707070;
	padding:0 22px 2px 0;
	height:23px;
	background:url(../images/icon-comment.gif) no-repeat 100% 50%;
	font:bold 12px/23px Arial, Helvetica, sans-serif;
}

.box-big.dark {
	background: #848484;
	border-color: #777777;
}

.box-big.dark h4 {
	background: url('../images/box-dark-title-bg.gif') repeat-x;
	border-top-color: #777777;
	border-bottom: 1px solid #979797;
	color: #fff;
	text-shadow: #888 0 -1px 0;
}

.box-big.dark ul {
	border-top: 1px solid #555555;
	color: #fff;
}

.box-big.dark a {
	color: #fff;
	text-shadow: #888 0 -1px 0;
}

.box-big.dark ul li.color{
	background: #909090;
}

.box-big.dark ul li a.comments {
	color: #fff;
	background: url(../images/icon-comment-dark.gif) no-repeat 100% 50%;
}

.box-big.dark ul li span.type{
	color: #707070;
	background: #c6c6c6;
	background: rgba(255,255,255,0.6);

}

/* ### FRONT-SIDEBAR ############################################## */

.box-poll{
	width:302px;
	overflow:hidden;
	border:1px solid #bbb;
	margin:8px 0 0;
}

.box-poll-content{
	width:300px;
	overflow:hidden;
	border:1px solid #fff;
	background:#f1f1f1;
}

.box-poll-content em{
	width:289px;
	overflow:hidden;
	display:block;
	line-height:27px;
	background:#838383 url(../images/bg-ben.gif) repeat-x;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	padding:0 0 0 11px;
	color:#fff;
}

.box-poll-inner{
	width:278px;
	overflow:hidden;
	padding:10px 13px 0 11px;
}

.box-speed{
	width:100%;
	overflow:hidden;
	padding:0 0 4px 0;
}

.box-speed strong{
	display:block;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	color:#707070;
}

.speed{
	float:left;
	height:8px;
	line-height:0;
	border:1px solid #b6d493;
	background:url(../images/bg-speed.gif) repeat-x;
	margin:2px 6px 2px 0;
	display:inline;
}

.box-speed span{
	float:left;
	font:12px/12px Arial, Helvetica, sans-serif;
	color:#707070;
}

.box-komende{
	width:302px;
	overflow:hidden;
	border:1px solid #bbb;
	margin:9px 0 0;
}

.box-komende-content{
	width:300px;
	overflow:hidden;
	border:1px solid #fff;
	border-top:none;
	background:#fff;
}

.box-komende-list{
	margin:0;
	padding:0;
	list-style:none;
}

.box-komende-list li{
	float:left;
	line-height:26px;
	padding:0 12px 0 11px;
	width:277px;
}

.box-komende-list li.color{
	background:#f1f1f1;
}

.box-komende-list li a{
	float:left;
	width:100%;
	color:#769662;
}

.box-komende-list li span{
	float:left;
	font:12px/26px Arial, Helvetica, sans-serif;
	color:#769662;
	cursor:pointer;
}

.box-komende-list li em{
	float:right;
	font-style:normal;
	font:12px/26px Arial, Helvetica, sans-serif;
	color:#769662;
	cursor:pointer;
}

.box-komende-list li a strong{
	float:right;
	color:#708f4a;
	padding:0 13px 0 0;
	background:url(../images/bg-box-login-link.gif) no-repeat 100% 55%;
	font-weight:bold;
	color:#769662;
	cursor:pointer;
}

.komende-links{
	margin:0;
	padding:0;
	list-style:none;
}

.komende-links li{
	float:left;
	line-height:26px;
	padding:0 12px 0 11px;
	width:277px;
}

.komende-links li.color{
	background:#f1f1f1;
}

.komende-links li a{
	font:12px/26px Arial, Helvetica, sans-serif;
	color:#769662;
}

p.aanmeld-links {
	padding-left: 160px;
	padding-top: 20px;
}

p.aanmeld-links a {
	font-weight: bold;
	margin-left: 20px;
}


/* ### SCREENSHOTS ############################################## */

div#navigator {
	/*width: 998px;*/
	height: 73px;
	background: #dddddd url('../images/screen-topbar-bg.gif') repeat-x;
	position: relative;
	text-align: center;
	line-height: 73px;
	border: 1px solid #c6c6c6;
}

div#navigator h1 {
	display: inline;
}

div#navigator h1 a {
	color: #5e5e5e;
	line-height: 73px;
	display: inline;
}

div#navigator a.comments {
	margin-left: 10px;
	font-size: 20px;
	text-align: right;
	font-weight: bold;
	padding-right: 23px;
	color: #5e5e5e;
	background: url('../images/mini-comments-icon.png') right center no-repeat;
}

#back {
	position: absolute;
	left: 20px;
	top: 25px;	
	background: #dadada url('../images/button-bg.png') left top repeat-x;
	color: #6e6e6e;
	text-shadow: #fff 0 1px;
	border: 1px solid #bbb;
}

#back:hover {
	background: #dfdfdf url('../images/button-bg.png') left top repeat-x;
	text-decoration: none;
}

#back:active {
	background-color: #dfdfdf;
	background-position: left bottom;
	top: 26px;
}

div#navigator .buttons {
	background: #dbdbdb;
	border: 1px solid #bbb;
	border-bottom: none;
	width: 104px;
	padding: 5px 5px 0;
	position: absolute;
	line-height: 0;
	right: 20px;
	bottom: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

div#navigator .buttons a {
	display: inline-block;
	float: left;
	width: 52px;
	height: 42px;
	padding: 0;
	line-height: 1px;
	background: url('../images/screen-buttons.png') no-repeat;
	position: relative;
	text-indent: -9999px;
}

div#navigator .buttons a.previous {
	background-position: left top;
}

div#navigator .buttons a.next {
	background-position: right top;
	float: right;
}

div#navigator .buttons a.previous:hover {
	background-position: left center;
}

div#navigator .buttons a.next:hover {
	background-position: right center;
}

div#navigator .buttons a.previous:active {
	background-position: left bottom;
}

div#navigator .buttons a.next:active {
	background-position: right bottom;
}

#screenshot-view {
	background: #f8f8f8;
	background: rgba(255,255,255,0.6);
	text-align: center;
	/*width: 1000px;*/
	margin: 0;
	overflow: hidden;
	line-height: 0;
}

#screenshot-view img {
	max-width: 1000px;
}

.goto-gamefiche {
	background: #fff url('../images/screen-goto-bg.gif') left bottom repeat-x;
	/*width: 999px;*/
	width: 100%;
	border-left: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
}

.goto-gamefiche .comments a {
	background: #ebebeb url('../images/button-bg.png') left top repeat-x;
	display: block;
	float: right;
	padding: 8px 12px;
	font-size: 13px;
	font-weight: bold;
	color: #626262;
	text-decoration: none;
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}

.goto-gamefiche .comments a:hover {
	background: #f0f0f0 url('../images/button-bg.png') left top repeat-x;
}

.goto-gamefiche .comments a:active {
	background-position: left bottom;
}

.goto-gamefiche .comments a span {
	padding: 0;
	margin: 0;
	display: inline-block;
	height: 18px;
	line-height: 18px;
	padding-left: 25px;
}

.goto-gamefiche .comments a span.reacties {
	background: url('../images/mini-comments-icon.png') left top no-repeat;
}

.goto-gamefiche .comments a span.geefreactie {
	background: url('../images/mini-comment-icon.png') left top no-repeat;
}

.goto-gamefiche a.button-big {
	display: block;
	float: right;
	border-top: none;
	border-radius: 0px;
	text-align: center;
	padding: 0 13px;
	height: 34px;
	line-height: 34px;
}

.goto-gamefiche a.button-big:active {
	top: 0px;
}

#edit-profile p {
	margin: 0 0 10px 0;
}

#edit-profile p.col1 {
	width: 230px;
	float: left;
	margin-right: 18px;
}

#edit-profile p.col2 {
	float: left;
	width: 230px;
}

#edit-profile p.col3 {
	float: left;
	width: 106px;
	margin-right: 18px;
}

#edit-profile p.col4 {
	float: left;
	width: 106px;
}

#edit-profile p.col3 .field, #edit-profile p.col4 .field {
	width: 92px;
}

#edit-profile label {
	font-weight: bold;
	display: block;
}

#edit-profile .field {
	width: 215px;
}

#edit-profile .button-big {
	margin-top: 20px;
}

.why-gegevens {
	clear: both;
	display: none;
}

p.change-newsletter label {
	display: inline !important;
	margin-left: 5px;
}

.messages {
	margin: 5px 0;
	padding: 0 10px;
}

.messages li {
	margin: 5px 0;
	padding: ;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 10px;
	list-style: none;
	font-weight: bold;
}

.notice {
	background: #DBF0F0;
	color: #739BA5;
}

.error {
	background: #ffdada;
	color: #af5454;
}

.success {
	color: #809680;
	background: #EFF9E8;
}

.right {
	float: right;
}

.blogitem span.right a,
.box-reacties-text span.right a {
	display: block;
	height: 16px;
	width: 16px;
	background: url('../images/icon-delete.png') left top no-repeat;
	text-indent: -9999px;
}

.bewerk a {
	display: block;
	height: 16px;
	margin-top: 7px;
	width: 16px;
	background: url('../images/icon-edit.png') left top no-repeat;
	text-indent: -9999px;
}

.bewerk.white a {
	background: url('../images/icon-edit-white.png') left top no-repeat;
}

#game-fiche span.bewerk {
	float: right;
	margin-right: 5px;
}

.box-reacties-text span.right a:hover, .bewerk a:hover {
	background-position: left bottom;
}

.fullad-banner {
  display: none;
}

/*splash ad*/

#adh_copiedContent {
	padding: 8px 0;
	text-align: right;
	background: #848484;
	background: rgba(100,100,100,0.8);
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#adh_copiedContent h1 a {
	display: inline-block;
	background: #ddd url('../images/bg-page-box.gif') left top repeat-x;
	padding: 7px 12px;
	text-shadow: #fff 0 1px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 8px;
	color: #707070;
	font-size: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cdcdcd;	
}

#adh_copiedContent h1 a:hover {
	text-decoration: none;
	background: #f1f1f1 none;
}