/* Accordian CSS definitions */	

#accordian {
	width: 100%;
}

.accordion_headings {
	color: #816426;
	cursor: pointer;
	font-weight: bold;
	padding: 2px;
	vertical-align: middle;
	background-color: #E6E6E6;
	height: 18px;
}

.accordion_headings:hover {
	background-color: #CDCDCD;
}

.accordion_child {
	padding: 15px;
	width: 100%;
	background-color: #F8F8F8;

}

.header_highlight {
	background: #E6E6E6;
}

#acc-contdiv {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.eurosigns {
	float: left;
	line-height: 21px;
	padding-right: 5px
}

.pricingsigns {
	float: left;
	line-height: 21px;
	padding-left: 4px
}

.pricingerror {
	float: left;
	line-height: 21px;
	padding-left: 30px;
	color: #990000
}