/*--- TAB CSS ---*/
.selectedTab
{
	float:left; 
    font-weight: bold;
    color:#000000 ;
	cursor:pointer;
	height: 22px;
	width: 237px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 6px;
	padding-left: 15px;
}

.unselectedTab
{
	float: left;
	height: 22px;
	width: 238px;
	background-color: #C6EAFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #c1cee0;
	border-left-color: #c1cee0;
	padding-top: 6px;
	padding-left: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0066DD;
	cursor:pointer;
	cursor:hand;
}
/*--- Content TAB CSS ---*/
.tabcontent{
	display:none;	
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
/* Conttent+ghi chu anh */
.text_images{
    font-family: Tahoma;
	font-size:11px;
	font-weight:normal;
	color: #666666;
}
.text_images_detail{
    font-family: Arial;
	font-size:11px;
	font-weight:normal;
	color: #666666;
}
.text_images_ndung{
    font-family: Arial;
	font-size:11px;
	font-weight:bold;
	color: #3BAD56;
	text-decoration:underline;
}
.text_images_ndang{
    font-family: Arial;
	font-size:11px;
	font-weight:bold;
	color: #E77817;
}
.text_images_luotxem{
    font-family: Arial;
	font-size:11px;
	font-weight:bold;
	color: #666666;
}
.text_images_right{
    font-family: Tahoma;
	font-size:11px;
	font-weight:normal;
	color: #E77817;
}
