.collapseomatic {
	background-repeat: no-repeat;
	padding: 10px 0 10px 16px;
	/*border: 1px dotted blue;*/
	cursor: pointer;
	background-image:url(http://promaxuk.com/down.jpg);
	display:block;
	color:#FFF;
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}
.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 {
}
.collapseomatic_excerpt, .collapseomatic_content {
	margin-top: 0px;
	margin-left: 16px;
	padding: 0px;
}
.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;
}