﻿.PetSelection
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:9pt;
	text-align:left;
	font-weight:bold;
}
.PetListArea
{
	width:765px;
	top: 220px;
	left:0px;
}
.PetSelectionArea
{
	position:relative;
	float:left;
	width:150px;
	left:15px;
	top:73px;	
}
.PetSelectionHeaderSpacer
{
	height:17px;
}
.petselectcheckboxes
{
	padding-left: 15px;
	width: 100px; 
	text-align: left;
}
.PetPictureArea
{
	width: 130px;
	height: 130px;
	float: left;
	text-align: center;
	border-right: red thin solid;
	border-top: red thin solid;
	border-left: red thin solid;
	border-bottom: red thin solid;
}
.TDPetDisplayArea
{
	width:765px;
}
.PetInfoArea
{
	width: 525px;
	text-align: left;
	border-right: blue thin solid;
	border-top: blue thin solid;
	border-left: blue thin solid;
	border-bottom: blue thin solid;
}
.NormalText
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:10pt;
}
.TDPetPictureArea
{
	width: 130px;
	height: 130px;
	text-align: center;
	vertical-align: top;
}
.TDPetInfoArea
{
	width:100%;
	text-align: left;
	vertical-align: top;
}
.FeaturedPetArea
{
	width: 575px;
	position: relative;
	left: 40px;	/* was 188px */
	top: 47px;
	overflow: auto;
}
.FeaturedPet
{
	float: left;
	width: 570px; 
	left: 0px;		/* was 184x */
	top: 0px;
	background-color: Transparent;
	height:200px;
}
.FeaturedPetImageArea
{
	position:relative;
	width:140px;
	left:0px;
	top:34px;
	float:left;
}
.FeaturedPetInfoArea
{
	float: left;
	text-align: left;
	width: 415px;
	left: 10px;
	overflow: hidden;
	margin-top: 25px;
}
.FeaturedPetNameArea
{	
	position:relative;
	width:140px;
	top:13px;
	left:0px;
	text-align:center;
}
.FeaturedPetHeading
{
	font-family:Arial, Helvetica, Sans-Serif;
	color: #666666;
	font-weight: bold;
	font-size: 12pt;
}
.FeaturedPetImage
{
	width: 130px;
	height: 130px;
	top:2px;
	left:1px;
}
.FeaturedPetName
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 11pt;
	top:12px;
}
.FeaturedPetText
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	text-align:left;
}
