@charset "UTF-8";
/* CSS Document */

.lot-box {
	border-color:#CC141B #CCCCCC #CCCCCC;
	border-style:solid;
	border-width:5px 1px 1px;
	margin-bottom:10px;
	padding:10px;
	width:525px;
}
.legend-text {
	font-size:16px;
	float: left;
	padding: 0 6px;
}
.lot-image {
	border:thin solid #ccc;
	float:left;
	height:auto;
	margin:3px 9px 3px 3px;
	padding:5px;
	width:100px;
}
.lot-description {
	font-size:12px;
	margin:3px
}
.estimate-text {
	font-size:12px;
	margin:13px 0;
}
.lot-links {
	float: right;
	width:auto;
	height:auto;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button2 {
	background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button2 span {
	background: transparent url('/images/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}
a.button2:active {
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}
a.button2:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}
.page-title {
	font-size: 16px;
	text-align: center;
	width: 100%;
	height:auto
}
h6 {
	font-size:13pt;
	font-weight:normal;
	text-align:center;
}
