/* CSS Document */

.mypets{ /*header of 1st demo*/
	text-indent: 5px;
	cursor: hand;
	cursor: pointer;
	padding: 3px 0px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;

}

.thepet {
	padding-left: 15px;
	}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: #ffd300;
}

