/* AR[fBI
================================================== */
.acordion {
	width: 620px;
}
.acordion dt {
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCC;
line-height: 1;
text-decoration: none;
display: block;
background-image: url(../brand/img/g_plus1.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 28px;
padding-top: 10px;
padding-bottom: 10px;
cursor: pointer;
}
.acordion dt:hover {
	color: #900;
	background-color: #111;
	background-image: url(../brand/img/g_plus2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.acordion .open {
background-image:url(../brand/img/g_minus1.gif);
background-repeat: no-repeat;
background-position: left center;
}
.acordion .open:hover {
background-image:url(../brand/img/g_minus2.gif);
background-repeat: no-repeat;
background-position: left center;
}
.acordion dd {
overflow:hidden;
}
.acordion span {
display:block;
width:620px;
} 
