@charset "utf-8";
@import url("forms.css");
#profile h3{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 18px;
	border-bottom: 5px solid #444;
	background: url(imgs/head_yellow.png) no-repeat 0px 4px;	
}
#profile .left{
	float: left;
	width: 370px;
	margin-right: 20px;
}
#profile .left p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	text-align: justify;
}
#profile .right{
	float: left;
	width: 170px;
	margin-bottom: 40px;
}
#profile ul.d,#profile ul.e{
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-type:none;
}
#profile ul.d li{
	padding: 5px 5px 0px 12px;
	background: url(imgs/list-arrow.png) no-repeat top left;
}
#profile ul.e li{
	margin-left: 1px;
	padding: 4px 0px 0px 10px;
	background: url(imgs/arrow.png) no-repeat left 8px;
}
#info span {
	margin-left: 2px;
	float: left;
	width: 240px;
}
#litters span {
	background: url(imgs/arrow.png) no-repeat 0px 4px;
	padding-left: 10px;
	font-size: 11px;
	margin-left: 5px;
	line-height: 16px;
	float: left;
	width: 175px;
}
.contact{
	width: 96px;
	height: 26px;
	cursor: pointer;
	background: url(imgs/contact.png) no-repeat top left;
}
.website{
	width: 96px;
	height: 26px;
	cursor: pointer;
	background: url(imgs/visit_website.png) no-repeat top left;
} 
.report{
	width: 96px;
	height: 26px;
	cursor: pointer;
	background: url(imgs/report.png) no-repeat top left;
} 
.goback{
	width: 96px;
	height: 26px;
	cursor: pointer;
	background: url(imgs/back.png) no-repeat top left;
} 
