/* CSS Document */

/* File CSS dung chung co tat ca cac trang*/

@charset "utf-8";
/* CSS Document */
body{
		font-family:Arial, Helvetica, sans-serif;
		text-align:left;
		font-size:12x;
		
}
 
img{
 cursor: pointer;
}
ul {
		list-style-type:none;
		}
li {
		list-style-type:none;
		}

#container { /*Main Body*/
		width:950px;
		padding:10px;
		background:#FFFFFF;
		text-align:left;
		float:left;
		}

/*-----------------------------------------------------------------------------------*/
/*Text*/
.text_11 {/*CSS su dung chung cho Text*/		
		font-size:12px;
	}

.normal {/*CSS su dung chung cho Text binh thuong*/
			
		font-size:12px;
		color:#333333;
		}
.normalbold {
		
		font-size:12px;
		color:#333333;
		font-weight:bold;
		font-size:12px;
		}
.blue {/*Xanh*/
		color:#18397E;
		}
.bluebold {
		color:#18397E;
		font-weight:bold;
		font-size:12px;
		}
.bluebold_big
 {
	color:#18397E;
	font-weight:bold;
	font-size:13px;
}
.red {/*Do*/
		color:#ff7e00;
		}
.redbold {
		color:#ff7e00;
		font-weight:bold;
		font-size:12px;
		}

	
.an:first-letter
{
color: #ff0000;
font-size:xx-large
}
		
/*-----------------------------------------------------------------------------------*/
/*Link*/
A {
		color:#18397E;
		text-decoration:none;
		}
A:hover {
		color:#18397E;
		text-decoration:underline;
		}
A:visited {
		color:#18397E;
		}	
		
/*-----------------------------------------------------------------------------------*/	
/*Button*/
.button_80, .button_100,.button_60 { /* CSS su dung cho Button tren toan bo Site */
		background:url(../images/web/bg_button.gif) repeat-x left top;
		border:1px solid #FFCC00;	
		font-weight:bold;
		font-size:12px;
		color:#333333;
		height:21px;
		cursor:pointer;
}

.button_80 { /* CSS su dung cho button dac biet - EX: Button "Dang ki" va "Tim kiem "o trang chu*/
		width:80px;
		text-align:center
}

.button_100 { /* CSS su dung cho button dac biet - EX: Button "Dang ki" va "Tim kiem "o trang chu*/
		width:100px;
		text-align:center
}
.button_60 { /* CSS su dung cho button dac biet - EX: Button "Dang ki" va "Tim kiem "o trang chu*/
		width:60px;
		text-align:center
}		
/*-----------------------------------------------------------------------------------*/
.input_title_left, input_title_right{
	color:#18397E;	
	font-size:12px;
}
.input_title_left{
	text-align: left;
}
.input_title_right{
	text-align: right;
}

/*Class Textbox*/
.textbox_50,.textbox_90, .textbox_100, .textbox_150, .textbox_200, .textbox_300,.textbox_130 { /*CSS su dung chung cho cac Textbox*/
		border:1px solid #7d7d7d;		
		padding-left:3px;
		padding-right:3px;
		padding-top:2px;
		padding-bottom:0px;
		height:16px;
		background:#FFFFFF;
		font-size:12px;
		color:#333333;
		text-align:left;
}

.textbox_90 { /* CSS su dung cho Textbox binh thuong */
		width:90px;
}

.textbox_50 { /* CSS su dung cho Textbox binh thuong */
		width:50px;
}
.textbox_100 { /* CSS su dung cho Textbox binh thuong */
		width:100px;
}
.textbox_150 { /* CSS su dung cho Textbox binh thuong */
		width:150px;
}
.textbox_200 { /* CSS su dung cho Textbox binh thuong */
		width:200px;
}
.textbox_300 { /* CSS su dung cho Textbox dac biet*/
		width:300px;
}
.textbox_130 { /* CSS su dung cho Textbox dac biet*/
		width:130px;
}
/*end textbox class */

/*format conbobox*/
.combobox_50, .combobox_75, .combobox_150,.combobox_300 { /* CSS su dung cho cac Combobox*/
		border:1px solid #7d7d7d;
		padding-left:3px;
		height:18px;		
		font-size:12px;
		color:#333333;
		text-align:left;
}
.combobox_50 { /* CSS su dung cho Combobox binh thuong*/
		width:50px;
		}
.combobox_75 { /* CSS su dung cho Combobox binh thuong*/
		width:75px;
		}
.combobox_150 { /* CSS su dung cho Combobox binh thuong*/
		width:150px;
		}
.combobox_300 { /* CSS su dung cho cac Combobox dac biet*/
		width:300px;
		}		
/*end format combobox*/
.listbox_150 { /* CSS su dung cho Combobox binh thuong*/
		border:1px solid #7d7d7d;
		padding-left:3px;
		padding-bottom:0px;		
		font-size:12px;
		color:#333333;
		text-align:left;
		width:150px;
		}
/*-----------------------------------------------------------------------------------*/
/*Quang cao*/
#adv{/*CSS su dung cho quang cao*/
		padding:8px;
		width:300px;
		height:250px;
		background:#EFF3F6;
		border: 1px solid #91A7B4;
		}
#advtitle {/*CSS su dung cho Title Quang cao*/
	
		font-size:12px;
		color:#666666;
		}
#imageadv {/*CSS su dung cho Image Quang cao*/
		border:1px solid #91A7B4;
		width:300px;
		height:250px;		
}

/*-----------------------------------------------------------------------------------*/
/*CSS su dung cho Anh cua san pham*/
#img {/*CSS chung cho anh san pham*/
		background:#FFFFFF;
		border:1px solid #91A7B4;
		padding:2px 2px 2px 2px;
		}
.img_min {/*CSS su dung cho boder anh san pham*/
		width:60px;
		height:40px;
		}
.img_size_min {/*CSS sung dung de resize kich thuoc anh cho san pham*/
		width:60px;
		height:40px;
		}
.img_max {/*CSS su dung cho boder anh lon _ Tin tuc*/
		width:120px;
		height:90px;		
		}
.img_size_max {/*CSS sung dung de resize kich thuoc anh cho Tin tuc*/
		width:120px;
		height:90px;
		}

/*-----------------------------------------------------------------------------------*/
/*Test*/
#test {/*CSS su dung Test*/
		background:url(../image/web/bg_button_active.gif);
		height:20px;
		border-left:1px solid #91A7B4;
		border-right:1px solid #91A7B4 ;
		border-top:1px solid #91A7B4;
		width:100px;
		top:-35px;
		}	

.text_back,.text_next{
	position: absolute;
	
	font-size: 12px;
	color: #17387a;
	font-weight: bold;
}

.bullet_p{
	
	
	text-align: justify;
	overflow: hidden;
	margin: 5px 1px 5px 5px;
}
.bullet_img{
	padding-right: 5px;
}


/*for link no change color when visited*/
a.redbold_nochange:visited {
		color:#ff7e00;
		font-weight:bold;
		font-size:12px;
}

a.redbold_nochange{
		color:#ff7e00;
		font-weight:bold;
		font-size:12px;
}

a.redbold_nochange:hover{
		color:#ff2a2a;
		font-weight:bold;
		font-size:12px;
}.Section1 p {
	left: 15px;
}

