
#accordion {width:661px; /*margin:0px auto;*/ z-index:1100;}
.accordion {width:661px; font:12px Arial, Helvetica, sans-serif; color:#585858; text-align:justify;}
.accordion dt {width:641px; padding:8px 10px; font-weight:bold; margin-top:8px; cursor:pointer; background:url(../images/close_arrow.jpg) left top no-repeat; height:24px;}
.accordion dt div{ float:left;}
.accordion dt div.icon{ width:23px; padding-right:5px;}
.accordion dt div.text{ line-height:26px;}
.accordion dt.open{ background:url(../images/open_arrow.jpg) left top no-repeat !important; height:23px;}
.accordion dt:hover {background:url(../images/open_arrow.jpg) left top no-repeat !important;}
.accordion dd {overflow:hidden; background:#fff; width:658px;}
.accordion span {display:block; width:626px; border:1px solid #f0f0f0; border-top:none; padding:15px; line-height:18px; clear:both;}

.accordion ul {
	list-style-type:none;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
}
.accordion ul li{
	list-style-type:none;
	padding:0px 5px 5px 15px;
	background:url(../images/blue_arrow_services.gif) no-repeat left 7px;
}

.ddaccordance-padding{ padding-bottom:10px;}