@charset "utf-8";

#wrapper #mainTitle {
	clear: left;
	background-image: url(/images/title_bg.gif);
	background-repeat: no-repeat;
	width: 925px;
	padding-left: 25px;
}
#wrapper #main {
	float: right;
	width: 668px;
	clear: right;
	padding-top: 20px;
}
#main .detailText {
	font-size: 14px;
	line-height: 24px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 623px;
}
#main dl .IndexTitle {
	margin-bottom: 20px;
}

#main ul .indexIcon {
	float: left;
	width: 34px;
	padding-top: 10px;
	padding-right: 20px;
}
#main #IndexTxt {
	font-size: 14px;
	clear: left;
	padding-top: 20px;
	padding-bottom: 5px;
}
#main dl .wordTitle {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background-image: url(../dictionary/images/word_icon.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#main dl .wordDetail {
	font-size: 14px;
	color: #444;
	padding-left: 24px;
	padding-right: 5px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-right: 25px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#main dl .pageTop {
	font-size: 14px;
	text-align: right;
	margin-right: 25px;
	margin-bottom: 20px;
}




#main .flowBox {
	clear: both;

}

#main .flowPola {
	float: left;
	width: 201px;
	padding-top: 20px;
}
#main .flowDl {
	float: right;
	padding-top: 20px;
	width: 430px;
	display: inline;
	margin-right: 25px;
}
#main .flowDl .flowDd {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	padding-bottom: 10px;
	padding-top: 20px;
}
#main .flowDl .flowDd .textRed {
	color: #ce0000;
}
#main .flowDl .checkBox {
	width: 430px;
	text-align: center;
}

#main .flowDl .checkBox a{
background:url(/rookie/images/check_btn_off.gif) no-repeat scroll 0 0 transparent;
display:block;
height:25px;
line-height:27px;
margin:0 auto;
text-indent:86px;
width:280px;
}

#main .flowDl .checkBox a:hover{
background:url(/rookie/images/check_btn_on.gif) no-repeat scroll 0 0 transparent;
}
#main #meritListH4 {
	clear: left;
	padding-bottom: 20px;
}

