

#content p {
line-height: 150%;
}

#content h2 {
color: #000;
font-size: 20px;
padding-top: 15px;
padding-bottom: 0px;
border-bottom: 1px solid #000;
}

#content h3 {
color: #000;
padding-bottom:5px;
}
#content h5 {
color: #ddd;
margin: 7px 0 0 0;
}
/*#content ol {
color: #ddd;
margin-top: 10px;
}

#content a {
color: navy;
text-decoration: none;
}
#content a:hover {
text-decoration: underline;
}
*/      
.hideme {
display: none;
}
/*
a {
color: navy;
text-decoration: none;
}
*/
a:visited {
color:#004ca8;
}
/*
a:hover {
color: navy;
text-decoration: underline;
}
*/
hr {
color: #000;
}

#wrapper {
}


.sale_image {
float: left;
margin: 0px;
}

.sale_item {
/*	margin-left: 165px;*/
}

.sale_text {
padding-left: 160px;
}

.sales_photo {
float: left;
}

.sale_label {
width:100px;
color: black;
text-align: right;
font-weight: bold;
}

#sale_addl_info {
font-size:11px;
width:299px;
border: 1px solid #000;
float: left;
color: #000;
background: #eee;
}

#sale_addl_info td {

margin: 0px;
}

#main_description {
float: left;
}

#sales_table {
}

#sales_table th {
background-color: #fff;
color: #000;
}

#sales_table td {
border: 1px solid #fff;
}

hr {
clear: both;
margin-bottom: 20px;
}

p.pending, p.sold {
	text-transform: uppercase;
	font-weight: bold;
}

p.pending { color: green; }
p.sold { color: red; }

a img.back_arrow {
	border: 0px;
	top: 4px;
	position: relative;
}