/* CSS Document */

/* anchor properties */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#F5F5F5;
}
a { font-family:Arial, Helvetica, sans-serif;}
a:hover { color: #ff9900; text-decoration: none;}
.box_head_1_dyn a,
.box_head_1_dyn { color:#FFFFFF; text-decoration: none; font-weight: bold; white-space:nowrap;}
.box_head_1_dyn a:hover { color:#a5cceb; text-decoration: none; font-weight: bold;}
.box_head_2_dyn a { color:#FFFFFF; text-decoration: none; font-weight: bold; white-space:nowrap;}
.box_head_2_dyn a:hover { color:#DDDDDD; text-decoration: none; font-weight: bold;}
.box_head_2_flip a { color:#FFFFFF; text-decoration: none; font-weight: bold;}
.box_head_2_flip a:hover { color:#DDDDDD; text-decoration: none; font-weight: bold;}
.box_content_link {}
.box_content_link a { color:#000000; text-decoration: none; font-weight: normal;}
.box_content_link a:hover { color:#ff9900; text-decoration: underline; font-weight: normal;}
.submenu_buttons a { color:#336699; text-decoration: none; font-weight: bold;}
.submenu_buttons a:hover { color:#FFFFFF; text-decoration: underline; font-weight: bold;}
.submenu a { color:#000000; text-decoration: none; font-weight: normal;}
.submenu a:hover { color:#ff9900; text-decoration: underline; font-weight: normal;}

/* Keep image links from having a border */
a img { border: none; }

body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.bodytable {
	width: 100%;
	border: 0px solid #000000;
	border-collapse:collapse;
	padding: 0px;
	margin: 0px;
}

/* 3 column main table */
.maintable {
	width: 100%;
	border: 0px solid #AAAAAA;
	border-collapse: collapse;
	padding: 2px;
	margin: 2px;
	margin-left: 0px;
}

/*columns in main table */
.leftcolumn {
	width: 150px;
	padding:4px;
}
.centercolumn {
	padding:4px;
}
.rightcolumn {
	width: 150px;
	padding:4px;
}

/*box defining properties */
.box_150 {
	width: 150px;
	border-collapse: collapse;
	border: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}

/* CATEGORIES */
.box_content_1 {
	background-color: #ebfed1;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 0px;
	font-size: 12px;
}
.box_content_1 table td{
	width:160px;
	border-bottom:solid 1px #CCCCCC;
}

/* END CATEGORIES */

.box_head_1_150 {
	width: 126px;
	background-color: #336699;
	background-image:url(images/boxhead2/hd_336699_mid.gif); background-repeat:repeat-x;
	font-weight: bold;
	color: #FFFFFF;
}
.box_head_1_left {
	width:8px;
	height:21px;
	background-image:url(images/boxhead2/hd_336699_left.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.box_head_1_right {
	width:8px;
	height:21px;
	background-image:url(images/boxhead2/hd_336699_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.box_head_2_150 {
	width: 126px;
	background-color: #ff9900;
	background-image:url(images/boxhead2/hd_336699_mid.gif); background-repeat:repeat-x;
	font-weight: bold;
	color: #FFFFFF;
}
.box_head_2_left {
	width:12px;
	height:21px;
	background-image:url(images/boxhead2/hd_ff9900_left.gif);
	background-repeat: no-repeat;
}
.box_head_2_right {
	width:12px;
	height:21px;
	background-image:url(images/boxhead2/hd_ff9900_right.gif);
	background-repeat: no-repeat;
}
.box_head_2_left_flip {
	width:12px;
	height:21px;
	background-image:url(images/boxhead2/hd_ff9900_left_flip.gif);
}
.box_head_2_right_flip {
	width:12px;
	height:21px;
	background-image:url(images/boxhead2/hd_ff9900_right_flip.gif);
}
.box_150_content_2 {
	width: 148px;
	background-color: #a5cceb;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding: 4px;
}
.box_head_2_dyn {
	background-color: #ff9900;
	background-image:url(images/boxhead2/hd_ff9900_mid.gif); 
	background-repeat:repeat-x;
	font-weight: bold;
	font-family:Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.box_head_2_flip {
	background-color: #ff9900;
	background-image:url(images/boxhead2/hd_ff9900_mid_flip.gif); 
	background-repeat:repeat-x;
	font-weight: bold;
	font-family:Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.box_content_2 {
	background-color: #e6f2ff;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 0px;
	font-size: 12px;
}
/* Fix for IE 6 to inherit font size */
.box_content_2 td{
	font-size:12px;
}
.box_dyn {
	border-collapse: collapse;
	border: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}
.box_head_1_dyn {
	background-color: #336699;
	background-image:url(images/boxhead2/hd_336699_mid.gif); 
	background-repeat:repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	font-family:Tahoma;
	font-size: 12px;
}
.box_dyn_content {
	background-color: #FFFFFF;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-left: 2px;
	padding-bottom: 2px;
}

/*not boxes*/
.submenu {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-collapse:collapse;
	text-indent: 8px;
	background-color: #a5cceb;
	padding: 2px;
	font-size: 12px;
}
.submenu_buttons {
	padding: 0px 0px 0px 0px;
	border-collapse:collapse;
	border: 0;
	font-size: 12px;
}
.formbutton {
/*
Example css for form buttons
background-color: #a5cceb;
border: 1px solid #000000;
color: #000000;
font-size: 10px;
font-weight: bold;
*/
}
.user_admin_text1 {
color: #000000;
font-size: 12px;
font-weight: bold;
}
h1 {
font-size: 16px;
text-align: center;
font-weight:bold;
}
.footertext {
	font-size: 10px;}
.login_box_text1 { font-size: 12px; }
.login_box_text2 { font-size: 12px; }

/* ----- CSS for User Management Table ----- */
.use_man_table_container
{
  text-align: center;
  margin: 0px auto;
  width: 600px;
}
.use_man_table_header
{
     clear: both;
     width: 600px;
     padding-bottom: 0px;
     padding-top: 30px;
}
.use_man_table_left
{
  width: 295px;
  padding-right: 5px;
  float: left;
  clear: left;
}

.use_man_table_right
{
  width: 295px;
  padding-left: 4px;
  float: right;
  clear: right;
}
.use_man_table_footer
{
     clear: both;
     width: 600px;
     height: 1px;
}
.use_man_table_left div,
.use_man_table_right div{
	text-align:left;
}

.use_man_table_left div a,
.use_man_table_right div a {
	padding-left: 30px;
	text-decoration:none;
}
.use_man_table_left div img,
.use_man_table_right div img {
	width: 42px;
	height: 42px;	
}
.use_man_table_sep {
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #dddddd;
	clear:both;
}

/* extra questions and extra checkboxes */
.extraCheckboxes {
	margin:0px;
	padding:0px;
	float:left;
	list-style-type: none;	
}
.extraCheckboxes li {
	background-image: url('images/checkbox_arw.gif');
	background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 15px;
	border: 0px solid black;
	margin:0px;
}
.extraQuestionName,
.extraQuestionName li,
.extraQuestionValue,
.extraQuestionValue li {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
.extraQuestionName li,
.extraQuestionValue li {
	margin-bottom: 5px;
}


.error_message {
	color: #FF0000;
	font-weight: bold;	
}


#galleryContainer
{
	width: 450px;
	height: 100%;
	margin: 0px auto; /* CENTER THE DIV */
	text-align: left;
}
#galleryBigImage
{
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	margin-top: 4px;
	width:500px;
}
#galleryBigImage img
{
	margin: 0px auto;
}
#galleryThumbs
{
	width: 328px;
	
	/*float: right;
	padding: 3px;*/
	
	text-align: center;
}

#galleryThumbs ul
{
	margin: 0px;
	padding: 0px;
}
#galleryThumbs ul li
{
text-align:center;
	list-style: none;
	padding: 0px;
	margin: 1px;
	margin-bottom:0px;
	display: block;
	float: left;
	border: 1px solid #ccc;
	height:50px;
	width:50px;
	text-align: left;
	
}

#galleryThumbs ul li img
{
	margin: 0px auto;
	border: 0px;	
}


/* Light up box slideshow styles */
.lightUpBox {
	/* This is for the overall box the image gallery is in */
	
	/* position needs to be absolute to be able to be moved on the page */
	position: absolute;
	border: 3px solid black;
	background-color: white;
	/* needs to be bigger than anything else on the page */
	z-index: 1005;
	padding: 3px;
	padding-bottom: 8px;
}

.lightUpBoxOverlay {
	/* This is the overlay that hides the rest of the page, note that the
	opacity (transparency) will be set in JS for a "see through" or "faded"
	effect. */
	
	/* position needs to be absolute to work */
	position: absolute;
	top: 0px;
	left: 0px;
	/* Change the background color for different looks for how back is faded */
	background-color: #000000;
	width: 100%;
	/* needs to be second biggest z-index on the page */
	z-index: 1004;
}

.lightUpBox_imageBox {
	/* In the overall box, this is the div containing the image */
	text-align: center;
}
.lightUpBox_imageBox img {
	/* The actual image */
	border: 1px solid black;
	cursor: pointer;
}
img.lightUpBigImage {
	/* This is a stand-alone image in the box, it's not wrapped by extra HTML,
	this is used on image upload page as a "simpler" light up box without the
	fancy slideshow. */
	
	/* give it a pointer since when you click on it, it closes it. */
	cursor: pointer;
}

.lightUpBox_navigation {
	/* In the overall box, this is the div containing the navigation */
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
	text-align: center;
	/* width: 80%; */
	background-color: white;
	border-bottom: 1px dashed black;
	border-left: 1px dashed black;
}

.lightUpBox_description {
	/* In the overall box, this is the div containing the image description */
	text-align: center;
}

#footer_bg{
 	background:#028E8F repeat-x scroll 0 0;
	float:left;
	height:55px;
	padding-bottom:10px;
	width:100%;
}
#footer{
	text-align:center;
	color:#FFFFFF; 
	line-height:20px;
	}
#footer a{ 
	font-weight:bold;
	font-size:9pt; 
	color:#FFFFFF; 
	text-decoration:none;	
	margin:0 5px 0 5px;
	}
#footer a:hover{
	text-decoration:underline;
	}	

/* BEGIN HEADER */
	.Header-Row01 {
		width:100%; height:13px; background-color:#eaeedf; 
	}
	.Header-Row02 {
		width:100%; height:23px; background:url(images/Ecity/index_Header/images/index_Header_07.jpg);
	}
	.Header-Row03 {
		width:100%; height:91px; background:url(images/Ecity/index_Header/images/index_Header_14.jpg);
	}
	.Header-Menu {
		margin-left:240px;
		
	}
	.Header-Menu-Text {
		padding:0 10px 0 10px; font-family:Arial, Helvetica, sans-serif; font-size:12px;font-weight:bold; color:#FFFFFF;
	}
	.Header-Menu-Text a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#FFFFFF;
		text-decoration: none;
	}
	.Header-Menu-Text a:hover {
		color:#ff9900;
	}
	.Header-Logo {
		width:258px; height:127px; background:#EDF0E5; float:left;
	}
	.Header-Banner {
		height:91px; width:672px; margin-top:37px; float:left;
	}
	
	
	A.hpMenuHd:link{
	FONT-SIZE: 12px; COLOR: #0066CC;  TEXT-DECORATION: none
	}
	
	A.hpMenuHd:actived{
		FONT-SIZE: 12px; COLOR: #0066CC;  TEXT-DECORATION: none
	}
	
	A.hpMenuHd:hover{
		FONT-SIZE: 12px; COLOR: #FF6600;  TEXT-DECORATION: none
	}



/* END HEADER */

/* MENU BAR */
	.MenuBar {
	height:45px;
	background:#F2FAFC;
	width: 932px;
	float: left;
	}
/* END MENU BAR */

/* LOGIN & SEARCH */
	/* SEARCH */
	/*.Search {
	width: 930px;
	margin-top:-1px;
	background-color:#FFFFFF;
	float:right;
	height:54px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bed3d3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bed3d3;
	}
	.Search div { margin-top:8px;float:left;background:url(images/Ecity/index_Login-Search/images/BG_Search.jpg);background-repeat:repeat-x; }
	.search_box_1_input input {
		border:0;
		margin-top:-4px;
		width:80px;
	}	
	.search_box_1_input select {
		border:0;
		margin-top:-3px;
		width:155px;
	}
	.search_box_1_keyword input{ border:0;margin-top:-4px;width:250px; }*/
	/*END SEARCH */
	/* BANNER DUOI LOG0 */
	.BannerDuoiLogo {
		width:256px;
		float: left; height: 140px; 
		border-left: #bed3d3 1px solid;
		border-right: #bed3d3 1px solid;
		border-bottom: #bed3d3 1px solid;
	}
	.BannerDuoiLogo img{
		width:250px;
		height:140px;
	}
	/* END BANNER DUOI LOGO */
	/* BANNER KE LOGIN */
	.BannerKeLogin {
		width: 334px; float: left; height: 140px;
	}
	/* END BANNER KE LOGIN */
	/* BANNER LOGIN */
	.BannerLogin {
	width: 339px;
	float: left;
	height: 140px;
	background-image: url(images/Ecity/index_Login-Search/images/index_Login-Search_03.gif);
	background-repeat: no-repeat;
	margin-left: 1px;
	}
	/* END BANNER LOGIN */
/* END LOGIN & SEARCH */

/* BEGIN MIDDLE */
	/* TABLE MIDDLE*/
	.Middle-Table
	{
		background:#FFFFFF; float:left;border-left:solid 1px #bed3d3; border-right:solid 1px #bed3d3;
	}
	/* LEFT */
	.Middle-Left {
	float:left;
	width:256px;
	}
	/*.Middle-Left-Categories {
		background:#F2FAFC;
	}
	.Categories {
	float: left;
	width:236px;
	background-color: #F2FAFC;
	border: 1px solid #bed3d3;
	margin-left: -101px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: absolute;
	}*/

	#CatShowHide table tr td{ border-bottom: 1px dotted #FFFFFF; }
	#CatShowHide table tr td a{ font-weight:bold; color:#FFFFFF; }
	#CatShowHide table tr td:hover { background:#FFFFFF; }
	#CatShowHide table tr td:hover a { font-weight:bold;color:#FF9900; }
	#subCatShowHide { border-bottom:solid 1px #FFFFFF;width:150px; padding-top:1px;padding-bottom:1px; }
	#subCatShowHide:hover { background:#CCCCCC; }


	/*UL { list-style-type: none; }
	.Categories td{
		border-bottom:solid 1px #CCCCCC;
	}
	.Categories td:hover{
		background:#049591;width:250px;
	}	
	.Categories td:hover a{
		background:#049591;width:250px;color:#FFFFFF;
	}	
	.drops{
		margin-top:-9px;margin-left:-45px;width:250px;
	}
	.Middle-Left-Categories-Icon {
		width:50px; height:50px; float:left;
	}
	.Middle-Left-Categories-Title {
		width:199px; float:left;
	}
	.Middle-Left-Categories-Title01 {
		font:Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#BE060A;
		height:29px;
	}
	.Middle-Left-Categories-Title01 img { height:29px; }
	.Middle-Left-Categories-Title02 {
		font-size:12px;
		color:#FFFFFF;
		background-color:#049591;
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		height:16px;
		padding:5px 0 0 10px;
	}
	.Middle-Left-Categories-Title02-btn {
		float:right;margin-right:10px;margin-top:-22px;
	}
	.QC_Left{
		float:left;
	}
	.QC_Left img{ width:250px;}*/			
	.imgnoidung{
	float:left;
	/*border:2px solid #CCCCCC;*/
	padding:2px;
	margin:10px;
}
	/* CENTER */
	.Middle-Center { float:left;width:720px;background-color:#FFFFFF;margin-top:-3px;margin-left: -1px;border-left-width: 1px;border-left-style: solid;border-left-color: #bed3d3;
	}
	.Middle-Center-Row01 {
		min-width:505px; height:51px; background:url(images/Ecity/index_Middle_MainBody/images/index_Middle_MainBody_02.gif);
	}
	.Middle-Center-Row01-Title01 {
		float:left; margin:15px 10px auto 10px; font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#FFFFFF; font-weight:bold;
	}
	.Middle-Center-Row01-Title02 {
		float:right; margin:21px 10px auto 10px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FFFFFF; font-weight:bold;
	}	
	.Middle-Center-Row01-Icon {
		float:right; margin:0;height:51px;
	}
	.Middle-Center-Row01-Left {
		float:left; width:18px; height:51px;
	}	
	.Middle-Center-Row01-Right {
		float:right; width:16px; height:51px;
	}
	
	.Bottom {
	width: 750px;

background:#F2FAFC margin-top:1px;
	float: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-right: 3px;
	}
	.QC_Bottom{
	float:left;
	width:493px;
	}
	.QC_Bottom img { width:500px;margin-left:3px; }	
	/* RIGHT */
	.Middle-Right {
	float:right;
	width:167px;
	background-color:#FFFFFF;
	margin-top:-3px;
	margin-right:-1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bed3d3;
	}
	.Middle-Right img { width:160px; }

/* END MIDDLE */

/* Thao Tac Khac Trong Detail*/
	.LeftTool {
	width:252px;
	margin-top:-51px;
	background:#F2FAFC;
	float:left;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #bed3d3;
	margin-left: -1px;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
	}	
	.CenterDetail {
		width:170px;height:35px;/*background:url(images/Ecity/DetailCenter.gif);float:left;*/
	}
	.CenterDetail a{
		font:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#009900;
		text-decoration:none;
	}
	.CenterDetail a:hover{
		color:#ff9900;
	}
	
	/* store trang chu */
	.storeMenu { background:#6bd501;width:90px;height:20px;border:2px double #FFFFFF;font-size:11px;font-weight:bold;color:#FFFFFF;cursor:pointer; }
	.storeMenu:hover { color:#FFFF00;text-decoration:underline;cursor:pointer; }
	.storeBtn { background:#FFFFFF;width:40px;height:15px;border:2px solid #CCCCCC;font-size:9px;cursor:pointer; }
	
	#ListStore img{ width:100px;height:100px;padding:3px;border:solid 1px #FFCC00; }
	
	.stUser { color:#FF9900; }
	.stUser a{ color:#FF9900;text-decoration:none; }
	
	#txtprewcat_store { background:url(images/Ecity/btnTruoc.jpg);background-repeat:no-repeat;width:60px;height:24px;border:0;cursor:pointer; }
	#txtnextcat_store { background:url(images/Ecity/btnSau.jpg);background-repeat:no-repeat;width:60px;height:24px;border:0;cursor:pointer; }

	#txtprewcat_storeafter { background:url(images/Ecity/btnTruoc.jpg);background-repeat:no-repeat;width:60px;height:24px;border:0;cursor:pointer; }
	#txtnextcat_storeafter { background:url(images/Ecity/btnSau.jpg);background-repeat:no-repeat;width:60px;height:24px;border:0;cursor:pointer; }

	.stUser01 { color:#FFFFFF; }
	.stUser01 a{ color:#FFFFFF;text-decoration:none; }	
	
	#CATEGORY_TREE {
		font:Arial, Helvetica, sans-serif;font-size:12px; color:#006666;font-weight:bold;
	}
	#CATEGORY_TREE a{
		font:Arial, Helvetica, sans-serif;font-size:12px; color:#006666;
	}
	#CATEGORY_TREE a:hover{
		color:#ff9900;
	}
	.categoryL2_1 a{
	text-decoration:none;
	font-weight:bold;
	color:#006699;
	font-size:11px;
	background-repeat:no-repeat;
	padding-left:10px;
	background-image: url(images/Ecity/icon-new.gif);
	}
	.categoryL2_1 a:hover{
		color:#ff9900;
	}
	.categoryL2_2 a{
		text-decoration:none;font-weight:bold;color:#009900;font-size:11px;background:url(images/Ecity/icon-new.gif);background-repeat:no-repeat;padding-left:10px;
	}
	.categoryL2_2 a:hover{
		color:#ff9900;
	}
	.categoryL2_2 a:active{
		color:#ff9900;
	}	
/* Hien Thi Form Dang Tin */
.Middle-Center01
{
	width:933px;
	height:500px;
	background-color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bed3d3;
	position:fixed;
	visibility: hidden;
	margin-top: -300px;
}


/* List hien thi */
.browsing_result_table_body_odd a{	font-style:normal;
	font-weight:lighter;
	font-size:16px;
	color: #009900; 
	text-decoration:none;
}
.browsing_result_table_body_odd a:hover{
	color: #ff9900; 
}
.browsing_result_table_body_even a{	font-style:normal;
	font-weight:lighter;
	font-size:16px;
	color: #009900; 
	text-decoration:none;
}
.browsing_result_table_body_even a:hover{ 
	color: #ff9900; 
}

.newest_1_result_table_body_even a{
	font-style:normal;
	font-weight:lighter;
	font-size:16px;
	color: #009900; 
	text-decoration:none;
}
.newest_1_result_table_body_even a:hover{
	color:#ff9900;
}
.newest_1_result_table_body_odd a{
	font:Tahoma;
	font-style:normal;
	font-weight:lighter;
	font-size:16px;
	color: #009900; 
	text-decoration:none;
}
.newest_1_result_table_body_odd a:hover{
	color:#ff9900;
}
.hottest_1_result_table_body_even a{	font-style:normal;
	font-weight:lighter;
	font-size:16px;
	color: #009900; 
	text-decoration:none;
}
.hottest_1_result_table_body_even a:hover{
	color:#ff9900;
}
.hottest_1_result_table_body_odd a{	font-style:normal;
	font-weight:lighter;
	font-size:16px;
	color: #009900; 
	text-decoration:none;
}
.hottest_1_result_table_body_odd a:hover{
	color:#ff9900;
}
/* Gian Hang */
.body_table table tr td {border-bottom:dotted 1px #333333; background:#FFFFFF; vertical-align:top;}
.body_table table tr td a{
	font-weight:lighter;
	font-size:16px;
	color: #009900; 
	text-decoration:none; }
 /* end list hien thi */

/* Qua trinh dang tin */
.category_links { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: lighter; 
	color: #006666; 
	text-decoration: none; 
	text-align: left;
}
.category_links div:hover{ color:#ff9900; background:#FFFFCC; }

.Ifra
{
	width:790px;height:590px;display:none;
}


.subCat {
padding:5px 10px 5px 10px;border:solid 1px #bed3d3;cursor:pointer;
}
.subCat div:hover{ color:#ff9900; background:#FFFFCC; }
 
.place_ad_section_title { 
	font-family: Courier New, Courier, mono; 
	font-size: 24px; 
	font-style: normal; 
	font-weight: lighter; 
	color: #006600; 
	text-align: center;
} 
 
.page_title { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: #006699; 
	text-align: center;
} 
/* End Qua trinh dang tin */

form,input,button{margin:0;padding:0}
button,input,select,textarea{font-size:100%}

/*-------- HEADER ---------*/
A.hpMenuHd:link{ font:12px/1 Arial,Helvetica,sans-serif; COLOR: #0066CC;  TEXT-DECORATION: none}
A.hpMenuHd:actived{ font:12px/1 Arial,Helvetica,sans-serif; COLOR: #0066CC;  TEXT-DECORATION: none}
A.hpMenuHd:hover{ font:12px/1 Arial,Helvetica,sans-serif; COLOR: #FF6600;  TEXT-DECORATION: none}
A.hpMenuHd:visited{ font:12px/1 Arial,Helvetica,sans-serif; COLOR: #0066CC;  TEXT-DECORATION: none}

#space{color:#0066CC; text-decoration:none}

div.wrap_head{width: 948px; margin: auto; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc;}

div.wrap_menu{height: 29px; background: url(http://ecity.com.vn/images/Ecity/header_bg.gif);}
div.menu_left{float: left; width: 64%; margin: 5px; padding-top: 5px}
div.menu_right{height: 29px;;float: left; width: 34%;padding-top:5px}


div.wrap_logo{width: 948px; overflow: auto; padding-top: 10px; padding-bottom: 5px;background:#FFFFFF}
div.logo_left{float: left; width: 840px}
div.logo_right{float:right}
div#dangtinfree{width: 630px; padding-left: 100px}
div#btndangtin{padding-left:10px; margin-top:40px}
div#f_left{float:left};
p{margin:0;padding:0;word-wrap:break-word};

/*-----------------*/

/*-------- FOOTER ---------*/
div.wrap_foot{width: 948px}
div#wrap_detailfoot{height: 29px;font-size:10px;margin-bottom:7px;clear:both;padding:10px 0 10px 0;text-align:left;margin-top:15px;font:0.85em/14px verdana}
#newline{margin-top:10px;margin-bottom:5px}
A.hpAdd:link{color:red;font-weight:bold;text-decoration:none}
A.hpAdd:hover{color:red;font-weight:bold;text-decoration:none}
A.hpAdd:visited{color:red;font-weight:bold;text-decoration:none}
/*-----------------*/

/*-------- HTTT ---------*/

#yahoo {background: #fff;border:1px solid #CCCCCC;position: absolute;width: 280px;height: 130px;display:none;z-index:1000;}

#tieudeHTTT{padding-top:7px;color:#E97D1E; font-size:13px;font-weight:bold;}

#tieudeHHTT1{ width: 130px;float:left;padding:7px 0px 0px 10px;}

#tieudeHHTT2{width: 135px;float:left;}

A.hpHTTT:link {FONT-SIZE: 11px; COLOR: #000000;  TEXT-DECORATION: none}
A.hpHTTT:hover{FONT-SIZE: 11px; COLOR: #000000;  TEXT-DECORATION: none}
A.hpHTTT:actived{FONT-SIZE: 11px; COLOR: #000000;  TEXT-DECORATION: none}
A.hpHTTT:visited{FONT-SIZE: 11px; COLOR: #000000;  TEXT-DECORATION: none}
/*-----------------*/
