/*for search page*/
.panel-group .panel {
	margin-bottom: 10px;
	border-radius: 4px;
}
.expand-group{
	width: 100%;
	height: 100%;
	border-bottom:1px solid transparent;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

.list_title{
	margin-left: 5px ;
	padding-top: 5px;
}