@charset "utf-8";

/* CSS Document */

/*************
 Fonts
**************/
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');

/*************
 Global Styles
**************/

body {
    font-family: 'PT Sans', sans-serif;
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 10pt;
}

body > br {
    display: none;
}

body.eupopup > table {
    right: 500px;
    top: 4px;
    z-index: 99999;
    position: absolute;
}

body.eupopup > table td a{
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}

p {
    font-family: 'PT Sans', sans-serif;
    color: #000000;
    font-size: 12pt;
}

.NormalFont {
    font-family: 'PT Sans', sans-serif;
    color: #000000;
    font-size: 11pt;
}

input,
select {
    font-size: 14px;
    color: #5b5b5b;
    padding: 7px 10px;
}

select  {
    background: #a0a0a0;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    height: 34px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
    margin-bottom: 6px;
}

select#selectedProperty {
    height: auto;
    background: none;
}
hr {
    height: 1px;
    border: none;
    border-top: 1px solid #e3e3e3;
    margin: 20px 0;
}

ul {
    color: #5b5b5b;
}

td {
    color: #5b5b5b;
    vertical-align: top;
}
.sort {
    color: #FFCC00;
    text-decoration: underline;
}

.error {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FF4136 !important;
    letter-spacing: 1px;
}

.note{
    width:192px!important;
}

/*************
 Top Bar
**************/

.top_blue_bar {
    position: absolute;
    top: 7px;
    right: 20px;
    color: #a0a0a0;
}

.top_blue_bar a {
    display: none;
}

.top_blue_bar a:nth-of-type(3) {
    display: inline;
}

.top_blue_bar a:nth-of-type(4) {
    display: inline;
    margin-left:40px!important;
    padding-right:28px;
}

.top_blue_bar img {
    display: none;
}

#backTop {
    background: #fff;
    width: 100%;
    min-width: 640px;
    height: 15px;
}

#backTop a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 5px;
}

#backTop a:first-of-type:before {
    font-family: FontAwesome;
    content: "\f015";
    color: #5b5b5b;
    float: left;
    display: block;
    margin-right: 5px;
    font-size: 16px;
    line-height: 16px;
}

#goldTop {
    display: none;
}

#whiteSpacer {
    display: none;
}

#blueTop2 {
    background-color: #314F97;
    position: absolute;
    top: 116px;
    bottom: 5px;
    width: 180px;
    height: 20px;
    left: 8px;
}


/*************
 Header
**************/

#company {
    position: absolute;
    z-index: 15;
    top: 0;
    background: #a0a0a0;
    padding: 5px 60px 0 50px;
    width: 200px;
}

#company:before {
    font-family: FontAwesome;
    content: "\f0ac";
    color: #fff;
    float: left;
    display: block;
    margin-right: 10px;
    font-size: 18px;
    line-height: 24px;
}

#language select,
#company select {
    border: none;
    color: #fff;
    font-size: 13px;
    padding:1px;
    height:auto;
    line-height: 20px;
    background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%);
    background-position:
    calc(100% - 20px) calc(1em + -3px),
    calc(100% - 15px) calc(1em + -3px),
    calc(100% - 0.5em) 0.5em;
    background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
    background-repeat: no-repeat;
}

#language select {
    padding-right: 30px;
}
#language select::-ms-expand {
    display: none;
}

#company select::-ms-expand {
    display: none;
}

#language {
    position: absolute;
    z-index: 15;
    top: 0;
    left: 235px;
    width: 25%;
    background: #a0a0a0;
    padding: 5px 20px 0 0;
}

#language:before {
    font-family: FontAwesome;
    content: "\f1ab";
    color: #fff;
    float: left;
    display: block;
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
}

#header {
    background: #FFF;
    height: 100px;
    border-top: 33px solid #a0a0a0;
    border-bottom: 4px solid #c9c9c9;
}

#header a {
    display: none;
    width: 285px;
    height: 58px;
    background: url(../images/FLP_Flat_R_White.png) no-repeat;
    background-size: contain;
    margin: 20px 20px;
}
#header img {
//display: none;
    float: right;
    margin: 15px;

}

#headerFlag {
    position: absolute;
    top: 0;
    color: #fff;
    padding: 6px 48px;
}

#headerFlag .Flag {
    float: left;
    padding: 0 12px 0 0;
}


/*************
 Tables
**************/

#ScrollableTable {
    overflow: auto;
    width: 100%;
    height: 250px;
    padding: 0;
    margin: 0;
    text-align: center;
}

/*************
 Layout
**************/

#pageBorder {
    position: absolute;
    width: calc(100% - 60px);
    padding: 0;
    border-left: 30px solid #fff;
    border-right: 30px solid #fff;
    background-repeat: repeat-x;
}

#store  a{
    display: block;
    width: 285px;
    height: 58px;
    background: url(../images/logoNew.png) no-repeat;
    background-size: contain;
    margin: 20px 20px;
    position: absolute;
    top: 30px;
    text-indent: -9999px;
    font-size: 0;
}

.search {
    position: absolute;
    width: 355px;
    background-color: #fff;
    left: 12px;
    top: 64px;
    font-size: 8pt;
    height: 27px;
    margin: 0 0 0 -1px;
}

.switch {
    position: absolute;
    width: 355px;
    background-color: #fff;
    left: 300px;
    top: 65px;
    font-size: 7pt;
    height: 27px;
}

.altRow {
    background: #dbdccb;
    font-size: 10pt;
}

.altRow2 {
    background: #ffffff;
    font-size: 10pt;
}

.altRowBBord {
    background: #ebf1ff;
    border-bottom: 1px solid #999999;
    font-size: 10pt;
}

.altRow2BBord {
    background: #ffffff;
    border-bottom: 1px solid #999999;
    font-size: 10pt;
}

.altRow2BTBord {
    background: #ffffff;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    font-size: 7pt;
}

.altRowHiLite {
    font-size: 12pt;
}

.altRowHiLite2 {
    background: #f8eec2;
    font-size: 10pt;
}

.altRowOrange {
    background: #ffCC66;
    font-size: 10pt;
}

.altRowLtGray td {
    font-size: 18px;
    color: #5b5b5b;
    text-transform: uppercase;
    font-weight: 600;
}

.hiLite {
    background: #f6f6f6;

}

.hiLite td{
    padding: 5px 10px;
}
.Orange {
    background: #ffCC66;
    color: #FF0000;
    font-size: 9pt;
    font-weight: bold;
}

.date {
    padding-bottom: 20px;
}

.date strong {
    font-weight: 400 !important;
}

.warning {
    font-size: 16px;
    font-weight: bold;
}

.disclaimer {
    color: #5b5b5b;
    padding-left: 50px;
    padding-top: 0;
    font-weight: 400;
}

.disclaimer a {
    color: #5b5b5b;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0 20px;
    display: inline-block;
    font-family: 'PT Sans', sans-serif !important;
}


.disclaimer strong {
    font-weight: 400;
}
.disclaimer > strong {
    color: #5b5b5b;
}

.TableHeadCol {
    color: #FFF;
    font-weight: bold;
//background-image: url(../images/colBack.gif);
    text-align: left;
    margin: 0;
    padding: 3px 0;
}

.TableHeadCol td,
.TableHeadCol td a .sort {
    color: #5b5b5b;

}

.siteDownWarning {
    font-family: 'PT Sans', Helvetica, sans-serif !important;
    font-size: 10px !important;
    font-weight: bold !important;
    color: #FF0000;
    text-decoration: none !important;
    text-align: center !important;
    height: 14px;
    padding: 0;
}

.form {
    padding: 7px 10px;
    margin: 5px 0;
}

select.form {
    padding: 7px 10px;
    width: 345px;
}

select.stateCountry {
    width: 196px;
}



/*************
 Account
**************/

#contentP {
    padding-top: 40px;
    color: #5b5b5b !important;
    text-align: center;
    font-size: 16px;
    width: 800px;
    margin: 0 auto;
}

#contentP #footer {
    /* bottom: 50px; */
    /*width: 4000px;
    left: -1636px;*/
}

#contentP .empText {
    font-size: 9pt;
    color: #4d532d;
    font-weight: bold;
}

#contentP h2 {
    color: #4d532d;
    font-size: 12pt;
    font-weight: bold;
    margin: 0;
}

#contentP p {
    color: #5b5b5b;
    margin: 5px 0 15px;
}

.registerAddressNote
{
    margin: 5px 145px 15px !important;
    width: 320px !important;
}

#contentP h3 {
    color: #FFF;
    font-size: 11pt;
    font-weight: bold;
    background-color: #314F97;
    text-align: center;
    border: double;
    margin: 0;
}

#contentP h5 {
    color: #ff0000;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    border: 0;
    margin: 5px 0 0 0;
}

#contentP .products {
    color: #000;
    margin: 0;
}

#contentP .TableHead {
    color: #fff;
    font-weight: bold;
}

#contentP .TableHead td {
    color: #5b5b5b;
    padding: 10px;
}

#contentP .trOrange {
    background: #FFCC66;
    padding: 2px 0 3px;
}

#contentP a {
    color: #4d532d;
    padding: 2px 0 3px 0;
}

#contentP .head {
    background-color: #CCCCCC;
    height: 15px;
    font-size: 10pt;
    padding: 3px 0 2px 5px;
}

#contentP .head2 {
    height: 15px;
    font-size: 8pt;
    padding: 0 0 0 5px;
    width: 91%
}

#contentP .tableAddressDisplay {
    border: 1px solid #999;
    color: #000000;
    background-color: #fff;
    text-align: left;
    padding: 20px;
}

#contentP td {
    text-align: left;
}

#contentP h4 {
    color: #FFF;
    font-weight: bold;
    background-color: #314F97;
    text-align: left;
    border: 0;
    margin: 0;
}

#contentP .tableProduct {
    border: 1px solid #999;
    color: #000000;
    background-color: #fff;
    text-align: left;
}

#contentP .altRow {
    background: #f6f6f6;
    font-size: 10pt;
    text-align: left;
}

#contentP .altRow2 {
    background: #ffffff;
    font-size: 10pt;
    text-align: left;
}

#contentP .TableHeadCat {
    background-color: #314F97;
    color: #fff;
    font-weight: bold;
    text-align: left;
    text-indent: 10px;
}

#contentP .TableHeadCatSub {
    background-color: #6586BB;
    color: #fff;
    font-weight: bold;
    text-align: left;
    text-indent: 25px;
    margin: 0;
}

#contentP td #shippingAddressForm .btnGreen,
#contentP td #shippingAddressForm .btnGreenhov {
    width: auto;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;

}

/*************
 Order History
**************/

#contentP .history {
    font-size: 12pt;
    font-family: 'PT Sans', sans-serif;
    padding: 3px 0 2px 5px;
}

#contentP a.historyLink,
a.historyLink:active,
a.historyLink:visited {
    font-size: 12pt;
    font-family: 'PT Sans', sans-serif;
    padding: 3px 0 2px 5px;
}

#contentP a.historyLink:hover {
    color: #6586BB;
    font-size: 12pt;
    text-decoration: none;
}


/*************
 Breadcrumbs
**************/

#breadCrumb {
    display: none;
    padding: 5px 0 5px 10px;
    font-family: 'PT Sans', sans-serif;
    size: 8pt;
    color: #666666;
    margin: 0;
    border-bottom: 1px solid #999999;
}

#breadCrumb a:link {
    color: #666666;
    text-decoration: underline;
}

#breadCrumb a:hover {
    color: #4d532d;
    text-decoration: underline;
}


/*************
 Checkout
**************/

#checkOut {
    margin: 0 0 0 250px;
    background: #ffffff;
    color: #5b5b5b;
}

#checkOut .head {
    background-color: #CCCCCC;
    height: 15px;
    font-size: 8pt;
    padding: 3px 0 2px 5px;
}

#checkOut .head2 {
    height: 15px;
    font-size: 8pt;
    padding: 0 0 0 5px;
    width: 91%
}

#checkOut h1 {
    background-color: #FFF;
    margin: 0 0 30px;
    color: #5b5b5b;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    min-height: 32px;
    padding: 9px 0;
    font-weight: 700;
    border-left: 5px solid #fff;
}

#checkOut table {
    width: 97% !important;
}
#checkOut p {
    color: #5b5b5b !important;
}

#checkOut .tableDisplayWhite {
    padding:10px;
}

#checkOut .tableDisplayWhite .TableHead td {
    background-color: #F7F5F5;
    color: #5b5b5b;
    padding: 30px 0 10px;
}

#checkOut .tableDisplayWhite .TableHead td:first-of-type,
#checkOut .tableDisplayWhite td:first-of-type {
    padding-left: 30px;
}

#checkOut .tableDisplayWhite .altRow,
#checkOut .tableDisplayWhite .altRow2 {
    background: #F7F5F5;
}

#checkOut .tableDisplayWhite td {
    color: #5b5b5b;
    text-align: left;
    padding-bottom: 10px;
    vertical-align: bottom;
}

#checkOut .tableDisplayWhite td p {
    color: #fff;

}

#checkOut .tableDisplayWhite tr:nth-last-child(2) p{
    text-align: right;
    margin: 0;
}

#checkOut .tableDisplayWhite tr:nth-last-child(2) p strong{
    font-size: 14px;
    color: #5b5b5b !important;
    text-align: left;
    line-height: 42px;
    margin-right: 47px;
}

#checkOut .tableDisplayWhite td p strong {
    font-weight: 400 !important;
}

#checkOut .tableDisplayWhite td input[type="text"] {
    background: transparent;
    border: 3px solid #5b5b5b;
    color: #5b5b5b;
    padding: 7px 5px;
    width: 60px;
}

#checkOut .tableDisplayWhite td  .btnRed, #checkOut .tableDisplayWhite td  .btnRedhov {
    width: 215px;
    float:right;
    padding: 10px;
    font-size: 16px;
}

#checkOut .tableDisplayWhite a {
    color: #5b5b5b;
    text-decoration: none;
}

#checkOut .tableDisplayWhite .btnGreen,
#checkOut .tableDisplayWhite .btnGreenhov {
    padding: 8px 10px;
    margin: 0;
    position: relative;
}

#checkOut .btn, #checkOut .btnhov {
    width: 226px;
    margin-bottom: 20px;
    padding: 8px 10px;
    position: relative;
}

#checkOut .altRowLtGray {
    padding-top: 40px;
    text-transform: capitalize;
    text-align: right;
}

#checkOut .altRowHiLite:nth-of-type(2),
#checkOut .altRowLtGray:nth-of-type(2) {
    text-align: right;
    padding-right: 35px;
}

#checkOut .tableDisplayWhite td input[name="referralCode"] {
    border: 3px solid #5b5b5b;
    width: 200px;
    margin-right: 10px;
}
#checkOut .CMSFont14 {
    display: inline-block;
    float: right;
    width: 227px;
    position: relative;
    padding-top: 20px;
}

#checkOut .CMSFont12 a {
    color: #5b5b5b;
}

#checkOut .CMSFont14 br {
    display: none;
}

.total {
    font-size: 8pt;
    font-weight: bold;
    color: #000;
}

#genericCheckoutForm h2 {
    margin: 40px 0 0;
}

#genericCheckoutForm + tbody tr:last-of-type td input[type="submit"] {
    position: relative;
    left: 10px;
}

form[action="/retail/shop/paymentOptions.do?task=submitForm"] + tbody .btnRed,
form[action="/retail/shop/paymentOptions.do?task=submitForm"] + tbody .btnRedhov {
    position: relative;
    left: 365px !important;
}

#genericCheckoutForm + tbody .btn {
    background-color: #c0c0c0;
    color : #FFFFFF !important;
}

#genericCheckoutForm + tbody .btnhov {
    background-color: #b0b0b0;
    color : #FFFFFF !important;
}

#paymentInfoForm input[type="text"] {
    width: 346px;
}

#paymentInfoForm tr td:first-of-type {
    padding-top: 15px;
}

#paymentInfoForm tr:nth-of-type(3) td {
    padding: 15px 0;
}

#paymentInfoForm select {
    width: 370px;
}

#paymentInfoForm input[type="button"],
#paymentInfoForm button {
    font-size: 13px;
    width: 210px;
}

#contentP #paymentInfoForm:last-of-type input[type="submit"] {
    position: relative;
    top: -109px;
    padding: 10px 30px 9px;
    font-size: 14px;
    /* background: #c0c0c0;*/

}

/*************
 2 Columns
**************/

#2col {
    padding: 0 5px 10px 5px;
    margin: 0 0 0 183px;
    border: 1px solid #cccccc;
    background-color: #fff;
    font-family: 'PT Sans', sans-serif;
    color: #000000;
    font-size: 8pt;
}

#2col .TableHeadCat {
    background-color: #314F97;
    color: #fff;
    font-weight: bold;
    text-align: left;
    text-indent: 10px;
}

#2col .TableHeadCatSub {
    background-color: #6586BB;
    color: #fff;
    font-weight: bold;
    text-align: left;
    text-indent: 25px;
    margin: 0;
}

#2col .head {
    background-color: #CCCCCC;
    height: 15px;
    font-size: 8pt;
    padding: 3px 0 2px 5px;
}

#2col .head2 {
    height: 15px;
    font-size: 8pt;
    padding: 0 0 0 5px;
    width: 91%
}

#2col h2 {
    color: #4d532d;
    font-size: 12pt;
    font-weight: bold;
    margin: 0;
}

#2col h3 {
    color: #FFF;
    font-size: 11pt;
    font-weight: bold;
    background-color: #314F97;
    text-align: center;
    border: double;
    margin: 0;
}

#2col h4 {
    color: #FFF;
    font-weight: bold;
    background-color: #314F97;
    text-align: left;
    border: 0;
    margin: 0;
}

#2col h5 {
    color: #000;
    font-size: 9pt;
    font-weight: bold;
    text-align: left;
    border: 0;
    margin: 5px 0;
}

#2col .altRow {
    background: #dbdccb;
    font-size: 10pt;
    text-align: left;
}

#2col .altRow2 {
    background: #ffffff;
    font-size: 10pt;
    text-align: left;
}

#2col .tableAddressDisplay {
    border: 1px solid #999;
    color: #000000;
    background-color: #fff;
    text-align: left;
}


/*************
 Autoship
**************/

#autoShip {
    padding: 0 5px 10px 5px;
    margin: 0 0 0 183px;
    border: 1px solid #cccccc;
    background-color: #fff;
    font-family: 'PT Sans', sans-serif;
    color: #000000;
    font-size: 12pt;
}

#autoShip .TableHeadCat {
    background-color: #314F97;
    color: #fff;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    text-indent: 10px;
}

#autoShip .TableHeadCatSub {
    background-color: #6586BB;
    color: #fff;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    text-indent: 25px;
    margin: 0;
}

#autoShip .head {
    background-color: #CCCCCC;
    height: 15px;
    font-size: 10pt;
    padding: 3px 0 2px 5px;
}

#autoShip .head2 {
    height: 15px;
    font-size: 10pt;
    padding: 0 0 0 5px;
    width: 91%
}

#autoShip h2 {
    color: #4d532d;
    font-size: 12pt;
    font-weight: bold;
    margin: 0;
}

#autoShip h3 {
    color: #FFF;
    font-size: 11pt;
    font-weight: bold;
    background-color: #314F97;
    text-align: center;
    border: double;
    margin: 0;
}

#autoShip h4 {
    color: #FFF;
    font-size: 10pt;
    font-weight: bold;
    background-color: #314F97;
    text-align: left;
    border: 0;
    margin: 0;
}

#autoShip h5 {
    color: #000;
    font-size: 9pt;
    font-weight: bold;
    text-align: left;
    border: 0;
    margin: 5px 0;
}

#autoShip .tableProduct {
    border: 1px solid #999;
    font-size: 10pt;
    color: #000000;
    background-color: #fff;
    text-align: left;
}

#autoShip .altRow {
    background: #dbdccb;
    font-size: 9pt;
    text-align: left;
}

#autoShip .altRow2 {
    background: #ffffff;
    font-size: 9pt;
    text-align: left;
}

#autoShip .tableAddressDisplay {
    border: 1px solid #999;
    font-size: 10pt;
    color: #000000;
    background-color: #fff;
    text-align: left;
}

#autoShip ul {
    background-color: #FFFFFF;
    background-position: center center;
    list-style-position: outside;
    list-style-type: square;
    list-style-image: url(../images/bullet.gif);
    font-family: sans-serif;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
    text-decoration: none;
    line-height: 2em;
}

#autoShip li {
    font-family: 'PT Sans', sans-serif;
    color: #000000;
    font-size: 9pt;
}


/*************
 Store
**************/

#content {
    background-color: #fff;
    font-family: 'PT Sans', sans-serif;
    color: #000000;
    font-size: 12pt;
    height: 100%;
    overflow: auto;
}

#content h4 {
    color: #FFF;
    font-size: 11pt;
    font-weight: bold;
    background-color: #314F97;
    text-align: center;
    border: double;
    margin: 0;
}

#content h2 {
    color: #4d532d;
    font-size: 12pt;
    font-weight: bold;
    margin: 0;
}

#content p {
    color: #5b5b5b;
    margin: 5px 0 15px 0;
}

#content h3 {
    font-weight: bold;
    margin: 0 0 0 20px;
}

#content h5 {
    background-color: #314F97;
    margin: 0;
}

#content h6 {
    font-size: 18px;
    color: #5b5b5b;
    padding: 10px;
    text-align: center;
    margin: 0;
    background-color: #fff;
    text-transform: uppercase;
    /* border-right: 8px solid #fff; */
    /* border-left: 8px solid #fff; */
    border-top: 30px solid #fff;
}

#content .products {
    color: #000;
    margin: 0;
    position: static;
}

#content .products .disclaimer {
    font-weight: 700;
    padding-top: 40px;
    padding-right: 29px;
    display: block;
    position: absolute;
    border: none;
    width: 135px;
    right: 0;
    bottom: 6px;
}


#content .products .disclaimer a {
    display: inline-block;
    background: #ffc600;
    font-size: 13px;
    color: black !important;
    text-decoration: none;
    padding: 7px 20px 7px 10px;
    margin-top: 30px;
    margin-left: 0;
    min-height: 16px;
    overflow: hidden;
}

#content .products .disclaimer a:hover {
    background: #F9B800;
}

#content .products .disclaimer a:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    color: black;
    margin: -3px 15px 0 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid;
}

#content .products .disclaimer span {
    font-weight: 400;
}
#content .scrollTableHead {
    color: #FFF;
    font-size: 10pt;
    font-weight: bold;
    background-image: url(../images/cart-back.gif);
    text-align: center;
    margin: 0;
    padding: 3px 0;
}

#content .TableHead {
    background-color: #314F97;
    color: #fff;
    font-weight: bold
}

#content .hiLite {
    background: #FFFFCC;
    padding: 2px 0 3px 0;
    font-family: 'PT Sans', sans-serif;
    color: #000000;
    font-size: 8pt;
    border: 1px solid #cccccc;
}

#content .head {
    font-size: 8pt;
    background-color: #6586BB;
    font-weight: bold;
    color: #fff
}

#content .trOrange {
    background: #FFCC66;
    padding: 2px 0 3px 0
}

#content .orderBox {
    vertical-align: top;
    padding: 0;
    border: 1px solid #999999;
}


/*************
 Cart
**************/

#cart {
    float: right;
    width: 250px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    /* overflow: auto!important; */
    overflow: visible;
    height: auto;
}

#cart p {
    font: 14px 'PT Sans', sans-serif;
    color: #fff;
}

#cart a {
    font: 14px 'PT Sans', sans-serif;
    color: #5b5b5b;
    text-decoration: none !important;
}

#cart a.cartlink:link {
    color: #fff;
    font-size: 10pt;
    text-decoration: none;
    display: block;
    padding: 5px 5px;
}

#cart a.cartlink:link img {
    display: none;
}

#cart a.cartlink:after {
    font-family: FontAwesome;
    content: "\f291";
    color: #fff;
    float: right;
    display: block;
    margin-right: 5px;
    font-size: 16px;
    line-height: 20px;
}

#cart a.cartlink:visited {
    color: #fff;
    font-size: 10pt;
    text-decoration: underline
}

#cart td {
    border-bottom: 1px;
    border-bottom-color: #000033;
    font-family: 'PT Sans', sans-serif;
    color: #5b5b5b;
    font-size: 12px;
    word-wrap: break-word;
    background-color: #e2e2e2;
}

#cart h3 {
    font: bold 10pt 'PT Sans', sans-serif;
    background-color: #5b5b5b;
    color: #FFFFFF;
    padding: 2px 2px 2px 5px;
    margin: 0 0 5px 0;
}

#cart .feature {
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    letter-spacing: 1px;
    text-align: center;
}

#cart h2 {
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #4d532d;
    letter-spacing: 1px;
    padding-left: 5px;
}

#cart h4 {
    font: 10pt 'PT Sans', sans-serif;
    color: #000;
    margin: 0;
    padding: 0 2px 0 2px;
    text-align: left;
    font-weight: normal;
    letter-spacing: 1px;
}

#cart a.speciallink {
    font: bold 10pt 'PT Sans', sans-serif;
    color: #4d532d;
    text-decoration: underline;
    letter-spacing: 1px;
}

#cart .altRow {
    background: transparent
}

#cart .altRow td {
    padding: 10px;
}

#cart .NewProduct {
    padding: 2px 0 3px 0;
}

#cart .NewProduct td {
    padding: 10px;
}

#cart .download {
    font: bold 10pt 'PT Sans', sans-serif;
    color: #FFFFFF;
    padding: 5px 5px 5px 5px;
    margin: 0;
    background-color: #314F97;
}

#cart .red {
    color: #FF0000;
    font-size: 10pt;
    font-weight: bold;
}

#cart .tableDisplayWhite img {
    display: none;
}

#cart input[type="text"] {
    width: 87%;
    border: 3px solid #fff;
    background: #e2e2e2;
    padding: 7px;
    outline: none;
    color: #fff;
    font-size: 14px;
}

#cart > table {
    border: 5px solid #e2e2e2;
    border-top: none;
    background: #c9c9c9;
// table-layout: fixed;
}

#cart > table tr td {
    padding-left: 10px;
    vertical-align: top;
}

#cart > table tr:nth-of-type(2) td {
    padding: 20px 7px 0;
}

#cart h3:nth-of-type(2) {
    border-left: 5px solid #e2e2e2;
    border-right: 5px solid #e2e2e2;
    margin-bottom: 0;
    padding: 2px 2px 2px 5px;
}

#cart h3:nth-of-type(2) a {
    background: #5b5b5b;
    margin: 7px 7px 8px 5px;
    padding: 7px 10px !important;
    font-size: 16px !important;
}

#cart div:last-of-type {
    margin: 20px;
    background-color: #e2e2e2 !important;
}



/*************
 Cart Hidden
**************/

#cartHide {
    float: right;
    width: 120px;
    padding-top: 2px;
    font-size: 8pt;
}

/*************
 Receipt
**************/

#receipt {
    border: 1px solid #cccccc;
    font-size: 8pt;
    width: 660px;
    padding: 0;
    margin: 0 0 0 10px;
    color: #000;
    background: #fff;
}

#receiptBorder {
    width: 600px;
    border: 1px solid #999;
    background-color: #fff;
    padding: 10px 10px 0 10px;
    margin: 10px 5px 0 0;
}

#receipt .id {
    font-weight: bold;
}

#receipt hr {
    width: 98%;
    height: 1px;
    color: #999999;
    margin: -7px 0 -1px 0;
    padding: 0 0 -5px 0;
}

#receipt .TableHead {
    background-color: #314F97;
    color: #fff;
    font-size: 9pt;
    font-weight: bold
}

#receipt .hiLite {
    background: #FFFFCC;
    padding: 2px 0 3px 0
}

#receipt .date {
    color: #FF0000
}

#receipt h1 {
    color: #314F97;
    font-size: 13pt;
    font-weight: bold;
    margin: 0;
}

#receipt h3 {
    color: #314F97;
    font-size: 11pt;
    font-weight: bold;
    margin: 0;
}

#logo {
    width: 670px;
    text-align: right;
}


/*************
 Navigation
**************/

#pageNav h2 {
    color: #5b5b5b;
    font-size: 14px;
    background-color: #fff;
    padding: 10px 5px 0 5px;
    text-align: center;
}

#pageNav h3 {
    color: #5b5b5b;
    font-size: 16pt;
    font-weight: normal;
    background-color: #fff;
    padding: 0 0 5px 0;
    margin: 12px 0 -5px 0;
}

#pageNav h5 {
    color: #5b5b5b;
    margin: 0;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    padding: 20px 10px;
    border-right: 4px solid #fff;
    font-size: 20px;
}

#pageNav h4 {
    color: #5b5b5b;
    font-size: 1pt;
    font-weight: bold;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0;
    margin: 0 0 -20px 0;
}

#pageNav .logos {
    display: none;
    background-color: #ffffff;
    padding: 10px;
    width: 100%;
}

#pageNav .logos td {
    padding-top: 20px;
}

#pageNav .logos .bodytext2 {
    position: relative;
    top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
}

#pageNav .hours {
    font-size: 14px;
    color: #5b5b5b;
    margin: 10px 5px 10px 5px;
    line-height: 1.5em;
    font-weight: lighter;
    text-decoration: none;
}

#pageNav .hours a {
    text-decoration: none;
    color:#5b5b5b !important;
}

#pageNav .div {
    background-image: url(../images/navDivider.gif);
    height: 1px;
    border: 1px;
}

#pageNav a.storelink:link,
a.storelink:active,
a.storelink:visited {
    color: #5b5b5b;
    font-size: 16pt;
    text-decoration: underline;
}

#pageNav a.storelink:hover {
    color: #5b5b5b;
    font-size: 16pt;
    text-decoration: underline;
}


/***************
 Product Listing
****************/

#product {
    margin-left: 2px;
    margin-top: 5px;
    margin-bottom: 40px;
    position: relative
}

#product p {
    color: #555;
    font: 9pt 'PT Sans', sans-serif;
    letter-spacing: 1px;
}

#product .title {
    color: #555;
    font: 10pt 'PT Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
}

#productDescription {
    float: right;
    margin-top: -465px;
    margin-left: 205px;
    padding-right: 10px;
}

#productDescription p {
    font: 8pt 'PT Sans', sans-serif;
}


/********************
 Product Alt Listing
*********************/

#productImg img {
    float: left;
    position: relative;
    padding: 0px !important;
}

#productAlt {
    margin: 51px 10px 25px 315px;
    float: none;
    position: relative;
}

#productAlt tr.altRowLtGray:nth-of-type(3) td strong {
    font-weight: 400;
}

#productAlt p {
    color: #555;
    font: 8pt 'PT Sans', sans-serif;
    letter-spacing: 1px;
}

#productAlt .title {
    color: #555;
    font: 10pt 'PT Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
}

#productDescriptionAlt {
    font-size: 14px;
    line-height: 1.8;
    color: #5b5b5b;
    float: none;
    margin-top: 0;
    margin-left: 5px;
    padding: 0 60px 60px 316px;
    max-width: 600px;
}

#productDescriptionAlt p {
    font-size: 15px;
    line-height: 1.8;
    color: #5b5b5b;
}

#productDescriptionAlt a {
    color: #dbad38;
    text-decoration: none;
}

#productDescriptionAlt a:hover {
    color: #a8811e;
}

#featuredProdImage {
    margin-bottom: 10px;
    margin-top: 10px;
}

/***************
 Dropdown Nav
****************/

#menu {
    width: 100%;
    font-family: 'PT Sans', sans-serif;
    font-size: 10pt;
    color: #555;
    letter-spacing: 1px;
    margin-top: 0;
}

#menu dt {
    cursor: pointer;
    padding: 5px 5px 5px 25px;
    text-align: left;
    font-weight: normal;
    color: #4d532d;
    background-color: #FFFFFF;
    font-family: 'PT Sans', sans-serif;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    letter-spacing: 1px;
}

#menuX img {
    display: none;
}

#menuX dt {
    cursor: pointer;
    padding: 10px 10px 10px 50px;
    text-align: left;
    font-weight: normal;
    background-color: #fff;
    letter-spacing: 1px;
}

#menuCat {
    font-size: 14px;
    color: #5b5b5b;
    background: #fff;
    margin: 0;

    padding-bottom: 40px;
}

#menuCat dt {
    cursor: pointer;
    padding: 15px 5px 15px 10px;
    margin-left: 10px;
    margin-right: 10px;
    color:#5b5b5b;
    background: #fff;
    border-bottom: 2px solid #f7f5f5;
}

#menuCat dt:hover {
    background: #fff;
}

#menu dt a,
#menuCat dt a,
#menuX dt a {
    color:  #5b5b5b;
    text-decoration: none;
    text-transform: none;
    border: 0 none;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

#menuCat dt a:hover,
#menu dt a:hover,
#menuX dt a:hover {
    color: #5b5b5b;
    text-decoration: underline;
}

#menu .onlink,
#menuCat .onlink,
#menuX .onlink {
    color:  #5b5b5b;
    text-decoration: none;
    border: 0 none;
    width: 100%;
    font-size: 10pt;
}

.category {
    position: absolute;
}


/***************
 Links
****************/

a.orderlink:link,
a.orderlink:active,
a.orderlink:visited {
    font-family: 'PT Sans', sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: #5b5b5b !important;
    text-decoration: underline;
    letter-spacing: 1px;
}


/***************
 Buttons
****************/

.btn,
.btnhov {
    padding: 8px 25px;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: black !important;
    background: #ffc600;
    border: 0;
    cursor: pointer;
    background-repeat: repeat-x;
}

.btnhov {
    background: #F9B800;
}

.btnDkBlue {
    padding: 0;
    margin: 2px 0;
    border: solid 1px #5979B2;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    background: #314F97;
    filter: progid: DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#23428A', EndColorStr='#314F97');
}

.btnDkBluehov {
    cursor: pointer;
    padding: 0;
    margin: 2px 0;
    background: #6586BB;
    border: solid 1px #5979B2;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    filter: progid: DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#9AB3DB', EndColorStr='#28559C');
}

.btnRed, .btnRedhov {
    padding: 9px 25px;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    background: #ffc600;
    border: 0;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

.btnRedhov {
    background: #F9B800;
}

.btnRedSm,
.btnRedSmhov {
    padding: 9px 25px;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    margin: 0 10px 10px 0;
    position: relative;
    top: -36px;
}

.btnRedSmhov {
    background: #F9B800;
}

#cart .btnRedSm,
#cart .btnRedSmhov {
    padding: 8px;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    border: 0;
    cursor: pointer;
    width: 97%;
    margin: 0 10px 10px 0;
    position: relative;
    background-color: #ffc600;
    top: 0;
}

#cart .btnRedSmhov {
    background: #F9B800;
}

.btnSm {
    padding: 0;
    margin: 2px 0 2px 0;
    height: 21px;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    background: #6586BB;
    border: 0;
    cursor: pointer;
    background-image: url(../images/btnBlue.jpg);
    background-repeat: repeat-x;
}

.btnSmhov {
    padding: 0;
    margin: 2px 0;
    height: 21px;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    background: #6586BB;
    border: 0;
    cursor: pointer;
    background-image: url(../images/btnBlueOv.jpg);
    background-repeat: repeat-x;
}

.btnSm2 {
    padding: 0;
    margin: 2px 0;
    height: 21px;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    background: #009900;
    border: 0;
    cursor: pointer;
    background-image: url(../images/greenBT.jpg);
    background-repeat: repeat-x;
}

.btnSm2hov {
    padding: 0;
    margin: 2px 0;
    height: 21px;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    background: #009900;
    border: 0;
    cursor: pointer;
    background-image: url(../images/yellowBT.jpg);
    background-repeat: repeat-x;
}

.btnSm3 {
    padding: 0;
    margin: 2px 0;
    height: 21px;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    background: #009900;
    border: 0;
    cursor: pointer;
    background-image: url(../images/btnBlue.jpg);
    background-repeat: repeat-x;
}

.btnSm3hov {
    padding: 0;
    margin: 2px 0;
    height: 21px;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    background: #009900;
    border: 0;
    cursor: pointer;
    background-image: url(../images/btnBlueOv.jpg);
    background-repeat: repeat-x;
}

.btnGraySm {
    padding: 0;
    margin: 2px 0;
    height: 21px;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    background: #6586BB;
    border: 0;
    cursor: pointer;
    background-image: url(../images/btnGrey.jpg);
    background-repeat: repeat-x;
}

.btnGraySmhov {
    padding: 0;
    margin: 2px 0;
    height: 21px;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    background: #6586BB;
    border: 0;
    cursor: pointer;
    background-image: url(../images/btnGreyOv.jpg);
    background-repeat: repeat-x;
}

.btnGray,
.btnGrayhov {
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    background: #c0c0c0;
    border: 0;
    margin-top: 10px;
    cursor: pointer;
    display: block;
}

.btnGrayhov {
    background: #b0b0b0 !important;
}

.btnGraySm2 {
    padding: 0;
    margin: 2px 0;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 8pt;
    font-weight: bold;
    letter-spacing: 1px;
    color: #FFFFFF;
    background: #999;
    border: solid 1px #999;
    filter: progid: DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#999999', EndColorStr='#666666');
}

.btnGraySm2hov {
    cursor: pointer;
    padding: 0;
    margin: 2px 0;
    border: solid 1px #999;
    font-size: 8pt;
    font-weight: bold;
    letter-spacing: 1px;
    color: #FFFFFF;
    background: #666;
    filter: progid: DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#666666', EndColorStr='#CCCCCC');
}

.btnGreen,
.btnGreenhov  {
    padding: 10px 20px;
    margin: 2px 0 20px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    background: #ffc600;
    border: 0;
    cursor: pointer;
}

.btnGreenhov {
    background: #F9B800;
}

.btnGreenSm {
    padding: 0;
    margin: 2px 0;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    background: #009900;
    border: solid 1px #006600;
    filter: progid: DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#89ef56', EndColorStr='#009900');
}

.btnGreenSmhov {
    cursor: pointer;
    padding: 0;
    margin: 2px 0;
    border: solid 1px #006600;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    background: #1fbd13;
    filter: progid: DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#328d06', EndColorStr='#89ef56');
}

.btnOut {
    padding: 0;
    margin: 2px 0;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #747474;
    background: #ddd;
    border: solid 1px #747474;
}

.btnPHD {
    padding: 0;
    margin: 2px 0;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #000;
    background: #f3a40b;
    border: solid 1px #000;
    position: inherit !important;
}

.btnPHDhov {
    cursor: pointer;
    padding: 0;
    margin: 2px 0;
    border: solid 1px #000;
    font-size: 8pt;
    font-weight: bold;
    color: #000;
    background: yellow;
    position: inherit !important;
}

.btnLg,
.btnLghov {
    padding: 8px 25px;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    background: #ffc600;
    border: 0;
    cursor: pointer;
    background-repeat: repeat-x;
}
.btnLghov {
    background: #F9B800;
}

.White_bt {
    cursor: pointer;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    color: 666;
    padding: 0;
    margin: 2px 13px 30px 0;
    background-color: #FFFFFF;
    border: solid 1px #FFFFFF;
    text-align: right;
    float: right;
}

.trash {
    font-weight: bold;
    background-image: url(../images/trashCanUp.gif);
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #F7F5F5;
    border: 2px solid #F7F5F5;
}

#quickFavsForm td,
#quickManageForm .tableDisplayWhite td{
    text-align: left;
    vertical-align: middle;
    color: #5b5b5b;

}
#quickManageForm .trash {
    width: 25px !important;
    background-image: url(../images/trashCanUp.gif);
    background-size: contain;
    background-position: top left;
    margin-top: 0;
    float: none !important;
}

#quickManageForm input[type="text"] {
    width: 302px;
}

#quickManageForm table:first-of-type input[type="submit"] {
    float: right;
}

/***************
 Button Chevrons
****************/

.btn, .btnhov,
.btnGreen, .btnGreenhov,
#cart .btnRedSm, #cart .btnRedSmhov,
.btnRed, .btnRedhov,
.tableDisplayWhite input[type="submit"] {
    background-image:
    linear-gradient(45deg, black 50%, transparent 50%),
    linear-gradient(135deg, black 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
    background-position:
    10px calc(1em - 1px),
    10px calc(1em + 4px),
    calc(100% - 2.5em) 0.5em;
    background-size:
    6px 6px,
    6px 7px,
    1px 1.5em;
    background-repeat: no-repeat;
}

/***************
 Addresses
****************/

#AddressList {
    height: 125px;
    overflow: auto;
    background: #FFFFFF;
    font-family: sans-serif;
    font-size: 8pt;
    border: solid #999999 1px;
    padding: 0 5px 0 5px;
}

#AddressList p {
    background-color: #CCCCCC;
    height: 15px;
    font-size: 8pt;
}

#AddressListSm {
    height: 125px;
    width: 90%;
    overflow: auto;
    background: #FFFFFF;
    font-family: sans-serif;
    font-size: 8pt;
    border: solid #999999 1px;
    padding: 0 5px 0 5px;
}

#AddressListSm p {
    background-color: #CCCCCC;
    height: 15px;
    font-size: 8pt;
}

.tableAddressDisplay {
    border: 1px solid #999;
    font-size: 10pt;
    color: #000000;
    background-color: #eeeeee;
    text-align: left;
    padding-left: 5px;
}

.tableAddressDisplay input[type="submit"] {
    width: 250px;
    max-width: 250px;
    float: right;
}
.tableDisplayWhite {
    background-color: #FFF;
    text-align: left;
    position: relative;
}

.tableDisplayWhite input[type="submit"] {
    margin-top: 10px;
    /* margin-bottom: 60px; */
    width: 227px;
}

.tableDisplayWhite table tr:nth-of-type(1) {
    /*padding-right: 10px;*/
    text-align: center;
}

.tableDisplayWhite table tr:nth-of-type(2) {
    text-align: center;
    display: block;
    position: absolute;
    bottom: 10px;
}

.tableDisplayWhite table tr:nth-of-type(2) td {
    color: #5b5b5b !important;
    padding-right: 20px;
    font-size: 12px;
}

.tableDisplayWhite table tr:nth-of-type(3) td {
    padding-right: 6px;
}

.tableAddressTitle {
    font-size: 16px;
    color: #FF4136;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
}

#shippingAddressForm input {
    width: 350px;
}

#shippingAddressForm + input + input + tbody select.form {
    width: calc(100%);
}

#shippingAddressForm + input + input + tbody tr td:first-of-type {
    padding: 15px 0 0 50px;
}
#shippingAddressForm + input + input + tbody tr td:last-of-type {
    padding-right: 50px;
}

#shippingAddressForm + input + input + tbody tr td input[type="button"] {
    padding: 9px 25px;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    border: 0;
    cursor: pointer;
    margin: 0 10px 10px 0;
    position: relative;
    top: -55px;
}

#shippingAddressForm + input + input + tbody tr td input[type="submit"] {
    margin: 0;
}


.altRow2 .tableDisplayWhite {
    background: #fff;
    color: #333 !important;
}

.altRow2 .tableDisplayWhite .TableHead {

    color: #333 !important;
}
/***************
 Quick Order
****************/

#QuickOrderList {
    width: 98%;
    height: 335px;
    padding: 0;
    margin: 0;
    overflow: auto;
    font-family: sans-serif;
    font-size: 8pt;
    border: solid #999999 1px;
}

#FavOrderList {
    width: 98%;
    height: 120px;
    padding: 0;
    margin: 0;
    overflow: auto;
    font-family: sans-serif;
    font-size: 8pt;
    border: solid #999999 1px;
}

#ReoccuringList {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: auto;
    font-family: sans-serif;
    font-size: 8pt;
    border: solid #999999 1px;
}


/***************
 Help Desk
****************/

.tdHeader {
    font-size: 14px;
    font-family: 'PT Sans', Helvetica, sans-serif;
    color: Black;
    font-weight: bold;
    background-color: #ffa500;
}

.tableHelpBox {
    border: 4px solid orange;
    background-color: #ffff99;
    padding: 0;
    border-collapse: collapse;
}


/***************
 Popup Table
****************/

.tablePopUp {
    margin-top: 2px;
    vertical-align: top;
    font-family: sans-serif;
    font-weight: normal;
    color: #000000;
    padding-left: 5px;
    padding-bottom: 15px;
}

.tablePopUp h3 {
    color: #000000;
    font-size: 11pt;
    font-weight: bold;
    margin: 0;
}


/***************
 Footer
****************/

#footer {
    clear: both;
    background-color: #5b5b5b;
    text-align: center;
    vertical-align: text-bottom;
    margin: 63px 0 0 0;
    position: relative;
    padding: 30px;
    color: #ffffff;
    width: calc(100% - 60px);
}

#footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 0 5px;
    text-transform: uppercase;
}

#copyright {
//float: right;
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: #999999;
    letter-spacing: 1px;
    padding: 5px 0;
    margin: 10px auto 20px;
    border: 0;
    text-align: center !important;
}


/***************
 Login
****************/

.choice_table {
    width: 70%;
    /*border-top: 1px solid #e3e3e3;*/
    margin-top: 5px;
}

.choice_table >tbody >tr > td {
    display: block;
    width: 100%;
}

.choice_table > tbody > tr > td.headertext {
    background: #f7f7f7;
    text-align: center !important;
    text-transform: uppercase;
}


.nested_choice_table {
    display: block;
    width: 100%;
    height: auto !important;
    margin-bottom: 20px;
}

.nested_choice_table td {
    color: #5b5b5b !important;
}

.nested_choice_table td strong {
    text-transform: none;
//
font-weight: 400;
    position: relative;
    /* top:10px; */
    font-size: 14px;
}
.nested_choice_table .btn,
.nested_choice_table .btnhov {
    float: right;
    margin: 0 14px 0 0;
    padding: 8px 30px;
    width: 157px;
    position: relative;
    /* right: -15px; */
}
.nested_choice_table td input[type="text"],
.nested_choice_table td input[type="password"]  {
    width: 300px;
}



.nested_choice_table tr:first-of-type .headertext {
    font-size: 14px;
    padding-top: 21px;
    font-weight: 400;
}

.nested_choice_table tr:first-of-type .headertext strong{
    font-size: 16px;
}

.nested_choice_table:first-of-type tr:last-of-type .headertext {
    font-size: 14px;
    padding-top: 21px;
    padding-left: 62px;
    font-weight: 700;
    text-align: center !important;
}

.nested_choice_table:last-of-type tr:last-of-type .headertext {
    font-size: 23px;
    padding-top: 0;

}

/***************
 Tables
****************/

.table320 {
    border-collapse: collapse;
    width: 320px;
    padding: 5px;
    border: 1px solid #999;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 10px;
    color: #000000;
    text-align: left;
}

.table660 {
    border-collapse: collapse;
    width: 660px;
    padding: 0;
    table-layout: fixed;
    border: 1px solid #999;
    margin-top: 2px;
    margin-bottom: 2px;
    vertical-align: top;
    font-family: sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.table660Gray {
    width: 660px;
    table-layout: fixed;
    margin-top: 2px;
    vertical-align: top;
    font-family: sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    border: 1px solid #DDD;
    padding: 5px;
}

.table660Gray table tr:first-of-type td,
.table660Gray .bodytext1 table tr:first-of-type td {
    padding: 10px 10px 0;
}

.table660Gray table tr:last-of-type td,
.table660Gray .bodytext1 table tr:last-of-type td {
    padding: 0 10px 10px;
}


.tableSm {
    border-collapse: collapse;
    padding: 5px;
    border: 1px solid #999;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 10px;
    color: #000000;
    text-align: left;
}

.tableSm .col {
    padding: 5px !important;
}

.tableSmNoBorder {
    border-collapse: collapse;
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 10px;
    color: #000000;
    text-align: left;
}

.tableColorHeader {
    width: 664px;
    height: 20px;
    padding: 0;
    table-layout: fixed;
    border: 0;
    margin-top: 0;
    margin-right: 2px;
    margin-bottom: 0;
    margin-left: 3px;
}

.table660Gray1 {
    width: 660px;
    table-layout: fixed;
    margin-top: 0;
    vertical-align: top;
    font-family: sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    border: 1px solid #DDD;
    padding: 5px;
}

.trDkBlue {
    background-color: #F7F5F5;
    width: auto;
    font-family: sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #5b5b5b;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: left;
}

.trLtGray {
    background-color: #fff;
    width: auto;
    font-family: sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: left;
}

.trWhite {
    background-color: #FFFFFF;
    width: auto;
    font-family: sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: left;
}

.tableGrid {
    width: 595px;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 1px;
    text-indent: 0;
    padding: 2px;
    border: 1px solid #CCCCCC;
}

.tableTitle {
    background-color: #6586BB;
    width: 220px;
    height: 72px;
    font-family: sans-serif;
    font-size: 24px;
    font-style: normal;
    font-smooth: always;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
}

.tdHiLite {
    background-color: #FFFF99;
}

.tdDkBlueHeader {
    background-color: #314F97;
    width: 220px;
}

.tdLtBlueHeader,
#tdLtBlueHeader {
    background-color: #6586BB;
    width: 362px;
}

.tdGoldHeader {
    background-color: #EBB839;
    width: 74px;
}

.tdLtGray {
    background-color: #F7F5F5;
    padding: 2px 10px;
}

.col {
    border: 1px solid #5b5b5b;
}

.tableSm .trDkBlue {
    background: #fff !important;
    color:#888;
}
.colHiLite {
    border: 1px solid #5b5b5b;
    background-color: #F7F5F5;
    font-family: sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #5b5b5b;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: left;
    padding: 5px !important;
}

.colLtBlue {
    border: 1px solid #999;
    background-color: #C1D7FC;
    font-family: sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: left;
}

.table660Gray + #footer1 {
    margin-top: 50px;
}

.table660Gray + #footer1 .btnRedSm {
    min-width: 181px;
    margin-left: 10px;
}

.table660Gray + #footer1 .btnRedSmhov {
    width: 181px;
    background: #b0b0b0;
    margin-left: 10px;
}

.table660Gray + #footer1 img {
    margin-bottom: 15px;
}
/***************
 Typography
****************/

.pageheader {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #4d532d;
    letter-spacing: 1px;
}

#print {
    width: 670px;
    text-align: center;
}

.bodytext2 {
    text-align: center;
    display: inline-block;
    font-weight: regular;
}

.bodytext3 {
    font-family: sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #5b5b5b;
    letter-spacing: 1px;
}


/*****************
 Re-Skin Overrides
******************/
div#cart {
    background-color: #e2e2e2;
    margin: 0 0 0 4px;
//
min-height: 1000px;
//
height: 100%;
}

div#cart div {
    /* overflow: hidden; */
}

div#cart h3 {
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
}

div#content table img {
    padding: 0 10px 5px 0;
    width: 100%;
    /* display: block; */
    min-width: 100px;
}

div#footer div#btmNav {
    clear: both;
    margin: 0;
    z-index: 50;
}

div#pageNav {
    float: left;
    background-color: #fff;
    width: 250px;
    margin: 0;
//min-height: 1000px;
    overflow: hidden;
    height: 100%;
}

div#pageNav > img {
//display: none;
    width: 100%;
}

div#pageNav,
div#pageNav h2 {
    background-color: #fff;
}

div#pageNav dl#menu {
    margin: 0 0 10px 0;
}

.altRow td,
.altRow2 td {
    padding: 10px;
}

.altRowEven {
    background: #dbdccb;
    font-size: 10pt;
    text-align: left;
}

.altRowEven td {
    padding: 10px;
}

#content {
    background: -moz-linear-gradient(top, #f7f5f5 0%, #f7f5f5 37%, #f7f5f5 43%, #f7f5f5 75%, #f7f5f5 80%, #ffffff 90%, #ffffff 97%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f7f5f5 0%, #f7f5f5 37%, #f7f5f5 43%, #f7f5f5 75%, #f7f5f5 80%, #ffffff 90%, #ffffff 97%, #ffffff 100%);
    background: linear-gradient(to bottom, #f7f5f5 0%, #f7f5f5 37%, #f7f5f5 43%, #f7f5f5 75%, #f7f5f5 80%, #ffffff 90%, #ffffff 97%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f5', endColorstr='#ffffff', GradientType=0);
}

#content h1 {
    color: #5b5b5b;
    margin: 0;
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 999;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 0 8px;
    min-height: 32px;
    /* margin-bottom: 5px; */
// border-left: 9px solid #fff;
// border-right: 6px solid #fff;
    border-bottom: 5px solid #fff;
}

#content .products td {
    padding-bottom: 20px;
}

#content .products td img {
    height: 150px;
    width: auto;
    max-width: 150px;
}

#content > table > tbody > tr:first-of-type {
    display: none;
}
#content > table:first-of-type > tbody > tr > td {
    margin: 0;
    padding: 0;
    width: 50%;
}


.orderlink {
    display: inline-block;
    color: #8fa2a4 !important;
    text-decoration: none !important;
    font-size: 18px !important;
}

#content > table {
    background: #ffffff;
    padding: 0;
    margin: 0 -5px;
    width: calc(100% + 10px);
    overflow: hidden;
    /* border: 4px solid #fff; */
}

#content > table > tbody tr td table{
    background: #fafafa;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fafafa), color-stop(25%, #f9f9f9), color-stop(45%, #f1f1f1), color-stop(65%, #ececec), color-stop(100%, #ebebeb));
    background: -webkit-linear-gradient(top, #fafafa 0%, #f9f9f9 25%, #f1f1f1 45%, #ececec 65%, #ebebeb 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #f9f9f9 25%, #f1f1f1 45%, #ececec 65%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), color-stop(25%, #f9f9f9), color-stop(45%, #f1f1f1), color-stop(65%, #ececec), to(#ebebeb));
    background: linear-gradient(to bottom, #fafafa 0%, #f9f9f9 25%, #f1f1f1 45%, #ececec 65%, #ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ebebeb', GradientType=0);
    border: 4px solid #fff;
    border-bottom: 8px solid #fff;
    border-top: none;
    position: relative;
    width: 100%;
}

#content > table > tbody tr td table[cellpadding="5"] {
    margin: 0;
    border: none;
}

#content > table > tbody tr td table[cellpadding="5"],
#content > table > tbody tr td table[cellpadding="5"] table{
    background: #fff;
}

#content > table > tbody tr td table[cellpadding="5"] tr td:first-of-type{
    width: auto;
    min-width: 184px;
    padding: 30px 30px;
}

#content > table > tbody tr td table[cellpadding="5"] tr td:first-of-type img {
    max-height: 416px;
}
#content > table > tbody tr td table[cellpadding="5"] tr td:last-of-type{
    line-height: 1.6;
    width: auto;
    padding: 30px 0 20px 0;
}

#content > table > tbody tr:nth-of-type(odd) td table a{
    text-decoration: none;
    color: #5b5b5b;
    font-weight: 700;
}

#content > table h3 {
    margin-left: 40px;
}

#content > table ul  {
    margin-top: 20px;
    padding-left: 0px;
}

#content > table li {
    margin-left: 40px;
}
#content > table li a {
    color: #5b5b5b;
    line-height: 1.6;
    text-decoration: none;
}

#content > table li a:hover {
    text-decoration: underline;
}
/***************
 Categories
****************/

#content > table:nth-of-type(2) {
    background: #ffffff;
    padding: 0;
    margin: 0 -5px;
    width: calc(100% + 10px);
}


#content > table:nth-of-type(2) > tbody tr td table {
    position: relative;
    height: 100px !important;
    border: none;
}

#content > table:nth-of-type(2) > tbody tr td table td {
    text-align: left;
}

#content > table:nth-of-type(2) > tbody tr td table img {
    width: 100%;
    padding: 0;
    z-index: 99999;
    position: relative;
    height: 84px;
    width: 84px;
}

#content > table:nth-of-type(2) > tbody tr td table .products .orderlink {
    position: absolute;
    top: 8px;
    left:8px;
    width: 84px;
    height: 84px;
    overflow: hidden;
    background: #fff;
}
#content > table:nth-of-type(2) > tbody tr td table .orderlink {
    padding: 0 !important;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px !important;
    position: relative;
    text-align: left;
    top: 20px;
    left: 110px;
    display: block;
    width: 50%;
    white-space: pre-line;
}

#content > table:nth-of-type(2) > tbody tr td table .products td {
    padding:0;
}

#content table td hr {
    display: none;
}

#addItemForm input[type="text"] {
    width: 200px;
    padding: 5px 10px;
    border: 3px solid #5b5b5b;
    margin-top: 7px;
}

#addItemForm p {
    font-size: 14px;
}

#addItemForm .btnGreen,
#addItemForm .btnGreenhov {
    min-width: 225px;
    padding: 9px 10px;
    height: auto;
}

a[href^="/retail/shop/shopping.do?task=viewProductDetail"] {
    color:  #5b5b5b !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 0 20px;
    display: inline-block;
    font-family: 'PT Sans', sans-serif !important;
}

.products a[href^="/retail/shop/shopping.do?task=viewProductDetail"] {
    margin: 0 0 0 20px;
}


#content #breadCrumb ~ h1 {
    display: none;
}

/************************
 Registration Form Styles
*************************/

#RegistrationForm {
    width: 680px;
    margin: 0 auto;
}

#RegistrationForm td {
    text-align: left;

}

#RegistrationForm input[type="text"],
#RegistrationForm input[type="password"] {
    width: 358px;

}

#RegistrationForm table:nth-of-type(3) {
    table-layout: fixed;
}
#RegistrationForm table:nth-of-type(3) tbody tr td:first-of-type {
    width: 210px !important;
}

#RegistrationForm table:first-of-type input[type="text"]  {
    width: 170px;
}

#RegistrationForm select {
    width: 381px;
}
table.NormalFont {
    margin: 0 auto;
}

#ResetPasswordForm hr {
    display: none;
}

#ResetPasswordForm .headertext {
    text-align: right;
    padding-top: 40px;
}

#ResetPasswordForm table:last-of-type tr:last-of-type .headertext {
    text-align: center;
    border-top: 1px solid #c3c3c3;
}

#ResetPasswordForm table:last-of-type .btn,
#ResetPasswordForm table:last-of-type .btnhov {
    float: right;
    margin-bottom: 20px;
}
#ResetPasswordForm .error {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    padding-top: 10px;
    display: inline-block;
    text-align: left;
}

#ResetPasswordForm table:first-of-type {
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 20px;
}

#ResetPasswordForm table:first-of-type tr:first-of-type td {
    text-align: right;
}

#footer1 .btnRedSm, #footer1  .btnRedSmhov {
    top:0;
}

/**************************
login Form
***************************/

#loginForm input[type="text"],
#loginForm input[type="password"],
{
    width: 305px!important;
}

#loginForm select{
    width:324px!important;
}

#loginForm .headertext {
    text-align: center;
    width: 100%;
}

#loginForm .nested_choice_table:last-of-type {
    padding-left: 60px;
}
#loginForm .nested_choice_table:last-of-type td {
    width: 495px;
}
#loginForm .nested_choice_table:last-of-type .btn,
#loginForm .nested_choice_table:last-of-type .btnhov {
    float: none;
    margin: 0 auto;
    display: block;
}

#loginForm input[type="submit"],
#loginForm input[type="button"] {
    width: 49.3%;
}

#loginForm .nested_choice_table:first-of-type input[type="button"],
#loginForm .nested_choice_table:first-of-type input[type="submit"] {
    width: 157px;

}
#loginForm .nested_choice_table:first-of-type {
    padding-left: 60px;
}
#loginForm .nested_choice_table:first-of-type .headertext {
//padding-left: 70px;
}
/**************************
Responsive
***************************/

@media only screen and (max-width : 1240px) {
    #content > table:first-of-type > tbody > tr > td {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
    }

    #content > table:nth-of-type(2) tbody tr >td {
        display: block;
    }

    #content > table > tbody tr td table[cellpadding="5"] tr td:first-of-type {
        display: block;
    }

    #content > table > tbody tr td table[cellpadding="5"] tr td:last-of-type {
        display: block;
        padding: 0 30px;
    }

    #productAlt {
        margin: 0;
        padding: 0 30px;
    }

    #productDescriptionAlt {
        padding: 0 30px 60px;
    }

    /*#fbotable,#registertable,#logintable{
        display: block!important;
        width:initial;
    }*/
}

body > h1 {
    padding: 20px 6% 0;
}

div#pageNav {
//min-height: 1300px;
    margin-right: 4px;
}

#cart {
// min-height: 1300px
}

#content {
//min-height: 1300px;
    overflow: hidden;
}

.error + br + .tableDisplayWhite {
    padding: 20px;
    background: #f6f6f6;
    margin: 20px auto;
}
securityPrefsForm
form[name=contactPrefsForm] input[type="text"],
form[name=contactPrefsForm] input[type="email"],
form[name=securityPrefsForm] input[type="text"],
form[name=securityPrefsForm] input[type="email"],
form[name=securityPrefsForm] input[type="password"] {
    width: 300px;
}

form[name=contactPrefsForm] select {
    width: 324px;
}

form[name=securityPrefsForm] select {
    width: 300px;
}

form[name=languagePrefsForm] {

}

#paymentInfoForm + hr {
    border: none;
}

#paymentInfoForm + tr .btn {
    margin-left: 10px;
}
#paymentInfoForm + tr .btnhov {
    margin-left: 10px;
}

input[name="confirmShippingAddress"] {
    float: left;
    margin: 20px 0;
    width: 200px;
    text-align: center;

}

input[name="modifyShippingAddress"] + tbody .btn,
input[name="modifyShippingAddress"] + tbody .btnhov {
    margin:  0;
    width: 200px;
    text-align: center;
}

.table660Gray + #footer1 .btnRedSm {
    background: #ffc600;

}

.table660Gray + #footer1 .btnRedSmhov {
    background: #F9B800;
}

.table660Gray + #footer1 .btn {
    background: #c0c0c0;

}

.table660Gray + #footer1 .btnhov {
    background: #b0b0b0;
}

#loginForm td{
    text-align: center;
    font-family: 'ArialMT';
}

#logintable{
    width: 689px;
    display: inline-block;
    padding: 0 !important;
}

#checkoutdiv{
    display:table-cell;
    position:relative;
    width:50%!important;
}

#checkoutasguesttable{
    width:100%;
}

#registertable{
    padding-bottom:10px;
}

.guestInstructions{
    text-align: center;
    color:#000000;
    font-size: 15px;
    font-family: ArialMT;
}

.headerfont{
    font-weight: 500!important;
    font-size: 25px!important;
    color: #000000!important;
    font-family:ArialMT;
}

.headerfont p{
    font-weight: 500!important;
    font-size: 30px!important;
    color: #000000!important;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    #guestheader{
        width:50%;
        padding-top:0px!important;
    }

    #registerheader{
        width:50%;
        padding-top:0px!important;
    }

    #signin{
        padding:20px;
    }

    #logintable{
        padding-left:220px!important;

    }

    #checkoutdiv{
        width:50%!important;
        padding:20px;
    }
}

.otherlink{
    width:311px!important;
    float:none;
    text-align:left;
}

#newCustomer:after{
    content: "";
    width: 295px;
    background-color: transparent;
    display: block;
    height: 1px;
    border-top: 1px solid #ccc;
    position: absolute;
    margin-top: -9px;
    z-index:-5;
}

#forgotPwd{
    margin-bottom:0px!important;
    width:311px;
    text-align:left;
    float:none;
    text-decoration:underline;
    padding-bottom:5px;
}

#newCustomer{
    width:295px!important;
    text-align:center;
    margin-bottom:8px;
    display:inline-block;
    font-size:15px;
    padding-top:8px;
}

#newCustomer P{
    display:inline;
    z-index:2;
    background-color: #ffffff;
    padding: 0 8px 0 7px;
}

/*#registertable:after {
    content: "";
    width: 70%;
    background-color: transparent;
    display: block;
    height: 1px;
    border-top: 1px solid #ccc;
    position: absolute;
    margin-left: 15%;
    margin-right: 15%;
}*/

#spanline {
    content: "";
    width: 70%;
    background-color: transparent;
    display: none;
    height: 1px;
    border-top: 1px solid #ccc;
    position: absolute;
    margin-left: 15%!important;
    margin-right: 15%!important;
}

/*For Message PopUps*/
.messagePopUps{
    position:absolute;
    z-index:14;
    width:335px;
    background-color:#ffc600;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 3px solid #F9B800;
    color:#fff;
    font-weight:bold;
    padding: 20px 20px 0px !important;
}

.invalidIDPopUp{
    display:none;
    width:400px;
    height:300px;
    margin-left:400px;
    text-align:center;
    font-size:15px;
    z-index:100000;
}

.addressChanged{
    background-color:#aedd94;
}
.addressError{
    background-color:#fef8a0;
    border-color: red;
}
.addressNote {
    border:1px dotted black;
    width:367px;
    font-size:14px;
    background-color:#aedd94
}

.paymentViewDetails {
    padding: 15px 0 0 0 !important;
}
.paymentViewContent {
    padding-top: 0px !important;
}
.orderTotal {
    margin: 40px 0 0 !important;
}

.altRowBorder {
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #5b5b5b;
}
td select {
    background-color: #FFF;
}
.backBtn {
    background: #c0c0c0;
    color : #FFFFFF !important;
}

.topHeight{
    top:0px !important;
}

.paymentDialog {
    background-color: white !important;
    position: fixed !important;
    text-align: center;
    min-width: 400px;
}

.extField {
    vertical-align: middle;
}

.extButton {
    vertical-align: bottom;
}

.hideDiv {
    display: none;
}
.disclosuretext > p {
    font-size:13px;
    text-align:left;
}

