.click {
	color:#666666;
}

.expand {
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0;
	height:18px;
	float:right;
	font-size:13px;
	/*border:1px solid red;*/
}

.expand a:link, .expand a:visited{
	color:#411C61;
	text-decoration:none;
}
.expand a:hover{
	color:#8340c7; text-decoration: underline;
}

/* Hide the answers */
#hints li.question div.content
{
	display:none;
	font-weight:normal;
}

#hints li.question.open div.content
{
	display:block;
}


#hints li.question
{
	position: relative;
	margin: 0;
	padding:4px 0 4px 20px;
	list-style-type: none;
	line-height: 22px;
	background: url(../images/expand.gif) no-repeat 0 10px;
	font-weight:bold;

	padding:12px 10px 10px 35px;
    background: url(../images/arrow_orange_closed.gif) no-repeat 0 7px;
}

/* cursor for span inside question li */
#hints li.question span
{
	cursor: pointer;
	color: #411C61;
}


#hints li.question p, #hints li.question li {
	font-size:1em;
}
 
 
