@charset "utf-8";
.mypets{ /*header of 1st demo*/
	color: #333;
	text-decoration:none;
	text-align:left;
	font-family: "Myriad Pro";
	font-size: 13px;
	font-weight: normal;
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
	background-image: url(../../images/icon_plus.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin: 0;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
	background-color: #CCC;
	color: #FFF;
	background-image: url(../../images/icon_minus.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 35px;
}
