@CHARSET "UTF-8";
/* Infobulle */
.infobulle {
	width: 370px;
	height:	250px;
	visibility: hidden;
	position: absolute;
	z-index:100000;
	background:url(../img/infobulle_bg.png) 0 0 no-repeat;
	top:0;
	left:0;
	padding-right:10px;
	padding-bottom:10px;
}

.infobulle h2 {
	font-size:14px;
	text-align:left;
	margin:1px;
	padding-left:10px;
	border-bottom:1px solid #999;
	white-space: nowrap;
	overflow: hidden;
	background:#111;
}

.infobulle .thumbs {
	text-align:center;
}

.infobulle .thumbs img {
	border: 1px solid #999;
	margin: 6px;
	margin-bottom:2px;
}

.infobulle .details {
	text-align:center;
	font-weight:bold;
}

.infobulle .description {
	padding:2px;
	text-indent:10px;
	background:#222;
	margin:6px;
	margin-top:2px;
	height:74px;
	text-align:justify;
	overflow:hidden;
}

.infobulle .description2 {
	padding:2px;
	text-indent:0;
	background:#222;
	margin:6px;
	margin-top:2px;
	height:58px;
	text-align:justify;
	overflow:hidden;
	padding-left:10px;
}

.infobulle .description2 div {
	clear:both;
}

.infobulle .description2 .label {
	font-weight:bold;
	width:80px;
	display:block;
	float:left;
}

.videos .download {
	margin: 10px;
}
