﻿@import url("base.css");

#horse-list
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

#horse-list li
{
	float: left;
	font-size: 120%;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 281px;
	height: 200px;
}

#horse-list li img
{
	display: block;
	margin: 0 auto 0.5em auto;
}

.details #content, .details #content p { text-align: center; }

.details .price
{
	font-size: 110%;
	font-weight: bold;
}