@charset "utf-8";
/* CSS Document */

/*index.html*******************************************************/
#topicPath{margin-bottom:25px;}
#pageTitle .inner{background:url(../images/pagetitle_bg.jpg) no-repeat center top;}
#pageTitle .inner h2{padding-top:55px;}

#results .category{
	margin-bottom:35px;
	background-color:#ff931e;
	color:#fff;
	font-size:135%;
	padding:13px 20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	position:relative;
	behavior:url("PIE.htc");
}

#results .group{
	overflow:hidden;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px #999 dashed;
}
#results .group.last{
	border-bottom:3px #d8d8d8 solid;
	padding-bottom:30px;
}
* html #results .group{zoom:1;}
#results .group .ps{
	width:170px;
	float:left;
}
#results .group .txt{
	width:710px;
	text-align:justify;
	float:right;
}
#results h3{
	background:url(../images/result_mark.gif) no-repeat left center;
	padding:5px 13px;
	font-size:115%;
	margin-bottom:10px;
}
#results h3 span{font-size:85%;}
#results .site{
	border:1px #b2b2b2 solid;
	margin-bottom:10px;
	padding:8px 12px;
}
#results .group .txt p,
#results .group .txt ul,
#results .site ul li{line-height:1.7;}
#results .group .txt p{margin-bottom:5px;}
#results .group .txt ul{
	list-style:disc;
	margin:0 0 5px 1.5em;
}
#results .site ul{
	margin-top:5px;
	list-style:none !important;
	margin-left:0 !important;
}
#results .site ul li a{
	background:url(../../common_img/icon_arrow01.gif) no-repeat 0 50%;
	padding-left:10px;
}
#results dl{
	overflow:hidden;
	margin-top:10px;
}
* html #results dl{zoom:1;}
#results dl dt,#results dl dd{
	line-height:1.7;
	margin-bottom:3px\9;
}
#results dl dt{
	font-weight:bold;
	width:4em;
	margin-right:-4em;
	clear:both;
	float:left;
}
#results dl dd{padding-left:4em;}
/*#results dl dd img{margin-right:3px;}*/
* html #results dl dd img{margin-bottom:3px;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #results dl dt,#results dl dd{margin-bottom:3px;}
}


.goServiceBack{
	text-align:center;
	margin:30px 0 20px;
}
.goServiceBack a{
	display:inline-block;
	padding:15px 20px 15px 45px;
	text-align:center;
	background:#ff931e url(../images/back_arrow.png) no-repeat left center;
	font-weight:bold;
	color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	position:relative;
	behavior:url("PIE.htc");
}
.goServiceBack a:hover{
	text-decoration:none;
	background-color:#ff6c2e;
}
