/*** format text ***/
div.format-text {
	text-align:justify;
}
div.format-text h2, div.format-text h3, div.format-text h4, div.format-text h5 {
	font-weight:bold;
}
div.format-text table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	border:0!important;
	margin:0 0 10px 0;
}
div.format-text table th, div.format-text table td {
	white-space:nowrap;
	vertical-align:top;
	padding:8px 5px 5px 0;
	border:0!important;
}
div.format-text table thead th {
	padding-right:0;
}
div.format-text table td, div.format-text table th {
	border-bottom:1px solid #ccc!important;
	text-align:left;
}
div.format-text table td {
	padding:5px 0 5px 0;
}
div.format-text p {
	margin:0 0 0 0;
	padding:0 0 10px 0;
}

div.format-text ul, div.format-text ol {
	margin:0 0 10px 25px;
	padding:0;
}
div.format-text ul li {
	list-style:disc;
	margin:0 0 7px 0;
	padding:0 0 0 0;
	text-align:left;
}
div.format-text ol li {
	margin:0 0 7px 25px;
	padding:0 0 0 0;
	text-align:left;
}
div.format-text ul.double-li {
	float:left;
	width:260px;
	margin-right:20px;
}
div.format-text img {
	xborder:2px solid #ccc;
	margin:0 0 5px 0;
}
div.format-text img.f-left {
	margin:0 15px 5px 0;
}
div.format-text img.f-right {
	margin:0 0 5px 15px;
}
div.unusedfotos a {
	display:block;
	float:left;
	width:118px;
	height:118px;
	text-align:center!important;
	xborder:1px solid #ccc;
	background:white;
	margin:0 7px 7px 0;
}
div.unusedfotos a span {
	display:table-cell;
	width:118px;
	height:118px;
	text-align:center!important;
	vertical-align:middle;
}
div.unusedfotos a img {
	display:block;
	float:none;
	margin:0 auto 0 auto;
	border:none;
}
div.format-text a:hover, div.unusedfotos a:hover {
	xborder-color:#aaa;
}
div.unusedfotos a:hover img {
	border:none;
}
div.format-text .half {
	width:290px!important;
}

div.format-text table.tab-gallery td {
	text-align:center;
	border-bottom:none!important;
}