.sp-wrap {
	padding: 0px;
	background: none repeat scroll 0% 0% #E9E9E6;
    border-style: solid;
    border-color: #C3CBD1;
    border-image: none;
    border-width: 1px 1px 1px 2px;
    clear: both;
	margin-bottom:10px;
}
.sp-head {
	background: url(../img/icon_plus.gif) no-repeat left center;
	color: #2A2A2A;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-left: 6px;
	padding: 2px 14px 4px;
	text-align: left;
}
.sp-head.unfolded {
	background: url(../img/icon_minus.gif) no-repeat left center;
}
.sp-body {
	background: #F5F5F5;
	border-top:1px solid #C3CBD1;
	padding: 2px 6px;
	height:auto;
}
.spdiv {
	width: 98%;
    margin: 0px auto;
    text-align: right;
    font-size: 0.8em;
    color: #444;
	cursor: pointer;
	display:block;
}

