.accordion_grey_gradient .accordion{	
	/*border-top: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	border-left: 1px solid #ccc; */
	width: 680px;
}
.accordion_grey_gradient .width655px {	
	width: 655px;
}
.accordion_grey_gradient .accordion, .accordion_grey_gradient .accordion li {
	margin: 0; 
	padding: 0 0 15px 0; 
	border: none;
}
.accordion_grey_gradient .accordion a { 
	padding: 10px 50px 10px 10px;
	background: #ececec url(images/bg_grey.png) repeat-x 0 -1px; 
	text-decoration:none; 
	display: block; 
	color: #666666; 
	border: 1px solid #bfc0c5; 
	position: relative; 
	text-shadow: 1px 1px 1px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold; 
}
.accordion_grey_gradient .accordion a .date { 
	color: #038c00; 
	margin-right: 10px;
}
.accordion_grey_gradient .accordion a.Last { 
	border-bottom: 1px solid #adf4aa; 
}
.accordion_grey_gradient .accordion a.dcjq-parent, .accordion_grey_gradient .accordion a.dcjq-parent:hover {
	background: #f9f9f9 url(images/bg_grey_gradient.jpg) repeat-x;
}
.accordion_grey_gradient .accordion a.dcjq-parent.active {
}
.accordion_grey_gradient .accordion a .dcjq-icon {
	position: absolute; 
	top: 50%; 
	right: 0px; 
	width: 34px; 
	margin-top: -17px; 
	height: 34px; 
	background: url(images/arrow_grey_down_02.png) no-repeat 0 center;
}
.accordion_grey_gradient .accordion a.dcjq-parent.active .dcjq-icon {
	background: url(images/arrow_grey_top_02.png) no-repeat 0 center;
}
.accordion_grey_gradient .accordion a:hover {
	color: #666666;
}
.accordion_grey_gradient .accordion a:active{
}
.accordion_grey_gradient .accordion li.current a {
	color: #666666;
	background: #ffffff;
}
.accordion_grey_gradient .accordion li li a {
	padding: 10px 10px 10px 50px; 
	background: #ececec; 
	text-decoration:none; 
	display: block; 
	color: #333; 
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #fff; 
	position: relative; 
	text-shadow: 1px 1px 1px #fff; 
	font-weight: normal;
}
.accordion_grey_gradient .accordion li li a:hover {
	background: #ffffff; 
	color: #038c00;
}
.accordion_grey_gradient .accordion li li.current a {
	color: #038c00;
}