﻿html, body{
	background:#FFFFFF; 
	font-family:Tahoma; 
	font-size:12px; 
	margin:0px; 
	padding:0px;
	color:#000000; 
	line-height:16px;
}

*html body{
	background:#FFFFFF; 
	font-family:Tahoma; 
	font-size:12px; 
	margin:0px; 
	padding:0px;
	color:#000000; 
	behavior:url("public/css/csshover.htc");
	line-height:16px;
}

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

p {
  line-height: 1.5em;
}

ul{
	margin:0px;
	padding:0px;
}

a{
	text-decoration:none;
	text-transform:none;
	cursor:pointer;
}

a:hover{
	text-decoration:underline;
}

a:link,
a:visited,
a:active{
	color:#000000;
}

a img{
	border:none;
}

input[type="text"]{
	font-size:12px;
	font-weight:normal;
	font-style:normal;
}


.clear{
	clear:both;
}

.module-left-top{
	float:left;
	margin:0px 0px 0px 22px;
	padding:50px 0px 0px 22px;
	width:200px;
}
*html .module-left-top{
	float:left;
	padding:0px;
	padding-left:22px!important;
	padding-top:50px!important;
	vertical-align:bottom;
}

.module-right-top{
	float:left;
	margin:10px 0px 0px 20px;
}

*html .module-right-top{
	margin:0px 0px 20px 0px!important;
}

.logo{
	float:left;
	margin:10px 0px 0px 0px;
}

.item{
	float:left;
}
.icon-lang{
	width:100%;
	float:left;
	margin-bottom:10px;
}

*html .icon-lang{
	margin-bottom:-10px;
}

.item-icon{
	background:url('../image/icon-top.gif') no-repeat 0 0;
	margin-right:10px;
}

.home-icon{
	width:10px;
	height:10px;
	background-position:0 0;
}

.home-icon:hover{
	background-position:0 -10px;
}

*html a:hover .home-icon{
	background-position:0 -10px;
}

.email-icon{
	width:10px;
	height:10px;
	background-position:0 -20px;
}

.email-icon:hover{
	background-position:0 -30px;
}

*html a:hover .email-icon{
	background-position:0 -30px;
}

.sitemap-icon{
	width:15px;
	height:10px;
	background-position:0 -40px;
}

.sitemap-icon:hover{
	background-position:0 -50px;
}

*html a:hover .sitemap-icon{
	background-position:0 -50px;
}

.lang-item{
	background:url('../image/icon-lang.gif') no-repeat 0 0;
	margin:0px 0px 0px 5px;
}

.vn{
	width:15px;
	height:10px;
	background-position:0 0;
}
.vn:hover{
	background-position:0 -10px;
}
*html a:hover .vn{
	background-position:0 -10px;
}

.el{
	width:15px;
	height:10px;
	background-position:0 -20px;
}
.el:hover{
	background-position:0 -30px;
}
*html a:hover .el{
	background-position:0 -30px;
}

.search{
	float:left;
	width:100%;
}

.search .bg-txt-search{
	background:url('../image/bg-search.gif') repeat-x;
	height:18px;
	line-height:18px;
	padding:0px 5px;
	width:150px;
	float:left;
	color:#636361;
	font-size:11px;
	border:none;
	margin:2px 3px 0px 0px;
}

.search-submit{
	background:url('../image/btn-search.gif') no-repeat;
	width:10px;
	height:20px;
	border:none;
	cursor:pointer;
}

.module-fla{
	margin:0px;
	padding:0px;
	float:left;
}

/* 
	LEVEL ONE
*/
#htecom-menu{
	background:url(../image/bg-menu.gif) repeat-x left center;
	height:39px;
	line-height:39px;
}
ul.dropdown                         { position: relative; float:left; width:100%; list-style:none;}

ul.dropdown li.li-menu{
	float:left;
}
ul.dropdown li{ 
	font-weight: normal; 
	width:126px;
	text-align:center; 
	text-transform:uppercase; 
	cursor:pointer;
	background:none;
}
ul.dropdown li.end-menu{ float:right;}
ul.dropdown a:hover		            { color: #fff; text-decoration:none;}
ul.dropdown a:active                { color: #fff;  text-decoration:none;}
ul.dropdown li a                    { display: block; color: #fff; text-decoration:none; font-size:18px;}

ul.dropdown li a:link,
ul.dropdown li a:visited,
ul.dropdown li a:active{
	color:#ffffff;
}

ul.dropdown li.hover,
ul.dropdown li:hover,
ul.dropdown li:visited              { background:url('../image/bg-menu-click.gif') repeat-x; color:#FFFFFF; position: relative; height:39px; line-height:39px; cursor:pointer;  text-decoration:none;}
ul.dropdown li.hover a              { color: #fff;  text-decoration:none;}
 

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 180px; visibility: hidden; position: absolute; top: 100%; left: 0; border: 1px solid #ccc; border-bottom: none; background:#000; z-index:10000!important; zoom:1; list-style:none;}
ul.dropdown ul li 					{ font-weight: normal; background:none!important; border-bottom: 1px solid #ccc; float: none; height:22px!important; line-height:22px!important; cursor:pointer; width:100%; text-align:left; z-index:10000;}

ul.dropdown ul li.hover{
	background:#333!important;
	height:22px!important; 
	line-height:22px!important;
}

ul.dropdown ul li a         		{ color: #fff;  text-decoration:none; font-size:12px; padding-left:10px; background:none;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a          		{ border-right: none; width: 100%; display: inline-block;  text-decoration:none; background:none;} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: -1px;}
ul.dropdown li:hover ul 			{ visibility: visible;}

ul.dropdown ul ul li                { font-weight: normal; background:#38b141; color: #000; border-bottom: 1px solid #ccc; float: none; line-height:22px; }

ul.dropdown ul ul li.hover,
ul.dropdown ul ul li:hover          { color:#FFFFFF; position: relative; line-height:22px; background:#066e0e;  height:22px; cursor:pointer; text-transform:none; text-decoration:none;}


/* 
	END MENU
*/

.txt-red{
	color:#FF0000;
}
.txt-blue{
	color:#0012ff;
}

.module-txtservice{
	float:left;
	margin-left:20px;
	padding:20px 22px 10px 22px;
	line-height:24px;
	text-align:left;
	width:530px;
}

*html .module-txtservice{
	width:485px;
}

.module-txtservice a{
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#000000;
}

.module-txtservice .item-service{
	padding:0px 5px;
	font-size:18px;
}


.module-latest{
	background:url('../image/bg-latest-main.gif') no-repeat left top;
	width:565px;
	height:316px;
}

.title-latest{
	padding:40px 50px 0px 50px;
}

.title-latest a{
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#8e8e8b;
	text-transform:uppercase;
}

.box-latest{
	margin:10px 60px;
}
.box-latest ul li{
	background:url('../image/icon-latest.gif') no-repeat 0 8px;
	line-height:20px;
	list-style:none;
}
.box-latest ul li a{
	color:#444444;
	margin-left:8px;
	font-size:14px;
	text-decoration:none;
	font-style:italic;
}

.box-latest ul li a:hover{
	color:#000000;
	text-decoration:none;
}

.box-latest .view-more{
	text-align:right;
	margin:5px 0px;
}
.box-latest .view-more a{
	color:#8d8d82;
	font-style:italic;
}

.box-subscribe{
	padding:0px 45px;
}
.box-subscribe .title-subscribe{
	color:#686864;
	font-size:14px;
	margin-left:8px;
	font-weight:bold;
}
.box-subscribe .content-subscribe{
	margin:10px 15px;
}

.box-subscribe .content-subscribe input[type="checkbox"]{
	margin-left:0px;
	margin-top:5px;
}

*html .box-subscribe .content-subscribe div{
	margin-left:-4px;
}

.txt-subscribe{
	border:1px #a7abae solid;
	width:190px;
	height:19px;
	line-height:19px;
	padding:0px 5px;
	color:#545454;
	font-size:12px;
	float:left;
}

.btn-subscribe{
	background:url('../image/btn-subscribe.gif') no-repeat 0 0;
	border:none;
	width:86px;
	height:23px;
	margin:0px;
	margin:-1px 0 0 5px;
	padding:0px;
	cursor:pointer;
}
.btn-subscribe:hover{
	background:url('../image/btn-subscribe.gif') no-repeat 0 -23px;
	cursor:pointer;
}

.footer-main{
	margin:0px auto;
	width:520px;
	text-align:right;
}

.module-menufooter{
	color:#777778;
	width:520px;
	font-weight:bold;
}

.module-menufooter a{
	color:#777778;
}

.module-menufooter a:hover{
	text-decoration:underline;
}

.module-menufooter a:link,
.module-menufooter a:visited,
.module-menufooter a:active{
	color:#777778;
}

.line-bottom{
	border-bottom:3px #f9ddae solid;
	margin:0px;
	margin-bottom:10px;
	width:100%;
}

.module-backlinks{
	margin:10px auto!important;
	width:500px;
	float:left;
	text-align:left;
}

.module-backlinks a{
	color:#8d8d8d;
}

.module-backlinks span{
	background:url('../image/icon-back-link.gif') no-repeat center center;
	margin:0px 5px;
	padding-bottom:2px;
}

.module-catalog{
	background:url('../image/left-bg-repeat.gif') repeat-y left;
	margin-top:34px!important;
}

.module-catalog .content-catalog{
	background:url('../image/left-bg-bottom.gif') no-repeat bottom;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}

.module-catalog .content-catalog ul{
	margin:0px 15px;
	list-style:none;
}

.module-catalog .content-catalog ul li{
	border-bottom:1px #ffffff solid;
	line-height:22px;
}

.module-catalog .content-catalog ul li label{
	cursor:pointer;
}

.module-catalog .content-catalog ul li input[type="checkbox"]{
	padding:0px;
	margin:5px 5px 0px 0px;
	*margin:2px 5px 0px 0px;
}

.module-colmntem{
	background:url('../image/left-bg-repeat.gif') repeat-y left;
	margin-top:2px!important;
	padding:0px;
}

.module-colmntem .content-colmntem{
	background:url('../image/left-bg-bottom.gif') no-repeat bottom;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}

.module-colmntem .content-colmntem ul{
	margin:0px 15px;
	list-style:none;
}

.module-colmntem .content-colmntem ul li{
	margin:0px 0px 5px 0px;
}

.module-colmntem .content-colmntem ul li label{
	cursor:pointer;
}

.module-colmntem .content-colmntem ul li input[type="checkbox"]{
	padding:0px;
	margin:5px 5px 0px 0px;
	*margin:2px 5px 0px 0px;
}

.module-sub{
	margin:0px;
	padding:0px;
}

.module-sub .sub-top-left{
	background:url('../image/center-top-left.gif') no-repeat left top;
	float:left;
	width:34px;
	height:34px;
}

.module-sub .sub-top-repeat{
	background:url('../image/center-top-repeat.gif') repeat-x left top;
	float:left;
	height:34px;
	width:490px;
}

.module-sub .sub-top-right{
	background:url('../image/center-top-right.gif') no-repeat left top;
	float:left;
	width:34px;
	height:34px;
}

.module-sub .content-sub{
	background:#f4f4f4 url('../image/center-left-repeat.gif') repeat-y left top;
	float:left;
	width:558px;
}

.module-sub .content-sub .content-sub-right{
	background:url('../image/center-right-repeat.gif') repeat-y right top;
}

.module-sub .content-sub .content-sub-right .content-sub-bottom{
	background:url('../image/center-right-bottom.gif') no-repeat right bottom;
	min-height:128px;
	height:auto!important;
  	height:128px;
}

.module-sub .content-sub .content-sub-right .content-sub-bottom .sub-content{
	margin:0px 64px;
	padding:5px 0px 20px 0px;
	z-index:10;
}

.module-sub .sub-bottom-left{
	background:url('../image/center-bottom-left.gif') no-repeat left top;
	float:left;
	width:34px;
	height:114px;
}

.module-sub .sub-bottom-repeat{
	background:url('../image/center-bottom-repeat.gif') repeat-x left top;
	float:left;
	height:114px;
	width:524px;
}
.module-sub .sub-bottom-repeat .sub-bottom-right{
	background:url('../image/center-bottom-right.gif') no-repeat right top;
	height:114px;
	padding-top:30px;
} 

.box-tem{
	margin-top:15px;
}

.title-tem-big{
	float:left;
	margin:1px 1px 0px 0px;
	background:#abb9bc;
	height:20px;
	line-height:20px;
	width:344px;
	padding-left:5px;
	font-weight:bold;
}

.view-detail-tem{
	float:left;
	margin:1px 0px 0px 0px;
	background:#abb9bc;
	height:20px;
	line-height:20px;
	width:80px;
	text-align:center;
}

.view-detail-tem a{
	font-weight:bold;
	color:#f4f4f4;
}

.box-tem-other{
	margin-top:30px;
	font-size:11px;
}

.border-tem-other{
	border:3px #ffffff solid;
	margin-bottom:5px;
}

.title-small-tem{
	margin-bottom:20px;
}

.module-featured-temp{
	background:url('../image/right-bg-repeat.gif') repeat-y right;
	margin-top:34px!important;
}

.module-featured-temp .content-featured-temp{
	background:url('../image/right-bg-bottom.gif') no-repeat bottom;
	margin:0px;
	padding:0px;
	padding:10px 0px;
}

.module-featured-temp .content-featured-temp .title-featured{
	text-transform:uppercase;
	font-weight:bold;
	margin:0px 15px;
	font-style:normal;
}

.module-featured-temp .content-featured-temp .featured-tem{
	margin:0px 15px;
}

.module-featured-temp .content-featured-temp .featured-tem ul li{
	margin-top:15px;
	line-height:16px;
	list-style:none;
}
.module-featured-temp .content-featured-temp .featured-tem ul li .tem-image{
	margin-bottom:5px;
}

.module-featured-temp .content-featured-temp .tem-detail{
	margin:0px 15px;
	font-family:Tahoma;
}

.module-featured-temp .content-featured-temp .tem-detail ul li{
	line-height:20px;
	margin-top:5px;
	list-style:none;
}


.title-content a, .title-content{
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#8e8e8b;
	text-transform:uppercase;
	display:block;
	*padding-top:5px;
	*margin-bottom:15px;
}



.title-content a:hover,
.title-content:hover{
	text-decoration:none;
	color:#6a6a6a;
}

.box-viewdemo{
	margin:10px 0px 20px 0px;
}

.btn-view-demo{
	background:url('../image/btn-viewfull.gif') no-repeat 0 0;
	height:40px;
	width:430px;
	cursor:pointer;
}

.btn-view-demo:hover{
	background:url('../image/btn-viewfull.gif') no-repeat 0 -40px;
	cursor:pointer;
}

.btn-page{
	background:url('../image/icon-page-tem.gif') no-repeat 0 0;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-weight:bold;
	float:left;
	margin-left:20px;
	cursor:pointer;
}

.btn-page:hover{
	background-position:0 -30px;
	cursor:pointer;
}

.btn-page-active{
	background:url('../image/icon-page-tem.gif') no-repeat 0 0;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-weight:bold;
	float:left;
	margin-left:20px;
	
	background-position:0 -30px;
	cursor:pointer;
}

.btn-page-hover{
	background-position:0 -30px;
	cursor:pointer;
}

.txt-sub2{
	margin-left:20px;
}

.txt-sub2 a{
	font-style:italic;
	color:#0012ff;
}

.box-btn-detail{
	margin:15px 0px;
	text-align:center;
}

.btn-buy{
	background:url('../image/btn-buy.gif') no-repeat 0 0;
	width:85px;
	height:25px;
	line-height:25px;
	text-align:center;
	cursor:pointer;
	color:#ffffff;
	margin-right:5px;
	border:none;
	padding:0px;
	cursor:pointer;
}

.btn-buy:hover{
	background-position:0 -25px;
	cursor:pointer;
}

.btn-customize{
	background:url('../image/btn-customize.gif') no-repeat 0 0;
	width:73px;
	height:25px;
	line-height:25px;
	text-align:center;
	cursor:pointer;
	color:#ffffff;
	margin-right:5px;
	border:none;
	padding:0px;
	cursor:pointer;
}
.btn-customize:hover{
	background-position:0 -25px;
}

.box-step{
	margin:10px 0px;
	float:left;
	width:100%;
	
}

.btn-step-active{
	background:url('../image/bg-step-active.gif') no-repeat;
	width:140px;
	height:20px;
	line-height:20px;
	text-align:center;
	text-transform:none;
	float:left;
	font-weight:bold;
	padding:0px;
	margin:10px 3px 0px 0px;
	color:#FFFFFF;
	cursor:pointer;
}

.btn-step-active a{
	color:#FFFFFF;
}

*html .btn-step-active{
	margin:10px 1px 0px 0px;
}


.btn-step{
	background:url('../image/bg-step.gif') no-repeat;
	width:140px;
	height:20px;
	line-height:20px;
	text-align:center;
	text-transform:none;
	float:left;
	font-weight:bold;
	padding:0px;
	margin:10px 3px 0px 0px;
	color:#000000;
	cursor:pointer;
}

*html .btn-step{
	margin:10px 1px 0px 0px;
}

.btn-step a{
	color:#000000;
	text-decoration:none;
}

.btn-step a:hover,
.bg-title-sub a:hover,
.btn-step-active a:hover{
	text-decoration:none;
}

.bg-title-sub{
	background:#abb9bc;
	height:20px;
	line-height:20px;
	width:420px!important;
	padding-left:10px;
	text-transform:uppercase;
	font-weight:bold;
	margin:10px 0px;
	float:left;
}
.bg-title-sub a{
	text-transform:uppercase;
	color:#000000;
}

*html .bg-title-sub{
	background:#abb9bc;
	height:20px;
	line-height:20px;
	width:420px!important;
	padding-left:10px;
	text-transform:uppercase;
	font-weight:bold;
	margin:10px 0px;
	float:left;
}

.content-sub-body{
	float:left;
	width:100%;
}

.content-sub-body div{
	margin:10px 0px;
}

.btn-check{
	background:url('../image/btn-check.gif') no-repeat 0 0;
	width:51px;
	height:19px;
	line-height:19px;
	text-transform:uppercase;
	text-align:center;
	font-size:11px!important;
	color:#FFFFFF;
	border:none;
	padding:0px;
	cursor:pointer;
}
.btn-check:hover{
	background-position:0 -19px;
	height:19px;
}
.chk-domain{
	margin:0px 160px 0px 35px!important;
	width:100%;
	font-size:11px;
}
*html .chk-domain{
	margin:0px 40px 0px 32px!important;
	width:350px;
}

.item-abc{
	float:left;
	width:75px;
	margin:0px 5px 2px 0px!important;
	height:40px;
	padding:0px;
}

*html .item-abc{
	float:left;
	width:65px;
	margin:0px 5px 2px 0px!important;
	height:40px;
	padding:0px;
}
.box-hosting{
	width:430px;
	float:left;
	margin:0px!important;
}

.box-btn-step1{
	padding:20px 0px;
}

.btn-login{
	background:url('../image/btn-login.gif') no-repeat 0 0;
	width:83px;
	text-align:center;
	height:23px;
	line-height:18px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ffffff;
	font-size:11px!important;
	border:none;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.btn-login:hover{
	background-position:0 -23px;
}




.order-main-module{
	width:120px;
	float:left;
	margin:0px!important;
}

.order-module-other{
	width:220px;
	float:left;
	margin:0px!important;
}

.order-module-other-1{
	width:110px;
	float:left;	
	margin:0px!important;
}

.order-main-module div,  
.order-module-other div,
.order-module-lang div{
	margin:5px 0px 0px 0px!important;
}
.order-module-other-1 div{
	margin:0px 0px 5px 0px!important;
}

.order-module-lang{
	width:90px;
	float:left;
	margin:0px!important;
}

.cart{
	margin-top:10px;
	float:left;
}

.icon-cart{
	float:left;
}
.txt-cart{
	float:left;
	margin:3px 0px 0px 3px;
	font-size:11px;
}

.web-administrator{
	clear:both;
	*float:left;
	*width:430px;
}


.web-administrator ul li{
	list-style:decimal;
	font-weight:bold;
	margin-left:20px;
	*margin-left:22px;
}

.update-content{
	font-weight:normal;
}
.update-content div{
	margin:0px 0px 5px 0px;
}

.box-information{
	width:259px;
}

.sl-information{
	width:260px;
}

#container-1 div{
	padding:0px;
	margin:0px;
}

.content-tab{
	margin:0px 0px 15px 0px!important;
	float:left;
	width:100%;
	padding:0px;
}

*html .content-tab{
	margin:15px 0px!important;
	width:425px;
	padding:0px;
}


.txt-dc-tt{
	width:90px;
}

.box-finish{
	float:left;
	width:430px;
	text-align:left;
}

*html .box-finish tr td{
	padding:0px 0px;
}

.box-finish table tr td,
.box-finish table tr th{
	padding:5px;
}

.box-finish .width-one{
	width:120px;
}

.box-web-admin ul li{
	width:430px;
	margin:0px!important;
	padding:0px;
	float:left;
	list-style:none;
}
.box-web-admin ul li .icon-value{
	float:left;
	background:url('../image/icon-value.gif') no-repeat left top;
	width:6px;
	height:6px;
}

.box-web-admin ul li .txt-value{
	float:right;
	padding:0px!important;
	margin:0px;
	margin-top:5px;
	display:block;
	width:415px;
}

.online-adv{
	float:left;
	margin:0px 5px 0px 0px!important;
}
*html .online-adv{
	float:left;
	margin:0px 4px 0px 0px!important;
}
.box-color{
	width:205px;
}

.txt-require{
	font-size:11px;
	font-style:italic;
	color:#808080;
	margin:0px!important;
}

.title-customer-zone{
	float:left;
	width:430px;
	margin:20px 0px 10px 0px!important;
	font-weight:bold;
}

.box-customer-zone{
	float:left;
	width:430px;
	text-align:left;
	border-collapse:collapse;
	border:1px #abb9bc solid;
	margin:0px 0px 20px 0px!important;
}

.box-customer-zone tr th{
	background:#d4d4d4;
}

.box-customer-zone tr td, .box-customer-zone tr th{
	border:1px #abb9bc solid;
}

.box-login{
	margin:30px 0px!important;
}

.box-login .content-login{
	margin:20px 0px 40px 0px!important;
	border:none;
	width:410px;
	padding:20px 0px!important;
}

.box-login .content-login tr td{
	border:none;
}

.txt-login{
	width:150px;
	height:20px;
	max-height:20px;
}

.mask-check{
	margin:0px 0px 0px 2px!important;
	float:left;
}

td.line-about{
	background:url('../image/line-about.JPG') repeat-y; 
	width:15px; 
	margin:0px;
}

.website-labs-big{
	margin:10px 0px!important;
}

.box-website-labs-small, .box-website-labs-small .item-labs-small{
	float:left;
	margin:0px 3px 10px 2px!important;
}

*html .box-website-labs-small, .box-website-labs-small .item-labs-small{
	float:left;
	margin:0px 2px 0px 2px!important;
}
.latest-list{
	float:left; 
	margin-right:10px;
}
.latest-other{
	color:#666666;
	font-style:italic;
}
.module-share{
	float:left;
	text-align:right;
	margin-left:20px;
	padding:5px 0px 15px 30px;
	width:496px;
}
.txt-rigester{
	width:200px;
}
.sl-rigester{
	width:205px;
}
.sl-date-month{
	width:66px;
}
.txt-year{
	width:61px;
}
.txt-tel{
	width:60px;
}
.txt-tel2{
	width:130px;
}
div.error, label.error {-moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent url(../image/unchecked.gif) no-repeat scroll left center; color:#EA5200; font-weight:bold; padding-bottom:2px; padding-left:16px;}

.error li{
	list-style:none;
	margin-left:10px;
	*margin-left:0px;
}
.message{
	background:#f3e6e6 url(../image/msg_arrow.gif) no-repeat left center;
	padding-left:7px;
}

.message .error{
	margin:0px;
	border:1px solid #924949; border-left:none;
	width:160px;
	padding:3px 5px 3px 16px;
}
#mysitelogo{
	width:100%;
	background:#E6E6E6;
	border-top:1px solid #919191;
	z-index:1000;
	height:22px;
	line-height:18px;
	padding-bottom:3px;
}

.cart-scroll{	
	
	border-bottom:none;
	/*filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;*/
	margin:0 auto;
	width:98%;
}
.cart-scroll a{
	color:#FF0000;
	vertical-align:text-top;
	text-decoration:none;
	text-transform:none;
}

.cart-scroll a:hover{
	text-decoration:none;
}

.icon-utility ul li{
	float:right;
	margin-left:5px;
	list-style:none;
}

.title-faq{
	color:#0042ae;
	font-weight:bold;
	margin-right:5px;
}

.fm-menu-scroll{
	vertical-align:top;
}
*html .fm-menu-scroll{
	top:5px;
	position:relative;
}

.box-labs{
	margin:10px 0px 15px 0px;
	clear:left;
}

.labs-image{
	float:left;
	margin:3px 10px 0px 0px;
	width:120px;
}

.contact{
	font-size:12px;
	font-weight:normal;
	margin:10px 0px;
}

.contact .text{
	width:240px;
}

.contact .select{
	width:246px;	
}

.contact .file{
	width:140px;
}

.contact .areatext{
	width:240px;
	float:left;
	height:150px;
}

.contact .securitycode{
	width:165px;
}
.contact .captcha{
	float:left;
}

.paging{
	float:left;
	width:100%;
}


/*Float box login*/
div.panel,p.flip
{
	margin:0px;
	padding:5px;
	text-align:center;	
	border:solid 1px #c3c3c3;
	z-index:1000;
	background:#FFFFFF;
}
div.panel
{
	width:350px;
	bottom:20px!important;
	position:fixed;
	left:0!important;
	/*margin-bottom:50px!important;*/
	float:left;
	height:auto;
	display:none;
}

*html div.panel{
	position:absolute;
}

.module-copyright{
	float:left;
	width:100%;
	text-align:left;
	padding-bottom:25px;
	*padding-bottom:20px;
}

*html .usercp{
	margin-top:-10px;
}

/*-------------------------------BEGIN: button-------------------------------*/

.btn-next{
	background:url('../image/btn-next-left.gif') no-repeat left;
	padding-left:6px;
	height:19px;
	cursor:pointer;
	float:left;
}

.btn-next .next-right{
	background:url('../image/btn-next-right.gif') no-repeat right;
	padding:0px;
	padding-right:6px;
	height:19px;
	margin:0px;
	float:left;
	margin-right:3px;
}


.btn-next .next-right .next-repeat{
	background:url('../image/btn-next-repeat.gif') repeat-x;
	height:19px;
	line-height:19px;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
	padding:0px!important;
	margin:0px;
}

.btn-next .next-right .next-repeat .next-button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
	padding:0px 2px!important;
	margin:0px;
	margin-top:1px;
	background:none;
	float:left;
	font-weight:bold;
	color:#FFFFFF;
	overflow:visible;
	display:inline;
	cursor:pointer;
}

.btn-next:hover{
	background:url('../image/btn-next-left-hover.gif') no-repeat left;
}

.btn-next:hover .next-right{
	background:url('../image/btn-next-right-hover.gif') no-repeat right;
}

.btn-next:hover .next-right .next-repeat{
	background:url('../image/btn-next-repeat-hover.gif') repeat-x;
}

.btn-back{
	background:url('../image/btn-back-left.gif') no-repeat left;
	padding-left:6px;
	height:19px;
	float:left;
}

.btn-back .back-right{
	background:url('../image/btn-back-right.gif') no-repeat right;
	padding:0px;
	padding-right:6px;
	height:19px;
	margin:0px;
	margin-right:3px;
	float:left;
}

.btn-back .back-right .back-repeat{
	background:url('../image/btn-back-repeat.gif') repeat-x;
	height:19px;
	line-height:19px;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
	padding:0px!important;
	margin:0px;
}

.btn-back .back-right .back-repeat .back-button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
	padding:0px 2px!important;
	margin:0px;
	margin-top:1px;
	background:none;
	float:left;
	font-weight:bold;
	color:#FFFFFF;
	overflow:visible;
	display:inline;
	cursor:pointer;
}

.btn-back:hover{
	background:url('../image/btn-back-left-hover.gif') no-repeat left;
}

.btn-back:hover .back-right{
	background:url('../image/btn-back-right-hover.gif') no-repeat right;
}

.btn-back:hover .back-right .back-repeat{
	background:url('../image/btn-back-repeat-hover.gif') repeat-x;
}

.btn-finish{
	background:url('../image/btn-finish-left.gif') no-repeat left;
	padding-left:6px;
	height:19px;
	cursor:pointer;
	float:left;
}

.btn-finish .finish-right{
	background:url('../image/btn-finish-right.gif') no-repeat right;
	padding:0px;
	padding-right:6px;
	height:19px;
	margin:0px;
	float:left;
	margin-right:3px;
}

.btn-finish .finish-right .finish-repeat{
	background:url('../image/btn-finish-repeat.gif') repeat-x;
	height:19px;
	line-height:19px;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
	padding:0px!important;
	margin:0px;
}

.btn-finish .finish-right .finish-repeat .finish-button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
	padding:0px 2px!important;
	margin:0px;
	margin-top:1px;
	background:none;
	float:left;
	font-weight:bold;
	color:#FFFFFF;
	overflow:visible;
	display:inline;
	cursor:pointer;
}

.btn-finish:hover{
	background:url('../image/btn-finish-left-hover.gif') no-repeat left;
}

.btn-finish:hover .finish-right{
	background:url('../image/btn-finish-right-hover.gif') no-repeat right;
}

.btn-finish:hover .finish-right .finish-repeat{
	background:url('../image/btn-finish-repeat-hover.gif') repeat-x;
}


/*-------------------------------END: button-------------------------------*/






/*-------------------------------BEGIN: register-------------------------------*/
.register{
	font-size:12px;
	font-weight:normal;
	margin:10px 0px;
}
.register .text{
	width:300px;
}
.register .text-date{
	width:115px;
}
.register .select-date{
	width:90px;
}
.register .select{
	width:305px;	
}
.register .file{
	width:229px;
}
.register .areatext{
	width:300px;
}
.register .securitycode{
	width:239px;
}
.register .captcha{
	float:left;
}
.register .checkbox{
	margin-left:0px;
}
.register .radio{
	margin-left:0px;
}
.register .text-avarta{
	width:230px;
}
.register a{
	color:#066e0e;
}
/*-------------------------------END: register-------------------------------*/

/*-------------------------------BEGIN: forgot pass-------------------------------*/
.lostpass{
	font-size:12px;
	font-weight:normal;
	margin:10px 0px;
	border-collapse:collapse;
}
.lostpass .text{
	width:300px;
}
.lostpass .select{
	width:305px;	
}
.lostpass .file{
	width:229px;
}
.lostpass .securitycode{
	width:239px;
}
.lostpass .captcha{
	float:left;
}
.lostpass tr th{
	background:#d4d4d4;
}
.lostpass tr td, .login tr th{
	border:1px #abb9bc solid;
}
.lostpass .content-lostpass tr td{
	border:none;
}
/*-------------------------------END: forgot pass-------------------------------*/

/*-------------------------------BEGIN: change pass-------------------------------*/
.changepass{
	font-size:12px;
	font-weight:normal;
	margin:10px 0px;
	border-collapse:collapse;
}
.changepass .text{
	width:300px;
}
.changepass .select{
	width:305px;	
}
.changepass .file{
	width:229px;
}
.changepass .securitycode{
	width:239px;
}
.changepass .captcha{
	float:left;
}
.changepass tr th{
	background:#d4d4d4;
}
.changepass tr td, .login tr th{
	border:1px #abb9bc solid;
}
.changepass .content-changepass tr td{
	border:none;
}
/*-------------------------------END: change pass-------------------------------*/

/*-------------------------------BEGIN: login-------------------------------*/
.login{
	font-size:12px;
	font-weight:normal;
	margin:10px 0px;
	border-collapse:collapse;
}
.login .text{
	width:300px;
}
.login .checkbox{
	margin-left:0px;
}
.login .securitycode{
	width:239px;
}
.login .captcha{
	float:left;
}
.login a{
	color:#066e0e;
}
.login tr th{
	background:#d4d4d4;
}
.login tr td, .login tr th{
	border:1px #abb9bc solid;
}
.login .content-login tr td{
	border:none;
}
font.highlight{
	color:red;
}
/*-------------------------------END: login-------------------------------*/
div.box-kh{
	width: 120px;
	float: left;
	margin: 10px 11px;
	text-align: center;
	height: 160px;
	overflow: hidden;
}
div.box-kh img{
	margin-bottom: 7px;	
}
div.box-kh a{
	border: 0;	
	color: #555;
	text-decoration: none;
}
div.box-kh a:hover{
	color: #111;
		
}
