/*--------------------------------------------------*/
/* Questions                                        */

	#questions dt {
		clear: both;
		border-top: 1px solid #CEDE4B;
		margin: 0;
		padding: 10px 0;
		/*background: url("../../img/global/arrowClosed.gif") no-repeat center right;*/
		cursor: pointer;
		color: #640032;
		font-weight: bold;
		font-family: georgia, "Times New Roman", serif, arial, verdana;
		font-size: 1.2em;
	}

	#questions dt.active {
		/*background-image: url("../../img/global/arrowOpen.gif");*/
	}

	#questions dd {
		padding-top: 10px;
	}
