#panel {
	background: #754c24;
	height: 31px;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;

	border-top: solid 2px #ffffff;
	background: url(btn-slide.gif) no-repeat center top;
}
.btn-slide {
	background: url(white-arrow.gif) no-repeat right -52px;
	text-align: center;
	width: 144px;
	height: 35px;
	padding: 6px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 10px;
}
.text {width:180px;}





.accordion {
   
    margin: 0px;
  /* border-bottom: solid 1px #2A2A99;*/
}
.accordion h3 {
	background: #C0C0E3 url(arrow-square_orange.gif) no-repeat 8px -50px;
	padding: 7px 15px;
	padding-left:30px;
	margin: 0px;
	font-size:11px;
	font-weight:bold;
	border: solid 1px #2A2A99;
	border-bottom:none;
	
	color:#2A2A99;
	cursor: pointer;
}

.accordion h3.active {
	background-position: 8px 6px;
	
}
.accordion div.inner_res{

	margin: 0px;
	padding-left:10px;
	padding-right:10px;


	font-size:11px;
}
.accordion div.inner_search {
	margin: 0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border: solid 0px #2A2A99;
	border-bottom:none;
}


