.p_detail .body_search{
    margin:0px;
    height:auto;
    margin-bottom:15px;
    padding-bottom:10px;
}
.p_detail .select_box, .p_detail .select_box2{
    width:100%;
    margin:0px 0px 10px 0px;
}

.pro_title{
    font-weight: bold;
    min-height:30px;
	line-height:30px;
    border-bottom:2px solid #2f2f8f;
	color:#2f2f8f;
}

/*===product feature====*/
.p_detail_spech{float:left; width:100%; min-height:100px; margin-top:10px;}
.body_spec_date{
	float:left;
    width:100%;
    min-height:20px;
    line-height:20px;
	background:#ffffff;
	padding:5px 0px 5px 6px;
    border:1px solid #ccc;
	}
.body_spec{
	float:left;
    width:100%;
    min-height:20px;
    line-height:20px;
	background:#ffffff;
	padding:5px 0px 5px 6px;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
.body_spec span{
    float:left;  
    padding: 0px 6px; 
}
.body_spec span:nth-child(1){
    min-width:200px;
    border-right:1px solid #eee;
    
} 
.body_spec:last-child{
    border-bottom:1px solid #eee;
}


