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

#ListBox{
width:850px;
margin:15px auto;
}

#ListBlock{
	margin-bottom: 30px;
	}
#search_result {
	border: 1px solid #8DC600;
	background: #FFC;
	padding: 10px;
	margin-bottom: 15px;
}


#TitleT{
	border-top: 3px solid #8DC600;
	border-bottom: 1px solid #CCCCCC;
	}
#ListBlock h3{
	margin: 0px;
	color: #0066FF;
	}

#ListBlock h4{
	font-weight: normal;
	padding: 8px 0px;
	}
.List_left{
float:left;
padding-right: 10px;
padding-bottom: 15px;
}
.List_right{
 width: 555px;
 float: right;
 }
.feature{
	border-top: 1px solid #8DC600;
	border-bottom: 1px solid #8DC600;
	color: #339900;
	padding: 10px 0px;
	}

.Listtxt{ padding: 10px 0px;}
.List_Dtxt{ padding: 10px 15px;}

.Checkpanf{
	background: #DDF3AD url(images/check_bg.gif) no-repeat right;
	padding: 5px;
	margin: 10px 0px;
	}
.Checkpanf strong{
	color: #FF7100;
	}
	


.Details_left{
float:left;
padding-right: 10px;
padding-bottom: 15px;
width: 400px;
}
.Details_right{
 width: 422px;
 float: right;
 }
#DetailsBlock h3{
	margin: 0px;
	color: #0066FF;
	}

#DetailsBlock h4{
	font-weight: normal;
	padding: 8px 0px;
	line-height: 30px;
	background: url(images/bg_title.gif) no-repeat right;
	}
#DetailsBlock h5{
	padding-top: 15px;
	}

div.Topics{
	padding: 5px;
	border: 1px solid #8DC600;
}
div.Topics p{
	clear:both;
}
.border_tbs{
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	}
