@CHARSET "UTF-8";

#questions dt,
#questions dd {
	border: 1px solid #9EA5A6;
	padding: 5px;
	background: #DCE6E8;
}


#questions dt {
	font-weight: bold;
	border-bottom: none;
	padding-bottom: 0px;
}

#questions dd {
	border-top: none;
	margin-bottom: 5px;
}

#questions dl {
	margin-top: 10px;
}

#questions .answer {
	background: white;
}

#orders tr:hover {
	background: #FFDEAD;
	cursor: pointer;
}

