#basic-accordian{
    padding:5px;
    width:685px;
    position:relative; 
    z-index:2;
}
.accordion_headings{
    padding:5px;
    background:#CCC;
    border:1px solid #FFF;
    cursor:pointer;
    font-weight:normal;
	 overflow: hidden;
}
.accordion_headings:hover{
    background:#C00010;
    color:#FFF;
}
.accordion_headings strong{
	display: block;
	width: 60%;
	float: left;
	font-weight: normal;
}
.accordion_headings span{
	display: block;
	width: 30%;
	float: right;
	text-align: right;
}
.accordion_child{
    background: #f9f9f9;
    overflow: hidden;
	padding: 15px;
	}
	.accordion_child img,
	.accordion_child table {
		float: left;
	}
	.accordion_child table {
		width: 470px;
	}
.header_highlight{
    background:#C00010;
    color:#FFF;
}