@import "reset.css";
@import "styles.css";

/* style for the new property listing page */

fieldset {
	padding-bottom: 1em;
}

.proplisting {
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .85em;
}

.proppics {
	float: left;
	position: relative;
	margin-right: 2em;
	width: 50%;
}

.propdetails {
	padding-left: 2em;
}

.detail {
	display: list-item;
	list-style: none;
}
#virtualtour {
	margin: 20px 0 4px 0;
	text-align: center;
}

#price {
	font-size: 1.75em;
	font-weight: 900;
	margin-bottom: 0.75em;
}

#address {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 2em;
}

#mls {
	margin-top: 2em;
}
.thumbnails {
	padding-top: 2px;
	padding-left: 2px;
}
	
.thumbnail {
	width: 94px;
	height: 60px;
	border-color: darkgrey;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
}
#bigwindow, #nobigwindow {
	border-width: 1px;
	margin-bottom: 3px;
	width: 400px;
	height: 270px;
	text-align: center;
}

#bigwindow {
	border-color: lightslategray;
	border-style: solid;
	background-color: tan;	
}

#nobigwindow {
	border-color: darkgrey;
	border-style: dotted;
	background: lightgrey;
}
#bigpic {
	width: 100%;
    max-height: 270px;
}
#features {
	margin-top: 1.25em;
}
#features li {
	padding-left: 10px;
	font-size: .80em;
	margin-left: 3%;
}
#features .first {
	font-weight: 600;
	list-style: none;
	padding-left: 0px;
	margin-top: 1em;
}
#fcol1, #fcol2 {
	width: 45%;
}
#fcol2 {
	float: right;
	position: relative;
}
