@charset "utf-8";
/* CSS Document */

.ad{
	position:absolute;
	top:10px;
	right:10px;
}

.shide_question{	/* Styling question */
	/* Start layout CSS */
	color:#0099CC;
	font-size:12px;
	
	text-align:left;
	width:560px;
	background-color:#1D3C59;
	margin:2px auto;
	padding:4px 0px 5px 10px;
	background-repeat:no-repeat;
	background-position:top right;
	/* End layout CSS */

	overflow:hidden;
	cursor:pointer;
	font-weight: bold;
}
.shide_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:0px solid #eeeeee;
text-align:left;
	width:560px;
margin:1px auto;
color:#fff;
	/* End layout CSS */

	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.shide_answer_content{	/* Content that is slided down */
	padding:5px;
	margin:1px;
	font-size:12px;
	position:relative;
}
