@charset "utf-8";
/* CSS Document */

/*--------------------- Accordian ---------------------*/

.accordion_header {
	cursor: hand;
	cursor: pointer;
	margin: 10px 0;
	background: #A59A94;
	color: #ffffff;
	padding: 3px 0 3px 5px;
	font-size: 1.2em;
	font-weight: bold;
}
.accordion_content {
}
.accordion_open {
	background: #A59A94 url(../images/acc_open.gif) center right no-repeat;
}
.accordion_closed {
	background: #A59A94 url(../images/acc_closed.gif) center right no-repeat;
}
