
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #45443F;
	line-height: 16pt;
	font-weight: bold;
	text-transform: uppercase;
}
.sold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #C00;
	line-height: 16pt;
	font-weight: bold;
	text-transform: uppercase;
}
.horse_name {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #45443F;
	line-height: 16pt;
	font-weight: bold;
	text-transform: uppercase;
}
.horsetable{
	border: 1px solid #000;		
}

.horsetable td{
	border: 1px solid #000;		
}



.photos_news {
	border: 3px solid #000;
	box-shadow: rgb(15,15,15) 4px 4px 6px;
	-moz-box-shadow: rgb(15,15,15) 4px 4px 6px;
	-webkit-box-shadow: rgb(15,15,15) 4px 4px 6px;
	margin-top : 2px;
	margin-right : 2px;
	margin-left : 2px;
}

.photos_thumb {
	border: thin solid #000;
	box-shadow: rgb(15,15,15) 2px 2px 4px;
	-moz-box-shadow: rgb(15,15,15) 2px 2px 4px;
	-webkit-box-shadow: rgb(15,15,15) 2px 2px 4px;
	margin-top : 2px;
	margin-right : 2px;
	margin-left : 2px;
}

