.collapseomatic {

	background: url(images/arrow-down.png) 0px 10px no-repeat;


	padding: 0 0 0 16px;

	cursor: pointer;

	display: block;
	
	width: 435px;
	height: 35px;
	line-height: 35px;
	color: #691401;
	font-size: 16px;
	font-weight: bold;
}

.arrowright {

	background-position: top right;

	padding: 0 16px 10px 0;

}

.hover {

	text-decoration: underline;

}

.close {

	background-image: url(images/arrow-up.png) !important;

}

.collapseomatic_content {

	margin-top: 3px;

	margin-left: 16px;

	padding-bottom: 1px;

}

