/*--------------------------------------*\
|*  Invitationtolope.be Mares CSS       *|
|*  (c) 2009 Invitation to Lope         *|
\*--------------------------------------*/
 
#horsesContainer {
	width: 801px;
}

#horsesContainer .horse {
	background-color: #335066;
}

#horsesContainer .horse .afbHorse {
	float: left;
	border-top:1px solid #476e8b;
	border-left:1px solid #476e8b;
	width: 599px;
	height: 400px;
}

#horsesContainer .horse .horseDetails {
	float: left;
	width: 200px;
}

#horsesContainer .horse .horseDetails .afbSire {
	border-top:1px solid #476e8b;
	background-color: #335066;
}

#horsesContainer .horse .horseDetails .txtSire {
	background-color: #e1e1e1;
	border-bottom:1px solid #26393d;
	font-family: Georgia, serif;
	font-size:14px;
	color:#335066;
	height:44px;
	padding: 5px 0px 0px 5px;
}

#horsesContainer .horse .horseDetails .afbDam {
	background-color: #335066;
	height: 150px;
}

#horsesContainer .horse .horseDetails .txtDam {
	background-color: #e1e1e1;
	border-bottom:1px solid #26393d;
	font-family: Georgia, serif;
	font-size:14px;
	color:#335066;
	height:44px;
	padding: 5px 0px 0px 5px;
}

#horsesContainer .horse .txtHorse {
	background-color:#335066;
	border-right:1px solid #26393d;
	border-bottom:1px solid #26393d;
	border-top:1px solid #476e8b;
	border-left:1px solid #476e8b;
	clear: both;
	font-family: Georgia, serif;
	font-size:21px;
	color:#e1e1e1;
	padding: 10px 0px 10px 5px;
}

#mare {
	width: 802px;
}

#mare .afbMare {
	float: left;
	border-top:1px solid #476e8b;
	border-left:1px solid #476e8b;
	width: 599px;
	height: 400px;
}

#mare .horseDetails {
	float: left;
	width: 200px;
}

#mare .horseDetails .afbSire {
	border-top:1px solid #476e8b;
	background-color: #335066;
}

#mare .horseDetails .txtSire {
	background-color: #e1e1e1;
	border-bottom:1px solid #26393d;
	font-family: Georgia, serif;
	font-size:14px;
	color:#335066;
	height:44px;
	padding: 5px 0px 0px 5px;
}

#mare .horseDetails .afbDam {
	background-color: #335066;
	height: 150px;
}

#mare .horseDetails .txtDam {
	background-color: #e1e1e1;
	border-bottom:1px solid #26393d;
	font-family: Georgia, serif;
	font-size:14px;
	color:#335066;
	height:44px;
	padding: 5px 0px 0px 5px;
}

#mare .picbox {
	background-color:#335066;
	border-right:1px solid #26393d;
	border-bottom:1px solid #26393d;
	border-top:1px solid #476e8b;
	border-left:1px solid #476e8b;
	clear: both;
	padding: 3px 10px 3px 130px;
}

#mare .details {
	background-image:url(../images/design/maresdetails.jpg);
	background-repeat:repeat-y;
	border-top:1px solid #476e8b;
	border-left:1px solid #476e8b;
	border-right:1px solid #26393d;
	border-bottom:1px solid #26393d;
}

#mare .details .left{
	float: left;
	width: 279px;
	padding: 0px 0px 0px 20px;
}
#mare .details .right{
	float: left;
	width: 459px;
	padding: 0px 20px 0px 20px;
}
#mare .details .clear{
	clear: both;
}
