div, td, th, a, p, span {
    font-size: 12px;
    line-height: 20px;
    font-family: Verdana;
    color: #333;
}

body {
    margin: 0px;
    margin: auto;
    text-align: center;
    background: #ddeaf2;
}

i {
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    color: #FF0000;
    font-style: normal;
}

h3 {
    font-size: 12px;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    color: black;
    font-weight: bold;
    line-height: 18px;
}

a, a:hover {
    color: #1a8bd9;
    text-decoration: none;
}

h1, h2, h3, h4, ol, ul, li, dl, dt, dd {
    margin: 0px;
    padding: 0px;
}

img {
    border-width: 0px;
}

h1 {
    font-size: 20px;
    padding: 10px 0px 20px 0px;
    font-family: Georgia;
}

h2 {
    font-size: 14px;
    line-height: 30px;
}

h3 {
    line-height: 30px;
    font-size: 14px;
}

ol {
    margin: 5px 10px;
}

ul {
    margin: 0px;
    padding: 0px;
}

    ul li {
        list-style-type: none;
    }

ol li {
    margin-left: 30px;
    list-style-type: decimal;
}

p {
    margin: 0px;
    padding: 0px;
}

fieldset {
    margin: 5px;
    border: 1px solid #ccc;
}

legend {
    color: #999;
    padding: 10px;
}

hr {
    height: 1px;
    color: #ccc;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.small {
    font-size: 11px;
}

h1.blue {
    font-size: 24px;
    font-family: Georgia;
    color: #6abaec;
    padding: 0px;
    margin: 5px;
    line-height: 30px;
    font-weight: normal;
}

.note {
    background: #FDF3C7;
    border: 1px solid #FEB525;
    padding: 5px;
    margin: 5px 0px;
    margin-bottom: 10px;
}

.detail {
    text-align: right;
    color: #999;
    margin: 10px 0px;
}

    .detail a {
        font-size: 14px;
        font-weight: bold;
    }

.pic {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.bor {
    margin-bottom: 10px;
}

.line {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.gray {
    color: #999;
}

.listh li {
    float: left;
    width: 220px;
    padding: 10px 0px;
}

.list li {
    margin-left: 20px;
    list-style-type: disc;
}

.icon {
    margin: 5px 10px;
}

.box {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background: #f0f0f0;
    padding: 5px;
}

.box0 {
    margin-bottom: 10px;
}

.light {
    background: yellow;
    padding: 0px 3px;
}

.separator {
    background: url(/images/separator.png) center top no-repeat;
    height: 5px;
    margin-bottom: 10px;
}

a.greenbtn, a.orgbtn, a.bluebtn, a.yellowbtn {
    float: left;
    margin: 5px 5px 5px 0px;
    padding-left: 5px;
    background-image: url(/images/btn.gif);
    background-repeat: no-repeat;
}

    a.greenbtn span, a.orgbtn span, a.bluebtn span, a.yellowbtn span {
        white-space: nowrap;
        float: left;
        padding: 0px 15px 0px 10px;
        text-decoration: none;
        cursor: hand;
        background-image: url(/images/btn.gif);
        background-repeat: no-repeat;
    }

a.greenbtn {
    background-position: left -96px;
}

    a.greenbtn span {
        background-position: right -96px;
        line-height: 32px;
        color: #fff;
        font-size: 18px;
    }

a.orgbtn {
    background-position: left -64px;
}

    a.orgbtn span {
        background-position: right -64px;
        line-height: 32px;
        color: #fff;
        font-size: 18px;
    }

a.bluebtn {
    background-position: left 0px;
}

    a.bluebtn span {
        background-position: right 0px;
        line-height: 26px;
        color: #076086;
        font-size: 14px;
    }

a.yellowbtn {
    background-position: left -30px;
}

    a.yellowbtn span {
        background-position: right -30px;
        line-height: 26px;
        color: #947008;
        font-size: 14px;
    }

/*Layout*/
#container {
    text-align: left;
    background: #fff;
    margin: auto;
    background: url(/images/page_grad.png) center top repeat-y;
    padding: 0px 10px;
    width: 980px !important;
    width: 1000px;
}

#header {
    background: #fff url(/images/headerbg.gif) left top repeat-x;
    padding-bottom: 10px;
}

#content {
    padding: 10px;
    background: #fff;
}

#content0 {
    padding: 10px;
    width: 930px;
    background: #fff;
}

#main {
    float: left;
    margin: 10px;
    width: 680px;
}

#main0 {
    float: left;
    width: 800px;
    margin: 10px;
}

#right {
    float: right;
    width: 240px;
    margin: 10px;
}

#left {
    float: left;
    width: 220px;
    margin: 10px 20px 0px 0px;
}

#footer {
    clear: both;
    background: #fff url(/images/footerbg.gif) left top repeat-x;
    padding: 10px;
    color: #999;
    font-size: 11px;
}

/*Header*/
#topmenu {
    float: right;
    position: relative;
}

#logo {
    float: left;
    margin-top: 10px;
    width: 200px;
}

#logoelse {
    float: right;
    width: 730px;
    padding: 0px 5px;
    position: relative;
    z-index: 100;
}

#mainmenu {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

    #mainmenu li {
        display: inline;
        padding: 0px;
        margin-left: 2px;
    }

        #mainmenu li a {
            float: left;
            padding-left: 5px;
            margin-right: 1px;
        }

            #mainmenu li a span {
                float: left;
                padding: 0px 12px 0px 7px;
                color: #1d7bbf;
                font-size: 14px;
                line-height: 26px;
                cursor: hand;
            }

            #mainmenu li.selected a, #mainmenu li a:hover {
                background: url(/images/mainmenu.gif) left 0px no-repeat;
            }

                #mainmenu li.selected a span, #mainmenu li a:hover span {
                    background: url(/images/mainmenu.gif) right -30px no-repeat;
                }

#livesupport {
    float: right;
    margin-top: 5px;
    position: relative;
    z-index: 100;
}

    #livesupport #livebtn {
        margin-left: 8px;
        z-index: 2;
    }

    #livesupport #livemenu {
        position: absolute;
        z-index: 1;
        top: 44px;
        width: 186px;
        right: -4px;
        display: none;
    }

        #livesupport #livemenu ul {
            margin: 15px 6px 15px 6px;
            padding: 0px 10px;
        }

        #livesupport #livemenu li {
            width: 100%;
        }

        #livesupport #livemenu a {
            display: block;
            color: #333;
            padding: 5px;
        }

            #livesupport #livemenu a:hover {
                background: #0caef1;
                color: #fff;
            }

        #livesupport #livemenu img {
            border: 1px solid #cff2f9;
        }

        #livesupport #livemenu i {
            font-size: 11px;
            font-weight: normal;
            color: #666;
            font-style: italic;
        }

        #livesupport #livemenu .offline img {
            filter: Gray;
        }

        #livesupport #livemenu .offline i {
            color: #ccc;
        }

.livemenu0 {
    background: url(/images/popumenu.gif) left bottom no-repeat;
}

.livemenu1 {
    background: url(/images/popumenu.png) left bottom no-repeat;
    padding-bottom: 30px;
}

#topmenu a {
    color: #1a74b0;
    line-height: 26px;
}

#topmenu .demo {
    background: url(/images/play.gif) left center no-repeat;
    padding-left: 20px;
    border-right: 1px solid #ccc;
    padding-right: 5px;
    margin-right: 5px;
}

#topmenu .contact {
}

#topmenu .tel {
    font-weight: bold;
}

#topmenu .left_corner {
    background: url(/images/topmenu.gif) left 0px no-repeat;
    padding-left: 4px;
}

#topmenu .right_corner {
    background: url(/images/topmenu.gif) right -52px no-repeat;
    padding-right: 4px;
}

#topmenu .mid_corner {
    background: #edf2f6 url(/images/topmenu.gif) left -26px repeat-x;
    padding: 0px 5px;
}

/*Banner*/
.banner {
    background-color: #00aff0;
    height: 100px;
    background-position: right top;
    background-repeat: no-repeat;
}

    .banner p {
        padding: 10px 40px;
    }

    .banner p, .banner span {
        color: #fff;
        font-size: 30px;
        font-family: Georgia;
        line-height: 40px;
    }

duct {
    background-image: url(/images/banner_product.gif);
}

#banner_about, #banner_blog {
    background-image: url(/images/banner_about.gif);
}

#banner_support {
    background-image: url(/images/banner_support.gif);
}

#banner_download {
    background-image: url(/images/banner_about.gif);
}

#banner_buy {
    background-image: url(/images/banner_buy.gif);
}

#banner_mobile {
    background-image: url(/images/banner_mobile.gif);
    background-position: 600px top;
}

/*Content*/
#main p, #right p {
    margin-bottom: 8px;
}


#footer #address {
    float: left;
    font-size: 11px;
}

    #footer #address p {
        font-size: 11px;
        color: #666;
    }

#footer a {
    font-size: 11px;
    color: #666;
}

    #footer a:hover {
        text-decoration: underline;
    }

#footer #footermenu {
    float: right;
}

    #footer #footermenu li {
        float: left;
        padding: 0px 5px; /*line-height:20px;*/
        margin: 0px;
    }

#footer #lang a {
    color: #1a8bd9;
}

.c {
    padding: 5px;
}

.whiteround {
    position: relative;
    background-color: #f2fbfe;
}

.round {
    position: relative;
    background-color: #f2fbfe;
    border: 1px solid #ccf1f9;
}

.roundt, .roundt span, .roundb, .roundb span {
    background: url(/images/box.gif) no-repeat;
    font-size: 0px;
}

.roundt, .roundb {
    position: absolute;
    height: 6px;
    width: 100%;
}

    .roundt span, .roundb span {
        float: right;
        width: 6px;
        height: 6px;
        margin-right: -2px;
        font-size: 0px;
    }

.roundt {
    margin-left: -1px;
    margin-top: -1px;
    background-position: -6px 0;
}

.roundb {
    margin-left: -1px;
    margin-top: -5px;
    background-position: -6px -6px;
}

    .roundb span {
        background-position: 0 -6px;
    }

.round .arrow {
    position: absolute;
    background: url(/images/box.gif) left -12px no-repeat;
    height: 7px;
    width: 15px;
    top: 5px;
    left: 20px;
}

.whiteround .roundt, .whiteround .roundt span, .whiteround .roundb, .whiteround .roundb span {
    background: url(/images/box_white.gif) no-repeat;
}

.whiteround .roundt {
    margin-left: -1px;
    margin-top: -1px;
    background-position: -6px 0;
}

.whiteround .roundb {
    margin-left: -1px;
    margin-top: -5px;
    background-position: -6px -6px;
}

    .whiteround .roundb span {
        background-position: 0 -6px;
    }

.dot li {
    padding-left: 10px;
    background: url(/images/dotcir.gif) left 8px no-repeat;
    color: #666;
}

.top {
    text-align: right;
}

    .top a {
        font-size: 11px;
        padding: 0px 5px;
        background: url(/images/arrup.gif) left center no-repeat;
        padding-left: 12px;
    }


dl {
    border: 1px solid #bceafb;
    margin-bottom: 10px;
}

dt {
    background: #f2f9fc;
    padding: 5px;
    font-size: 14px;
    color: #666;
    font-family: Arial;
    font-weight: bold;
}

dd {
    background: #fff url(/images/bgdd.gif) left bottom repeat-x;
    padding: 10px 5px 11px 5px;
    color: #666;
    text-align: left;
}

/*path*/
.path {
    font-size: 11px;
    line-height: 15px;
    color: #999;
}

    .path a {
        font-size: 11px;
        line-height: 15px;
    }




/*Right*/
#right .round {
    margin: 10px;
}

#right H2 {
    margin-bottom: 8px;
}

.quotes {
    background: url(/images/quotes_1.gif) left top no-repeat;
    text-indent: 16px;
}

    .quotes span {
        background: url(/images/quotes_2.gif) right bottom no-repeat;
        padding-right: 20px;
    }

.more {
    text-align: right;
    background: url(/images/more.gif) right center no-repeat;
    padding-right: 10px;
}

    .more a {
        color: #f58146;
    }



.liright {
    margin-left: 10px;
}

    .liright li {
        padding-left: 18px;
        background: url(/images/right.gif) left center no-repeat;
        line-height: 23px;
    }

.codediv, xmp {
    background: #f2fbfe;
    border: 1px solid #ccf1f9;
    padding: 5px;
    margin: 10px 0px;
}


/*Form*/
.form {
    margin: 10px;
    text-align: left;
    background: #fbfcfc;
    border: 1px solid #eeeff0;
    padding: 10px;
    color: #999;
}

.field {
    clear: both;
    padding: 5px;
}

.lbl {
    float: left;
    width: 250px;
    padding-right: 5px;
    color: #333;
    text-align: right;
}

.val {
}

.submit {
    clear: both;
    padding-left: 255px;
    margin-top: 5px;
}

.txt {
    width: 250px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 2px;
}

.txt_focus {
    border: 1px solid #6eb5d6;
    background: #eaf7ff;
}

.btn {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 14px;
    padding: 5px 20px;
}

.msg {
    padding: 10px;
    font-size: 14pt;
    background: #f8f8f9;
    padding: 5px;
    border: 1px dashed #dddde5;
    color: red;
}

.tblData {
    background: #cccccc;
    text-align: left;
}

    .tblData td, .tblData th {
        background: #ffffff;
    }

    .tblData td, .tblData th {
        padding: 2px 5px;
    }

    .tblData hr {
        height: 1px;
        color: #cccccc;
    }

.tblHead td {
    background: #eee;
    font-weight: bold;
}

.tblHeaderOut {
}

.tblData .fntS {
    font-size: 75%;
    color: #808086;
}

.tblData .tblAlter td {
    background: #eeeeee;
}

.tblItem {
    background: #ffffff;
}

/*Index*/
#indexbanner0 {
    padding-left: 560px;
    height: 331px;
    z-index: 99;
}

    #indexbanner0 H1 {
        font-size: 30px;
        font-family: Georgia;
        color: #fff;
        line-height: 20px;
        font-weight: normal;
        padding-top: 40px;
    }

    #indexbanner0 p {
        padding: 0px;
    }

    #indexbanner0 p, #indexbanner div {
        color: #d2f1fd;
        font-size: 14px;
        font-family: Verdana;
    }

    #indexbanner0 .learnmore {
        padding-top: 5px;
    }

        #indexbanner0 .learnmore a {
            color: #d2f1fd;
            font-size: 18px;
            font-family: Georgia;
            line-height: 30px;
            text-decoration: underline;
            padding-top: 3px;
        }

    #indexbanner0 ul {
        margin-bottom: 10px;
    }

    #indexbanner0 li {
        color: #000;
        margin-left: 20px;
        list-style-type: disc;
        font-size: 14px;
    }

#indexbanner {
    padding-left: 560px;
    height: 331px;
    z-index: 99;
}

    #indexbanner H1 {
        font-size: 30px;
        font-family: Georgia;
        color: #fff;
        line-height: 20px;
        font-weight: normal;
        padding-top: 40px;
    }

    #indexbanner p {
        padding: 0px;
    }

    #indexbanner p, #indexbanner div {
        color: #d2f1fd;
        font-size: 14px;
        font-family: Verdana;
    }

    #indexbanner .learnmore {
        padding-top: 5px;
    }

        #indexbanner .learnmore a {
            color: #d2f1fd;
            font-size: 18px;
            font-family: Georgia;
            line-height: 30px;
            text-decoration: underline;
            padding-top: 3px;
        }

    #indexbanner .hot a {
        float: left;
        color: #d2f1fd;
        font-size: 14px;
        text-decoration: underline;
        font-weight: bold;
        background: url(/images/hot.gif) left center no-repeat;
        padding-left: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #indexbanner a {
        color: #fff;
        text-decoration: none;
    }

#indexsolution {
    margin-bottom: 10px;
}

    #indexsolution .item {
        float: left;
        width: 233px;
        margin: 5px;
    }

        #indexsolution .item h2 {
            color: #353435;
            font-size: 14px;
            line-height: 25px;
            padding: 0px;
            margin: 0px;
            text-align: center;
        }

    #indexsolution .quotes {
        margin-left: 10px;
    }

#indexbanner ul {
    margin-bottom: 10px;
}

#indexbanner li {
    color: #fff;
    margin-left: 20px;
    list-style-type: disc;
    font-size: 14px;
}

#indexquicklink {
    background: #f2fbfe url(/images/bgblue.gif) left bottom repeat-x;
    margin: 5px 0px 5px 5px;
    border: 1px solid #ccf1f9;
}

.item {
    float: left;
    margin: 10px;
    margin-right: 20px;
}

#explore {
    background: url(/images/light60.gif) right center no-repeat;
    width: 180px;
    height: 60px;
}

#try {
    background: url(/images/save60.gif) right center no-repeat;
    width: 180px;
    height: 60px;
}

#buy {
    background: url(/images/tag60.gif) right center no-repeat;
    width: 200px;
    height: 60px;
}

#update {
    background: url(/images/help60.gif) right center no-repeat;
    width: 230px;
    height: 60px;
}

a.big {
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    padding: 5px;
}

/*feature*/

#left {
}

.talk {
    FONT-STYLE: italic;
    FONT-FAMILY: "Times New Roman", Times;
    MARGIN-BOTTOM: 20px;
    FONT-SIZE: 16px;
}

.sidemenu {
}

    .sidemenu li {
        border-bottom: 1px dotted #ccc;
        margin-bottom: 5px;
        padding: 5px;
        padding-right: 0px;
    }

    .sidemenu h1 {
        font-weight: bold;
        font-size: 18px;
        line-height: 20px;
        padding: 0px;
        margin: 0px;
        font-family: Arial;
    }

    .sidemenu p {
        margin: 0px;
        color: #999;
        font-family: Arial;
    }

    .sidemenu li a {
        display: block;
        padding-right: 5px;
    }

    .sidemenu li.selected {
        background: url(/images/bgblue.gif) right center repeat-x;
    }

        .sidemenu li.selected a {
            background: url(/images/sidemenu_selected.gif) right center no-repeat;
        }

.sidemenu2 li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2px;
    padding: 2px;
}

.product {
}

    .product .logo {
        float: left;
        margin-top: 10px;
    }

        .product .logo img {
            border-width: 0px;
        }

    .product .intro {
        float: left;
        width: 500px;
        padding-left: 10px;
    }

.feature {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .feature .pic {
        float: left;
        border-width: 0px;
        padding: 0px;
        margin-top: 10px;
        position: relative;
        cursor: hand;
    }

        .feature .pic img {
            cursor: hand;
        }

    .feature img.pic {
        margin-bottom: 10px;
    }

    .feature .zoom {
        width: 169px;
        height: 119px;
        top: -10px;
        left: -10px;
        position: absolute;
        display: block;
        background: url(/images/zoom.gif) left top no-repeat;
        cursor: hand;
    }

    .feature .intro {
        float: left;
        width: 490px;
        padding-left: 20px;
        line-height: 20px;
    }

        .feature .intro H3 {
            font-size: 14px;
            line-height: 20px;
        }

a.video {
    background: url(/images/video.gif) left top no-repeat;
    width: 80px;
    line-height: 26px;
    display: block;
    padding-left: 37px;
    font-family: Arial;
}

.featurelist {
    margin-bottom: 20px;
}

    .featurelist li {
        float: left;
        width: 210px;
        padding: 2px 0px;
        padding-left: 10px;
        background: url(/images/dot.gif) left center no-repeat;
    }

        .featurelist li a {
            line-height: 20px;
        }
/*Download*/

#downloadbox {
    float: left;
    background-color: #e0f6fe;
    width: 637px;
    margin-bottom: 20px;
    margin-right: 15px;
}

#downloadcontent {
    float: left;
    border-right: 1px solid #bceafb;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
}

    #downloadcontent h1 {
        margin: 0px;
        padding: 0px;
        line-height: 35px;
    }

    #downloadcontent p {
        color: #666;
    }

        #downloadcontent p b {
            margin-right: 5px;
        }

#downloadtext {
    float: left;
    font-family: Arial;
    color: #666;
    padding-top: 10px;
}

#downloaddesc {
    float: left;
    background: #c2e066;
    width: 300px;
    margin-bottom: 10px;
}

    #downloaddesc .title {
        font-size: 20px;
        color: #fff;
        line-height: 36px;
        margin: 0px;
        padding: 0px;
    }

    #downloaddesc .text {
        margin: 10px;
        padding-left: 60px;
        background: url(/images/downloadicon.gif) left center no-repeat;
        color: #fff;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
    }

    #downloaddesc .a {
        color: #fff;
    }

.downloadrequest {
    float: left;
    width: 310px;
    margin-bottom: 20px;
}

    .downloadrequest dd {
        height: 110px;
        font-size: 11px;
        line-height: 18px;
        padding: 5px;
        position: relative;
        height: 120px;
    }

    .downloadrequest .pic {
        float: left;
        margin-right: 10px;
        border-width: 0px;
    }

    .downloadrequest .list {
        float: left;
    }

        .downloadrequest .list li {
            padding: 4px 0px;
            font-size: 12px;
            line-height: 18px;
        }

    .downloadrequest .links {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

a.down, a.blue {
    background-color: #00aff0;
    color: #fff;
    font-weight: bold;
    padding: 4px 10px;
    margin: 8px;
    margin-left: 0px;
}

a.down {
    background-image: url(/images/arrdown.gif);
    background-position: 4px center;
    background-repeat: no-repeat;
    padding-left: 18px;
}

#cleint_win {
    width: 320px;
}

#cleint_mac {
    margin-left: 15px;
    margin-right: 15px;
}

.downloadList {
    margin: 0px 20px;
}

    .downloadList li {
        float: left;
        margin-right: 30px;
        height: 110px;
    }

        .downloadList li .icon {
            float: left;
            width: 40px;
        }

        .downloadList li .intro {
            float: left;
            width: 360px;
        }

/*BuyNow*/
.buytbl {
    margin-bottom: 5px;
    border-collapse: collapse;
    position: relative;
    width: 100%;
}

    .buytbl td {
        padding: 2px 4px;
        border: 1px solid #eef2fb;
        text-align: center;
        font-size: 11px;
    }

    .buytbl .free {
        color: Green;
    }

    .buytbl .quantity {
        font-weight: bold;
        text-align: right;
        padding-right: 80px;
    }

    .buytbl .small {
        text-align: left;
    }

    .buytbl .tblHeader {
        background: #f3fcff url(/images/tblHeader.png) left top repeat-x;
        padding: 0px;
    }

        .buytbl .tblHeader td {
            color: #333333;
            font-family: Arial;
            vertical-align: top;
            font-size: 14px;
            font-weight: bold;
            padding: 3px 10px;
        }

    .buytbl .tblHeader1 {
        background-color: #f3fcff;
    }

    .buytbl .tblHeader2 {
        background-color: #FFF;
    }

    .buytbl .row1 {
        background-color: #fff;
    }

    .buytbl .row2 {
        background-color: #eef9fe;
    }

    .buytbl .standard {
        width: 180px;
    }

    .buytbl .pro {
        width: 180px;
    }

    .buytbl td.price {
        text-align: right;
    }

.price .gray {
    color: #999;
    font-size: 11px;
    padding-left: 5px;
}

a.buy {
    background: url(/images/buy.gif) left top no-repeat;
    width: 115px;
    height: 25px;
    display: block;
    line-height: 25px;
    font-size: 14px;
    font-family: Arial;
}

.buytbl td.most {
}

.buytbl td.buybtn {
    padding: 0px 0px 0px 40px;
}

.buytbl .tblHeader3 {
    background: #c2e066;
}


#buy_service {
    float: left;
    width: 370px;
    margin-right: 10px;
    margin-bottom: 6px;
}

    #buy_service li {
        font-size: 11px;
        background: url(/images/icon.gif) left -115px no-repeat;
        padding-left: 20px;
    }

#buy_back {
    float: right;
    width: 285px;
    margin-bottom: 6px;
}

    #buy_back h2 {
        line-height: 24px;
        padding-top: 5px;
    }

    #buy_back img {
        margin: 10px 0px;
        padding-bottom: 10px;
    }

#buy_option {
    margin-bottom: 6px;
}

    #buy_option li {
        line-height: 20px;
        font-size: 11px;
    }

#buy_service .c, #buy_back .c {
}


/*Support*/
.faq {
    margin: 0px;
}

    .faq li {
        margin: 0px;
        list-style-type: none;
    }

.question {
    font-weight: bold;
    background: url(/images/question.gif) left top no-repeat;
    padding-left: 40px;
    line-height: 40px;
    cursor: hand;
}

    .question a {
        color: #1a8bd9;
    }

.answer {
    margin-left: 40px;
    margin-bottom: 10px;
}

/*demo*/
.step {
    float: left;
    margin: 10px 0px;
}

    .step .stepTitle {
        width: 200px;
        padding-bottom: 10px;
        color: #99ccff;
        font-weight: bold;
        text-align: center;
    }

        .step .stepTitle img {
            padding: 5px;
        }

.demoList {
    margin-left: 5px;
}

    .demoList li {
        padding-left: 15px;
        text-align: left;
    }

        .demoList li.sp {
            background-image: none;
            padding: 0px;
            border-bottom: 1px dotted #ccc;
            margin-bottom: 2px;
            line-height: 0px;
            font-size: 0px;
        }

        .demoList li a {
            color: #333;
            font-size: 11px;
        }

            .demoList li a.gray {
                color: #999;
            }

.picList li {
    float: left;
    text-align: center;
    margin: 5px 0px;
    width: 200px;
}

    .picList li a {
        font-weight: bold;
    }

.time {
    font-size: 10px;
    color: #999;
    padding-left: 5px;
    font-weight: normal;
}

/*blog*/
.news {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.newsTitle {
    text-align: center;
}

/*reseller*/
.reseller {
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

/*award*/
.award li {
    float: left;
    width: 200px;
    height: 200px;
}

/*clients*/
.clients {
    margin: 20px 0px;
    border-width: 0px;
    border-top: 1px dotted #ccc;
}

    .clients legend {
        background: #fff;
        font-size: 11px;
        color: #999;
        padding: 5px;
    }

    .clients a img {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
    }

    .clients a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }

.linklist li {
    float: left;
    width: 200px;
    padding: 10px;
}


.gift {
    background: url(/images/gift.gif) left top no-repeat;
    text-align: left;
    height: 40px;
    padding-left: 50px;
    color: #1a8bd9;
}

.lang {
    margin-top: 2px;
}

    .lang li {
        float: left;
        padding: 2px;
    }

        .lang li img {
            border: 1px solid #ccc;
        }


.big-green, .big-org {
    float: left;
    padding-left: 8px;
    margin: 0px 0px;
}

    .big-green span, .big-org span {
        float: left;
        height: 53px;
        padding-right: 12px;
        text-align: center;
        cursor: hand;
        width: 182px;
        font-size: 20px;
        text-align: center;
        font-family: Khmer UI;
        color: #fff;
        font-weight: bold;
        line-height: 40px;
    }

.big-org {
}

.big-green {
    background: url(/images/btnBig.png) left 0px no-repeat;
}

    .big-green span {
        background: url(/images/btnBig.png) right -75px no-repeat;
    }

.big-org {
    background: url(/images/btnBig.png) left -150px no-repeat;
}

    .big-org span {
        background: url(/images/btnBig.png) right -225px no-repeat;
    }

.big-green:hover {
    background: url(/images/btnBig.png) left -300px no-repeat;
}

    .big-green:hover span {
        background: url(/images/btnBig.png) right -375px no-repeat;
    }

.big-org:hover {
    background: url(/images/btnBig.png) left -450px no-repeat;
}

    .big-org:hover span {
        background: url(/images/btnBig.png) right -525px no-repeat;
    }

.clientList li {
    float: left;
    margin: 0px 2px;
}





/*slide bar*/
/*Slide*/
.slide {
    position: relative;
    width: 100%;
    height: 331px;
    background: url(/images/bannerground.jpg);
}

.slideBanner {
    position: relative;
    height: 331px;
    display: none;
}

.slideSwitch {
    position: absolute;
    top: 270px;
    right: 10px; /*background:url(/images/slidebar.png)*/
    left top no-repeat;
    width: 134px;
    height: 42px;
}

    .slideSwitch ul {
        margin-left: 18px;
        margin-top: 5px;
    }

    .slideSwitch li {
        float: left;
        float: left;
        margin: 5px;
        padding: 0px 8px;
        background: url(/images/menubg.gif) left top repeat-x;
        color: #333;
        cursor: hand;
        font-size: 11px;
    }

        .slideSwitch li.selected {
            background: #333;
            color: #fff;
        }

.slideBanner {
    position: absolute;
    width: 100%;
}

    .slideBanner .slideC {
        padding-top: 20px;
        padding-left: 30px;
    }

    .slideBanner H2 {
        color: #a59283;
        font-family: Georgia;
        font-size: 24px;
        line-height: 30px;
        margin: 5px 0px;
        padding: 0px;
    }

    .slideBanner p {
        color: #CCC;
        font-size: 16px;
        font-weight: bold;
        font-family: Arial;
        line-height: 25px;
    }


.slideImg {
    float: left;
}

.slideText {
    float: left;
}

    .slideText p a {
        font-size: 16px;
        font-weight: bold;
        font-family: Arial;
        line-height: 25px;
        text-decoration: underline;
    }


#bannerMain0 {
    background: url(/images/bannerMain0.jpg) right 0px no-repeat;
}

#bannerMain1 {
    background: url(/images/bannerMain1.jpg) right 0px no-repeat;
}

#bannerMain2 {
    background: url(/images/bannerMain2.jpg) right 0px no-repeat;
}

/*banner3*/
#indexbanner0 a.learnmore {
    margin-top: 12px;
    color: #000;
    font-size: 18px;
}

    #indexbanner0 a.learnmore:hover {
        color: #1a8bd9;
    }

#indexbanner0 h1 {
    color: #085FB6;
}

#indexbanner a.learnmore {
    margin-top: 12px;
    color: #fff;
    font-size: 18px;
}

    #indexbanner a.learnmore:hover {
        color: #1a8bd9;
    }

#indexbanner h1 {
    color: #FFCC66;
}

.bigTitle {
    color: #FF6600;
    font-size: 22px;
    font-family: Georgia;
    padding-left: 20px;
    margin: 10px 0px;
}

.indexList1 {
    margin: 5px;
    padding: 0px;
}

    .indexList1 .item {
        float: left;
        width: 300px;
        margin: 0px;
        padding: 5px;
    }

    .indexList1 .icon {
        float: left;
        width: 32px;
        height: 32px;
        background-image: url(/images/indexicon.png);
        background-repeat: no-repeat;
    }

    .indexList1 h2 {
        color: #0a96f7;
        font-size: 13.5px;
    }

    .indexList1 .intro { /*background:#f2fbfe;*/
        padding: 5px;
        height: 108px;
        margin-left: 50px;
    }

    .indexList1 a, .indexList1 p, .indexList1 div {
        font-family: Arial;
    }


/*.indexList2{margin:10px 50px;padding:0px;height:180px; background:url(/images/box.png) center top no-repeat;}*/
.indexList2 {
    padding-top: 15px;
    height: 220px;
    background: url(/images/tpbg.png);
    background-repeat: repeat-x;
}

    .indexList2 .item {
        float: left;
        width: 180px;
        margin: 0px 20px;
    }

    .indexList2 .item1 {
        float: left;
        width: 180px;
        margin: 0px 20px;
    }

    .indexList2 h2 {
        color: #666666;
        font-size: 18px;
        font-family: Georgia;
        margin: 20px 0px 10px 0px;
    }

    .indexList2 a, .indexList2 p, .indexList2 div, .indexList2 li {
        font-family: Arial;
    }

.special {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    font-weight: normal;
    font-variant: normal;
}

.clientList img {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}





