.basic {
	width: 500px;
}
.basic div.accdesc{
	border:1px solid #1b1b1b;
	width:458px; 
	padding:0px 20px;
	border-top:0px;
	margin-bottom:1px;
}
.basic div.accdesc p{
	width:100%; 
	padding:5px 0px ;
	margin:0px;
}

.basic a.main {
	background-color: #0b0b0b;
	cursor:pointer;
	display:block;
	padding:7px 25px;
	margin-top: 0;
	text-decoration:none;
	color:#dddddd;
	margin-bottom:1px;
	background-image: url('/images/accordion/down2.png');
	background-repeat: no-repeat;
	background-position: 90% 55%;
}
.basic a.main:hover{
	background-color: #1b1b1b;
}
