@import "paging.css";
@import "form.css";
@import "html_page.css";
@import "comment.css";
.firm_top{
	height: 100px;
	background: url(../images/ad_firm.png) no-repeat;
}
.firm_top .form span{
	font-weight: bold;
	padding: 3px 3px 3px 8px;
	font: 100 8pt Tahoma;
}
.firm_top .form input{
	border: 1px solid #b0c1cf;
	width: 146px;
	height: 18px;
	background: #FFFFFF;
	font: normal 10px Tahoma;
	padding: 2px;
	color: #8D8D8D;
	padding-left: 4px;
}
.firm_top .form select{
	width: 200px;
	height: 18px;
	font: 100 10px Tahoma;
	color: #8D8D8D;
}
.firm_top .form .submit{
	border-width: 0px;
	width: 33px;
	height: 18px;
	background: url(../images/ad_submit_bck.png) no-repeat -1px;
	font: 100 10px Tahoma;
	margin-left: 0px;
}
/**/
.firm_main {
	;
}
.firm_main .part_2_1, .firm_main .part_2_2 {
	width: 278px;
}
.firm_main .item {
	text-align: left;
	border: 1px solid #d7d7d7;
	height: 62px;
	overflow: hidden;
}
.firm_main .item .container{
	padding: 0px 8px 8px 8px;
}
.firm_main .item .title{
	height: 24px;
	overflow: hidden;
}
.firm_main .item .title a{
	color: #E00025;
	font: 700 8pt/24px Tahoma;
}
.firm_main .item .short_content {
	height: 30px;
	overflow: hidden;
}
.firm_main .item .short_content a{
	font: normal 8pt/15px Verdana;
}
/**/
.firm_list{
	margin-top: 10px;
}
.firm_list .outer{
	/*height: 80px;*/
	border: solid 1px #9EB9C7;
	margin-bottom: 10px;
}
.firm_list .outer .item {
	padding: 5px;
}
.firm_list .item .outer table{
	width: 590px;
}
.firm_list .outer .item_even {
	background: #E0EDF5;
}
.firm_list .item .image{
	width: 125px;
}
.firm_list .item .detail{
	width: 370px;
}
.firm_list .item .image img{
	border: none;
	width: 120px;
	height: 60px;
}
.firm_list .item .detail .name a{
	font: 700 10pt Tahoma;
	color: #43565F;
}
.firm_list .item .detail .ex_info, .firm_list .item .detail .ex_info a{
	font: 100 8pt Tahoma;
	color: #43565F;
}
/**/
.firm_detail {
	width: 100%;
}
.firm_detail .header{
	height: 23px;
	background: #113A6D;
	color: #FFFFFF;
	font: 700 8pt/23px Tahoma;
	text-align: center;
}
.firm_detail .title {
	font: 700 8pt/18px Tahoma;
	margin: 10px 0px 18px 0px;
}
.firm_detail .content {
	margin: 8px 0px 8px 0px;
}
.firm_detail .content, .firm_detail .content p, .firm_detail .content td, .firm_detail .content div, .firm_detail .content font {
	font: normal 9pt/20px Tahoma;
}
.firm_detail .content a{
	color: #0000FF;
}
.firm_detail .part_2{
	margin-bottom: 8px;
	clear: both;
	width: 100%;
}
.firm_detail .part_2 td{
	;
}
.firm_detail .part_2 .row{
	padding: 5px 0px 5px 0px;
	font: 100 8pt/18px Tahoma;
}
.firm_detail .part_2 .label{
	width: 25%;
	height: 20px;
	padding-left: 3px;
	font-weight: bold;
	background: #E0EDF5;
	color: #43565F;
}
.firm_detail .part_2 .value{
	padding: 3px;
	width: 75%;
	background: #FFFFFF;
}

#news_navigation {
	width: 600;
	border: 5px solid #DEDEDE;
	border-left-width: 0px;
	border-right-width: 0px;
}
#news_navigation .container{
	background: #FFFFFF;
	text-align: center;
	font: normal 9pt/20px Verdana;
	margin: 5px 0px 5px 0px;
}
#news_navigation .container a {
	color: #434343;
	margin-right: 10px;
}
#news_navigation .container img {
	width: 16px;
	height: 16px;
}

#comment {
	height: 300px;
	overflow-y: auto;
	border: 1px #FAFAFA solid;
	margin: 10px 0px 0px 0px;
}
#comment .line {
	height: 5px;
	font-size: 1px;
	background-color: #DEDEDE;
}
#comment .header {
	padding-left: 5px;
	font: 100 9pt/21px Verdana;
	border-bottom: 1px #DEDEDE solid;
}
#comment .item {
	font: 100 9pt/18px Verdana;
	border-bottom: 1px #DEDEDE dashed;
	margin: 0px 5px 0px 5px;
}
#comment .member{
	clear: both;
	margin: 5px 0px 0px 0px;
	overflow: hidden;
	height: 21px;
}
#comment .member .name {
	float: left;
	width: 50%;
	background: url(../images/pencil.gif) no-repeat 0px 50%;
	padding-left: 20px;
	font-weight: 618;
}
#comment .member .date {
	float: right;
	color: #000000;
}

#comment .content{
	clear: both;
}
#comment .content .title{
	color: #656565;
	text-decoration: underline; 
}
#comment .content .comment{
	color: #313131;
	margin-bottom: 5px;
}
