﻿
/*2013-05-27common*/
.hotProduct .txet{ text-align:right; padding-right:0.8em;}
.border{ border:1px solid #ccc;}

/*left*/
.member_profile{ width:100%;float:left; padding-bottom:0.8em;}
.member_profile dl{ width:100%; border-bottom:1px dotted #ccc; padding-bottom:0.8em;}
.member_profile dt{ width:10%;   float:left;}
.member_profile dt img{ width:58px; height:58px;border:1px solid #ccc;padding:1px; display:block;}
.member_profile dd{ width:88%; float:left; line-height:1.8em;}
.member_profile dd b{width:100%; font-size:1.25em; overflow:hidden;}
.member_profile dd .text_01{ font-size:1.25em;}
.member_profile dd .text_02{background: url(/Img/Suppliers_03.gif) no-repeat left 2px ; display:block; padding-left:20px;}
.member_profile .profile{ padding:1.0em;}

/*22*/
.information{ width:100%; float:left; padding-top:0.8em;}
.information h1{ width:100%; font-size:1.5em; border-bottom:2px solid #ccc; padding-bottom:0.4em;}
.information .overview{ width:100%; padding:1.0em 0; float:left;}
.information .overview li{ width:100%; padding:0.35em 0; float:left;}
.information .overview li .title{ width:22.5%; float:left; text-align:right; color:#666;}
.information .overview li .title_01{ width:75%; padding-left:1.2%; float:left; text-align:left;}
.information .overview li .title_02{width:15.5%; float:left; text-align:right; color:#666;}
.information .overview li .title_03{background: url(/Img/Suppliers_03.gif) no-repeat left 2px ; margin-left:10px;padding-left:20px; display:block; white-space:nowrap; float:left; }
.information .overview li .title_04 a{background: url(/Img/icon/zz_a_bg.gif) no-repeat left 4px ; margin-left:10px;white-space:nowrap; padding-left:18px;display:block; white-space:nowrap; float:left; color:#0066cc;}
.information .overview li .title_04 a:hover{ text-decoration:underline;}
.information .product{ float:left; padding:0.8em 0; position: relative;}
.information .product dl{ float:left; padding-right:28px;}

.information  .hover{position: relative; z-index: 100;}
.information .product dt img{width:119px; height:90px; display:block;}
.information .product dt .po_02 a{border:1px solid #ccc;padding:1px; display:block;}
.information .product dt .po_02 a:hover{border:1px solid #1996E6;}
.information .product dd{ width:120px; text-align:center; line-height:2.0em;}
.information .product .po{position:relative;}
.information .product .po_01{position:absolute; z-index:10000; top:0; left:28px; _left:-123px; background:#fff; display: none;}
.information .product .po_01 img{ width:219px; height:210px; padding:4px; display:block; border:1px solid #ccc;}



/**/
.postMsgBox{
    border: 2px #ebebeb solid;
    padding: 1em;
}
.postMsgBox h3{
   font-size: 1.25em;
   color: #108ddc;
   padding-bottom:0.3em;
}
.postMsgBox table{
    width:100%;
}
.postMsgBox table .span{
    padding: 1em;
}
.postMsgBox table td{
    padding:5px 2px;
}
.postMsgBox table .td_1{
    width:10%;
    vertical-align: top;
    text-align: right;
}
#subject{
    width:50%;
    padding: 5px 2px;
    line-height: 1.2em;
	color:#666;
}
#message{
    padding: 5px;
    line-height: 1.5em;
    resize: none;
    width:85%;
    border: 1px #ccc solid;
    overflow-y:auto;
	color:#666;
}
/*2013-05-27*/

/*2013-07-15*/
/*多列图片滚动*/
.prev,.next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	cursor:pointer; background:url("../img/icon/icoLeft.gif") no-repeat;}
		.next{ background:url("../img/icon/icoRight.gif") no-repeat;  }