@charset "utf-8";
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e4e4e;
}

img, div, input { behavior: url("iepngfix.htc") }



a{ color:#1f7fbc; text-decoration:none;}

a:hover{text-decoration:underline;}

fieldset, img { border: 0; }

a:focus { outline: none; }

option { padding-left: 0.4em; }
 
ul, ol, dl { margin: 1em 0; padding-left: 40px }
dl { margin: 1em 0; }
dd { padding-left: 40px; }

blockquote { margin: 0 0 1em 1.5em; }

p {	margin: 1em 0; }

td, th { padding: 1px; }
 
html {
	height: 100%;
	margin-bottom: 1px;
}
	
/*
 * Page
 */
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}

body#page {
	background: #1d7be8;
}

#wrapper{
	margin:0 auto;
	width:1000px;
	background-color:#1d7be8;
}



#topsection{
	background:#1d7be8;
	height: 140px; /*Height of top section*/
	background:url(../images/banner_bg.jpg) no-repeat;
}

#topsection #logo{
	width:230px;
	height:140px;
	float:left;
}

#topsection #login{
	width:380px;
	height:53px;
	background:url(../images/login-form.gif) no-repeat;
	float:left;
	margin:53px 0 27px 328px;
	display:inline;
}



.login-box{
	width:130px;
	height:16px;
	border:0px;
	margin:14px 0px 15px 80px;
	float:left;
	display:inline;
}

.pass-box{
	width:130px;
	height:16px;
	border:0px;
	margin:14px 10px 15px 0px;
	float:right;
	display:inline;
}

#topsection #login #reg{
	width:150px;
	height:10px;
	font-size:11px;
	float:left;
	margin:-10px 5px 10px 245px;
	display:inline;
}

#topsection #logout{
	width:380px;
	height:53px;
	background:url(../images/logout-form.gif) no-repeat;
	float:left;
	margin:53px 0 27px 328px;
	display:inline;
}

#account{
	width:200px;
	margin:0;
	margin-left:50px;
	min-height:43px;
	height:43px;
	float:left;
	display:inline;
	text-align:center;
	padding-top:3px;
	font-size:11px;
}

#account h1{
	color:#3399ff;
	font-weight:bold;
	display:inline;
	padding-right:3px;
}

#account span{
	color:#fe2400;
	font-weight:bold;
}


#logout_btn{
	margin:15px 0 0 10px;;
	float:left;
}

#topsection h1{
	margin:0;
	padding-top: 15px;
}

#container{
	background:#fff url(../images/top_bg.jpg) no-repeat;
	width:100%;
	float:left;
	padding-bottom:10px;
}

#containercontent{
	margin-top:10px;
	padding:0;
	background:#000;
}

/* Content*/

.text_content{
	width:100%;
	min-height:100px;
	margin:0;
	float:left;
}

.text_content p{
	margin:10px;
	text-align:justify;
}

.tab_content{

	 width:850px;
	 border:#dcdcdc solid 1px ;
	 border-top:0px;
	 float:left;
	 background:url(../images/tab_bg.gif) repeat-x left bottom;
}
.tab_content fieldset {
  display: block; 
  width: 540px;
  border: solid #cecece 1px;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; 
}

.tab_content1{

	 width:740px;
	 border:#dcdcdc solid 1px ;
	 border-top:0px;
	 float:left;
	 background:url(../images/tab_bg.gif) repeat-x left bottom;
}


/* End Content*/

#contentwrapper{
	float: left;
	width: 100%;
	margin-top:-5px;
}

#contentcolumn{
	margin: 0 0px 0 145px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	background: #fff;
}
/* Left column*/

.leftcolumn{
	float: left;
	width: 145px; /*Width of left column in pixel*/
	margin-left: -995px; /*Set margin to that of -(MainContainerWidth)*/
	margin-top:-5px;
}

.leftcolumn_ie6{
	float: left;
	width: 230px; /*Width of left column in pixel*/
	margin-left: -1005px; /*Set margin to that of -(MainContainerWidth)*/
	margin-top:-5px;
}

#header{
	width:140px;
	height:30px;
	background:url(../images/header_menu.gif) no-repeat;
	margin:0px;
	padding:0px;
}

#header span{
	text-transform:uppercase;
	color:#FFFFFF;
	line-height:30px;
	margin-left:15px;
	font-weight:bold;	
}

div#menu ul{	
	list-style: none;	
	float: left;
	padding:0px;
	margin:0px;
}

div#menu ul li{
	width:228px;	
	border:#dcdcdc solid 1px;
	border-top:none;	
	background-color:#fff;
	cursor:pointer;
	padding-bottom:5px;
	line-height:15px;
	
}



div#menu ul li:hover{
	background:#fff url(../images/menu_hover.gif) repeat-x;
}

div#menu ul li a{
	text-transform:uppercase;	
	margin-left:15px;	
	color:#4c4c4c;
	font-weight:bold;
	line-height:20px
	
}

div#menu ul li h1{margin-left:15px;color:#fe2400;}



div#menu ul li a:hover{ text-decoration:none;}

div#menu ul li a span{
	clear:both;
	display:block;
	font-size:10px;
	line-height:12px;
	text-transform:none;
	font-weight:normal;
	margin-left:15px;	
}
/* Menu1*/
div#menu1 ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
div#menu1 ul li{
	width:138px;
	margin-bottom: 10px;
	height:190px;
	border:#dcdcdc solid 1px;
	border-top:none;
	background-color:#fff;
	
}

div#menu1 ul li a{
	text-transform:uppercase;
	line-height:20px;
	margin-left:15px;
	color:#4c4c4c;
	font-weight:bold;
}

div#menu1 ul li h1{margin-left:15px;color:#fe2400;}

div#menu1 ul li a:hover{ text-decoration:none;
color:#FF0000;}

div#menu1 ul li a span{	
	background-image:url(../images/dotmenu.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-size:11px;
	line-height:20px;
	text-transform:none;	
	margin-left:10px;
	padding-left:20px;
}


/*end menu1*/
#back-forum {
	background: url(images/back.png) no-repeat left center;
	color:#1f7fbc; 
	line-height:45px;
	margin-left:15px;
}

.back{margin:11px 0 11px 0; float:left;}

/* end Left column*/


/*Right column*/

#rightcolumn{
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -205px; /*Set left margin to -(RightColumnWidth)*/
	margin-top:-7px;
}

#rightcolumn fieldset {
  display: block;
  width: 200px;
  border: solid #cecece 1px;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; 
}
#rightcolumn legend {
  font-weight:normal;
  font-size:11px;
  color:#828282;
  margin-left:25px;
}

.banner{
	margin:5px;
	text-align:center;
	
}


/* end Right column*/



#footer{
	clear: left;
	width: 100%;
	height:132px;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	background:url(../images/footer_bg.jpg) no-repeat;
}

#footer a{font-weight:bold;color:#1f7fbc;}

#left{
	width:500px;
	float:left;
}

#left span{
	margin:0 0 0 15px;
	text-align:left;
	font-size:12px;
	float:left;
}
#left p {line-height:5px;}

#right{
	width:500px;
	float:left;
}

#right span{
	margin:5px 20px 0 0px;
	text-align:left;
	font-size:12px;
	float:right;
	line-height:40px;
}

#right a{color:#0a5e94; text-decoration:none; font-weight:normal;}

#right a:hover{ text-decoration:underline; font-weight:normal;}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	
}


/*================================================================================*/



.shadetabs{
	border-bottom: 1px solid #dcdcdc;
	/* width: 90%; width of menu. Uncomment to change to a specific width */
	margin-top: 5px;
}

.shadetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 2px;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;

}

.shadetabs li a{
	text-decoration: none;
	padding: 5px 7px;
	margin-right: 0px;
	border: 1px solid #dcdcdc;
	color: #626262;
	background: white url(../images/shade.gif) top left repeat-x;

}

.shadetabs li a:visited{
	color: #626262;
}

.shadetabs li a:hover{
	color: #ff2400;
}

.shadetabs li.selected{
	position: relative;
	top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
	color:#ff2400;
	background-image: url(../images/shade.gif);
	border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

/*================================================================================*/

/*Member info*/

#avatar{
	max-width:210px;
	max-height:200px;
	float:left;
	margin:20px;
	margin-left:10px;
	display:inline;
}

.avatar{
	border:#c3f4ff solid 3px;
}

#member-info{
	margin:10px 0px 10px 0px;
	max-width:500px;
	max-height:200px;
	background-color:transparent;
	float:left;
	min-height:100px;
	height:auto;
	
}

#member-info p{
	margin:10px;
	text-align:justify;
	line-height:10px;
}

#member-info span{
	font-weight:bold;
	color:#1f7fbc;
}

#add_cart{
	margin:0px 0px 10px 50px;
	width:500px;
	float:left;
	height:auto;
	display:inline;
}
#add_cart p{
	margin:10px;
	text-align:justify;
	line-height:10px;
	padding-right:50px;
}

#add_cart span{
	font-weight:bold;
	color:#1f7fbc;
	text-transform:uppercase;
}

#comeback{
	margin:10px 0px 10px 0px;
	width:300px;
	float:right;
	height:auto;
	display:inline;
}



#comeback a{
	color:#1f7fbc;
	background:url(../images/comeback.png) no-repeat left bottom;
	padding-left:25px;
	line-height:23px;
	float:right;
	margin:5px 15px 5px 5px;
}

.img_wallet{
	width:100%;
	background-color:#FFFFFF;
	padding-top:10px;
}

#wallet-info{
	margin:5px 0px 10px 0px;	
	float:left;
}

#wallet-info #left_info{
	width:250px;
	float:left;
}

#wallet-info #left_info p {
	line-height:5px;
	text-align:right;
}

#wallet-info #right_info{
	width:250px;
	float:left;
	margin-left:5px;
}

#wallet-info #right_info p {
	line-height:5px;
	text-align:left;
}

#wallet-info #right_info span{
	color:#fe2400;
	font-weight:bold;
}

#btn_giaodich{
	margin:5px;
	margin-left:160px;	
}

#btn_vitien{
	float:left;
	margin-left:20px;
	display:inline;
}

#vitien_table{
	width:845px;
#	margin:5px;
#	margin-top:15px;
	float:left;
}

#vitien_table #tb_header{
	height:35px;
	background:url(../images/tb_header.gif) repeat-x;
	border-left:1px solid #fff;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

#vitien_table #tb_header span{
	color:#76f7e0;
}

#vitien_table #info{
	height:auto;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	font-size:11px;
	text-align:center;
	background-color:#e8fbff;
	padding:3px;
	padding-left:7px;
}

#vitien_table #info span{
	color:#34aabf;
	font-weight:bold;
}

.page{
	height:20px;
	width:100%;
	margin-right:10px;
	background-color:transparent;
}

.page a{
	color:#fe2400;
	font-size:11px;
	padding:5px 3px;
}

.page a #selected{	
	color:#2486c4;
	font-size:12px;
	padding:5px 3px;
	font-weight:bold;	
}

.page a:hover{
	color:#2486c4;
}

#topic_search{
	width:700px;
	float:left;
	margin:10px 5px -10px 5px;
	max-height:70px;
}

#topic_search_new{
	width:400px;
       	float:left;
        margin:10px 5px -10px 5px;
       	max-height:100px;
}

#topic_search #search-tp{
	width:500px;
	float:left;
	margin:5px 0;
	font-size:9px;
}
#topic_search #search-tp  label{
	font-size:11px;
	margin-left:3px;
}
#topic_search #search-tp #searchtp{
	width:160px;
	height:16px;
	border:#dedede  solid 1px ;
	margin:0px 0px 0px 10px;
	float:left;
	display:inline;
	font-size:9px;
	padding-left:5px;
	padding-top:2px;
}
#topic_search input[type="radio"]{
	margin-top:0px;
	margin-left:5px;
	display:inline;
}

#chuyentien_wrapper{
	width:500px;
	float:left;
	margin:10px;
}

#chuyentien{
	width:419px;
	height:194px;
	background:url(../images/chuyentien.png) no-repeat;
	margin:10px;
	margin-left:50px;
}

#chuyentien #ct_form{
	width:100%;
	float:left;
	margin-top:10px;
}

#chuyentien #ct_form p{
	font-size:11px;
}


#chuyentien #ct_form  .ct_text{
	width:140px;
	height:16px;
	border:#dedede  solid 1px ;
	margin:0px 0px 0px 5px;
	font-size:10px;
	text-align:center;
}


/*End Member info*/

/*Auto Up*/

#auto_title{
	width:500px;
	margin:5px;
	margin-left:10px;
	float:left;
	font-weight:bold;
	display:inline;	
}

#auto_title h1{
	font-weight:bold;
	color:#3399ff;
	display:inline;
}

#auto_title span{
	font-size:11px;
	color:#3399ff;
	font-style:italic;
	font-weight:normal;
}

#auto_left{
	width:300px;
	margin:5px;
	margin-left:10px;
	float:left;
	display:inline;
	font-size:11px;
}
#auto_left1{
	width:300px;
	margin:5px;
	margin-left:10px;	
	display:inline;
	font-size:11px;
}

#auto_left p{
	margin:5px;
	font-weight:normal;
	font-size:11px;
}

#auto_left .add_date{
	margin-left:11px;
	display:inline;
}

#auto_left .auto_txt{
	width:50px;
	height:16px;
	border:#dedede  solid 1px ;
	margin:0px 0px 0px 5px;
	font-size:10px;
	color:#fe2400;
	font-weight:bold;
	padding:3px;
}

#auto_left h2{
	font-size:11px;
	color:#fe2400;
}

#auto_left span{
	font-size:11px;
	color:#3399ff;
	font-style:italic;
	font-weight:normal;
}

#auto_left .add_up{
	width:60px;
	height:22px;
	border:#dedede  solid 1px ;
	margin:0px 0px 0px 5px;
	font-size:10px;
	padding:3px;
}

#auto_right1{
	width:510px;
	margin:5px;
	float:left;
	display:inline;
	font-size:11px;
}

#auto_right1 fieldset {
    display: block;
    width:210px;
    border: solid #cecece 1px;
}
#auto_right1 legend {
    font-weight:bold;
    font-size:11px;
    color:#fe2400;
    margin-left:15px;
}

#auto_right1 p{
	margin:5px;
	font-weight:normal;
	font-size:11px;
}
#auto_right1 h2{
	font-size:11px;
	color:#fe2400;
}

#auto_right1 span{
	font-size:11px;
	color:#3399ff;
	font-style:italic;
	font-weight:normal;
}

#auto_right1 .auto_txt{
	width:30px;
	height:16px;
	border:#dedede  solid 1px ;
	margin:0px 0px 0px 5px;
	font-size:10px;
	color:#fe2400;
	font-weight:bold;
	padding:3px;
}

#auto_right1 .add_up{
	width:50px;
	height:22px;
	border:#dedede  solid 1px ;
	margin:0px 0px 0px 5px;
	font-size:10px;
	padding:3px;
}


#auto_right{
	width:210px;
	margin:5px;
	float:left;
	display:inline;
	font-size:11px;
}
#auto_right fieldset {
    display: block;
    width:210px;
    border: solid #cecece 1px;
}
#auto_right legend {
    font-weight:bold;
    font-size:11px;
    color:#fe2400;
    margin-left:15px;
}

#auto_right p{
	margin:5px;
	font-weight:normal;
	font-size:11px;
}
#auto_right h2{
	font-size:11px;
	color:#fe2400;
}

#auto_right span{
	font-size:11px;
	color:#3399ff;
	font-style:italic;
	font-weight:normal;
}

#auto_right .auto_txt{
	width:30px;
	height:16px;
	border:#dedede  solid 1px ;
	margin:0px 0px 0px 5px;
	font-size:10px;
	color:#fe2400;
	font-weight:bold;
	padding:3px;
}

#auto_right .add_up{
	width:40px;
	height:22px;
	border:#dedede  solid 1px ;
	margin:0px 0px 0px 5px;
	font-size:10px;
	padding:3px;
}

#autoup_lichsu{
	background-color:#e2f1fd;
	width:525px;
	height:25px;	
	margin-bottom:0px;
	font-size:11px;
	line-height:25px;
}

#autoup_lichsu p{padding:5px;}

#autoup_lichsu span{
	margin-left:15px;
	color:#fe2400;
}




/*End Auto Up*/


/*Avatar*/

#note_avatar{
	margin:30px 5px 10px 0px;
	max-width:300px;
	background-color:transparent;
	float:left;
	min-height:100px;
	height:auto;
	text-align:justify;
}

#note_avatar  p{
	margin:0px;
	line-height:20px;
}

#note_avatar span{
	color:#fe2400;
	font-weight:bold;
}

#change_avatar{
	width:500px;
	float:left;
	padding-left:15px;
	margin:5px;
}

#change_avatar  p{
	margin:0px;
}

#change_avatar span{
	color:#fe2400;
	font-weight:bold;
}

#change_avatar .url{
	width:300px;
	height:12px;
	border:#dedede  solid 1px ;
	margin:5px 0px 0px 0px;
	font-size:10px;
	padding:3px;
}

#avatar{
	max-width:200px;
	margin:15px;
	float:left;
	display:inline;
}

#avatar p{
	margin:0px;
	margin-top:5px;
}

#avatar_info{
	width:500px;
	background-color:#e2f1fd;
	font-size:11px;
	margin:15px;
	margin-top:20px;
	float:left;
	display:inline;
	padding:5px 5px;
}

#avatar_info span{
	color:#fe2400;
	font-weight:bold;
}

/*End Avatar*/

/*Chu ki*/

#signture{
	width:500px;
	border:#cacaca 1px solid;
	margin:10px;
	min-height:150px;
	height:150px;
	height:auto;	
	float:left;
}
#signture_content{
	width:500px;
	margin:10px;
	float:left;
}

#signture_content p{
	margin:0px;
}
#signture_content span{
	color:#fe2400;
	font-weight:bold;
}

#signture_change{
	width:500px;
	margin:10px;
	margin-top:5px;
	float:left;
	background-color:#33CCCC;
	
}
/*End chu ki*/
/*start content_intro*/
.content_intro{padding-top:10px;
padding-left:10px;
padding-right:10px;
}
/*end content_intro*/

input#searchtp
{
width: 200px;
}
