img.new {
	vertical-align: middle;
}

/* each horse */
div.sales-horse {
	position: relative;
	height: auto;
}

div.sales-horse div.sold-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	zoom: 1;
}

div.sales-horse h3 {
	margin-top: 0;
	background: #d2b48c;
	margin-bottom: 0.3em;
}

div.sales-horse h4 {
	margin-top: 0;
	text-indent: 1%;
	margin-bottom: 0.5em;
}

div.sales-horse h5 {
	margin-top: 0;
	text-indent: 2%;
}

/* horse pic */
div.sales-horse-pic {
	float: left;
	width: 200px;
	margin: 0 1em 0 1em;
	text-align: center;
}

div.sales-horse-pic img {
	border: 3px groove black;
}

div.sales-horse-pic P {
	margin-left: auto;
	margin-right: auto;
	/* centers text */
}

P.enlarge {
	font-family: Arial, Sans-serif;
	font-size: 70%;
}

P.enlarge img {
	border: none;
	vertical-align: text-top;
}

/* horse text */
.sales-horse-text {
	width: auto;
	margin: 1em 1em 0 220px;
}

.sales-horse-text H4 {
	margin: 0;
	background: #f0f0f0;
	clear: none;
}

.sales-horse-text H5 {
	margin: 0.5em 0 0.5em 0;
	clear: none;
	font-family: Arial, Sans-serif;
	font-size: smaller;
}

.sales-horse-text P {
	margin-left: 4%;
	margin-right: 10%;
}

.sales-horse-text .incentive-fund {
	margin: 0.5em 0 0.5em 0;
	clear: none;
	font-family: Arial, Sans-serif;
	font-size: smaller;
	font-weight: bold;
}

.sales-horse-text .button-more {
	margin: 0 0 0 5%;
	border: 0;
}

div.login {
	clear: both;
	text-align: left;
	font-family: Arial, Sans-serif;
	font-size: 70%;
}

p.credit {
	margin: 0.3em 0 0 1em;
	font-family: Arial, Sans-serif;
	font-size: 70%;
}

