img{
	border: none;
}

input[type="button"]:hover, input[type="submit"]:hover{
	cursor : pointer;
}

.clear{
	clear: both;
	font-size: 0;
	height: 0;
	text-indent: -9999px;
}

body{
	font-family: arial;
	font-size: 12px;
	background-color: white;
	color: black;
	margin-top: 0;
}

#main_border{
	width: 100%;
	float: left;
}

#main{
	width: 990px;
	margin: 0 auto;
}

#main #header,
#main #header #logo,
#main #header #slogan,
#main #header #menu{
	float: left;
	height: 96px;
	overflow: hidden;
}

#main #header{
	width: 990px;
}

#main #header #logo{
	width: 287px;
}

#main #header #slogan{
	width: 390px;
}

#main #header #menu{
	width: 310px;
	padding-right:3px;
}

#main #header #menu #top,
#main #header #menu #bottom{
	width: 283px;
	float: right;
}

#main #header #menu #top{
	height: 48px;
}

#main #header #menu #bottom{
	height: 35px;
}

#main #header #menu #bottom ul{
	padding: 0;
	margin: 0;
}

#main #header #menu #bottom li{
	height: 35px;
	line-height: 35px;
	padding: 0 7px;
	list-style-type: none;
	font-size: 10px;
	float: right;
}

#main #header #menu #bottom li a{
	color: #645d6d;
	font-size: 10px;
}

#main #header #menu #bottom li a:hover{
	color: #cbcbcb;
}

#main #header #menu #bottom li.active{
	height: 35px;
	line-height: 35px;
	padding: 0 7px;
	list-style-type: none;
	font-size: 10px;
	color: #00226a;
	float: right;
	font-weight: bold;
}

#main #header #menu #bottom li.sep{
	height: 35px;
	width: 1px;
	line-height: 35px;
	font-size: 10px;
	list-style-type: none;
	color: #645d6d;
	float: right;
}

#main_menu{
	height: 50px;
	width: 990px;
	float: left;
	overflow: hidden;
	background: url(../images/menu_bg.jpg) repeat-y;
}

#main_menu ul{
	padding: 0;
	margin: 0;
}

#main_menu li.normal{
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	list-style-type: none;
	font-size: 12px;
	float: left;
}

#main_menu li.normal a{
	color: white;
	font-size: 12px;
	font-weight: bold;
}

#main_menu li.normal a:hover{
	color: #007eff;
}

#main_menu li.active{
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	list-style-type: none;
	font-size: 12px;
/*	color: #ffcc00;*/
	float: left;
	font-weight: bold;
}

#main_menu li.active a{
	font-size: 12px;
	color: #ffcc00;
	float: left;
}

#main_menu li.sep{
	height: 24px;
	width: 4px;
	list-style-type: none;
	color: #645d6d;
	float: left;
	background: url(../images/menu_sep.png) no-repeat center center;
}

/*
#sub_menu{
	height: 26px;
	width: 990px;
	float: left;
	overflow: hidden;
}
*/

#banner{
	height: 281px;
	width: 990px;
	float: left;
	overflow: hidden;
	position:relative;
  	z-index:1;
}

#content_body{
	width: 990px;
	float: left;
}

#content_body #left_part{
	width: 675px;
	float: left;

}

#content_body #left_part #left_left_part{
	width: 150px;
	float: left;

}

#content_body #left_part #left_right_part{
	width: 510px;
	float: right;

}

#left_content_border{
	width: 675px;
	float: left;
	margin-top: 15px;
}

#left_content_border #topic{
	width: 675px;
	height: 33px;
	float: left;
	overflow: hidden;
}

#left_content_border #topic #left,
#left_content_border #topic #center,
#left_content_border #topic #right,
#left_content_border #topic #center #title,
#left_content_border #topic #center #title1,
#left_content_border #topic #center #title2,
#left_content_border #topic #center #center_right{
	height: 33px;
	line-height: 33px;
	float: left;
}

#left_content_border #topic #left{
	width: 31px;
}

#left_content_border #topic #center{
	width: 613px;
	font-size: 16px;
	font-weight: bold;
}

#left_content_border #topic #center #title{
	width: 468px;
	background: url(../images/icon1.png) no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-indent: 57px;
}

#left_content_border #topic #center #title2{
	width: 88px;
	font-size: 12px;
	font-weight: 600;
}

#left_content_border #topic #center #title1{
	width: 368px;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/icon3.png) right center no-repeat;
}

#left_content_border #topic #center #title1 a{
	color: black;
}

/*** START TAB ***/
#tab_menu{
	height: 33px;
	float: right;
	width: 563px;
	overflow: hidden;
}


#tab_menu ul{
	margin: 0;
	padding:5px 0 0 0;
}

#tab_menu li{
	float: right;
	list-style-type: none;
}

#tab_menu li.normal a{
	padding-left:17px;
	height: 28px;
	line-height: 28px;
	display: block;
	cursor: pointer;
	float: left;
	background:url(../images/normal_left.gif) no-repeat scroll left top;
}

#tab_menu li.normal a span{
	color: #5C99C5;
	padding-right: 17px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	font-weight: normal;
	display: block;
	cursor: pointer;
	float: left;
	background:url(../images/normal_right.gif) no-repeat scroll right top;
}

#tab_menu li.normal a:hover span{
/*	color: #85d5ff;*/
	text-decoration: underline;
}

#tab_menu li.active a{
	background:url(../images/active_left.gif) no-repeat scroll left top;
	padding-left: 17px;
	height: 28px;
	line-height: 28px;
	display: block;
	float: left;
}

#tab_menu li.active a span{
	background:url(../images/active_right.gif) no-repeat scroll right top;
	color: #0065B3;
	font-weight:bold;
	padding-right: 17px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	float: left;
}
/*** E N D TAB ***/

#left_content_border #topic #center #center_right{
	width: 145px;
}

#left_content_border #topic #center #center_right a{
	display: block;
	width: 145px;
	height: 33px;
	font-size: 13px;
	color: black;
	background: url(../images/icon2.png) no-repeat 5px 14px;
	text-indent: 15px;
}

#left_content_border #topic #center #center_right a:hover{
	color: #ff5210;
}

#left_content_border #topic #right{
	width: 31px;
}

#left_content_border #content_border{
	width: 623px;
	background-color: #fff4db;
	border-left: 1px solid #ffe19f;
	border-right: 1px solid #ffe19f;
	padding: 10px 25px 0 25px;
	float: left;
}

#left_content_border #content_border #label{
	width: 623px;
	border-bottom: 1px dashed #ffe19f;
	float: left;
	margin-top: 15px;
	height: 25px;
	line-height: 25px;
	color: black;
}

#left_content_border #content_border #label1{
	width: 673px;
	border-bottom: 1px dashed #ffe19f;
	float: left;
	margin-top: 15px;
	color: black;
	background: url(../images//kinhlup.jpg) no-repeat 7px 0;
	height:31px;
	line-height:31px;
	text-indent:40px;
	padding-bottom: 10px;
}

#left_content_border #content_border #item_search1,
#left_content_border #content_border #item_search2{
	width: 623px;
	float: left;
}

#left_content_border #content_border #item_search1{
	background: url(../images/search_icon_orange.jpg) no-repeat left center;
}

#left_content_border #content_border #item_search2{
	background: url(../images/search_icon_white.jpg) no-repeat left center;
	background-color: white;
}

#res{
	float: left;
	width: 228px;
	vertical-align: middle;
}

#res p{
	margin: 0;
	padding: 0;
	line-height: 20px;
	vertical-align:  middle;
}

#left_content_border #content_border1{
	width: 653px;
	background-color: white;
	border-left: 1px solid #98d2ea;
	border-right: 1px solid #98d2ea;
	padding: 7px 10px 0 10px;
	float: left;
}

#left_content_border #content_border1 span.text_title{
	line-height: 20px;
	text-align:justify;
}

#left_content_border #content_border1 p.content{
	margin:0;
	padding:0;
	line-height: 20px;
	text-align:justify;
	text-indent: 25px;
}

#left_content_border #content_border1 p.text{
	margin:0;
	padding:0;
	line-height: 20px;
	text-align:justify;
	font-size:12px;
}

#left_content_border #content_border2 {
	float: left;
	width: 633px;
	background-color: white;
	border-left: 1px solid #98d2ea;
	border-right: 1px solid #98d2ea;
	overflow:hidden; 
	padding:10px 20px 0 20px; 
}

#left_content_border #content_border2 a {
	color:#0066b5;
}

#left_content_border #content_border2 a:hover {
	color: #ff6600;
}

#big_img{
	width: 372px;
	height: 336px;
	overflow: hidden;
	float: left;
}

#item_photo{
	width: 111px;
	height: 108px;
	padding: 0 0 4px 19px;
	float: left;
	overflow: hidden;
}

#item_photo #pic_border{
	width: 106px;
	height: 88px;
	padding: 2px 0 0 5px;
	background: url(../images/default_album.jpg) no-repeat;
	float: left;
	overflow: hidden;
}

#item_photo #pic_border #pic{
	width: 104px;
	height: 84px;
	float: left;
	overflow: hidden;
}

#item_photo #desc{
	width: 104px;
	height: 20px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	overflow: hidden;
	float: left;
}

#item_photo #desc a{
	font-weight: bold;
	color: #333333;
	text-align: center;
}

#item_photo #desc a:hover{
	color: #2884df;
}

#music_1,
#music_2{
	height: 20px;
	line-height: 20px;
	float:left;
	text-align: center;
	font-weight: bold;
	padding: 0 7px;
	margin-bottom: 5px;
}
#music_1{
	border-right: 1px solid #DEDEDE;
}
#content_border1 div.active a {
	background: url("../images/tab_active_l.png") no-repeat scroll left top transparent;
    padding-left: 10px;
	cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    line-height: 21px;
}
#content_border1 div.active a span {
    background: url("../images/tab_active_r.png") no-repeat scroll right top transparent;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
    text-decoration: none;
    text-indent: 2px;
	cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    line-height: 21px;
}
#content_border1 #music_1 a,
#content_border1 #music_2 a {
	color: #0069BE;
    padding-left: 10px;
	cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    line-height: 21px;
}
#content_border1 #music_1 a:hover,
#content_border1 #music_2 a:hover {
	text-decoration: underline;
}


#left_content{
	width: 370px;
	border-right: 1px solid #98D2EA;
	float: left;
	padding-right: 10px;
}

#left_content #item{
	width: 370px;
	float: left;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #5a5a5a;
}

#left_content #item a{
	color: #0069BE;
	background: url(../images/icon2.png) no-repeat 5px 7px;
	text-indent: 15px;
	float: left;
}

#left_content #item a:hover{
	color: #ff6600;
}

#left_content #item1{
	width: 370px;
	float: left;
	margin-bottom: 20px;
}

#left_content #item1 #picture{
	overflow: hidden;
	width: 86px;
	height: 70px;
	margin-right: 5px;
	float: left;
}

#left_content #item1 p{
	margin: 0;
	padding: 0;
	text-align: justify;
	line-height: 20px;
}

#left_content #item1 p a{
	color: #0069BE;
	line-height: 20px;
	font-size: 13px;
}

#left_content #item1 p a:hover{
	color: #8b8b8b;
}

#item_forum{
	width: 308px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	float: left;
}

#item_forum a{
	background: url(../images/icon2.png) no-repeat 10px 10px;
	float: left;
	color: #0069BE;
	text-indent: 25px;
}

#item_forum a:hover{
	color: #ff6600;
}

#item_job{
	width: 298px;
	height: 45px;
	float: left;
	padding: 0 5px 5px 5px;
}

#item_job #jobname{
	width: 298px;
	height: 20px;
	line-height: 20px;
	float: left;
	overflow: hidden;
}

#item_job #jobname a{
	background: url(../images/icon5.gif) no-repeat left center;
	float: left;
	font-weight: bold;
	color: #0069BE;
	text-indent: 15px;
	overflow: hidden;
}

#item_job #jobname a:hover{
	color: #ff6600;
}

#item_job #desc{
	width: 298px;
	height: 15px;
	line-height: 15px;
	float: left;
	overflow: hidden;
	text-indent: 15px;
	color: #453214;
}

#item_pic{
	width: 86px;
	height: 116px;
	float: left;
	overflow: hidden;
	padding: 0 12px 12px 0;
}

#item_pic #pic{
	width: 86px;
	height: 86px;
	float: left;
	overflow: hidden;
}

#item_pic #desc{
	width: 86px;
	height: 30px;
	float: left;
	overflow: hidden;
}

#item_pic #desc p{
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 15px;
}

#item_pic #desc p a{
	font-weight: bold;
	color: #453214;
}

#item_pic #desc p a:hover{
	color: #ff6600;
}

#item_music{
	width: 308px;
	float: left;
	overflow: hidden;
}

#item_music a.title{
	display: block;
	font-size: 13px;
	font-weight: bold;
	width: 170px;
	margin-right: 5px;
	height: 25px;
	line-height: 25px;
	float: left;
	overflow: hidden;
	background: url(../images/icon5.jpg) no-repeat 0px 4px;
	text-indent: 22px;
	color: black;
}
#item_music span{
	color: #0069BE;
	line-height: 25px;
}

#item_music a:hover.title{
	color: #ff6600;
}

#item_music a.singer{
	display: block;
	font-size: 12px;
	width: 235px;
	height: 25px;
	float: left;
	overflow: hidden;
	text-indent: 31px;
	color: black;
}

#item_music a:hover.singer{
	color: #ff6600;
}

#link_other{
	width: 308px;
	height: 30px;
	line-height: 30px;
	float: left;
	overflow: hidden;
	color: #0069BE;
	text-align: center;
	border-top: 1px dotted #cbcbcb;
}

#link_other1{
	width: 308px;
/*
	height: 30px;
	line-height: 30px;
*/
	float: left;
	color: #0069BE;
	text-align: center;
	border-bottom: 1px dotted #cbcbcb;
}

#link_other1 p{
/*
	height: 30px;
	line-height: 30px;
*/
	line-height: 25px;
	text-align:center;
	margin:0;
	padding:0;
}

#link_other a, #link_other1 a{
	width: 308px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #0069BE;
}

#link_other a:hover, #link_other1 a:hover{
	color: #ff6600;
}

#link_other a.active, #link_other1 a.active{
	width: 308px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #ff6600;
}

#left_content #pic{
	float: left;
	width: 150px;
	height: 108px;
	margin-right: 10px;
	overflow: hidden;
	background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
	padding: 1px;
}

#left_content p{
	margin: 0;
	padding: 0;
	text-align: justify;
	line-height: 20px;
}

#left_content p a{
	color: #0069BE;
	line-height: 24px;
	font-size: 18px;
}

#left_content p a:hover{
	color: #8b8b8b;
}

#right_content{
	width: 256px;
	padding-left:10px;
	float: left;
}

#right_content #icon{
	width: 15px;
	height: 25px;
	background: url(../images/icon2.png) no-repeat center center;
	float: left;
}
#right_content #text{
	width: 241px;
	float: left;
}

#right_content #text p{
	margin: 0;
	padding: 0;
	text-align: justify;
	line-height: 25px;
}

#right_content #text p a{
	color: #0069BE;
	float: left;
	text-decoration: underline;
}

#right_content #text p a:hover{
	color: #ff6600;
}

#left_content_border #content_border #desc{
	height: 20px;
	line-height: 20px;
	width: 623px;
	float: left;
	font-size: 12px;
}

#left_content_border #bottom{
	width: 675px;
	height: 10px;
	float: left;
	overflow: hidden;
}

#left_content_border #bottom #left,
#left_content_border #bottom #center,
#left_content_border #bottom #center1,
#left_content_border #bottom #right{
	height: 10px;
	float: left;
	overflow: hidden;
}
	
#left_content_border #bottom #left{
	width: 10px;
}

#left_content_border #bottom #center{
	width: 655px;
	height: 9px;
	border-bottom: 1px solid #ffe19f;
	background-color: #fff4db;
}

#left_content_border #bottom #center1{
	width: 655px;
	height: 9px;
	border-bottom: 1px solid #98d2ea;
	background-color: white;
}

#left_content_border #bottom #right{
	width: 10px;
}

#content_body #right_part{
	width: 300px;
	float: right;
}

#small_content{
	width: 300px;
	float: left;
	margin-top: 12px;
}
/******************* START ********************/
#small_content #topic{
	width: 300px;
	height: 33px;
	float: left;
	overflow: hidden;
}

#small_content #topic #left,
#small_content #topic #center,
#small_content #topic #right,
#small_content #topic #center #title,
#small_content #topic #center #title1,
#small_content #topic #center #title2,
#small_content #topic #center #center_right{
	height: 33px;
	line-height: 33px;
	float: left;
}

#small_content #topic #left{
	width: 31px;
}

#small_content #topic #center{
	width: 238px;
	font-size: 16px;
	font-weight: bold;
}

#small_content #topic #center #title{
	width: 238px;
	background: url(../images/icon1.png) no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-indent: 57px;
}

#small_content #topic #center #title2{
	width: 88px;
	font-size: 12px;
	font-weight: 600;
}

#small_content #topic #center #title1{
	width: 238px;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/directory.png) no-repeat left;
	background-position: -4px;
	text-indent: 45px;
}

#small_content #topic #center #title1 a{
	color: black;
}

#small_content #topic #center #center_right{
	width: 145px;
}

#small_content #topic #center #center_right a{
	display: block;
	width: 145px;
	height: 33px;
	font-size: 13px;
	color: black;
	background: url(../images/icon2.png) no-repeat 5px 14px;
	text-indent: 15px;
}

#small_content #topic #center #center_right a:hover{
	color: #ff5210;
}

#small_content #topic #right{
	width: 31px;
}

#small_content #content_border{
	border-left:1px solid #FFE19F;
	border-right:1px solid #FFE19F;
	float:left;
	width: 268px;
	padding:10px 15px 0 15px;
	height: 33px;
	background: url(../images/bg_directory.gif) no-repeat top right;
	background-color:#FFF4DB;
}

#small_content #bottom{
	width: 300px;
	height: 10px;
	float: left;
	overflow: hidden;
}

#small_content #bottom #left,
#small_content #bottom #center,
#small_content #bottom #center1,
#small_content #bottom #right{
	height: 10px;
	float: left;
	overflow: hidden;
}
	
#small_content #bottom #left{
	width: 10px;
}

#small_content #bottom #center{
	width: 280px;
	height: 9px;
	border-bottom: 1px solid #ffe19f;
	background-color: #fff4db;
}

#small_content #bottom #right{
	width: 10px;
}
/********************** E N D *********************/
#small_content #title{
	width: 300px;
	height: 38px;
	overflow:hidden;
	float: left;
}

#small_content #right_content_body{
	width: 258px;
	border-left: 1px solid #FFE19F;
	border-right: 1px solid #FFE19F;
	float: left;
	padding: 10px 20px 0 20px;
}

#right_picture{
	width: 84px;
	height: 75px;
	float: left;
	overflow:hidden;
}

#right_item{
	width: 164px;
	height: 25px;
	float: right;
	overflow:hidden;
}

#right_item p{
	margin:0;
	padding:0;
	line-height: 25px;
}

#right_item p a{
	color: #0069BE;
	background: url(../images/icon4.png) left center no-repeat;
	text-indent: 15px;
	float: left;
	font-size: 11px;
}

#right_item p a:hover{
	color: #ff6600;
}

#right_item1,
#right_item1 #pic,
#right_item1 #desc{
	width: 116px;
	float: left;
}

#right_item1{
	height: 120px;
	overflow: hidden;
	padding-bottom:10px;
}

#right_item1 #pic{
	height: 75px;
	overflow:hidden;
}

#right_item1 #desc{
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #0069BE;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}

#right_item2{
	float: left;
	width: 114px;
	height: 25px;
	line-height: 25px;
	color: #0069BE;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

#right_item2 a{
	float: left;
	line-height: 25px;
}

#small_content #right_bottom,
#small_content #right_bottom #left,
#small_content #right_bottom #right,
#small_content #right_bottom #center{
	height: 10px;
	overflow:hidden;
	float: left;
}

#small_content #right_bottom{
	width: 300px;
}

#small_content #right_bottom #left,
#small_content #right_bottom #right{
	width: 10px;
}

#small_content #right_bottom #center{
	height: 9px;
	border-bottom: 1px solid #FFE19F;
	width: 280px;
}

#small_content #right_bottom #right{
	height: 10px;
}

#input_border{
	height: 38px;
	width: 193px;
	border: 1px solid #c0c0c0;
	line-height: 38px;
	float: left;
	overflow: hidden;
	padding-left: 5px;
	font-size: 14px;
}

#input_no_border{
	height: 40px;
	width: 195px;
	line-height: 40px;
	float: left;
	overflow: hidden;
	padding-left: 5px;
	font-size: 14px;
}

#input_no_border select{
	padding:0;
	margin-top: 7px;
	height: 20px;
	line-height: 20px;
/*	width: 50px;*/
	border: 1px solid black;
	color: black;
}

#input{
	height: 25px;
	width: 340px;
	float: left;
	overflow:hidden;
}

#input select{
	padding:0;
	margin:0;
	height: 23px;
	line-height: 23px;
	width: 173px;
	border: 1px solid #ffe19f;
	color: #afafaf;
}

.input{
	margin:0;
	padding:2px 0 0 0;
	height: 21px;
	width: 338px;
	border: 1px solid #ffe19f;
	color: #afafaf;
	float: left;
}

.input1{
	padding: 0 0 0 3px;
	margin: 0;
	height: 23px;
	line-height: 23px !important;
	width: 235px;
	border: 1px solid #54585B;
	float: left;
}

.input2{
	padding:0;
	margin:0;
	height: 22px;
	line-height: 22px;
	width: 142px;
	border: 0 none;
	color: #afafaf;
	float: left;
	background: none;
}

.btn{
	border: 0 none;
	padding: 0;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: white;
	width: 52px;
	float: left;
	background: url(../images/search_btn.gif) no-repeat;
	overflow: hidden;
}

.btn_report_err{
	border: 0 none;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: white;
	width: 73px;
	float: left;
	background: url(../images/report_error.jpg) no-repeat;
}

.btn_agree{
	border: 0 none;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: white;
	width: 73px;
	float: left;
	background: url(../images/agree.jpg) no-repeat;
}

.btn_agree_dis{
	border: 0 none;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: white;
	width: 73px;
	float: left;
	background: url(../images/agree_disabled.jpg) no-repeat;
}

#view_detail{
	width: 70px;
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #FFF;
	float: right;
	margin: 5px 10px;
	background: url(../images/view_all.png) no-repeat;
}
#view_detail:hover{
	color: #aae3ff
}

#continue{
	width: 86px;
	height: 18px;
	line-height: 18px;
	float: right;
	margin: 10px 10px 0 0;
	background: url(../images/continue.gif) no-repeat;
}

#back{
	width: 62px;
	height: 18px;
	line-height: 18px;
	float: right;
	margin: 10px 10px 0 0;
	background: url(../images/back.gif) no-repeat;
}

#exchange_border{
	float: left;
	width: 300px;
	margin-top: 15px;
}

#exchange_border #title_border{
	width: 300px;
	float: left;
	height: 22px;
	background: url(../images/tab_bg.jpg) repeat-x bottom;
}

#exchange_border #content_border{
	float: left;
	width: 278px;
	border: 1px solid #98D2EA;
	border-top: none;
	background-color: white;
	padding: 0 10px;
}

#exchange_border #content_border #small_title{
	float: left;
	width: 40px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
	font-weight:bold;
}

/***************************/
#right_tab{
	height: 22px;
	float: left;
	border: 1px solid #98D2EA;
	border-bottom: none;
	background-color: white;
}

#right_tab ul{
	margin: 0;
	padding: 0;
}

#right_tab li{
	float: left;
	list-style-type: none;
}

#right_tab li.sep{
	height: 21px;
	width: 1px;
	background: url(../images/sep.jpg) no-repeat;
}

#right_tab li a,
#right_tab li.active a{
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 21px;
	line-height: 20px;
	text-decoration: none;
	color: white;
	padding: 0 5px;
	margin-top: 1px;
}

#right_tab li a{
	background: url(../images/normal.jpg) repeat-x;
}

#right_tab li a:hover{
	background: url(../images/active.jpg) repeat-x;
}

#right_tab li.active a{
	background: url(../images/active.jpg) repeat-x;
}
/***************************/

.text_tgvang_chitiet{
	color:#856362;
	border-bottom: 1px #C7C7C7 dotted;
	height:20px;
}

#stock_border{
	float: left;
	width: 288px;
	padding-left: 10px;
	background-color: white;
	border: 1px solid #98D2EA;
	margin-top: 15px;
}
/*
#stock_border #title{
	float: left;
	height: 25px;
	line-height: 25px;
	width: 288px;
	font-weight: bold;
	overflow: hidden;
	background: url(../images/stock_title.jpg) no-repeat left bottom;
}
*/
#stock_border #title{
	float: left;
	height: 25px;
	line-height: 25px;
	width: 288px;
	font-weight: bold;
	overflow: hidden;
}

#stock_border #content{
	float: left;
	width: 288px;
	margin-top: 5px;
}

#stock_border #small_content{
	float: left;
	width: 142px;
}

#stock_border #small_content #topic{
	float: left;
	width: 142px;
	height: 20px;
	line-height: 20px;
	text-indent: 17px;
	font-weight: bold;
	color: #777777;
}

#stock_border #small_content #index{
	float: left;
	width: 142px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: black;
	overflow: hidden;
}

#stock_border #small_content #index span{
	font-size: 12px;
	font-weight: normal;
	color: #7bb279;
}

#stock_border #small_content #desc{
	float: left;
	width: 142px;
	height: 20px;
	line-height: 20px;
	color: #555555;
	overflow: hidden;
}

#stock_border #small_content #pic{
	float: left;
	width: 140px;
	height: 155px;
	overflow: hidden;
}

#main #footer{
	float: left;
	width: 990px;
	margin: 15px 0;
	background-color: #0065B3;
	color: white;
}

#footer_menu{
	border-top: 3px solid #11609c;
	width: 990px;
	height: 69px;
	float: left;
}

#footer_menu #footer_left{
	width: 200px;
	float: left;
}

#footer_menu #footer_left #combobox{
	width: 200px;
	height: 23px;
	line-height: 23px;
	float: left;
}

#footer_menu #footer_left #combobox select{
	color: #4f90ca;
	font-size: 9px;
	height: 15px;
	margin: 5px 0 0 15px;
}

#footer_menu #footer_left #logo{
	width: 200px;
	height: 46px;
	float: left;
	background: url(../images/logo_VNPT_small.jpg) no-repeat 15px 10px;
}

#footer_menu #footer_center{
	width: 530px;
	float: left;
	padding-top: 10px;
}

#footer_menu #footer_center p{
	margin: 0;
	padding: 0;
	line-height: 17px;
	font-size:10px;
}

#footer_menu #footer_right{
	width: 250px;
	height: auto;
	float: right;
}

#footer_menu #footer_right #footer_right_01 {
	float:right;
	width: 140px;
	height: 23px;
	line-height: 23px;
	background-color: #11609c;
	float: right;
	color: #91C8EF;
	text-align: right;
}

#footer_menu #footer_right #footer_right_01 a{
	padding: 0 8px;
	height: 23px;
	line-height: 23px;
	float: left;
	color: #91C8EF;
}

#footer_menu #footer_right #footer_right_01 a:hover{
	color: #e5e5e5;
}

#footer_menu #footer_right #footer_right_02{
	width: 180px;
	height: auto;
	float: right;
	background:url(../images/soluottruycap.gif) no-repeat;
	line-height:40px;
	padding-left:45px;
}

#item_footer{
	float: left;
	overflow: hidden;
	width: 140px;
	padding: 20px 0 20px 58px;
	color: white;
}

#item_footer #label{
	float: left;
	overflow: hidden;
	width: 140px;
	height: 17px;
	line-height: 17px;
	font-weight: bold;
}

#item_footer #label1{
	color: #043556;
	font-size: 10px;
	height: 12px;
	line-height: 12px;
	float: left;
	overflow: hidden;
	width: 140px;
	font-weight: bold;
}

#item_footer #label2{
	color: #043556;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	float: left;
	overflow: hidden;
	width: 140px;
	font-weight: bold;
}

#item_footer #label2 a{
	font-weight:normal;
	color: #91c8ef;
	font-size: 11px;
	height: 12px;
	line-height: 12px;
	float: left;
	overflow: hidden;
}

#item_footer #label2 a:hover{
	color: #e5e5e5;
}

#left_left_item{
	width: 128px;
	height: 20px;
	line-height: 20px;
	float: left;
	overflow: hidden;
}

#left_left_item a.active,
#left_left_item a.normal{
	background: url(../images/icon5.gif) no-repeat left center;
	float: left;
	text-indent: 15px;
}

#left_left_item a.active{
	color: #0069BE;
	font-weight: bold;
}

#left_left_item a.normal{
	color: black;
}

#left_left_item a.normal:hover{
	color: #ff6600;
}

#left_left_item_pic{
	width: 117px;
	height: 71px;
	float: left;
	overflow: hidden;
	padding-bottom: 10px;
}

#other_news{
	color: #D93D04;
	font-weight: bold;
	font-size: 16px;
	float: left;
	line-height: 24px;
	height: 24px;
	width: 653px;
	padding: 5px 0;
	margin: 5px 0;
	border-top: 1px dotted #a1a1a1;
}

#sum_item{
	width: 653px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	float: left;
}

#sum_item a{
	background: url(../images/icon4.png) no-repeat 0 10px;
	float: left;
	color: #0069BE;
	text-indent: 12px;
	text-decoration: underline;
}

#sum_item a:hover{
	color: #ff6600;
}

#text_box_border{
	float: left;
	width: 142px;
	height: 22px;
	overflow: hidden;
	background: url(../images/text_box.jpg) no-repeat;
	padding: 4px 7px 1px 7px;
}

.txt_area{
	width: 489px;
	border: 1px solid #C0C0C0;
	height: 128px;
	float: left;
	margin: 0;
}

#num_char{
	border: 1px solid #C0C0C0;
	float: left;
	height: 23px;
	line-height: 23px;
	color: red;
	width: 50px;
}

#ads{
	float: left;
	width: 300px;
	height: 100px;
	overflow: hidden;
	margin-top:15px;
}

#item_pic_news{
	float:left;
	width:112px;
	height:133px;
	overflow:hidden;
	padding-left:18px;
}

#item_pic_news #img_border{
	float:left;
	border: 1px solid #CACACA;
	padding:3px;
	width:104px;
	height:79px;
	background-color: white;
}

#item_pic_news #img_border #img{
	float:left;
	overflow:hidden;
	width:104px;
	height:79px;
}

#item_pic_news #desc{
	float:left;
	overflow:hidden;
	width:112px;
	height:40px;
}

#item_pic_news #desc p{
	margin: 0;
	padding: 0;
	text-align: center;
}

#item_pic_news #desc p a{
	color: #0069BE;
	line-height: 20px;
	font-weight:bold;
}

#item_pic_news #desc p a:hover{
	color: #ff6600;
}

#guide{
	float:left;
	width:430px;
	padding-left:100px;
}

#guide p{
	margin:15px 0;
	padding: 0;
	color: #F66F1E;
	font-style: italic;
	text-align: justify;
}

#text_lb, #text_lb1{
	float:left;
	width:125px;
	text-align: right;
	height:30px;
	line-height:30px;
	font-size: 13px;
}

#text_lb1 {
	width:150px;
}

#text_input{
	float:right;
	width:498px;
	height:30px;
	line-height:30px;
}

#text_input1, #text_input3{
	float:right;
	width:498px;
	height:28px;
	padding-top:2px;
}

#text_input3 {
	width:470px;
}

input, select, textarea {
	border: 1px solid #999999;
}

#text_input1 input, #text_input3 input{
	padding: 2px 5px;
	height: 18px;
	background: url(../images/body_backgr.gif);
	width: 385px;
	font-size: 13px;
}

#text_input3 input {
	width: 400px;
}

#text_input2, #text_input4{
	float:right;
	width:498px;
	padding-top:2px;
}

#text_input4 {
	width:470px;
}

#text_input2 textarea, #text_input4 textarea{
	padding: 2px 5px;
	height: 70px;
	background: url(../images/body_backgr.gif);
	border: 1px solid #999999;
	width:385px;
	font-size: 13px;
}

#text_input4 textarea {
	width:400px;
}

#text_input1 a,
#text_input2 a{
	color:#466502;
	font-weight:bold;
}

#text_input1 a:hover,
#text_input2 a:hover{
	color:#A6CE39;
	font-weight:bold;
}

#service_content{
	width:572px;
	padding-left: 30px;
	float: left;
}

#service_content #top_content_cor{
	float: left;
	width: 10px;
	overflow: hidden;
}

#service_content #top_content_center{
	float: left;
	overflow: hidden;
}

#service_content #center_content{
	width: 570px;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	float: left;
}

#item_service{
	width: 215px;
	height: 20px;
	line-height: 20px;
	padding-left:70px;
	float: left;
	overflow: hidden;
}

#item_service a{
	background: url(../images/icon5.gif) no-repeat left center;
	float: left;
	color: #0069BE;
	text-indent: 15px;
	overflow: hidden;
}

#item_service a:hover{
	color: #ff6600;
}

#advance_search_border,
#advance_search_content,
#advance_search_bottom{
	width: 673px;
	float: left;
}

#advance_search_content{
	padding: 7px 7px 0;
	width: 659px;
}

#advance_search_bottom,
#advance_search_bottom #side,
#advance_search_bottom #center{
	height: 10px;
	overflow: hidden;
}

#advance_search_bottom #side{
	width: 10px;
	float: left;
}

#advance_search_bottom #center{
	width: 653px;
	float: left;
}

#advance_search_border{
	background-color: #bebebe;
}

#advance_search_tab{
	float: left;
	width: 673px;
	height: 28px;
	background-color: white;
}

#advance_search_tab ul{
	margin: 0;
	padding:0;
}

#advance_search_tab li{
	float: left;
	margin-right:3px;
}

#advance_search_tab li.normal a{
	background:url(../images/search_left_normal.gif) no-repeat scroll left top;
	padding-left:7px;
	height: 28px;
	line-height: 28px;
	display: block;
	cursor: pointer;
	float: left;
}

#advance_search_tab li.normal a span{
	background:url(../images/search_right_normal.gif) no-repeat scroll right top;
	padding-right:7px;
	color: #616161;
	line-height: 28px;
	height: 28px;
	display: block;
	cursor: pointer;
	float: left;
}

#advance_search_tab li.normal a:hover span{
	color: #bebebe;
}

#advance_search_tab li.active a{
	background:url(../images/search_left_active.gif) no-repeat scroll left top;
	padding-left:7px;
	height: 28px;
	line-height: 28px;
	display: block;
	float: left;
}

#advance_search_tab li.active a span{
	background:url(../images/search_right_active.gif) no-repeat scroll right top;
	padding-right:7px;
	color:white;
	font-weight:bold;
	height: 28px;
	line-height: 28px;
	display: block;
	float: left;
}

#ajax_checkbox_unit{
	width:659px;
	float:left;
	margin-top:7px;
}

#paragraph{
	float: left;
	width: 633px;
}

#paragraph ul{
	padding-left:30px;
}

#paragraph li{
	list-style-type: disc;
	line-height:20px;
}

#paragraph li p{
	margin:0;
	padding-left:20px;
	line-height:20px;
	text-align: justify;
}

#paragraph li ul{
	padding-left:20px;
}

#paragraph li li{
	list-style-type: none;
}

#image_border{
	float:left;
	border: 1px solid #CACACA;
	padding:3px;
	width:240px;
	max-height:180px;
	background-color: white;
}

#image_border #image{
	float:left;
	overflow:hidden;
	max-height: 180px;
	width: 240px;
}

.title_label{
	color: black;
}

#title_red, #title_blue, #title_black{
	float:left;
	overflow:hidden;
	width:633px;
	line-height:25px;
	height:25px;
	font-size:13px;
	font-weight:bold;
}

#title_red{
	color:#D63B03;
}

#title_blue{
	color:#0069BE;
}

#title_black{
	color:black;
}

p.content1_0, p.content1_20{
	margin:0;
	padding:0;
	line-height:20px;
	text-align: justify;
}

p.content1_20{
	text-indent:20px;
}

#orther_link {
	float:left;
	width:610px;
}

#orther_link_promo #orther_link_row {
	float:left;
	width:600px;
	padding:3px;
}

#orther_link_promo #orther_link_row a {
	background:url(../images/icon2.png) 0px 5px no-repeat;
	padding-left:15px;
}

#orther_link_promo #orther_link_row a:hover{
	color: #ff6600;
}

#FloatDesc {
	border: 1px solid black;
	padding: 3px;
	background-color: #F2FCF9;
	width: 300px;
}

.input_erroneus {
	border:1px solid red;
}

.other_news_title{background: url(../images/icon2_news.jpg) left center no-repeat; width: 170px; height: 31px; line-height: 31px; padding-left: 40px; font-size: 22px; font-weight: bold; background-color: white; position: relative;}
#sum_item{width: 300px; height: 20px; line-height: 20px; float: left; overflow: hidden; padding-right: 10px;}
#sum_item a{background: url(../images/icon2_news.png) 10px 8px no-repeat; text-indent: 20px; line-height: 20px; float: left; color: black;}
#sum_item a:hover{color:#FF6600;}

#ajax_content{
	width: 150px;
	float: left;
	margin-right: 24px;
	display: inline;
}

#ajax_content a.normal{
	background: url(../images/sep_1.jpg) no-repeat center bottom;
	width: 150px;
	float: left;
	color: #0066cc;
	height:33px;
	line-height:33px;
	text-indent: 40px;
}

#ajax_content a.active{
	background: url(../images/sep_1.jpg) no-repeat center bottom;
	width: 150px;
	float: left;
	font-weight:bold;
	color: #0066cc;
	height:33px;
	line-height:33px;
	text-indent: 40px;
}
#image_border #image a img {
	max-height: 180px;
	width: 240px;
}

#playlist_1,
#playlist_2,
#tab_title{
	height: 20px;
	line-height: 20px;
	float:left;
	text-align: center;
	font-weight: bold;
	padding: 0 7px;
	margin-bottom: 5px;
}
#playlist_1,
#tab_title{
	border-right: 1px solid #DEDEDE;
}

#content_border1 #playlist_1 a,
#content_border1 #tab_title a,
#content_border1 #playlist_2 a {
	color: #0069BE;
    padding-left: 10px;
	cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    line-height: 21px;
}
#content_border1 #playlist_1 a:hover,
#content_border1 #tab_title a:hover,
#content_border1 #playlist_2 a:hover {
	text-decoration: underline;
}
.title_300 {
	float: left ;
	width: 300px;
	height: 38px;
	background: url(../images/title_300.png) no-repeat top center;
}
.title_300 a {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-indent: 20px;
	line-height: 38px;
}
#right_content_body span.note_119 {
	float: left;
	font-size: 11px;
	width: 268px;
	padding: 5px 15px;
	color: 	#333333;
	background-color: #D2EDE8;
	margin-bottom: 5px;
}
.vnpt_main_news {
    border-bottom: 1px dotted #C6C6C6;
    float: left;
    overflow: hidden;
    padding: 5px 0 10px;
    width: 370px;
}
.vnpt_main_news .picture {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    margin-right: 10px;
    max-width: 130px;
    overflow: hidden;
    padding: 1px;
}
.vnpt_main_news .picture a {
    float: left;
    overflow: hidden;
}
.vnpt_main_news p.title_lr {
    line-height: 15px;
    margin: 0;
    width: 370px;
}
.vnpt_main_news p.title_lr a {
    color: #0066B3;
    font-size: 12px;
    font-weight: bold;
}
.vnpt_main_news p.date {
    color: #9FA4A8;
    font-size: 10px;
    line-height: 11px;
    margin: 0;
    padding-bottom: 5px;
    text-align: justify;
    width: 370px;
}
.vnpt_main_news p.content_lr {
    line-height: 15px;
    margin: 0;
    padding: 0;
    text-align: justify;
    width: 370px;
}
