/*Accordeon Styles*/

.ContentDiv {
}
.mypets { /*header of 1st demo*/
	-x-system-font:none;
	color:#456D88;
	font-size-adjust:none;
	font-stretch:normal;
	text-decoration: underline;
	cursor: pointer;
	padding: 2px 5px 2px 30px;;
	margin: 10px 0px 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	position: relative;
}
.mypets span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	background: url(/img/questionicon-up.png) no-repeat left top;
}
.thepet {
	padding: 5px 0px 0px 18px;
	margin: 0px 0px 0px 8px;
	border-left: #173952 solid 4px;
}
.openpet { /*class added to contents of 1st demo when they are open*/
	text-decoration: none;
	color: #333;
	background: #FFFEDE;
}
.openpet span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	background: url(/img/questionicon.png) no-repeat left top;
}
