html {
	-webkit-font-smoothing: antialiased;
}

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

/*overruling*/

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

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

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

/* old clearfix */
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 */

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

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

/*
Forms
*/

form ol {
	list-style: none;
	padding: 0;
}

fieldset {
	padding: 20px;
}

input.field, input#form_query {
	background: #fff url('../images/field-bg.gif') top left repeat-x;
	font-size: 12px;
	padding: 4px 6px;
	border: 1px solid #bbb;
	margin: 0;
}

label {
	font-weight: bold;
}

label.checkbox {
	margin-left: 5px;
}

/*
Typography
*/

h1, h2, h3, h4, legend {
	color: #5e5e5e;
	font-family: Arial, sans-serif;
	text-shadow: rgba(255,255,255,0.6) 0 1px 0;
	font-weight: bold;
	line-height: 1.1;
}

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

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 13px;
}

legend {
	font-size: 20px;
}

a {
	color: #20959f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

ol {
	list-style: decimal;
	list-style-position: outside;
}

ol li {
	line-height: 19px;
}

span.title {
	display: block;
	margin: 0 0 5px;
}

/*
	Elements
*/

/* Buttons */

.button, .search-controls input.submit, .search-button {
	background: #20959f;
	line-height: 1;
	font-size: 12px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
	border: 1px solid #257980;
	padding: 8px 15px;
	cursor: pointer;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}

.button-big {
	background: #20959f;
	line-height: 1;
	font-size: 14px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
	border: 1px solid #257980;
	padding: 12px 20px;
	cursor: pointer;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}

.button:hover, .button-big:hover {
	background: #26afbb;
	color: #fff;
	text-decoration: none;
}

.button:active, .button-big:active {
	background: #1a7b83;
	color: #fff;
	top: 1px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
}

.play-button {
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -29px;
	margin-top: -29px;
	width: 59px;
	height: 58px;
	background: url('../images/play-small.png') left top no-repeat;
}

a:hover .play-button {
	background-position: left center;
}

a:active .play-button {
	background-position: left bottom;
}

.play-button.big {
	margin-left: -40px;
	margin-top: -40px;
	width: 81px;
	height: 81px;
	background: url('../images/play-big.png') left top no-repeat;
}

/* Boxes */

.gray-inlay {
	border: 1px solid #ccc;
	background-color: #f4f3f4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(218, 218, 218)), to(rgb(244, 243, 244)));
	background-image: -webkit-linear-gradient(top, rgb(218, 218, 218), rgb(244, 243, 244));
	background-image: -moz-linear-gradient(top, rgb(218, 218, 218), rgb(244, 243, 244));
	background-image: -o-linear-gradient(top, rgb(218, 218, 218), rgb(244, 243, 244));
	background-image: -ms-linear-gradient(top, rgb(218, 218, 218), rgb(244, 243, 244));
	background-image: linear-gradient(top, rgb(218, 218, 218), rgb(244, 243, 244));
}

span.reacties {
	background: url('../images/mini-comments-icon.png') left top no-repeat;
	padding-left: 25px;
	height: 18px;
	display: block;
	font-weight: bold;
	text-shadow: rgba(255,255,255,0.6) 0 1px 0;
}

span.geefreactie {
	background: url('../images/mini-comment-icon.png') left top no-repeat;
	padding-left: 25px;
	height: 18px;
	display: block;
	font-weight: bold;
	text-shadow: rgba(255,255,255,0.6) 0 1px 0;
}

/*
	Header
*/

.header-holder {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(231, 231, 231)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	width: 100%;
	border-top: 4px solid #8a8a8a;
	border-bottom: 1px solid #fff;
	position: relative;
}

.header {
	width:1003px;
	height: 110px;
	margin: 0 auto;
	padding: 29px 0 10px;
	/*background: url('../images/logo-bg.png') left top no-repeat;*/
}

.logo {
	float: left;
	margin: 24px 0 0;
	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: #585858 url('../images/nav-bg.gif') left top repeat-x;
}

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

.subnav {
  height: 61px;	
}

#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	border-left: 1px solid #686868;
}

#menu li {
	float: left;
	height: 33px;
	border-right: 1px solid #686868;
}

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

#menu li.active a {
	background: #585858;
}

#menu li a:hover {
	background: #585858;
	text-decoration: none;
}

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

#menu li ul {
	display: none;
	position: absolute;
	top: 37px;
	left: 2px;
	list-style: none;
}

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

#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: #fff;
	text-shadow: #fff 0 1px 0;
}

#menu li ul li.active a {
	background: #fff;
	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;
}

/* Platform filter */

#site-filter {
	display: none;
	background: #8a8a8a;
	padding: 20px 0;
	color: #fff;
	
}

#site-filter #selectalllabel {
	font-weight: normal;
	display: block;
}

#site-filter legend {
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.2);
}

#site-filter #selectall {
	margin: 20px 0;
}

#site-filter fieldset {
	padding: 0;
}

#site-filter ol {
	overflow: hidden;
}

#site-filter ol li {
	float: left;
	display: block;
	margin: 0 20px 10px 0;
}

#site-filter ol li label {
	background: #b1b1b1;
	background: #717171;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.2);
	display: block;
	width: 150px;
	cursor: pointer;
	padding: 5px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	/*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
		   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
		     -o-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
		        box-shadow: 0 1px 3px rgba(0,0,0,0.4);*/
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3), inset 0 1px 1px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3), inset 0 1px 1px rgba(0,0,0,0.2);
	     -o-box-shadow: 0 1px 0 rgba(255,255,255,0.3), inset 0 1px 1px rgba(0,0,0,0.2);
	        box-shadow: 0 1px 0 rgba(255,255,255,0.3), inset 0 1px 1px rgba(0,0,0,0.2);
}

#site-filter .quick-links {
	overflow: hidden;
}

#site-filter .quick-links li {
	float: left;
	display: block;
	margin-right: 20px;
}

.header-holder #show-filter {
	position: absolute;
	display: block;
	top: 0;
	right: 50%;
	margin-right: -70px;
	z-index: 999;
	background: #8a8a8a;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.1);
	-webkit-border-bottom-left-radius: 4px;
	    -moz-border-radius-bottomleft: 4px;
	        border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	    -moz-border-radius-bottomright: 4px;
	        border-bottom-right-radius: 4px;
}

.header-holder #show-filter span {
	display: block;
	padding: 2px 10px 7px 32px;
	text-align: right;
	background: url('../images/filter-show.png') 10px 2px no-repeat;
}

.header-holder #show-filter.open span {
	background: url('../images/filter-close.png') 10px 2px no-repeat;
}

/* Search */

#search-holder {
	background: #e1e1e1;
	height: 34px;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	border-bottom: 1px solid #c1c1c1;
}

.top-search {
	float: none;
	padding: 0;
	width: auto;
	overflow: hidden;
	position: absolute;
	top: 5px;
	right: 10px;
}

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

.search {
	float: left;
	width: 136px;
	height: auto;
	background: none;
	border-color: #b9b9b9 !important;
	font-size: 12px;
	padding: 3px 6px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.search-button {
	float: left;
	margin: 0;
	height: 24px;
	line-height: 0;
	margin-left: 3px;
	width: 25px;
	text-indent: -9999px;
	background: #20959f url('../images/search-icon.png') center center no-repeat;
}

.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
*/

.container {
	width: 1003px;
	margin: 0 auto;
	position: relative;
}

.content-holder {
	width: 100%;
	overflow: hidden;
	background: #757575 url('../images/bg_concrete_dark.jpg') top left repeat-x;
}

.content-inner-page{
	width: 100%;
	padding: 0 0 41px 0;
}

.content {
	width: 1003px;
	margin: 0 auto;
	padding: 20px 0 0;
}

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

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

.left-column-title {
	overflow: hidden;
	position: relative;
	padding: 20px;
	border-bottom: 1px solid #bbb;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(227, 227, 227)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(227, 227, 227));
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(227, 227, 227));
	background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(227, 227, 227));
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(227, 227, 227));
	background-image: linear-gradient(top, rgb(255, 255, 255), rgb(227, 227, 227));
}

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

.tested-on {
	display: block;
	border-bottom: 1px solid #bbb;
	background: #ddd url('../images/pagination-bg.gif') repeat-x;
	font-size: 12px;
	padding: 7px 20px 5px;
	height: 18px;
}

.left-column-title.dark {
	background-color: #969696;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(192, 192, 192)), to(rgb(150, 150, 150)));
	background-image: -webkit-linear-gradient(top, rgb(192, 192, 192), rgb(150, 150, 150));
	background-image: -moz-linear-gradient(top, rgb(192, 192, 192), rgb(150, 150, 150));
	background-image: -o-linear-gradient(top, rgb(192, 192, 192), rgb(150, 150, 150));
	background-image: -ms-linear-gradient(top, rgb(192, 192, 192), rgb(150, 150, 150));
	background-image: linear-gradient(top, rgb(192, 192, 192), rgb(150, 150, 150));
	color: #fff;
	border-color: #555;	
}

.left-column-title.dark h1 {
	color: #fff;
	text-shadow: 0 -1px 0 #888;
}

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

.left-column-text {
	padding: 20px;
}

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

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

#content ul {
	margin-bottom: 20px;
	padding-left: 20px;
	list-style: disc !important;
}

#content ul.screen-list {
	list-style: none !important;
}

.full-width-container {
	float: left;
	width: 830px;
	margin: 0;
}

.video-container {
	border: 1px solid #555;
	background: #333;
	background-color: #424242;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(104, 104, 104)), to(rgb(66, 66, 66)));
	background-image: -webkit-linear-gradient(top, rgb(104, 104, 104), rgb(66, 66, 66));
	background-image: -moz-linear-gradient(top, rgb(104, 104, 104), rgb(66, 66, 66));
	background-image: -o-linear-gradient(top, rgb(104, 104, 104), rgb(66, 66, 66));
	background-image: -ms-linear-gradient(top, rgb(104, 104, 104), rgb(66, 66, 66));
	background-image: linear-gradient(top, rgb(104, 104, 104), rgb(66, 66, 66));
	margin-bottom: 20px;
}

.video-inner {
	padding: 0;
	line-height: 0;
	text-align: center;
}

/* Content backgrounds */

.green-bg {
	background: #f2f2f2;
}

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

/* Content listings */

.content-list-table {
	width: 100%;
}

.content-list-table thead tr th {
	color: #fff;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	background-color: #959595;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(190, 190, 190)), to(rgb(149, 149, 149)));
	background-image: -webkit-linear-gradient(top, rgb(190, 190, 190), rgb(149, 149, 149));
	background-image: -moz-linear-gradient(top, rgb(190, 190, 190), rgb(149, 149, 149));
	background-image: -o-linear-gradient(top, rgb(190, 190, 190), rgb(149, 149, 149));
	background-image: -ms-linear-gradient(top, rgb(190, 190, 190), rgb(149, 149, 149));
	background-image: linear-gradient(top, rgb(190, 190, 190), rgb(149, 149, 149));
}

.content-list-table th {
	border-right: 1px solid #777;
	text-align: left;
	padding: 3px 15px;
}

.content-list-table th:last-child {
	border-right: none;
}

.content-list-table thead a {
	color: #fff;
}

.content-list-table .altrow td {
	background: #f1f1f1;
}

.content-list-table h2 {
	margin: 0;
	font-size: 12px;
	font-family: Arial, serif;
}

#reviews .content-list-table h2, #previews .content-list-table h2, #games .content-list-table h2 {
	font-size: 14px;
}

.content-list-table td {
	padding: 10px 15px;
}

.content-list-alphabet-filter {
	width: 100%;
	border-top: 1px solid #bbb;
	background: #ddd url('../images/pagination-bg.gif') repeat-x;
}

.content-list-alphabet-filter td {
	text-align: center;
	border-right: 1px solid #bbb;
	width: 3.7%;
	padding: 5px 0;
}

.content-list-alphabet-filter td:last-child {
	border-right: none;
}

.content-list-alphabet-filter a {
	font-weight: bold;
}

#listing .left-column-title {
	border: none;
}

ul.platforms {
	list-style: none;
	overflow: hidden;
}

ul.platforms li {
	float: left;
	display: block;
}

.platform-tag {
	font-size: 10px;
	background: #ccc;
	color: #333;
	padding: 2px 5px;
	line-height: 1;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

.platform-tag.x360 {
	background: #75ca4c;
	color: #fff;
}

.platform-tag.xbox {
	background: #333;
	color: #75ca4c;
}

.platform-tag.ps3, .platform-tag.psvita {
	background: #3e55ca;
	color: #fff;
}

.platform-tag.ps2, .platform-tag.psp {
	background: #333;
	color: #798ffd;
}

.platform-tag.wii, .platform-tag.wiiu, .platform-tag.threeds, .platform-tag.ds {
	background: #cd4242;
	color: #fff;
}

.platform-tag.pc {
	background: #a7357a;
	color: #fff;
}

.platform-tag.mobile {
	background: #ccc;
	color: #333;
}

/* Content rating */

#rating-notifications h4 {
	overflow: hidden;
	border-bottom: none;
	line-height: 34px;
}

#rating-notifications form {
	float: right;
}

/* Pagination */

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

.page-box a.left-page-link {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	padding: 0 15px 0 25px;
	background: url('../images/pagination-left.gif') 7% 50% no-repeat;
	text-transform: uppercase;
	color: #707070;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #bbb;
}

.page-box a.right-page-link {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	line-height: 30px;
	padding: 0 25px 0 15px;
	background: url('../images/pagination-right.gif') 93% 50% no-repeat;
	text-transform: uppercase;
	color: #707070;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid #bbb;
}

.page-list {
	padding: 9px 15px 8px !important;
	list-style: none;
	line-height: 1;
	width: 100%;
	text-align: center;
}

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

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

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

.page-list li.active {
	background: #20959f;
	border: 1px solid #257980;
}

.page-list li.active a {
	color: #fff;
}

/* Share */

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

.share-links .like {
	float: left;
	width: 340px;
}

.share-links .plusone {
	float: right;
	width: 110px;
}

.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.wide ul li a {
	width: 299px;
}

.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;
}

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

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

/*
	Footer
*/

.footer-holder {
	width: 100%;
	position: relative;
	margin: 0;
	background: #656565;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(138, 138, 138)), to(rgb(104, 104, 104)));
	background-image: -webkit-linear-gradient(top, rgb(138, 138, 138), rgb(104, 104, 104));
	background-image: -moz-linear-gradient(top, rgb(138, 138, 138), rgb(104, 104, 104));
	background-image: -o-linear-gradient(top, rgb(138, 138, 138), rgb(104, 104, 104));
	background-image: -ms-linear-gradient(top, rgb(138, 138, 138), rgb(104, 104, 104));
	background-image: linear-gradient(top, rgb(138, 138, 138), rgb(104, 104, 104));	
	border-top: 1px solid #4b4b4b;
	border-bottom: 1px solid #7e7e7e;
}

.footer {
	width: 713px;
	margin: 0 auto;
	position: relative;
	padding: 30px 0 30px 290px;
}

.footer-logo {
	width: 290px;
	height: 47px;
	top: 50%;
	left: 0;
	margin-top: -23px;
	position: absolute;
}

.footer-logo a {
	display: block;
	width: 230px;
	height: 50px;
	text-indent: -9999px;
	background: url('../images/logo-grayscale.png') 0 0 no-repeat;
}

.footer-box {
	float: left;
	width: 200px;
	margin: 0 10px;
}

.footer h4 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: none;
	margin-bottom: 10px;
	text-shadow: #555 0 -1px 0;
	text-transform: uppercase;
}

.footer-box ul {
	margin: 0;
	font-size: 13px;
	color: #fff;
	list-style: none;
}

.footer-box ul li {
	margin-bottom: 2px;
}

.footer-box ul li.metriweb {
	margin: 10px 0 0;
}

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

.copyright-holder {
	width: 100%;
	border-top: 1px solid #313131;
	background: #4b4b4b;
}

.copyright {
	width: 1003px;
	margin: 0 auto;
	padding: 10px 0;
}

.cryptonet {
	float: right;
	font-size:12px;
	color: #fff;
	font-weight: bold;
	height: 12px;
	line-height: 12px;
	padding-left: 30px;
	background:url('../images/sprite.png') 0px -86px no-repeat;
}

/*
	Boxes
*/

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

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

.right-column-home .box.dark {
	border-color: #555;
}

.right-column .box {
	border-top: 1px solid #bbb;
}

.box h4 {
	line-height: 1;
	padding: 8px 23px 6px;
	text-transform: uppercase;
	background-color: #e5e5e5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(229, 229, 229)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(229, 229, 229));
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(229, 229, 229));
	background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(229, 229, 229));
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(229, 229, 229));
	background-image: linear-gradient(top, rgb(255, 255, 255), rgb(229, 229, 229));
	border-bottom: 1px solid #bbb;
}

.box.dark h4 {
	background: url('../images/box-dark-title-bg.gif') left top repeat-x;
	background-color: #969696;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(192, 192, 192)), to(rgb(150, 150, 150)));
	background-image: -webkit-linear-gradient(top, rgb(192, 192, 192), rgb(150, 150, 150));
	background-image: -moz-linear-gradient(top, rgb(192, 192, 192), rgb(150, 150, 150));
	background-image: -o-linear-gradient(top, rgb(192, 192, 192), rgb(150, 150, 150));
	background-image: -ms-linear-gradient(top, rgb(192, 192, 192), rgb(150, 150, 150));
	background-image: linear-gradient(top, rgb(192, 192, 192), rgb(150, 150, 150));
	color: #fff;
	border-color: #555;	
	text-shadow: #888 0 -1px 0;
}

.box-inner {
	padding: 12px;
	background: #f1f1f1;
	overflow: hidden;
}

.box.dark .box-inner {
	background-color: #afafaf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(137, 137, 137)), to(rgb(175, 175, 175)));
	background-image: -webkit-linear-gradient(top, rgb(137, 137, 137), rgb(175, 175, 175));
	background-image: -moz-linear-gradient(top, rgb(137, 137, 137), rgb(175, 175, 175));
	background-image: -o-linear-gradient(top, rgb(137, 137, 137), rgb(175, 175, 175));
	background-image: -ms-linear-gradient(top, rgb(137, 137, 137), rgb(175, 175, 175));
	background-image: linear-gradient(top, rgb(137, 137, 137), rgb(175, 175, 175));
}

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

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

/* Box big */

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

.box.big h4 {
	border-top: 1px solid #bbb;	
}

.box.big ul {
	list-style: none;
}

.list-news li {
	float: left;
	padding: 5px 0;
	width: 100%;
}

.box.big ul li.altrow {
	background: #f1f1f1;
}

.box.big ul li span.type {
	float: left;
	width: 80px;
	font: bold 10px/24px Arial, Helvetica, sans-serif;
	color: #20959f;
	height: 22px;
	margin: 1px 0;
	overflow: hidden;
	text-transform: uppercase;
	text-align: center;
	background: #cceaec;
	background: rgba(32,149,159,0.2);
}

.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;
	margin: 0 6px 0 0;
	color: #707070;
	padding: 0 22px 2px 0;
	height: 23px;
	background: url('../images/icon-comment.gif') no-repeat right center;
	font: bold 12px/23px Arial, Helvetica, sans-serif;
}

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

.box.big.dark h4 {
	border-top: 1px solid #777;
}

.box.big.dark ul {
	color: #fff;
}

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

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

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

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

.box.big .box-inner {
	padding: 20px;
}

.dark .box-inner {
	color: #fff;
	background-color: #afafaf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(137, 137, 137)), to(rgb(175, 175, 175)));
	background-image: -webkit-linear-gradient(top, rgb(137, 137, 137), rgb(175, 175, 175));
	background-image: -moz-linear-gradient(top, rgb(137, 137, 137), rgb(175, 175, 175));
	background-image: -o-linear-gradient(top, rgb(137, 137, 137), rgb(175, 175, 175));
	background-image: -ms-linear-gradient(top, rgb(137, 137, 137), rgb(175, 175, 175));
	background-image: linear-gradient(top, rgb(137, 137, 137), rgb(175, 175, 175));
}

.left-column-text .box.big {
	border: none;
	margin: 0;
}

/* Box skyscraper */

.box.skyscraper {
	width: 158px;
	border: 1px solid #bbb;
}

/*
Sidebar
*/

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

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

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

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

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

/* Login box */

#login-box input.field {
	width: 120px;
	margin: 0 2px;
}

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


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

#login-box .onthoud label {
	font-weight: normal;
}

#login-box .buttons {
	line-height: 30px;
}

#login-box .buttons input {
	float: left;
	margin: 0 12px 0 2px;
}

#login-box .buttons a.registreren {
	float: right;
	font-weight: bold;
	margin: 0 2px;
}

/* List box */

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

.list-box li {
	line-height: 1;
	overflow: hidden;
	padding: 10px 12px;
}

.list-box .altrow {
	background: #fff;
}

/* Info list */

.info-list {
	overflow: hidden;
}

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

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

.dark .info-list dt {
	width: 74px;
	color: #fff;
	background: url('../images/dt-dark.png') no-repeat;
}

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

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

/* Follow us */

#followus {
	overflow: hidden;
}

#followus li {
	float: left;
	display: block;
	list-style: none;
}

#followus li a {
	display: block;
	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 a {
	width: 76px;
}

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

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

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

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

/* Facebook Like Box */

#facebook-followers {
	background: #fff;
	height: 258px;
	margin-bottom: 10px;
}

/* Facebook Connect */

#login-form .fb-login-button {
  float: right;	
  margin: 15px 100px 0 0;
}

/* Best games */

#bestgames {
	position: relative;
}

#bestgames .box-inner {
	padding: 0;
	height: 150px;
}

#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: #d2e2e3;
	color: #20959f;
	line-height: 1;
	padding: 5px 8px;
	font-size: 14px;
	position: absolute;
	text-shadow: 0 1px 1px rgba(255,255,255,0.8);
	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 #fff;
}

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

/* Recent comments */

#listticker .text {
  float: left;
  margin-left: 10px;
  width: 230px;
}

#listticker .avatar {
  float: left;	
}

/* Article info */

#article-info .info-list {
	width: 200px;
	float: left;
	margin: 10px 0 0 9px;
}

#article-info .info-list dd {
	width: 110px;
}

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

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

/* Video section */

.video-row {
	overflow: hidden;
	margin: 0 0 20px;
}

.video-small {
	float: left;
	width: 190px;
	margin-right: 20px;
	position: relative;
}

.video-small img {
	width: 190px;
}

.video-small h4 {
	margin-bottom: 2px;
}

.video-row.headline .video-small {
	width: 400px;
}

.video-row.headline .video-small img {
	width: 400px;
}

.video-row.headline .video-small h4 {
	font-size: 18px;
}

.video-small a.screenshot {
	text-decoration: none;
	line-height: 0;
	overflow: hidden;
	position: relative;
	display: block;
}

.video-small .description {
	padding: 12px 20px 15px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	min-height: 80px;
}

.video-row.headline .video-small .description {
	min-height: 58px;
}

#video-page .box.big {
	margin: 0 0 10px;
}

#video-page .like-links {
	padding-top: 15px;
}


/* Game info */

#game-info .box-inner {
	padding-right: 0;
}

#game-info .info-list {
	margin: 20px 0;
}

#game-info .platforms-holder {
	margin: 20px 0;
}

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

.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: #d1d1d1;
	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: #d1d1d1 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;
}

.boxart {
	float:left;
	width: 97px;
	overflow: hidden;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

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

.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;
}

/* Game score */

#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;
}

/* Carousel */

.box-images {
	width: 518px;
	border: 1px solid #bbb;
	background: #f1f1f1;
}

.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/carousel-border.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;
	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/carousel-text.png');
	background: rgba(0,0,0,0.65);
}

.box-images-text strong {
	display: block;
	font-size: 18px;
	line-height: 1;
	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: 1;
	color: #fff;
	position: relative;
}

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

#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;
	text-indent: -9999px;
	background: url('../images/carousel-prev.gif') no-repeat;
}

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

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

#carusel div ul {
	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 #20959f;
}

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

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

/* Game fiche */

#game-fiche .left-column-title {
	border: none;
}

#game-fiche .platforms-holder {
	margin-top: 10px;
}

#game-fiche .platform-tag {
	font-size: 12px;
	padding: 4px 10px;
}

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

#game-fiche .inner {
	display: table-cell;
	padding-left: 20px;
}

#game-fiche .info-list {
	width: 250px;
	margin: 0 20px 0 0;
	float: left;
}

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

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

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

#game-fiche #video-list ul {
	overflow: hidden;
	padding: 15px 18px;
	line-height: 1;
}

#game-fiche #video-list .video-small {
	width: 150px;
	overflow: hidden;
	margin: 0 10px 10px 0;
}

#game-fiche #video-list .video-small img {
	width: 150px;
}

.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;
}

.fiche-score a {
	color: #20959f !important;
	text-shadow: none !important;
}

/* Comments */

.box-reacties-content {
	width: 100%;
	overflow: hidden;
}

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

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

.box-reacties-images {
	float: left;
	display: block;
	margin-right: 10px;
	padding: 2px 0 0;
	width: 64px;
	text-align: center;
}

.box-reacties-text {
	float: left;
	width: 420px;
}

.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;
}

.box-reacties-text p {
	margin: 0;
}

.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;
}

.box-textarea-reactie p {
	text-align: center;
	margin: 0;
	padding: 15px;
}

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

/* Profile */
 
.sidebar {
	width: 224px;
	float: left;
	margin-right: 9px;
}

.mini-profile {
	width: 202px;
	padding: 10px;
	border: 1px solid #bbb;
	background: #f1f1f1;
	line-height: 1;
	height: 41px;
}

.user-info {
	height: 34px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	color: #5e5e5e;
	font-weight: bold;
	border-left: 1px solid #c1c1c1;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #e7e7e7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(231, 231, 231)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
}

.user-info .avatar {
	float: left;
	display: block;
}

.user-info .avatar img {
	width: 34px;
	height: 34px;
}

.user-info .username {
	float: left;
	display: block;
	line-height: 34px;
	color: #5e5e5e;
	padding: 0 15px;
	min-width: 76px;
	text-align: left;
	border-right: 1px solid #c1c1c1;
}

.button-gray {
	display: block;
	float: left;
	padding: 8px 12px;
	font-weight: bold;
	color: #5e5e5e;
	border-right: 1px solid #c1c1c1;
	background-color: #e7e7e7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(231, 231, 231)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.button-gray:hover, .button-gray:focus {
	text-decoration: none;
}

#loggedin {
	width: 280px;
	margin-bottom: 10px;
}

#loggedin p {
	margin: 0;
}

#loggedin a {
	font-weight: bold;
}

#loggedin .logoff {
	float: right;
	font-weight: normal !important;
}

.mini-profile .avatar {
	width: 40px;
	float: left;
}

.mini-profile .content {
	float: left;
	padding: 0;
	margin: 0;
	width: auto;
	margin-left: 10px;
	padding-top: 3px;
}

#loggedin .content {
	width: 230px;
}

.mini-profile strong {
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	display: block;
	font-size: 18px;
	text-shadow: #fff 0 1px;
	margin-bottom: 3px;
}

#loggedin a strong {
	color: #5e5e5e;
}

.module-nav {
	padding: 0;
	margin: 0;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.module-nav li {
	list-style: none;
	list-style-position: outside;
}

.module-nav li a {
	background: #d1d1d1 url('../images/button-bg.png') left top repeat-x;
	display: block;
	padding: 8px 19px;
	font-size: 14px;
	font-weight: bold;
	color: #626262;
	border-bottom: 1px solid #bbb;
	text-shadow: #f2f2f2 0 1px;
	text-decoration: none;
}

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

.module-nav li a:active {
	background-position: left bottom;
}

.module-nav li a.active {
	background: #ccc;
	-moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
}

#profile-content {
	width: 600px;
}

#profile-content .left-side {
	width: 220px;
	float: left;
	margin-right: 20px;
}

#profile-content .left-side p {
	text-align: center;
}

#profile-content .dashboard {
	width: 318px;
	margin: 0;
	float: left;
	padding-top: 35px;
}

#profile-content .dashboard strong {
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	display: block;
}

#profile-content .dashboard dl.info-list {
	margin-top: 20px;
}

#profile-content .dashboard dl.info-list dd {
	width:220px;
}

#profile-content .box.big {
	width: 598px;
}

#profile-content .box-textarea-reactie textarea {
	width: 570px;
}

#profile-content .box-reacties-text {
	width: 504px;
}

#profile-content .box-reacties-color, #profile-content .box-reacties-white {
	width: 578px;
}

#profile-content .box-textarea-reactie {
	width: 580px;
}

#profile-content .socialmedia {
	margin-top: 20px;
}

/* Crew page */

#main-crew {
	margin-bottom: 10px;
}

.crew-list {
	overflow: hidden;
}

.crew-list .crew-member {
	display: block;
	background: #fff;
	float: left;
	width: 384px;
	height: 83px;
	padding: 15px;
	overflow: hidden;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.crew-list .crew-member.even {
	border-right: none;
	width: 383px;
}

.crew-list .crew-member:nth-last-child(2), .crew-list .crew-member:nth-last-child(1) {
	border-bottom: none;
}

.crew-member .avatar {
	float: left;
	background: #fff;
	padding: 4px;
	width: 64px;
	height: 64px;
	border: 1px solid #bbb;
}

.crew-member .info {
	float: left;
	margin: 5px 15px 0;
	width: 215px;
}

.crew-member .info h2 {
	margin-bottom: 5px;
}

.crew-member .info h2 small {
	font-weight: normal;
	font-size: 12px;
	color: #979797;
	display: block;
}

.crew-member .socialmedia {
	float: right;
	width: 60px;
	height: 60px;
	margin-top: 10px;
}

.socialmedia li a {
	width: 24px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin: 3px;
}

.socialmedia li.twitter a {
	background: url('../images/icons-social-crew.png') 0 0 no-repeat;
}

.socialmedia li.twitter a:hover {
	background-position: 0 -24px;
}

.socialmedia li.facebook a {
	background: url('../images/icons-social-crew.png') -24px 0 no-repeat;
}

.socialmedia li.facebook a:hover {
	background-position: -24px -24px;
}

.socialmedia li.linkedin a {
	background: url('../images/icons-social-crew.png') -48px 0 no-repeat;
}

.socialmedia li.linkedin a:hover {
	background-position: -48px -24px;
}

.socialmedia li.plus a {
	background: url('../images/icons-social-crew.png') -72px 0 no-repeat;
}

.socialmedia li.plus a:hover {
	background-position: -72px -24px;
}

/* Ad skin */

#skin-banner {
	display: block;
	width: 1000px;
	height: 140px;
	margin: 10px auto;
}

/* Overrites - MUST STAY AT BOTTOM */

.last {
	margin: 0 !important;
}

/* THE CLEANING BORDER ################################################################################# */

/* Registratie */

.recaptcha_input_area_text {
	font-size: 10px !important;
	color: #000 !important;
	width: auto !important;
	float: none !important;
}

.recaptcha_input_area_text span {
	font-size: 10px !important;
	color: #000 !important;
}

#recaptcha_area {
	margin: 0 auto;
	margin-bottom: 20px;
}

#reg-voordelen {
	background: #f1f1f1;
	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;
	padding: 0;
	list-style: disc inside;
}

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

#reg-form, #login-form {
	padding: 10px;
}

#reg-form input.field, #login-form input.field {
	width: 250px;
}

#login-form .aanmeld-links {
	margin-top: 30px;
}

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

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

#reg-form p, #login-form p {
	clear: both;
}

#reg-form p.checkbox, #login-form p.checkbox {
	text-align: left;
}

#login-form #rememberme, #login-form #signinbutton {
	padding-left: 175px;
}

#login-form #lostpassword {
	float: left;
}

#login-form #register {
	float: 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;
	display: inline !important;
	font-weight: normal !important;
}

/* Temp */

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

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

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

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

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

.placeholder img{
	display: block;
}

/* 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 {
	list-style: none;
	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 #ccc;
}

.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;
	clear: both;
}

.box-game-link a{
	font-weight: bold;
}

/* ### 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 {
	width: 269px;
	float: left;
	margin: 0 20px 10px 0;
}

#edit-profile p.even {
	margin: 0;
}

#edit-profile p.number {
	width: 124px;
	margin-right: 20px;
}

#edit-profile p.bus {
	width: 124px;
	margin: 0;
}

#edit-profile p.number .field, #edit-profile p.bus .field {
	width: 106px;
}

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

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

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

.why-gegevens {
	clear: both;
	display: none;
	width: auto !important;
}

#edit-profile #social-accounts p {
	width: 100%;
}

#edit-profile #social-accounts #twitter {
	width: 232px;
}

#newsletter-subscription {
	padding-top: 20px !important;
}

#privacy-settings p,
#newsletter-subscription p {
	width: auto;
}

p.change-show-in-nearby-users label,
p.change-newsletter label,
p.change-avatar 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;
}
.box-reacties-text .right{
    width:32px;
}
.blogitem span.right a,
.box-reacties-text span.delete a{
	display: block;
	height: 16px;
	width: 16px;
	background: url('../images/icon-delete.png') left top no-repeat;
	text-indent: -9999px;
	float: right;
}

.box-reacties-text span.delete{
    padding-bottom: 0px;
}

.box-reacties-text .edit a {
	display: block;
	height: 16px;
	width: 16px;
	background: url('../images/icon-edit.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;
}

/*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;
}

#recent-screens {
	margin-top: 4px;
  text-align: center;
}

#map {
	border: 2px solid #ccc;
	overflow: hidden;
	height:400px;
	margin-top: 25px;
	width:100%;
}
