html, body
{
    /*   height: 100%;   margin: 0;   padding: 0; */ /*   background-color:#F9F9F9; */
    background-color: #E0E0E0;
}

body
{
    font-family: "Segoe UI" , "Helvetica Neue" , Arial, Helvetica, sans-serif;
}

div.header
{
    background-color: White; /*#F7FAFC;*/
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin: 9px 0 0 0;
}

div.main
{
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin: 9px 0 0 0;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 1.25em;
}

.title
{
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0em;
    font-family: "Segoe UI" , "Microsoft Yahei" , "Helvetica Neue" , Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.subtitle
{
    font-size: 2.5em;
    line-height: 1;
    margin-bottom: 0em;
    padding-left: 2em;
    font-family: "Segoe UI" , "Microsoft Yahei" , "Helvetica Neue" , Arial, Helvetica, sans-serif;
}


a:link, a:visited
{
    color: #333;
    text-decoration: none;
}

a:focus, a:hover, a:active
{
    color: #AD0277;
    text-decoration: none;
}

a.obvious:link, a.obvious:visited
{
    color: #36D;
}

a.obvious:focus, a.obvious:hover, a.obvious:active
{
    color: #AD0277;
    text-decoration: underline;
}

a.nav-top:link, a.nav-top:visited
{
    color: white;
    text-decoration: none;
    font-family: "Segoe UI" , "Microsoft Yahei" , "Helvetica Neue" , Arial, Helvetica, sans-serif;
}

a.nav-top:focus, a.nav-top:hover, a.nav-top:active
{
    /*   color: #090355; */
    color: #AD0277;
    text-decoration: none;
}

a.nav-top-selected:link, a.nav-top-selected:visited
{
    /*color: #090355;*/
    color: #333;
}

a.nav-top-selected:focus, a.nav-top-selected:hover, a.nav-top-selected:active
{
    color: #AD0277;
}


a.nav-left:link, a.nav-left:visited
{
    padding: 2px 0.5em 2px 0.5em;
}

a.nav-left:focus, a.nav-left:hover, a.nav-left:active
{
    /*   color: #090355; #AD0277 */
    color: #AD0277;
    background-color: #E0E0E0;
    border-radius: 4px;
}

a.nav-left-selected:link, a.nav-left-selected:visited
{
    color: white;
    background-color: #01AEF0;
    border-radius: 4px;
}

a.nav-left-selected:focus, a.nav-left-selected:hover, a.nav-left-selected:active
{
    color: #AD0277;
}

/* hr.line {margin-bottom:0px;} */


ul.nav-top
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li.nav-top
{
    display: inline;
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 2em;
}

div.nav-top
{
    /*background-color: #00BBC7;*/ /*background-color:#0072C6;*/ /*background-color:#01AEF0;*/ /*background-color:#00198F;*/
    background-color: #01AEF0;
    color: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin: 9px 0 0 0;
}

ul.nav-lang
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li.nav-lang
{
    display: inline;
    font-size: 1.5em;
}

ul.nav-left
{
    list-style-type: none;
    margin-right: 0;
    margin-bottom: 0;
    padding-right: 0;
}
li.nav-left
{
    font-size: 1em;
    font-weight: bold;
}

li.nav-left-about
{
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 0.5em;
}


li.nav-left-non-link
{
    padding: 2px 0.5em 2px 0.5em;
}

ul.nav-left-level2
{
    list-style-type: none;
    margin-right: 0;
    margin-bottom: 0;
    padding-right: 0;
}
li.nav-left-level2
{
    font-size: 1em;
}

/*
li.selected
{
    background-color: #01AEF0;
}
*/



div.description
{
    font-size: 1em;
}

table.product-detail
{
    width: 95%;
    border-collapse: collapse;
    table-layout: fixed;
}

td, th
{
    font-size: 1em;
    border: 1px solid #999;
    padding: 2px 7px 2px 7px;
    word-wrap: break-word;
}

table caption
{
    font-weight: bold;
}

td.product-detail-col1
{
    width: 20%;
}

td.product-detail-col2
{
    width: 80%;
}

div.footer
{
    text-align: center;
    margin-top: 9px;
}

h3.main-page
{
    font-weight: bold;
}

h4.main-page
{
    margin-bottom: 0.5em;
}

img.center
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.leftcolborder
{
    padding-left: 24px;
    margin-left: 15px;
    border-left: 1px solid #ddd;
}

.colborder-pair-left
{
    padding-right: 24px;
    margin-right: 0px;
    border-right: 1px solid #ddd;
}
.colborder-pair-right
{
    padding-left: 25px;
    margin-left: -1px;
    border-left: 1px solid #ddd;
}


sub
{
    line-height: normal;
}

p.intro
{
    margin-right: 1em;
}
