/* CSS Document */

/* Listing Layout */

a.listingCat {
	color: #000000;
	display: inline-block;
	font-family: "Oswald";
	font-size: 18pt;
	margin: 5px 0;
	text-decoration: none;
}

a.listingCat:hover {
	text-decoration: underline;
}



div.hrlong {
	background-color: #ff007b;
	clear: both;
	height: 3px;
	margin: 50px auto;
	width: 80%;
}

div.listingContainer {
	clear: both;
	display: block;
}

div.listing {
	font-size: 12pt;
	margin: 0 auto;
	min-height: 293px;
	width: 1000px;
}

div.listingContent {
	float: right;
	margin-top: 10px;
	width: 625px;
}

div.listingImage {
	float: left;
	margin-top: 13px;
	height: 269px;
	width: 356px;
}

div.shareIcons {
	clear: left;
	float: left;
	padding: 20px 0;
}

div.shareIcons img {
	border: none;
	display: inline-block;
	height: auto;
	width: 64px;
}

div.shareIcons img:hover {
	border: none;
}

div.listingImage a {
	text-decoration: none;
}

div.listingImage img {
	border: 3px solid #ffffff;
	border-radius: 2px;
	display: block;
	height: 263px;
	width: 350px;
}

div.listingImage img:hover {
	border-color: #ff007b;
}

div.listingView {
	float: right;
	text-align: center;
	height: 61px;
	width: 610px;
}

div.thumbs {
	margin: 0 auto;
	/*overflow: hidden;*/
	width: 991px
}


div.thumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.thumbs ul li {
	float: left;
	margin: 0 13px 26px;
	text-align: center;
}

a.thumb img {
	border: 2px solid #ffffff;
	border-radius: 2px;
	margin-bottom: 5px;
	height: 225px;
	width: 300px;
}

a.thumb img:hover {
	border-color: #ff007b;
}

div.thumbs ul li button {
	margin: 0 5px;
}

div.listingTitle {
	margin-top: -20px;
	margin-left: -5px;
}

span.title, a.title {
	color: #000000;
	font-size: 17pt;
	font-weight: bold;
}

div.listingContent a.title:hover {
	color: #ff007b;
	text-decoration: underline;
}

div.listingContent td {
	vertical-align: top;
}

td:first-child {
	white-space: nowrap;
}


span.sBanner {
	display: block;
	color: #ffffff;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	padding-top: 1px;
	position: relative;
	margin-top: -266px;
	margin-left: 3px;
	height: 30px;
	width: 350px;
}

span.available {
	background-color: #339900;
}

span.reduced {
	background-color: #ff007b;
}

span.contract {
	background-color: #666666;
}

span.sold {
	background-color: #970b0b;
}





div#docs {
	padding-left: 70px;
}

div#docs div {
	display: inline-flex;
	align-items: center;
	margin: 5px;
}


#map {
	margin: 0 auto;
	height: 600px;
	width: 800px;
}



div.upload, div.uploadDocs {
	margin: 20px auto 0;
	text-align: center;
	width: 620px;
}

div.upload form, div.uploadDocs form {
	margin-bottom: 10px;
}

div.upload input[type=submit], div.uploadDocs input[type=submit] {
	margin-left: 30px;
}









@media only screen and (max-width : 480px) {
	div.listing {
		font-size: 10pt;
		min-height: 293px;
		overflow: hidden;
		width: 100%;
	}

	div.listingContent {
		float: none;
		width: 100%;
	}

	div.listingImage {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	div.listingImage img {
		display: inline-block;
	}
	
	span.sBanner {
		margin: -266px auto 0;
	}
	
	div.thumbs {
		width: auto;
	}
	
	div.thumbs ul li {
		float: none;
		margin: 0;
	}
	
	#map {
		height: 300px;
		width: 100%;
	}
}



@media only screen and (min-width : 481px) and (max-width : 874px) {
	div.listing {
		font-size: 10pt;
		min-height: 293px;
		overflow: hidden;
		width: 100%;
	}

	div.listingContent {
		float: none;
		width: 100%;
	}

	div.listingImage {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	div.listingImage img {
		display: inline-block;
	}
	
	span.sBanner {
		margin: -266px auto 0;
	}
	
	div.thumbs {
		text-align: center;
		width: auto;
	}
	
	div.thumbs ul li {
		display: inline-block;
		float: none;
		margin: 0;
	}
	
	#map {
		height: 500px;
		width: 100%;
	}
}