@CHARSET "UTF-8";

html {
    overflow-y: scroll !important;
}

body {
    margin: 0;
    text-align: center;
    background-color: #FFF;
    font-family: arial, helvetica, sans-serif, "冼极", "細明體", SimSun;
}

img {
    margin: 0;
    padding: 0;
    border: none;
}

div {
    margin: 0;
    padding: 0;
}

div#bg {
    width: 1000px;
    margin: 0 auto;
}

div#portal {
    width: 986px;
    margin: 0 auto;
    vertical-align: top;
    display: block;
    text-align: left;
}

a:focus {
    outline-style: none;
}

/** header block **/
div#header {
    width: auto;
    height: 94px;
    margin: 0;
    vertical-align: top;
}

table#header {
    width: 100%;
    height: 94px;
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: top;
    background: #FFF;
}

table#header td#logocell {
    width: 195px;
    height: 64px;
    padding: 0;
    background: #FFF url('../images/logo.png') top left no-repeat;
    vertical-align: top;
}

table#header td#logocell div.logo {
    width: 195px;
    height: 64px;
    padding: 0;
    margin: 0;
}

table#header td#logocell div.logo img {
    width: 195px;
    height: 64px;
    padding: 0;
    margin: 0;
}

table#header td#topcell {
    background-color: #ffffff;
    padding: 0;
    height: 19px;
}

table#header td#navcell {
    background-color: #636363;
    padding: 0 7px 0 0;
    height: 30px;
}

table#header td div.slogan {
    padding: 0;
    margin: 0;
    color: white;
    position: relative;
    top: 25px;
    left: 105px;
    width: 135px;
    font-size: 9px;
    line-height: 10px;
}

/** content block **/
div#content {
    position: relative;
    background: #FFFFFF url('../images/content-top-line.png') top left
        repeat-x;
    padding: 24px 0;
    width: 100%;
    float: left;
    margin: 0;
}

div.column {
    display: inline;
    margin: 0 0 0 20px;
    overflow: hidden;
    float: left;
}

/** footer block **/
#footer {
    clear: both;
    font-family: arial, helvetica, sans-serif, "冼极", "細明體", SimSun;
    height: 30px;
    font-size: smaller;
    color: #636363;
    background-color: #fff;
    text-align: left;
    padding: 10px 20px 4px 20px;
    border-top: solid 1px #949fac;
}

#footer a {
    text-decoration: none;
    color: #808080;
}

#footer a:hover {
    text-decoration: underline;
    color: #808080;
}

#footer span#sn {
    color: #ffffff;
}

/*** LISTS START ***/
table.listtable {
    margin: 0;
    padding: 0;
    width: 100%
}

table.listtable td {
    vertical-align: top;
    background: url('../images/divider.png') left bottom repeat-x;
    padding: 4px 0 5px 0;
}

table.listtable td.arrow {
    width: 17px;
}

table.listtable tr.last td {
    background-image: none;
}

table.listtable td a {
    font-weight: bold;
    text-decoration: none;
    line-height: 18px;
}

table.listtable td div {
    display: block;
    width: 17px;
    height: 17px;
    background: url('../images/bullet-blue.png') left 3px no-repeat;
}

table.listtable tr.selected td div {
    background-image: url('../images/bullet-orange.png');
}

table.listtable tr.selected td a {
    color: red;
}

table.listtable tr.hidden td a {
    color: lightgray;
}

table.listtable tr.hidden td {
    font-weight: bold;
    text-decoration: none;
    line-height: 18px;
    color: lightgray;
}

span.validationMark {
    color: red;
    font-weight: bold;
    margin-left: 5px;
    padding-left: 10px;
    background: url('../images/arrow.png') left center no-repeat;
}

.modifiedInput {
    width: 170px;
    background-color: #F0FAEA;
}

.nonModifiedInput {
    width: 170px;
}

/* HINTS */
.hint {
    display: none;
    position: absolute;
    width: 140px;
    min-height: 20px;
    margin-left: 11px;
    border: 1px solid #c93;
    padding: 8px;
    background: #ffc url('../images/pointer.png') no-repeat -10px 5px;
    font: 11px tahoma, arial, helvetica, sans-serif;
    text-align: left;
}

.hint p {
    margin: 0px;
    padding: 0px;
}

.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url('../images/pointer.png') left top no-repeat;
}
/* catalog list */
.listItem-name {
    font-weight: bold;
    color: #515E66;
}

.listItem-price {
    color: red;
}

.listItem-description {
    color: #515E66;
    display: block;
    padding-top: 10px;
}

.listItem-pipe {
    color: #D1D5DB;
}

form#langchange select {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
}
/** page stepper */
div.portlet div.stepper table tr {
    vertical-align: bottom;
}

div.portlet div.stepper table td {
    line-height: 13px;
}

div.portlet div.stepper a {
    text-decoration: none;
}

div.portlet div.stepper a.stepper-left {
    color: red;
    background: url(../images/first-page.png) left center no-repeat;
    padding-left: 15px;
}

div.portlet div.stepper a.stepper-left-disabled {
    color: #BBBBBB;
    background: url(../images/first-page-disabled.png) left center no-repeat;
    padding-left: 15px;
}

div.portlet div.stepper a.stepper-right {
    color: red;
    background: url(../images/last-page.png) right center no-repeat;
    padding-right: 15px;
}

div.portlet div.stepper a.stepper-right-disabled {
    color: #BBBBBB;
    background: url(../images/last-page-disabled.png) right center no-repeat;
    padding-right: 15px;
}