@charset "utf-8";
.mypets{ /*header of 1st demo*/
	margin: 0;
	font-weight: normal;
	display: block;
	text-shadow:0 1px 1px #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #061526;
	background-color: #0a213d;
	cursor: pointer;
	background-image: url(../../images/icon_plus.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.mypets  a:link, .mypets a:visited{
	color: #333;
	text-decoration:none;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	text-shadow:0 1px 1px #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.mypets  a:hover, .mypets a:active {
	color: #C00;
	text-decoration: none;
	text-shadow:0 1px 1px #000000;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
	background-color: #0e315c;
	color: #333;
	text-shadow:0 1px 1px #000000;
	background-image: url(../../images/icon_minus.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
