a img { border: none; }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-top: 75px;
	background-image: url(../HorsePropertiesForSale.jpg);
}
.HorseProperties {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.Heading {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	padding: 7px 0;
	margin: 0;
}
.Heading2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.Heading3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
	
}
.HeadingLocation {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.paragraph {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.small10 {font-size: 10px; }
.smallbold {font-size: 10px; font-weight: bold; }
.paragraph {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* extra questions and extra checkboxes */
.extraCheckboxes {
	margin:0px;
	padding:0px;
	float:left;
	list-style-type: none;	
}
.extraCheckboxes li {
	background-image: url('images/checkbox_arw.gif');
	background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 15px;
	border: 0px solid black;
	white-space:nowrap;
	margin:0px;
}
.extraQuestionName,
.extraQuestionName li,
.extraQuestionValue,
.extraQuestionValue li {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
.extraQuestionName li,
.extraQuestionValue li {
	margin-bottom: 5px;
}


#galleryContainer
{
	width: 450px;
	height: 100%;
	margin: 0px auto; /* CENTER THE DIV */
	text-align: center;
}
#galleryBigImage
{
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	margin-top: 4px;
}
#galleryBigImage img
{
	margin: 0px auto;
}
#galleryThumbs
{
	width: 192px;
	
	float: right;
	padding: 3px;
	
	text-align: auto;
}

#galleryThumbs ul
{
	margin: 0px;
	padding: 0px;
}
#galleryThumbs ul li
{
	list-style: none;
	padding: 0px;
	margin: 1px;
	display: block;
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	
}

#galleryThumbs ul li img
{
	margin: 0px auto;
	border: 0px;	
}
