@charset "utf-8";
.mypets{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	background:url(../images/orange_bullet.gif) no-repeat left 10px;
	padding-left:20px;
	padding-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
	background: ffffff;
	color: #EB1C24;
}
.thepet{
padding:10px 0px 10px 20px;
	background: ffffff;
	color: #000000;
	line-height:160%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
}

