.blackbutton {
	background-color:		#333333;
	float:					right;
	margin:					0px;
	height:					22px;
	line-height:			16px;
	overflow:				hidden;
	font-size:				11px;
	border:					1px solid black;
	width:					100px;
	color:					white;
	cursor:					pointer;
}
.blackbutton:active {
	line-height:			18px;
}



A.triblock {
	float:					right;
	background:				transparent url(../images/triblock.gif) no-repeat top right;
	text-decoration:		none;
	color:					#222222;
	text-transform:			uppercase;
	margin-top:				20px;
	font-weight:			bolder;
	font-size:				11px;
}
A.triblock:hover {
	background:				transparent url(../images/triblock_hover.gif) no-repeat top right;
	text-decoration:		underline;
}
A.triblock DIV {
	padding-right:			20px;
}

/* Divider */
.divider {
	clear:					both;
	border-bottom:			1px solid #CCCCCC;
	height:					10px;
	overflow:				hidden;
	margin-bottom:			15px;
}

/* Blokken */
.block {
	width:					142px;
	background:				#CCCCCC url(../images/block/block_top.gif) no-repeat top left;
	float:					left;
	margin-right:			20px;
	margin-bottom:			20px;
	cursor:					pointer;
}
.block .content {
	padding:				10px !important;
	padding-left:			0px !important;
	padding-right:			0px !important;	
	margin:					0px;
	font-size:				10px !important;
}
.overige .block .content {
	height:					150px;
}
.block .content H3 {
	font-size:				12px;
	font-weight:			bolder;
	color:					#FF8911;
}
.block .content .price {
	font-weight:			bolder;
	margin-top:				7px;
	font-size:				13px;
}
.block .bottom {
	background:				transparent url(../images/block/block_bottom.jpg) no-repeat top left;
	height:					37px;
	width:					auto;
	display:				block;
}

.attention {
	border-bottom:			1px dotted #FF8911;
}


/* Tutorials */
.tutorial .image {
	float:					left;
	width:					150px;
	height:					100px;
	border:					1px solid #DEDEDE;
	margin-right:			10px;
	margin-bottom:			10px;
}

#player {
	border:					3px solid black;
	position: 				absolute;
	margin: 				0 auto;
	z-index: 				110;
	display:				none;
}
#player .close {
	position:				absolute;
	margin-top:				-30px;
	color:					white;
	background-color:		black;
	padding:				5px;
	font-size:				10px;
	margin-left:			-3px;
	cursor:					pointer;
}
.tutorial a.play {
	color:					#FF8100;
	display:				block;
}
