﻿
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

html, body {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.logo {
    display: inline;
    padding-left: 20px;
}

.language_dropdown {
    display: inline;
    padding-top: 15px;
    padding-right: 20px;
}

.headerLine {
    width: 100%;
    height: 2px;
    background-color: #f3f3f3;
}

.paging {
    width: 190px;
    height: 44px;
    border: none;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #777478;
    background-color: #d5dad4;
}

/*Nav buttons*/
.navButton {
    width: 115px;
    height: 44px;
    cursor: pointer;
    vertical-align: middle;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    border: none;
    text-align: center;
    margin-right: 1px;
    color: #fff;
}
/*End of Nav buttons*/

/*Language css*/
.language {
    width: 394px;
    height: 40px;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #7091ae;
    color: #fff;
    border: none;
}
/*End of language css*/

/*Brown store & qucik shop css*/
.brownstore {
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    border: none;
    text-align: center;
    background-color: #7091ae;
    color: #fff;
}
/*End of Brown store & qucik shop css*/

/*Sourcecode css*/
.sourcecode {
    cursor: pointer;
    width: 100%;
    height: 40px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    border: none;
    text-align: center;
    background-color: #7091ae;
    color: #fff;
}
/* End of sourcecode css */

/* Shopping cart*/
.shoppingcartTop {
    width: 100%;
    vertical-align: top;
    text-align: center;
    color: #4a4a4a;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
}

.shoppingcartImg {
    width: 48px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 24px;
}

.shoppingcartInputBox {
    width: 22px;
    height: 39px;
    vertical-align: top;
    text-align: center;
    border: solid 1px #9b9b9b;
}

.shoppingcartButtonSign {
    width: 44px;
    height: 44px;
    border: none;
    cursor: pointer;
    padding: 0px !important;
    vertical-align: top;
    margin-right: 7px;
    background-color: #fff;
    border: solid 1px #9b9b9b;
}

.shoppingcartDeleteButton {
    width: 95px;
    height: 44px;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    background-color: #d5dad4;
    border: none;
    color: #777478;
    vertical-align: top;
    margin-right: 7px;
    cursor: pointer;
}

.shoppingcartSpan1 {
    font-family: Arial;
    font-size: 14px;
    color: #000;
}

.shoppingcartSpan2 {
    font-family: Arial;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.shoppingcartSpan3 {
    color: #777478;
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
}

.shoppingcartSpan4 {
    color: #4a4a4a;
    font-family: Arial;
    font-size: 14px;
}

.shoppingcartSpan5 {
    text-align: center;
    color: #777478;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px !important;
}

.shoppingcartSpan6 {
    text-align: center;
    color: #777478;
    font-size: 12px;
}
/*End of shopping cart*/

.spanQty {
    width: 22px;
    height: 42px;
    border: 1px solid #9b9b9b;
    vertical-align: middle;
    padding: 0px;
    color: black;
    text-align: center;
}

/*Program/Facility*/
.programName {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #000;
}
/*End of Program/Facility*/

/*Store Cart css*/
.storecartTop {
    width: 100%;
    vertical-align: top;
    text-align: center;
    color: #4a4a4a;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
}

.stosecartImg {
    width: 48px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 24px;
}

.storecartInputBox {
    width: 22px;
    height: 39px;
    margin-right: 7px;
    vertical-align: top;
    text-align: center;
}

.storecartButtonSign {
    width: 44px;
    height: 44px;
    border: none;
    padding: 0px !important;
    vertical-align: top;
    margin-right: 7px;
    background-color: #fff;
    border: solid 1px #9b9b9b;
}

.storecartDeleteCartButton {
    width: 95px;
    height: 44px;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    background-color: #d5dad4;
    border: none;
    color: #777478;
}

.storecartSpan1 {
    font-family: Arial;
    font-size: 16px;
    color: #000
}

.storecartSpan2 {
    font-family: Arial;
    font-size: 20px;
    color: #417505
}

.storecartSpan3 {
    color: #777478;
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
}

.storecartSpan4 {
    color: #4a4a4a;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

.storecartSpan5 {
    text-align: center;
    color: #777478;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px !important;
}

.storecartSpan6 {
    text-align: center;
    color: #777478;
    font-size: 12px;
}
/*End of store cart css*/

/*Sourcecode for program css*/
.sourcecodeButton {
    cursor: pointer;
    width: 100%;
    border: none;
    border: none;
    padding: 0px;
}

.sourcecodeTitle {
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    border: none;
    padding: 0px;
    background-color: #7091ae;
    color: #fff;
    height: 44px;
    line-height: 44px;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.sourcecodeImage {
    display: inline;
    text-align: center;
}

.sourcecodeText {
    width: 100%;
    height: 64px;
    vertical-align: top;
    text-align: left;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    color: #777478;
    background-color: #fff;
}
/*End of sourcecode program css*/

/*Login css*/
.loginInput {
    width: 317px;
    height: 44px;
    padding-left: 5px;
    border-radius: 4px;
    margin-bottom: 18px;
    background-color: #ffffff;
    border: solid 1px #9b9b9b;
}

.loginLabel {
    width: 70px;
    height: 17px;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}

.loginButton {
    width: 100%;
    height: 44px;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 18px;
    border: none;
    color: #ffffff;
    background-color: #FBAE16;
}

.forgotPassword {
    width: 197px;
    height: 40px;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    border: 1.3px solid #d0021b;
    background-color: #fff;
    text-align: center;
    color: #d0021b;
}
/*End of login css*/

/*List categories css*/
.categoryBar {
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #7091ae;
    color: #fff;
    font-weight: bold;
}

.table_row {
    display: table-cell;
    padding: 0px 10px 10px 0px;
}
/*End of list categories css*/

/* List items css*/
.button {
    height: 30px;
}

.inputBox {
    width: 35px;
    height: 24px;
    text-align: center;
}

.inputText {
    width: 22px;
    height: 40px;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
    border: solid 1px #9b9b9b;
}

.buttonSign {
    width: 44px;
    height: 44px;
    border: none;
    cursor: pointer;
    padding: 0px !important;
    vertical-align: top;
    padding-right: 10px;
    background-color: #fff;
    border: solid 1px #9b9b9b;
}

.addToCartButton {
    width: 88px;
    height: 44px;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin-left: 12px;
    background-color: #d5dad4;
    border: none;
    color: #4a90e2;
}
/*End of list items css*/

/* Item details css */
.itemDetailInputBox {
    width: 22px;
    height: 44px;
    margin-right: 7px;
    vertical-align: top;
    text-align: center;
}

.itemDetailButtonSign {
    width: 44px;
    height: 50px;
    border: none;
    cursor: pointer;
    padding: 0px !important;
    vertical-align: top;
    margin-right: 7px;
    background-color: #fff;
    border: solid 1px #9b9b9b;
}

.itemDetailAddToCartButton {
    width: 176px;
    height: 50px;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background-color: #d5dad4;
    border: none;
    color: #4a90e2;
}

.itemDetailTitle {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-bottom: 15px;
}

.itemDetailDescription {
    font-family: Arial;
    font-size: 24px;
    color: #000;
    padding-bottom: 15px;
}

.divItemText {
    color: #777478;
    font-family: Arial;
    font-size: 24px;
    font-style: italic;
}

.spanItemNumber {
    font-style: normal;
    font-size: 24px;
    font-weight: bold;
}

.divItemWeightText {
    color: #777478;
    font-family: Arial;
    font-size: 24px;
    font-style: italic;
    padding-bottom: 15px;
}

.spanItemWeightNumber {
    font-style: normal;
    font-size: 24px;
    font-weight: bold;
}

.divItemPrice {
    color: #d0021b;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
}

.spanItem1 {
    text-align: center;
    color: #777478;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px !important;
}

.spanItem2 {
    text-align: center;
    color: #777478;
    font-size: 12px;
}
/*End of item details css*/

/*Check out css*/
.checkoutTop {
    width: 550px;
    margin: auto;
    vertical-align: top;
    text-align: center;
    color: #4a4a4a;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 25px;
}

.checkoutMessage {
    width: 550px;
    margin: auto;
    vertical-align: top;
    color: #000;
    font-family: Arial;
    font-size: 18px;
    padding-bottom: 20px;
}
/*End of check out css*/

/* Item details */
.itemListText {
    color: #777478;
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
}

.itemListNumber {
    font-family: Arial;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
}

.itemListPrice {
    font-family: Arial;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
}
/* End of item details */

/*Program FAQ*/
.faqMessageTitle {
    width: 832px;
    height: 35px;
    line-height: 35px;
    margin: auto;
    color: #fff;
    font-family: Arial;
    background-color: #7091ae;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 9px;
}

.faqMessageText {
    margin: auto;
    vertical-align: top;
    color: #000;
    font-family: Arial;
    font-size: 16px;
    padding-bottom: 10px;
}

.faqMessageTr {
    background-color: #fff;
    font-size: 13px;
    height: 24px;
}

.faqMessageTd {
    padding-left: 6px;
}
/*End of program FAQ css*/
.loginHeader {
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    width: 400px;
    margin-left: -50px;
    margin-bottom: 15px;
  }

.itemWithBox {
    margin: 0px;
    padding: 7px;
    border: 1px solid #e4e4e4;
    border-style: solid solid none none;
}

.itemWithBoxLast {
    margin: 0px;
    padding: 7px;
    border: 1px solid #e4e4e4;
    border-style: solid solid solid none;
}

.itemWithoutBox {
    margin: 4px;
    padding: 7px;
}


/*My Account*/

/*Recent orders*/
.recentOrderButton {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: none;
    cursor: pointer;
    padding: 0px;
}

.recentOrderInfo {
    float: left;
    width: 25%
}

.recentOrderTitle {
    width: 100%;
    height: 19px;
    border-bottom: 2px solid #9b9b9b;
}

.recentOrderSubTitle {
    float: left;
    width: 25%;
    text-align: center;
}

/*Change passwod */
.changepasswordInput {
    width: 99%;
    height: 44px;
    padding-left: 5px;
    border-radius: 4px;
    margin-bottom: 18px;
    background-color: #fff;
    border: solid 1px #9b9b9b;
}

.changepasswordButton {
    width: 100%;
    text-align: center;
    background: #6db61d;
    color: #fff;
    font-weight: bold;
    height: 42px;
    line-height: 40px;
    font-family: Arial;
    font-size: 20px;
    border: none;
}

/*Order Details*/
.divOrderDetail {
    padding-right: 10px;
}

.orderDetailHeader {
    width: 100%;
    height: 19px;
    border-bottom: 2px solid #9b9b9b;
    margin-bottom: 5px;
}

.orderDetail {
    width: 100%;
    height: 25px;
    line-height: 15px;
    padding-top: 5px;
}

.orderDetailInfo {
    float: left;
    width: 15%;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.orderDetailInfo2 {
    float: left;
    width: 40%;
    height: 30px;
    line-height: 30px;
}

.orderDetailTotalText {
    float: left;
    width: 87%;
    text-align: right;
    font-weight: bold;
}

.orderDetailTotalAmount {
    float: left;
    width: 10%;
    text-align: center;
    font-weight: bold;
}

/*Order History*/
/*.divOrderDetail {
    padding-right: 10px;
padding-left: 10px;
}
.orderHistoryButton {
    width: 100%;
    height: 45px;
    line-height: 38px;
    border: 3px solid #f1f1f1;
    margin-top: 5px;
    cursor: pointer;
}

.orderHistoryinfo {
    float: left;
    width: 25%;
    text-align: center;
}

.orderHistoryTitle {
    width: 100%;
    height: 19px;
    border-bottom: 2px solid #9b9b9b;
}

.orderHistorySubTitle {
    float: left;
    width: 25%;
    text-align: center;
    color: #4a4a4a;
}*/

.addSelectSize {
    width: 180px;
    height: 44px;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin-left: 12px;
    background-color: #d5dad4;
    border: none;
    color: #4a90e2;
}
