﻿body
{
    font-size: 12px;
    font-family: Arial;
}
/* danh cho table 2ben*/
.table_LeftAndRigth
{
    padding-bottom: 10px;
}
/* danh cho table 2ben*/


/* table danh cho control*/
.table_Sub
{
    width: 185px;
}
.Text_Header
{
    font-size: 12px;
    font-family: Arial;
    text-transform: uppercase;
    color: #2f2c2c;
    font-weight: bold;
   
}
.Text_Header_SanPham
{
    font-size: 12px;
    font-family: Arial;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}
/*tb*/
.table_Header
{
    background-color: #efd546;
    padding-top: 4px;
    padding-bottom: 4px;
}

.table_SubContent
{ 
/*khung ngoai table*/

 padding-top: 3px; 

}
.table_Content
{
    border-right: #efd546 1px solid;
    border-top: #efd546 1px solid;
    border-left: #efd546 1px solid;
    border-bottom: #efd546 1px solid;
    padding-bottom: 8px;
    padding-top: 8px;
}
/*Ten cate trong table*/


/*ten danh muc index*/

.Index_bgTenDanhMuc
{
    height: 23px;
    padding-left: 40px;
    background-image: url(Images/newsCate.png);
    background-repeat: no-repeat;
}

.Index_TenDanhMuc, a.Index_TenDanhMuc, a.Index_TenDanhMuc:visited, a.Index_TenDanhMuc:link
{
    font-weight: bold;
    font-size: 14px;
    color: #bb1b00;
    font-family: Arial;
    text-decoration: none;
    text-transform: uppercase;
}
a.Index_TenDanhMuc:hover
{
	text-decoration: underline;
}

/*chi tiet*/
.Index_ChiTiet, a.Index_ChiTiet, a.Index_ChiTiet:visited, a.Index_ChiTiet:link
{
    font-size: 11px;
    color: #bb1b00;
    font-family: Arial;
    text-align: right;
    float: right;
}
a.Index_ChiTiet:hover
{
    color: #47a012;
}

/*tieu de tin noi bat*/

.News_TieuDeNoiBat, a.News_TieuDeNoiBat, a.News_TieuDeNoiBat:visited, a.News_TieuDeNoiBat:link
{
    font-size: 12px;
    color: #2f2c2c;
    font-family: Arial;
    text-decoration: none;
}
a.News_TieuDeNoiBat:hover
{
	text-decoration: underline;
}