@charset "utf-8"; 
 
@import "screen.css"; 
 
#content .advice 
{
	margin-bottom: 10px;
}
 
#content #quiz 
{
	margin-bottom: 40px;
}
 
#content .answer 
{
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
	text-align: left;
}
	 
#content .answer h2 
{
	margin-bottom: 5px;
	font-size: 120%;
	color: #7ca40a;
}
 
#content .answer .box 
{
	padding: 15px;
	background-color: #d7c699;
}
	 
#content .answer .box .text 
{
	float: left;
	width: 480px;
}
	 
#content .answer .box h3 
{
	margin-bottom: 10px;
	height: 27px;
	line-height: 27px;
	font-size: 180%;
	font-weight: bold;
	color: #320000;
}
	 
#content .answer .box h3 img 
{
	margin-right: 5px;
	vertical-align: middle;
}
	 
* html #content .answer .box h3 img 
{
	padding-bottom: 3px;
}
   
#content .answer .box p 
{
	margin-bottom: 15px;
	font-size: 120%;
	line-height: 1.8;
}
	 
#content .answer .box p .image 
{
	float: right;
	margin-left: 10px;
}
   
#content .answer .box .image 
{
	float: right;
	width: 210px;
}
  
#content .answer .box2 
{
	padding: 0 15px 15px;
}
 	 
#content .question 
{
	padding: 15px;
}
	
#content .question .text 
{
	float: left;
	width: 480px;
}
	 
#content .question h2 
{
	font-size: 150%;
	font-weight: bold;
}
	 
#content .question h2 img 
{
	float: left;
	margin-right: 5px;
}
  
#content .question .select 
{
	padding-top: 10px;
	margin-top: 10px;
	font-size: 160%;
	border-top: 1px solid #623b38;
}
	 
#content .question .select li 
{
	margin-right: 1em;
	float: left;
}
  
#content .question .hint 
{
	margin-top: 10px;
	font-size: 120%;
}
  
#content .question .image 
{
	float: right;
	width: 240px;
}
  
#content #quiz .last 
{
	padding-top: 15px;
}
 
#content .borderTop 
{
	padding-top: 20px;
	margin-top: 20px;
	background-image: url(../images/quiz/border.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
 
#content .borderBottom 
{
	padding-top: 15px;
	padding-bottom: 20px;
	background-image: url(../images/quiz/border.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
 
#content .round .next 
{
	padding-bottom: 15px;
	text-align: center;
}
 
#content #recommend 
{
	margin-bottom: 10px;
}
 
#content #recommendNav 
{
	font-size: 120%;
	margin-bottom: 20px;
}
 
/**=999
 * ========================================
 * HACKS 
 * ========================================
 */
	 
/**=999-1
 * CLEAR FIX 
 * ====================================
 */
	 
#content .answer .box:after, 
#content .question:after,
#content .question h2:after,
#content .question .text .select:after,
.borderBottom:after,
#content .answer .box p:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
#content .answer .box, 
#content .question,
#content .question h2,
#content .question .text .select,
.borderBottom,
#content .answer .box p
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
#content .answer .box, 
#content .question,
#content .question h2,
#content .question .text .select,
.borderBottom,
#content .answer .box p
{
	display:block;
}
/* End hide from IE Mac */
   
/**=999
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=
 * ========================================
 * 
 * ========================================
 */
	
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   

