/**
 * @fileOverview
 * the Contact List css style for www.maxthon.com
 * @author zhangwei <zhangwei@maxthon.net>
 * @version 2011-08-09
 */




/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, strong {
    margin: 0;
    padding: 0
}
fieldset, img {
    border: 0
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}
ol, ul {
    list-style: none
}

/* common */
body {
    font-family: Arial;
    font-size: 12px;
    color: #666;
    line-height: 18px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/bg.gif) #fcfcfc repeat-x 0 0;
}
a {
    color: #0282c4;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}


.wrapper {
    margin: 0 auto;
    width: 960px;
}
.content {
    clear: both;
    margin: 0 11px 15px 9px;
    overflow: hidden;
    zoom: 1;
}
.content .main {
    float: left;
    width: 640px;
}
.content .main h3 {
    font-size: 16px;
    color: #333;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}
.content .aside {
    float: right;
    width: 280px;
}


/* header */
.header {
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/header-bg.gif) no-repeat 0 0;
    margin: 0 6px 0 9px;
}

/* welcome */
.welcome {
    text-align: right;
    color: #b3b3b3;
    padding: 4px 5px 6px 0;
    height: 20px;
	line-height: 20px;
}
.welcome a {
    text-decoration: none;
}
.welcome a:hover {
    text-decoration: underline;
}
.welcome .words {
    color: #666;
}
.welcome .words a {
    color: #666;
}
.welcome .vertical-line {
    padding: 0 8px 0 8px;
}
.welcome span {
	float: right;
}
.welcome .language {
    position: relative;
	float: right;
    width: 70px;
    padding: 0 6px 0 15px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/icon.png) no-repeat 0 -134px;
    _background-position: 0 -134px;
    z-index: 1000;
}
.welcome .language a.tip {
	display:block;
    color: #666;
    padding-right: 10px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/icon.png) no-repeat 64px -328px;
}
.welcome .all-languages {
    position: absolute;
    top: 18px;
    left: -26px;
    width: 117px;
    height: 240px;
    padding: 10px 0 0 10px;
    text-align: left;
    line-height: 20px;
    display: none;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/all-languages-bg.png) no-repeat 0 0;
    _background-image: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/all-languages-bg.gif);
}
.welcome .all-languages a {
    color: #666;
}
.welcome .all-languages a:hover {
    color: #0282c4;
}
.welcome .sns a {
    display: inline-block;
    position: relative;
    top: 4px;
    width: 16px;
    height: 16px;
    padding: 0 0 0 10px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/icon.png) no-repeat 0 0;
}
.welcome .sns a  span {
    display: none;
}
.welcome .sns .youtube {
    background-position: 0 -92px;
}
.welcome .sns .twitter {
    background-position: 0 -46px;
}

/* menu */
.menu {
    height: 43px;
    padding: 1px 0 3px;
    margin: 0 0 10px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/menu-bg.jpg) no-repeat 0 0;
}
.menu h1 {
    float: left;
    width: 196px;
    height: 43px;
    margin-left: 38px;
    _display: inline;
}
.menu .logo {
    display: block;
    height: 43px;
}
.menu .menu-list {
    float: right;
    width: 610px;
    margin-top: -1px;
}
.menu .menu-list li {
    float: left;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 1px 0 0;
    margin-right: 23px;
    z-index: 100;
}
.menu .menu-list li.cur {
    padding: 1px 0px 0;
}
.menu .menu-list a {
    display: block;
    color: #b8cede;
    text-decoration: none;
}
.menu .menu-list a span {
    display: block;
    padding: 0 14px;
}
.menu .menu-list li.hover a,
.menu .menu-list a:hover {
    color: #fff;
    padding: 0;
    background-color: #003b81;
    text-decoration: none;
}
.menu .menu-list li.cur a:hover {
    border: solid #004393;
    border-width: 0 1px;
}
.menu .menu-list li.cur a span,
.menu .menu-list li.hover a span,
.menu .menu-list a:hover span {
    border: solid #1a66bd;
    border-width: 0 1px;
    padding: 0 13px;
}
.menu .menu-list li.cur {
    font-weight: bold;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/menu-cur-bg.gif) no-repeat center 0;
}
.menu .menu-list li.cur a {
    border: solid #004393;
    border-width: 0 1px;
    color: #fff;
}
.menu .submenu-list {
    position: absolute;
    width: 200px;
    padding: 0 0 10px;
    background-color: #003B81;
    display: none;
    z-index: 100;
}
.menu .submenu-list-last {
    margin-left: -139px;
}
.menu .submenu-list li {
    float: none;
    text-align: left;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #184a86;
}
.menu li.hover .submenu-list li a,
.menu .submenu-list li a {
    color: #B8CEDE;
    padding: 0 0 0 16px;
}
.menu li.hover .submenu-list-last li a,
.menu .submenu-list-last li a {
    padding: 0 16px 0 0;
    text-align: right;
}
.menu .submenu-list li a:hover {
    padding: 0 0 0 16px;
    background-color: #01326b;
}
.menu li.hover .submenu-list li a:hover,
.menu li.hover .submenu-list-last li a:hover {
    color: #fff;
}
.menu .submenu-list-last li a:hover {
    padding: 0 16px 0 0;
}
.menu li.cur .submenu-list a {
    font-weight: 100;
}
.menu .submenu-list li.last {
    border: 0;
}


/* product-slide */
.product-slide {
    width: 940px;
    height: 350px;
    margin: 0 6px 15px 9px;
}
.product-slide .product-intro  {
    position: relative;
}
.product-slide .product-intro  li {
    position: absolute;
    left: 0;
    top: 0;
    width: 910px;
    height: 310px;
    padding: 40px 0 0 30px;
}

/* product-intro */
.product-intro h2 {
    font-size: 32px;
    line-height: 35px;
    color: #000;
    margin-right: 340px;
}
.product-intro h3 {
    font-size: 24px;
    font-weight: 100;
    color: #000;
    line-height: 48px;
}
.product-intro .feature-info {
    font-size: 14px;
    margin: 5px 500px 20px 0;
}
.product-intro .ver,
.product-intro .size {
    color: #5c5c5c;
    line-height: 20px;
}
.product-intro .for-protable {
    font-weight: bold;
    padding: 0 0 6px 30px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/icon.png) no-repeat 10px -549px;
}

.product-slide .product-slide-mx3 {
    z-index: 4;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/index-mx3.jpg) no-repeat;
}
.product-slide .product-slide-mobile {
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/index-mobile.jpg) no-repeat;
}
.product-slide .product-slide-tablet {
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/index-tablet.jpg) no-repeat;
}
.product-slide .product-slide-mobile h2,
.product-slide .product-slide-tablet h2 {
    font-size: 29px;
    line-height: 34px;
}
.product-slide .product-slide-mobile h3,
.product-slide .product-slide-tablet h3 {
    font-size: 40px;
}


/* download-btn */
.download-btn {
    display: block;
    width: 180px;
    height: 60px;
    padding: 4px 60px 6px 20px;
    color: #432300;
    text-decoration: none;
    margin: 0 0 5px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/download-btn-bg.png) no-repeat;
}
.download-btn:hover {
    color: #8f4900;
}
.download-btn em {
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin-top: 3px;
}
.mobile-download-btn em {
    font-size: 14px;
}
.download-btn  strong {
    display: block;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    margin-top: -4px;
}

.product-slide .product-slide-btn {
    position: relative;
    top: 270px;
    left: 520px;
    width: 400px;
    height: 60px;
    z-index: 100;
}
.product-slide .product-slide-btn .arrow-btn {
    display: block;
    position: absolute;
    top: 10px;
    width: 21px;
    height: 33px;
    cursor: pointer;
}
.product-slide .product-slide-btn #slide-previous {
    left: 0;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/slide-prev.png) no-repeat;
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://10.0.0.234/images/slide-prev.png", sizingMethod="crop");
}
.product-slide .product-slide-btn #slide-next {
    right: 0;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/slide-next.png) no-repeat;
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://10.0.0.234/images/slide-next.png", sizingMethod="crop");
}
.product-slide .product-slide-btn .product-slide-btn-content {
    position: relative;
    width: 360px;
    margin-left: 30px;
    overflow: hidden;
}
.product-slide .product-slide-btn ul {
    position: relative;
    width: 1000px;
}
.product-slide .product-slide-btn li {
    float: left;
    width: 100px;
    margin-right: 20px;
    text-align: center;
}
.product-slide .product-slide-btn li img {
    display: block;
    margin: 2px;
    border: 1px solid #d0d0cf;
}
.product-slide .product-slide-btn li.cur img {
    margin: 0;
    border:3px solid #034da1;
}
.product-slide .product-slide-btn li a:hover img {
    margin: 1px;
    border: 2px solid #034da1;
}


/* location */
.location {
    margin: 0 6px 15px 9px;
    padding: 5px 0;
}
.line {
    margin-right: 11px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}
.location h2 {
    float: left;
    width: 400px;
    font-size: 24px;
    text-indent: 10px;
    color: #333;
}

.location .nav {
    margin: 0 14px 0 300px;
    padding: 3px 0 0;
    text-align: right;
}
.location .nav a {
    color: #333;
    text-decoration: none;
}
.location .nav a:hover {
    text-decoration: underline;
}
.location .nav li {
    display: inline;
    padding-left: 15px;
}
.location .nav li.cur {
    font-weight: bold;
}

/* maxthon2-product */
.maxthon-product-intro {
    height: 258px;
    margin: 0 6px 0 9px;
    padding: 20px 0 0 30px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/maxthon2-bg.jpg) no-repeat;
}
.mobile-browser {
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/mobile-bg.jpg) no-repeat;
}
.mobile-tablets {
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/tablets-bg.jpg) no-repeat;
}
.maxthon3 {
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/maxthon3-bg.jpg) no-repeat;
}
.maxthon-product-intro h2 {
    font-size: 32px;
    color: #000;
    line-height: 34px;
}
.maxthon-product-intro h3 {
    font-size: 28px;
    color: #000;
    line-height: 26px;
    font-weight: 100;
}
.maxthon-product-intro .feature-info {
    width: 460px;
    margin: 15px 0;
    font-size: 14px;
}
.maxthon-product-intro .ver,
.maxthon-product-intro .size {
    line-height: 20px;
}
.maxthon-product-intro .size a {
    margin-left: 10px;
}

/* download-links */
.download-links {
    height: 33px;
    margin: 0 11px 10px 9px;
    padding-top: 10px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/content-bg.gif) #fff repeat-x 0 bottom;
}
.download-links  dt {
    float: left;
    width: 150px;
    font-weight: bold;
    color: #333;
    text-indent: 10px;
}
.download-links  dd {
    margin-left: 150px;
    line-height: 18px;
    height: 18px;
    overflow:hidden;
}
.download-links  dd a {
    display: inline-block;
    margin-left: 20px;
    text-decoration: none;
}
.download-links  dd a:hover {
    text-decoration: underline;
}

/* feature */
.feature {
    overflow: hidden;
    zoom: 1;
}
.feature-list li {
    float: left;
    padding: 15px 10px 10px;
    width: 280px;
    height: 150px;
}
.feature-list li.fr {
    float: right;
}
.feature-list li .icon {
    float: left;
}
.feature-list .feature-txt {
    margin-left: 45px;
}
.feature-list h5 {
    color: #333;
    font-size: 14px;
    margin: 0 0 10px;
}
.feature-list .pic {
    padding: 5px 0;
}
.feature-list .knows {
    height: 150px;
}

.feature .mobile-partners {
    line-height: 50px;
    padding: 0 0 20px;
}
.feature .mobile-partners img {
    position: relative;
    top: 18px;
    margin-right: 10px;
}

/* press-lastest */
.press-lastest {
    height: 34px;
    line-height: 34px;
    border: 1px solid #ddd;
    margin: 0 11px 15px 9px;
    position: relative;
    overflow: hidden;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/icon.png) #fff no-repeat 100px -371px;
}
.press-lastest .title {
    display: block;
    float: left;
    width: 100px;
    color: #333;
    text-align: center;
}
.press-lastest .press-lastest-list {
    margin: 0 50px 0 100px;
    padding-left: 15px;
    height: 34px;
}
.press-lastest .press-lastest-list li {
    height: 34px;
    overflow: hidden;
    zoom: 1;
}

.press-lastest .press-lastest-list .time {
    padding-right: 10px;
}
.press-lastest .press-lastest-list .more {
    float: right;
    text-decoration: none;
}
.press-lastest .press-lastest-list .more:hover {
    text-decoration: underline;
}

#scroll-bar {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 11px;
    height: 16px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/icon.png) #fff no-repeat -1px -291px;
}
#scroll-bar a {
    display: block;
    width: 11px;
    height: 7px;
    overflow: hidden;
}
#scroll-bar a.down {
    margin: 2px 0 0;
}

/* press-recommend */
.press-recommend .title {
    padding: 20px 5px 10px;
    border-bottom: 1px solid #dedede;
}
.press-recommend .title a {
    float: right;
    text-decoration: none;
}
.press-recommend .title a:hover {
    text-decoration: underline;
}
.press-recommend .title h3 {
    color: #333;
    font-size: 16px;
}
.press-recommend ul {
    margin: 10px 0 0;
}
.press-recommend li {
    padding: 5px 0 5px 10px;
    border-bottom: 1px dotted #cbcdd0;
}
.press-recommend li a {
    color: #666;
    text-decoration: none;
}
.press-recommend li a:hover {
    text-decoration: underline;
}
.press-recommend li.nobrd {
    border: 0;
}

/* aside-recommend */
.aside-recommend {
    margin: 10px 0 0;
}
.aside-recommend .top-brd,
.aside-recommend .btm-brd {
    display: block;
    height: 3px;
    overflow: hidden;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/aside-recommend-brd.jpg) no-repeat;
}
.aside-recommend .btm-brd {
    background-position: 0 -3px;
}
.aside-recommend .aside-recommend-content {
    padding: 2px 7px 10px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/aside-recommend-bg.gif) repeat-y;
}
.aside-recommend .aside-recommend-content .for-free {
    display: block;
    width: 200px;
    height: 50px;
    padding: 9px 0 0 68px;
    text-decoration: none;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/aside-recommend-bg.jpg) no-repeat;
}
.aside-recommend .aside-recommend-content .tv-box {
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/tv-box-bg.jpg) no-repeat;
}
.aside-recommend .aside-recommend-content .for-free em {
    display: block;
    color: #094670;
    font-size: 13px;
    font-style: normal;
}
.aside-recommend .aside-recommend-content .for-free strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    margin: 5px 0 0;
}

.aside-recommend .txt {
    padding: 0 10px 10px;
    line-height: 20px;
}
.aside-recommend  .aside-recommend-list {
    padding: 10px 0 20px 5px;
}
.aside-recommend  .aside-recommend-list li {
    color: #333;
    padding-left: 10px;
    margin: 0 0 6px;
    text-decoration: none;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/icon.png) no-repeat 0 -578px;
}


/* maxthon3-overview */
.maxthon3-overview h3 {
    text-indent: 10px;
}
.maxthon3-overview  .maxthon3-overview-list {
    padding: 20px 0 0 15px;
    overflow: hidden;
}
.maxthon3-overview  .maxthon3-overview-list li {
    float: left;
    width: 90px;
    text-align: center;
    margin-right: 35px;
    font-weight: bold;
    color: #333;
    _display: inline;
}
.maxthon3-overview  .maxthon3-overview-list li a {
    display: inline-block;
    width: 90px;
    color: #333;
    text-decoration: none;
}
.maxthon3-overview  .maxthon3-overview-list li a:hover {
    position: relative;
    margin-top: -4px;
}
.maxthon3-overview  .maxthon3-overview-list li img {
    display: block;
    margin: 0 auto;
}

/* maxthon3-feature */
.maxthon3-feature {
    margin: 0 11px 30px 9px;
}
.maxthon3-feature  h3 {
    font-size: 20px;
    color: #333;
    padding-left: 10px;
    display: inline;
}
.maxthon3-feature  .title {
    padding: 30px 0 15px;
    border-bottom: 1px solid #dedede;
}
.maxthon3-feature  .title a {
    float: right;
    margin: 10px 0 0;
    padding-left: 15px;
    text-decoration: none;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/icon.png) no-repeat 0 -501px;
}
.maxthon3-feature  .title a:hover {
    text-decoration: underline;
}
.maxthon3-feature .maxthon3-feature-list {
    padding: 0 0 0 10px;
    overflow: hidden;
    zoom: 1;
}
.maxthon3-feature .maxthon3-feature-list li {
    float: left;
    width: 295px;
}
.maxthon3-feature .maxthon3-feature-list .maxthon3-feature-mid {
    width: 290px;
    margin: 0 25px;
}
.maxthon3-feature p img {
    margin: 5px 0 0;
}
.maxthon3-feature h5 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin: 25px 0 5px;
}


/* index-feature-list */
.index-feature li {
    padding: 15px 0 40px;
    font-size: 14px;
    overflow: hidden;
    zoom: 1;
}
.index-feature h5 {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 10px;
}
.index-feature  p {
    margin-left: 100px;
}
.index-feature li .pic {
    float: left;
    margin: 2px 15px 0 10px;
}


/* index-maxthon-mm */
.index-maxthon-mm {
	position: relative;
    border: 1px solid #ddd;
    height: 221px;
    padding: 10px 60px 0 15px;
    margin: 0 0 15px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/index-maxthon-mm-bg.jpg) no-repeat;
}
.index-maxthon-mm h3 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #000;
}
.index-maxthon-mm p strong {
    color: #000;
}
.index-maxthon-mm p {
    margin: 0 0 5px;
}
a.learn-more {
	position: absolute;
	right:10px;
	bottom:5px;
}
/* index-pc-doctor */
.index-pc-doctor h3 {
    font-size:16px;
    font-weight: bold;
    color: #333;
    padding: 0 0 10px 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
}
.index-pc-doctor  p {
    padding: 0 10px 5px;
}
.index-pc-doctor .pic {
    text-align: center;
}


/***** about-us *****/
.content .about-content h3 {
    padding-left: 10px;
}
.content .about-content p {
    padding-left: 10px;
    margin: 10px 0 8px;
    line-height: 20px;
    color: #333;
}
.content .about-content .lineds {
    border-bottom: 1px dotted #dedede;
}

/* awards */
.awards h3 {
    margin: 0 0 10px;
    text-indent: 10px;
}
.awards-contact {
    margin: 15px 0 0;
}
.awards .aside .mod-body{
    margin-top:10px;
}
.speaker{
    display:block;
    text-align:right;
    color:#999;
    font-weight:normal;
}
.quotes {
    margin-top: -2px;
}
.quotes p{
    color: #333;
    padding-left: 10px;
    margin-bottom:15px;
}
.media-links ul {
    padding: 6px 0 0 10px;
}
.media-links li{
    margin-bottom:7px;
}
.awards-logos{
    clear:both;
    overflow:hidden;
    zoom:1;
}
.awards-logos h3{
    margin:10px 0 16px;
    padding:10px 0 11px 10px;
    font-size:20px;
    line-height:22px;
    color: #333;
    border-bottom:1px solid #dedede;
}
.awards-logos p{
    color: #333;
    padding-left:9px;
}
.awards-logos li{
     float:left;
}
.awards-logos li img{
     vertical-align:bottom;
}
.awards-logos .awards-logos-list {
    padding: 20px 0 0 10px;
    overflow: hidden;
    zoom: 1;
}
.awards-logos .awards-logos-list li {
    float: left;
    height: 125px;
    width: 154px;
    text-align: center;
}

/* history-honors */
.history-honors {
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/history-bg.png) no-repeat 0 16px;
    margin-left: 9px;
    padding: 7px 0 20px 36px;
    color: #333;
}
.history-honors p.kouhao {
    margin-bottom: 8px;
}
.history-honors li {
    padding-left: 10px;
    margin-bottom: 8px;
}
.history-honors p.awards {
    margin-top: 30px;
}

.press-title {
    height: 29px;
    padding: 2px 0 20px;
    margin: 17px 20px 0 0;    
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/press-title-bg.gif) repeat-x;
}
.press .press-title h3 {
    position: absolute;
    display: inline-block;
    height: 31px;
    padding: 0 0 0 10px;
    color: #0282c4;
    font-size: 14px;
    margin-top: -4px;
    border-bottom: 0;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/press-title.gif) no-repeat left 0;
}
.press .press-title h3 span {
    display: block;
    height: 23px;
    margin: 0 0 0 10px;
    padding: 8px 20px 0 0;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/press-title.gif) no-repeat right 0;
}
.press .main{
    border-right: 1px solid #dedede;
}

.press-list {
    margin: -7px 20px 0 0;
}
.press-list li{
    padding: 5px 20px;
    line-height: 20px;
    border-bottom: 1px dotted #dedede;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/icon.png) no-repeat 10px -570px;
}
.press-list li span {
    display: inline-block;
}
.press-list li a {
    color: #333;
    text-decoration: none;
}
.press-list li a:hover {
    text-decoration: underline;
}

.press .pages {
    padding: 20px 0 30px;
}
.press .pages a {
    margin: 0 5px;
    color: #666;
    text-decoration: none;
}
.press .pages a:hover {
    text-decoration: underline;
}
.press .pages span {
    color: #0282c4;
    font-weight: bold;
}
.press-kit {
    margin-top: -3px;
}
.press-kit h3 {
    font-size: 16px;
    padding: 15px 0 10px 0;
    margin: 0 0 10px;
    border-bottom: 1px solid #dedede;
    color: #333;
}
.press-kit li {
    padding: 10px 0 5px;
}
.press-kit p a {
    margin-right: 6px;
}
.press-contact {
    margin: 20px 0 0;
    padding: 10px;
    background-color: #d5ebfa;
}
.press-contact em {
    display: block;
    margin: 0 0 10px;
    color: #333;
    font: bold 14px Arial;
    font-style: normal;
}
.press-contact strong {
    color: #333;
}

/* office */
.office {
    margin-bottom: 40px;
}
.contact .office h3 {
    text-indent: 10px;
    margin: 0 0 13px;
    border-bottom: 1px dotted #dedede;
}
.office ul {
    margin: 0 0 10px 10px;
}
.office li {
    margin-bottom: 3px;
    line-height: 22px;
}
.office strong {
    padding-right: 5px;
}

/* map */
.content .contact {
    float: left;
    width: 400px;
    color: #333;
}
.map {
    float: right;
    width: 500px;
    padding-right: 25px;
}
.map .map-detail {
    padding: 7px 0 0 8px;
    width: 505px;
    height:292px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/contact-map-bg.png) no-repeat;
}
.map .map-choose {
    margin: 8px -20px 0 0;
    text-align: right;
    color:#999999;
}
.map .map-choose span {
    font-weight: bold;
    margin: 0 20px;
    cursor: pointer;
    color: #333;
}
.map .map-choose span.cur {
    color: #0282c4;
}

/* others-contact */
.others-contact {
    clear: both;
    padding: 20px 0 0 9px;
    color: #333;
    overflow: hidden;
    zoom: 1;
    border-top: 1px dotted #dedede;
}
.others-contact li {
    float: left;
    width: 400px;
    margin-bottom: 10px;
}
.others-contact h4 {
    font-size: 14px;
    margin: 0 0 15px;
}
.others-contact strong {
    padding-right: 5px;
}

/* feedback */
.feedback {
    color: #333;
}
.feedback h3{
    margin-bottom:15px;
    padding:10px 0 15px 9px;
    font-size:20px;
    line-height:22px;
    border-bottom:1px solid #dedede;
}
.feedback .feedback-tips {
    padding: 3px 0 23px 10px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/content-bg.gif) repeat-x 0 bottom;
    font-size: 14px;
}
.feedback form {
    position: relative;
    padding: 0 0 30px 10px;
}
.feedback form label {
    display: block;
    margin-top: 12px;
    margin-bottom: 7px;
    font-weight: bold;
}
.feedback form label span {
    color: #ff0000;
}
.feedback form input,
.feedback form select,
.feedback form textarea {
    border: 1px solid #c2c5cc;
    font-size: 12px;
}
.feedback form input {
    width: 385px;
    padding: 2px;
}
.feedback form select {
    width: 245px;
}
.feedback form textarea {
    width: 614px;
    overflow: auto;
    padding: 2px;
}
.feedback form .submit-btn {
    width: 106px;
    height: 34px;
    margin-top: 20px;
    border: none;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/submit-btn-bg.png) no-repeat;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.feedback #collaps-feedback {
    float: right;
    padding-left: 15px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/icon.png) no-repeat 0 -500px;
    cursor: pointer;
    text-decoration: none;
}

/* aside mod */
.aside .mod-head{
    position: relative;
    height: 127px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/extra-head-bg.jpg) no-repeat 10px 0;
}
.aside .mod-head a {
    position: absolute;
    right: 52px;
    bottom: 22px;
    color: #fff;
    text-decoration: none;
}
.aside .head a:hover {
    text-decoration: underline;
}
.aside .mod-body {
    padding-bottom: 3px;
    border-top: 3px solid #25a2e0;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/mod-body-bg.png) no-repeat 0 bottom;
}
.aside .mod-body h3{
    border-bottom: 1px dotted #dedede;
    padding-bottom: 12px;
    font: bold 18px/20px Arial;
    color: #333;
}
.aside .mod-body ul {
    margin: 10px 0 30px;
}
.aside .mod-body li{
    line-height: 24px;
}
.aside .mod-body .contact-box {
    padding: 20px 15px 15px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/arrow-down.gif) no-repeat 45px 0;
}
.aside .mod-body .contact-box strong {
    color: #333;
}
.aside .mod-body .contact-box li p {
    line-height: 18px;
}


/***** sitemap *****/
.content .sitemap {
    padding: 0 0 30px;
}
.location h2.single {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #dedede;
}
.content .sitemap h3 {
    margin-bottom: 10px;
    border-bottom: 1px dotted #dedede;
}
.sitemap-contact {
    margin: 10px 0 0;
}
.sitemap-title {
    margin: -10px 0 0;
}
.content .sitemap h3 {
    padding-top: 20px;
    text-indent: 10px;
}
.sitemap li {
    line-height: 24px;
    padding-left: 30px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/sitemap-icon.png) no-repeat 10px 6px;    
}
.sitemap li.folder {
    background-position: 10px -28px;
}
.sitemap li.folder dd {
    padding-left: 20px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/sitemap-icon.png) no-repeat 0 6px;
}

/***** community *****/
.content .community {
    color: #333;
}
.content .community .fans {
    margin-bottom: 7px;
    padding: 6px 0 0 10px;
    border: none;
}

.content .community .fans-intro {
    padding: 0 0 15px 10px;
    border-bottom: 1px dotted #dedede;
}

.content .community .fans-list {
    padding: 20px 0 0 10px;
}

.content .fans-list li {
    margin-bottom: 21px;
    padding-left: 43px;
}

.content .fans-list h4{
    margin-bottom: 5px;
    color: #333;
    font-size: 18px;
    font-weight: normal;
}

.content .fans-list .icon1 {
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/participate-icon1.png) no-repeat 0 0;
}

.content .fans-list .icon2 {
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/participate-icon2.png) no-repeat 0 0;
}

.content .fans-list .icon3 {
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/participate-icon3.png) no-repeat 0 0;
}

.content .fans-list p {
    padding: 0;
}

.content .community .thanks-title {
    padding-left: 10px;
}

.content .thanks {
    width: 625px;
    padding: 0 0 20px;
}

.content .thanks p {
    margin: 13px 0 0 10px;
    padding: 0;
    line-height: 18px;
}

/* Sponsor Us */
.content .sponsor h3,
.content .promote h3 {
    margin: 0 0 10px;
    text-indent: 10px;
    border-bottom: 1px dotted #dedede;
}
.content .sponsor,
.content .promote {
    color: #333;
}
.content .sponsor {
    margin: -6px 0 0;
}
.content .promote {
    margin: -10px 0 0;
}
.sponsor p{
    margin-bottom: 10px;
    line-height: 18px;
    padding-left: 10px;
}
.sponsor ul{
    margin: 16px 0 20px 10px;
}
.sponsor li{
    line-height: 1.8;
}

.promote p{
    line-height: 18px;
    padding-left: 10px;
}
.promote ul{
    margin: 20px 0 0 10px;
}
.promote li{
    margin-bottom: 10px;
}

.mx-logos-outer{
    margin: 0 0 20px 10px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/dotted-l-bg.png) no-repeat left top;
    padding-left: 7px;
}
.mx-logos-inner{
    padding-right: 7px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/dotted-r-bg.png) no-repeat right top;
}
.mx-logos {
    height: 117px;
    padding: 20px 0 0 5px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/dotted-m-bg.png) repeat-x;
}
.mx-logos-outer p {
    margin-bottom: 20px;
}
.mx-logos-outer p img {
    margin-right: 25px;
    vertical-align: top;
}




/***** spread *****/
.content .spread,
.content .ambassador {
    color: #333;
}
.content .spread h3 {
    margin-bottom: 7px;
    padding: 6px 0 20px 10px;
    border: none;
    border-bottom: 1px dotted #dedede;
}

.content .spread h4 {
    margin: 20px 0 0 10px;
    font-size: 16px;
}

.content .spread .info {
    margin: 10px 0 0 10px;
    line-height: 18px;
}


.content .ambassador h3 {
    line-height: 20px;
    border-bottom: 1px dotted #dedede;
    margin: -7px 0 10px;
    padding-left: 10px;
}
.content .ambassador p {
    padding-left: 10px;
}
.content .ambassador .joinus {
    margin-bottom: 8px;
}

/* privacy */
.privacy {
    color: #333;
    padding: 0 10px 0;
}
.privacy p {
    padding: 0 0 10px;
}

/* faq */
.content .faq h5 {
    color: #2983B3;
    font-size: 125%;
    font-weight: bold;
    padding: 5px 0;
    text-decoration: underline;
    cursor: pointer;
}


/* business */
.business {
    color: #333;
    padding-left: 10px;
}
.business p {
    line-height: 18px;
    margin-bottom: 10px;
}
.business li {
    line-height: 28px;
}
.business li a {
    color: #333;
    margin-right: 3px;
    
}
.business p.know-more {
    margin: 10px 0 15px 0;
    font-weight: bold;
}
.business p.know-more a {
    color: #0282c4;
}

/* partners */
.partners {
    color: #333;
}
.partners h3 {
    text-indent: 10px;
}
.partners li{
    display:inline;
    float:left;
}
.partners li a{
    text-decoration: none;
    font-weight: bold;
    color: #333;
}
.partners a:hover{
    text-decoration:underline;
}
.partners .list-img{
    margin-left: -30px;
    padding: 0 0 30px;
    overflow: hidden;
    zoom: 1;
}
.partners .list-img li{
    float: left;
    width:120px;
    text-align:center;
    margin: 20px 0 0 40px;
}
.partners .list-img img{
    display:block;/*for ie6*/
}

.partners .list-text{
    margin: 0 0 30px 10px;
    overflow: hidden;
    zoom: 1;
}
.partners .list-text li{
    margin-right: 35px;
    padding-left: 10px;
    border-left: 4px solid #6598c5;
    line-height: 18px;
}
.partners p {
    padding: 0 0 30px;
    text-indent: 10px;
}

/* breadcrumbs */
.breadcrumbs {
    clear: both;
    background-color: #fff;
    border-top: 1px solid #E4E4E4;
    height: 33px;
    line-height: 33px;
    text-align: center;
}
.breadcrumbs ul {
    margin: 0 auto;
    width: 940px;
}
.breadcrumbs li {
    float: left;
    padding: 0 10px 0 20px;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/icon.png) no-repeat 0 -228px;
}
.breadcrumbs li  a {
    text-decoration: none;
}
.breadcrumbs li  a:hover {
    text-decoration: underline;
}
.breadcrumbs li.home {
    background-position: 0 -175px;
    padding: 0;
    width: 30px;
}
.breadcrumbs li.home a {
    display: block;
    height: 33px;
    line-height: 80px;
    overflow: hidden;
}
.breadcrumbs li.home a:hover {
    outline: none;
}

/* footer */
.footer {
    clear: both;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/footer-bg.gif) repeat-x;
}
.footer a {
    color: #666;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .wrapper {
    padding: 15px 0 0;
    background: url(/proxy/https/web.archive.org/web/20111108195301im_/http://de.maxthon.com/images/footer-wrapper-bg.jpg) no-repeat;
}

.footer dl {
    float: left;
    height: 176px;
    width: 178px;
    line-height: 20px;
}
.footer  dt {
    color: #333;
    font-weight: bold;
    line-height: 26px;
}
.footer .help-col {
    margin-left: 240px;
    _display: inline;
}
.footer .downloads-col {
    width: 240px;
}
.footer .company-col {
    width: 120px;
}

.footer .copyright {
    clear: both;
    padding: 0 0 0 40px;
    color: #a0c5de;
    height: 50px;
    line-height: 50px;
}
/*
     FILE ARCHIVED ON 19:53:01 Nov 08, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:01:33 Apr 30, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.58
  exclusion.robots: 0.052
  exclusion.robots.policy: 0.041
  esindex: 0.01
  cdx.remote: 16.253
  LoadShardBlock: 192.266 (3)
  PetaboxLoader3.resolve: 159.716 (4)
  PetaboxLoader3.datanode: 101.465 (4)
  load_resource: 97.9
*/