/* Settings specific to the horse detail layout */

h1 strong {
	font-size:1.5em;
	display:block; 
	font-weight:normal;
}
h1 em{
	font-size:0.5em;
	display:block; 
	font-weight:normal;
}

h2 {font-size:1.3em; margin-bottom:0.1em;}
div.details {
	float:left;
	width:48%;
	padding-right:2%;
	height: 4.8em;
}
h3.results {
	font-size:1em; 
	font-weight:normal;
	float:left;
	width:10%;
	margin-top:0;
}
.results {
	clear:both; 
	width:100%;
	margin: 0;
	padding: 0;
	margin-bottom:1.5em;
}
p { margin-bottom:0.2em;}

.results li {
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	border: 0;
	border-bottom: 1px solid #ddd;
}

.results li p {
	width: 350px;
	display:block;
}

.results li strong, .results li h3 {
	font-size: 1.2em;
	font-weight: normal;
	float:left;
}

.results li img {
	float: left;
	margin-right: 16px;
}

.results p img {vertical-align:middle;}

div.description {
	width:100%;
	float:right;
}

hr {
clear:both;
}

