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