#fullcont {
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin:0px;
	padding:0px;
}

#searchcontainer {
	max-width:80%;
	height:100%;
	display:flex;
	flex-flow:row wrap;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
	align-items:flex-start;
}

#filtercontainer {
	min-width:20%;
	height:100%;
	--background-color:red;
	display:inline-block;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
	text-align:left;
	float:left;
}

#searchitem {
	width:24%;
	min-width:200px;
	height:300px;
	padding: 0px;
	text-align:center;
	vertical-align:top;
	border: 1px solid grey;
	margin-bottom: 5px;
	margin-left:5px;
}

#searchitemcont {
	display:flex;
	flex-direction:column;
	align-self: flex-start;
	align-items:flex-start;
	padding: 0px;
	text-align:center;
	vertical-align:top;
	height:100%;
}

#searchimage {
	max-width:90%;
	height:150px;
	margin:auto;
	margin-top:5px;
	flex-grow:0;
	flex-shrink:0;
}

#searchprice {
	align-self: flex-end;
	margin:auto;
	vertical-align:bottom;
	margin-bottom:0px;
	padding-bottom:5px;
	font-size:1.5em;
}

#searchitem:hover #searchprice {
	color:#444;
}

#searchtitle {
	margin:auto;
	margin-top:5px;
	text-overflow: ellipsis;
}

#searchdesc {
	align-self:flex-start;
}

#pagbox {
	display:inline-block;
	margin:auto;
	text-align:center;
	width:80%;
	display:flex;
	flex-direction:row;
	justify-content:center;
}

/*#pagbox > a {
	padding-left:5px;
	padding-right:5px;
}*/

#pagentry {
	border-top:1px solid black;
	border-bottom:1px solid black;
	border-left:1px solid black;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}

#pagentry:hover {
	color: white;
	background-color: red;
}

.paglast {
	border-right:1px solid black;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.paglastselected {
	color: white;
	background-color: red;
	border-right:1px solid black;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pagfirst {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagfirstselected {
	color: white;
	background-color: red;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagone {
	color: white;
	background-color: red;
	border:1px solid black;
	border-radius:3px;
}

.pagselected {
	color: white;
	background-color: red;
}


#pageselect {
	display:inline-block;
}

#popbutton {
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
}

#searchdiv {
	width:100%;
	margin-bottom:5px;
	display:flex;
	flex-direction:row;
}

#searchbox {
	width:80%;
	height:3em;
	border: 2px solid black;
	margin-top:0px;
	border-right:0px;
}

#searchbutton {
	width:20%;
	height:3em;
	margin-top:0px;
	border: 2px solid black;
}

#minselect {
	width:50px;
}

#maxselect {
	width:50px;
}