﻿html * { font-family: Arial, Verdana; font-size:9pt !important;}
.bdFontEnd {
    background-color: #f1f1f1;
    COLOR: #333;
    margin:0px;
    padding:0px;
}
#Wrapper {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.w1000 {
    width: 1000px;
}
#mod-bg1 {
    background-color: #f1f1f1;
    clear:both;
    display:inline-block;
    width: 100%;
}
#mod-bg2 {
    background-color: #fff;
    clear:both;
    display:inline-block;
    width: 100%;
}
#mod-bg3 {
    background-color: #f1f1f1;
    border-top:solid 2px #ddd;
    clear:both;
    display:inline-block;
    width: 100%;
}
#mod-bg4 {
    background-color: #f1f1f1;
    border-top:solid 2px #ddd;
    clear:both;
    display:inline-block;
    width: 100%;
}
#mod-header {
    margin-top:10px;
    width: 1000px;
}
    #mod-header .logo {
        float:left;
    }
    #mod-header .company {
        border-left:solid 2px #555;
        padding-left:10px;
        float:left;
    }
    #mod-header .link {
        color: #555;
        cursor: pointer;
        float: left;
        height: 25px;
        line-height: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #mod-header .link:hover {
        color: #4ba0cb;
        cursor: pointer;
        float: left;
        height: 25px;
        line-height: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #mod-header .linkEnd {
        color: #555;
        cursor: pointer;
        padding-left: 10px;
        float: left;
        height: 25px;
        line-height: 25px;
    }
    #mod-header .linkSelect {
        color: #f00;
        cursor: pointer;
        padding-left: 5px;
        float: left;
        height: 25px;
        line-height: 25px;
    }
    #mod-header .flag_vi {
        display:block;
        background-image:url(../images/flag_vi.png);
        border:0;
        margin-top:5px;
        opacity: 0.6;
        filter: alpha(opacity=60); /* For IE8 and earlier */
        width:25px;
        height:13px;
    }
    #mod-header .flag_vi:hover {
        display:block;
        background-image:url(../images/flag_vi.png);
        border:0;
        margin-top:5px;
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
        width:25px;
        height:13px;
    }
    #mod-header .flag_en {
        display:block;
        background-image:url(../images/flag_en.png);
        border:0;
        margin-top:5px;
        opacity: 0.6;
        filter: alpha(opacity=60); /* For IE8 and earlier */
        width:25px;
        height:13px;
    }
    #mod-header .flag_en:hover {
        display:block;
        background-image:url(../images/flag_en.png);
        border:0;
        margin-top:5px;
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
        width:25px;
        height:13px;
    }
    #mod-header select {
        border: 0px;
        color: #555;
        cursor: pointer;
        background-color: transparent;
        float: right;
        height: 25px;
        line-height: 25px;
        padding-left: 3px;
    }
    #mod-header .space {
        color: #555;
        height: 25px;
        line-height: 25px;
    }
    #mod-header .networksocial {
        opacity: 0.6;
        filter: alpha(opacity=60); /* For IE8 and earlier */
        float:right;
        margin-left:10px;
    }
    #mod-header .networksocial:hover {
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
        float:right;
        margin-left:10px;
    }
#mod-menu {
    clear: both;
    display:inline-block;
    margin-top:20px;
    width: 1000px;
    text-align:left;
}
    #mod-menu .link {
        color:#555;
        height:35px;
        line-height:35px;
        padding-left:25px;
        padding-right:25px;
    }
    #mod-menu .link:hover {
        color: #4ba0cb;
        height: 35px;
        line-height: 35px;
        padding-left: 25px;
        padding-right: 25px;
    }
#mod-menubg {
    clear: both;
    width: 1000px;
}
#mod-slide {
    clear: both;
    width: 1000px;
    /*height:230px;*/
}
#mod-main{
    clear: both;
    margin-top:20px;
    width: 1000px;
}
    #mod-main .title {
        float: left;
        text-align:left;
        margin-bottom:20px;
        width: 1000px;
    }
    #mod-main .left {
        display:block;
        float:left;
        margin-bottom:30px;
        text-align:left;
        vertical-align:top;
        width:230px;
    }
    #mod-main .container {
        background-position:top;
        display:block;
        float:right;
        margin-bottom:30px;
        text-align:left;
        vertical-align:top;
        width:730px;
    }
        #mod-main .container .content {
            float:left;
            padding-right:10px;
            text-align:left;
            width:720px;
        }
    #mod-main .product {
        background-position:top;
        display:block;
        float:left;
        margin-left:20px;
        margin-bottom:30px;
        text-align:left;
        vertical-align:top;
        width:500px;
    }
    #mod-main .right {
        background-position:top;
        display:block;
        float:right;
        margin-bottom:30px;
        text-align:left;
        vertical-align:top;
        width:210px;
    }

#mod-search {
    clear: both;
    margin-top:10px;
    width: 1000px;
}
    #mod-search .title {
        border-bottom: solid 1px #ddd;
        float: left;
        height: 30px;
        line-height: 30px;
        text-align: left;
        width: 100%;
    }
    #mod-search .content {
        float: left;
        margin-top: 20px;
        margin-bottom:30px;
        text-align: left;
        width: 100%;
    }
    #mod-search .searchbox {
        padding-top: 5px;
        padding-bottom: 5px;
        background: #ffffff;
        border: 1px solid #c9c9c9;
        color: #333;
        font-size: 9pt;
        width: 400px;
    }
        #mod-search .searchbox:hover {
            padding-top: 5px;
            padding-bottom: 5px;
            background: #ffffff;
            border: 1px solid rgba(2,139,255,0.5);
            color: #333;
            font-size: 9pt;
            width: 400px;
        }
    #mod-search .searchbutton {
        display: inline-block;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 10px;
        cursor: pointer;
        *overflow: visible;
        border: 1px solid #c2c2c2;
        background: #e2e2e2;
        color: #222;
        text-decoration: none;
        text-align: center;
    }
        #mod-search .searchbutton:hover {
            display: inline-block;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 15px;
            padding-right: 15px;
            margin-left: 10px;
            cursor: pointer;
            *overflow: visible;
            border: 1px solid #c2c2c2;
            background: #93b2c2;
            color: #fff;
            text-decoration: none;
            text-align: center;
        }
#mod-footer {
    clear: both;
    display: inline-block;
    margin-bottom: 30px;
    line-height: 20px;
    padding-top: 30px;
    text-align: left;
    width: 1000px;
}
    #mod-footer .group {
        padding-right:70px;
    }
        #mod-footer .group .top {
            border-top:solid 1px #F00;
            color:#2471b8;
            padding-top:10px;
            padding-bottom:10px;
            text-transform:uppercase;
        }
        #mod-footer .group a {
            color: #333;
            line-height:20px;
        }
       #mod-footer .group a:hover {
            color: #f00;
            line-height:20px;
        }
#mod-copyright {
    clear: both;
    display:inline-block;
    margin-bottom:10px;
    line-height:20px;
    padding-top:10px;
    text-align:left;
    width: 1000px;
}
    #mod-copyright .left {
        float: left;
        margin-left: 5px;
        vertical-align: top;
        text-align: left;
    }
    #mod-copyright .right {
        float: right;
        margin-right: 5px;
        vertical-align: top;
        text-align: left;
    }
        #mod-copyright .right .networksocial {
            opacity: 0.6;
            filter: alpha(opacity=60); /* For IE8 and earlier */
            float: right;
            margin-left: 10px;
        }
        #mod-copyright .right .networksocial:hover {
            opacity: 1;
            filter: alpha(opacity=100); /* For IE8 and earlier */
            float: right;
            margin-left: 10px;
        }
/* =================================== News Module =================================== */
.newsList {
    width: 100%;
    float: left;
}
    .newsList div {
        background-color: transparent;
        clear: both;
        cursor: pointer;
        width: 100%;
        float: left;
        padding:20px 0px 20px 0px;
    }
        .newsList div:last-child{
            background-color: transparent;
            border-bottom: solid 1px #f8f8f8;
            clear: both;
            cursor: pointer;
            width: 100%;
            float: left;
            margin-bottom: 0px;
            padding-bottom: 20px;
        }
        .newsList div:hover {
            background-color: transparent;
        }
        .newsList div a {
            font-weight: bold;
            color: #333;
        }
        .newsList div img {
            cursor: pointer;
            vertical-align:middle;
            float: left;
            margin: 0px 25px 0px 15px;
            /*opacity: 0.6;
            filter: alpha(opacity=60);*/ /* For IE8 and earlier */
        }
            .newsList div img:hover {
                cursor: pointer;
                float: left;
                margin: 0px 25px 0px 15px;
                /*opacity: 1;
                filter: alpha(opacity=100);*/ /* For IE8 and earlier */
            }
        .newsList div .date {
            color: #2471b8;
        }
        .newsList div .summary {
            color: #333;
            font-style:italic;
            text-align: justify;
        }
ul.news-lastest {
    margin: 10px 0px;
}
ul.news-lastest li h1 {
    color: #f00;
    border-bottom: solid 1px #d1d1d1;
    font-weight: bold;
    margin-bottom: 10px;
}
ul.news-lastest > li.item {
    padding-left: 10px;
}
ul.news-lastest > li.item:before {
    content: url('../images/bullet-blue.gif');
    display: inline-block;
    vertical-align: middle;
}
/* =================================== Product Module =================================== */
.productList {
    width: 100%;
    float: left;
}
    .productList div {
        background-color:transparent;
        clear:both;
        cursor:pointer;
        float: left;
        padding:20px 0px 20px 0px;
        width: 100%;
    }
        .productList div:last-child {
            background-color: transparent;
            clear: both;
            cursor: pointer;
            float: left;
            margin-bottom: 0px;
            padding-bottom: 20px;
            width: 100%;
        }
        .productList div:hover {
            background-color:#eee;
        }
        .productList div a {
            font-weight: bold;
            color: #333;
        }
        .productList div img {
            padding:5px;
            cursor: pointer;
            float: left;
            /*opacity: 0.6;*/
            margin: 0px 25px 0px 15px;
            /*filter: alpha(opacity=60); /* For IE8 and earlier */*/
        }
            .productList div img:hover {
                padding:5px;
                cursor: pointer;
                float: left;
                /*opacity: 1;*/
                margin: 0px 25px 0px 15px;
                /*filter: alpha(opacity=100); /* For IE8 and earlier */*/
            }
        .productList div .summary {
            color: #333;
            text-align: justify;
        }
/*-----------------------------------------PAGGING CONTROL-----------------------------------------------*/
.paginator { padding:0px; margin: 20px 0px 0px 0px;}
.paginator a {color:#2471b8;padding: 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;margin-right:2px}
.paginator a:visited {padding: 6px; border: solid 1px #bbb; background: #fff; text-decoration: none}
.paginator .cpb {color:#F00;padding: 6px; border: solid 1px #aaa; background: #eee; text-decoration: none;margin-right:2px}
.paginator a:hover {color: #333; background: #eee;border: solid 1px #eee;text-decoration: none;}
/*-----------------------------------------TAB PRODUCT-----------------------------------------------*/
.tabPro {
    background-color:#eee;
    border-top:solid 1px #ddd;
    border-left:solid 1px #ddd;
    border-right:solid 1px #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color:#333;
    cursor:pointer;
    /*font-weight:bold;*/
    margin-right:3px;
    padding:5px 15px 5px 15px;
}
.tabPro:hover {
    background-color:#e2e2e2;
    border-top:solid 1px #ddd;
    border-left:solid 1px #ddd;
    border-right:solid 1px #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color:#333;
    cursor:pointer;
    /*font-weight:bold;*/
    margin-right:3px;
    padding:5px 15px 5px 15px;
}
.tabPro-actived {
    background-color:#eee;
    border-top:solid 1px #ddd;
    border-left:solid 1px #ddd;
    border-right:solid 1px #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color:#2471b8;
    cursor:pointer;
    /*font-weight:bold;*/
    margin-right:3px;
    padding:5px 15px 5px 15px;
}
/* =================================== Company Module =================================== */
.companyList {
    width: 100%;
    float: left;
}
    .companyList div {
        background-color: transparent;
        clear: both;
        cursor: pointer;
        float: left;
        padding:20px 0px 20px 0px;
        width: 100%;
    }
        .companyList div:last-child {
            background-color: transparent;
            border-bottom: solid 1px #f8f8f8;
            clear: both;
            cursor: pointer;
            float: left;
            margin-bottom: 0px;
            padding-bottom: 20px;
            width: 100%;
        }
        .companyList div:hover {
            background-color:#eee;
        }
        .companyList div a {
            font-weight: bold;
            color: #333;
        }
        .companyList div img {
            cursor: pointer;
            float: left;
            margin: 0px 25px 0px 15px;
            opacity: 1;
            filter: alpha(opacity=100); /* For IE8 and earlier */
        }
            .companyList div img:hover {
                cursor: pointer;
                float: left;
                margin: 0px 25px 0px 15px;
                opacity: 1;
                filter: alpha(opacity=100); /* For IE8 and earlier */
            }
        .companyList div span {
            font-weight:normal;
        }

.htmlList {
    width: 100%;
    float: left;
}
    .htmlList div {
        width: 100%;
        margin-bottom: 30px;
    }
        .htmlList div:last-child {
            width: 100%;
            margin-top: 0px;
        }
    .htmlList div ul li:first-child {
        border-bottom:solid 1px #ddd;
        padding-bottom:10px;
        width: 100%;
    }
    .htmlList div ul li:last-child {
        margin-top:15px;
    }
    .htmlList div ul li a {
        color:#333;
        font-weight:bold;
    }

#searchbox {
    background-color:transparent;
    border:solid 1px #ccc;
    height:21px;
    width:280px;
}
    #searchbox input[type=text] {
        background-color:#f1f1f1;
        border:0px;
        color:#444;
        font-style:italic;
        float:left;
        height:19px;
        width:250px
    }
    #searchbox input[type="image"] {
        margin:3px 5px 0px 0px;
        float:right;
    }
/* =================================== Product Detail =================================== */
#mod-main .left .hotnews{
        background-position: bottom left;
        border-top: solid 2px #2471b8;
        clear: both;
        display: block;
        height: 30px;
        text-decoration: none;
        color: #000;
        font-size: 14px !important;
        font-weight:bold;
        line-height: 35px;
        margin-top:35px;
        padding: 0px 5px 5px 5px;
        text-decoration: none;
        text-transform: uppercase;
        width: 220px;
}
    #mod-main .left .newsitem {
        clear: both;
        background-image: url("../images/arrow17x16.png");
        background-repeat: no-repeat;
        background-position: left;
        display: block;
        padding-left:20px;
        margin-bottom:10px;
        text-decoration: none;
        width: 200px;
    }
        #mod-main .left .newsitem span {
            color: #666;
            line-height: 20px;
            padding: 0px 5px 0px 0px;
            text-decoration: none;
        }
            #mod-main .left .newsitem span:hover {
                color: #f00;
                line-height: 20px;
                padding: 0px 5px 0px 0px;
                text-decoration: none;
            }
/* =================================== Customize Treeview =================================== */
.tree {
    width:230px;
}
    .tree .top {
        background-position: bottom left;
        border-top: solid 2px #2471b8;
        clear: both;
        display: block;
        height: 30px;
        text-decoration: none;
        color: #000;
        font-size: 14px !important;
        font-weight:bold;
        line-height: 35px;
        padding: 0px 5px 5px 5px;
        text-decoration: none;
        text-transform: uppercase;
        width: 220px;
    }
    .tree .folder {
        clear: both;
        background-image: url("../images/add6x16.png");
        background-repeat: no-repeat;
        background-position: left;
        display: block;
        text-decoration: none;
        width: 230px;
    }
        .tree .folder:hover {
            clear: both;
            display: block;
            text-decoration: none;
            width: 230px;
        }
        .tree .folder a {
            color: #000;
            line-height: 23px;
            padding: 0px 5px 0px 20px;
            text-decoration: none;
        }
        .tree .folder a:hover {
            color: #f00;
            line-height: 23px;
            padding: 0px 5px 0px 20px;
            text-decoration: none;
        }
    .tree .folderexpand {
        clear: both;
        background-image: url("../images/minus2x16.png");
        background-repeat: no-repeat;
        background-position: left;
        display: block;
        text-decoration: none;
        width: 230px;
    }
        .tree .folderexpand:hover {
            clear: both;
            display: block;
            text-decoration: none;
            width: 230px;
        }
        .tree .folderexpand a {
            color: #000;
            line-height: 23px;
            padding: 0px 5px 0px 20px;
            text-decoration: none;
        }
        .tree .folderexpand a:hover {
            color: #f00;
            line-height: 23px;
            padding: 0px 5px 0px 20px;
            text-decoration: none;
        }
    .tree .leaf {
        clear: both;
        background-image: url("../images/arrow14x16.png");
        background-repeat: no-repeat;
        background-position: left;
        display: block;
        padding-left:20px;
        text-decoration: none;
        width: 200px;
    }
        .tree .leaf a {
            color: #555;
            line-height: 23px;
            padding: 0px 5px 0px 0px;
            text-decoration: none;
        }
            .tree .leaf a:hover {
                color: #f00;
                line-height: 23px;
                padding: 0px 5px 0px 0px;
                text-decoration: none;
            }

   .tree .nochild {
        clear: both;
        background-image: url("../images/minus2x16.png");
        background-repeat: no-repeat;
        background-position: left;
        display: block;
        text-decoration: none;
        width: 230px;
    }
        .tree .nochild:hover {
            background-color: #fff;
            clear: both;
            display: block;
            text-decoration: none;
            width: 230px;
        }
        .tree .nochild a {
            color: #000;
            line-height: 23px;
            padding: 0px 5px 0px 20px;
            text-decoration: none;
        }
        .tree .nochild a:hover {
            color: #f00;
            line-height: 23px;
            padding: 0px 5px 0px 20px;
            text-decoration: none;
        }
    .tree .show {
        display:!important;
    }
    .tree .hide {
        display: none !important;
    }
/*==================== Title Module CSS ==========================*/
.title .home {
    background-image:url("../images/home1x16.png");
    background-repeat:no-repeat;
    background-position:left;
    color:#333;
    float:left;
    line-height:16px;
    padding-left:25px;
}
.title .home:hover {
    background-image:url("../images/home1x16.png");
    background-repeat:no-repeat;
    background-position:left;
    color:#f00;
    float:left;
    line-height:16px;
    padding-left:25px;
}
.title .item {
    background-image:url("../images/arrow14x16.png");
    background-repeat:no-repeat;
    background-position:left;
    color:#333;
    float:left;
    line-height:16px;
    margin-left:5px;
    padding-left:20px;
}
.title .item:hover {
    background-image:url("../images/arrow14x16.png");
    background-repeat:no-repeat;
    background-position:left;
    color:#f00;
    float:left;
    line-height:16px;
    margin-left:5px;
    padding-left:20px;
}
.title .current {
    background-image:url("../images/arrow14x16.png");
    background-repeat:no-repeat;
    background-position:left;
    color:#f00;
    float:left;
    line-height:16px;
    margin-left:5px;
    padding-left:20px;
}
/*==================== Arrow CSS ==========================*/
.arrow-r {
    background-image:url("../images/arrow14x16.png");
    background-repeat:no-repeat;
    background-position:left;
    color:#333;
    height:30px;
    line-height:30px;
    padding-left:25px;
}
.arrow-r:hover {
    background-image:url("../images/arrow14x16.png");
    background-repeat:no-repeat;
    background-position:left;
    color:#2471b8;
    height:30px;
    line-height:30px;
    padding-left:25px;
}
/*==================== LINK BUTTON STYLE ==========================*/
a.button {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    min-width: 75px;
    *overflow: visible;
    border: 1px solid #c2c2c2;
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
    a.button:hover {
        display: inline-block;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        cursor: pointer;
        min-width: 75px;
        *overflow: visible;
        border: 1px solid #c2c2c2;
        background: #eee;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #333;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
    }
/*==================== Product right CSS ==========================*/
.right .share {
    border-top:solid 1px #ddd;
    border-left:solid 1px #ddd;
    border-right :solid 1px #ddd;
    padding:5px 5px 0px 5px;
}
        .right .share .icon {
            opacity: 0.5;
            filter: alpha(opacity=50); /* For IE8 and earlier */
            float: right;
            margin-left: 5px;
        }
        .right .share .icon:hover {
            opacity: 1;
            filter: alpha(opacity=100); /* For IE8 and earlier */
            float: right;
            margin-left: 5px;
        }
.right .download {
    background-color:#eee;
    padding:10px 0px 10px 0px;
}
    .right .download * {
        padding:0px 5px 0px 5px;
    }
    .right .download .top {
        font-weight:bold;
        padding-bottom:5px;
    }
.right .group {
}
    .right .group .top {
        background-position: bottom left;
        border-top: solid 2px #d5d5d5;
        clear: both;
        display: block;
        text-decoration: none;
        color: #000;
        font-size: 14px !important;
        font-weight: bold;
        line-height: 30px;
        margin-top:20px;
        padding: 5px 5px 5px 0px;
        text-decoration: none;
    }
    .right .group .document {
        background-image: url("../images/down2x16.png");
        background-repeat: no-repeat;
        background-position: left;
        display: block;
        padding-left:20px;
        text-decoration: none;
    }
    .right .group .catalog {
        background-image: url("../images/arrow14x16.png");
        background-repeat: no-repeat;
        background-position: left;
        display: block;
        padding-left:20px;
        text-decoration: none;
    }
    .right .group .relation {
        background-image: url("../images/arrow14x16.png");
        background-repeat: no-repeat;
        background-position: left;
        display: block;
        padding-left:20px;
        text-decoration: none;
    }
    .right .group a {
        color:#333;
    }
    .right .group a:hover {
        color:#F00;
    }
/*==================== Tabs CSS ==========================*/
.etabs { margin: 0px 0px 20px 0px; padding: 0; 
    height:30px;
    border-bottom:solid 2px #ddd;
    margin-bottom:10px;
    width:100%;
}
.etabs .tab { 
        border-bottom:solid 2px #ddd;
        border-right:solid 1px #ddd;
        color: #333;
        display: block;
        float: left;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        padding: 0px 10px 0px 10px;
        text-align: center;
}
.etabs .tab:last-child { 
        border-bottom:solid 2px #ddd;
        border-right:none;
        color: #333;
        display: block;
        float: left;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        padding: 0px 10px 0px 10px;
        text-align: center;
}
.etabs .tab a { color: #333;text-transform:none;text-decoration:none;}
.etabs .tab a.active {color: #f00; text-transform:none;text-decoration:none;}
.etabs .tab.active { 
        border-bottom:solid 2px #555;
        color: #F00;
        display: block;
        float: left;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        padding: 0px 10px 0px 10px;
        text-align: center;
}
.tab-container .panel-container { margin-top:20px;}
/*==================== Others ==========================*/
.search-title {
    background-image:url("../images/icon_search.jpg");
    background-repeat:no-repeat;
    font-weight:bold;
    font-size:14px !important;
    height:30px;
    line-height:30px;
    padding-left:50px;
    text-transform:uppercase;
    width:100%;
}
.download-title {
    background-image:url("../images/download.png");
    background-repeat:no-repeat;
    font-weight:bold;
    font-size:14px !important;
    height:30px;
    line-height:30px;
    padding-left:50px;
    text-transform:uppercase;
    width:100%;
}
/*==================== Download Center ==========================*/
.download input[type=text], .download textarea, .download input[type="email"], .download input[type="search"], .download input[type="password"], .download select {
    padding-top:8px;padding-bottom:8px;padding-left:5px;
    margin-bottom: 5px;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 9pt;
}
 .download input[type=text]:active, .download input[type="email"]:active, .download input[type="search"]:active, .download input[type="password"]:active, .download select:active {
    padding-top:8px;padding-bottom:8px;padding-left:5px;
    margin-bottom: 5px;
    background: #ffffff;
    border: 1px solid rgba(2,139,255,0.5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    color: #333;
    font-size: 9pt;
}
 .download input[type=text]:focus, .download input[type="email"]:focus, .download input[type="search"]:focus, .download input[type="password"]:focus, .download select:focus {
    padding-top:8px;padding-bottom:8px;padding-left:5px;
    margin-bottom: 5px;
    background: #ffffff;
    border: 1px solid rgba(2,139,255,0.5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    color: #333;
    font-size: 9pt;
}
 .download input[type=text]:hover, .download input[type="email"]:hover, .download input[type="search"]:hover, .download input[type="password"]:hover,  .download select:hover {
    padding-top:8px;padding-bottom:8px;padding-left:5px;
    margin-bottom: 5px;
    background: #ffffff;
    border: 1px solid rgba(2,139,255,0.5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    color: #333;
    font-size: 9pt;
}
 .download input[type="submit"],  .download input[type="button"],  .download input[type="reset"] {
    display: inline-block;
    padding-top:8px;padding-bottom:8px;
    margin-bottom: 5px;
    cursor: pointer;
    min-width: 75px;
    *overflow: visible;
    border: 1px solid #c2c2c2;
    background: #eaeaea;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
     .download input[type="submit"]:hover,  .download input[type="button"]:hover,  .download input[type="reset"]:hover {
        display: inline-block;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-bottom: 5px;
        cursor: pointer;
        min-width: 75px;
        *overflow: visible;
        border: 1px solid #c2c2c2;
        background: #4ba0cb;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
    }


