/*
	Little Red Feather
	Horses Stylesheet
*/


.content-main {
	float: none;
	width: auto;
}

dl.opportunity {
	position: relative;
	min-height: 145px;
	margin: 1em 0 2em 0;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
}
* html dl.opportunity { height: 145px; }
dl.opportunity dt {
	float: left;
	margin: 0 0 .5em 160px;
	font-size: 1.8em;
	color: #6C849D;
}
* html dl.opportunity dt { margin-left: 80px; }
dl.opportunity dd {
	font-size: 1.2em;
}

dl.opportunity dd.links {
	float: right;
	width: 140px;
	font-size: 1.1em;
	line-height: 1.4;
	list-style-image: url(../images/nav-arrow-orange.png);
}
dl.opportunity dd.links li {
	margin: 0 0 0 16px;
}
dl.opportunity dd.photo {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 150px;
	height: 119px;
	background: #EEE;
}

dl.opportunity dd.specs {
	float: left;
	margin: 0 0 10px 160px;
	width: 260px;
}
* html dl.opportunity dd.specs { margin-left: 80px; }
dl.opportunity dd.specs p {
	margin: 0 0 1em 0;
	padding: 2px;
	font-size: .95em;
}
dl.opportunity dd.specs .odd {
	background: #CCCFD5;
}
dl.opportunity dd.specs strong {
	float: left;
	width: 4.5em;
}




table.horses {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 2em 0;
}
table.horses th {
	padding: 8px 4px;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	color: #FFF;
	text-transform: uppercase;
	background: #1A2834;
}
table.horses tfoot th {
	border: 1px solid #FFF;
	border-width: 1px 0;
	background: #666;
}
table.horses tbody td {
	padding: 8px 4px;
	vertical-align: top;
	font-size: 1.1em;
}
table.horses tbody tr.even {
	background: #D3DDE5;
}
