/* Styles for the Pet Detail Pages */
#pics {
	float: left;
	width: 120px;
}
.pic a {
	display: block;
	width: 120px;
	margin: 1em 0 0 0;
	padding: 0 0 30px 0;
	text-align: center;
	background: url(/images/zoomBG.gif) left bottom no-repeat;
}
.pic a:hover {
	background: url(/images/zoomBG.gif) right bottom no-repeat;
}
/* Content
----------------------------------------------- */
#content {
	margin: 1em 20px 0 20px;
	float: left;
	width: 425px;
}
/* Actions
----------------------------------------------- */
#actions {
	margin: 0;
	float: left;
	width: 170px;
}
#actions ul {
	list-style: none;
	padding: 0;
	margin: 1em 0;
}
#actions ul li {
	margin: 5px 0;
	padding: 0;
}
#actions ul li a {
	display: block;
	color: #E60;
	padding: 10px 5px 10px 37px;
	height: 1%;  /* for stupid IE, not worth creating a whole stylesheet for */
}
#actions ul li a:hover {
	color: #FF872C;
}
#return {
	background: url(/images/returnIcon.gif) left center no-repeat;
}
#policies {
	background: url(/images/policiesIcon.gif) left center no-repeat;
} 
#apply {
	background: url(/images/applyIcon.gif) left center no-repeat;
}
#email {
	background: url(/images/emailIcon.gif) left center no-repeat;
}
#print {
	background: url(/images/printIcon.gif) left center no-repeat;
}
#directions {
	background: url(/images/directionsIcon.gif) left center no-repeat;
}
/*#actions ul li a:hover {
	background: #ffe958 url(/images/secondaryNavIcon.gif) left center no-repeat;	
}*/
