* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Verdana,tahoma,"Microsoft YaHei",Simsun,Mingliu,Arial,Helvetica;
    background: #F0F0F0;
}

img {
    border: 0;
}
li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #4D9AD8;
}

.clear {
    clear: both; 
}




/* haker */
#wrap {
    margin: auto;
    width: 955px;
}
#header {
    height: 170px;
    background: #237BC1 url(../images/header-bg.jpg) repeat-x;
}
#header2-bg {
    background: url(../images/header2-bg.gif) no-repeat center 36px;
}
#login,#has-already-landed {
    padding: 28px 18px 0 0;
    float: right;
    width: 236px;
}
#login span {
    display: block;
    float: left;
    width: 98px;
    _width: 100px;
    color: #fff;
}
#login p {
    height: 26px;
    line-height: 26px;
}
#login p input {
    width: 128px;
    border: 1px solid #fff;
    background: none;
}
#login p .pwd {
    width: 70px;
}
#login p .btn {
    margin-left: 6px;
    width: 55px;
    height: 20px;
    border-width: 0;
    background: url(../images/login-btn.gif) no-repeat;
}
#login p a {
    margin: 0 8px;
    color: #fff;
    text-decoration: none;
}
#login p a.reg {
    color: #fe0;
    font-weight:bold;
}
#has-already-landed {
    width: 200px;
    color: #fff;
    font-size: 14px;
    font-weight:bold;
}
#has-already-landed a {
    color: #fff;
}
#has-already-landed p {
    padding: 4px 0;
}
#has-already-landed .to-greet {
    padding-left: 26px; 
    color: #B5DEFF;
    background: url(../images/to-greet.gif) no-repeat 0 6px;
}
#logo h1 {
    padding-top: 19px;
    height: 113px;
    text-indent: -999px;
    background: url(../images/logo.gif) no-repeat 20px 19px;
}
#nav {
    margin-top: 6px;
    padding: 0 10px;
    border: 1px solid #fff;
    border-width: 1px 0;
    background: url(../images/header-bg.jpg) repeat-x 0 -170px;
    line-height: 30px;
}
#nav li.item {
    position: relative;
    float: left;
    border-right: 1px solid #C5DFF2;
}
#nav li.item ul {
	display:none;
    position: absolute;
    left:0;
    width: 200px;
    background: #195999;
}
#nav li.item ul li {
    height: 30px;
    border-top: 1px solid #fff;
    text-align: center;
    overflow: hidden;
}
#nav li.item ul li a {
    padding: 0;
    height: 30px;
    overflow: hidden;
}
#nav li.final {
    border-right-width: 0;
}
#nav li a {
    display: block;
    padding: 0 26px;
    color: #fff;
    text-align: center;
}
#nav li a:hover {
    color: #214285;
    text-decoration: none;
    background-color:#B0CEE6; 
}
#nav li.n2,#nav li.n2 ul {
    width: 160px;
}
#nav li.n3,#nav li.n3 ul {
    width: 150px;
}
#nav li.n4,#nav li.n4 ul {
    width: 200px;
}   
.down {
    background: url(../images/down.gif) no-repeat right 14px;
}

/*end CSS*/


/* content */
#content {
    padding-left: 8px;
    padding-right: 8px;
    background: #fff url(../images/header-bg.jpg) repeat-x 0 -206px;
}
.index,.type2,.type3 {
    padding-top: 5px;
}
.column {
    margin-bottom: 10px;
}
.column h3 {
    margin-bottom: 6px;
    padding: 0 12px;
    font-weight: lighter;
    font-size: 14px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: #2398C1 url(../images/column.jpg) repeat-y;
}

.column h3 a{
    margin-bottom: 6px;
    padding: 0 12px;
    font-weight: lighter;
    font-size: 14px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    
}

.column li {
    line-height: 18px;
}

#side1,#side2 {
    display: inline;
    float: left;
    width: 198px;
}
#side2 {
    margin-right: 10px;
}
#side1 {
    float: right;
}
#main {
    float: left;
    width: 730px;
}
.index #main {
    width: 520px;
}

#contact-window {
    margin-bottom: 10px;
}
#contact-window img {
    margin: 0 6px;
}
#contact-window h3 {
    margin-bottom: 4px;
    color: #3072A5;
    line-height: 28px;
    border-bottom: 1px solid #ccc;
}
#contact-window p {
    padding: 2px 0;
}

#track-your-order input {
    height: 22px;
    line-height: 22px;
    width: 92%;
    border: 1px solid #7F9DB9;
    background: #F1F5FF;
}
#track-your-order .btn {
    padding-left: 8px;
    text-align: left;
    border-width: 0;
}
#track-your-order .btn input {
    width: 64px;
    background: #fff url(../images/login-btn.gif) no-repeat 0 -32px;
}
#track-your-order p {
    padding: 4px 0;
    text-align: center;
}
#how-to-order {
    padding-bottom: 6px;
    text-align: center;
    background: #F2FAFE;
}
#how-to-order h3 {
    margin-bottom: 10px;
    text-align: left;
}
#how-to-order .final {
    height: 28px;
    overflow: hidden;
}
#how-to-order li {
    margin-top: 4px;
    font-weight:bold;
    height: 47px;
    background: url(../images/how-to-order-li.gif) no-repeat center 0;
}
#how-to-order li a {
    color: #00508F;
    font-size: 14px;
}

#main h1 {
    padding: 0 14px;
    font-size: 18px;
    color: #fff;
    font-weight: lighter;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: #237BC1 url(../images/m-h1bg.jpg) repeat-y;
}
#main h1 span {
    float: right;
    display: inline;
}
#uri {
    font-size: 12px;
}
#uri a {
    padding-left: 16px;
    color: #fff;
    background: url(../images/url-a.gif) no-repeat 4px 4px;
}
#uri .home {
    background: none;
}
#main-top {
    text-align: center;
}
#main #main-top h1 {
    padding: 2px 0;
    font-size: 28px;
    font-weight: lighter;
    color: #000;
    background: none;
}
#main-top h2 {
    padding: 4px 0;
    font-size: 19px;
    color: #24248A;
    font-weight: lighter;
}
#main-top h3 a {
    color: #f00;
    font-size: 24px;
    text-decoration: underline;
}
#main-top p {
    margin-top: 8px;
    text-align: left;
}
#product-show {
    margin: 10px 0;
    padding-bottom: 10px;
    height: 142px;
    overflow: hidden;
    background: #F2FAFE;
}
#product-show h3 a {
    float: right;
    font-family: Book Antiqua;
    font-size: 12px;
}
#product-show h3 {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: lighter;
    line-height: 26px;
    border-bottom: 1px solid #DDD;
}
#product-show ul {
    padding-left: 2px;
}
#product-show li {
    width: 129px;
    float: left;
    text-align: center;
}
#product-show li p {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
#two {
    padding-bottom: 10px;
}
#why-pcbcore {
    width: 49%;
    float: left;
}
#why-pcbcore h3 {
    padding-left: 44px;
    background: url(../images/why-pcbcore.gif) no-repeat 10px 4px;
}
#online-service {
    width: 49%;
    float: right;
}
#online-service h3 {
    padding-left: 44px;
    background: url(../images/why-pcbcore.gif) no-repeat 8px -32px;
}
.service h3 {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: lighter;
    line-height: 30px;
    border-bottom: 1px solid #DDD;
}
.service li {
    padding-left: 16px;
    line-height: 18px;
}

/* product-show-list */
#product-show-list {
    margin-top: 10px;
    padding-bottom: 10px;
}
#product-show-list li {
    margin-bottom: 10px;
    padding: 12px;
    * padding-bottom: 0;
    border: 10px solid #F9F8F9;
}
#product-show-list li .photo {
    margin-right: 10px;
    display: inline;
    float: left;
}
#product-show-list li .photo img {
    border: 1px solid #ddd;
}
#product-show-list li .text {
    float: left;
    width: 300px;
}
#product-show-list li h4 {
    font-family: Georgia;
    font-size: 16px;
    color: #195899;
}

/* login-area.html */
#login-area {
    padding-bottom: 20px;
    background: #F0F7FA url(../images/bg.jpg) repeat-x 0 -300px;
}
#forgot-your-password {
    height: 400px;
    background: #F0F7FA url(../images/bg.jpg) repeat-x 0 -400px;
}
#msg {
    margin: 18px;
    padding: 16px 20px 16px 80px;
    font-weight:bold;
    border: 1px solid #C0DAE2;
    background: #EEF6F8 url(../images/msg.gif) no-repeat 32px center;
}
#msg3 {
    margin: 18px;
    padding: 8px 20px 10px;
    border: 1px solid #C0DAE2;
    background-color: #EEF6F8;
    * background-color:transparent;
    opacity: 0.7;
    filter:alpha(opacity=70);    
}
#msg3 h4 {
    margin-bottom: 6px;
    font-size: 14px;
    color: #195899;
}
#msg3 a {
    color: #f00;
    text-decoration: underline;
}
#msg3 p {
    line-height: 20px;
}
.click-here {
    text-align: right;
}
.click-here a {
    margin-right: 20px;
    padding-left: 20px;
    color: #f00;
    font-size: 14px;
    background: url(../images/click-here.gif) no-repeat 0 2px;
}
.form-box {
    padding: 0 70px;
}
fieldset {
    margin: 20px 0 30px;
    padding:5px 20px 10px;
    border:2px solid #EEE;
}
legend {
    color:#333;
    font-size:16px;
    font-weight:bold;
    padding:0 6px;
}
fieldset input {
    margin: 0 2px;
}
fieldset p {
    line-height:22px;
    margin:10px 5px;
    height: 22px;
}
fieldset p label.th {
    padding-right:10px;
    text-align:right;
    height:22px;
    width:192px;
    display: block;
    float: left;
}
#form_item_E-mail input,#form_item_Password input {
    width: 236px;
    height: 20px;
    line-height: 20px;
}
#form_item_Remember-Password {
    text-align: center;
}
#form_item_btn {
    margin-top: 10px;
    text-align: center;
}
#main #form_item_btn input {
    padding-bottom: 13px;
    * padding-bottom: 0;
    color: #fff;
    width: 87px;
    height: 23px;
    border-width: 0;
    background: url(../images/login-btn.gif) no-repeat 0 -63px;
}
#why-register {
    padding: 16px 64px;
    border-top: 1px dotted #222;
}
#why-register h2 {
    font-size: 18px;
    color: #214282;
    line-height: 26px;
}
#why-register h3 {
    margin-bottom: 8px;
    font-size: 14px;
    color: #214282;
    line-height: 24px;
}
#why-register li {
    padding-left: 26px;
    line-height: 22px;
    background: url(../images/g.gif) no-repeat 0 4px;
}
#menu h3 {
    margin-bottom: 1px;
}
#menu ul {
    padding: 6px 10px;
    background: url(../images/menu-ul-bg.jpg) repeat-x;
}
#forgot-your-password .msg2 {
    margin: 16px 90px 0;
}
.msg2 {
    margin: 16px 30px 0;
    color: #214282;
    line-height: 18px;
}

/* login-area.html */
#state {
    padding: 8px 0;
}
#state img {
    margin: 0 4px;
}
#process {
    margin-top: 8px;
    height: 26px;
    line-height: 26px;
    border-bottom: 2px solid #627CBA;
    background: url(../images/process-bg.jpg) repeat-x 0 bottom;
}
#process li a {
    padding-left: 22px;
    color: #fff;
    background: url(../images/process-li.gif) no-repeat 0 -39px;
}
#process li {
    margin-left: 1px;
    padding: 0 12px 0 12px;
    float: right;
    color: #fff;
    background: #83BFEF url(../images/process-li.gif) no-repeat;
}
#process #current {
    margin-top: -2px;
    font-weight: bold;
    height: 28;
    line-height: 28px;
    background: #467FC8 url(../images/process-li.gif) no-repeat 0 bottom;
}
#process #current a {
    padding-left: 26px;
    background: url(../images/process-li.gif) no-repeat 4px -65px;
}

/* Quote.html */
#shopping {
    background: url(../images/shopping-bg.gif) no-repeat right 0;
}
#shopping1 {
    background: no-repeat right 0;
}
.board-specifications {
    margin: 0 20px;
    padding-bottom: 20px;
}
.board-specifications h3 {
    margin-bottom: 16px;
    font-size: 12px;
}
.board-specifications p {
    padding: 4px 0;
}
.board-specifications strong {
    margin: 4px;
}
.board-specifications span {
    margin: 0 4px 0 16px;
}
.board-specifications #form_item_gold-fingers span,.board-specifications #form_item_cutouts-slots span {
    margin: 0 16px 0 4px;
}
#main .board-specifications input {
    width: auto;
    height: 16px;
}
#main .board-specifications label {
    display:block;
    float:left;
    height:22px;
    padding-right:20px;
    text-align:left;
    width:250px;
}
#form_item_More {
    text-align: left;
    color: #f00;
    font-weight:bold;
}
#form_item_textarea {
    padding: 0 100px;
}
#form_item_textarea textarea {
    width: 436px;
    height: 60px;
}
.board-specifications #form_item_special-notes {
    padding:4px 26px;
}

/* Check-Out.html */
#price,#quotation {
    padding: 20px 10px;
    border-bottom: 1px dotted #000;
}
#price .table-type1 {
    margin: 0 10px 10px 0;
    float: left;
    width: 224px;
}
.table-type1,.table-type1 th,.table-type1 td {
    border-collapse: collapse;
    border: 1px solid #A3CAFF;
}
.table-type1 th {
    height: 32px;
    color: #195899;
    font-size: 14px;
    background: #CBE1FF;
}
#price .table-type1 td {
    padding: 4px 0;
    text-align: center;
}
.table-type1 td {
    padding: 4px 6px;
    background: #E8F2FC;
}
#price h4,#quotation h3 {
    margin-bottom: 6px;
    font-size: 14px;
    color: #195899;
}
#price h4 p {
    line-height: 24px;
    border: 1px solid #f00;
}
#quotation {
    border-bottom-width: 0;
}
#quotation h3 {
    margin-bottom: 10px;
}
.table-type2 {
    width: 100%;
}
.table-type2,.table-type2 th,.table-type2 td {
    border-collapse: collapse;
    border: 1px solid #FACE93;
}
.table-type2 th {
    height: 32px;
    color: #D07900;
    background: #FBDDB3;
}
.table-type2 td {
    padding: 6px 6px;
    color: #000;
    background: #FFF8EF;
}
#upload {
    margin: 10px 0 20px;
}
#upload li {
    padding: 0 2px;
    float: left;
}
#main #form_item_btn #calculate-shipping {
    width: 166px;
    background: url(../images/login-btn.gif) no-repeat 0 bottom;
}
#quotation #form_item_btn input {
    margin: 0 20px;
}

/* My-Shopping-Cart.html */
.my-shopping-dart .msg2 {
    margin: 10px;
    padding: 0;
}
#shopping-dart {
    margin: 20px 10px;
}
#shopping-dart h3,#payment-methods h3,#bill h3 {
    margin-bottom: 16px;
    font-size: 14px;
    color: #C04900;
    padding: 10px 0;
    border-bottom: 1px dotted #000;
}
#shipping-method {
    text-align: right;
}
#expenses {
    text-align: right;
}
#clear-shopping-cart {
    text-align: right;
    line-height: 30px;
}
#clear-shopping-cart a {
    padding: 2px 6px;
    color: #fff;
    background: #D07900;
}
.my-shopping-dart #form_item_btn input {
    margin: 0 20px;
}

/* Check-Out.html */
#payment-methods,#bill {
    margin: 10px;
}
#payment-methods li {
    padding: 2px 0 0 8px;
}
#payment-methods li input {
    margin-right: 4px;
}
#bill h3 a {
    text-decoration: underline;
}
.bill-table table {
    margin: 0 2%;
    _margin: 0 1%;
    width: 46%;
    float: left;
}


/* registration.html */
#registration {
    padding-bottom: 20px;
    background: #F0F7FA url(../images/bg.jpg) repeat-x;
}
#registration h3 {
    padding-left: 20px;
    font-size: 18px;
    color: #004D7A;
}
.form-box p strong {
    color: #f00;
}
.article {
    margin-bottom: 16px;
    text-align: center;
}
.article a {
    color: #c00;
}
.no-1 {
    background: url(../images/no-1.gif) no-repeat 500px 18px;
}
.no-2 {
    background: url(../images/no-2.gif) no-repeat 500px 18px;
}
.no-3 {
    background: url(../images/no-3.gif) no-repeat 500px 18px;
}
.no-4 {
    background: url(../images/no-4.gif) no-repeat 500px 18px;
}

/* My-Account.html */
#what {
    padding-top: 16px;
    float: right;
    width: 500px;
}
#what h3 {
    margin-bottom: 6px;
    font-size: 14px;
    color: #f00;
}
#what li {
    padding-left: 20px;
    color: #214282;
    font-weight:bold;
    line-height: 20px;
    background: url(../images/what-li.gif) no-repeat 0 2px;
}
#what li a {
    color: #214282;
}

#subnav {
    float: left;
    width: 200px;
}
#subnav li {
    margin-top: 1px; 
   /* height: 22px;*/
    line-height: 22px;
    background: url(../images/subnav.gif) no-repeat;
}
#subnav li a {
    padding-left: 30px;
    background: url(../images/process-li.gif) no-repeat 6px -40px;
}
#subnav li li {
    width: 200px;
    background: url(../images/subnav.gif) no-repeat;
    
}
#subnav li li a {
    margin-left: 26px;
    padding-left: 10px;
    background: url(../images/subnav-li.gif) no-repeat 0 4px;
}


/* faq */
#all-faqs {
    margin-top: 10px;
    padding-left: 26px;
    width: 260px;
    height: 28px;
    background: url(../images/all-faqs.gif) no-repeat;
}
#all-faqs input {
    margin-top: 7px;
    color: #fff;
    width: 25px;
    height: 10px;
    cursor: hand;
    border-width: 0;
    background: url(../images/all-faqs-btn.gif) no-repeat;
}
#all-faqs select {
    margin-top: 3px;
    width: 200px;
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #B3B3B3;
    border-bottom-width: 0;
}
#all-faqs p {
    padding-right: 20px;
    height: 28px;
    float: right;
    background: url(../images/all-faqs.gif) no-repeat right -38px;
}
#question {
    margin-top: 20px;
    padding: 0 0 12px 102px;
    border-bottom: 1px dotted #000;
    background: url(../images/all-faqs.gif) no-repeat 20px -76px;
}
#question li {
    line-height: 20px;
}
#question li a {
    color: #195899;
}
#qa {
    margin: 20px 0;
}
.answers {
    margin: 0 0 16px 10px;
    padding-top: 8px;
    background: url(../images/answers-top.gif) no-repeat;
}
.answers-con img {
    margin: 10px 16px;
    float: left;
}
.answers-con {
    padding: 6px 16px 16px;
    background: url(../images/answers-con.gif) no-repeat 0 bottom;
}
.answers-right {
    float: right;
    width: 616px;
}
.answers-right div p {
    float: right;
    width: 590px;
}
.question2 {
    margin-bottom: 10px;
    font-weight:bold;
    color: #214282;
}

/* terminology */
.terminology,.payment {
    background: url(../images/terminology-bg.jpg) repeat-x 0 32px;
}
.terminology .msg2 {
    font-size: 14px;
}
.navigation {
    margin: 16px auto;
    width: 430px;
}
.navigation li {
    margin: 0 6px 6px;
    float: left;
    width: 21px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: url(../images/navigation-li.gif) no-repeat;
}
.navigation li a {
    color: #fff;
    font-weight:bold;
}
#terminology-more {
    margin: 0 20px;
}
#terminology-more div {
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
}
#terminology-more p {
    margin-bottom: 16px;
    line-height: 18px;
}

/* payment */
#maincontent {
    margin: 20px 20px;
}
#maincontent p {
    margin-bottom: 20px;
}

.more {
    margin-right: 16px;
    padding: 6px 0;
    text-align: right;
    font-family: Book Antiqua;
}
/* copyright */
#copyright {
    padding: 12px 0 16px;
    text-align: center;
    background: #C1C3C8;
}
#copyright p {
    margin-top: 6px;
}
#copyright-img {
    padding-left: 346px;
}
#copyright-img li {
    padding: 0 6px;
    text-align: center;
    float: left;
}

.bill-table1 table {
    width: 100%;
    float: left;
}

.table-type3 {
    width: 100%;
}
.table-type3,.table-type3 th,.table-type3 td {
    border-collapse: collapse;
    border: 1px solid #FACE93;
}
.table-type3 th {
    height: 32px;
    color: #D07900;
    background: #FBDDB3;
}
.table-type3 td {
    padding: 6px 6px;
    color: #000;
    background: #FFF8EF;
}