/* CSS Document */

.top_content{
	width:100%;
	height:auto;
	margin-top:30px;
}

.top_content table.table_block{
	height:auto;
}

.top_content table.table_block td{
	height:auto;
	vertical-align:top;
}

.top_content table td .top_cnt_box{
	width:300px;
	height:auto;
	border:1px #CCC solid;
}

.top_cnt_box_mid{
	margin:0 25px;
}

.top_content table td .top_cnt_box .top_cnt_title{
	width:275px;
	height:45px;
	margin:0 auto;
	padding-top:10px;
}
.top_content table td .top_cnt_box .top_cnt_title img{
	display:block;
	margin-bottom:-3em;
}

.top_content table td .top_cnt_box .top_cnt_cnt{
	width:280px;
	height:auto;
	margin:0 auto;
}

.top_content table td .top_cnt_box .top_cnt_cnt div{
	height:95px;
	margin:12px auto 5px;
	padding:0;
}
.top_content table td .top_cnt_box .top_cnt_cnt div.dotline{
	border-bottom:1px #CCCCCC dashed;
}

.top_content table td .top_cnt_box .top_cnt_cnt .com_width{
	width:260px;
}

.top_content table td .top_cnt_box .top_cnt_cnt div .small_box{
	width:210px;
	height:auto;
	margin:0 0 0 45px;
	border-bottom:none;
}
.top_content table td .top_cnt_box .top_cnt_cnt div .small_box a{
	color:#202020;
}
.top_content table td .top_cnt_box .top_cnt_cnt div .small_box a.name_h{
	display:block;
	width:48px;
	height:18px;
	overflow:hidden;
	color:#202020;
}
.top_content table td .top_cnt_box .top_cnt_cnt div .small_box img{
	margin-top:5px;
	margin-bottom:10px;
	margin-left:3px;
}
.top_content table td .top_cnt_box .top_cnt_cnt div .small_box .description{
	width:140px;
	height:75px;
	margin-left:0px;
	font-weight:normal;
	border-bottom:none;
}
.top_content table td .top_cnt_box .top_cnt_cnt div .small_box .description span{
	display:block;
	width:140px;
	height:30px;
	line-height:26px;
	border-bottom:none
	
}
.top_content table td .top_cnt_box .top_cnt_cnt div .small_box .description span.install{
	width:60px;
	height:50px;
	margin-top:0px;
	display:none;
	background-color:#FFF;
}
.top_content table td .top_cnt_box .top_cnt_cnt div .small_box .description span .intBtn{
	width:60px;
	height:25px;
	margin-top:10px;
	background-color:#FF4D00;
	border:1px #CE3E00 solid;
	color: #ffffff;
	cursor:pointer;
}