/* CSS Document */

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}
.thelanguage ul {
	margin-top: 1px;
	margin-left: 13px;
}


.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}
.q_list {
	list-style-type: none;
	margin-top: -25px;
	margin-left: 23px;
	margin-bottom: 0px;
}


.technology{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	font-size: 11px;
	color: #81A727;
	font-family: Tahoma, Arial, Verdana;
	margin-bottom: 6px;
	
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #759823;
	font-family: Tahoma, Arial, Verdana;
	margin-bottom: 5px;
	font-weight:normal;
	font-size: 11px;
	
	padding-bottom:10px;
	/*
	background-image:url(../images/resources/tabsep.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color:#3b90c9;
	font-weight: normal;
	padding-bottom:10px;
	background-image:url(../images/resources/tabsep.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #3B90C9;
	
	/*color: #3b90c9;*/
	/*background:#0796DC;*/

}

.thelanguage {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../images/resources/icon_a.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	padding-top: 0px;
	padding-left: 29px;
	padding-bottom: 5px;


}
