/* CSS Document */

#main .accordion {
	border-bottom: solid 1px #c4c4c4;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main .accordion h4 {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 100%;
	font-weight: bold;
	color: #993366;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #993366;
	border-right-color: #993366;
	border-bottom-color: #993366;
	border-left-color: #993366;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	background-color: #e9e7e7;
	background-image: url(../i_des/arrow-square.gif);
	background-repeat: no-repeat;
	background-position: right -51px;
}

#main .accordion h4:hover {
	background-color: #e3e2e2;
}

#main .accordion p {
	background: #f7f7f7;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	display: block;
	margin: 0px;
}

#main .accordion h4.active {
	background-position: right 5px;
}
