﻿*
{
	margin: 0;
	list-style: none;
	z-index: 10000;
}

.mypets
{
	/*header of 1st demo*/
	cursor: pointer;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	margin-right: 0px;
	background-image: url(images/bullet_kapali.png);
	background-position: right center;
	background-repeat: no-repeat;
	z-index: 100;
	width:920px;
}

.openpet
{
	/*class added to contents of 1st demo when they are open*/
	background-image: url(images/bullet_acik.png);
	background-position: right center;
	background-repeat: no-repeat;
	z-index: 100;
}
.thepet
{
	padding: 0px 0px 10px 10px;
	font-family: Arial;
	font-size: 11px;
	color: #acacac;
		width:900px;
}