﻿body {
    background-image: url(/images/backgrounds/woodgrain.jpg);
    font-size: 16px;
    font-family: Arial, Verdana, sans-serif;
    color: black;
    margin-top: 0px;
    margin-bottom: 12px;
}



.FloatingNETPanel
{
    display: inline-block;
}

.UnderButton
{
    padding-top: 15px;
}
.LocateCity
{
    margin-left: 15px;
}

.centeredcontent {
   display: table;
    margin: 0 auto;
}

.ThumbThumbNOMargin
{
    border: 5px solid black;
}

.ThumbThumb
{
    border: 5px solid black;
    margin-bottom: 20px;
    margin-right: 20px;
}

form {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

td
{
    font-size: 16px;
}

.AreUSureBox
{
    margin-bottom: 10px;
}

div#mainbody {
    width: 960px;
    background-color: white;
    display: block;
    margin-top:0px;
    margin-left: auto;
    margin-right: auto;
}

.mainmargins {
    padding: 12px;
    display: block;
}


div#margin30
{
    margin: 30px;
    display: block;
}

div#margin30autobottom
{
    margin: 30px;
    margin-bottom: auto;
    display: block;
}


.h1text, h1 {
    color: black;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: BebasNeue;
    font-size: 42px;
    letter-spacing: 2px;
}

.h2text, h2 {
    color: black;
    font-weight: normal;
    margin-top: 0px;
    font-family: BebasNeue;
    font-size: 30px;
    letter-spacing: 1px;
}

.h3text, h3 {
    color: black;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: BebasNeue;
    font-size: 24px;
    letter-spacing: 1px;
}

.h4text, h4 {
    color: black;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: BebasNeue;
    font-size: 20px;
    letter-spacing: 1px;
}

@font-face {
    /*font-family: BebasNeue;
    src: url("/fonts/BebasNeue.otf");*/
    font-family: 'BebasNeue';
	src: url('/fonts/bebasneue-webfont.eot');
	src: url('/fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/bebasneue-webfont.woff') format('woff'),
	     url('/fonts/bebasneue-webfont.ttf') format('truetype'),
	     url('/fonts/bebasneue-webfont.svg#webfont') format('svg');
}

a img {
    border: 0px;
}

a.navlink {
    font-family: BebasNeue;
    color: black;
    text-decoration: none;
    font-size: 22px;
    padding-left: 40px;
    letter-spacing: 1px;
}

a.navlink:hover {
    color: #7b7b7b;
    text-decoration:underline;
}

a.admin {
    font-size: 24px;
    padding-left: 20px;
    white-space: nowrap;
}

a.admin2 {
    font-size: 22px;
    padding-left: 20px;
    white-space: nowrap;
}

a.admin3 {
    font-size: 24px;
    padding-left: 6px;
    white-space: nowrap;
}

.MatrixItemSelected {
    font-size: 14px;
    text-decoration: none;
    color: orange;
}

.LinkButtonBox
{
    margin-top: 10px;
    margin-bottom: auto;
}


.LinkButtonBox2
{
    line-height: 2.5em;
    display: inline;
}


.LinkButtonBoxT
{
    margin-top: 20px;
}
.LinkButtonBoxB
{
    margin-bottom: 20px;
}

a.LinkButtonRetailAll, .LinkButtonRetailAll {
    border: 1px solid black;
    background-color: #FFAE49;
    
    color: black;
    font-family: BebasNeue;
    font-size: 40px;
    padding: 4px 330px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
    a.LinkButtonS1:hover, a.LinkButtonS2:hover
    {
        text-decoration: underline;
    }

a.LinkButtonS1, .LinkButtonS1D {
    border: 1px solid black;
    background-color: #FFAE49;
    
    color: black;
    font-family: BebasNeue;
    font-size: 18px;
    padding: 4px 20px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
    a.LinkButtonS1:hover, a.LinkButtonS2:hover
    {
        text-decoration: underline;
    }
    
a.LinkButtonS2, a.LinkButtonS2D {
    
    border: 1px solid black;
    background-color: #FFAE49;
    letter-spacing: 0.1em;
    color: black;
    font-family: BebasNeue;
    font-size: 14px;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

a.LinkButtonS1D, a.LinkButtonS2D
{
    background-color: #dcdcdc;
}
    
a.LinkButtonS3, a.LinkButtonS3D {
    
    
    border: 1px solid black;
    background-color: #FFAE49;
    letter-spacing: 0.1em;
    color: black;
    font-family: BebasNeue;
    
    font-size: 30px;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

a.SelectedTextButton {
    border: 1px solid black;
    background-color: lightgoldenrodyellow;
    color: black;
    font-family: BebasNeue;
    font-size: 24px;
    /*padding: 3px 20px;*/
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

a.UnselectedTextButton {
    border: 1px solid black;
    background-color: lightgrey;
    color: darkgrey;
    font-family: BebasNeue;
    font-size: 24px;
    /*padding: 3px 20px;*/
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.ErrorText
{
    color: red;
}

.Uppercase
{
    text-transform: uppercase;
}

.MinorBold
{
    font-size: 18px;
    font-weight: bold;
}

.SmallBold
{
    font-size: 12px;
    font-weight: bold;
}

.Bold
{
    font-weight: bold;
}

.CurrentStep
{
    font-weight: bold;
}

.NextStep
{
    color: lightgray;
}

.CompleteStep
{
    color: green;
    font-weight: bold;
    font-style: italic;
}

.address-wholesalername
{
    font-weight: bold;
    text-decoration: underline;
}

.faq-qa
{
    color: #DD7B05;
    font-weight: bold;
}

.faq-question
{
    color: #7b7b7b;/*#DD7B05;*/
    font-weight: bold;
    line-height: 1.5;
}

.faq-answer
{
    color: #7b7b7b;
    line-height: 1.5;
}

a
{
    color: #DD7B05;
}


a.BlackLink
{
    color: #000000;
}


.LargeTextbox
{
    font-size: 24px;
}

.LargeBebasNeue
{
    font-family: BebasNeue;
    font-size: 24px;
}

.NoMarginDisplayTable
{
    margin: 0px;
    display: table;
}
.CheckoutBoxContainer
{
    max-width: 250px;
    min-width: 350px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}
.CheckoutBoxLeft
{
    min-width: 120px;
    max-width: 120px;
    padding: 10px;
    text-align: right;
    flex: 1;
    margin: 3px;
    font-weight: bold;
}

.CheckoutBoxRight
{
    width: 100px;
    padding: 10px;
    text-align: right;
    margin: 3px;
    font-weight: bold;
    background-color: rgba(255,174,73,.2);
}