n .@charset "utf-8";
/* CSS Document */
/* Set value default for tag */
html, body,  span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img,
dl, dt, dd, ol, ul, li,
fieldset, form, label{
	font-size: 100%;
}
body{	
	/*background:transparent url(../images/bg/bgmain.gif) repeat-x fixed;*/
	/*background:url(../images/bg/bgtopmain.gif) repeat-x fixed #ccc;
	background-color:#bbd7ef;*/
	font-size:12px;
	font-family: Arial;
	padding:0; margin:0;
}
ul, ol {
	list-style: none;
}
a {
    color:#000000;
    text-decoration: none;
}
img {
  border: 0px;
}

#outer {
	/*background-image:url(../images/bg/bgouter.gif);*/
	background-repeat:repeat-y;
    width:900px;
	display:block;
	height:auto;
	/*padding:20px;*/
	padding-top:0;

}

/* HEADER */
#header {
	width:271px; 
	clear:both;
	float:left;
	position:relative;
	height:55px;
	
}
.logo {
	float:left;
	width:271px; height:55px;
	position:relative;
	left:0px;
	top:0px;
	height:inherit;
    overflow: hidden;
}

h1.logo  {
float:left;
font-size:500%;
height:55px;
margin:0;
padding:0;
position:absolute;
width:769px;
}

h1.logo a {
background:url("../images/logo.png") no-repeat;
float:left;
height:55px;
outline:medium none;
text-indent:-5000px;
text-transform:uppercase;
width:270px;
}


.banner {
	float:right;
	width:461px; height:158px;
	background-image:url(../images/bg/banner.png); background-repeat:no-repeat;
	position:relative;
	right:10px;
	top:10px;
	border:1px solid #ccc;
	
}
.menu ul{
	width:760px;
	height:28px;
	float:left;
	margin-top:2px;
	margin-left:10px;
	_margin-left:5px;
}
.menu li {
	float:left;
	width:90px;
	height:28px;
	line-height:25px;
	text-align: center;
	margin-right:1px;
	background:url(../images/menu2.gif) no-repeat;
}
.menu li a{
	color:#FFF;
	font-weight:bold;
}
.menu li a:hover{
	color:#fff;
}
.date {
	float:right;
	color:#8b8c7f;
	margin-top:10px;
	margin-right:10px;
}

/* MIDDLE */
	/* MENU LEFT */
	#left {
		width:205px;
		height:auto;
		float:left;
		text-align:left;
		padding-left:2px;
		padding-right:5px;
		border-right:1px solid #ccc;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		margin-top:2px;
		background:transparent url(../images/bg/leftBgleft.gif) top right no-repeat;
	}
	.box-product-title {
		float:left;
		width:188px;
		height:28px;
		font-size:13px;
		font-weight:bold;
		text-align:center;
		color:#fff;
		line-height:25px;
	}
	.box-product-content {
		width:226px;
		height:auto;
		float:left;
		position:relative;
		
		border-right:solid 1px #0055ad;
		border-left:solid 1px #0055ad;
	}
	
	.box-product-content a{
		font-weight:bold;
		color:#164200;
	}
	.box-product-content a:hover{
		color:#fff;
	}
	.action {
		background-color:#419fff;
	}
	.submenu {
		_float:left;
		_margin-bottom:10px;
	}
	.box-product-bottom {
		width:188px;
		height:5px;
		float:left;
		margin-bottom:10px;
		background:url(../images/box_bottom1.gif) no-repeat;
	}
	.box-title {
		float:left;
		width:188px;
		height:28px;
		font-size:13px;
		font-weight:bold;
		text-align:center;
		color:#fff;
		line-height:25px;
		background:url(../images/menu3.gif) no-repeat;
	}	
	.box-content {
		width:100%;
		height:auto;
		float:left;
		
	}	
	.box-content select {
		width:154px;
	}
	.box-content table{
		margin-top:2px;
		margin-bottom:2px;
	}
	.box-content table tr td{ padding:2px; padding-left:7px;}
	.box-bottom {
		width:188px;
		height:5px;
		float:left;
		margin-bottom:10px;
		background:url(../images/box_bottom2.gif) no-repeat;
	}	
	.box-product-content ul .product_category {
		width:186px;
		margin-top:6px;
		margin-bottom:6px;
		background-color:#d1ffba;
	}
	.box-product-content ul .product_category li{
		margin-top:5px;
		margin-bottom:5px;
	}
	/* CENTER */
	#center {
		width: 705px;
		float: left;
		text-align:left;
		border:1px solid #ccc;
		border-right:0;
		margin-top:10px;
		margin-bottom:5px;
		background-color:#FFF;
        border-radius: 5px ;
    }
	#centerHome{
		width:100%;
		float:right;
		text-align:left;
		float:right;
        background: #e3e3e3;
    }
    #centerHome #inner{
        width: 929px;
    }
    #centerHome #inner #center{
       
        margin-left: 5px;
    }
	.search {
		width:594px;
		float:left;
		margin-top:8px;
		color:#0000b3;
		text-align:left;
	}
	.search input{
		width:175px;
		height:18px;
		border:1px solid #ccd1d4;
		border-top:2px solid #7c7c7c;
		border-left:2px solid #7c7c7c;
	}
	.search img{
		vertical-align:middle;
		_vertical-align:top;
		margin-top:-1px;
		_margin-top:4px;	
		margin-left:3px;	
	}
	.search p{
		float:left;
		margin-top:7px;
		margin-left:170px;
		_margin-left:85px;
		margin-right:10px;
		_margin-right:5px;
	}
	.box-center {
		width:278px;
		float:left;
		margin-top:5px;
		margin-left:10px;
		_margin-left:5px;
		padding-top:10px;
		padding-bottom:10px;
	}
	.box-center-title {
		text-align:left; 
		color:#e6771e;
		margin-top:0px;
		font-size:12px;
		font-weight:bold;
		height:26px;
		line-height:25px;
		background:url(../images/bg/bg_patch.jpg) repeat-x;
		font-family:Arial;
		width:100%;
		border-left:1px solid #ccc;
	}
	.box-center-title h1{
		text-align:left; color:#e6771e;  padding-left:10px; margin-top:0px; font-size:16px; font-weight:normal; text-transform:uppercase;font-family:Arial;
	}
	.product {
		width:320px;
		height:195px;
		float:left;
		margin-top:13px;
		
		border:solid 1px #ccc;
	}
	.product_right {
		width:100%;
		height:195px;
		
		margin-top:13px;
		
		border:solid 1px #ccc;
	}
	.product-img {
		width:40%;
		text-align:center;
		float:left;
	}
	
	.product-desc {
		line-height:17px;
		width:59%;
		float:right;
	}
	.product-right span a{ color:#F00; font-size:13px; font-weight:bold;}
	.product-right img{
	
	}
	.box-center-bottom {
		width:618px;
		height:5px;
		float:left;
		_margin-top:-10px;
		background:url(../images/box_bottom3.gif) no-repeat bottom;
	}
	.advertise{
		width:199px;
		height:auto;
		float:left;
		border:1px solid #ccc;
		
	}
	.advertise_left {
		width:188px;
		height:auto;
		float:left;
	}
	.news {
		float:left;
		margin-left:5px;
		_margin-left:7px;
		color:#000;
		text-align:left;
		/*font-family: "Times New Roman", Times, serif; font-size:15px;*/
		padding:4px;
		line-height:17px;
		margin-bottom:5px;
	}
	
	
	.other {
		margin-left:5px;
		_margin-left:5px;
		line-height:20px;
		float:left;
		text-align:left;
		font-size:12px;
		padding-bottom:5px; padding-top:5px;
		
	}
	.other a{
		font-size:13px;
		color:#666;
	}
	.other h4{
		margin-bottom:10px;
		font-weight:bold;
		text-decoration:underline;
	}
	.faqItem {
		font-weight:bold;
		color:#FF0000;
	}
	.faqItem a{
		font-weight:bold;
		color:#FF0000;
	}
	.faqItem a:hover{
		text-decoration:underline;
	}

	/* MENU RIGHT */
	#right {
		width:210px;
		height:auto;
		float:right;
        margin-top: 10px;
	}
	.support-online {
		margin-bottom:15px;
	}
	.support-online tr td {
		text-align:left;
		padding-left:3px;
		
	}
	.support-online .call td{
		padding-top:20px;
		vertical-align:top;
	}
	.support-online .yahoo td{
		padding-top:10px;
		vertical-align:top;
	}
	.support-online .yahoochat td{
		padding-top:20px;	
	}
	.hotPhone{ 
		font-weight:bold;
		color:#F00;
		padding:5px;
		font-size:14px;
 	  }
    .phoneNumber{
	  padding:3px;
	  padding-left:30px;
	  font-weight:bold;
	  clear:both;
	  color:#900;
	  font-size:14px;
	 
	  
     }
	.box-content ul {
		float:left;
		padding-bottom:5px;
	 }
	.box-content h5 {		
		text-align:center;
		line-height:30px;
	 }
	.box-content h5 a{
		font-weight:bold;
	 }
	.box-content img{
		margin-left:15px;
		border:solid 1px #cfcfcf;
		margin-top:10px;
	}
	.box-content li img{
		float:left;
		margin-right:5px;
		margin-left:0px;
		vertical-align:bottom;
	}
	.box-content li{	
		height:16px;
		margin-left:10px;
		margin-top:10px;
		text-align:center;
	}
	.box-content li p{
		float:left;
	}
	.cart{
		height:26px;
		float:right;
		margin-left:5px;
		margin-top:5px;
	 }
	.cart_button_left {
		width:10px;
		height:26px;
		float:left;
		background:url(../images/btn_cart_left.gif) no-repeat;	
	}
	.cart_button_middle {
		width:auto;
		height:26px;
		float:left;
		font-weight:bold;
		color:#fff;
		line-height:25px;
		cursor:pointer;
		background:url(../images/btn_cart_middle.gif) repeat-x;	
	}	
	.cart_button_right {
		width:10px;
		height:26px;
		float:left;
		background:url(../images/btn_cart_right.gif) no-repeat;	
	}	
	.viewAbout {
		margin-top:2px;
		width:96%;
		padding:4px 4px 0 15px;
        text-align: justify;
	}
	.viewAbout table tr td { text-align:left;}
	.otherNews{
		width:552px;
		height:auto;
		margin-left:10px;
		margin-top:10px;
		line-height:25px;
	}
	.otherNews a{
		font-weight:bold;
	}
	.otherNews a:hover{
		text-decoration:underline;
	}
	.listItem {
	
		float:left;
		margin-bottom:5px;
		_margin-bottom:5px;
		margin-top:5px;
		text-align:left;
		padding-left:10px;
		padding-right:5px;
		width:98%;
	}
	.NewsTitle{
		padding-bottom:10px;
		font-weight:14px;
	}
	.NewsTitle a{
		font-weight:bold;
	}
	.showcart {
		text-align:center;
		margin-top:5px;
		margin-bottom:5px;
	}
	.showcart a:hover{
		text-decoration:underline;
	}

/* FOOTER */
#footer {
	width:100%;
	clear:both;
	line-height:0px;
	padding:0px;
	margin:0px;
	
	
}
.footer {
	width:100%;
	clear:both;
	text-align:left;
	color:#000;
	background: url(../images/footerbg.png) repeat-x;
	line-height:16px;
	padding-top:10px;
	padding-bottom:20px;

}
.footer .footerCenter{
	text-align:left;
	line-height:20px;
	padding-left:10px;
    width: 920px;
   	text-align:left;
    margin: auto;
}
.footer .footerCenter a, .footer .footerCenter p{
    font-weight: bold;
    color: white;
}
.divdivi{
	height:19px;
	width:356px;
	background-image:url(../images/bg/bgdividi.gif);
	background-repeat:no-repeat; 
	clear:both; 
	float:left;
}
/*menu top*/
.menuTop{
	font-family: Arial;
	font-size:12px;
	text-align:left;  
	border-top:0;
	margin:0;
	margin-top:2px;
	
}
.menuTop tr td{
	font-weight:bold;
	padding:0; 
	height:27px;
	line-height:17px;
	text-align:center;
	padding-left:20px;
	padding-right:16px;
	
}
.menuTop tr td a{ 
	color:#fff;
}

.menuTop tr .mnactive a{
	color:#00F;	
}
/*end menu top*/
.scrollText{
	float:left;	
	line-height:29px;
	width:793px;
	background: url(../images/bg/bgmaquee.gif) repeat-x;
	border:1px solid #ccc;
	font-size:12px; font-weight:bold;
	color:#F00;
	margin:0;
}
.scrollText marquee{
	float:left;
	margin:0;
	margin-left:10px;
}
.ModuleTitle{ 
	font-size:12px; 
	text-align:center;
	font-family:Arial;
	background: url(../images/bg/bgmenutitle.png) repeat-x ;
	height:35px;
	line-height:25px;
	width:100%;
	float:right;
	text-align:center;
	color:#000;
	font-weight:bold;
	margin:0;
    border-radius-topleft: 5px;
    border-radius-topright: 5px;
	
}
.abc{
    line-height:25px;
    font-weight:bold;
    font-size:12px; 
	text-align:center;
	font-family:Arial;
	background: url(../images/bg/bgmenutitle.png) repeat-x ;
}
.ModuleTitle span{ color:#fd6309;}
.supportName{ text-align:center; padding:2px;}
.supportImg{ text-align:center; padding:2px;}
.SLsearch{
	border:1px solid #E7771E; 
	width:290px; height:22px;
	padding-left:15px;
	color:#666; 
	}

.blockTopProduct{ width:350px;  float:right; background:transparent url(../images/bg/bgtopproduct.gif) top left no-repeat;}
.productName{ text-align:left;padding-bottom:2px; font-weight:12px; font-weight:bold; line-height:20px; text-transform:uppercase; }

.productTop{ border:1px solid #efefef; background-color:#FFF; text-align:center; } 
.productTop div {text-align:center;}
.midle_block{ margin-top:10px; border-top:1px solid #efefef; clear:both; background-color:#fffffd;

}
.box-center-content {
		width:278px;
		filter:alpha(opacity=40);
		opacity:0.9;
		_filter:alpha(opacity=90);
		_opacity:1;
		height:auto;
		float:left;
		background-color:#fffffd;
		
	}
.box-center-content1 {
		filter:alpha(opacity=40);
		opacity:0.8;
		_filter:alpha(opacity=90);
		_opacity:1;
		height:auto;
		float:left;
		background-color:#fffffd;
	}

.newsstyle{
	float:left; width:66%;
	background:transparent url(../images/bg/bgnews.png) top right no-repeat;
}
.loginform{ margin-top:30px; border-top:1px solid #ccc; border-right:1px solid #ccc; }
.loginform tr td{ border-left:1px solid #ccc; border-bottom:1px solid #ccc;  padding:5px; text-align:center;}
.linksdownload{ width:270px; float:right; padding-right:30px;}
.linksdownload img{ margin-right:25px;}
.sitemap{ float:left; text-align:left; margin-top:20px; padding-left:20px;}
.sitemap div{ padding:7px;}
.Proname{ font-weight:bold; text-align:left; padding:2px; font-weight:bold;}
.Proname a{ color:#000;}
.ProPrice{color:#F00; text-align:left;}
.tbProduct tr td{padding:4px; vertical-align:top; border:1px solid #ececec;}
.Summarise{ padding-left:20px;}
.ComInfo{ font-weight:bold; padding:2px; text-align:center; margin-top:20px;}
.avasleft{padding:7x; padding-top:5px; padding-bottom:5px;  text-align:left; padding-left:10px;}
.avasright{padding:7x; padding-top:5px; padding-bottom:5px; text-align:right;  padding-right:17px;}
.blockDisplay{width:100%;  margin-top:10px; background-color:#FFF; padding-top: 1px;}
#blockDisplayCart{width:125px; border:1px solid #ccc; float:left; margin-top:6px; background-color:#FFF;}
.blockDisplayR{width:196px; border:1px solid #ccc; float:left; margin-top:6px; background-color:#FFF;}
.WeatherSelect{ clear:both; padding:6px; text-align:center;}
.WeatherContent{ clear:both; padding:6px; padding-bottom:20px; float:left;}
.WeatherContent div{ padding:5px; float:left;}
.SelectWeblinks{ padding:7px; text-align:center;}
.SelectWeblinks select{ width:180px; text-align:center;}
.about-home{ 
	width:100%; 
	float:right;
	clear:both;
	margin-top: 0;
	background-color:#FFF;
	margin-bottom:5px;
	padding-bottom:10px;
	line-height: 20px;
    text-indent: 10px;
    font-family: Tahoma;
}
.title{
    font-family: Tahoma;
    font-size: 22px;
    color: #3376aa;
    padding: 10px;
}
.about-home td{
    padding-left: 20px;
    padding-bottom: 5px;
    line-height: 28px;
    height: 20px;
}
#closeCart{float:right; font-size:10px; color:#000; cursor:pointer;}
.aboutContentHome{
	clear:both; 
	float:left;
	text-align:left;
	padding:5px;
	padding-top:0px;
	line-height:28px;
	padding-top:7px;
}
.aboutContentHome .detailAbout{ text-align:right; font-weight:bold;}
.detailAbout{ color:#00F;  padding-right:15px;}
.productImage { width:193px; height:166px;  vertical-align:top; padding-bottom:15px;}
.productImage img{ width:193px; height:166px; border:2px solid #666;}
.productDesc{ vertical-align:top; text-align:left; padding-left:5px; padding-right:10px;}
.Slideshow{ width:624px;}
.otherTileAbout{ font-weight:bold; padding-left:20px;}
.otherItemAbout{ padding:3px; padding-left:20px; }
.otherItemAbout a{  color:#014268; font-weight:bold;}
.CateName{ font-weight:bold; padding:5px; padding-left:10px; clear:both;}
.titleName{ font-weight:normal; padding:5px; padding-left:30px;}
.titleName a{ color:#000;}
.advertiseR{ margin-top:2px; line-height:0;}
.PaddingContent{text-align:right; padding-right:10px;}
.tbGallery tr td{ text-align:center;}
.SearchForm{ width:250px; float:right; text-align:right; padding-right:10px; height:26px; _height:20px; padding:0; margin:0;}
.RootCate{ padding-left:10px; font-weight:bold; line-height:25px; font-size:13px; border-bottom:1px solid #ccc;}
.RootCate1{ padding-left:10px; font-weight:bold; line-height:25px; font-size:13px;}
.BlockTopViewProduct{
	border:1px solid #ccc;
	margin-top:2px;
	width:215px;
	float:right;
	height:595px;
}
.BlockTopViewProduct table tr td{
	padding:2px;	
	vertical-align:top;
	padding-bottom:2px;
	padding-top:2px;
}
.Product___ td{
	border-bottom:1px solid #eee;
}

.BlockTendency{
	border:1px solid #ccc;
	margin-top:2px;
	width:215px;
	float:left;
	position:relative;
	height:330px;
}
.BlockOffice{
	height:755px;
	float:right;
}
.BlockTendency table tr td{
   padding:2px;	
   vertical-align:top;
   padding-top:8px;
   padding-bottom:8px;
}
.BlockOffice table tr td{
   padding-top:5px;
   padding-bottom:5px;
}
.ViewDetail{ font-size:10px; font-weight:bold; color:#F00;}
.CountView{ color:#999; padding:2px;}
.BlockBestSeller{
	height:255px;
	width:572px; 
	float:left;
	border:1px solid #ccc;
	margin-top:6px;
}
.BlockBestSeller table tr td{
	border:1px solid #eee;
	
}
.BlockBestSeller div{ text-align:left;}
.BlockBestSeller table tr td{ 
	text-align:center;
	padding:2px;
}
.BlockBestSeller table tr td div{ 
	text-align:center;
}
.BlockNewPro{ 
	width:793px; 
	border:1px solid #ccc;
	float:left;
	clear:both;
	margin-top:2px;
	background-color:#FFF;
	padding-bottom:10px;
}
.BlockNewPro div{
	text-align:left;
}
.BlockSelling{
	width:573px;
	border:1px solid #ccc;
	float:left;
	clear:both;
	margin-top:2px;
	background-color:#FFF;
	margin-bottom:5px;
	padding-bottom:2px;
}
.BlockSelling .ModuleTitle{ 
	text-align:left;
}
.Quantity{
	padding:2px;	
}
.productTop div{
	text-align:center;
}
.tabs-container{
	float:left;
	width:95%;
	padding:0;
	margin:0;
}
.ProCode{
	font-weight:bold; text-align:center;	
}
.BlockTopSameProduct{
	width:200px;
	height:auto;
}
.viewLagerImage{ text-align:center; padding:3px; 
}
.selectView { height:30px; margin-top:1px; }
.selectView  tr td{ background-color:#ececec; font-weight:bold;}
.selectView  tr .orderB{ text-align:right; padding-right:4px;}
.CartButton{ text-align:center;}
.left_{ text-align:left;}
.small_{ font-size:11px;}
#flash_notice {
	width:560px;
	padding:5px;
	color:#444;
	background-color:#f8e26a;
	line-height:40px;
	border:3px solid #888;
	font-family:arial, helvetica, sans-serif;
	font-size:13pt;
	margin-top:30px;
	
	
}
.DeleteCart{ font-size:10px; font-weight:bold; float:right;}
.DeleteCart a{ color:#F00; text-decoration:underline}
.NoticeCart{}
.NoticeCart .CloseNotice{ text-align:right; padding:0px;}
.NoticeCart .CloseNotice img{ cursor:pointer;}
.NoticeCart tr td{ padding:2px; text-align:center;}
.Cart .cartTitle td{ text-align:center; padding:3px; background-color:#efefef; font-weight:bold; border-bottom:1px solid #ccc; border-right:1px solid #ccc;}
.Cart .cartContent td{ text-align:center; padding:3px; font-weight:bold;  border-bottom:1px solid #ccc; border-right:1px solid #ccc;}
.totalPrice{ padding:5px; background-color:#efefef; font-weight:bold; font-size:15px; color:#F00;}
.CartNotice { margin-top:2px;}
.CartNotice tr td{ text-align:left; padding:3px; line-height:22px; font-style:italic; color:#F00; text-align:center;}
.input{ width:200px;}
.CartNotice tr .Titl{ text-align:left; font-size:14px; font-weight:bold; background-color:#ccc; line-height:22px; border:1px solid #777; color:#000; font-style:normal;}
.CartForm{margin:3px; border-left:1px solid #ccc; border-top:1px solid #ccc;}
.CartForm tr td{ padding:3px; text-align:left; border-right:1px solid #ccc; border-bottom:1px solid #ccc; font-weight:bold;}
.lisnewLeft{ margin-bottom:10px; margin-left:1px; }

.lisnewLeft tr td{ padding:3px; vertical-align:text-top; color:#666; text-align:left; }
.lisnewLeft tr td a{}
.dmenutop{
	display:block;
	background-image:url(../images/bg/bgmenucenter.gif);
	background-repeat:repeat-x;
	height:35px;
	padding:0px;
	float:left;
	text-transform:uppercase;
}
.advertise_center{
		float:left;
		width: 703px;
        height: 232px;
        padding: 3px;
        border: 2px solid #000;
        margin: -17px 0 0 6px;
        border-radius: 5px;
}
#checkPrice{ 
	width:100%;
	height: 300px;
	float:left;
	border-bottom: 2px solid #608a6c ;
	background-repeat:repeat-y;
}
.inner{
    width: 936px;
}
#checkPrice .inner form{
    width: 100%;
    float: left;
}
.TitleContent td{ text-align:center; font-size:15px;  _font-size:14px; padding:10px; padding-left:5px; font-weight:bold; color:#900; text-align:left;}
.tbContentHome { margin-top:0px; background-color:#FFF; margin-bottom:5px; width:770px;}
.tbContentHome tr td{ vertical-align:top;}
.tdcontent{ border-right:1px solid #ccc; text-align:left; text-align:center;}
.listN{
	background:transparent url(../images/iconcate.gif) center left no-repeat;
}
.listN a{
	color:#fe6601;
	padding-left:15px;
	text-align:left;
	width:180px;
	_width:160px;
	float:right;
}
.titleServiceMenu{
	padding:5px; padding-left:20px; color:#ccc; line-height:17px; text-align:left;
}
.titleServiceMenu a{
	 color:#777; 
}
.checkPr{
	margin-top:0px;
	width:98%;
	margin-left:5px;
}
.formCheckPrice tr td{
	padding:5px;
}
.formCheckPriceResult{ margin:10px; border-right:1px solid #ccc;}
.formCheckPriceResult tr td{ padding:5px; border-left:1px solid #ccc; border-bottom:1px solid #ccc; line-height:20px;}
.SeverTitleHome{ padding:7px; padding-left:2px; background-color:#efefef; text-align:left; font-weight:bold; color:#ff6501;}
.space_{ border-right:1px solid #ccc;}

#wrap{
    width: 100%;
    background: url('../images/topbg.png') repeat-x;
    height: 55px;
}
#menu-top {
    width: 900px;
}
#menu-top ul li{
    float: left;
    padding: 14px 19px 14px 19px ;
}
#menu-top ul{
    padding-top: 8px;
}
#menu-top ul li a{
    color: white;
    font-weight: bold;
}

#menu-top ul li:hover{
    background: #4b96d2;
    border-radius: 5px ;
}

#top{
    width: 920px;
}


#track{
    width: 200px;
    float: left;
    overflow: hidden;
    margin-left: 8px;
}

#intro-right{
    float: left;
    width: 710px;
    margin-top: 0;
}

input.blur{
    color: #999;
}
#tracking{
    background: #ed5604;
    margin-top: 5px;
    border-radius: 5px;
    line-height: 16px;
    color: white;
    padding-left: 3px;
    height: 289px;
}
#tracking form{
    padding-top: 5px;
}
#tracking input{
    margin: 5px;
    padding-top: 4px;
}

#tracking #title{
    font-size: 13px;
    font-weight: bold;
    padding-top: 9px;
}

#tracuu{
    height: 45px;
    width: 713px;
    background: #ecf0f5;
    border-radius: 5px;
    margin: 228px 0 0 7px;
}

#tracuu td{
    valign: middle;
}

#tracuu td img{
    height: 38px;
}
#inner{
    width: 920px;
    margin: auto;
}
#about{
    background: white;
    width: 590px;
    height: 260px;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    margin: 10px 0 5px 8px;
}

#content-left{
    width: 600px;
    overflow: hidden;
    float: left;
}
#sidebar{
    float: left;
    width: 300px;
}
.advertiseR{
    width: 325px;
    margin: 10px 10px 0 10px;
}

.advertiseR img{
    margin-bottom: 5px;
}

.sidebar-bottom{
    margin: 0 10px 10px 10px;
    background: white;
    border-radius: 5px;
    width: 320px;
    text-align: center;
    border: 1px solid #c8c8c8;
}

.sidebar-bottom a{
    font-weight: bold;
    color: #608a6c;
}

.sidebar-bottom .title{
    font-family: Tahoma;
    font-size: 25px;
    color: #288247;
    padding: 10px;   
}

#dichvu{
     float: left;
    width: 288px;
    overflow: hidden;
    background: white;
    font-family: Tahoma;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding-bottom: 15px;
    height: 457px;
}
#thongtin{
    float: left;
    width: 290px;
    overflow: hidden;
    background: white;
    font-family: Tahoma;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding-bottom: 15px;
    height: 457px;
    margin-left: 8px;
}
#left-bottom{
    margin-left: 8px;
}

.info-chuyen ul {
    padding-left: 5px;
    margin-top: 0;
}
.info-chuyen ul li{
    line-height: 16px;
    padding: 5px;
}

.info-chuyen .NewsTitle{
    padding-bottom: 0;
}

#support{
    width: 920px;
    height: 80px;
    background: white;
    border: 1px solid #c8c8c8;
    padding: 0 0 5px 0;
    margin-left: 8px;
    margin-top: 10px;
    border-radius:5px;
}

#support ul li{
    float: left;
    padding: 5px;
}

#support ul{
    margin-top: 0px;
}
#ad{
    width: 940px;
}
#ad ul li{
     float: left;
    padding:3px;
}
#ad ul {
    margin-left: 5px;
}
.mid{
    margin-top: 10px;
}
.s-menu li{
    padding: 6px;
    
}

.couter_li{
    padding: 0 0 6px 16px;
    color: orange;
    font-weight: bold;
    
}
strong {
    font-weight: bold;
}

.richText {
    width: 97%;
}


