@charset "utf-8";
@import url("all.css");
@import url("layout.css");
@import url("top.css");
@import url("left.css");

/*rihgt------------------------------------------------------------------------------*/
#right .title span.txt { float:left; font-size:14px;}
#right .title span.pos { float:right; font-size:12px; color:#555; font-weight:normal; padding-left:13px; margin-right:8px;font-weight:normal; background:url(../images/home.gif) no-repeat left center;}

#proshow h3 { margin-top:10px; height:36px; line-height:36px; font-size:14px; text-align:center; border-bottom:1px dotted #ddd; }

#products {
    padding-top:5px; margin:0;
	}
	
/*products*/

#proshow .proshowimg{
    margin:0 auto;
	text-align:center;
	margin:8px 0px 0px 8px;
	float:right;
}
#proshow .proshowimg img{
    max-width:500px;
    width:expression(this.width>500 ? 500: true);
	margin:0 auto;
	text-align:center;
	}
#proshow .inqu { text-align:center; }

#proshow #procontent {
	padding:5px 10px;
	margin:0;
	height:auto;
	line-height:22px;
}
#proshow #procontent .detail { font-weight:bold; color:#2176C3; text-indent:0px; font-size:14px;}

#proshow #procontent table{
	padding:0;
	margin:0;
	line-height:22px;
    border-top: 1px solid #ccc;
    border-left:1px solid #ccc;
	border-collapse:collapse;
	border-right:none;
    border-bottom:none;
	display:block;
}
#proshow #procontent table p{ text-align:center; }
#proshow #procontent th,td{
    border-right: 1px solid #ccc;
    border-bottom:1px solid #ccc;
	border-collapse:collapse;
	padding-left:5px;
	text-align:center;
}
#proshow #procontent th,td p { text-align:center; }

#proshow #procontent img{
    width:auto;
	height:auto;
}
#proshow #inqu {
    width:750px;
    height:32px;
	line-height:32px;
	text-align:center;
	}
#products #inqu img {
	border:none;
	}

.hrline { height:1px; line-height:1px; overflow:hidden; border-bottom:1px dotted #ddd; }
.next { line-height:24px; padding-left:10px;}