.spanel {
	width:620px;
	height:auto;
	background:#fff;
	text-align:left;
	border:0;
	overflow:hidden;
}
.spanel_menu { overflow:hidden;}
ul#spanellist,
ul#spanellist li {
	list-style:none;
	display:block;
}
ul#spanellist {
	border-bottom: 2px solid #bbb;
	float: left;
	width: 100%;
	padding-left: 20px;
}
ul#spanellist li {
	float: left;
	position: relative;
	top: 2px;
	overflow:hidden;
	display:block;
}
ul#spanellist li a{
	text-decoration: none;
	display: block;
	background: #eaeaea;
	color: #000;
	font-weight:normal;
	font-size:12pt;
	padding: 16px 20px;
	border: 0;
}
ul#spanellist li a:hover {
	text-decoration:none;
	color:#000;
	background:#ddd;
}
ul#spanellist li.active {
	border: 2px solid #888;
	border-bottom-color:#fff;
	background:#fff;
}
ul#spanellist li.active a{
	background:#fff;
}
.spanel_content{
	clear:both;
	padding:30px 10px ;
	border:2px solid #aaa;
	border-top:0;	
	overflow:hidden;
}
.spanel_content p {
	font-size:16px;
	font-weight:normal;
	font-family:sans-serif;
	line-height:140%;
}
.spanel_content strong{
	font-weight:normal;
}
.spanel_content a{
	font-size:inherit;
}
.spanel_content h1 {
	color:#000;
}
.spanel_content h2 { margin-bottom:10px;}
.style-ul {
list-style-type:circle; margin-left:50px;
}