.basic  {
	width:500px;
	margin-bottom:20px;
	float:left;
	border-bottom: 1px solid #ccc;
}
.basic div {
	background-color: #fff;
	padding:10px;
	background:url(../images/bg-accordian.jpg) repeat-x 0 0;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	margin: 0px;
	padding:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#666;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #1c396d;
	background-color: #fff;
	border-top: 1px solid #ccc;
	font:bold 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url(../images/btn-accordian.gif) no-repeat 8px 8px;
	padding:12px 12px 12px 45px;
}
.basic span.selected a{
	background:#f1f5f8 url(../images/btn-accordian.gif) no-repeat 8px 104%;
	padding:12px 12px 12px 45px;
}
.basic a:hover {
	color:#666;
	background:#f1f5f8 url(../images/btn-accordian.gif) no-repeat 8px 103%;
}
.basic a.selected {
	color: #fff;
	background:#AC2A1F url(../images/minus-selected.gif) no-repeat 96% 16px;
}
.basic span.selected{
	background:#f1f5f8;
}
.basic div p a{
	background:0;
	padding:0;
	margin:5px 0;
	border:0;
	font:bold 12px Arial, Helvetica, sans-serif;
}
.basic div p a:hover{
	background:none;	
}
.basic div p a:hover{
	background:none;	
}
a.service-readmore{
	background:0;
	border:0;
	margin:0;
	padding:0;
	width:100%;/*
	float:right;*/
}
a.service-readmore:hover{
	background:0;	
}

