/*
table.thongsokythuat{
	width : 100%;
	border: none;
	font-size : 11px;
	width : 730px;
}

tr.row_thongsokythuat{
	height: 25px;
	color: #00439b;
	background: #e2e3e4;
	text-align: left;
	padding-left: 5px;
}

tr.row_thongsokythuat td{ 
	color: #00439b;
	font-weight: bold;
}

table.thongsokythuat td{
	border-bottom: 1px solid #d1d2d3;
	padding-left: 5px;
	color : #727273;
}

.title_thongsokythuat{
	color : #d23212;
	font-weight: bold;
}
*/
.spec-row-hightlight {
	height: 24px;
	background-color: #e2e3e4;
	font-size: 11px;
	color: #00439b;		
}

.spec-row-hightlight td {
	font-size: 11px;
	color: #00439b;	
	border-bottom: 1px solid #d1d2d3;
}

.spec-row {
	height: 24px;
	background-color: #fff;
	font-size: 11px;
	color: #595b5c;		
}

.spec-row td {
	font-size: 11px;
	color: #595b5c;	
	border-bottom: 1px solid #d1d2d3;
}

