@charset "utf-8";

/* CSS Document */
.nameProductDetail{
	width: 100%;
    background-color: #00007e;
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 19px;
    padding: 9px 15px;
    border-bottom: 5px solid #1e3165;
	margin-bottom:10px;
}
.inforProductDetail{
	float:left;
	width:100%;
	margin:10px 0px;
}
.listIPD{
	width:100%;
}
.listIPD li{
	width:50%;
	border-bottom:1px solid #ececec;
}
.titleIPD{
	width:30%;
	background-color:#6280ce;
	color:#000;
	font-weight:bold;
	font-size:13px;
	line-height:17px;
	padding:7px 5px;
}
.cotentIPD{
	width:70%;
	color:#000;
	line-height:17px;
	font-size:13px;
	padding:7px 5px;
}
.detailPD{
	width: 100%;
    background-color: #00007e;
    color: #fff;
    /*font-family: "Times New Roman", Times, serif;*/
    text-transform: capitalize;
    font-weight: bold;
    font-size: 19px;
    padding: 9px 15px;
    border-bottom: 5px solid #1e3165;
}
.contentDPD{
	float:left;
	width:100%;
	padding:10px;
	border:1px solid #ccc;
	border-top:none;
	margin-bottom:10px;
}
.contentDPD p{
	font-size:13px;
	line-height:1.5;
	float: none;
}
.contentDPD img{
	width:80%;
	margin:5px 10%;
}




