.collapseomatic {
	background-image: url(images/plus.png);
	background-repeat: no-repeat;
	padding: 0 35px 1px 25px;
	margin-bottom: 5px;
	cursor: pointer;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#336699;
}
.arrowright {
	background-position: top right;
	padding: 0 16px 10px 0;
}
.noarrow {
	background-image: none !important;
	padding: 0 0 10px 0;
}
.colomat-hover {
	text-decoration: underline;
}
.colomat-close {
	background-image: url(images/minus.png);
}
.collapseomatic_excerpt, .collapseomatic_content {
	margin-top: 5px;
	margin-bottom:5px;
	margin-left: 16px;
	padding: 3px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	
}
.content_collapse_wrapper {
	position: absolute; left: -999em;
}
.collapseall, .expandall {
	cursor: pointer;
}
.collapseall:hover, .expandall:hover {
	text-decoration: underline;
}
.maptastic {
    position: absolute !important;
	left: -10000px !important;
	display:block !important;
}