.date {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595858;
}
.datesmall {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height:5px;
}
.counter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	line-height:5px;
}
.normal {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	line-height:15px;
}
.normal2 {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
}
.link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ce5600;
}


.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	background-color:#E2E2E2;
	color: #ce5600;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #1c96e6;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #ce5600;
}




div#inform-wrapper {
width:100px;
border:none;
color:#7e7056;
font-family:tahoma;
size:11px;
font-weight:bold;
text-decoration:none;

}
div#inform-wrapper h3 {
border:none;
color:#59544a;
}
div#inform-wrapper dl#inform-data {
border:none;
color:#59544a;

}
div#inform-wrapper dl#inform-data dt {
border:none;
color:#59544a;

}
div#inform-wrapper dl#inform-data dt.first {
border:none;
color:#59544a;

}
div#inform-wrapper dl#inform-data dt a {
border:none;
color:#59544a;

}
div#inform-wrapper a#inform-more-news {
border:none;
color:#ce5600;

}