/*bat dau cua phan tab*/
.div_tab_top{
	margin-top:0px;
}
.div_tab_top *{
	font-size:12px;
	font-family:tahoma, Arial;
}
.div_tab_top ul{
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}
.div_tab_top ul li{
		list-style:none;
    float: left;
    margin: 0 0 0 0px; /* khoang cach giua cac tab */
}
.div_tab_top ul li a, .div_tab_top ul li a span{
		list-style:none;
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 8px 0 0; 
}
.div_tab_top ul li a{
	list-style:none;
    margin: 0px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.div_tab_top ul li a span{
	list-style:none;
    padding-top: 0px;
    height: 33px; /* @ chieu cao tab khong chon */  
    background-position: 0 0;
    line-height: 33px;
	 cursor:pointer;
	 padding-left:12px;
}
.tab_select a, .tab_select a span{
    padding-top: 0;
    height: 33px; /* chieu cao backgroun tap chon */  
    background-position: 0 -33px;
    line-height: 33px;
	  color:#FFFFFF;
	  background: url(/images/tab_new.jpg) no-repeat;
	  font-weight: bold;

}
.tab_nomal a, .tab_nomal a span{
    padding-top: 0;
    height: 33px; /* chieu cao backgroun tap chon */  
    background-position: 0 -33px;
    line-height: 33px;
		color:#999999;
		font-weight:bold;
}
.tabcontent{
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}
