#houses_body{
	width:700px;
	margin-bottom:20px;
}

#houses_header{
	width: 674px;
    padding: 10px 12px 6px 12px;
    box-sizing: content-box;
    color: #ccc;
    font-size: 20px;
    border: solid 1px #000;
    border-bottom: solid 2px #000;
    background: rgba(255,255,255,0.05);
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
}

#houses_list_container{
	width:calc(100% - 2px);
	background-color:#111;
	border:solid 1px #000;
	border-top:0;
	position:relative;
}

#houses_options{
	width:calc(100% - 40px);
	margin-left:20px;
	padding-top:20px;
}

#houses_townid_box{
	height:21px;
	box-sizing:content-box;
	padding: 10px 12px 6px 12px;
	border:solid 1px #000;
	border-bottom: solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
	float:left;
}

#houses_townid{
	width:100px;
	background:0;
	box-sizing:content-box;
	border:0;
	outline:0;
	margin:0;
	padding:0;
	font-size:14px;
	color:#ccc;
	box-shadow:none;
	cursor:pointer;
}

#houses_order{
	height:21px;
	box-sizing:content-box;
	padding: 10px 12px 6px 12px;
	border:solid 1px #000;
	border-bottom: solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
	float:right;
	cursor:pointer;
	user-select:none;
}

#houses_order_icon{
	width:16px;
	height:16px;
	float:left;
	margin-top:2px;
	transition: 0.5s;
}

#houses_order_text{
	margin-left:8px;
	font-size:18px;
	color:#ccc;
	float:left;
	margin-top:3px;
}

#houses_method_box{
	height:21px;
	box-sizing:content-box;
	margin-right:10px;
	padding: 10px 12px 6px 12px;
	border:solid 1px #000;
	border-bottom: solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
	float:right;
}
#houses_method{
	width:100px;
	background:0;
	box-sizing:content-box;
	border:0;
	outline:0;
	margin:0;
	padding:0;
	font-size:14px;
	color:#ccc;
	box-shadow:none;
	cursor:pointer;
}

#houses_show{
	width:calc(100% - 40px);
	margin-left:20px;
	margin-top:10px;
}

#houses_show_containers{
	float:right;
}

.houses_show_container{
	height:24px;
	margin-left:10px;
	display:flex;
	align-items:center;
	float:left;
}

.houses_show_container input[type=checkbox]{
	float:left;
}

.houses_show_container_text{
	height:14px;
	float:left;
	margin-left:8px;
	color:#aaa;
	font-size:18px;
}

#houses_show_label{
	height:24px;
	margin-right:10px;
	display:flex;
	align-items:center;
	color:#aaa;
	font-size:18px;
	float:right;
}

#houses_list{
	width:calc(100% - 40px);
	height:80px;
	padding:20px;
	overflow:hidden;
}

.houses_load{
	width:100%;
	height:80px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.houses_container{
	width:calc(100% - 24px);
	margin-bottom:5px;
	padding:12px 12px;
	border:solid 1px #000;
	border-bottom: solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
	float:left;
	cursor:pointer;
}
.houses_container:hover{
	background: rgba(255,255,255,0.08);
	background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.08) 100%);
}

.houses_main{
	width:100%;
	display:flex;
	flex-direction:row;
	align-items:center;
}

.houses_indicator{
	width:4px;
	height:16px;
	border-radius:2px;
}

.houses_name{
	width:280px;
	height:14px;
	color:#ccc;
	margin-left:8px;
	font-size:18px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.houses_size{
	width:50px;
	height:14px;
	margin-left:20px;
	color:#ccc;
	font-size:18px;
	text-align:center;
}

.houses_rent{
	width:50px;
	height:14px;
	margin-left:20px;
	color:#ccc;
	font-size:18px;
	text-align:center;
}

.houses_beds{
	width:50px;
	height:14px;
	margin-left:20px;
	color:#ccc;
	font-size:18px;
	text-align:center;
}

.houses_owner{
	width:calc(100% - 514px);
	height:14px;
	margin-left:20px;
	color:#ccc;
	font-size:18px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.houses_images{
	width:100%;
	height:350px;
	display:none;
}

.houses_images_main{
	width:634px;
	height:350px;
	margin-top:15px;
	background-color:#111;
	box-shadow: inset 0 0 0 1px #000;
	background-size:634px 350px;
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.houses_images_minimap{
	width:130px;
	height:130px;
	border:solid 1px #000;
	background-color:#181818;
	background-size: 130px 130px;
	position:absolute;
	top:10px;
	right:10px;
	display:none;
	align-items:center;
	justify-content:center;
}

.houses_images_minimap_marker{
	width:9px;
	height:9px;
	background-image: url(../img/minimap_marker.png);
	background-size: 9px 9px;
}

.houses_images_minimap_arrow{
	width:20px;
	height:20px;
	position:absolute;
	background-size:20px 20px;
	right:4px;
}

.arrow_up{
	background-image: url(../img/minimap_up.jpg);
	bottom:30px;
}

.arrow_down{
	background-image: url(../img/minimap_down.jpg);
	bottom:6px;
}

.houses_images_minimap_text{
	width:70px;
	height:20px;
	position:absolute;
	left:8px;
	bottom:1px;
	font-size:18px;
	text-align:left;
	color:#fff;
	user-select:none;
}

.houses_images_loading{
	width:50px;
	height:50px;
	background-image:url(../img/loading_green.gif);
	background-size:50px 50px;
}

.houses_images_error{
	width:64px;
	height:64px;
	background-image:url(../img/error_gobbler.png);
	background-size:64px 64px;
}

.houses_images_error_text{
	color:#999;
	font-size:18px;
}

.houses_none{
	width:100%;
	height:14px;
	color:#ccc;
	font-size:18px;
	text-align:center
}