.collapseomatic {
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	padding: 0 0 10px 16px;
	/*border: 1px dotted blue;*/
	cursor: pointer;
	float:left;
}
.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/arrow-up.png);
}
.collapseomatic_excerpt, .collapseomatic_content {
	margin-top: 35px;
	margin-left: 10px;
	padding: 0px;
}

.content_collapse_wrapper {
	display: none;
}
.collapseall, .expandall {
	cursor: pointer;
}
.collapseall:hover, .expandall:hover {
	text-decoration: underline;
}
#ghprus{
	background:url(images/ghpr-us.png) right top no-repeat;
	float:left;
	width:160px;
	height:37px;
padding:0px;
margin:0 0 20px 0;
}

#ghprasia{
	background:url(images/ghpr-asia.png) left top no-repeat;
	float:left;
	width:160px;
	height:37px;
padding:0px;
margin:0 0 20px 0;
}

#ghprla{
	background:url(images/ghpr-latin-america.png) right top no-repeat;
	float:left;
	width:160px;
	height:37px;
padding:0px;
margin:0 0 20px 0;
}

#ghprasiapacific{
	background:url(images/ghpr-asia-pacific.png) left top no-repeat;
	float:left;
	width:160px;
	height:37px;
padding:0px;
margin:0 0 20px 0;
}
#ghpreurope{
	background:url(images/ghpr-europe.png) left top no-repeat;
	float:left;
	width:160px;
	height:37px;
padding:0px;
margin:0 0 20px 0;
}