
.clear {
	clear:both;
}

/* search */

.search { display:block; margin-top:20px; }

.search legend span {
	position: absolute; /* For Mac IE 5*/
	top: 0;
	left: 0;
	width:0;
	height:0;
	overflow:hidden;
}

.search fieldset {
	display:inline;
}
.search div { float:left; }

.searchConfig { display:none; }

.searchWord input {
	width:105px; /* -6px; */
	height:20px;
	margin-right:5px;
	margin-left:35px;
}

.searchButton input {
	width:40px;
	height:26px; /* +6px */
	font-size:12px;
	line-height:1;
}

.nav img { display:block; }

#subMenu h3 {
	margin-bottom:1px;
	text-align:right;
}

#subMenu h3 img{
	margin-top:10px;
	border-top:1px solid #A1ACB2;
	border-bottom:1px solid #A1ACB2;
	border-left:1px solid #A1ACB2;
}

#subMenu p{
	margin-top:10px;
}

#subMenu a img {
	display:block;
}

#subMenu h3 img {
	vertical-align:top;
}

#main h4 {
	font-size:80%;
	border:none;
	background:url(../img/lineDot.gif) bottom repeat-x;
	padding:0.1em 0 0.1em;
}


	
#main .boxed dt {
	margin-top:0;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:0.2em 0.3em 0.1em;
	background:#f2f2f2;
}


#main table ul, #main table ol {
	list-style:none;
	margin:0;
}

#main .line li { float:left; margin-right:2em; margin-bottom:1em; white-space:nowrap; }
#main .line dt { float:left; white-space:nowrap; clear:left; width:4.5em; border:none; margin:0 0 0.5em; }
#main .line dd { margin-left:5em; }

h3 { clear:both; }

#topicpath { position:absolute; right:10px; bottom:5px; font-size:10px; }

#topicpath a { color:#000; }
#topicpath a:hover { text-decoration:none; }

#head #mainMenu .current a {
	background-position:0 -48px;
}
#head #mainMenu a:hover, #head #mainMenu a.current {
	background-position:0 -48px;
}
#subMenu a:hover, #subMenu a.current {
	border-top:1px solid #3D4C45;
	border-bottom:1px solid #3D4C45;
	border-left:1px solid #3D4C45;
	border-right:5px solid #3D4C45;
}

.figure {
	margin:20px 0 ;
}
.figure img {
	display:block;
	margin:0 auto;
}
.right {
	float:right;
	margin-left:20px;
}
.right.table .legend {
	text-align:center;
}

.result a {
	background:url(../img/resultBg.png) center center no-repeat !important;
	display:block;
	margin-left:40px;
	padding:0.5em 1em 0.4em;
	border:1px solid #c3d2d9;
	line-height:1.31;
	color:#333 !important;
	font-weight:bold;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome—p */
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px #666; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #666; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #666; /* Opera 10.5, IE 9.0 */
	text-shadow: 0px 1px 2px #999;
	font-size:87.5%;
	clear:both;
}
.result a:hover {
	background:url(../img/resultBgHover.png) center center no-repeat !important;
	color:#000 !important;
}