/******************************************************

	autor: INPUT CENTER INFORMÁTICA
	versão: 1.0.1
	atualizado em: 07/07/2010
	
******************************************************/

div#containerGaranhoes{
	width: 552px;
	font-family: Arial, Helvetica, sans-serif;
}
#containerGaranhoes *{
	padding: 0;
	margin: 0;
	border: 0;
}
#containerGaranhoes ul{
	list-style-type: none;
}
#containerGaranhoes li{
	display: inline;
	width: 120px;
	min-height: 220px;
	*min-height: 223px;
	_height: 223px;
	margin: 0 0 11px 24px;
	*margin: 0 0 13px 24px;
	text-align: center;
	float: left;
}
#containerGaranhoes li.primeiroItem{
	margin-left: 0;
}
.boxDadosCavalo{
	width: 120px;
}
.boxNomeGaranhao{
	width: 120px;
	height: 30px;
	background: url(../layout/fundoBoxNomeGaranhao.jpg) no-repeat;
}
.boxNomeGaranhao a:link, .boxNomeGaranhao a:hover, .boxNomeGaranhao a:active, .boxNomeGaranhao a:visited{
	display: block;
	width: 120px;
	height: 30px;
	color: #FFF;
	line-height: 10px;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
}
#containerGaranhoes .boxNomeGaranhao em{
	width: 92px;
	padding: 5px 8px 0 0;
	*cursor: pointer;
	float: right;
}
#containerGaranhoes .boxDadosCavalo img{
	border: 1px solid #3B5741;
}
.boxNomesAncestraisGaranhao p{
	font-size: 11px;
}
.clearBoth{
	clear: both;
}
