body {
/*	font-size: 11px;
	line-height: 18px; */
}

div#test-accordion{
	border: 1px solid #343230;
	background-color: #21201f;
/*	padding: 10px; */
}

div.accordion {
	position: relative; /* required for bounding */
/*	width: 800px; */
	width: 100%;
}

div.accordion-toggle{
	position: relative; /* required for effect */
	z-index: 10;		/* required for effect */
	background: #3f3c38 url(../img/off.jpg) repeat-x;
	background-position: bottom;
	color: #fff;   
	cursor: pointer;
	margin-bottom: 1px;
	padding: 9px 14px 6px 14px;
	border-top: 1px solid #5d5852;	
}

div.accordion-toggle:hover, div.accordion-toggle-active{
	background-image: url(../img/on.jpg);
	background-color: #6d493a;
	border-top: 1px solid #a06b55;
}

div.accordion-content{
	overflow: hidden;	/* required for effect */
/*	background: #302e2c; */
	background: #ffffff;
	padding: 0;
/*	color: #c4bab1; */
	color: #626262;
	padding-bottom: 100px;
}

div.accordion-content p, div.accordion-content h4, div.accordion-content h5, div.accordion-content table {
	margin: 9px 24px 6px 24px;
}

div .branch-address-image {
	margin: 9px 0 0 24px;
}

div.accordion-content table {
	width: 94%;
}

div.accordion-content table td {
	padding: 2px;
}

div.accordion-content table .odd {
	background-color: #efefef;
}

div.accordion-content table .first {
	width: 150px;
}

div.accordion-content table .highlight {
	background-color: #cccccc;
}