﻿.horsesForSaleTable
{
	width: 100%;
	clear: both;
}

.horsesForSaleTable tr
{
	margin-bottom: 5px;
	border-bottom: solid 1px #000000;
}

.horsesForSaleTable .pic
{
	margin-right: 5px;
	width: 202px;
}

.horsesForSaleTable .pic img
{
	border-style: none;
	border-width: 0px;
}

.horsesForSaleTable .desc
{
	margin: 0px 0px 0px 5px;
	vertical-align: top;
}

.horsesForSaleTable .desc h3
{
	font-family: Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	clear: both;
}

.horsesForSaleTable .desc ul
{
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: disc;
}

.horsesForSaleTable .desc li
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	clear: both;
}