.AccordionTitle, .AccordionContent, .AccordionContainer
{
	position:relative;
	width:983px;

}
#tops {
	background-color: #4ca0e0;
	height: 30px;
	background-image: url(../images/blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 983px;
}
#middel {
	background-color: #6cb712;
	height: 30px;
	background-image: url(../images/red1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 983px;
}
#bottom {
	height: 30px;
	background-image: url(../images/red.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #6cb712;
	width: 983px;
	z-index:126;
}
.AccordionTitle
{
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
  vertical-align:middle;
  text-align:center;
  background-repeat:repeat;
  display:table-cell;
  background-image:url('title_repeater.jpg');
  -moz-user-select:none;
}
.AccordionContent-t
{
	overflow:hidden;
	display:none;
	background: #daedfc;
	padding: 10px 10px 10px 26px;
	border-right: 1px solid #decbdd;
	border-left: 1px solid #decbdd;
	color: #a67aa3;
}
.AccordionContent-t ul {
	padding:0px;
	margin: 0px;}
.AccordionContent-t ul li {
	padding:0px;
	margin: 0px;}
.AccordionContent-m
{
	height:0px;
	overflow:hidden;
	display:none;
	background: #ebfcd6;
	padding: 10px;
	border-right: 1px solid #c5d8df;
	border-left: 1px solid #c5d8df;
	color: #658693;
}
.AccordionContent-b
{
	height: 50px;
	overflow:hidden;
	display:none;
	background: #FFF;  /*//#fbe4e5;*/
	padding: 10px;
	border-right: 1px solid #c6dfdc;
	border-left: 1px solid #c6dfdc;
	color: #68a39b;
}
.AccordionContent
{
	height:0px;
	overflow:auto;
	display:none;
	background-image: url(../images/acc-cr.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.AccordionContainer
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	text-align: justify;
}
#bottom-cr {
	height: 5px;
	background-image: url(../images/acc-bottom-cr.gif);
	background-repeat: no-repeat;
	width: 983px;
	position:relative;
	bottom:5px;
	z-index:125;
 }
.Accordionbottom {
	height: 4px;
	}
