﻿@import url('fontsize.css');
@import url('linkStyle.css');

body
{
	margin: 0;
	padding: 0;
	border: none;
	font-size:12px;
}

.DefaultBody
{
	background: #e6e6e6;
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyMdia
{
	background: url(../../images/bgbdytop.jpg) #372323 top no-repeat;
}
.fixBdyMdia
{
	/*width: 972px;*/
	width: 1000px;
	margin: 0 auto;
	padding: 0 5px 0 5px;
	background: url(../../images/new-bgBdyContentMdia.jpg) top left repeat-y;
}
div.bgBdyBtom
{
	background: url(../../images/bgbdyBtom.jpg) bottom no-repeat;
}


/* DEAFAULT STYLE ------- input,span,div,table,tr,th,td,tbody*/
object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, tbody
{
	border: none;
	text-decoration: none;
	text-transform: none;
}
/* FIX */
.clearFix
{
	clear: both;
}

#divContent table
{
	font-weight: normal;
}
/*LAYOUT */
.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}
.fixBdy
{
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}
#banner
{
	width: 1000px;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height:96px;
	background:#e3dfd6;
}

/*--------MENUTOP*/
.barMnu
{
	background: url(../../images/bgMnubarCter.jpg) #f2f2f2 top left repeat-x;
	height: 44px;
	clear: both;
	border: 0;
	width: 100%;
	text-align: left;
}
.barMnuLeft
{
	background: url(../../images/bgMnubarLeft.jpg) top left no-repeat;
	height: 44px;
	border: 0;
}
.barMnuRight
{
/*	background: url(../../images/bgMnubarRight.jpg) top right no-repeat;
*/	height: 44px;
	border: 0;
}
.barMnu ul
{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
.barMnu ul li
{
	list-style: none;
	float: left;
	font-weight: bold;
	padding: 0px 25px 0px 25px;
	overflow: hidden;
}
.barMnu ul li a:link
{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 6px 0px 4px 0px;
	display: block;
	text-transform:none!important;
}
.barMnu ul li a:visited
{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 6px 0px 4px 0px;
	display: block;
	text-transform:none!important;
}
.barMnu ul li a:active
{
	color: #ffff00;
	font-size: 12px;
	text-decoration: none;
	padding: 6px 0px 4px 0px;
	display: block;
	text-transform:none!important;
}
.barMnu ul li a:hover
{
	color: #ffff00;
	text-decoration: none;
	text-transform:none!important;
	font-size: 12px;

}

.barMnu ul li a.selectedMnu:link
{
	
	color: #ffffff;
/*	background: url(../images/aSlecttedBar.jpg) top left no-repeat;
*/	display: block;
	position: relative;
	z-index: 1000;
	text-transform:none!important;
}
.barMnu ul li a.selectedMnu:active
{
	color: #ffff00;
/*	background: url(../images/aSlecttedBar.jpg) top left no-repeat;
*/	display: block;
	position: relative;
	z-index: 1000;
	text-transform:none!important;

}
.barMnu ul li a.selectedMnu:visited
{
	color: #ffff00;
/*	background: url(../images/aSlecttedBar.jpg) top left no-repeat;
*/	display: block;
	position: relative;
	z-index: 1000;
	text-transform:none!important;
}
.barMnu ul li a.selectedMnu:hover
{
	color: #ffff00;
/*	background: url(../images/aSlecttedBar.jpg) top left no-repeat;
*/	display: block;
	position: relative;
	z-index: 1000;
	text-transform:none!important;
	
}

/*/// them cua Ga con/*/
#leftColunm{margin: 0; padding: 0 10px 0 10px; width: 670px; float: left;}
.Col1CateTitle{padding: 4px 0 4px 0; clear:both; font-weight:bold;}
.Col1CateBox{height: 310px; font-size:12px;overflow:hidden;}
    #modalPage
    {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
    }
    
    .modalBackground
    {
         filter: Alpha(Opacity=40);
        -moz-opacity: 0.4;
        opacity: 0.4;
        width: 100%;
        height: 100%;
        background-color: #999999;
        position: absolute;
        z-index: 500;
        top: 0px;
        left: 0px;
    }
    
    .modalContainer
    {
        position: absolute;        
        width: 100%;
        height: 100%;        
        top: 30px;
        left: 30%;
        /*
        left: 40%;
        top: 40%;
        */
        z-index: 750;
    }
    
    .modal
    {
        background-color: white;
        border: solid 1px black;
        padding: 0px;
        position: relative;
        /*
        top: -150px;
        left: -150px;
        */
        z-index: 1000;
        width: 400px;
        height: 500px;
    }
    
    .modalTop
    {
        width: 100%;
        height: 25px;
        background-color: #7FBAE4;
        padding: 0px;
        color: #ffffff;
        font-family: Arial;
        font-weight: bold;
        text-align: right;
    }
    
    .modalTop a, .modalTop a:visited
    {
        color: #ffffff;
    }
    
    .modalBody
    {
        width:100%;
        height:100%;
        padding: 0px;
    }
  .loginbutton
    {
        background: #ccc;
        border: 1px solid #bbb;
        padding: 0;
        vertical-align: top;
        color: #402929;
        font-size: 11px;
        font-weight: bold;
    }
    .TextboxPwd
    {
        background: #f2f2f2;
        border: 1px solid #dedede;
        margin: 0;
        padding-left: 3px;
        vertical-align: top;
        height: 18px;
        font-size: 11px;
        color: #755b5b;
    }
    .logout-link
    {
        font-size: 11px;
        color: #0f5479;
    }
    a.link-register:link, a.link-register:visited, a.link-register:active
    {
        font-size: 11px;
        color: #0f5479;
    }
    a.link-register:hover
    {
        font-size: 11px;
        color: #0f5479;
    }
.SearchButton
{
	background: #ccc;
	border: 1px solid #bbb;
	padding: 0;
	color: #402929;
	font-size: 11px;
	vertical-align: top;
	font-weight: bold;
}
    
    .txtSearchBox
    {
        background: #f2f2f2;
        border: 1px solid #dedede;
        margin: 0 0 0 0;
        padding:1px;
        text-align: left;
        width: 130px;
        vertical-align: top;
        font-size: 11px;
        height: 13px!important;
        color: #755b5b;
    }
/*///end them cua Ga con/*/

/* NS MENU FIX*/
.barMnuNS
{
	background: url(../../images/bgMnubarCter.jpg) #f2f2f2 top left repeat-x;
	height: 74px;
	clear: both;
	border: 0;
	width: 100%;
	text-align: left;
}
.barMnuLeftNS
{
	background: url(../../images/bgMnubarLeft.jpg) top left no-repeat;
	height: 74px;
	border: 0;
}
.barMnuRightNS
{
	background: url(../../images/bgMnubarRight.jpg) top right no-repeat;
	height: 74px;
	border: 0;
}
.barMnuNS ul
{
	padding: 0px 0px 0px 5px;
	margin: 0;
}
.barMnuNS ul li
{
	list-style: none;
	float: left;
	padding: 0px 15px 0px 15px;
	overflow: hidden;
}
.barMnuNS ul li a:link
{
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	padding: 14px 0px 18px 0px;
	display: block;
}
.barMnuNS ul li a:visited
{
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	padding: 14px 0px 18px 0px;
	display: block;
}
.barMnuNS ul li a:active
{
	text-transform: uppercase;
	color: #ffff00;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	padding: 14px 0px 18px 0px;
	display: block;
}
.barMnuNS ul li a:hover
{
	color: #ffff00;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
	text-decoration: none;
}

.barMnuNS ul li a.selectedMnu:link
{
	text-transform: uppercase;
	color: #fff;
	background: url(../../images/aSlecttedBar.jpg) top left no-repeat;
	display: block;
	position: relative;
	z-index: 1000;
}
.barMnuNS ul li a.selectedMnu:active
{
	text-transform: uppercase;
	color: #ffff00;
	background: url(../../images/aSlecttedBar.jpg) top left no-repeat;
	display: block;
	position: relative;
	z-index: 1000;
}
.barMnuNS ul li a.selectedMnu:visited
{
	text-transform: uppercase;
	color: #ffff00;
	background: url(../../images/aSlecttedBar.jpg) top left no-repeat;
	display: block;
	position: relative;
	z-index: 1000;
}
.barMnuNS ul li a.selectedMnu:hover
{
	text-transform: uppercase;
	color: #ffff00;
	background: url(../../images/aSlecttedBar.jpg) top left no-repeat;
	display: block;
	position: relative;
	z-index: 1000;
}
.barMnuNS ul li .dropdownMnuBox
{
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 900;
	top: 138px;
}
/*end fix ns menu---------------*/
.selectedMnu
{
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}
.selectedMnuLink
{
	text-transform: uppercase;
	text-decoration: none;
	color: #ffff00 !important;
	display: block;
	position: relative;
	z-index: 1000;
}
ul.barMnuSub
{
	margin: 0;
	padding: 2px 0px 0px 15px;
}
ul.barMnuSub li
{
	list-style: none;
	float: left;
	background: url(../../images/iconMnubarSub.jpg) 4px 8px no-repeat;
	padding: 0px 10px 0px 15px;
	font-weight:normal;
}
ul.barMnuSub li a:link, ul.barMnuSub li a:visited, ul.barMnuSub li a:active
{
	color: #333333;
	font-family: Arial;
	font-size: 12px !important;
	padding: 2px 0 2px 0;
	display: block;
	text-decoration: none;
}
ul.barMnuSub li a:hover
{
	color: #fb6600;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}
/*barMnu*/
.barMnu ul li .dropdownMnuBox
{
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 900;
	top: 120px;
}
.dropdownMnuBox ul li
{
	list-style: none;
	line-height: 22px;
	float: none;
	border-bottom: 1px solid #ac2f2f;
	padding: 0px;
}
.dropdownMnuBox ul li a:link, .dropdownMnuBox ul li a:visited, .dropdownMnuBox ul li a:active
{
	color: #fff;
	padding: 0;
	font-family: Arial;
	text-decoration: none;
	text-transform: none;
}

.dropdownMnuBox ul li a:hover
{
	color: #F30;
	font-family: Arial;
	text-decoration: none;
}
.dropdownMnu
{
	background: #990000 /*url(../images/bgMnudropdowncter.gif) top left repeat-y*/;
	width: 135px;
}

.dropdownMnuTop
{
	background: url(../../images/bgMnudropdowntop.gif) top left repeat-x;
	width: 135px;
}

.dropdownMnuBtom
{
	background: url(../../images/bgMnudropdownbt.gif) bottom left no-repeat;
	width: 135px;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
	z-index: 100;
}

.dropdownMnuUL li
{
	line-height: 25px;	
	display: block;
}

ul.dropdownMnuUL li a:link, ul.dropdownMnuUL li a:visited, ul.dropdownMnuUL li a:active
{
	text-decoration: none;
	text-transform: none;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}

ul.dropdownMnuUL li a:hover
{
	color: #f60;
	text-decoration: none;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
}
/*END MENUTOP*/

#boxReadDate
{
	padding: 5px 0 5px 0;
	clear: both;
	height: 16px;
}

.boxSapxepDate
{
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	float: left;
	line-height: 20px;
}

.boxLoginUser
{
	float: right;
	margin: 0 10px 0 10px;
	width:400px;
}

/* CHANNEL TOP, HEADLINE */
.boxHeadline
{
	border: none;
	padding: 8px 0px 10px 0px;
	margin: 0 0 10px 0;
	height:325px;
	overflow:hidden;
}

.boxHeadline .contentHeadline
{
	float: left;
	width: 450px;
	margin: 0;
	padding: 0px 10px 5px 5px;
}
.contentHeadline img.classIG{width:450px; margin-bottom:6px; clear:both;height:240px;}
/*BOX HIGHLIGHT2 NEWS*/
.highlight2Box
{
	float: right;
	width: 200px;
	background:url(../../images/bgNewsHotDate.jpg) top left repeat-y;
	border-bottom:1px solid #e2e3e4;
	border-top:1px solid #e2e3e4;
}

.highlight2Box ul
{
	margin: 0;
	padding: 8px;
}

.highlight2Box ul li
{
	background: url(../../images/iconblue1.jpg) 0 5px no-repeat;
	list-style: none;
	line-height: 150%;
	padding: 0px 0px 6px 15px;
}

a.titleSupportOnline{background:url(../../images/btnTuvanOnline.jpg) no-repeat; width:200px; height:45px; margin-bottom:6px; float:right; display:block}
/* ARTICLE VIEW */
.boxTitleNewsDetail
{
	border-bottom: 1px dotted #ccc;
	padding: 8px 0 10px 0;
	clear: both;
	margin: 0;
}
/* CHANNEL SAMPLE INLINE */
.boxChannelSampleInline
{
	float: left;
	width: 645px;
	border-top: dotted 1px #ccc;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 5px 0px;
}

.boxChannelSampleInline .contentChannelSampleInline
{
	float: left;
	width: 450px;
	padding: 0px 5px 5px 0px;
}

.MnuTinhot
{
	float: left;
	width: 175px;
	margin-left: 5px;
}

.MnuTinhot ul
{
	margin: 0;
	padding: 0;
}

.MnuTinhot ul li
{
	background: url(../../images/iconblue1.jpg) 0 6px no-repeat;
	list-style: none;
	line-height: 150%;
	padding: 0px 0px 0px 15px;
}
.others-media
{
	float: left;
	margin-left: 5px;
	padding: 0;
	width:500px;
}
.others-media ul
{
	margin: 0;
	padding: 0;
	width:100%;
}

.others-media ul li
{
	background: url(../../images/iconblue1.jpg) 0 10px no-repeat;
	list-style: none;
	float:left;
	line-height:160%;
	padding:0 0 0 15px;
}

/* DOC BAO THEO NGAY */
.readByDateBox
{
	float: left;
	margin-left: 5px;
}

.readByDateBox ul
{
	margin: 0;
	padding: 0;
}

.readByDateBox ul li
{
	background: url(../../images/iconblue1.jpg) 0 10px no-repeat;
	list-style: none;
	margin: 0;
	line-height: 150%;
	padding: 0px 0px 0px 15px;
}

.boxQcTinhot
{
	float: left;
	width: 287px;
	overflow: hidden;
	background-color: #fff;
}

.boxQcTinhot img
{
	width: auto;
	height: auto;
	margin-bottom: 6px;
	border: none;
}



/* BOX TAB NEWS : HOME */
.boxTabNews
{
	position: relative; /*top: 2px;*/
	clear: both;
	margin: 0;
	padding: 0;
}

.boxTabNews ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.boxTabNews ul li
{
	list-style: none;
	float: left;
	line-height: 150%;
	padding: 0 6px 0 0;
	margin: 0;
}
.boxTabNews ul li a:link, .boxTabNews ul li a:visited, .boxTabNews ul li a:active
{
	display: block;
	padding: 0 0 0 8px;
	font-size: 11px;
	color: #d6161e;
	background: url(../../images/aTabLeftTNB.jpg) top left no-repeat;
}

.boxTabNews ul li a.selectTab
{
	background: url(../../images/aSelectTabTNB.jpg) top left no-repeat;
	font-weight:bold;
}

.boxTabNews ul li a:hover
{	
	color: #F60;
	display: block;
	padding: 0 0 0 8px;
	font-size: 11px;
	text-decoration: none;
}
.boxTabNews ul li a:link span, .boxTabNews ul li a:visited span, .boxTabNews ul li a:active span,
.boxTabNews ul li a:hover span
{
	display: block;
	padding: 0 8px 0 0;
	background: url(../../images/aTabRightTNB.jpg) top right no-repeat;
}
.boxTabNews ul li a.selectTab span
{
	background: url(../../images/spanSelectTabTNB.jpg) top right no-repeat;
	font-weight:bold;
}
/* BOX TAB Subchannel : HOME */
.boxTabNewsSubchannel
{
	position: relative; /*top: 2px;*/
	clear: both;
	margin: 0;
	padding: 0;
}

.boxTabNewsSubchannel ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.boxTabNewsSubchannel ul li
{
	list-style: none;
	float: left;
	line-height: 150%;
	padding: 0 6px 0 0;
	margin: 0;
}
.boxTabNewsSubchannel ul li a:link, .boxTabNewsSubchannel ul li a:visited, .boxTabNewsSubchannel ul li a:active
{
	display: block;
	padding: 0 0 0 8px;
	font-size: 12px;
	color: #d6161e;
	background: url(../../images/aTabLeftTNB.jpg) top left no-repeat;
}

.boxTabNewsSubchannel ul li a.selectTab
{
	background: url(../../images/aSelectTabTNB.jpg) top left no-repeat;
	font-weight:bold;
}

.boxTabNewsSubchannel ul li a:hover
{	
	color: #F60;
	display: block;
	padding: 0 0 0 8px;
	font-size: 12px;
	text-decoration: none;
}
.boxTabNewsSubchannel ul li a:link span, .boxTabNewsSubchannel ul li a:visited span, .boxTabNewsSubchannel ul li a:active span,
.boxTabNewsSubchannel ul li a:hover span
{
	display: block;
	padding: 0 8px 0 0;
	background: url(../../images/aTabRightTNB.jpg) top right no-repeat;
}
.boxTabNewsSubchannel ul li a.selectTab span
{
	background: url(../../images/spanSelectTabTNB.jpg) top right no-repeat;
	font-weight:bold;
}

.boxTinNb
{
	background: url(../../images/bgCterTinNb.jpg) top left repeat-x;
	height: 96px; 
	overflow: hidden;
	margin: 0 0 10px 0;
	border-left:1px solid #e4e4e5;
	border-right:1px solid #e4e4e5;
	clear: both;
}
.boxTinNbContent{padding: 10px;}
/*.boxTinNbLeft
{
	background: url(../../images/bgLeftTinNb.jpg) top left no-repeat;
	height: 130px;
}

.boxTinNbRight
{
	background: url(../../images/bgRightTinNb.jpg) top right no-repeat;
	height: 130px;
}*/

.boxTinNbContent .subItem
{
	float: left;
	padding: 2px 8px 0 0;
	margin: 0;
	width: 208px;
}
/* FIX NGUYET SAN*/
.boxTinNbContentNS .subItem
{
	float: left;
	padding-right:5px;
	margin: 0;
	width: 210px;
}
.boxTabNewsNS
{
	position: relative; /*top: 2px;*/
	clear: both;
	margin: 0 0 0 15px;
	padding: 2px 0 0 0;
}
.boxChannelList
{
	/*border-top: 2px solid #f1f1f1;*/
	padding: 5px 0 5px 0;
	clear: both;
	margin: 0;
	height:20px;
}

.boxNewsdetails
{
	padding:0; 
	margin-bottom:10px;
}
#colunmLeft
{
	float: left;
	padding: 0;
	margin:0;
	width: 680px;
}

#colunmRight
{
	padding: 0 10px 10px 0;
	float: left;
}
.boxSubItemNews
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.titleSubItemNews
{
	background: #f2f2f2;	
	padding: 0 0 0 0;
	clear:both;
	height: 50px;
	margin: 0 0 0 0;	
	overflow: hidden;
    /* border-top: dotted 1px #8f8a85; */
}

.titleSubItemNews ul
{
	padding: 4px;
	margin: 0;
	line-height: 130%;
	list-style: none;
	text-align: left;
}

.titleSubItemNews ul li
{
	list-style: none;
	float: left; /*line-height: 150%;*/
	font-weight: normal;
	padding: 2px 6px 0 6px;
	text-align: left;
	white-space: nowrap;
	font-size:11px;
}

/* channelSample*/
.titleSubItemNewsChannelSample
{
	background: #f7f7f7;
	height: 50px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-top: dotted 1px #8f8a85;
}
.titleSubItemNewsChannelSample ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 316px;
	float: left;
	text-align: left;
}

.titleSubItemNewsChannelSample ul li
{
	list-style: none;
	float: left;
	line-height: 130%;
	font-weight: normal;
	padding: 0px 6px 0 6px;
	text-align: left;
	white-space: nowrap;
}

.contentSubItemNews
{
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.contentSubItemNewsBottom
{
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

.subMnuItemNews
{
	padding: 5px 0px 0px 0px;
	margin: 0;
	font-family: Arial; 
	font-size: 12px;
}
.subMnuItemNews ul
{
	margin: 0;
	padding-left: 8px;
}
.subMnuItemNews ul li
{
	list-style: none;
	background: url(../../images/iconBLue.jpg) 0 8px no-repeat;
	padding: 0 0 0 10px;
	margin: 0;
	color:#3d499e;
	line-height:150%;
}
.subMnuItemNews ul li a{color:#3d499e;}
.subMnuItemNews ul li.iBlack
{
	list-style: none;
	background: url(../../images/iconMnubarSub.jpg) 0 8px no-repeat;
	padding: 0 0 0 10px;
	margin: 0;
	color:#3d499e;
	line-height:150%;
}
.subMnuItemNews ul li.iBlack a{color:#3d499e;}

.DropdownlistWeather /*WEATHER*/
{
	font-family: Arial; 
	width:120px; 
	font-size: 12px; 
	text-transform:none; 
	text-decoration:none;
}
.Addinfo-stock
{
	margin: 0;
	font-family: Arial; 
	font-size: 12px;
}
.Addinfo-stock ul
{
	margin: 0;
	padding-left:8px;
}
.Addinfo-stock ul li
{
	list-style: none;
	background: url(../../images/iconBLue.jpg) 0 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0;
	line-height:150%;
}
/*HEALTH ADVICE*/
.healthAdviceItemNews
{
	padding: 10px 0px 5px 0px;
	margin: 0;
}

.healthAdviceItemNews ul
{
	margin: 0;
	padding: 0;
}

.healthAdviceItemNews ul li
{
	list-style: none;
	background: url(../../images/iconBLue.jpg) 0 6px no-repeat;
	padding: 0px 0px 3px 10px;
	margin: 0px;
	
}

.healthAdviceItemNews ul li a.titleOther:link, 
.healthAdviceItemNews ul li a.titleOther:visited, 
.healthAdviceItemNews ul li a.titleOther:active
{
	color: #0f5479;
	font-family: Arial;
	font-size:12px;
	line-height:150%;
	text-decoration: none;
	text-transform: none;
}
.healthAdviceItemNews ul li a.titleOther:hover
{
	color: #F60;
	font-size:12px;
	line-height:150%;
	text-decoration: none;
	text-transform: none;
}

/*MON NGON*/
.boxMonngon
{
	width: 300px;
	margin:0 0 10px 0;
	clear: both;
	background:url(../../images/bgRepeatMonngon.jpg) top left repeat-y;
}
.boxMonngonTOp
{
	background:url(../../images/bgTopMonngon.jpg) top left no-repeat;
	width: 300px;
	padding-top: 30px;
}
.boxMonngonBtom
{
	background: url(../../images/bgBtomMonngon.jpg) bottom left no-repeat;
	width: 300px;
	padding-bottom: 34px;
}
.boxMonngonCtent
{	background: url(../../images/bgCterMonngon.jpg) #FFF top left repeat-x;
	padding: 6px 10px 0 10px;
	line-height: 18px;
	margin: 0 2px 0 0;
}
.boxMonngonCtent img.imMngon{width:100px; float:left; margin: 0 8px 6px 0;}
.boxQcRight
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	text-align: center;
}
.boxShareHome
{
	background: url(../../images/bgCterBoxShareRight.jpg) top left repeat-y;
	width: 298px;
	margin-bottom: 6px;
	padding: 0 1px 1px 1px;
	clear: both;
	border-bottom:1px solid #e1e1e2;
	border-top:1px solid #e1e1e2;
	overflow: hidden;
}
.boxShareHomeTop
{
	background: url(../../images/bgTopBoxShare300.jpg) top left no-repeat;
	width: 300px;
	padding-top: 4px;
}
.boxShareHomeBtom
{
	background: url(../../images/bgBtomBoxShare300.jpg) bottom left no-repeat;
	width: 300px;
	padding-bottom: 8px;
}
.boxShareCtent{padding:12px;}
/* TOPIC : KTDS*/
.boxArticleTopic
{
	width: 298px;
	border: solid 1px #d0cecb;
	margin:0;
	padding:0;
}
.boxArticleTopicTop
{
	padding-top:10px;
	padding-left:10px;
	margin:0;
	height: 32px;
	background: url(../../images/bg-title-boxtopic-ktds.jpg) top left repeat-x;
}
a.topic-title-ktds:link, 
a.topic-title-ktds:visited, 
a.topic-title-ktds:active
{
	color: #fff;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}
a.topic-title-ktds:hover
{
	color: #fff;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

.boxTopic
{
	clear: both;
	width: 288px;
	float: left;
	padding:5px 5px 5px 5px;
}
.subItemBoxTopic
{
	float: left;
	width: 140px;
	height: 65px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
/* MOST COMMENT*/
.boxSknoibat
{
	clear: both;
	width: 100%;
	float: left;
}
.subItemSknbat
{
	float: left;
	width: 130px;
	height: 55px;
	padding: 10px 0 0 0;
	margin: 0 5px 0 0;
}
.boxSkiennoibat
{
	clear: both;
	width: 100%;
	float: left;
}
.subItemSukiennbat
{
	float: left;
	width: 125px;
	height: 58px;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
}
.boxMostCommented
{
	width: 100%;
	float: left;
	clear: both;
}
.subItemCommented
{
	float: left;
	width: 137px;
	height: 70px;
	padding: 5px 0 0 0;
	margin: 0 5px 0 0;
}
/* BOXMOSTREAD*/
.boxMostRead
{
	width: 100%;
	float: left;
	clear: both;
}
.subItemMostRead
{
	float: left;
	width: 137px;
	height: 70px;
	padding: 5px 0 0 0;
	margin: 0 5px 0 0;
}
/*OTHER CHANNEL*/
.boxCmuckhac
{
	line-height: 120%;
	padding: 0px 0 10px 0;
	margin: 0;
}

.titleSgttMedia
{
	background: url(../../images/iconVideo.jpg) 0px 0px no-repeat;
	padding: 0px 0px 0px 35px;
	height: 20px;
	clear: both;
	margin: 0 0 5px 0;
}

.titleGocimg
{
	background: url(../../images/iconnhiepanh-new.jpg) 0px 5px no-repeat;
	padding: 10px 0px 0px 40px;
	clear: both;
	margin: 0px 0px 10px 0px;
}
.titleGocimgTopic
{
	background: url(../../images/hvnclc30x30.jpg) 0px 5px no-repeat;
	padding: 5px 0px 0px 40px;
	clear: both;
	margin: 0px 0px 10px 0px;
}
.titleGocimgChannelSpecial
{
	background: url(../../images/mascot_wc2010.jpg) 0px 5px no-repeat;
	padding: 5px 0px 0px 40px;
	clear: both;
	margin: 0px 0px 10px 0px;}

.titleVoite, .titleAppli
{
	background: url(../../images/iconthamdo.jpg) 0px 0px no-repeat;
	padding: 0 0 0 35px;
	line-height: 20px;
	clear: both;
	margin: 0px 0px 5px 0px;
}

.titleAppli
{
	background: url(../../images/iconthongtincanbiet.jpg) 0 0 no-repeat;
}

/* THONG TIN CNA BIET*/
.titleTigia, .titleGiaovat
{
	background: url(../../images/icontigia.jpg) 0 0 no-repeat;
	padding: 0 0 0 25px;
	line-height: 30px;
}
.titleGoldRate
{
	background: url(../../images/icon-gold-rate.jpg) 0 0 no-repeat;
	padding: 0 0 0 30px;
	line-height: 30px;}
.titleWeather{background: url(../../images/icon-weather.jpg) 0 0 no-repeat;
	padding: 0 0 0 25px;
	line-height: 30px;}
.titleStock
{
	background: url(../../images/icon_stock.jpg) 0 0 no-repeat;
	padding: 0 0 0 50px;
	line-height: 30px;
	}
	

.titleGiaovat
{
	background: url(../../images/iconraovat.jpg) 0 4px no-repeat;
}

.boxMnuRavat
{
	border-bottom: solid 1px #dcdcdd;
	border-top: solid 1px #dcdcdd;
	float: right;
}

.boxMnuRavat ul
{
	margin: 0;
	padding: 1px 0 1px 0;
	height: 20px;
}

.boxMnuRavat ul li
{
	list-style: none;
	line-height: 20px;
	float: left;
	padding: 3px 4px 0 0;
}

.boxMnuRavat ul li a.selectRv
{
	background: #e6e6e6;
	padding: 3px 2px 3px 2px;
}

.NgoaiteMid
{
	width: 283px; padding:0; margin:0; height: 25px;float: left;
    border-bottom: dotted 1px #cccccc;font-family: Arial;
    font-size: 11px; color: #4c4c4c; line-height: 34px; text-transform: uppercase;
}
.GoldrateMid
{
	width: 130px; height: 25px; float: left;
    border-bottom: dotted 1px #ccc; font-family: Arial;
    font-size: 11px; color: #4c4c4c; line-height: 34px; text-transform: uppercase;}

/* COMMENT ARTICLE*/
.boxtinphanhoi, .boxMnuRavat
{
	border-bottom: 1px solid #dcdcdd;
	border-top: 1px solid #dcdcdd;
	float: right;
}

.boxtinphanhoi ul, .boxMnuRavat ul
{
	margin: 0;
	padding: 1px 0 1px 0;
	height: 20px;
}

.boxtinphanhoi ul li, .boxMnuRavat ul li
{
	list-style: none;
	line-height: 20px;
	float: left;
	padding: 0 4px 0 0;
}

.boxtinphanhoi ul li a
{
	padding: 0 8px 0 8px;
}

.boxtinphanhoi ul li a.selectPh
{
	background: #e6e6e6;
	padding: 0 8px 0 8px;
	display: block;
	color: #F60;
}
/*SHOP ONLINE*/
.boxShopStOl
{
	background: url(../../images/bgBoxStOl.jpg) top left repeat-x;
	margin: 0px 10px 20px 15px;
	padding: 0 0 6px 0; /*height: 540px;*/
	height: 420px;
	overflow: hidden;
	width: 630px;
}
#boxShopStOlContent
{
	width: 598px; /*height: 460px;*/
	height: 400px;
	overflow: hidden;
	position: relative;
}

.titleSGttShop
{
	padding: 0 40px 0 0;
	line-height: 32px;
	font-size: 30px;
	font-weight: bold;
	color: #d40a12;
	margin: 0 0 20px 0;
	display: block;
}

.boxSubItemSthiOl
{
	float: left;
	width: 130px;
	padding: 0 6px 0 6px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 10px;
}
.boxSubItemSthiOl img
{
	width: 120px;
	border: solid 1px #ccc;
	height: 120px;
	padding: 2px;
	margin-bottom: 6px;
}
.boxBgLeftStonline, .boxBgRightStonline
{
	background: url(../../images/bgGoxLeftStonline.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	clear: both;
}
.boxBgRightStonline
{
	background: url(../../images/bgGoxrightStonline.jpg) top right no-repeat;
	padding: 8px 0 0 8px;
}
/*#END SHOP ONLINE*/
#footer
{
	padding: 4px 0 0 0;
	clear: both;
}
.footerTop
{
	background: #e3dfd6;
	padding: 10px 10px 8px 15px;
	clear: both;
	line-height:14px;
}
.copyright
{
	float: left;
	width: 340px; 
	font-family:Arial; 
	font-size:10px; 
	text-decoration:none; 
	text-transform:none; 
	color:#fff;
	
}
.boxMnufootetItem
{
	float: left;
	width: 100px;
	padding-right: 6px;
	line-height: 18px;
	font-size: 11px;
	line-height: 30px;
}

.boxDatbaoFter
{
	float: left;
	border-right: 1px solid #c4c2be;
	width: 230px;
	margin-right: 30px;
	min-height: 90px;
	height: auto !important;
	height: 90px;
}

div#scrollbar
{
	position: relative;
	width: 20px;
	height: 472px;
	display: block;
	top: -472px;
	left: 590px;
}

div#track
{
	position: absolute;
	left: 0;
	top: 20px;
	width: 20px;
	height: 444px;
	background: url(../../images/bgscroll.jpg) top left repeat-y;
}

div#dragBar
{
	position: absolute;
	left: 1px;
	top: 2px;
	width: 23px;
	height: 80px;
	background: url(../../images/scroll.jpg) top left repeat-y;
}

div#up
{
	position: absolute;
	left: 0px;
	top: -1px;
}

div#down
{
	position: absolute;
	left: 0;
	bottom: 0;
}

div#scrollbar, div#track, div#dragBar, div#up, div#down
{
	-moz-user-select: none;
	-khtml-user-select: none;
}

.boxContentNewsDetail
{
	padding: 10px 0 10px 0;
	margin: 0;
}
/* ARTICLE RELATIVE */
.boxTinbailQuan
{
	float: left;
}
.boxbaivietkhac
{
	clear: both;
	padding: 10px 0px 20px 0px;
	border-bottom: 1px dotted #ccc;
	margin: 0px 0px 10px 0px;
}
/* COMMENT */
.boxComment
{
	margin:0;
	clear: both;
	border-bottom: dotted 1px #ccc;
	padding: 5px;
}
.boxCommentTop
{
	color: #cc0000; 
	font-weight: bold; 
	border-top: dotted 1px #ccc;
	padding-top: 10px;
    padding-bottom: 0px; 
    margin:0;
    font-family: Arial; 
    font-size: 13px; 
    text-transform: uppercase;
    text-decoration:none;}
.boxCommentContent
{
	width: 660px;
	height: 300px;
	clear: both;
	padding: 0;
	margin: 0;
	background-color: #fff;
	overflow: hidden;
	overflow-y: scroll !important;
}
.subItemCommtent
{
	padding: 5px 0px 5px 0px;
	line-height: 150%;
	clear: both;
	margin: 0 5px 0 5px;
}
.userNameComment
{
	font-family: Arial; font-size: 12px; text-decoration: none; text-transform:none; padding-top: 10px;
    font-weight: bold; font-style: normal; color: #333;} 
 .contentComment
 {
 	padding-bottom: 10px; border-bottom: solid 1px #e4e0e0;
    font-family: Arial; font-size: 12px; color:#666;}     
/* SEND MAIL*/
.boxSendMail
{
	margin: 10px 6px 10px 0px;
	clear: both;
	border-bottom: dotted 1px #ccc;
	padding: 0px 0px 10px 15px;
}
/* ARTICLE TOOLS*/
.boxToolsEdit
{
	border-top: dotted 1px #d2d2d2;
	padding: 10px 0 10px 0;
	clear: both;
	margin: 0px 15px 0 15px;
}
/* BOX CHANNEL LIST */
#boxCOntentListNews
{
	border-top: dotted 1px #d2d2d2;
	padding: 10px 0 10px 0;
	clear: both;
	margin:0;
	width: 670px;
	overflow: hidden;
	line-height: 18px;
}
#boxSubItemListNews
{
	padding: 0 0 10px 0;
	clear: both;
}
/* ARTICLE MOST READ */
.boxNewsPhanhoi
{
	background: url(../../images/bgCterNewsthonke.jpg) top left repeat-y;
	width: 286px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

.boxNewsPhanhoiTop
{
	background: url(../../../../images/bgTopNewsthonke.jpg) top left no-repeat;
	width: 286px;
}

.boxNewsPhanhoiBtom
{
	background: url(../../../../images/bgBtomNewsthonke.jpg) bottom left no-repeat;
	width: 286px;
}
.top-box
{
	background: url(../../images/bgTop-docnhieu300.jpg) top left no-repeat;
	width: 300px;
	height: 10px;
}
.bottom-box
{
	background: url(../../images/bgbottom-docnhieu300.jpg) top left no-repeat;
	width: 300px;
	height: 10px;
}
.center-box
{
	height: 240px;
	width: 284px;
	border-left: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0 7px 0 7px;
}
/* MOST READ : MEDIA*/
.mdia-center-box
{
	height: 210px;
	width: 284px;
	border-left: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
	background-color: #f3f3f3;
	margin: 0px 0px 0px 0px;
	padding: 0px 7px 0px 7px;
}
.mdia-boxtabContent ul
{
	margin: 0;
	padding:0;
	height: 20px;
	border-bottom: 1px dotted #dcdcdd;
	border-top: 1px dotted #dcdcdd;
}
.mdia-boxtabContent ul li
{
	list-style: none;
	float: left;
	margin: 0 10px 0px 10px;
	padding: 0 10px 0 10px;
}
.mdia-boxtabContent ul li a:link, 
.mdia-boxtabContent ul li a:visited, 
.mdia-boxtabContent ul li a:active
{
	font-family: Arial;
	font-size: 11px;
	padding: 0;
	margin:0;
	color: #353535;
	text-decoration: none;
	text-transform:none;
}
.mdia-boxtabContent ul li a:hover
{
	font-family: Arial;
	font-size: 11px;
	padding: 0;
	margin:0;
	color: #f60;
	text-decoration: none;
	text-transform: none;
}

.mdia-boxtabContent ul li a.selectPh:link, 
.mdia-boxtabContent ul li a.selectPh:visited, 
.mdia-boxtabContent ul li a.selectPh:active
{
	background-color: #e6e6e6;
	padding: 0;
	font-size: 11px;
	margin:0;
	color: #f60;
	font-family: Arial;
	text-decoration: none;
	text-transform: none;
}
.mdia-boxtabContent ul li a.selectPh:hover
{
	text-decoration: none;
	color: #f60;
	font-family: Arial;
	text-transform: none;
	font-size: 11px;
	padding: 0;
}
.mdia-boxSknoibat
{
	clear: both;
	width: 100%;
	float: left;
}
.mdia-subItemSknbat
{
	float: left;
	width: 137px;
	height: 60px;
	padding: 5px 0 0 0;
	margin: 0 5px 0 0;
}
.mdia-boxMostRead
{
	width: 100%;
	float: left;
	clear: both;
}
.mdia-subItemMostRead
{
	float: left;
	width: 137px;
	height: 60px;
	padding: 5px 0 0 0;
	margin: 0 5px 0 0;
}
/* MOST READ : KTDS */
.center-box-ktds
{
	height: 250px;
	width: 298px;
	border-left: solid 1px #cac7c5;
	border-right: solid 1px #cac7c5;
	border-bottom: solid 1px #cac7c5;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

.boxtabContent-ktds ul
{
	padding:5px 10px 5px 10px;
	margin: 0;
	border-top: 1px solid #887f78;
	border-bottom: 1px solid #413932;
	height: 23px;
	background: url(../../images/bgTitleBarRight.jpg) top left repeat-x;
}
.boxtabContent-ktds ul li
{
	list-style: none;
	padding:0;
	float: left;
	margin:0;
	border-top: 1px solid #5b4e45;
	border-bottom: 1px solid #5b4e45;
}

.boxtabContent-ktds ul li a:link, 
.boxtabContent-ktds ul li a:visited, 
.boxtabContent-ktds ul li a:active
{
	font-family: Arial;
	text-decoration: none;
	font-weight:bold;
	color: #fff;
	padding: 0 10px 0 10px;
	font-size: 12px;
	display: block;
}
.boxtabContent-ktds ul li a:hover
{
	background: url(../../images/ktds_aSelectTab.jpg) top left repeat-x;
	font-weight:bold;
}

.boxtabContent-ktds ul li a.selectPh:link, 
.boxtabContent-ktds ul li a.selectPh:visited, 
.boxtabContent-ktds ul li a.selectPh:active
{
	background-color: #463428;
	padding: 0 10px 0 10px;
	display: block;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
	color: #fff;
}
.boxtabContent-ktds ul li a.selectPh:hover
{
	text-decoration: none;
	font-family: Arial;
	text-transform: none;
	color: #fff;
	font-size: 12px;
	padding: 0 10px 0 10px;
}
.boxSknoibat-ktds
{
	clear: both;
	width: 100%;
	float: left;
}
.subItemSknbat-ktds
{
	float: left;
	width: 137px;
	height: 60px;
	padding: 5px 0px 0 5px;
	margin: 0 0 0 0;
}
.boxMostRead-ktds
{
	width: 100%;
	float: left;
	clear: both;
}
.subItemMostRead-ktds
{
	float: left;
	width: 130px;
	height: 55px;
	padding:10px 5px 0 5px;
	margin: 0 5px 0 0;
}
/* #END MOST READ : KTDS */

.title-box
{
	background: url(../../images/bgTitle-photo-inline.jpg) top left no-repeat;
	height: 40px;
	width: 298px;
}
.boxtabContent ul
{
	margin: 0;
	padding:0;
	height: 20px;
	border-bottom: 1px dotted #dcdcdd;
	border-top: 1px dotted #dcdcdd;
}
.boxtabContent ul li
{
	list-style: none;
	float: left;
	margin: 0 10px 0px 10px;
	padding: 0 10px 0 10px;
}

.boxtabContent ul li a:link, 
.boxtabContent ul li a:visited, 
.boxtabContent ul li a:active
{
	font-family: Arial;
	font-size: 11px;
	padding: 0;
	margin:0;
	color: #353535;
	text-decoration: none;
	text-transform:none;
}
.boxtabContent ul li a:hover
{
	font-family: Arial;
	font-size: 11px;
	padding: 0;
	margin:0;
	color: #f60;
	text-decoration: none;
	text-transform: none;
}

.boxtabContent ul li a.selectPh:link, 
.boxtabContent ul li a.selectPh:visited, 
.boxtabContent ul li a.selectPh:active
{
	background-color: #e6e6e6;
	padding: 0;
	font-size: 11px;
	margin:0;
	color: #f60;
	font-family: Arial;
	text-decoration: none;
	text-transform: none;
}
.boxtabContent ul li a.selectPh:hover
{
	text-decoration: none;
	color: #f60;
	font-family: Arial;
	text-transform: none;
	font-size: 11px;
	padding: 0;
}

/* STYLE FOR ARTICLE BODY*/
.pTitle
{
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #074f75;
	text-align: justify;
}
.pHead
{
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	text-align: justify;
}
.pBody
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	line-height: 150%;
	color: #000;
	text-align: justify;
}
.pSurTitle
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #00436C;
	text-align: justify;
}
.pInterTitle
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #00436C;
	text-align: justify;
}
.pSubTitle
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #000000;
	text-align: justify;
}
.pCaption
{
	font-family: Arial;
	font-size: 11px;
	padding-top: 3px;
	line-height: 15px;
	color: #666666;
	margin-bottom: 5px;
	text-align: justify;
	padding-right:10px;
}
.pQuestion
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.pAnswer
{
	font-family: Arial;
	font-size: 12px;
	color: #000;
}
.pAuthor
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: right !important;
	text-transform:uppercase;
	text-decoration:none;
}
.pSource
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: right !important;
	text-transform:none;
}
.pImgAuthor
{
	font-family: Arial;
	font-size: 12px;
	padding-top: 3px;
	line-height: 15px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}

/* #END STYLE FOR ARTICLE BODY*/
.ImgBoxEmbeddedCenter
{
	border: dashed 0px #5e5e5e;
	clear: both;
}

.ImgBoxEmbeddedLeft
{
	border: dashed 0px #5e5e5e;
	float: left;
	margin-right: 10px;
}

.ImgBoxEmbeddedRight
{
	border: dashed 0px #5e5e5e;
	float: right;
	margin-left: 10px;
}
/*END: Article Details */

/*ORDER NEWS*/
.boxOrderNews
{
	padding: 0 0 10px 15px;
	line-height: 18px;
	font-family: Arial;
	text-decoration: none;
}

.boxcontentOder
{
	padding: 0 0 30px 60px;
	clear: both;
	font-family: Arial;
	text-decoration: none;
}

.boxDkydatbao
{
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px;
	clear: both;
	line-height: 22px;
	color: #333;
	margin: 10px 0 20px 0;
}

/*SEARCH */
.boxSearchnangcao
{
	padding: 10px 10px 10px 10px;
	border: 1px solid #ededed;
	clear: both;
	margin: 0 0 10px 0;
}

.boxAdvanceSearch
{
	padding: 10px 0 10px 0;
	border-top: 1px dotted #ccc;
	
}
.boxpagingSearch
{
	padding: 10px 0 10px 0;
	clear: both;
	width: 600px;
}
.PagerContainerTable
{
	width: 600px;
}

.PagerInfoCell
{	
	width: 150px;	
	font-family: Arial;
	font-size: 12px;
	padding: 0 5px 0 5px;
	font-weight:bold;
}

.PagerOtherPageCells
{
	padding: 0;
	margin: 0;
}

.boxContentSearchncao1
{
	clear: both;
	padding: 6px;
	background-color: #f9f9f9;
	margin-bottom: 10px;
}

.lblKeywordResult
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

/* REGISTER*/
.boxDnhapThanhvien
{
	padding: 0 0 10px 0;
	margin: 0;
	border-top: solid 2px #f2f2f2;
	clear: both;
}

/*PAGGING*/
.PagerCurrentPageCell
{
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
}

.PagerOtherPageCells
{
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
}

.PagerHyperlinkStyle
{
	font-family: Arial;
	font-size: 12px;
}

.PagerSSCCells
{
	font-family: Arial;
	font-size: 12px;
}

/* SPECIALIST*/
.boxSubItemCbSGTT
{
	background: url(../../images/bgCterSuitem.jpg) top left repeat-y;
	width: 320px;
	float: left;
	margin: 0 4px 12px 0;
}

.boxSubItemCbSGTTTop
{
	background: url(../../images/bgTopSuitem.jpg) top left no-repeat;
	width: 320px;
}

.boxSubItemCbSGTTBtom
{
	background: url(../../images/bgBtomSuitem.jpg) bottom left no-repeat;
	width: 320px;
}

.titleCbSGTT
{
	padding: 10px 0 10px 0px;
	border-top: 2px solid #f2f2f2;
	border-bottom: dotted 1px #ccc;
}

.boxSubItemCbSGTTCtent
{
	padding: 10px 18px 0px 30px;
	line-height: 18px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
}

.boxSubItemCbSGTTCtent .imgPeople
{
	float: right;
	width: 65px;
	height: 90px;
	margin: 0 0 6px 6px;
}

/*RSS FEED*/
.title-rss
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}
.boxListChannelRss
{
	padding: 10px 0 10px 0;
	margin: 0;
	clear: both;
}
.boxListChannelRss ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.boxListChannelRss ul li
{
	padding: 0;
	margin: 0;
	line-height: 150%;
	list-style: none;
}
.boxListChannelRss ul li a.link-channel-rss:link, .boxListChannelRss ul li a.link-channel-rss:visited, .boxListChannelRss ul li a.link-channel-rss:active
{
	text-decoration: none;
	text-transform: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.boxListChannelRss ul li a.link-channel-rss:hover
{
	text-decoration: none;
	text-transform: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
/* LOGIN PAGE*/
select.inputText
{
	border: 1px solid #A5A5A5;
	background-color: #D0D0D0;
}
select.inputText option
{
	border-bottom: 1px solid #dadada;
}
.btnCheck
{
	height: 20px;
	width: 80px;
	background-color: #666;
	color: #fff;
	border: solid 1px #ccc;
	font-weight: bold;
	vertical-align: top;
}
.title-message
{
	font-family: Arial;
	font-size: 12px;
	color: #cc0000;
	text-decoration: none;
}

/*=NGUYETSAN*/
.ns_boxNewsHot
{
	padding: 10px 0 0 10px;
	margin: 0;
	clear: both;
	border-top: 1px solid #f1f1f1;
}
.ns_NewsHot
{
	clear: both;
	width: 100%;
	padding-bottom: 10px;
}
.imgChanneltop-ns
{
	width: 360px;
	height: 270px;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 3px 10px 0px 0px;
	padding: 2px;
}
.paddingBt16
{
	padding-bottom: 16px;
}
.ns_titleBoxSub
{
	clear: both;
	padding: 10px 0 0 0;
	color: #da3037;
}
.ns_titleBoxSub .ns_boxSubMnu
{
	background: url(../../images/bgTitlemnuNsa.jpg) top left repeat-x;
	height: 29px;
	clear: both;
	line-height: 29px;
}
.ns_boxSubMnu ul
{
	margin: 0;
	padding: 0;
}

.ns_boxSubMnu ul li
{
	list-style: none;
	float: left;
	font-size: 11px;
}
.ns_boxSubMnu ul li a:link,.ns_boxSubMnu ul li a:visited,.ns_boxSubMnu ul li a:active
{
	color: #666;
	padding: 0 8px 0 8px;
	font-family:Arial; 
	text-decoration:none; 
	text-transform:none;	
	font-size:11px;
}
.ns_boxSubMnu ul li a:hover
{
	color: #F60;
	padding: 0 8px 0 8px;
	text-decoration:none; 
	text-transform:none;	
	font-size:11px;
}
.ns_contentMainBdy
{
	padding: 0px 0px 10px 15px;
	margin: 0;
	clear: both;
}
.ns_boxItemCde
{
	padding: 5px 0 0 0;
	clear: both;
}
.ns_boxItemCde .ns_ctentCde
{
	float: left;
	width: 460px;
	padding-right: 10px;
}
.ns_boxItemCde .ns_groupNewsOther
{
	float: left;
	width: 190px;
}
.ns_boxShareItem
{
	clear: none;
	margin: 0 0 10px 10px;
	padding: 0 0 0 0;
	background-color: #fff;
}
/*=KIEN TRUC DOI SONG*/
#ktds_header
{
	margin: 0;
	padding: 0;
	clear: both;
}
.ktds_banner
{
	background: url(../../images/bgBanner.jpg) #473529 bottom left repeat-x;
	height: 116px;
	overflow: hidden;
	clear: both;
}
.ktds_logo
{
	float: left;
	width: 176px;
	height: 116px;
	overflow: hidden;
}
.ktds_logo img
{
	width: 176px;
}
.ktds_barMnu
{
	background: url(../../images/bgMnuBarKtds.jpg) top left repeat-x;
	height: 33px;
	clear: both;
	line-height: 30px;
}
.ktds_barMnu ul
{
	margin: 0;
	padding: 0;
	float: left;
}
.ktds_barMnu ul li
{
	list-style: none;
	float: left;
	padding: 0 10px 0 10px;
	margin: 0;
}
.ktds_barMnu ul li a:link, .ktds_barMnu ul li a:visited, .ktds_barMnu ul li a:active
{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	word-spacing: normal;
}
.ktds_barMnu ul li a:hover
{
	color: #FC0;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
}

.ktds_search
{
	float: left;
	margin: 0px;
	width: 206px;
	height:27px;
	padding: 0px 5px 0px 0px;
	background: url(../../images/bgSearch_ktds.jpg) top left no-repeat;
}
.ktds_inputTextS
{
	border: none;
	background: none;
	padding: 2px;
	font-size:12px;
	color: #fff;
}

.ktds_boxNewsHot
{
	clear: both;
	height:400px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.ktds_boxNewsHot .ktds_ctentNoibat
{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 680px;
	background: url(../../imgNs/bgboxHotnews.jpg) #271e14 top left repeat-x;
}
.ktds_ctentNoibat .ktds_listMnuNews
{
	width: 131px;
	float: left;
	padding: 10px 8px 10px 8px;
	margin:0px 0px 0px 0px;
}
.ktds_ctentNoibat .img_ktdsNb
{
	width: 533px;
	height: 400px;
	border: 0;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.ktds_boxNewsHot .ktds_NewsHotOther
{
	float: left;
	padding: 0px 5px 0px 10px;
	margin: 0px 0px 0px 0px;
	height: 400px;
	width: 285px;
}

.ktds_NewsHotOther .subktdsItemNewsOther
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 90px;
	width: 290px;
	line-height:130%;
	float: left;
	font-size: 12px;
	color: #333;
}
.ktds_boxBarTabRightShare
{
	background: url(../../images/bgTitleBarRight.jpg) top left repeat-x;
	height: 33px;
	clear: both;
}
.ktds_boxBarTabRightShareCtent
{
	padding: 5px 0 0 20px;
	font-size: 14px;
	font-family:Arial;
	color: #fff;
	font-weight: bold;
}
.ktds_boxBarTabRightShareCtentMnu
{
	padding: 2px;
	margin: 0;
}

/* KTDS : BOX TIN ANH*/
.ktds_boxShareRight
{
	background: url(../../images/new-bgBoxItemktdsRight.jpg) top left repeat-y;
	width: 300px;
	margin-bottom: 4px;
	clear: both;
	border-bottom: 1px solid #d0cecb;
}
.ktds_boxShareRightCtent
{
	padding: 0px 15px 0 15px;
	width:270px;
}
.ktds_qcRightBox
{
	width: 286px;
	margin-bottom: 2px;
	clear: both;
}
.ktds_qcRightBox img
{
	width: 286px;
	margin-bottom: 2px;
	clear: both;
}
.ktds_boxShareItemNews
{
	padding:0;
	margin:0;
	height:158px;
	clear: both;
}
.imgKtdsItemNews
{
	margin: 3px 10px 0px 0px;
	padding: 2px;
	border: 1px solid #ccc;
	float: left;
	height:105px;
}

a.ktds_goTop
{
	background: url(../../images/icongotopKtds.jpg) no-repeat;
	padding: 0 0 0 40px;
	text-transform: uppercase;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	display: block;
	font-size: 11px;
}
#ktds_footer
{
	background: url(../../images/bgFooterKtds.jpg) #231912 top left repeat-x;
	clear: both;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
#ktds_footerCtent
{
	padding: 10px 10px 10px 15px;
	clear: both;
}
.ktds_copyright
{
	background: url(../../images/bgLinefooter.jpg) top right repeat-y;
	width: 336px;
	float: left;
	min-height: 90px;
	height: auto !important;
	height: 90px;
}
.ktds_color
{
	color: #b3b3b3;
}
a.ktds_color:link, a.ktds_color:visited, a.ktds_color:active
{
	color: #b3b3b3;
	text-decoration: none;
	text-transform: uppercase;
	font-family:Arial;
	font-size:11px;
}
a.ktds_color:hover
{
	color: #FC0;
	text-decoration: none;
	text-transform: uppercase;
	font-family:Arial;
	font-size:11px;
}
a.ktds_color-home:link, a.ktds_color-home:visited, a.ktds_color-home:active
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-family:Arial;
}
a.ktds_color-home:hover
{
	color: #FC0;
	text-decoration: none;
	font-size: 11px;
	font-family:Arial;
}

a.ktds-samplechannel-name:link, 
a.ktds-samplechannel-name:visited, 
a.ktds-samplechannel-name:active
{
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Arial;
}
a.ktds-samplechannel-name:hover
{
	color: #f60;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Arial;
}
/*=SGTT-MULTIMEDIA*/
#mdia_banner
{
	/*width: 972px;*/
	width: 1000px;
	overflow: hidden;
	height: 148px;
	background: url(../../images/new-mdia_banner.jpg) top left no-repeat;
}
.mdia_logo
{
	float: left;
	width: 230px;
	height: 90px;
	padding: 0px 0 15px 15px;
	clear: both;
	overflow: hidden;
}
.mdia_mnuTop
{
	margin:0;
	padding:0;
	line-height: 18px;
	clear: both;
}
.mdia_mnuTop ul
{
	list-style: none;
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
}
.mdia_mnuTop ul li
{
	list-style: none;
	float: left;
	padding: 0px 5px 0 5px;
	margin: 0;
}
.mdia_mnuTop ul li a:link, .mdia_mnuTop ul li a:visited, .mdia_mnuTop ul li a:active
{
	color: #fff;
	text-decoration: none;
	font-family:Verdana;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial;
}
.mdia_mnuTop ul li a:hover
{
	color: #fc0;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial;
}
.mdia_title
{
	background: url(../../images/Media_title2.jpg) top left no-repeat;
	width: 320px;
	height: 30px;
	float:left;
	padding:0; margin:0;
}
.mdia_boxHOt
{
	float: left;
	width: 400px;
	height:430px;
	margin:0;
	padding:0;
	background-color: #f1f1f2;
}
.mdia_boxHOt .mdia_video
{
	width: 400px;
	height: 300px;
	clear: both;
	overflow: hidden;
}
.mdia_boxHOtMnu
{
	float: left;
	width: 255px;
	padding:0; 
	margin-left:5px;
	padding-left:10px;
	height:430px;
	line-height:130%;
	/*overflow:auto;*/
	background-color:#fff;
}
.mdia_boxHOtMnu ul
{
	margin: 0 2px 0 2px;
	padding: 0;
}
.mdia_boxHOtMnu ul li
{
	list-style: none;
	padding: 0;
	margin:0;
}

.mdia_mnuItemAu ul
{
	margin: 0;
	padding: 0;
}
.mdia_mnuItemAu ul li
{
	list-style: none;
	line-height: 130%;
	background: url(../../images/audio_icon.gif) 0 5px no-repeat;
	padding: 0 0 0 18px;
}
.mdia_mnuItemAu ul li a:link, .mdia_mnuItemAu ul li a:visited, .mdia_mnuItemAu ul li a:active
{
	color: #0f5479;
	text-decoration: none;
	text-transform: none;
	font-weight:normal;
	font-style:normal;
	font-family: Arial;
	font-size: 12px;
}
.mdia_mnuItemAu ul li a:hover
{
	color: #F30;
	font-weight:normal;
	font-style:normal;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
}
/* MEDIA CHUYEN MUC*/
.mdia_tabMnuCter
{
	background: url(../../images/mdia_tabCter.jpg) bottom left repeat-x;
	height: 37px;
	clear: both;
	margin-bottom: 6px;
}
.mdia_tabMnuCterLeft
{
	background: url(../../images/mdia_tabLeft.jpg) bottom left no-repeat;
	height: 37px;
}
.mdia_tabMnuCterRight
{
	background: url(../../images/mdia_tabRight.jpg) bottom right no-repeat;
	height: 37px;
}
.mdia_tabMnuCterCtent
{
	/*padding: 10px 15px 0px 15px;*/
	padding: 10px 0px 0px 10px;
}
.mdia_contentSubItem
{
	background: url(../../images/mdia_bgContentSubContent.jpg) top left repeat-y;
	width: 670px;
	min-height: 195px;
	height: auto !important;
	height: 195px;
	margin-bottom: 5px;
	clear: both;
}
.mdia_subItemContent
{
	float: left;
	width: 216px;
	padding: 0 2px 0 2px;
	margin:0 2px 0 0;
}
.mdia_subItemContent .subItem_mdia
{
	margin-bottom: 8px;
	height:55px;
	padding:0 5px 0 0;
	line-height:120%;
}
.mdia_mnuSubItem
{
	padding:0 5px 0 0px;
	margin-bottom:5px;
	height:75px;
}
.mdia_mnuSubItem ul
{
	margin:0;
	padding: 0;
}
.mdia_mnuSubItem ul li
{
	list-style: none;
	background: url(../../images/iconBlue3.jpg) 0 8px no-repeat;
	padding: 0 0 0 10px;
	line-height:120%;
}
.mdia_mnuSubItem_gt
{
	padding:0;
	margin-top:3px;
	height:85px;
	border-top:solid 1px #ccc;
}
.mdia_mnuSubItem_gt ul
{
	margin:0;
	padding:0;
}
.mdia_mnuSubItem_gt ul li
{
	list-style: none;
	background: url(../../images/iconBlue3.jpg) 0 8px no-repeat;
	padding: 0 0 0 10px;
	line-height:120%;
}

.mdia_tabMnuCterCtent ul
{
	margin: 0; padding: 0;
}
.mdia_tabMnuCterCtent ul li
{
	float: left;
	padding-top: 2px;
	line-height:130%;
	list-style: none;
}
.mdia_tabMnuCterCtent ul li a:link, 
.mdia_tabMnuCterCtent ul li a:visited, 
.mdia_tabMnuCterCtent ul li a:active
{
	color: #412e2e;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 5px 0px 40px;
	
}
.mdia_tabMnuCterCtent ul li a:hover
{
	color: #F30;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
.channelname-media
{
	color: #686868;
	font-size: 15px;
	font-family:Arial; 
	font-weight:bold;
	width:450px;
	float:left;
	padding:0; 
	margin:0;
	text-decoration: none;
	text-transform: uppercase;
}
/* #END MEDIA CHUYEN MUC*/
.mdia_boxAudio
{
	background: url(../../images/bgPhatthanhCter665.jpg) top left repeat-y;
	width: 665px;
	clear: both;
	overflow: hidden;
}
.mdia_boxAudioTOp
{
	background: url(../../images/bgPhatthanhTop665.jpg) top left no-repeat;
	width: 665px;
}
.mdia_boxAudioBtom
{
	background: url(../../images/bgPhatthanhBtom665.jpg) bottom left no-repeat;
	width: 665px;
}

.mdia_boxAudioCtent
{
	min-height: 60px;
	height: auto !important;
	height: 60px;
	padding: 10px 0 0 10px;
	margin-right:10px;
	margin-bottom:5px;
	line-height: 18px;
}
.mdia_boxAudioCtent .mdia_imgAu
{
	float: left;
	width: 125px;
	margin: 0 10px 0 0;
	border:none;
	padding:0;
}
.subItem_mdia .img-sample
{
	margin: 3px 5px 0 0; 
	float: left; 
	border:none; 
	padding:0; 
	height:54px; 
	width:72px;
}
.mdia_boxAudioCtent .mdia_mnuItemAu
{
	margin:0;
	padding:10px 0 10px 0;
}
.mdia_boxFilm
{
	background: url(../../images/mdia_bgboxMediaCter960.jpg) top left repeat-y;
	width: 960px;
	margin-bottom: 15px;
	clear: both;
	margin-left: 13px;
}
.mdia_boxFilmTop
{
	background: url(../../images/mdia_bgboxMediaTop960.jpg) top left no-repeat;
	width: 960px;
}
.mdia_boxFilmBtom
{
	background: url(../../images/mdia_bgboxMediaBtom960.jpg) bottom left no-repeat;
	width: 960px;
}

.mdia_boxFilmCtent
{
	padding: 10px 35px 4px 15px;
	min-height: 120px;
	height: auto !important;
	height: auto;
}
.mdia_titleFilm
{
	background: url(../../images/iconfilm.gif) no-repeat left;
	padding: 0 0 5px 40px;
	line-height: 35px;
	clear: both;
}
.mdia_boxFilmCtent .mdia_imgFilm
{
	width: 470px;
	float: left;
	margin: 0 10px 10px 0;
}
.mdia_dnGioithieu
{
	border: 1px solid #e9e9e9;
	width: 298px;
	overflow: hidden;
}
.mdiaTitle_dgGth
{
	background: url(../../images/mdia_titleDngioithieu2.jpg) top left repeat-x;
	width: 300px;
	height: 35px;
	overflow: hidden;
}
.mdia_dnGioithieuCtent
{
	padding-top: 5px;
	width: 280px;
	padding-left:0px;
	margin: 0 auto;
}
/*#END MULTIMEDIA*/

/*LIST TOPIC*/
.boxMnuMainRight
{
	padding: 0 0 10px 0;
	margin:0;
	width:300px;
	clear: both;
}
.boxMnuMainRight ul
{
	margin: 0;
	padding: 0;
}

.boxMnuMainRight ul li
{
	background: url(../../images/bgRightLimnu.jpg) #a58b6a top right no-repeat;
	list-style: none;
	line-height: 150%;
	margin-bottom: 2px;
}
a.listtopic-title:link, 
a.listtopic-title:visited, 
a.listtopic-title:active
{
	text-transform: uppercase;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 30px 0 10px;
}
a.listtopic-title:hover
{
	color: #FC0;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
/*MEDIA SEARCH BOX*/
.media-search-box
{
	height:20px; width:250px; background-color:#fff; border:solid 1px #c9c9c9;
}
#quotebox
{
	  margin:0 auto; padding:3px;
}
/* SGTT Company*/
.company-title
{
	color: #D51A21;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;
	text-transform: uppercase;
}
#pnlInterview .pQuestion
{
	 padding-top:5px; 
	 padding-bottom:10px; 
	 margin-top:0;
	 margin-bottom:0; line-height:150%;}
#pnlInterview .pAnswer
{
	 padding:0;  
	 margin:0;
	  line-height:150%;
}
.voteArticle
{color: #000;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	text-transform: none; line-height:150%; font-weight:bold;}

.boxtabContentWC ul
{
	margin: 0;
	padding:1px;
	height: 23px;
	border-bottom: 1px solid #dcdcdd;
	border-top: 1px solid #dcdcdd;
}
.boxtabContentWC ul li
{
	list-style: none;
	float: left;
	margin: 0;
	width:282px;
	padding:5px 0 0 0; text-align:center;
	color:#cc0000;
	height: 18px;
	font-family:Arial; font-size:13px; text-transform:uppercase;
	background-color:#e6e6e6;
}
/*//themes css by thanhPr[0]//*/
.boxShareBgAg_gocanhmedia{background:url(../../images/bgCterShareAg.jpg) top left repeat-y; width:300px; margin-bottom: 10px; clear:both;}
.boxShareBgAgTop_gocanhmedia{background:url(../../images/bgtopShareAg.jpg) top left no-repeat;width:300px;}
.boxShareBgAgBtom_gocanhmedia{background:url(../../images/bgBtomShareAg.jpg) bottom left no-repeat;width:300px;}

.boxShareBgAg{background:url(../../images/bgCterShareAg.jpg) top left repeat-y; width:324px; margin-bottom: 10px; clear:both;}
.boxShareBgAgTop{background:url(../../images/bgtopShareAg.jpg) top left no-repeat;width:324px;}
.boxShareBgAgBtom{background:url(../../images/bgBtomShareAg.jpg) bottom left no-repeat;width:324px;}
.boxShareBgAgCtent{padding: 8px 14px 8px 14px}
.titleVideo{background:url(../../images/iconSgtt.jpg) top left no-repeat; padding: 0 0 0 5px;  height:35px; font-size:12px;}
.boxCtentVdeo{width:300px; margin:0 auto; overflow:hidden;}
.boxCtentVdeo img.imgclass{width:300px;clear:both;}
.titleGocAnh{background:url(../../images/bgTitleGocAnh.jpg) #bc1328 top right no-repeat; padding: 0 20px 0 10px; width: 60px; height:22px; line-height:22px; float:left}
a.redMore:link,a.redMore:active,a.redMore:visited{background:url(../../images/iconRedMore.jpg) #000 top right no-repeat; padding: 0 14px 0 10px; display:block; color:#FFF; font-size:11px; width:50px; height:16px; line-height:16px;}
a.redMore:hover{text-decoration:underline;}
.boxQcRightClunm{width:300px; margin-bottom:10px; clear:both; overflow:hidden;}
.boxQcRightClunm img{width:300px;}
.barShareClRight{background:url(../../images/bgBarShareClRight.jpg) top left repeat-x; height:24px; clear:both; line-height:24px; text-transform:uppercase; color:#971b1e;}
.barShareClRight a:link,
.barShareClRight a:visited,
.barShareClRight a:active{ color:#971b1e;}
.btnVote{background:url(../../images/btnBieuquyet.jpg) no-repeat; width:66px; height:18px; border:none; cursor:pointer; float:left; display:block;}
.titleVote{background:url(../../images/iconThamdo.jpg) top left no-repeat; height:24px; padding: 0 0 0 40px;}
.paddingLR10{padding:0 10px 0 10px;}
.boxCtentPhMach{padding: 0; margin:0;}
.boxCtentPhMach img.imPm{width:90px; margin: 0 8px 6px 0; float:left}
.itemblockBook{border-bottom:1px solid #bdbfc1; padding: 0 0 10px 0; clear:both; margin-bottom:10px;}
.itemblockBook img.imBook{width:66px; float:left; margin: 0 8px 6px 0;}
.boxShopSgtt{background:url(../../images/bgCterShop.jpg) top left repeat-y; width:300px; margin-bottom:6px; clear:both; border-bottom:1px solid #d9dadb; border-top:1px solid #d9dadb;}
a.shopSgtt{background:url(../../images/iconSieuthi.jpg) top left no-repeat; width:116px; height:43px; clear:both; display:block; margin-top:1px; margin-left: 20px;}
.boxThongkeSl{background:url(../../images/bgCterthongke.jpg) top left repeat-y; width:326px; float:left; height:272px;overflow:hidden;}
.boxThongkeSlTop{background:url(../../images/bgTOpthongke.jpg) top left no-repeat; width:326px;}
.boxThongkeSlBtom{background:url(../../images/bgBTomthongke.jpg) bottom left no-repeat; width:326px; min-height: 270px; height:auto!important; height:250px;}
.boxUngDung{background:url(../../images/bgCterBoxUngdung.jpg) top left repeat-y; width:637px; overflow:hidden;height:230px;overflow:hidden;border-bottom:solid 1px #dadada;}
.boxUngDungTop{background:url(../../images/bgTopBoxUngdung.jpg) top left no-repeat; width:637px;}
.boxUngDungBtom{background:url(../../images/bgBtomBoxUngdung.jpg) bottom left no-repeat; width:637px;}
.itemShareUdung{width:191px; float:left; padding-right: 10px; overflow:hidden;}
.titleTienich{background:url(../../images/bgTitleInfoCter.jpg) top left repeat-x; height:37px; margin-bottom:2px; line-height:37px; width: 230px;}
.titleTienichLeft{background:url(../../images/bgTitleInfoLeft.jpg) top left no-repeat; height:37px;}
.titleTienichRight{background:url(../../images/bgTitleInfoRight.jpg) top right no-repeat; height:37px;}
.titleInfo{background:url(../../images/iconinfoungdung.jpg) top left no-repeat; padding: 0 0 0 34px; height:30px; line-height:30px; font-weight:bold; font-size:16px;}
.boxQcBtomfooter{clear:both; margin-bottom:6px; padding: 0 0 0 10px;}
.boxQcBtomfooter img{padding-right:10px;}
.boxQcCterClLeft{width:670px; height:88px; overflow:hidden; margin:0 auto 20px; clear:both;}
.titleTigia{background:url(../../images/icontigia.jpg) top left no-repeat; height:30px;width:78px;}
.titleGiavang{background:url(../../images/icongiavang.jpg) top left no-repeat; height:30px;width:97px;}
.titleThoitiet{background:url(../../images/iconthoitiet.jpg) top left no-repeat; height:30px;width:85px;}
.boxShare{background:url(../../images/bgCterBoxShare300.jpg) top left repeat-y; width:300px; overflow:hidden; margin-bottom:6px; clear:both;}
.boxShareTop{background:url(../../images/bgTopBoxShare300.jpg) top left no-repeat; width:300px;}
.boxShareBtom{background:url(../../images/bgBtomBoxShare300.jpg) bottom left no-repeat; width:300px;}
.titleVideoMuntimedia{background:url(../../images/logoSgttMunti.jpg) top left no-repeat; padding: 0 10px 0 100px;  height:44px; font-size:12px;}
.boxGoATd{background:url(../../images/boxgAtdungCter.jpg) top left  repeat-y; width:300px; margin-bottom:6px; clear:both; overflow:hidden}
.boxGoATdTop{background:url(../../images/boxgAtdungTop.jpg) top left no-repeat; width:300px;}
.boxGoATdBtom{background:url(../../images/boxgAtdungBtom.jpg) bottom left no-repeat; width:300px;}

/*boxRadio*/
.boxRadio{background:url(../../images/boxRadio.jpg) top left repeat-y; width:300px; overflow:hidden; margin-bottom:6px; clear:both; border-bottom:1px solid #d3d4d6; border-top:1px solid #d3d4d6;}
a.btnLinkShopviet1,
a.btnLinkShopviet2,
a.btnLinkShopviet3{background:url(../../images/groupBtnHangviet.jpg) top left no-repeat; height:47px; display:block; float:left; margin-left:6px; width:92px;}
a.btnLinkShopviet2{background-position: -96px 0;}
a.btnLinkShopviet3{background-position:-192px 0;}
.titleRadio{background:url(../../images/iconTitleRadio.jpg) top left no-repeat; padding-left:24px; line-height:16px; text-transform:uppercase; font-weight:bold; font-size:16px;}
.itemRadio{padding-bottom:6px; clear:both;}
.itemRadio img.imgItemRadio{width:100px; float:left; margin: 0 8px 6px 0;}
ul.listRadio{margin:0; padding:0;}
ul.listRadio li{background:url(../../images/iconItemRadio.jpg) 0 2px no-repeat; padding: 0 0 2px 20px; list-style:none;}
ul.listRadio li a{color:#3d499e;}
ul.listRadio li a:hover{color:#3d499e; text-decoration:underline;}
.titleDoivui{background:url(../../images/iconDoivui.jpg) top left no-repeat; padding: 0 0 0 40px; line-height:30px; font-size:16px; font-weight:bold; margin:4px; text-transform:uppercase!important}
.boxDoivui{background:url(../../images/bgdoivui.jpg) bottom right no-repeat;margin-right:1px;}
ul.mnuItemList{margin:0; padding: 8px;}
ul.mnuItemList li
{background:url(../../images/iconBlack.jpg) 0 7px no-repeat;list-style: none;padding: 0px 0px 2px 10px;}

/*update 14/7/2010*/
.iconDoivui{background:url(../../Images/iconDoivui_2.jpg) left no-repeat; padding-left:34px;}
.imgDov{width:100px; margin: 0 8px 6px 0; float:left;}
.boxRadioUdate{background:url(../../Images/bgRadionew.jpg) #f3f2f2 top left no-repeat; width:298px; overflow:hidden; border:1px solid #b9bbbd;  margin-bottom:6px; clear:both;}
.boxRadioUdate img.ImRadio{width:63px; margin: 0 10px 4px 0; float:left}
a.hangviet{background:url(../../Images/Ahangviet.jpg) no-repeat; width:98px; height:45px; float:left; display:block;}
a.knTdung{background:url(../../Images/aKnghiemTD.jpg) no-repeat; width:104px; height:45px; float:left; display:block;}
a.knDn{background:url(../../Images/aConectDn.jpg) no-repeat; width:96px; height:45px; float:left; display:block;}
.boxInfoDN{background:url(../../Images/bgBoxInfoDN.jpg) top left repeat-y; width:298px; margin-bottom:6px; clear:both; overflow:hidden; border-bottom:1px solid #e2e2e3;border-top:1px solid #e2e2e3; padding:1px;}
.iconInfoDn{background:url(../../Images/iconInfoDN.jpg) top left no-repeat; padding: 0 0 0 30px;}
a.iconRadio{background:url(../../Images/titleRadio.jpg) top left no-repeat; width:160px; height:23px; display:inline-block; float:left; margin-bottom:6px; }
a.titleBoxItemNewsHot{background:url(../../Images/aTitleItemNewsHot.jpg) top left no-repeat; display:block;  padding-left:6px; height:18px; float:left; margin-bottom:4px; line-height:18px; color:#971b1e; font-weight:bold; font-size:12px; text-decoration:none!important;}
a.titleBoxItemNewsHot span{background:url(../../Images/spanTitleItemNewsHot.jpg) top right no-repeat; width:80px; display:block; padding-right:6px; height:18px; text-align:center}
a.linkBlogSgtt{background:url(../../Images/blogSgtt.jpg) no-repeat; width:300px; height:62px; display:block; margin-bottom:6px; clear:both;}
.ui-sortable li
{
	list-style:none;
}

/*////Doi vui ///////////////*
::::::::::::::::::::::::::::::
++++++++++++++++++++++++++++++
=============================
*/
#bdyDoivui{width:974px; margin:0 auto; overflow:hidden; line-height:16px; color:#1e1a1b; font-size:12px; font-family:"Arial"; padding-top:10px; outline:none; outline-style:none; outline-width:0;}
#colLeftDvui{width:658px; float:left; overflow:hidden; padding-right:16px;}
#colRightDvui{width:300px; float:right; overflow:hidden;}
.blogDvuiSlide{width:420px; float:left; overflow:hidden;}
h1{font-size:14px; font-weight:bold;text-transform:uppercase; clear:both; display:block; color:#981d20;}
h2{color:#003d99; font-size:16px; font-weight:bold; padding:0;margin:0px;}
.blogDvuiSlide img.slideDv{width:420px; height:250px; clear:both;}
.blogMnuDvui{float:right;width:221px;  padding-right:10px;}
.blogMnuDvuiCtent{width:221px; background:#e3dfd5;height:285px; overflow:hidden;} 
a.linkBlogNv{background:url(../../Images/titleBlogNhavan.jpg) no-repeat; width:222px; height:52px; display:block;}
ul.mnuDvuilist{margin: 0;padding: 8px;}
ul.mnuDvuilist li{background:url(../../Images/iconmnulistDv.jpg) 0 5px no-repeat;list-style: none;line-height: 16px; padding: 0 0 2px 15px;}
ul.mnuDvuilist li a,
ul.mnuDvuilist li a:active,
ul.mnuDvuilist li a:visited{color:#201c1d; padding-bottom:1px; display:block;}
ul.mnuDvuilist li a:hover{color:#201c1d; text-decoration:underline;}
ul.listNewsDv{padding:0; margin:0;}
ul.listNewsDv li.itemblogSlideDv{border-bottom:1px solid #efece6; padding-bottom:10px; margin-bottom:10px; clear:both; display:block;list-style: none;}
.itemblogSlideDv img.imgListNewsDv{width:120px; height:90px; float:left; margin: 0 14px 4px 0;}
.tabDvuinbat{background:url(../../Images/bgTitleNbat.jpg) top left repeat-x; height:25px; clear:both; line-height:25px;}
.tabDvuinbat .titeCtentNbat{background:url(../../Images/bgleftTitleNbat.jpg) top left repeat-x; height:25px; float:left; padding: 0 10px 0 10px;}
.boxCtentNewshotDv,
.boxBiemhoaDv{background:#e3dfd6; width:300px; margin-bottom:10px; clear:both;}
.boxBiemhoaDv img{width:268px; margin:0 auto;}
a.titleArrowDown,
a.titleArrowDown:visited{background:url(../../Images/iconNbatdv.jpg) 0 6px no-repeat; padding: 0 0 0 20px; display:block; color:#000; font-weight:bold;}
table.listDsDv{margin:0; padding:0;}
table.listDsDv td.li_left,
table.listDsDv td.li_right{width:156px; border-bottom:1px solid #f8f7f5; border-right:1px solid #f8f7f5; vertical-align:top}
table.listDsDv td.li_right{width:142px;}
div.ctentNdDv{padding:8px; font-size:11px; line-height:14px;}
div.ctentNdDv img.imgNbDvui{width:54px; margin: 0 6px 4px 0; float:left;}
div.ctentNdDv a,
div.ctentNdDv a:visited{color:#282424;}
.boxChamcuoiDv{background:#991b1e; width:300px; margin-bottom:10px; clear:both; overflow:hidden;}
.boxChamcuoiDvCtent{margin:2px; background:#FFF;}
ul.mnuCuoiDoivui{margin:0; padding: 6px 10px 10px 10px;}
ul.mnuCuoiDoivui li{background:url(../../Images/icon-cuoi.jpg) 0 4px no-repeat; list-style:none; line-height:16px; padding-left:16px;}
ul.mnuCuoiDoivui li a,
ul.mnuCuoiDoivui li a:visited{color:#1e1e1e;}
a.redBestDv,
a.redBestDv:visited{background:url(../../Images/icon-ArrowDown.jpg) 0 4px no-repeat; padding: 0 0 0 18px; font-weight:bold; color:#000; display:block;}
.titleBderBtom{border-bottom:1px solid #e9e5dc; margin-bottom:8px; padding-bottom:6px; clear:both; font-family:"Arial";}
.titleTinbaikhac{color:#c0272d; font-size:18px; padding: 0 0 10px 0; clear:both;}
ul.groupListNewsOther{margin:0; padding:0;}
ul.groupListNewsOther li{list-style:none; background:url(../images/iconblue1.jpg) 0 6px no-repeat; padding: 0 0 4px 14px; line-height:16px;}
.boxOtherReadMore{background:url(../../Images/bgviewMoreDv.jpg) top left repeat-y; width:658px; clear:both; border-bottom:1px solid #eaeaea; border-top:1px solid #eaeaea;}
.itemOtherReadMore{float:left; width:140px; padding: 0 12px 10px 12px; overflow:hidden;}
.itemOtherReadMore img.imgOtherReadMore{width:140px; margin-bottom:6px; clear:both;}
.itemOtherReadMore .linkTitle{background:url(../images/iconblue1.jpg) 0 6px no-repeat; padding: 0 0 0 14px;}
.itemOtherReadMore .linkTitle a,
.itemOtherReadMore .linkTitle a:visited{color:#000;}
.itemOtherReadMore .linkTitle a:hover{color:#000; text-decoration:underline;}
a.iconHotNews{background:url(../../images/iconNewsHot.jpg) 0 3px no-repeat;float:left; padding:0 10px 0 15px; color:#FFF; white-space:nowrap!important}