body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, select, textarea, p, blockquote, th, td, button {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "verdana", "arial","sans-serif";
}
body{
	color:#555555;
	min-width:940px;
	min-height:550px;
}
img{
	border:none;
}
a{
	text-decoration:none;
	color:#5090D0;
}

a:hover{
	text-decoration:underline;
}
 input[type ="text"]{
	height:20px;
}

input, textarea, select {
	border:1px solid #DDDDDD;
	padding:2px;
	background-color:#FFFFFF;
}
h4{
	color:#75BB00;
	cursor:pointer;
	margin:10px auto;
	font-size:18px;
}
li{
	margin-bottom:5px;
}
.box{
	width:940px;
	margin:0px auto;
	background-color:#FFFFFF;
}
.floatright {
	float:right;	
	display:inline;
}
.floatleft {
	float:left;
	display:inline;
}
.clear {
	clear:both;
}

.line{
	height:0;
	width:100%;
	border-bottom:1px solid #DDDDDD;
	margin:10px auto;
}

.commonbutton{
	background-image:url("/img/btn_search_bg.gif");
	width:110px;
	height:27px;
	cursor:pointer;
	border:none;
	line-height:27px;
}

.commonbutton:hover{
	background-image:url(/img/btn_search_bg_active.gif);
}
.btn{
	padding:8px 15px;
	border:none;
	cursor:pointer;
	margin:10px auto;
	color:#FFFFFF;
	font-weight:bolder;
}
.button_yellow{
	width:128px;
	height:28px;
	color:#5D3C00;
	background-image:url(/img/default/button-hot-128px.png);
	border:none;
	font-weight:bolder;
	cursor:pointer;
	font-size:16px;
	margin-top:10px;
	background-color:#FFFFFF;
	
}
.button_yellow:hover{
	background-image:url(/img/default/button-hot-128px.png);
	background-position:0 -30px;
	color:#000000;
	background-color:#FFFFFF;
}
.button_green{
	background-color:#A9CE64;
	
}
.button_green:hover{
	background-color: #86B532;
}
.button_blue {
    background-color: #80CFD6;
}

.button_blue:hover {
    background-color: #41BFC9;
}
.green{
	color:#75BB00;
}
.header{
	color:#75BB00;
	font-size:24px;
	font-weight:bolder;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom:1px dashed #DDDDDD;
}
.block{
	margin:10px auto;
	line-height:20px;
}
.error {
	padding:5px 0 5px 26px;
	width:175px;
	background:#FFC0CB url(/img/error-red.gif) no-repeat scroll 6px 4px;
	display: none
}
/* ==== Top bar ==== */
.topbar {
    height: 86px;
}

.topbar1 {
    background-image: url(/img/topbar1_bg.jpg);
}

.topbar2 {
    background-image: url(/img/topbar2_bg.png);
    margin-bottom: 10px;
}

.topbar .logo {
    position: absolute;
    margin-top: 25px;
    margin-left: 65px;
}

.topbar .menu {
    position: absolute;
    margin-top: 25px;
    margin-left: 250px;
}

.topbar .menu2 {
    position: absolute;
    margin-top: 25px;
    margin-left: 742px;
}

.topbar .menu li {
    float: left;
    font-size: 18px;
}

.topbar .menu a {
    color: #5D5858;
    padding: 5px 23px;
    line-height: 1.5em;
}

.topbar .menu a:hover {
    text-decoration: none;
    background-color: #EBF6FB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.topbar .menu2 li {
    float: left;
    font-size: 12px;
    padding: 6px 0;
    text-align: center;
    background-repeat: no-repeat;
    height: 30px;
}

.topbar .menu2 a, .topbar .menu2 a:hover {
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px 0;
}

.topbar .menu2 .customer_login {
    margin-right: 5px;
    background-image: url(/img/btn_customer_login.gif);
    width: 100px;
}

.topbar .menu2 .customer_login:hover {
    background-image: url(/img/btn_customer_login.gif);
    background-position: 100% 0;
}

.topbar .menu2 .free_trial {
    background-image: url(/img/btn_customer_freetrial.gif);
    width: 70px;
}

.topbar .menu2 .free_trial:hover {
    background-image: url(/img/btn_customer_freetrial.gif);
    background-position: 100% 0;
}

.topbar .menu3 a {
    color: #555555;
}

.topbar .menu3 {
    color: #CCCCCC;
    float: right;
    margin-top: 10px;
    margin-right: 72px;
    display:inline;
}

.topbar .search {
    margin: 35px 0 0 245px;
    position: absolute;
}

.topbar .search input[type =
"button"] {
    margin-left: 5px;
    background-image: url(/img/btn_search_bg.gif);
    height: 27px;
    width: 110px;
    border: 0;
    cursor: pointer;
    color: #333333;
    font-weight: bold;
}

.topbar .search input[type =
"button"]:hover {
    background-image: url(/img/btn_search_bg_hover.gif);
}

.topbar .search .advanced_search {
    text-decoration: underline;
    color: #4E968A;
    margin-left: 0px;
	font-size:10px;
}

.topbar .search .input_search_text {
    width: 340px;
    height: 27px;
    font-size: 20px;
    padding: 0 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#menu_tools_more{
	padding: 7px;
	border: 1px solid #808080;
}

#menu_tools_more a{
	color: #555555;
}

#menu_tools_more li{
	list-style-type: none;
}
/** header  footer **/
.defaultheader{
	width:1000px;
	margin:0 auto;
}
#bodyheader{
	width:940px;
	margin:23px auto 0;
}
#bodyheader div,#bodyheader a{
	font-size:1em;
}
#bodyheader a{
	color:#75BB00;
}
#bodyheader .current{
	color:#444444;
}

.footer{
	width:940px;
	margin:0 auto;
	height:110px;
}
.footer a{
	color:#999999;
}

.footer h3 {
    font-size: 12px;
}
.footer h3 a:hover{
	text-decoration:none;
}
.footer ul {
    float: left;
    margin: 0 20px 0 7px;
    padding: 5px 20px 0 7px;
    line-height: 1.5em;
}

.footer li{
	list-style-type:none;
	margin:0 auto;
	font-size:11px;
}


.footer .copyright {
    float: right;
    margin-top: 30px;
    color: #999999;
    width: 160px;
}
/** home **/
#home .box{
	text-align: center;
}
#home #homelogo{
	margin-bottom:30px;
}
#home .middle{
	background-color:#8CBC4C;
	padding-top:40px;
	padding-bottom:40px;
	text-align:center;
}
#home .greenline1{
	background-color:#D9FF98;
	height:1px;
	font-size:0;
}
#home .greenline2{
	background-color:#8CBC4C;
	height:1px;
	font-size:0;
}
#home #searchbox{
	width:940px;
	margin:0 auto;
	height:37px;
}
#home #mofang{
	position:relative;
	margin:50px auto 0;
	left:37px;
	width:350px;
	height:250px;
	padding-top:50px;
	text-align:left;
}
#home #mofang span{
 	position:absolute;
}
#home #mofang img{
 	position:absolute;
	z-index:99;
}
#home #warn{
	margin-bottom:5px;
	color:#555555;
}
#home #q{

	width:540px;
	color:#AAAAAA;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:17px;
	height:25px;
	line-height:normal;
	margin:0;
	padding:5px 8px 0 6px;
	vertical-align:top;
}
/** faq **/
.faq{
	margin-top:10px;
}
.faq #left{
	width:170px;
	text-align:right;
	background-color:#FCFFF6;
}
.faq  #logo{
	padding:10px;
	padding-right:0;
	background-color:#FFFFFF;
	height:35px;
}
.faq #header{
	color:#00adcc;
	font-weight:bolder;
	font-size:15px;
	height:35px;
	line-height:35px;
	
	
}
.faq #leftlist{
	border:1px solid #DDDDDD;
	border-right:none;
	color:#75BB00;
	font-weight:bold;
	padding-right:5px;
}

.faq #leftlist ul{
	margin:0;
	padding:0;
	list-style:none;
}

.faq #leftlist ul li a{
	color:#75BB00;
}
.faq #leftlist ul li{
	padding:5px;
	border-bottom:1px solid #EEEEEE;
	min-height:20px;
}
.faq #right{
	border:1px solid #DDDDDD;
	width:740px;
	padding:10px;
	min-height:600px;
}
.faq  .header{
	border-bottom:1px dashed #DDDDDD;
	width:100%;
	margin-top:13px;
	font-size:25px;
	color:#00ADCC;
	font-weight:normal;
}
.faq .header span{
	color:#75BB00;
	font-size:20px;
}
.faq .faqsearch{
	margin-top:20px;
	height:36px;
	background-image:url(/img/default/faq8.png);
	line-height:36px;
	padding-left:10px;
	padding-right:10px;
	text-align:right;
}
.faq .faqdesc{
	background-color:#FCFFF6;
	border:1px solid #DDDDDD;
	margin-top:10px;
	padding:20px;
	padding-bottom:10px;
}
.faq .faqdesc h1{
	color:#00ADCC;
}
.faq .faqdesc div{
	width:350px;
	position:relative;
	height:50px;
}
.faq .faqdesc div span{
	position:absolute;
	margin-left:5px;
}

.faq .issue{
	margin-top:20px;
	padding:5px;
	padding-top:0;
}
.faq .issue h1{
	color:#00ADCC;
	margin:20px 0 10px 0;
	cursor:pointer;
}
.faq .issue p{
	color:#555555;
	margin-left:5px;
	display:none;
	width:680px;
	line-height:20px;
}


/** feature **/
#feature .header{
	margin-bottom:10px;
}
.faq .rightheader{
	margin-left:450px;
	margin-top:-30px;
	position:absolute;
	width:320px;
	height:28px;
	line-height:28px;
}
#feature .rightheader div{
	position:absolute;
	margin-top:-28px;
	margin-left:30px;
}
#feature .featureimg{
	position:relative;
	z-index:1;
	display:none;
}
#feature .redwarn{
	z-index:5;
	position:absolute;
	cursor:pointer;
	width: 28px;
	height:28px;
}
#feature .layout{
	z-index:4;
	position:absolute;
	opacity:0.6;
	background-color:#DDDDDD;	
}
#feature .three{
	position: absolute;
	z-index:6;
}
#feature .infoparent{
	display:none;
}
#feature .info{
	width:165px;
	padding:10px;
	overflow:hidden;
	background-color:#FFFFFF;
	border:1px solid red;
	position:absolute;
	z-index:5
}
#feature .search,#feature .analyze,#feature .export,#feature .alert{
	width:350px;
	float:left;
	margin:10px;
	height:100px;
}
#feature .search h2,#feature .analyze h2,#feature .export h2,#feature .alert h2{
	font-size:15px;
	line-height:1.5em;
}
#feature .search img,#feature .analyze img,#feature .export img,#feature .alert img{
	float:left;
	padding-right:5px;
}
/** support **/
#support{
	line-height:20px;
	-moz-border-radius:10px 10px 10px 10px;
	margin:30px auto auto;
	padding:10px;
}

#support .green{
	margin:10px auto;
}

#support .showinfo{
	position:absolute;
	background-color:#FEF6DF;
	padding:20px;
	margin-top:-240px;
	font-size:20px;
	font-weight:bolder;
	left:50%;
	margin-left:-330px;
}
/** about us **/
.webtext{
 margin-top:30px;
}
.webtext h1{
 font-size:22px;
 font-weight:normal;
}
.webtext h2{
 font-size:20px;
 line-height:2em;
}
.textbox{
 padding:5px 0px;
 line-height:20px;
}
.textbox p{
 margin:20px auto;
}
.textbox .title{
 font-weight:bolder;
 font-size:16px;
}

.textbox .contactadd ul{
 margin:0;
 padding:0;
}

.textbox .contactadd ul li{
 margin:0;
 padding:0;
 list-style:none;
 width:50%;
 float:left;
 height:100px;
}

.aboutlayout{
 margin:0 auto;
 position:relative;
 width:902px;
 height:800px;
 background:url(/img/quan.png) no-repeat center;

}

.atitle{
 font-size:16px;
 font-weight:bold;
}

.aul ul{
margin:0;
padding:0;
}

.aul ul li{
margin:0;
padding:0;
}

.atext{
font-size:16px;
}


.aboutlogo{
position:absolute;
left:300px;
top:300px;
}

.logotitle{
 position:absolute;
 left:300px;
 top:400px;
 width:300px;
 font-size:18px;
 text-align:center;
}

.purplebaby1{
position:absolute;
left:400px;
top:30px;
}
.purplebaby2{
position:absolute;
left:450px;
top:33px;
}

.purpletitle{
position:absolute;
left:360px;
top:120px;

}

.purpleul{
position:absolute;
left:375px;
top:140px}

.bluebaby1{
position:absolute;
left:705px;
top:280px;
}
.bluebaby2{
position:absolute;
left:790px;
top:285px;
}
.bluebaby3{
position:absolute;
left:750px;
top:245px;
}

.bluetitle{
position:absolute;
left:710px;
top:350px;
width:200px;}

.blueul{
position:absolute;
left:725px;
top:370px;}

.greenbaby1{
position:absolute;
left:650px;
top:540px;
}

.greenbaby2{
position:absolute;
left:710px;
top:510px;
}

.greenbaby3{
position:absolute;
left:740px;
top:550px;
}

.greentitle{
position:absolute;
left:630px;
top:630px;
}

.greenul{
position:absolute;
left:645px;
top:650px;}

.greybaby1{
position:absolute;
left:170px;
top:500px;
}
.greybaby2{
position:absolute;
left:210px;
top:520px;
}

.greybaby3{
position:absolute;
left:140px;
top:530px;
}

.greybaby4{
position:absolute;
left:180px;
top:560px;
}
.greytitle{
position:absolute;
left:90px;
top:640px;
}
.greyul{
position:absolute;
left:105px;
top:660px;
}

.redbaby1{
position:absolute;
left:100px;
top:210px;
}

.redbaby2{
position:absolute;
left:70px;
top:260px;
}

.redbaby3{
position:absolute;
left:130px;
top:265px;
}

.redtitle{
position:absolute;
left:30px;
top:355px;
}

.redul{
position:absolute;
left:45px;
top:375px;
}
/** success **/
.success .message{
	color:#FF8702;
	text-align:center;
	width:100%;
	font-weight:bolder;
	font-size:18px;
	margin:50px auto;
}
.success .text{
	width:100%;
	text-align:center;
	line-height:20px;
}
/* ==== Price ==== */

.feature_grid h1 {
    text-align: center;
    font-size: 30px;
    letter-spacing: -2px;
    color: #444444;
    font-weight: bold;
}

.feature_grid h3 {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 20px;
    color: #777777;
}

.feature_grid h2, .side_column h2 {
    font-size: 20px;
    line-height: 2em;
}

.feature_grid table {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDD !important;
    border-collapse: collapse;
}

.feature_grid table th {
    color: #000000;
    border: 1px solid #DDD;
    padding: 5px 10px;
    font-size: 1.3em;
    font-weight: bold;
    background-color: #EBF8C7;
}


.feature_grid table th.label {
    width: 30%;
}

.feature_grid table td {
    width: 179px;
    padding: 7px;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    vertical-align: middle;
}


.feature_grid table td.border-bottom {
    border-bottom: solid 1px #DDD;
}

.feature_grid table td.border-left {
    border-left: solid 1px #DDD;
}

.feature_grid table td.border-right {
    border-right: solid 1px #DDD;
}

.feature_grid table td .plan {
    font-size: 1.3em;
    font-weight: bold;
}

.feature_grid table td .buynow {
    line-height: 34px;
}

.feature_grid table tr.odd {
    background-color: #F5F5F5;
}

.highlight {
	color:#F415FF;
}

.feature_grid table tr.support td {
    font-size: inherit;
}

.feature_grid .price span {
    font-size: 22px;
    font-weight: bold;
}

.feature_grid a, .every_plan a, .side_column a {
    color: #1F60AE;
}

.every_plan h3 {
    font-size: 14px;
    padding: 5px 0;
    color: #444444
}

.every_plan p {
    margin-bottom: 20px;
	line-height:18px;
}

.every_plan .p1, .every_plan .p2 {
    float: left;
    width: 400px;
    padding-left: 30px;
}

.every_plan .p3 {
    clear: both;
    border-top: 1px dotted #555555;
    border-bottom: 1px dotted #555555;
    padding: 10px 30px;
    background-color: #F5F5F5;
}

.side_column {
}

.side_column h1, .every_plan h1 {
    border-bottom: 1px dotted #9CC83D;
    margin-top: 20px;
	padding-bottom:5px;
    color: #7FA32E;
}

.side_column .block {
    padding-left: 30px;
}

.side_column h3 {
    font-size: 14px;
    line-height: 1.5em;
}

.side_column .tel2 {
    font-size: 15px;
}

.side_column .tel1 {
    font-size: 22px;
}

.side_column .starting {
    font-size: 13px;
    color: #666666;
    font-weight: bold;
}

.side_column .contactus {
    font-size: 20px;
}
/* ==== Reg ==== */
.reg .header {
    background-color: #F5F5F5;
    border: 1px dotted #CCCCCC;
    border-width: 1px 0;
    text-align: center;
    margin-bottom: 30px;
}

.reg_form {
    width: 500px;
    margin-bottom: 50px;
}

.reg_form fieldset {
    border: 10px solid #DFECC3;
    padding: 10px;
    margin-bottom: 20px;
}

.reg_form legend {
    margin-left: 20px;
    font-size: 16px;
    color: #6E8C2D;
    padding: 0 5px;
    font-family: georgia, helvetica, arial, sans-serif;
}

.reg_form input[type = text], .reg_form input[type = password] {
    width: 300px;
    font-size: 12px;
    padding: 3px;
}

.reg_form input[type = text]:focus, .reg_form input[type = password]:focus {
    background-color: #FAF8DC;
}

.reg_form td {
    padding: 5px;
}

.reg_form .tips {
    color: #999999;
    padding: 0 5px;
}

.reg .right {
    line-height: 1.5em;
    width: 340px;
    margin-left: 25px;
    padding: 15px;
    background-color: #FAF8DC;
    background-image: url(/img/pin.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.reg h5 {
    line-height: 3em;
    color: #444444;
}

.reg .error{
	background-image:url(/img/default/warning_16.png);
	background-repeat:no-repeat; 
	background-position:left center;
	padding-left:20px;
	color:#FF493C;
	background-color:#FFFFFF;
	width:300px;
}

/* ==== Login ==== */
.login_form {
    width: 400px;
    border: 10px solid #CDECEF;
    padding: 20px;
}
.login_form .header{
	border-bottom:none;
	color:#555555;
	font-size:auto;
	font-weight:auto;
	margin-top:auto;
	padding-bottom:0;
}
.login_form .header h1{
	font-size:24px;
	font-weight:normal;
	margin-bottom:0;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:20px;
}

.login_form .header {
    padding-left: 10px;
}

.login_form h2 {
    font-weight: normal;
    margin-bottom: 15px;
    color: #777777;
    font-size: 13px;
}

.login_form th {
    font-weight: normal;
    font-size: 14px;
}

.login_form input[type = text], .login_form input[type = password] {
    width: 250px;
    font-size: 14px;
    padding: 3px;
}

.login_form input[type = text]:focus, .login_form input[type = password]:focus {
    background-color: #FAF8DC;
}

.login_right {
    top: 150px;
    position: absolute;
    margin-left: 460px;
    width: 430px;
}

.login_right h4 {
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #CDECEF;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    padding: 8px;
    background-color: #F5F5F5;
    font-family: georgia, helvetica, arial, sans-serif;
    font-weight: normal;
	color:#555555;
}

.login_right h4:hover {
    background-color: #CDECEF;
}


.login_right input[type = text] {
    width: 300px;
    font-size: 14px;
    padding: 3px;
    margin: 5px 0;
}

.login_right input[type = text]:focus {
    background-color: #FAF8DC;
}

.login_bottom {
    width: 795px;
    background-color: #F5F5F5;
    margin-top: 20px;
    border-width: 10px 0;
    border-style: solid;
    border-color: #DFECC3;
    padding: 20px 50px;
    text-align: center;
    height: 50px;
}

.login_bottom p {
    font-size: 16px;
    float: left;
    margin-left: 50px;
}

.login_bottom p a {
    color: #759C31;
}

#forgetpass, #goregeist {
	line-height:2em;
	padding-left:8px;
}



/*autocomplete*/

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
