/*bat dau cua phan tab*/
.div_tab_top{
    font-family: Tahoma, Arial;
    font-size: 12px;
	float:right;
	padding-right:11px;
}
.div_tab_top ul{
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}
.div_tab_top ul li{
    float: left;
    margin: 0 0 0 2px; /* khoang cach giua cac tab */
    font-weight: bold;
}
.div_tab_top ul li a, .div_tab_top ul li a span{
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 10px; 
}
.div_tab_top ul li a{
    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{
    padding-top: 0px;
    padding-right: 0;
    height: 25px; /* @ chieu cao tab khong chon */  
    background-position: 0 0;
    line-height: 25px;
	 cursor:pointer;
}
.tab_select a, .tab_select a span{
    padding-top: 0;
    height: 25px; /* chieu cao backgroun tap chon */  
    background-position: 0 -25px;
    line-height: 27px;
 	color:#FFFFFF;
	background: url(/css/tabs_02.png) no-repeat;
}
.tab_nomal a, .tab_nomal a span{
    padding-top: 0;
    height: 25px; /* chieu cao backgroun tap chon */  
    background-position: 0 -25px;
    line-height: 27px;
	color:#304D00;
	background: url(/css/tabs_01.png) no-repeat;
}

