.collapseomatic {
	/*background-image: url('images/arrow-down.png');
	background-repeat: no-repeat;*/
	padding: 0 0 10px 0;
	cursor: pointer;
	font-size:22px;  
	/*Color: #c61912;*/
	border-width: 0px 0px 7px 0px;
    border-color: #f3f3f3;
    border-style: solid;
    width: 100%;
    display: block;
	margin-bottom: 15px;

}
.collapseomatic  .glyphicon{
	Color: #6A6A6A;
}
.collapseomatic_content h1,
.collapseomatic_content h2,
.collapseomatic_content h3,
.collapseomatic_content h4,
.collapseomatic_content h5,
.collapseomatic_content h6,
.collapseomatic_content a,
.collapseomatic_content a:hover,
.collapseomatic_content a:focus{
	Color: #D50336;	
}

.collapseomaticRedLine {
    border-top-style: solid;
    border-top-width: 6px;
    border-color: #D50336;
    width: 12%;
	padding: 5px;
}
.collapseomatic:focus {
      outline: 0;
}

.arrowright {
	background-position: top right;
	padding: 0 16px 10px 0;
}
.noarrow {
	background-image: none !important;
	padding: 0 0 10px 0;
}
.colomat-hover {
	text-decoration: none;
}
.colomat-close {
	/*background-image: url('images/arrow-up.png');*/
}
.colomat-swap {
	display: none;
}
.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, .collapseall:focus, .expandall:focus {
	text-decoration: underline;
}
.maptastic {
	position: absolute !important;
	left: -10000px !important;
	display:block !important;
	max-width: 9999px;
}
.span_fix {
	padding: 0 !important;
	margin: 0 !important;
}
.span_fix:before, .span_fix:after {
	content: none;
}
