/*

Base Style Sheet For Maxthon Websites v1.3.0
Last Modified: 2007-09-18 10:35:23

*/

/****** General Styles ******/
.box{
	border: 1px solid #C5CE7E;
	background: #F6F6F6;
}
.headimg{
  margin-top:15px;
}

.sybiaoti1{
           padding: 0px 0px 0px 22px;
	border: 1px solid #C5CE7E;
	background:#C5CE7E url('images/point1.gif') left no-repeat;
}
.sybiaoti1 a,
.sybiaoti1 a:link,
.sybiaoti1 a:visited,
.sybiaoti1 a:active {
	color: #000000;
	text-decoration: none;
           font-size:15px;
           font-weight:bold;
}
.sybiaoti1 a:hover {
	color: #FFFFFF;
}
.sybiaoti2{
           padding: 0px 0px 0px 20px;
	border: 1px solid #C5CE7E;
	background:#C5CE7E url('images/point2.gif') left no-repeat;
}
.sybiaoti2 a,
.sybiaoti2 a:link,
.sybiaoti2 a:visited,
.sybiaoti2 a:active {
	color: #000000;
	text-decoration: none;
           font-size:14px;
           font-weight:bold;
}
.sybiaoti2 a:hover {
	color: #2207AA;
}
.sy a,
.sy a:link,
.sy a:visited,
.sy a:active {
	color: #000000;
	text-decoration: underline;
           font-size:12px;
}
.sy a:hover {
	color: #000000;
}
.biaoti{
	border: 1px solid #EFF7B1;
	background:#F1F4D8;
           margin-top:0px;
           height:25px;
           padding: 0px 5px 0px 5px;
}
.biankuang{
           margin-top:10px;
           border: 1px solid #EFF7B1;
}
body {
	font-size: 80%;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #000000;
	line-height: 150%;
	background: white;
	margin: 0px;
	padding: 0px;
	min-width: 950px;
}

/* text */

p {
	line-height: 150%;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

td, th {
	font-size: 100%;
	line-height: 150%;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: square;
}
h1 {
	color: #2207AA;
	font-size: 125%;
	font-weight: bold;
	padding: 1px 5px 1px 0px;
	margin: 0px 0px 0px 0px;
}
h2 {
           font-size: 110%;
	padding: 0px;
	margin: 0px;
          	padding: 1px 5px 1px 0px;
}
li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	margin-left: 1.5em;
	list-style: outside;
}
#piclist {padding:0px;}
#piclist ul li{float:left;width:50%;background:none;padding:0px;line-height:200%;text-align:center;}
#piclist ul li img{width:80px;height:80px;margin:1px;padding:1px;border:1px solid #ebebeb;}
#piclist1 {padding:1px;}
#piclist1 ul li{float:left;width:33%;background:none;padding:0px;line-height:200%;text-align:center;}
#piclist1 ul li img{width:95px;height:74px;margin:1px 5px 1px 5px;padding:1px;border:1px solid #ebebeb;}
#piclist2 {padding:1px;}
#piclist2 ul li{float:left;width:15%;background:none;padding:0px;line-height:200%;text-align:center;}
#piclist2 ul li img{width:95px;height:74px;margin:1px 5px 1px 5px;padding:1px;border:1px solid #ebebeb;}
/* links */

a,
a:link,
a:visited,
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	
}

/* inputs */
form{
	display: inline;
	margin: 0;
	padding: 0;
}

input,
select{
	vertical-align: middle;
}

input.button{
	color: #645A44;
	padding: 2px 5px;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #ABA498;
	border-top: 1px solid #C8C4BB;
	border-left: 1px solid #C8C4BB;
	background: #F4FBE1 url('images/bg_input_btn.png');
}
input.button:hover{
	color: #395500;
	background: #F4FADF url('images/bg_input_btn_hover.png');
	border: 1px solid #80AA00;
	border-top: 1px solid #99CC00;
	border-left: 1px solid #99CC00;
}

input.text,
textarea {
	padding: 2px 3px;
	vertical-align: middle;
	border: 1px solid #C0BBB4;
	background: white url('images/bg_input_text.png') top left repeat-x;
}
input.text:hover,
textarea:hover {
	border: 1px solid #99CC00;
	background: white url('images/bg_input_text_hover.png') top left repeat-x;
}

label {
	cursor: pointer;
}


/* other */

img {
	border: none;
	vertical-align: middle;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px dashed #CCCCCC;
}

.wrapper {}

/****** Header ******/
.header{
	width:950px;
	height: 80px;
}
.innerHeader{
	min-width: 610px;
	width: 950px;
	margin: 0 auto;
}

.title{
	float: left;
	margin-top: 16px;
	white-space: nowrap;
}
.title img{
	float: left;
	margin-right: 2px;
}
.title h1{
	font-size: 150%;
	font-weight: bold;
	padding: 6px 0px 4px 0px;
	margin: 0px;
}
.title h1 a:link,
.title h1 a:visited,
.title h1 a:active
{
	color: black;
	text-decoration: none;
}
.title p{
	margin: 0px;
	padding: 0px;
	color: #666666;
}

/* top nav menu */
.title-menu{
           width:90px;
	padding-top: 15px;
	float: right;
}

.title-menu a:link,
.title-menu a:visited,
.title-menu a:active,
.title-menu a:hover{
          font-size:12px;
	color: #666666;
	text-decoration: none;
}
.title-menu a:hover{
	color: white;
	background: #666666;
}

/****** Nav Panel ******/
.navPanel{
	border-top: 1px solid #DAD7CF;
	border-bottom: 1px solid #DAD7CF;
          border-right: 1px solid #DAD7CF;
	line-height: 200%;
	background: #F2F0EE url('images/bg_btn.png') top left;
           width:950px;
}
.innerNavPanel {
	margin: 0 auto;
	width: 950px;
}


/* buttons */
.buttonWrapper{
	border: 1px solid #E4E1DA;
	border-left: none;
	background: #F2F0EE url('images/bg_btn.png') top left;
}
.buttons{
	line-height: 100%;
	white-space: nowrap;
	width: 99%; /* ie6 fix */
	overflow: hidden;
	border-left: 1px solid #E4E1DA;
}
.buttons a:link,
.buttons a:active,
.buttons a:visited,
.buttons a:hover
{
	float: left;
	display: block;
	padding: 10px 13px 8px 13px;
	color: #000000;
	text-decoration: none;
	border-left: 1px solid white;
	background: #F4FBE1 url('images/bg_btn.png');
}
.buttons a:hover
{
	color: #000000;
	background: #F4FADF url('images/bg_btn_hover.png') top left repeat-x;
}
.buttons ul li{
	float:left;
	margin:0px;
	display:inline;
}
.list1{
	height:16px;
}
.list1 li {
	float:left;
	margin:0px 10px;
	margin-top:5px;
}

.buttons-special
{
	font-weight: bold;
}
.buttons-active {
	color: #993300 !important;
	background: #FFF1BB url('images/bg_btn_active.png') !important;
}

.buttons .label{
	float: left;
	overflow: hidden;
	display: block;
	padding: 4px 20px;
	color: #645A44;
}
.buttons .label a:link,
.buttons .label a:active,
.buttons .label a:visited,
.buttons .label a:hover
{
	float: none;
	display: inline;
	height: auto;
	padding: 0px;
	font-weight: bold;
	text-decoration: underline;
	border: none;
	background: none;
}

/* sorry for this ie6 hack */
* html .buttons img {
	float: left;
	margin: 5px 5px 5px 0px;
}

.shadowStrip{
	height: 4px;
	font-size: 1%;
	line-height: 1%;
	background: url('images/bg_shadow.png');
}


/****** Content Block ******/
.contentWrapper{
	min-width: 630px;
	width: 950px;
	margin: 5px auto;
}

.content{
	float: left;
	width: 100%;
	margin: 0px -210px 0px 0px;
}
.innerContent{
	margin-right: 210px;
	overflow: visible;
}
.innerContent1{
	margin-right: 230px;
	overflow: visible;
           margin-top:10px;
           border: 1px solid #EFF7B1;
}
/* content block */
.contentBlock{
	margin: 0px 0px 10px 0px;
}
h3{
	color: #669900;
	font-size: 150%;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px dashed #E0E0E0;
}
h4 {
	color: #666666;
	font-size: 125%;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	margin: 10px 0px 5px 0px;
}
.contentText{
	line-height: 150%;
}


/****** Sidebar Block ******/
.sidebar{
	float: right;
	width: 180px;
}
.innerSidebar{}

.sidebarBlock{
	padding: 0px;
	margin: 8px 0px 5px 0px;
}
.sidebarBlock h5{
	font-size: 100%;
	color: #666666;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	background: #EEEDEA;
	border-bottom: 1px solid #E4E2DA;
}
.sidebarContent{
}
.sidebarBlock ul{
	margin: 0px;
	padding: 0px;
}
.sidebarBlock li
{
	margin: 10px 0px 0px 0px;
	padding: 0 0 0 23px;
	list-style: none;
	background:url('images/book.gif') no-repeat;

}
.sidebarBlock li a:link,
.sidebarBlock li a:hover,
.sidebarBlock li a:active,
.sidebarBlock li a:visited
{
	padding: 0px;
	display: inline;
           font-size:100%;
	text-decoration: underline;
	color: #395500;
	overflow: hidden;
}
.sidebarContent li a:hover{
	text-decoration: underline;
	color: #395500;
}


/****** Footer Block ******/
.footer{
	clear: both;
	text-align: center;
	color: #666666;
	margin: 20px auto;
}
.innerFooter{
	width: 950px;
	margin: 0px auto;
}

.footerLinks{
	color: #666666;
	background: #F2F1EE;
	border: 1px solid #E4E1DC;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.footerLinks h5{
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.footerLinks a:link,
.footerLinks a:visited,
.footerLinks a:active {
	color: #666666;
}
.footerLinks a:hover {
	color: #000000;
}

.copyright{
	margin: 20px auto;
}
.sright{font-weight:normal;color:#808080;}

/*
custom
*/

/*

Custom Style Sheet For Maxthon Website v1.0.5
Last Modified: 2007-01-25 13:32:47

*/

/* download button */
.downloadNow{
	line-height: 125%;
	margin-right: 4px;
}
.downloadNow a:link,
.downloadNow a:visited,
.downloadNow a:active,
.downloadNow a:hover{
	font-family: Tahoma, Arial;
	font-weight: bold;
	width: 200px;
	height: 52px;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #993300;
	text-decoration: none;
	background: url('images/download_now.png') top left no-repeat;
}
.downloadNow a:hover{
	color: #CC6600;
	background: url('images/download_now_hover.png') top left no-repeat;
}
.downloadNowTitle{
	display: block;
	font-size: 125%;
	text-align: center;
	padding-top: 10px;
}
.downloadNowCounter{
	display: block;
	font-size: 85%;
	font-weight: normal;
	margin-top: 2px;
}
.downloadNote{
	padding: 9px 15px 0px 10px;
	color: #999999;
}

.downloadLight a:link,
.downloadLight a:visited,
.downloadLight a:active,
.downloadLight a:hover{
	color: #645A44;
	background: url('images/download_light.png') top left no-repeat;
}
.downloadLight a:hover{
	color: #395500;
	background: url('images/download_light_hover.png') top left no-repeat;
}

/* index page */
.index-splash{
	width: 748px;
	height: 258px;
	margin-bottom: 10px;
	background: url('images/index_splash.png') top left no-repeat;
}
.index-splash-content{
	padding: 142px 0px 0px 32px;
}

.downloadTr a:link,
.downloadTr a:visited,
.downloadTr a:active,
.downloadTr a:hover{
	background: none;
}

.indexBlock{
	line-height: 1.5em;
	margin: 5px 0px 5px 0px;
	background: url('images/round_arrow.png') top left no-repeat;
}
.indexContent{
	padding-left: 38px;
}
.indexBlock1{
           line-height: 1.5em;
	margin: 5px 0px 5px 0px;
           border:#C5CE7E 1px solid;
}
.indexContent1{
	padding: 0px;
}
.indexBlock2{
           line-height: 1.5em;
	margin: 5px 0px 5px 0px;
           border:#EFF7B1 1px solid;
}
.indexContent2{
	padding: 0px;
}

.sideBox{
	padding: 0px 0px 5px 0px;
	border: 1px solid #C5CE7E;
	background: #FFFFFF;
}

/* feature page */
.feature-sub{
	font-size: 60%;
	font-weight: normal !important;
	color: #999999 !important;
}

.feature-block{
	margin-bottom: 25px;
}
.feature-block img.icon{
	float: left;
}
.feature-block h4,
.feature-block p
{
	margin-left: 42px;
	margin-right: 20px;
}

.feature-block h4{
	cursor: pointer;
	text-decoration: underline;
}

/* download page */
.download-info{
	color: #666666;
	margin: 10px 0px;
	line-height: 200%;
}

.changelog-time{
	font-weight: normal;
	font-size: 85%;
}

.lang-pack-table td{
	border-top: 1px dotted #ECECEC;
}

/* support page */
.faq-block{
}
.faq-block h4{
	cursor: pointer;
	text-decoration: underline;
}
.faq-block div {
	margin-bottom: 32px;
}

/* partner */
.partner-list td{
	padding: 10px;
}
.partner-list img{
	float: left;
	margin-right: 15px;
}

/* business page */
.contact-box{
	float: right;
	border: 1px solid #CCCCCC;
	background: white;
	padding: 10px 20px;
	margin: 0px 5px;
}

/* about page */
.about-history{
	float: right;
	border: 1px solid #CCCCCC;
	background: white;
	padding: 10px 20px;
	margin: 0px 5px;
}


/* about page */
.quote-block{
	margin-bottom: 20px;
}
.quote-author{
	text-align: right;
	color: #666666;
}
.award-list td{
	text-align: center;
}

/* sitmap page */
.sitemap ul{
	font-weight: bold;
}
.sitemap ul ul{
	color: #999999;
	list-style: none;
	font-weight: normal;
}
.ad li
{
	margin: 0px;
	padding: 0 0 0 0px;
	list-style: none;
}
.ad li a:link,
.ad li a:hover,
.ad li a:active,
.ad li a:visited
{
          font-size:12px;
	padding: 0px;
	display: inline;
	text-decoration: underline;
	color: #395500;
	overflow: hidden;
}