@import url(base.css);
@import url(../../fixtable.css);

/* Basic */

a {
    color: #34a7ff;
}

a:hover {
    color: #ffffff;
}

.grdtxt {
    margin-top: 10px;
    clear: both;
    display: block;
    padding-top: 5px;
}

.txtSearch {
    background-color: #FFFFFF;
    border: 1px solid #b3b3b3;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 4px;
    width: 170px;
    margin-right: 5px;
}

.Container p,
.PageContent h3 {
    font-size: 1em;
    line-height: 1.7em;
    color: #aeaeae;
    font-weight: lighter;
    margin-bottom: 0.5em;
}

.Content h2,
.Content-wide h2 {
    height: 38px;
    font-size: 1.7em;
    font-family: Georgia, serif;
    font-weight: lighter;
    position: absolute;
    margin-left: -65px;
    color: #FFFFFF;
    padding-top: 7px;
}

.Content h2 img,
.Content-wide h2 img {
    float: left;
}

.Content h2 span,
.Content-wide h2 span {
    background-image: url(../images/bg_title_02.gif);
    background-repeat: no-repeat;
    background-position: right top;
    display: block;
    float: left;
    padding-top: 7px;
    padding-right: 18px;
    padding-bottom: 6px;
    padding-left: 8px;
}

.Content h4,
.Content-wide h4 {
    font-size: 1.5em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0.5em;
}

.Content-wide h5,
.Content h5 {
    color: #65b8ef;
    font-size: 1.3em;
    padding-top: 0em;
    padding-left: 0px;
    font-weight: 600;
    margin-bottom: 1em;
}

.Content h6,
.Content-wide h6 {
    font-size: 1.1em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #1a9dd2;
    padding-bottom: 0.5em;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}

.edit ul,
.edit ol,
.news-edit ul,
.news-edit ol {
    list-style-position: outside;
    margin-left: 1.2em;
    line-height: 1.5em;
}

.edit li,
.news-edit li {
    padding-top: 0.2em;
    padding-bottom: 0.5em;
}

.news-edit li {
    margin-bottom: 0.8em;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
}

.edit ul li {
    padding-bottom: 0.1em;
    padding-top: 0px;
}

.news-edit li strong {
    color: #ffffff;
}

.tbForm {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1em;
}

.tbForm th {
    background-color: #0f5d8f;
    color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #2a2a2a;
    padding-top: 0.4em;
    padding-right: 0.6em;
    padding-bottom: 0.4em;
    padding-left: 0.6em;
}

.tbForm td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #3a3b3b;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #2a2a2a;
    background-color: transparent;
    line-height: 1.6em;
    padding: 0.5em;
}

.tbContact {
    color: #AEAEAE;
    border: 0;
    line-height: 1.5em;
}

th.tbContact {
    padding: 2px;
}

td.colContact {
    vertical-align: top;
    width: 120px;
    font-weight: bold;
    padding: 2px;
}

.top {
    height: 13px;
    width: 926px;
    margin-left: 33px;
    margin-top: 8px;
}

.down {
    background-image: url(../images/bg_down.gif);
    background-repeat: no-repeat;
    height: 10px;
    width: 926px;
    margin-right: auto;
    margin-left: auto;
}


/* TOP */

.Header .Logo {
    overflow: hidden;
    float: left;
    position: absolute;
    z-index: 10;
}

.Header .Logo h1 a {

    background-repeat: no-repeat;
    overflow: hidden;
    float: left;
    height: 74px;
    width: 800px;
    text-indent: -99999px;
}

.Header .Logo h1 a:hover {
    border-style: none;
}

.Header .Lang {
    position: relative;
    float: right;
    text-align: right;
    z-index: 100;
    color: #cacaca;
    padding-top: 8px;
    padding-right: 5px;
    margin-right: 30px;
}

.Header .Lang a {
    color: #ededed;
    padding-right: 2px;
    padding-left: 2px;
}

.Header .Lang a:hover {
    color: #1aa4d8;
    padding-right: 2px;
    padding-left: 2px;
}

.Header .Lang ul {}

.Header .Lang li {
    display: inline;
}


/* Menu */

.Navi {
    background-image: url(../images/bg_menu.gif);
    background-repeat: no-repeat;
    background-position: center top;
    width: 927px;
    margin-right: auto;
    margin-left: auto;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 120%;
    padding-left: 15px;
    padding-top: 6px;
    z-index: 95;
    height: 30px;
}


/* this is the main UL element*/

.dropdown {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}


/* these are the inner menus*/

.dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #262626;
}


/* these are all the LIs in the menu*/

.dropdown li {
    margin: 0px;
    cursor: pointer;
    padding-top: 5px;
    padding-right: 9px;
    padding-bottom: 8px;
    padding-left: 9px;
}

.dropdown li a,
.dropdown li a:visited {
    color: #c0bfbf;
    text-decoration: none;

    padding-right: 9px;
    _padding-right: 0px;
}

.dropdown li a:hover {
    color: #FFFFFF;
    text-decoration: none;
    border-style: none;
}


/* these are anchor in the menu, if you want to style them differently from the rest of you website*/

.dropdown a {
    text-decoration: none;
    color: #ffffff;
}

.dropdown a:hover {
    text-decoration: underline;
}


/* these are the LIs that only belong to submenu*/

.dropdown ul li {
    border: 1px solid #262626;
    border-top: 0;
    margin-left: -1px;
    background-color: #383939;
    padding-right: 20px;
    padding-left: 8px;
    width: 80px;
    font-size: 0.9em;
}

.dropdown ul li ul li {
    font-size: 1em;
}


/* these are the LIs that contains a submenu*/

.dropdown li.submenu-down {
    background: transparent url('../images/expand_down.gif') center left no-repeat;
    padding-left: 20px;
    padding-right: 8px;
}

.dropdown li.submenu-down li {
    width: 200px;
}


/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/

.dropdown li.submenu-left {
    background: #4b4b4b url('../images/expand_right.gif') center right no-repeat;
    padding-right: 20px;
    padding-left: 8px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #3c3c3c;
}

.flash {
    height: 255px;
    width: 926px;
    margin-right: auto;
    margin-left: auto;
    z-index: -100;
}


/* Content */

.Container .Content {
    float: left;
    width: 90%;
    padding-left: 5%;
}

.Container .Content-wide {
    float: left;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 50px;
    width: 820px;
    margin-right: auto;
}

.Container .sidebar {
    width: 250px;
    float: right;
    padding-left: 10px;
    margin-bottom: 10px;
}

.Profile,
.Content .News {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 15px;
    clear: left;
}

.Content .News ul {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 10px;
    position: relative;
    top: 10px;
    padding-bottom: 10px;
}

.Profile h2,
.Content .News h2 {
    height: 38px;
    width: auto;
    _width: 490px;
    font-size: 1.6em;
    font-family: Georgia, serif;
    font-weight: lighter;
    position: absolute;
    margin-left: -65px;
    color: #FFFFFF;
    padding-top: 7px;
    background-color: transparent;
}

.Profile h2 span,
.Content .News h2 span {
    padding-bottom: 7px;
    padding-right: 35px;
}

.Profile p {
    color: #aeaeae;
}

.Profile .imgAbout {
    float: left;
    width: 200px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.Content .News ul {
    color: #aeaeae;
    *margin-top: 60px;
    padding-top: 50px;
    *padding-top: 0px;
}

.sidebar .News {
    margin-bottom: 0px;
    width: 221px;
    background-image: url(../images/bg_news.jpg);
    background-repeat: no-repeat;
    background-position: top;
    margin-top: 10px;
    padding: 10px;
    height: 80px;
}

.sidebar .Newsin {
    margin-bottom: 0px;
    width: 221px;
    background-image: url(../images/bg_news_big.jpg);
    background-repeat: no-repeat;
    background-position: top;
    margin-top: 10px;
    padding: 10px;
    height: 180px;
}

.Newsin h2 {
    font-family: Georgia, serif;
    font-weight: lighter;
    color: #FFFFFF;
    margin-bottom: 0.4em;
    *font-size: 1.5em;
}

.sidebar .SideBox {
    margin-bottom: 0px;
    width: 221px;
    background-image: url(../images/bg_member.jpg);
    background-repeat: no-repeat;
    background-position: top;
    margin-top: 10px;
    padding: 10px;
    height: 152px;
}

.SideBox .title {
    border-bottom: 1px solid #cecdcd;
    padding-bottom: 4px;
    text-align: center;
}

.SideBox ul {
    padding: 0;
    list-style: none;
    color: #fff;
    line-height: 16px;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.SideBox ul li {

    margin-top: 0;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
}


/* for News Box */

.SideBox a {
    color: #d9d9d9;
}

.SideBox ul li.VipLogin {
    padding: 0;
    background: none;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.SideBox ul li.VipLogin input {
    padding: 2px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    width: 120px;
    font-family: Arial, Helvetica, sans-serif;
}

.btnBox {
    margin-bottom: 4px;
    background-image: url(../images/bg_btnBox.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 26px;
    width: 78px;
    color: #FFFFFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: transparent;
    font-family: "Times New Roman", Times, serif;

    font-size: 1.4em;
}

.sidebar .News ul,
.sidebar .Newsin {
    color: #aeaeae;
    margin-top: 15px;
    margin-bottom: 5px;
}

.Content .News li {
    background-image: url(../images/icon_arrow_gray.gif);
    float: left;
    width: 500px;
    margin-right: 25px;
    background-repeat: no-repeat;
    background-position: left 1px;
    padding-left: 17px;
    list-style-type: none;
    line-height: 110%;
    margin-bottom: 0.7em;
    margin-top: 0px;
    padding-top: 0px;
    display: inline;
}

.sidebar .News li,
.sidebar .Newsin li {
    background-image: url(../images/icon_arrow_white.gif);
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: left 1px;
    padding-left: 17px;
    list-style-type: none;
    line-height: 110%;
    margin-bottom: 0.7em;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 2px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #8cc1e4;
}

.sidebar .News li a,
.sidebar .Newsin li a {
    color: #fbfbfb;
}

.sidebar .News li a:hover,
.sidebar .Newsin li a:hover {
    color: #000000;
}

.edit,
.news-edit {
    padding-top: 80px;
    color: #aeaeae;
    clear: both;
}


/* HotProducts */

.HotProducts {
    background-color: #e1e3e4;
    background-image: url(../images/bg_hotproduct.gif);
    background-position: left bottom;
    height: 150px;
    background-repeat: no-repeat;
    width: 916px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    display: block;
}

.HotProducts h2 {
    text-indent: -99999px;
    height: 2px;
    font-size: 20%;
    display: none;
}

.HPArrow {
    float: left;
    width: 15px;
    margin-top: 40px;
}

.HotProduct h4 {
    margin: 0px;
    font-size: 1em;
    font-weight: lighter;
    line-height: 1.2em;
}

.HotProduct {
    width: 80px;
    float: left;
    margin-left: 14px;
    margin-right: 14px;
    _margin-left: 12px;
    _margin-right: 12px;
    height: 140px;
    padding-top: 3px;
    text-align: center;
}

.HotProduct a {
    color: #5f417b;
}

.HotProduct a:hover {
    color: #006699;
    text-decoration: underline;
}

.HotProduct img {
    margin-right: 0px;
    border: 2px solid #cdcdcd;
    height: 80px;
    width: 80px;
    margin-left: 0px;
}

.HotProduct img a:hover {
    border: 2px solid #FFFFFF;
}

.HotProduct h3 {
    margin-top: 5px;
    font-weight: bold;
    font-size: 1em;
}

.HotProducts p {
    font-weight: lighter;
    color: #605f61;
    margin-top: 0.3em;
    font-size: 95%;
    line-height: 130%;
}

a.btnHPMore:link,
a.btnHPMore:visited {
    background-image: url(../images/btn_hotproduct_more.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height: 14px;
    width: 35px;
    display: block;
    padding-left: 6px;
    float: right;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 0px;
}


/* HotProducts */

.Search {
    color: #5c5c5c;
    padding-top: 25px;
    padding-bottom: 10px;
    width: 231px;
    background-image: url(../images/bg_search.jpg);
    background-repeat: no-repeat;
    background-position: top;
    height: 70px;
    padding-left: 10px;
    margin-top: 8px;
}

.Search img {
    display: block;
}

.Search .title {
    height: 20px;
    width: 90px;
    margin-right: 0.5em;
    margin-bottom: 5px;
}

.Search .title-in {
    height: 27px;
    width: 47px;
}

.search-bg {
    width: 225px;
    height: 29px;
    background-image: url(../images/bg_search.gif);
    background-repeat: no-repeat;
    text-align: left;
    display: block;
    float: left;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
}

.search-bg-in {
    width: 150px;
    height: 27px;
    background-image: url(../images/bg_search_in.gif);
    background-repeat: no-repeat;
    text-align: left;
    display: block;
    float: left;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 10px;
}

.search-bg input.searchbox {
    border: 0px solid transparent;
    background-color: transparent;
    width: 200px;
    height: 20px;
    margin: 0 9px;
    padding: 0;
    color: #555656;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

.search-bg-in input.searchbox {
    border: 0px solid transparent;
    background-color: transparent;
    width: 130px;
    height: 20px;
    padding: 0;
    color: #555656;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px;
}

.btnSearch {
    height: 25px;
    width: 30px;
    margin-left: 2px;
}

.search-info {
    padding-left: 10px;
    margin: 0px;
    padding-top: 0px;
    float: left;
    width: 200px;
}

.contact {
    height: 160px;
    width: 262px;
    background-image: url(../images/bg_contact.jpg);
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
}

.contact p {
    color: #7080b5;
    margin-top: 10px;
    padding-left: 3px;
}

.contact a {
    color: #bf7bff;
}

.contact a:hover {
    color: #4bb5ff;
}


/* Path */

.TopNavi {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #818080;
    margin-bottom: 5px;
}

.TopNavi span {
    color: #4e7fd9;
    font-weight: bold;
}

.imgAbout {
    margin-bottom: 10px;
}

div.row {
    clear: left;
    padding-top: 2px;
}

div.row span.label {
    float: left;
    width: 100px;
    font-weight: bold;
}

div.row span.formw {
    float: left;
    width: 80%;
}

.Detail_column {
    width: 60%;
    margin-top: 10px;
    color: #AEAEAE;
}

.Detail {
    word-break: break-all;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin-right: 2em;
    margin-left: 0px;
    width: 99%;
    _width: 500px;
    float: left;
    color: #AEAEAE;
    word-wrap: break-word;
    word-break: break-all;
}

.Detail ul.detail,
.Detail_column ul.detail {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 0px;
}

.Detail ul.mail,
.Detail ul.market,
.Detail_column ul.mail,
.Detail_column ul.market {
    margin-left: 0px;
    margin-top: 0px;
}

.Detail ul.mail li,
.Detail ul.market li,
.Detail_column ul.mail li,
.Detail_column ul.market li {
    display: inline;
    margin-right: 8px;
}


/* Award*/

.edit .boxAward {
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 0em;
}

.edit .boxAward strong {
    font-size: 1.1em;
    color: #ffffff;
    font-weight: bold;
}

.edit .boxAward img {
    float: right;
    border: 1px solid #968c7e;
}

.boxAwardIso {
    width: 300px;
}

.boxAwardIso th {
    background-color: #0b579e;
    color: #e8e8e8;
    padding-top: 3px;
    padding-right: 2px;
    padding-bottom: 3px;
    padding-left: 2px;
}

.boxAwardIso td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #868686;
    background-color: transparent;
    padding: 2px;
    text-align: center;
}

.imgAward {
    background-color: #666666;
    padding: 2px;
}

.imgIntro {
    float: right;
    color: #b1a897;
    margin-left: 1.5em;
}

.imgIntro p {
    padding-bottom: 1em;
    font-size: 0.9em;
}

.imgIntro img {
    margin-bottom: 0.5em;
    border: 1px solid #8c8074;
}

.InquiryForm {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    border: 1px solid #585858;
    padding: 10px;
}

.InquiryForm h3 {
    font-size: 1em;
    font-weight: lighter;
    color: #ffffff;
    padding-bottom: 0.5em;
    float: right;
}

.columnName {
    text-align: right;
}

.inquForm {
    margin-top: 1em;
    margin-bottom: 1em;
}

.inquForm th {
    background-color: #b04533;
    color: #e3c32f;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #2a2a2a;
    padding-top: 0.4em;
    padding-right: 0.6em;
    padding-bottom: 0.4em;
    padding-left: 0.6em;
}

.inquForm td {
    border-bottom-width: 1px;
    border-bottom-color: #3a3b3b;
    border-right-width: 1px;
    border-right-color: #2a2a2a;
    background-color: transparent;
    line-height: 1.7em;
    font-weight: bold;
    padding: 0.5em;
}

.inquForm td input,
.inquForm td textarea {
    border: 1px solid #000000;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    margin-bottom: 4px;
    padding: 4px;
}

.inquForm td select {
    border: 1px solid #000000;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    margin-bottom: 4px;
    padding: 3px;
}

.inquForm td input {
    margin-right: 5px;
}

.inquForm img {
    vertical-align: middle;
}

.inquForm td textarea {
    width: 400px;
}

.inquForm td.title {
    font-size: 1.1em;
    padding-right: 5px;
    text-align: right;
    color: #e9e9e9;
    width: 200px;
}

.inquForm td input.text {
    width: 300px;
}

.inquForm td input.texts {
    width: 130px;
}

.inquForm td input.textss,
.authnumx2 {
    width: 60px;
}

.InquiryForm .btnLogin {
    background-image: url(../images/bg_login_button.gif);
    background-repeat: repeat-x;
    background-position: top;
    font-size: 1.4em;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border: 1px solid #443b2c;
    padding: 3px;
}

.txtImportant {
    color: #FF0000;
    font-size: 1.1em;
}


/* Products */

.product-ll img {
    padding-top: 1em;
    padding-bottom: 1em;
}

.product-box {
    float: left;
    width: 48%;
    margin-right: 1.2em;
    margin-bottom: 1em;
}

.product-box img {
    float: left;
    margin-right: 1em;
    width: 100px;
    border: 1px solid #2b2316;
    background-color: #e3e3e3;
    padding: 2px;
}

.product-list {
    float: left;
    width: 100%;
}

.list-send {
    float: right;
    width: 135px;
    padding-top: 1em;
    padding-bottom: 0.7em;
    height: 90px;
    clear: right;
    text-align: right;
}

.imgProduct {
    float: left;
    margin-right: 0.5em;
    margin-bottom: 1em;
}

.imgProduct img {
    border: 1px solid #2b2316;
    background-color: #e3e3e3;
    padding: 2px;
    margin-right: 5px;
    width: 100px;
}

.imgProductNoImg {
    display: none;
}

.imgProduct input {
    float: left;
    margin-right: 5px;
    width: 15px;
}

.chbInquiry {
    width: auto;
    float: left;
    color: #bce742;
}

.btnInquiry {
    background-image: url(../images/btn_long.gif);
    background-repeat: repeat-x;
    border: 1px solid #607c12;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: bold;
    padding-right: 4px;
    padding-left: 4px;
}

.checkbox {
    margin-right: 5px;
}

.PRight {
    display: block;
    margin-left: 120px;
    min-height: 100px;
    -height: auto !important;
    -height: 100px;
    -overflow: visible;
}

.PRight h4 a,
.PRightNoImg h4 a {
    color: #ffffff;
    font-size: 0.9em;
}

.PRightNoImg {
    display: block;
    margin-left: 20px;
}

.PRightNoImg ul {
    padding-left: 5px;
}

.txtMore a:link,
.txtMore a:visited {
    background-image: url(../images/button_more.gif);
    background-repeat: no-repeat;
    display: block;
    height: 18px;
    width: 55px;
    float: right;
    font-weight: bold;
    text-align: center;
}

.txtMore a:hover {
    color: #0b579e;
}

.txtMore {
    font-weight: bold;
}

.boxProduct {
    float: left;
    width: 100%;
    margin-bottom: 1em;
}

.PageContent .PRight ul {
    margin-left: 20px;
    margin-top: 8px;
}

.PageContent .PRight li {
    margin-bottom: 0.3em;
    line-height: 1em;
}

.PageContent .PRight strong a {
    color: #FFFFFF;
}

.PageContent .boxProductBlk {
    float: left;

    width: 190px;
    text-align: center;

    margin-top: 0.5em;
    margin-right: 0.7em;
    margin-bottom: 0.5em;
}

.PageContent .boxProductBlk h4 {
    font-size: 1em;
    display: block;
    font-weight: lighter;
}

.PageContent .boxProductBlk img {
    border: 1px solid #2b2316;
    background-color: #e3e3e3;
    padding: 2px;
    margin-bottom: 0.3em;
    margin-top: 0.5em;
    float: none;
}

.barPInfo {
    background-color: #4c4b4b;
    background-image: url(../images/bg_product_select.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-left: 5px;
    font-weight: bold;
    color: #e9e9e9;
    margin-bottom: 5px;
    vertical-align: middle;
    padding-right: 5px;
    clear: both;
}

.barPInfo select {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 11px;
}

.NoticeSel {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #4c4840;
}

.boxBorder {
    clear: both;
    background-image: url(../images/ico_point_line.gif);
    background-repeat: repeat-x;
    background-position: center;
    height: 15px;
}

.product-detail {
    display: block;
    margin-left: 240px;
}

.SendProduct {
    float: right;
    margin-right: 2px;
    margin-top: -5px;
    text-align: right;
}

.boxProductBlkR {
    float: left;
    width: 120px;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 0.5em;
}

.boxProductBlkR img {
    background-color: #1b1815;
    padding: 2px;
    border: 1px solid #605b48;
}

.boxProductBlkR_img_s {
    width: 100px;
    height: 100px;
}

.listSeries {
    color: #6b6c6c;
}

.listSeries h3 {
    line-height: 1.5em;
}

.listSeries li {
    *margin-bottom: -0.5em;
}

.listPDetail {
    font-weight: lighter;
    clear: left;
}

.listPDetail ul {
    color: #AEAEAE;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

.listPDetail li {
    line-height: 1.3em;
    margin-bottom: 0.3em;
}

.listPDetail li ul {
    color: #999898;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


/*product img*/

.imgProductDetail {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    padding: 2px;
    width: 210px;
    margin-top: 0px;
    margin-left: 0px;
    color: #d3cfc4;
}

.imgProductDetail p {
    text-align: center;
    margin: 0px;
}

.imgProductDetail p img {
    padding: 2px;
    border: 1px solid #2b2316;
    background-color: #e3e3e3;
    margin-bottom: 0.5em;
}

.PicZoom {
    background-image: url(../images/bg_pic_zoon.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 27px;
    width: 151px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 5px;
}

.PicZoom a {
    color: #ffffff;
}

.PicZoom a:hover {
    color: #0b3283;
}

.imgProductDetail strong {
    display: block;
    width: 180px;
    font-weight: normal;
    line-height: 100%;
    padding-top: 0px;
    padding-bottom: 2px;
    font-size: 110%;
    color: #4d4d4d;
    margin: 0px;
}

.imgProductDetailNoImg {
    display: none;
}

.product-detailNoImg {
    display: block;
    margin-left: 0px;
}

.RightBox {
    float: right;
    width: 200px;
    position: relative;
    top: -10px;
    text-align: center;
}

.TableBox {
    width: 99%;
    overflow: scroll;
    margin-bottom: 1em;
    margin-top: 1em;
}


/****** Related-Products ******/

.related-products {
    width: 97%;
    clear: both;
}

.related-products ul.OtherBox {
    list-style-type: none;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.related-products ul.OtherBox {
    padding-bottom: 0px;
}

.related-products ul.OtherBox li {
    padding-top: 8px;
    width: 110px;
    _width: 110px;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
}

.related-products .arrow {
    width: 32px;
    float: left;
    display: block;
    margin-top: 50px;
}

.related-products ul.OtherBox img {
    display: block;
    padding: 3px;
    text-align: center;
}

.related-products ul.OtherBox a:hover img {
    border: 3px solid #CCCCCC;
    margin: 0px;
    padding: 0px;
}


/****** Pagination Links ******/

.PageCode {
    padding-top: 0em;
    padding-right: 2px;
    padding-bottom: 0.3em;
    padding-left: 2px;
    margin: 0px;
    font-size: 1.2em;
}

.PageCode ul {
    padding: 0px;
    text-align: center;
    /*Set to "right" to right align pagination interface*/
    font-size: 0.85em;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.PageCode li {
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
    padding-left: -18px;
}

.PageCode li a,
.PageCode li a:visited {
    padding: 0 5px;
    margin-right: 2px;
    border: 1px solid #2a2a2a;
    text-decoration: none;
    color: #CCCCCC;
}

.PageCode li a:hover,
.PageCode li a:active {
    border: 1px solid #2a2a2a;
    color: #4fa6ff;

    text-decoration: none;
}

.PageCode ul li a.PageSelected {
    color: #f0f0f0;
    background-color: #09375f;
    border: 1px solid #4a79a0;
}

.PageCode a.currentpage {
    background-color: #1f8fd0;
    color: #FFF !important;
    border-color: #246d97;
    font-weight: bold;
    cursor: default;
    text-decoration: none;
}

.PageCode a.disablelink,
.PageCode a.disablelink:hover {
    background-color: #333333;
    cursor: default;
    color: #877b70;
    border-color: #121212;
    font-weight: normal !important;
    text-decoration: none;
}

.PageCode a.prevnext {
    font-weight: bold;
    text-decoration: none;
}

.pagination-right {
    float: right;
    font-size: 0.9em;
}

.Copyright {
    color: #4a4a4a;
    margin-top: 5px;
}

.Copyright a {
    color: #959595;
}

.Copyright a:hover {
    color: #409dda;
}

.Address {
    color: #a2a2a2;
    line-height: 150%;
}


/** Contact Detail Box **/

.boxContentPage {

    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin-right: 2em;
    margin-left: 0px;
    width: 99%;
    _width: 500px;
    float: left;
    color: #AEAEAE;
}

.boxContentPage H6,
.HotProducts h6 {
    font-size: 1.1em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #1a9dd2;
    padding-bottom: 0.5em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}

.longfont {
    font-weight: lighter;
    padding-left: 4px;
}

ul.listLight {
    padding: 0;
    line-height: 19px;
    margin-top: 15px;
    margin-right: 20px;
    margin-bottom: 15px;
    margin-left: 0px;
}

ul.listLight li {
    margin: 0;
    padding: 0;
    font-weight: bold;
    list-style-type: none;
}

ul.listLight li span {


    font-weight: lighter;
}

ul.listLight li ul {
    margin: -18px 0 0 100px;
    padding: 0;
}

ul.listLight li ul li {

    margin: 0;

    padding: 0;

    font-weight: lighter;

    color: #AEAEAE;
}


/*** list for Product Deatail ***/

ul.listDark {
    padding: 0px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
}

ul.listDark li {
    padding: 0;
    line-height: 1.5em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0.4em;
    margin-left: 0;
}

ul.listDark li ul {
    margin: 5px 0 5px 10px;
    padding: 0;
}

ul.listDark li ul li {
    margin: 5px;
    padding: 0;
}

input.btnBig {
    background-image: url(../images/button_car.gif);
    background-repeat: no-repeat;
    background-position: left top;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    height: 24px;
    width: 91px;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-top: 5px;
    position: relative;
}

.verchange {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    clear: both;
    color: #00508D;
}

.Newsbox {
    float: left;
    width: 100%;
    margin: 20px 0;
}