/*------------BODY--------------*/
#advanced_filters{
	float: left;
	width: 55%;
	text-align: left;
}

#buttonbar{
	padding: 0 3px;
	padding-top: 100px;
	float: left;
	width: 40px;
	text-align: center;
}

#buttonbar img{
	padding: 15px 0;
	margin: 0 auto;
}

#selected_filters{
	float: left!important;
	width: 40%;
	border-right: thin solid #b4d7e6;
	height: 100%;
}

#summary{
	text-align: left!important;
	height: 310px;
}

/*----------BUTTON-----------*/
/*#button {
	float: right;
	padding: 0 4em 0 0;
	margin-left: 5px;
	list-style: none;
	background: url(../imgs/button.png) no-repeat;
	height: 35px;
}

#button a{
	float: left;
	width: 95px;
	padding-top: 1px;
	color: #b4d7e6;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.8em;
	text-decoration: none;
	height: 35px;
}
*/
#button{
	float: right;
	margin: 1em 5em;
}

#button a{
	background: url(../imgs/button.png) no-repeat;
	float: left;
	width: 95px;
	padding: 1px;
	color: #b4d7e6;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.8em;
	text-decoration: none;
	height: 35px;
}

#button a:hover{
	color: #ffffff;
}
/*-----------SEARCHPAGE------------*/