.productParameter table {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}

.productParameter table tr th {
    line-height: 25px;
    text-align: left;
    background: #f5f5f5;
    border: 1px solid #e8e8eb;
    color: #666;
    padding: 5px 10px;
}

.productParameter table tr td {
    line-height: 25px;
    text-align: left;
    border: 1px solid #e8e8eb;
    color: #828180;
    padding: 5px 10px;
}

.productParameter table tr td b {
    color: green;
}

.productParameter table tr.trBg {
    /*background: #f5f5f5;*/
}

.productParameter {
    width: 100%;
    margin: 0 auto 0px;
    position: relative;
    overflow: hidden;
}

.parameterMore {
    position: relative;
    width: 500px;
    margin: 0px auto 35px;
}

.parameterMore a {
    display: block;
    position: absolute;
    border-color: #FFF #E5E5E5 #E5E5E5;
    border-style: solid;
    border-width: 1px;
    display: block;
    height: 15px;
    left: 50%;
    margin-left: -30px;
    border-radius: 0 0 2px 2px;
    width: 60px;
    top: -1px;
    right: 11px;
    background: #fff;
    text-align: center;
}

.parameterMore a i {
    display: block;
    width: 14px;
    height: 15px;
    margin: -4px 0 0 25px;
    background: url(/NewShowStand/images/upDown.png) no-repeat 0 0;
}

.parameterMore a.more i {
    display: block;
    width: 14px;
    height: 15px;
    margin: -4px 0 0 25px;
    background: url(/NewShowStand/images/upDown.png) no-repeat -19px 0;
}

.productParameter.hideParameter {
    height: 181px;
}
.introImg{
    width: 330px;
    float: left;
    text-align: center;
    padding:15px;
    border: 1px solid #D9DAD9;
    margin: 0px 15px 3px 0;
}