﻿.PanelTitleClosed
{
	background-image:url(images/bgs/faq_off.gif);
	background-repeat:no-repeat;
	background-position:right top;	
	height:35px;
	line-height:35px;
	cursor:pointer;
	padding-right:25px;
	color:#000000;
	text-decoration:none;
	margin-bottom:1px;
	overflow:hidden;
}
.PanelTitleClosed2
{
	color:#484848;
	background-image:url(images/bgs/faq_off.gif);
	background-repeat:repeat-x;
	background-position:center top;
	font-weight:bold;
	height:35px;
	text-indent:10px;
	width:520px;
	line-height:35px;
	padding-right:26px;
	margin-bottom:1px;	
}

.PanelTitleOver
{
	background-image:url(images/bgs/faq_off.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:35px;
	cursor:pointer;
	line-height:35px;
	color:#fa5a02;
	text-decoration:underline;
	padding-right:26px;
	margin-bottom:1px;
}
.PanelTitleExpended
{
	background-image:url(images/bgs/faq_on.gif);
	background-repeat:repeat-x;
	background-position:right top;
	padding-right:26px;padding-top:0px;
	height:35px;
	line-height:35px;
	cursor:pointer;
	vertical-align:middle;
	color:White;
	font-weight:bold;
	text-decoration:underline;
	
}


.PanelContentClosed
{
	visibility:visible;
	line-height:10px;
	overflow:hidden;
	height:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
	background-color:Red;
}
.PanelContentExpended
{
	background-image:url(images/bgs/faq_open_content.gif);
	background-repeat:repeat-x;
	background-position:right top;	
	padding-right:26px;padding-bottom:10px;padding-left:26px;
	visibility:visible;
	padding-top:20px;
	/*background-color:#ECF5FC;
	background-image:url(images/blue_hor_dots.gif);
	background-repeat:repeat-x;
	background-position:center bottom;*/

	
}