.myfaq{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 0px solid gray;
background: #E1E1E1;
}

.openfaq{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.faqlist{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}

div.faq
{
	clear: both;
	margin: 10px 0 0 0;
}
div.faq-caption
{
	background: #3D67A1 url('../img/box-caption-bg.gif') bottom repeat-x;
	color: #FFF;
	text-transform: capitalize;
	font-size: 1.3em;
	height: 37px;
	padding-top: 12px;
	margin: 0 40px;
}
div.faq-caption-left
{
	background: url('../img/box-caption-left.gif') bottom left no-repeat;
	height: 49px;
}
div.faq-caption-right
{
	background: #3D67A1 url('../img/box-caption-right.gif') bottom right no-repeat;
	height: 49px;
}
div.faq-header
{
	background: url('../img/box-header-bg.gif') bottom repeat-x;
	line-height: 9px;
	margin: 0 9px;
}
div.faq-header-left
{
	background: url('../img/box-header-left.gif') bottom left no-repeat;
	height: 9px;
}
div.faq-header-right
{
	background: url('../img/box-header-right.gif') bottom right no-repeat;
	height: 9px;
}
div.faq-footer
{
	background: url('../img/box-footer-bg.gif') top repeat-x;
	line-height: 9px;
	margin: 0 9px;
}
div.faq-footer-left
{
	background: url('../img/box-footer-left.gif') top left no-repeat;
	height: 9px;
}
div.faq-footer-right
{
	background: url('../img/box-footer-right.gif') top right no-repeat;
	height: 9px;
}
div.faq-content-right
{
	padding: 0;
	margin: 0;
	background: url('../img/border-right.gif') right repeat-y;
}
div.faq-content-left
{
	padding: 0;
	margin: 0;
	background: url('../img/border-left.gif') left repeat-y;
}
div.faq-content-center
{
	padding: 10px 15px;
	margin: 0 4px;
	background: #FFF;
}
div.faq-content
{
	padding: 0;
	margin: 0;
}
