/* recommended box CSS Document */
#recommended {
	width:345px;
	margin-bottom:15px;
	}
	
#recommended_top {
	background:url(/images/recommended_bg_top.gif) no-repeat;
	height:40px;
	}
	
#recommended_body {
	background:url(/images/recommended_bg_middle.gif) repeat-y;
	padding-left:15px;
	}
	
#recommended_bottom {
	background:url(/images/recommended_bg_bottom.gif) no-repeat;
	height:17px;
}
	
#recommended_header {
	color:#73ae1e;
	font-weight:bold;
	float:left;
	padding-top:10px;
	padding-left:15px;
	width:300px;
	}
#recommended_question {
	float:right;
}
#recommended_content {
	width:320px;
	clear:both;
	padding-top:5px;
	line-height:20px;
}
#recommended_message {
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	padding-top:5px;
}
#recommended_content a{
	text-decoration:none;
	color:#73ae1e;
	
}
#recommended_content a:hover{
	text-decoration:underline;
	color:#000000;
}

.recommended_level1 {
	font-size:24px;
	margin-right:5px;
	}
.recommended_level2 {
	font-size:18px;
	margin-right:5px;
	}
.recommended_level3 {
	font-size:16px;
	margin-right:5px;
	}
.recommended_level4 {
	font-size:14px;
	margin-right:5px;
	}
.recommended_level5 {
	font-size:12px;
	margin-right:5px;
	}

/* Common exclude CSS */	
#c_exclude_top {
	background:url(/images/recommended_bg_top.gif) no-repeat;
	height:40px;
	}
	
#c_exclude_body {
	background:url(/images/recommended_bg_middle.gif) repeat-y;
	padding-left:15px;
	}
	
#c_exclude_bottom {
	background:url(/images/recommended_bg_bottom.gif) no-repeat;
	height:17px;
}
	
#c_exclude_header {
	color:#FF0012;
	font-weight:bold;
	font-size:12px;
	float:left;
	padding-top:10px;
	padding-left:15px;
	width:300px;
	}
#c_exclude_content {
	width:320px;
	clear:both;
	padding-top:5px;
	line-height:20px;
}
#c_exclude_message {
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	padding-top:5px;
	display: none;
}
#c_exclude_content a{
	text-decoration:none;
	color:#FF0012;
	
}
#c_exclude_content a:hover{
	text-decoration:underline;
	color:#000000;
}
.common_exclude_list{
	font-size:24px;
	margin-right:15px;
}




