div.subtitle1 {
	font-size: 20px;
}
div.lineinfo {
	display: block;
	width: 100%;
}
div.subtitle1 .element {
	font-size: 30px;
}
div.subtitle2 .element {
	float: left;
	margin-right: 10px;
}
div.topblock {
	width: 100%;
	margin-bottom: 10px;
}
div.topblock .image {
	font-size: 20px;
	font-weight: bold;
}
div.topblock .image a {
	outline: none;
}
div.topblock .infoblock {
	overflow-x: hidden;
	overflow-y: hidden;
	width: auto;
	float: right;
}
div.infoblock {
	border: 1px dashed silver;
	margin: 10px 0 10px;
	padding: 10px;
}
#flexicontent div.infoblock ul {
	padding: 0;
}
#flexicontent div.infoblock ul li {
	padding: 0;
	background: none;
	min-height: 10px;
	display: inline-block;
	vertical-align: top;
	margin: 2px;
}
div.label {
	border-bottom: 1px dashed silver;
	font-size: 90%;
}
div.value {
	float: left;
}
div.onecols ul li {
	width: 100%;
}
div.onecols div.label {
	width: 20%;
	margin-right: 2%;
}
div.onecols div.value {
	width: 76%;
}
div.twocols ul li {
	width: 48%;
}
div.twocols div.label {
	margin-right: 2%;
	font-weight: bold;
}
div.twocols div.value {
	width: 100%;
}
div.current {
	border: 1px solid #cccccc;
	clear: both;
	padding: 10px;
}
.fc_field_image {
	margin-bottom: 10px !important;
	border: medium none;
	transform: scale(1);
	transform-style: preserve-3d;
	transition: transform 0.15s linear 0s;
}
.fc_field_image:hover {
	transform: scale(0.96);
}
dl.tabs dt.open,
.flexicontent dl.tabs dt.open {
	background: none repeat scroll 0 0 #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
	color: #000000;
	margin: 10px 2px 0 0;
	padding: 10px;
	width: 55px !important;
	z-index: 100;
}
