@charset "utf-8";
/* CSS Document */

a:focus {
	outline: none;
}
#panel {
	height: 120px;
	width:185px;
	display: none;
	background: url(../img/slide_back.png) no-repeat center top;
	color:#0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: lighter;
	font-style: normal;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.slide {
	margin: 0;
	padding: 0;
	background: url(../img/btn-slide.gif) no-repeat center top;
	/*border-top-width: thin;
	border-top-style: groove;
	border-top-color: #CCCCCC;*/
}
.btn-slide {
	background: url(../img/white-arrow.gif) no-repeat right -30px;
	text-align: center;
	width: 154px;
	height: 40px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}