/*** Common Report Style ***/
.font120 {
	font-size: large;
}

.font90 {
	font-size: 90%;
	line-height: 1.1;
}

.list-container {
	padding-top:1em;
}

.pagination {
	margin:0;
}

.report-border {
	border: solid 1px #e1e1e1;
	padding: 0.5em 1em 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	background-color: #ffffff;
}

.listing-status {
	color:green;
	font-weight:bold;
}

.remarks {
	padding: 5px !important;
	color: #888888;
}

.address-pane {
	margin: 0;
	padding: 10px 20px;
	background-color: #EEEEEE;
}

.rc-address {
	font-weight: bold;
	font-size: 12pt;
	height: 1.5em;
	overflow-x: hidden;
}

.rc-city {
	font-size: 8pt;
}

.rc-price {
	font-size: 16pt;
	font-weight: bold;
	padding-top: 4px;
	color: #009900;
}

.remarks-wrap {
	font-style: italic;
	background-color: #F6F6F6;
	border: solid 1px #DEDEDE;
	margin-bottom: 1em;
	padding: 0.5em 1em;
	color: #444444;
	display: inline-block;
}

.rc-maininfo {
	padding: 1em;
	font-size: 13px;
}

.mi-border-right {
	border-right: 1px solid #444444;
}

.main-info-item {
	font-weight: bold;
	white-space: nowrap;
}

.main-info-item * {
	display: block;
	white-space: nowrap;
}

.thumbnail-maxheight {
	min-height: 340px;
	max-height: 340px;
}

.img-maxheight {
	max-height: 200px;
}

.basicinfo {
	color: #888888;
}

.idx-disc {
	font-size:9pt;
	font-style:italic;
	padding:10px 0;
}

.disclaimer {
	font-size:9pt;
}

/*** List Report ***/
.listview {
	padding: 5px;
	margin: 1em 0;
}
.listview .thumbnail {
	margin-bottom:0;
}
.vtourlink {
	margin-bottom:15px;
	display:block;
}

/*** gallery report ***/
.report-gallery {
	height: 440px;
	margin-right: 1%;
	margin-bottom: 1%;
	width: 32%;
	float: left;
}

.report-gallery .photo-pane {
	padding: 1em 0;
	height: 250px;
	display:relative;
}
.report-gallery .thumbnail {
	margin-bottom:0;
}

.report-gallery .main-info {
	height: 4em;
}

.report-gallery .idx-disc {
	font-size:7pt;
}

@media ( min-width :1200px) {
	.report-gallery {
		width: 24%;
	}
}

@media ( max-width :991px) {
	.report-gallery {
		width: 32%;
		height: 405px;
	}
	.report-gallery .photo-pane {
		height: 195px;
	}
	.rc-address {
		font-size: 10pt;
	}
	.report-gallery .main-info {
		height: 70px;
	}
	.mi-border-right {
		border-right-style: none;
	}
	.main-info-item * {
		display: inline;
	}
	
	.report-gallery .contact-pane .btn {
		padding: 3px;
	}
	
	.report-gallery .img-maxheight {
	max-height: 150px;
	}
}

@media ( max-width :767px) {
	.report-gallery {
		width: 49%;
		margin-right: 1%;
		height: 450px;
	}
	.report-gallery .photo-pane {
		height: auto;
		padding-bottom: 0;
	}
	.gallery-container {
		padding: 1em 0;
	}
	.idx-disc {
		font-size:7pt;
	}
	
	.report-gallery .img-maxheight {
	max-height: 200px;
	}
}

@media ( max-width :550px) {
	.report-gallery {
		height: 400px;
	}
	.report-gallery .address-pane {
		padding: 0;
	}
}

/*** Map Report ***/
.map-container {
	position:fixed;
	top:180px; left:0; bottom:0; right:0;
	border:solid 1px #cccccc;
}

#map, .map-listingscontainer {
	position: absolute;
	top: 0;
	bottom: 0;
}

#map {
	left: 0;
	right: 300px;
}

.map-listingscontainer {
	right: 0;
	width: 300px;
	overflow: auto;
	padding-bottom: 2em;
	box-shadow: 0 0 20px 0 #CCCCCC inset;
}

.map-listing {
	padding: 10px 0;
	border-bottom: solid 1px #cccccc;
}

.map-thumb img {
	width:100px;
}
.map-thumb a.btn {
	color: white;
}

@media (max-width:767px) {

	.map-container {
		top: 100px;
	}
	
	.pagination li.middle {
		display:none;
	}
	.pagination li.active {
		display:inline;
	}
}

@media (max-width: 699px) {
	#map {
		right: 0;
	}
	.map-listingscontainer {
		display:none;
	}
}

@media ( max-width :590px) {
	.report-gallery {
		height: 420px;
	}
	.report-gallery .img-maxheight {
	max-height: 150px;
}

@media ( max-width :331px){
	.report-gallery .img-maxheight {
	max-height: 100px;
	}
}