/***********************************************
* Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/


.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
	height: 20px;
	color: #83c7c9;
	font: normal normal 16px "Din Light", sans-serif;
	padding-top: 10px;
	padding-bottom: 0;
	border-bottom: 1px solid #83c7c9;
}

* {
	
}

.openpet{
	color: #55b3bc;
	padding-top: 10px;
	top: 0;
	border-bottom: 1px solid #55b3bc;
}
.text {
	color: #9c9e9e;
	font: 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

.text a:link, .text a:active {
	color: #9c9e9e;
	text-decoration: underline;
}

.text a:visited {
	color: #9c9e9e;
	text-decoration: underline;
}

.text a:hover {
	text-decoration: underline;
	color: #bfce79;
}

#dhtmltooltip{
position: absolute;
width: 250px;
padding: 5px;
background-color: #e6eacb;
visibility: hidden;
z-index: 100;
	color: gray;
	font-size: 10px;
	line-height: 13px;
	text-align: left;
	left: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;}