.accordion_toggle {
display: block;
height: 23px;
width: 728px;
z-index: 1;
background-image: url("../images/Accordion/StaticActive.jpg");
padding: 0 0px 0 0px;
line-height: 25px;
font-weight: bold;
text-decoration: none;
outline: none;
text-indent: 10px;
font-family: arial;
font-size: 12px;
color: #000000;
margin: 0 0 0 0;
}
		
.accordion_content {
background-color: #ffffff;
color: #000000;
font-family: arial;
font-size: 12px;
overflow: hidden;
border-bottom: 1px solid #A8A8A8;
border-left: 1px solid #A8A8A8;
border-right: 1px solid #A8A8A8;
width: 706px;
padding: 10px 10px 10px 10px;
margin-bottom: 10px;
}

.vertical_accordion_toggle {
display: block;
height: 20px;
width: 659px;
background-image: url("../images/Accordion/StaticActive2.jpg");
padding: 10 10px 10 10px;
line-height: 21px;
font-weight: bold;
text-decoration: none;
outline: none;
text-indent: 0.3cm;
font-family: arial;
font-size: 11px;
color: #000000;
margin: 0 0 0 0;
}

.vertical_accordion_content {
background-color: #ffffff;
color: #000000;
font-family: arial;
text-size: 12px;
overflow: hidden;
border-bottom: 1px solid #A8A8A8;
border-left: 1px solid #A8A8A8;
border-right: 1px solid #A8A8A8;
padding: 10px 10px 10px 10px;
}

/* Container styling*/
.vertical_nested_container {
margin: 10px auto 10px auto;
width: 659px;
}
					