html {
	background: #111215 url(../../images/bg_html.jpg) repeat bottom center;
	height: 100%;
}

body {
	color: #444;
	font: 12px 'DejaVu Sans','Lucida Grande',Tahoma,'Hiragino Sans GB',STHeiti,SimSun,"Î¢ÈíÑÅºÚ","ËÎÌå",Helvetica, sans-serif,Arial;
	margin: 0;
	padding: 0;
	text-align: center;
	/*behavior: url("style/csshover.htc");*/
}

/*
table,td,input,textarea,select,li {
	color: #444;
	font:  "Î¢ÈíÑÅºÚ","ËÎÌå",Helvetica, sans-serif,Arial;
}
*/

/* hidden items */
#h66skip,.hidden {
	display: none;
}

/* basic float left / right */
.left {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}

.right {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
}

.left .alt,.right .alt {
	background: #f1f1f1;
	/*border: 1px solid #ddd;*/
	padding: 4px;
	-webkit-box-shadow: #h66888 0px 2px 3px;
}

/* =CONTAINER
=============================================== */
#h66container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 100%;
}

/* =HEADER
=============================================== */
#h66header {
	background: #111215 url(../../images/bg_top.jpg) repeat-x top center;
	position: relative;
	width: 100%;
	z-index: 5;
}

#h66header .h66inner {
	/*background: url(../../images/bg_header.jpg) no-repeat bottom center;*/
	height: 174px;
	margin: 0 auto;
	padding: .1em 10px 0 10px;
	position: relative;
	width: 940px;
}

#h66index #h66header .h66inner {
	background: url(../../images/bg_header.jpg) no-repeat bottom center;
	height: 315px;
}


#h66page_easy #h66header {
	background:transparent url(../../images/of_headerBg.png) repeat scroll center top;
	margin:0 auto;
	position:relative;
	width:100%;
}



/* company logo & tagline */
#h66logo {
	background: url(../../images/logo.gif) no-repeat 0 0;
	margin: 0;
	overflow: hidden;
	position: absolute;

	top: 10px;
	left: 10px;
	width:168px;
	height:144px;
}


#h66logo a {
	display: block;
	width:168px;
}

#h66logo a:hover {
	background: url(../../images/logo.gif) no-repeat 0 0;
}


/* top-level navigation */
#h66mainNav,#h66mainNav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#h66mainNav {
	float: right;
	margin-top: 6px;
}

#h66mainNav li {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
}

#h66mainNav li a {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size:14px;
	font-weight:bold;
	color: #3b94ce;
	text-decoration: none;

	/*text-indent: -9999px;*/
	width: 62px;
}

#h66navHome a {
	background: url(../../images/navMainBg.gif) no-repeat 0 -4px;
	width: 56px;
}

#h66navProduct a {
	background: url(../../images/navMainBg.gif) no-repeat -48px -4px;
	width: 56px;
}

#h66navSubscribe a {
	background: url(../../images/navMainBg.gif) no-repeat -96px -4px;
	width: 56px;
}

#h66navGift a {
	background: url(../../images/navMainBg.gif) no-repeat -144px -4px;
	width: 56px;
}

#h66navDraw a {
	background: url(../../images/navMainBg.gif) no-repeat -192px -4px;
	width: 56px;
}

#h66navEvaluate a {
	background: url(../../images/navMainBg.gif) no-repeat -240px -4px;
	width: 56px;
}

#h66navHelp a {
	background: url(../../images/navMainBg.gif) no-repeat -288px -4px;
	width: 56px;
}

#h66navContact a {
	background: url(../../images/navMainBg.gif) no-repeat -336px -4px;
	width: 56px;
}


#h66navHome a:hover {
	background: url(../../images/navMainBg.gif) no-repeat 0 -36px;
	width: 56px;
}

#h66navProduct a:hover {
	background: url(../../images/navMainBg.gif) no-repeat -48px -36px;
	width: 56px;
}

#h66navSubscribe a:hover {
	background: url(../../images/navMainBg.gif) no-repeat -96px -36px;
	width: 56px;
}

#h66navGift a:hover {
	background: url(../../images/navMainBg.gif) no-repeat -144px -36px;
	width: 56px;
}

#h66navDraw a:hover {
	background: url(../../images/navMainBg.gif) no-repeat -192px -36px;
	width: 56px;
}

#h66navEvaluate a:hover {
	background: url(../../images/navMainBg.gif) no-repeat -240px -36px;
	width: 56px;
}

#h66navHelp a:hover {
	background: url(../../images/navMainBg.gif) no-repeat -288px -36px;
	width: 56px;
}


#h66navContact a:hover {
	background: url(../../images/navMainBg.gif) no-repeat -336px -36px;
	width: 56px;
}


#h66page_index #h66navHome a {
	background: url(../../images/navMainBg.gif) no-repeat 0 -68px;
	width: 56px;!important
}

#h66page_product #h66navProduct a {
	background: url(../../images/navMainBg.gif) no-repeat -48px -68px;
	width: 56px;
}

#h66page_subscribe #h66navSubscribe a {
	background: url(../../images/navMainBg.gif) no-repeat -96px -68px;
	width: 56px;
}

#h66page_gift #h66navGift a {
	background: url(../../images/navMainBg.gif) no-repeat -144px -68px;
	width: 56px;
}

#h66page_draw #h66navDraw a {
	background: url(../../images/navMainBg.gif) no-repeat -192px -68px;
	width: 56px;
}

#h66page_evaluate #h66navEvaluate a {
	background: url(../../images/navMainBg.gif) no-repeat -240px -68px;
	width: 56px;
}

#h66page_help #h66navHelp a {
	background: url(../../images/navMainBg.gif) no-repeat -288px -68px;
	width: 56px;
}

#h66page_contact #h66navContact a {
	background: url(../../images/navMainBg.gif) no-repeat -336px -68px;
	width: 56px;
}


/* header text */
#h66header .inner #h66strap {
	display: block;
	height: 140px;
	overflow: hidden;
	position: absolute;
	margin: 83px 0 0 0;
	text-indent: -9999px;
	width: 580px;
}

/* header hot */
#h66hot {
	display:none;
}

#h66index #h66hot {
	height:264px;
	background: url(../../images/browserShotBg.png) no-repeat left bottom;
	padding-top: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 62px;
	width: 359px;
	z-index: 10;
	display:block;
}

#h66index #h66ser_online {
	display:none;
}

#h66ser_online,#h66ser_online li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#h66ser_online {
	position: absolute;
	height:30px;
	right: 55px;
	bottom:27px;
	_bottom:26px;
}

#h66ser_online li{
	display:block;
	float:left;
	height:30px;
	line-height:30px;
}

#h66ser_online li a {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	width:30px;
	text-indent: -9999px;
}

#h66ser_qq a{
	margin-right:15px;
}

#h66ser_msn a{
	margin-right:11px;
}

#h66ser_ww a{
	margin-right:15px;
}

#h66ser_email a{
	margin-right:0;
}

#h66ser_qq a:hover{
	background: url(../../images/btn_chat.png) no-repeat 0 0;
	margin-right:15px;
}

#h66ser_msn a:hover{
	background: url(../../images/btn_chat.png) no-repeat -45px 0;
	margin-right:11px;
}

#h66ser_ww a:hover{
	background: url(../../images/btn_chat.png) no-repeat -86px 0;
	margin-right:15px;
}

#h66ser_email a:hover{
	background: url(../../images/btn_chat.png) no-repeat -131px 0;
	margin-right:0;
}

/* call buttons */
#h66call,#h66call li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#h66page_index #h66call {
	bottom:45px;
}

#h66call {
	bottom: 25px;
	left: 10px;
	position: absolute;
}

#h66call li {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 20px;
}

#h66call li a {
	display: block;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	text-indent: -9999px;
}

#h66callPro a {
	background: url(../../images/callBtnBg.png) no-repeat 0 0;
	width: 160px;
}

#h66callSub a {
	background: url(../../images/callBtnBg.png) no-repeat -160px 0;
	width: 160px;
}

#h66callGift a {
	background: url(../../images/callBtnBg.png) no-repeat -320px 0;
	width: 160px;
}

#h66callPro a:hover {
	background: url(../../images/callBtnBg.png) no-repeat 0 -37px;
	width: 160px;
}

#h66callSub a:hover {
	background: url(../../images/callBtnBg.png) no-repeat -160px -37px;
}

#h66callGift a:hover {
	background: url(../../images/callBtnBg.png) no-repeat -320px -37px;
}


/* =SITE INFO
=============================================== */
#h66siteInfo {
	background:#111215 url(../../images/bg_bottom.jpg) repeat-x top center;
	position: relative;
	width: 100%;
	font-size:12px;
}

#h66siteInfo .inner {

	margin: 0 auto;
	padding: .1em 0;
	position: relative;
	width: 960px;
}

#h66footer {
	position: relative;
	width: 100%;
}

#h66footer .inner {

	margin: 0 auto;
	padding: .1em 0;
	position: relative;
	width: 960px;
}

#h66siteInfo h2 {
	color: #ccc;
	font-size: 12px;
	letter-spacing: .2em;
	font-weight: bold;
	margin: 1.5em 0;
	text-shadow: #090909 0px 2px 2px;
	text-transform: uppercase;
}

#h66siteInfo .inner h2 a:hover {
	color: #fff;
}

#h66siteInfo .inner p {
	color: #777;
	font-size:12px;
}

#h66siteInfo .inner #h66about p a {
	color: #ccc;
}

#h66siteInfo .inner #h66about p a:hover {
	color: #fff;
}

#h66siteInfo .inner #h66about {
	float: left;
	margin: 1em 0 1em 10px;
	width: 540px;
}

#h66siteInfo .inner #h66twitter {
	background: url(../../images/twitterBg.gif) no-repeat 0 10px;
	display: block;
	float: right;
	margin: 1em 10px 1em 0;
	min-height: 100px;
	padding-left: 60px;
	position: relative;
	width: 280px;
}

#h66siteInfo .inner #h66twitter ul,#h66siteInfo .inner #h66twitter ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#h66siteInfo .inner #h66twitter .status {
	color: #ccc;
	font: italic 1.8em/ 1.6em Georgia, Times, serif;
}

#h66siteInfo .inner #h66twitter .status a:hover {
	color: #fff;
}

#h66siteInfo .inner #h66twitter .time {
	color: #666;
	display: block;
	font-size: 1em;
	letter-spacing: .1em;
	margin: 1.5em 0;
	text-align: right;
	text-shadow: #070707 0px 2px 2px;
	text-transform: uppercase;
}

#h66siteInfo .inner #h66twitter .time a {
	color: #fff;
}

ul#h66legal,ul#h66legal li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#h66legal {
	background: url(../../images/legalBg.png) repeat-x 0 0;
	clear: both;
	display: block;
	/*font-size: 1.1em;*/
	margin: 0 10px;
	padding: 2.2em 0 1em 0;
	text-transform: uppercase;
	text-align: center;
}

ul#h66legal li {
	border-left: 2px solid #h66222;
	float: left;
	letter-spacing: .1em;
	margin-left: .8em;
	padding-left: 1em;
	text-shadow: #h660a0a0a 0px 2px 2px;
	width: auto;
	font-size:12px;
}

ul#h66legal li.first {
	border: 0;
	margin-left: 0;
	padding-left: 0;
}

ul#h66legal li a:link,ul#h66legal li a:visited,ul#h66legal li a:active {
	color: #666;
}

ul#h66legal li a:hover {
	color: #fff;
}

/* =MID
=============================================== */
#h66mid {
	background: #f1f1f1 url(../../images/bg_mid.png) repeat-x 0 0;
	margin: 0;
	padding: .1em 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

#h66mid .inner {
	margin: 0 auto;
	padding: 1em 0 0 0;
	position: relative;
	width: 970px;
}

#h66success {
	width:350px;
	margin:0 auto;
	text-align:center;
	font-size:12px;
	margin-top:100px;
}
#h66success a{
	color:#666;
	font-weight:normal;
}
#h66success a:hover{
	color:#666;
	font-weight:bold;
}

/* =MAIN
=============================================== */
#h66primary {
	float: left;
	margin: 0 0 1em 10px;
	padding: .1em 0;
	width: 580px;
}

/* =SECONDARY
=============================================== */
#h66secondary {
	float: right;
	display: inline;
	margin: 2em 10px 2em 0;
	padding: 1em 0;
	width: 340px;
}

.secondary_pro {
	height:435px;
	margin:30px 0;
	padding:0 20px;
	position: relative;
}

.secondary_pro_inner {
	position: absolute;
	padding:0 20px;
	left:0;
	bottom:0;
}

.secondary_pro p {
	font-size:1.2em;
	line-height:1.8em;
}

#h66secondary ul,#h66secondary ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#h66secondary ul {
	margin: 1em 0;
	padding-left:40px;
}

#h66secondary ul#h66navSub li {
	display: block;
	font:18px 'ÐÂËÎÌå',Georgia, Times, serif;
	margin: 0;
	width: 100%;

}

#h66secondary ul#h66navSub a {
	border-bottom: 1px dashed #b5b5b5;
	display: block;
	font-weight: blod;
	padding: .6em 1.5em;
	/*text-shadow: #999 1px 1px 2px;*/
	color:#666;
	background: url(../../images/list_green.gif) no-repeat scroll 0 50%;
}

#h66secondary ul#h66navSub a:hover,#h66secondary ul#h66navSub a.current {
	color: #222;
}

#h66secondary ul#h66navSub a.current {
	padding-left: 3em;
}

#h66toTop {
	background: #h66e9e9e9;
	border: 2px solid #h66ddd;
	border-bottom: 0;
	font-size: 1.2em;
	margin: 15px 0 0 0;
	padding: .4em 10px .3em 10px;
	width: 580px;
}

#h66toTop a {
	background: url(../../images/topBg.gif) no-repeat left 50%;
	color: #999;
	padding-left: 1.5em;
}

#h66toTop a:hover {
	color: #111;
}

/* =TYPOGRAPHY
=============================================== */
p,h1,h2,h3,h4,h5,h6 {
	margin:  0;
}

h1 {
	font-size: 1.6em;
}

h2 {
	color: #222;
	font-size: 2.1em;
	font-weight: normal;
	margin: 1em 0;
}
#h66primary h2{
	text-indent: -9999px;
}

h2#h66pageTitle {
	color: #111;
	font-size: 1.8em;
	font-weight: 600;
	margin:10px 0;
	letter-spacing:.05em;
}

.pagetitle_sub{
	background:url(../../images/pagetitle_sub.png) no-repeat -15px 0;
	height:40px;
}

.pagetitle_gift{
	background:url(../../images/pagetitle_gift.png) no-repeat -15px 0;
	height:40px;
}

.pagetitle_ret{
	background:url(../../images/pagetitle_ret.png) no-repeat -15px 0;
	height:40px;
}

.pagetitle_pro{
	background:url(../../images/pagetitle_pro.png) no-repeat -15px 0;
	height:40px;
}

.pagetitle_help{
	background:url(../../images/pagetitle_help.png) no-repeat -15px 0;
	height:40px;
}

.pagetitle_eva{
	background:url(../../images/pagetitle_eva.png) no-repeat -15px 0;
	height:40px;
}

.pagetitle_ind{
	background:url(../../images/pagetitle_ind.png) no-repeat -15px 0;
	height:40px;
}

.pagetitle_con{
	background:url(../../images/pagetitle_con.png) no-repeat -15px 0;
	height:40px;
}

.pagetitle_draw{
	background:url(../../images/pagetitle_draw.png) no-repeat -15px 0;
	height:40px;
}

.pagetitle_draw_ret{
	background:url(../../images/pagetitle_draw_ret.png) no-repeat -15px 0;
	height:40px;
}

.pagetitle_draw_sub{
	background:url(../../images/pagetitle_draw_sub.png) no-repeat -15px 0;
	height:40px;
}

h3.h66 {
	font-size: 1.6em;
	width:200px;
	margin:1.5em auto 0 auto;
	height:48px;
	padding:10px 0 10px 5px;
}
h3.error {
	 background:url(../../images/cancel_48.gif) left top no-repeat;
}
h3.accepted {
	 background:url(../../images/accepted_48.gif) left top no-repeat;
}


h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1.3em;
	margin-bottom:0;
}



p#h66hot{
	font-size:1.3em;
}

.promo {
	background: #h66e9f2f9;
	border: 2px solid #h66b9d4e7;
	clear: both;
	color: #222;
	margin: 1em 0 1.5em 0;
	padding: 0 1em;
}

.promo_draw_sub,.promo_draw_ret,.promo_gift,.promo_ret,.promo_sub,.promo_pro,.promo_draw,.promo_help,.promo_eva,.promo_con {
	clear: both;
	color: #222;
	margin: 1em 0 1.5em 0;
	width:580px;
	height:140px;
}

.promo_draw{
	background: transparent url(../../images/promo_draw.png) no-repeat scroll 0 0;
}

.promo_draw_sub{
	height:80px;
	background: transparent url(../../images/promo_draw_sub.png) no-repeat scroll 0 0;
}

.promo_draw_ret{
	height:80px;
	background: transparent url(../../images/promo_draw_ret.png) no-repeat scroll 0 0;
}

.promo_gift {
	height:160px;
	text-indent: -9999px;
	background: transparent url(../../images/promo_gift.png) no-repeat scroll 0 0;
}

.promo_ret {
	height:160px;
	text-indent: -9999px;
	background: transparent url(../../images/promo_ret.png) no-repeat scroll 0 0;
}

.promo_sub {
	height:160px;
	text-indent: -9999px;
	background: transparent url(../../images/promo_sub.png) no-repeat scroll 0 0;
}

.promo_pro {
	background: transparent url(../../images/promo_pro.png) no-repeat scroll 0 0;
}

.promo_help {
	margin-top:1.5em;
	margin-bottom:0.5em;
	height:200px;
	background: transparent url(../../images/promo_help.png) no-repeat scroll 0 0;
}

.promo_eva {
	background: transparent url(../../images/promo_eva.png) no-repeat scroll 0 0;
}

.promo_con {
	height:110px;
	background: transparent url(../../images/promo_con.png) no-repeat scroll 0 0;
}

.pro_img{
	background: transparent url(../../images/pro_back.png) no-repeat scroll -3px -3px;
	border:none;
	margin:30px 0;
	width:580px;
	height:435px;
}

.promo p {
	margin: .5em 0;
}


.sub_price {
	width:80px;
	float:right;
	text-align:center;
	background: #h666e9e2c;
	border: 2px solid #h66577d23;
	color: #fff;
	font-weight: bold;
	margin: 60px 20px 0 0;
	padding: .1em .8em;
	font-size: 1.4em;
}


.intro {
	margin: 1em 0;
}

.intro p {
	color: #444;
	font-size: 1.4em;
	line-height: 1.8em;
	font-weight:500;
}

.intro_min p {
	color: #444;
	font-size: 12px;
	line-height: 1.8em;
	font-weight:500;
}

.evaluate {
	padding:8px;
	background:#h66fff;
}

.eva_time {
	margin-right:20px;
	text-align:right;
	font-size:11px;
	color:#h660099cc;
}

address {
	font-size: 1.4em;
	font-style: normal;
	line-height: 1.6em;
	margin: 1em 0;
}

kbd {
	background: #h66f8f8f8;
	border: 1px solid #h66ddd;
	font-size: 1.2em;
	padding: .2em .4em .1em .4em;
}


/*  help
===================================================*/
#h66primary_help h3{
	font-size:1.3em;
	line-height:14px;
	height:14px;
	width:560px;
	color:#h66fff;
	padding:6px 10px 6px 15px;
	background:#h665f646e none repeat scroll 0 0;
}

#h66primary_help h4 {
	font-size:1.3em;
	font-weight:600;
	color:#h66000;
	padding-left:18px;
	background:url(../../images/add_16.gif) left center no-repeat;
	margin:1em 0 -0.5em 0;
}

/* sifr page titles */
@media screen {
	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
		padding: 0;
	}
	.sIFR-replaced,.sIFR-ignore {
		visibility: visible !important;
	}
	.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}
	.sIFR-replaced div.sIFR-fixfocus {
		margin: 0pt;
		padding: 0pt;
		overflow: auto;
		letter-spacing: 0px;
		float: none;
	}
}

/* rules for to-be-replaced elements */
@media screen {
	.sIFR-active h2#h66pageTitle {
		color: #111;
		font-size: 20px;
		font-weight: normal;
		margin: 1em 0;
		visibility: hidden;
	}
}

/* =LINKS
=============================================== */
#h66siteInfo a:link,#h66siteInfo a:visited,#h66siteInfo a:active {
	color: #3b94ce;
	text-decoration: none;
	font-size:12px;
}

#h66siteInfo a:hover {
	color: #111;
}



#h66mid a:link,#h66mid a:visited,#h66mid a:active {
		color: #3344cc;
	text-decoration: none;

	/*font-weight: bold;*/
}

#h66primary a.external {
	padding-right: .4em;
	background: url(../../images/external.gif) no-repeat 100% 0;
}

#h66primary a.external:hover {
	background: url(../../images/external2.gif) no-repeat 100% 0;
}

/* button links */
p.buttonWrapper {
	display: block;
	font-size: 1.4em;
	margin: 1em 0;
	text-align: right;
}

p.buttonWrapper a:link,p.buttonWrapper a:visited,p.buttonWrapper a:active
	{
	background: #h666e9e2c;
	border: 2px solid #h66577d23;
	color: #fff;
	font-weight: bold;
	margin-left: 1em;
	padding: .3em .8em;
}

p.buttonWrapper a:hover {
	background: #h66333;
	border-color: #111;
	cursor: pointer;
}

acronym,abbr {
	border-bottom: 2px dotted #h66888;
	cursor: help;
}

/* =IMAGES
=============================================== */
img {
	border: none;
}

/* =TABLES
=============================================== */


#h66siteInfo td ul, #h66siteInfo td ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:left;

}

#h66siteInfo td ul {
	margin: 1em 0 1em 1em;
}

#h66siteInfo td ul li {
	background: url(../../images/bullet.gif) no-repeat 0 .2em;
	padding-left: 1.7em;
}


/* web hosting table */
table#h66web-hosting th span {
	display: block;
	font-size: 1.4em;
	margin: .2em 0;
}

/* domain names table */
table#h66domain-names th.first {
	width: 60%;
}

table#h66domain-names th {
	font-size: 1.4em;
	text-align: left;
}

table#h66domain-names td {
	padding: 0 1em;
}

table#h66domain-names ul {
	margin-left: 0;
}

table#h66domain-names li {
	background: none;
	float: left;
	margin-right: 1.5em;
	padding-left: 0;
	width: auto;
}

table#h66domain-names td .price .rrp {
	color: #999;
	display: inline;
	font-size: .5715em;
	font-weight: bold;
}

span.asterisk {
	color: #c00;
}

/* ssl certificates table */
table#h66ssl-certificates th.first {
	font-size: 1em;
	text-align: left;
	width: 300px;
}

table#h66ssl-certificates .sslTitle {
	font-size: 1.4em;
	margin-bottom: .5em;
}

table#h66ssl-certificates .desc {
	font-size: .875em;
	margin-top: -2em;
}

/* support table */
table#h66support th,table#h66support td {
	padding: .5em;
}

table#h66support .price {
	margin-bottom: -.3em;
}

/* =FORMS
=============================================== */
form {
	background: url(../../images/form_back.png) repeat-y;
	border: none;
	clear: both;
	display: block;
	margin: 0;
	padding: 0 15px .1em 30px;
}
#h66form_back_head {
	background: url(../../images/form_back_head.png) no-repeat left bottom;
	height:11px;
}
#h66form_back_foot {
	background: url(../../images/form_back_foot.png) no-repeat left top;
	height:20px;
}

form h6 {
	font-weight:500;
	margin:0em 0 0.5em 0;
	padding:0.3em 0 0 0;
}

.form_error {
	background:#h66b2d79d url(../../images/onError.gif) no-repeat scroll 0 0;
	line-height:22px;
	padding-left:25px;
	margin-top:3px;
	margin-left:65px;
	width:300px;
	font-size:12px;
	color:#h66000;
	vertical-align:middle;
}


fieldset {
	border: 0;
	clear: both;
	margin: 0;
	padding: 0;
}

fieldset h66p {
	color: #444;
	font-size: 1.4em;
}

fieldset p.note {
	color: #999;
	font-size: 1.4em;
}

span.required {
	color: #c00;
}

.h66legend {
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	margin: 1em 0 -1em 0;
	padding: 0;
}


.formField,.formField_text {
	border:1px solid #h66ddd;
	width:350px;
	color:green;
	font-size:13px;
	padding:5px;
	line-height:18px;
}

select.formField {
	padding: 4px 5px;
	width: 366px;
}

.formField:focus,.formField_text:focus,input.sffocus{
	border: 1px solid #h66c1c1c1;
}
.formField_text{overflow-y:auto;}

.formButton {
	cursor: pointer;
	border: none;
	color: #fff;
	font-weight: bold;
	margin-left: 1em;
	padding: .1em .8em;
	font-size: 1.4em;
	width:80px;
	height:33px;
	background: url("../../images/btn_submit.gif");
}

span.formButtonWrapper {
	display: block;
	text-align: right;
	padding-right:40px;
}

.formButton:hover {
	cursor: pointer;
}

/* john conner's robot killer */
.trap {
	display: none;
}

/* =LISTS
=============================================== */
.sub_gift_item{
	margin:10px 0;
	padding-left:30px;
	list-style:none;
}
.sub_gift_item li {
	background:transparent url(../../images/bullet.gif) no-repeat scroll 0 0.2em;
	padding-left:1.7em;
	font-size:1.4em;
	line-height:1.8em;
}

ol.plain,ol.plain li,ul.plain,ul.plain li {
	font-size: 1.2em;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.plain,ul.plain {
	margin: 1em 0;
}

ol.plain {
	margin-left: 2.5em;
}

ol.plain li {
	list-style: decimal;
	margin: .5em 0;
}

ul.plain {
	margin-left: 0;
}

ul.plain li {
	list-style: none;
	margin: .5em 0;
}

/* homepage users list */
#h66users,#h66users li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#h66users {
	margin: 0 0;
}

#h66users li {
	margin: 1em 0;
	padding-left: 70px;
	/*position:relative;   ½â¾öIE6²ãÕÚ¸Ç  */
}

#h66users li img {
	border: none;
	float: left;
	margin: .5em 0 1em -70px;
	padding: 1px;
	-webkit-box-shadow: #h66888 0px 2px 3px;
}

#h66page_index #h66users li img,#h66page_evaluate #h66users li img {
	border: 1px solid #h66bbbfc0;
}

#h66users li p {
	display: inline;
}

#h66page_contact #h66users li {
	display:inline;
	width:220px;
	position:relative;
	float:left;
	padding-left:55px;
}

#h66page_contact #h66users li img {
	margin:20px 0 1em -55px;
}

#h66page_contact #h66users li b {
	background:url(../../images/list_green.gif) no-repeat 0 5px;
	padding-left:10px;
	font-weight:normal;
	color:#h66444;
}

#h66page_contact h6 {
	color:#h66000;
	font-weight:600;
	font-size:1.3em;
}

/* content nav lists */
#h66contentNav,#h66contentNav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#h66contentNav {
	margin: 1em 0;
}

#h66contentNav li {
	margin: 2em 0;
	padding-left: 58px;
	position: relative;
}

#h66contentNav li img {
	float: left;
	margin: 0 0 1em -58px;
}

#h66contentNav li h3 {
	margin: 0 0 .5em 0;
}

#h66contentNav li p {
	display: block;
	margin: .3em 0;
}

#h66contentNav li p.price {
	margin: 1em 0;
}

#h66contentNav li p.price a {
	background: #h666e9e2c;
	border: 2px solid #h66577d23;
	color: #fff;
	padding: .3em .8em;
}

#h66contentNav li p.price a:hover {
	background: #h66333;
	border-color: #111;
	cursor: pointer;
}

/* publicataions list */
#h66publications,#h66publications li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#h66publications {
	margin: 1em 0;
}

#h66publications li {
	margin: 2em 0;
	position: relative;
}

#h66publications li h3 {
	margin: 0 0 .5em 0;
}

#h66publications li p {
	display: block;
	margin: .3em 0;
}

#h66publications li p.reference {
	color: #999;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}

#h66publications li p.reference a {
	color: #666;
}

#h66publications li p.reference a:hover {
	color: #111;
}

/* themes list */
#h66themes,#h66themes li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#h66themes {
	margin: 1em 0;
}

#h66themes li {
	margin: 2em 0;
	padding: .1em 0 10px 220px;
}

#h66themes li img {
	background: #h66fff;
	border: 1px solid #h66ccc;
	float: left;
	margin: .5em 0 1em -220px;
	padding: 3px;
	-webkit-box-shadow: #h66888 0px 2px 3px;
}

#h66themes li h3 {
	margin: 1em 0 .5em 0;
}

#h66themes li p {
	display: block;
	margin: .3em 0;
}

#h66themes li p {
	display: block;
	margin: .3em 0;
}

/* showcase lists */
#h66showcase,#h66showcase li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#h66showcase {
	margin: 2em 0 1em -10px;
	width: 950px;
}

#h66showcase li {
	background: #h66fff;
	border: 2px solid #h66ddd;
	float: left;
	margin: .5em 0 .5em 10px;
	padding: 10px 15px 10px 255px;
	position: relative;
	width: 191px;
}

#h66showcase li.featured {
	display: block;
	float: none;
	height: 205px;
	margin-left: 10px;
	min-height: 205px;
	padding-bottom: 1.5em;
	width: 666px;
}

#h66showcase li img {
	background: #h66fff;
	border: 1px solid #h66ddd;
	float: left;
	margin: 0 0 0 -245px;
	padding: 3px;
	-webkit-box-shadow: #h66888 0px 2px 3px;
}

#h66showcase li h3 {
	margin: .7em 0 .5em 0;
}

#h66showcase li p {
	display: block;
	margin: .3em 0;
}

#h66showcase li p.credits strong {
	color: #bbb;
}

#h66showcase li p.desc {
	font-size: 1.2em;
	margin: 1em 0;
}

#h66showcase li blockquote {
	color: #777;
	font: italic 1.143em Georgia, Times, serif;
	margin: 1em 1em 1em .5em;
	padding: 0;
}

#h66showcase li blockquote p:before {
	color: #aaa;
	content: open-quote;
	padding-right: .2em;
}

#h66showcase li blockquote p:after {
	color: #aaa;
	content: close-quote;
	padding-left: .2em;
}

#h66showcase li p.attr {
	border-right: 2px solid #h66ddd;
	color: #999;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	left: 10px;
	letter-spacing: .1em;
	padding-right: 10px;
	position: absolute;
	text-align: right;
	text-transform: uppercase;
	top: 155px;
	width: 216px;
}

#h66showcase li p.attr span {
	color: #666;
}

/* testimonials lists */
#h66testimonials,#h66testimonials li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#h66testimonials {
	margin: 1em 0;
}

#h66testimonials li {
	border-bottom: 2px solid #h66ddd;
	float: left;
	margin: 0;
	padding: 0 0 1em 0;
	position: relative;
}

#h66testimonials li p {
	display: block;
	font-size: 1.2em;
	margin: .3em 0;
}

#h66testimonials li blockquote {
	margin: 1em 0;
	padding: 0;
}

#h66testimonials li blockquote p:before {
	color: #444;
	content: open-quote;
	padding-right: .2em;
}

#h66testimonials li blockquote p:after {
	color: #444;
	content: close-quote;
	padding-left: .2em;
}

/* generic pagination */
#h66pagination {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 1.5em 0;
	text-transform: uppercase;
	text-align:right;
	padding-right:20px;
}

#h66pagination .first {
	margin-top: 1.5em;
}

#h66pagination a {
	background: #h66fff;
	border: 1px solid #h66ccc;
	padding: .3em .6em .2em .6em;
}

#h66mid #h66pagination a {
	font-weight:normal;
}

#h66pagination a:hover {
	background: #h66fff;
	color: #111;
}

#h66pagination a.current {
	background: none;
	border: 0;
	border-width: 1px 0;
	color: #111;
}

/* info lists */
.infoList,.infoList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.infoList {
	font-size: 1.4em;
	margin: 1em 0;
}

.infoList li {
	background: url(../../images/bullet.gif) no-repeat 0 .2em;
	margin: .3em 0;
	padding-left: 1.8em;
}

.infoList li.pdf {
	background: url(../../images/pdf.gif) no-repeat 0 .2em;
}

.infoList li.zip {
	background: url(../../images/zip.gif) no-repeat 0 .2em;
}

.infoList li.tick {
	background: url(../../images/tick.gif) no-repeat 0 .2em;
}

.infoList li.cross {
	background: url(../../images/cross.gif) no-repeat 0 .2em;
}

span.comingSoon {
	color: #999;
	font: italic 1em Georgia, Times, serif;
}

/* sitemap */
ul#h66sitemap,ul#h66sitemap li {
	font-size: 1.2em;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#h66sitemap {
	margin: 1em 0;
}

ul#h66sitemap li {
	margin: 1.5em 0;
}

ul#h66sitemap li ul,ul#h66sitemap li ul li {
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#h66sitemap li ul {
	margin-left: 1.5em;
}

ul#h66sitemap li ul li {
	margin: .5em 0;
}

/* handy columns */
.h66column {
	float: left;
	margin: 0 0 2em 4%;
	position: relative;
	width: 48%;
}

.column .first {
	margin-left: 0;
}

/* exit block - demo, forum, support centre etc. */
#h66exit {
	background: #h66fff;
	border: 2px solid #h66ddd;
	margin: 2em 0 3em 0;
	padding: .5em 1.5em 0 1.5em;
}

#h66exit .column {
	margin-bottom: 0;
}

/* =FLOAT FIX
=============================================== */
.inner:after,ul:after,ul li:after,#h66exit :after,dl:after,dl dt:after,dl dd:after
	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.inner,ul,ul li,#h66exit,dl.additions,dl.additions dt,dl.additions dd {
	display: block;
}

/*  \*/
.inner,ul,ul li,#h66exit,dl,dl dt,dl dd {
	min-height: 1%;
}

* html .inner,* html ul,* html ul li,* html #h66exit,* html dl,* html dl dt,* html dl dd
	{
	height: 1%;
}


.cover_table,.cover_table th,.cover_table td,.cover_table tbody{
	padding:0;
	border:none;
}
/*  = HINT
========================================================*/
.hint {
   	display: none;
    position: absolute;
    right: -250px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #h66c93;
    padding: 10px 12px;
    font-size:12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #h66ffc url(../../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../../images/pointer.gif) left top no-repeat;
}
/*  = scroll
=========================================================*/
#h66scroll {
	position:relative;
	height:467px;
	overflow:hidden;
	border:1px solid #h66ddd;
	width:960px;
	padding:5px 0 0 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 auto 30px auto;
}

#h66tools {
	width:9999em;
	position:absolute;
	height:410px;
	padding:0;
	margin:0;
}

.tool {
	float:left;
	width:960px;
	height:410px;
	background-repeat:no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

#h66scrllo_a{
	background:url(../../images/product/xijie.jpg) no-repeat 5px 0;
}
#h66scrllo_b{
	background:url(../../images/product/zhu.jpg) no-repeat 5px 0;
}
#h66scrllo_c{
	background:url(../../images/product/xiuxian3.jpg) no-repeat 5px 0;
}
#h66scrllo_d{
	background:url(../../images/product/shangwu1.jpg) no-repeat 5px 0;
}
#h66scrllo_e{
	background:url(../../images/product/guige.jpg) no-repeat 5px 0;
}
#h66scroll_intro{
	background:url(../../images/product/fengmian2.jpg) no-repeat 5px 0;
}

#h66thumbs {
	background:url(../../images/scroll_navi.png) no-repeat scroll 0 -114px;
	height:57px;
	position:absolute;
	top:415px;
	width:960px;
	padding-left:0;
}

.count_p{
	/*margin-left:70px;*/
	width:50px;
	font-size:14px;
	font-weight:bold;
	color:#h66f20c00;
	text-align:center;
	float:left;
	padding-top:20px;
	padding-left:70px;
}


.count_s{
	/*margin-left:190px;*/
	width:60px;
	font-size:14px;
	font-weight:bold;
	color:#h66f20c00;
	text-align:center;
	float:left;
	padding-top:20px;
	padding-left:70px;
}

.t a {
	background:transparent url(../../images/scroll_navi.png) no-repeat scroll -415px -114px;
	margin:0;
	display:block;
	width:90px;
	float:left;
	height:57px;
	cursor:pointer;
}

.navi {
	margin-left:400px;
}

/* CSS sprite for the scroller navigation */
#h66t0 	   {background-position:-400px -114px;}
#h66t0.active { background:url(../../images/scroll_navi.png) -400px 0; }
#h66t0:hover  { background:url(../../images/scroll_navi.png) -400px -57px; }

#h66t1			{ background:url(../../images/scroll_navi.png) -490px -114px; }
#h66t1:hover 	{ background:url(../../images/scroll_navi.png) -490px -57px; }
#h66t1.active	{ background:url(../../images/scroll_navi.png) -490px 0; }

#h66t2			{ background:url(../../images/scroll_navi.png) -580px -114px; }
#h66t2:hover 	{ background:url(../../images/scroll_navi.png) -580px -57px; }
#h66t2.active	{ background:url(../../images/scroll_navi.png) -580px 0; }

#h66t3			{ background:url(../../images/scroll_navi.png) -670px -114px; }
#h66t3:hover 	{ background:url(../../images/scroll_navi.png) -670px -57px; }
#h66t3.active	{ background:url(../../images/scroll_navi.png) -670px 0; }

#h66t4			{ background:url(../../images/scroll_navi.png) -760px -114px; }
#h66t4:hover 	{ background:url(../../images/scroll_navi.png) -760px -57px; }
#h66t4.active	{ background:url(../../images/scroll_navi.png) -760px 0; }

#h66t5			{ background:url(../../images/scroll_navi.png) -850px -114px; }
#h66t5:hover 	{ background:url(../../images/scroll_navi.png) -850px -57px; }
#h66t5.active	{ background:url(../../images/scroll_navi.png) -850px 0; }

/*  =pro_text
========================================================
#h66pro_text{
	position:relative;
	width:960px;
	margin:40px 0 0 0;
	padding:0 20px;
}*/

#h66pro_text p{
	font-size:12px;
}
.pro_left{
	float:left;
	width:260px;
	margin-left:60px;
}

.pro_left_title{
	background:url(../../images/i_arrow.gif) no-repeat 0 50%;
	padding-left:13px;
	font-weight:600;
	color:#h66222;
}

.pro_company{
	float:left;
	width:900px;
	padding-left:20px;
}
#h66company_img{
	background:url(../../images/company/company.png) no-repeat -3px 0;
	width:900px;
	height:45px;
	text-indent: -9999px;
}

/*  = DROPDOWN
========================================================*/
.dropdown_item {float:left;margin-top:10px;height:15px;font-size:13px;}
.dropdown_info {float:left;width:360px;color:#h66999;padding:8px 0 0 70px;font-size:12px;line-height:18px;}
#h66subscribe li img,#h66gift li img,#h66draw li img,#h66evaluate li img {margin-top:-5px;}
.sub_item {font-size:14px;width:60px;text-align:right;}
#h66users li label {font-size:13px;font-weight:normal;}
.dropDownList{position:absolute;font-size:14px;*left:15px !important;*left:-15px;}
.dropdown select{display:none;}
.dropdown{float:left;margin-right:30px;}
.dropdown span{color:#h66fff;display:block;width:360px;height:26px;background:url(../../images/dropdown.png) right bottom no-repeat;line-height:26px;text-indent:12px;cursor:default;}
.dropdown span.over{cursor: pointer;background-position:right top;}
#h66users li ul{width:350px;display:none;position:absolute;padding-left:0;}
#h66users li ul li{background:#h66eee;height:20px;width:100%;padding:3px 0;padding-left:0;margin:0;text-indent:12px;cursor:default;line-height:20px;}
#h66users li ul li.normal{background:#h66eee;}
#h66users li ul li.over{cursor: pointer;background:#h66ccc;}
#h66users li ul li.current{background:#h66c2c2c2;}
#h66users li ul.show{width:358px;display:block;z-index:100;margin:0;border:1px solid #h665c712f;}


ul.navigation_bottom {
list-style-type: none;
margin:0px 10px 0px 0px;
padding:0px;
display:block;
position:relative;
font-weight:bold;
height:120px;
}

ul.navigation_bottom_sub {
list-style-type: none;
margin:0px 20px 0px 0px;
padding:0px 0px 0px 5px;
display:block;
position:relative;

}

ul.navigation_bottom_sub li {

}

li.navigation_bottom {
float:left;
display:block
margin:0px;
padding:8px 0px 5px 0px;
}

.navigation_bottom{
margin-top:5px;
font-weight:bold;
text-align:left;
width:150px;
}

.purl
 {
	border: 1px solid #ddd;
	margin-left: 50px;
	margin-top: 20px;
	padding: 5px;
	font-size:9px;
}

.ye_r_t{
	border:1px solid #bbb ;
	padding:5px;
	margin:5px;
}

.ye_r_t1{
	width:150px;
	height:160px;
	border-color:#bbb ;
	padding:3px;
	margin:3px;
	border-style:dotted none none dotted;
	border-width:1px;
}
