﻿/* DEFAULTS  ----------------------------------------------------------*/



.videowide {
    width: 584px;
    height: 328px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;

}/* close commented backslash hack */

.clear {
    clear: both;
}

.tempBannerLink {
    display: inline-block;
    margin-left: 12px;
    padding-top: 13px;
}

.tempBannerImage {
    width: 784px;
}

/* Site.Master ------------------------------------------------------ */

body {
    background-color: #FFF;
    font-size: 15px;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    /*font-family: GillSans, Calibri, Trebuchet, sans-serif;*/
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    color: #666666;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    line-height: 146%;
}

.clickOutLeftNav {
    top: 0px;
    left: 217px;
    right: 0px;
    bottom: 0px;
    z-index: 35;
    background-color: rgb(49, 8, 8);
    opacity: .9;    
    display: none;
    position: fixed;
}
.clickOutLeftNavBackground {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 222px;
    background-color: #fff;
    display: none;
    position: fixed;
}
.clickOutUserAccount {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 300px;
    bottom: 0px;
    z-index: 30;
    background-color: rgb(49, 8, 8);
    opacity: .9;    
    display: none;
}

.AccountInfo {
    float: left;
    width: 50%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
}


.AccountInfoLogin {
    float: left;
    width: 50%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
}

.shoppingCartLink {
    display: none;
}

.wrapper {
    margin: 0px auto;
    background-color: #fff;
    margin-top: 18px;
    display: block;
    z-index: 100;
}


.TopIcons { 
    height: 200px; /*200px;*/
    margin-top: 92px;
}

.textOverVideo {
    font-family: 'Poppins', sans-serif;
    z-index: 1;
    margin-top: 115px; /*172*/
    position: absolute;
    color: white;
    font-size: 2.1rem;
    left: 50%;
    margin-right: -50%;
    margin-left: 0px;
    font-weight: bold;
    text-align: center;
    transform: translate(-50%, -50%);
}

.smallTextOverVideo {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 145px; /*206*/
}

.videoBackground {
    position: relative;
    /*margin-top: -137px;*/
    z-index: 10;
    overflow: hidden;
    height: 298px;
}

.videoBackgroundHeight {    
    height: 248px;
 -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
      -o-transition: height .5s ease;
     -ms-transition: height .5s ease;
         transition: height .5s ease;
}

.heightZero {
    height: 0px;

 -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
      -o-transition: height .5s ease;
     -ms-transition: height .5s ease;
         transition: height .5s ease;
}

.heightShort {
    height: 50px;

 -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
      -o-transition: height .5s ease;
     -ms-transition: height .5s ease;
         transition: height .5s ease;
}

.videoBackground_video {
    position: absolute;
    -webkit-filter: brightness(0.80) contrast(1.05);
    filter: brightness(0.80) contrast(1.05);
    min-width: 100%;
    min-height: 100%;
    z-index: 10;
    bottom: 90%; /*-15%*/


    /*New styles*/
    height: inherit;
}
.diagonalLinesOverlay {
    background: url(/images/video-mask.png) center center repeat;
    position:absolute;
    width:100%;
    height:400px;
    top:200px;
    left:0;
}
.backVideo {
    object-fit: cover;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 10;
}

.backVideoImagePosition {    
    bottom: -116px;
}

.backVideoPosition {    
    bottom: -161px;
}




.page {
    margin: 0px auto 0px auto;    
    /*background-color: #c7c7c7;*/
    background: url(/images/video-mask.png) center center repeat;
}
.main {
    position: relative;
    padding: 0px 0px;
    margin: 0 auto;
    margin-top: 90px;
    background: #FFF;
    /*float: left;*/
    /*width: 99%;*/
    width: 1254px;
    z-index: 0;
}

/* Container (main image rotator div) is turned off for mobile.  */
.container {
    float: right;
    width: 690px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 2px;
}
.RotatorHeader {
    font-size: 12px;
    font-weight: normal;
    color: #ffe500;
    margin-bottom: 3px;
}

/* Main Header containing top menu, logo and rotator */
.headerMaster {
    position: fixed;
    background: rgba(255,255,255,1);
    z-index: 30;
    margin: 0px;
    padding: 0px;
    width: 100%;
    top: 0;
    height: 44px;
}


/* Narrow Browser buttons */
.menuButton {
    position: fixed;
    display: none;
    cursor: pointer;
    top: -1px;
    left: 17px;
    display: none;
}
.UserAccountButton {
    position: fixed;
    top: -2px;
    right: 141px;
    display: none;   
    cursor: pointer;
}
.ShoppingCartButton {
    position: fixed;
    top: -3px;
    right: 221px;
    cursor: pointer;
}

.logo {
    background-image: url(../images/build_yourCNC_logo_mobileNarrow.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 200px;
    height: 28px;
    display: block;
}

.topmosttext {
    position: absolute;
    right: 279px;
    top: 12px;
}

.topmosttextPosition {
    right: 0px;

    -webkit-transition: right .5s ease;
    -moz-transition: right .5s ease;
    -o-transition: right .5s ease;
    -ms-transition: right .5s ease;
    transition: right .5s ease;
}

.topmosttextPositionOffScreen {
    right: -327px;

    -webkit-transition: right .5s ease;
    -moz-transition: right .5s ease;
    -o-transition: right .5s ease;
    -ms-transition: right .5s ease;
    transition: right .5s ease;
}

.loginLogout {
    float: left;
    display: inline-block;
}

.register {
    float: left;
}

.googlePlusLink {
    float: left;
    display: none;
}

.creditCardImages {
    position: fixed;
    top: 13px;
    right: 103px;
    height: 20px;
    float: right;
    overflow: hidden;
    z-index: 1;
}

.topTextContact {
    position: fixed;
    top: 13px;
    right: 10px;
    width: 79px;
    height: 20px;
    float: right;
    overflow: hidden;
    z-index: 1;
}
.topTextContact:hover {
    top: 10px;
    width: 300px;
    height: auto;
    border: solid black 1px;
    z-index: 50;
    background: white;
    padding: 5px 5px 5px 10px;
}

.userNameWelcome {
    float: left;
}

.AccountInfoTop {
    float: left;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
    .title img {
        float: left;
    }

    

/* Top Menu */

.menuBackground {
    position: fixed;
    left: 0;
    right: 0;
    top: 44px;
    width: initial;
    background-color: rgba(0, 0, 0, 0.64);
    z-index: 5;
    height: 48px;
}

.menuHeight {
    height: 36px;
    
 -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
      -o-transition: height .5s ease;
     -ms-transition: height .5s ease;
         transition: height .5s ease;
}

div.menu {
    position: fixed;
    top: 58px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
    left: 50%;
    font-size: 13px;
    width: 842px;
    margin-left: -385px;
    overflow: hidden;
}
    div.menu a {
        color: #FFF;        
        padding-bottom: 10px;
        border-bottom: 3px solid transparent;
    }
    div.menu ul {
        text-align: center;
    }
    div.menu li {
        /*color: #494949;*/
        margin-right: 20px;
    }
    div.menu li a:hover {
        color: #FFF;       
        border-bottom: 3px solid white;
    }
    div.menu li a:active {
    }
    div.menu li a:visited {
    }



/* Menu area including search */
.hideSkiplink {
}
div.hideSkiplink {
}
    
/* Search Bar */

.searchBar {
    position: absolute;
    top: 7px;
    left: 230px;
    right: 660px;
    border: dotted black 2px;
    height: 28px;
    overflow: hidden;
}

.shortSearchBar {
    right: 600px;
}

.longSearchBar {
    right: 408px;
}


.searchTextBox {
    position: absolute;
    border: white;
    left: 2px;
    right: 30px;
    top: 2px;
    bottom: 2px;
    width: 2000px;
    height: auto;
}
.searchGoButton {
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 2px;
    width: 50px;
    height: auto;
}

.mobileLoginName {
    display: none;
    margin-top: 19px;
    margin-right: 10px;
    font-weight: bold;
    float: left;
}

.fb {
    background-image: url("../images/fb.png");
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 77px;
    margin-top: 36px;
    text-indent: -9999px;
    width: 184px;
    display: none;
}

/* Footer*/
.footer {
    background-color: #3C3C3C;
    line-height: normal;
    margin: 8px auto 0;
    padding: 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.footerLinks ul {
    margin: 0px auto;
    padding: 0px;
}
ul {
    -webkit-padding-start: 0px;
    margin-left: 30px;
}
.footerLinks li {
    display: inline;
    font-size: 14px;
    margin: 0 5px;
}
.footerLinks a, .footerLinks a:link, .footerLinks a:active, .footerLinks a:visited {
    color: #c4c4c4;
}
    .footerLinks a:hover {
        color: #fff;
    }
    .footer p {
    margin-bottom: 0px !important;
}

.wrappercc {
    background-color: #333333;
    margin-top: 10px;
    padding: 10px 0;
}

/* Default.aspx -------------------------------------------------- */

.category {
    position: relative;
    margin-bottom: 10px;
    border: none;
}

.categoryImage {
    border: 1px lightgrey;
    border-style: solid;
    padding: 1px;
    overflow: hidden;
    width: 374px;
    max-height: 40px;
    -webkit-transition: max-height ease-in 900ms;
    -moz-transition: max-height ease-in 900ms;
    -o-transition: max-height ease-in 900ms;
    transition: max-height ease-in 900ms;
}
    .categoryImage:hover {
        border: 1px black;
        border-style: solid;
        padding: 1px;
        width: 374px;
        max-height: 500px;
        -webkit-transition: max-height ease-out 900ms;
        -moz-transition: max-height ease-out 900ms;
        -o-transition: max-height ease-out 900ms;
        transition: max-height ease-out 900ms;
    }

.categoryName {
    position: absolute;
    top: 5px;
    right: 8px;
    text-align: right;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    /*font-weight: bold;*/
    color: #6b0000;
    /*color: rgba(107, 0, 0, .8);*/
    /*color: rgba(255, 255, 255, 0.83);*/
    /*color: white;*/
    border: none;
}

.categoryProduct {
    position: relative;
    top: 3px;
    left: 3px;
    text-align: left;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bold;
    font-size: 1em;
    padding-bottom: 7px;
    padding-right: 3px;
    color: #6b0000;
    line-height: 2em;
    text-wrap: none;
    border: none;
}

.categorylink {
    position: relative;
    padding: 1px 3px;
    border: 2px lightcoral dotted;
    margin-right: 4px;
    font-style: italic;
}

.PaypalAndCartOnHomepage {
    z-index: 10;
}

.twoColumns {
    /*position: absolute;
    left: 200px;*/
}

.leftColumn {
    float: left;
    width: 378px;
    padding: 0px 12px;
    margin-top: -15px;
}

.rightColumn {
    /*float: none;*/
    margin-left: 600px;
    margin-top: 10px;
    margin-right: 10px;
    width: initial;
}

.abstract {
    overflow: auto;
}

.shoppingCartButtonHomePage {
    text-align: center; 
    width: 385px; 
    height: 21px; 
    float: right; 
    border: 1px dotted black; 
    background-color: #FABA00; 
    color: black; 
    padding: 6px 4px; 
    margin-bottom: 10px;
}

.adjustShoppingCartButton {
    padding-bottom: 30px;
    padding-top: 16px;
}

/* Standard Tag Styles ------------------------------------------- */

form {
    margin: 0px;
}


h3 {
    color: black !important;
}

/*h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}
h1 {
    font-size: 1.8em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
h2 {
    font-size: 30px;
    color: #6b0000;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px;
    width: auto;
    margin-bottom: 3px;
    margin: 20px 0px 20px 0px !important;
}
h3 {
    background: #eee;
    padding: 5px 10px;
    font-size: 15px;
    color: #6b0000;
}
h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}
h5, h6 {
    font-size: 1em;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}*/

a:link, a:visited {
    color: #bc0000;
    text-decoration: none;
}
a:hover {
    color: #ff0000;
    text-decoration: none;
}
a:active {
    color: #bc0000;
}

p {
    margin-top: 3px;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-weight: normal;
    font-style: normal;
}
b {
    color: #b81e00;
}

.blackBold {
    color: black;
    font-weight: bold;       
}

fieldset {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 7px;
    margin-left: 0px;
    padding: 1em;
    border: 1px solid #ccc;
}
    fieldset p {
        margin: 2px 12px 10px 10px;
    }
    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }
    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}
input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

/* Menu styles only for left product menu */
nav {
    margin-top: 0px;
    font-size:medium;
}
    nav ul {
        margin: 0;
        padding: 5px 0px;
        list-style: none;
    }
    nav a {
        display: block;
        padding: 5px;
    }
        nav a.categoryAnchor {
            display: block;
            padding-left: 11px;
        }
    /* The menu items (all) */
    nav ul li {
        position: relative;
    }
    /* Submenu Items Container */
    nav li ul {
        position: relative;
        display: none;
        font-size: x-small;
        margin-left: 19px;
    }
    /* Major sub menu items that are open */
    nav li.on ul {
        display: inline-block;
    }    
    /* Major menu items that is selected */
    nav li.on {
        border: 0;
        border-top: 1px dashed #ccc;
    }

    /* Major menu sub items that are closed */
    nav li.off ul {
        display: none;
    } 
       
    /* Major menu sub items that are not selected */
    nav li.off {
        border: 0;
        border-top: 1px dashed #ccc;
    }
    /* Chrome: nothing */
    nav li a:hover {
        color: #fff;
        background-color: #6b0000;
    }
    /* Chrome: Major Item Hover */
    nav li:hover a.categoryAnchor {
        color: #fff;
        background-color: #6b0000;
    }
    /* Chrome: Nothing */
    nav li.over a {
        color: #fff;
        background-color: #6b0000;
    }
    /* Chrome: Sub Items */
    nav li:hover li a:hover {
        color: #fff;
        background-color: #818181;
    }
    /* Chrome: Nothing */
    nav li.over li a:hover {
        color: #fff;
        background-color: #6b0000;
    }
    nav li:hover li a, li.over li a {
        color: #6b0000;
        background-color: #fff;
    }
    nav li li a {
        background: #fff;
    }
    nav .expandAnchor {
        color: black;
        background-color: white;
        float: left;
    }
    nav img {
        border: none;
        border-width: 0;
    }
    nav .expandAnchor:hover {
        color: black;
        background-color: white;
        float: left;
    }
    
/* Customerservice.aspx.cs */

.question {
    padding: 5px;
    position: relative;
    margin-bottom: 10px;
    border: none;
}

.questionAnswerBlock {
    border: 1px lightgrey;
    border-style: solid;
    padding: 1px;
    overflow: hidden;
    max-height: 27px;
    margin-bottom: 3px;
    -webkit-transition: max-height ease-in 500ms;
    -moz-transition: max-height ease-in 500ms;
    -o-transition: max-height ease-in 500ms;
    transition: max-height ease-in 500ms;
}

    .questionAnswerBlock:hover {
        border: 3px black;
        border-style: solid;
        padding: 1px;
        max-height: 1000px;
        margin-bottom: 3px;
        -webkit-transition: max-height ease-out 500ms;
        -moz-transition: max-height ease-out 500ms;
        -o-transition: max-height ease-out 500ms;
        transition: max-height ease-out 500ms;
    }

.answer {    
    padding: 5px;
    position: relative;
    top: 3px;
    left: 3px;
    text-align: left;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bold;
    font-size: 1em;
    padding-bottom: 7px;
    padding-right: 3px;
    color: #6b0000;
    line-height: 2em;
    text-wrap: none;
    border: none;
}

/*Left Navigation  -------------------------------------------------- */

.leftNavigationBox {
    float: left;
    width: 182px;
    background: #fff;
    margin-right: 10px;
    z-index: 1000;
    /*display: none;*/
    /*height: 100%;*/
}

.leftNavLeftPosition {    
    left: 0;
    
 -webkit-transition: left .5s ease;
    -moz-transition: left .5s ease;
      -o-transition: left .5s ease;
     -ms-transition: left .5s ease;
         transition: left .5s ease;

}

.leftNavLeftPositionOffScreen {    
    left: -227px;
    
 -webkit-transition: left .5s ease;
    -moz-transition: left .5s ease;
      -o-transition: left .5s ease;
     -ms-transition: left .5s ease;
         transition: left .5s ease;

}

.MovePageRight {
    left: 220px;
    
 -webkit-transition: left .5s ease;
    -moz-transition: left .5s ease;
      -o-transition: left .5s ease;
     -ms-transition: left .5s ease;
         transition: left .5s ease;

}


.MovePageLeft {
    left: -294px;
    
 -webkit-transition: left .5s ease;
    -moz-transition: left .5s ease;
      -o-transition: left .5s ease;
     -ms-transition: left .5s ease;
         transition: left .5s ease;

}


.MovePageToOriginalPosition {
    left: 0px;
    
 -webkit-transition: left .5s ease;
    -moz-transition: left .5s ease;
      -o-transition: left .5s ease;
     -ms-transition: left .5s ease;
         transition: left .5s ease;

}
/*  menuside is used for the old left menu */
div.menuSide {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    float: left;
}
    div.menuSide ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 170px;
    }
    div.menuSide li {
        list-style: none;
        margin: 2px;
        width: 180px;
        color: #dde4ec;
        display: block;
        line-height: 1.35em;
        text-decoration: none;
        white-space: nowrap;
    }
    div.menuSide ul li a {
        background-color: #fff;
        /*    border-left: 1px #ccc solid;*/
        color: #666;
        display: block;
        line-height: 1.35em;
        padding: 4px;
        text-decoration: none;
        white-space: nowrap;
    }
        div.menuSide ul li a:hover {
            background-color: #6b0000;
            color: #fff;
            text-decoration: none;
        }
        div.menuSide ul li a:active {
            background-color: #b81e00; /*465c71*/
            color: #fff;
            text-decoration: none;
        }

/* Used in Login, register and changepassword ----------------------- */

.loginBox {
    border: 2px dotted black;
    width: 97%;
    padding: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

div.accountInfo {
    width: 42%;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.submitButton {
    text-align: left;
    padding-right: 10px;
    font-size: x-large;
}

/* Image Styles ----------------------------------------------------- */

.imageSet {
    width: 300px;
    float: left;
    margin: 0px 12px 6px 0px;
}

.imageSetCategory {
    width: 200px;
    margin: 0px 12px 6px 0px;
}

.imageFloatLeft {
    float: left;
    width: 300px;
    margin: 8px 12px 6px 0px;
    border: none;
}

.headerImage {
    width: auto;
    float: none;
    margin: 8px 12px 6px 0px;
    border: none;
}

.imageFloatLeftProductPage {
    float: left;
    margin: 8px 12px 6px 0px;
    border: none;
}

.imageFloatLeftCategory {
    width: 200px;
    float: left;
    margin: 8px 12px 6px 0px;
    border: none;
}

.videoFloatLeft {
    width: 100%;
    float: left;
    margin: 8px 12px 6px 0px;
    border: none;
}

.thumbFloatLeft {
    float: left;
    margin: 8px 12px 6px 0px;
    border: none;
}

.imageForCategory {
    border: none;
}

/*---Code or Outline Indentation ------------------------------------ */
.codeIndent {
    margin-left: 20px;
}
.codeBlock {
    border: thin dotted #000099;
    padding: 10px;
    font-family: 'Courier New', Courier, monospace;
    font-size: small;
    background-color: #DDE8FF;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
}

/* Special Product Content Areas ------------------------------------ */

.nonLiquidstatic {
    margin-top: 30px;
    margin-left: 200px;
    padding-bottom: 30px;
}

.productListColumn {
    width: 31.5%;
    padding-bottom: 30px;
    float: left;
}

.smallProductListing {
    display: inline-block;
    width: 100%;
}

.containerForAllProductListOnAPage {
    margin-right: 7px;
}

.productTitle {    
    display: block;
    font-family: Arial, Helvetica, sans-serif;    
    font-size: 1em;
    padding: 5px 5px 8px 8px;
    background: #eee;
    margin-bottom: 10px;
}

.productTitleBold {     
    display: block;  
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px 5px 8px 8px;
    background: #eee;
    margin-bottom: 10px;
}

.ProductImageAndDescription {
    /*margin-right: 212px;*/
    margin-right: 10px;

}

.ProductImageAndDescriptionCategory {
    margin-right: 318px;
    margin-bottom: 15px;
}

.ProductInfoAndPrices {
    display: inline-block;
    width: 100%;
}

.ProductPageContent{
    margin-top: 15px;
    margin-left: 200px;
    position: relative;
    padding-top: 1px;
}

.HomePageContent {
    margin-top: 40px;
    margin-left: 200px;
    position: relative;
}

.ProductListItem {
    padding-top: 30px;
    margin-left: 210px;
}

.ProductListItemReallyWide {
    padding-bottom: 30px;
    display: inline-block;
}

.ProductListItemThin {
    float:none;
    display:inline-block;
    padding-bottom: 5px;
    width: 100%;
}

.PricesProduct {
    width: 194px;
    float: right;
    margin-left: 10px;
}

.PricesCategory {
    width: 300px;
    float: right;
}

.priceBoxProduct {
    margin-bottom: 15px;
    /*padding: 0px 6px 11px 8px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;*/
    margin-left: 313px;
}

.priceBoxCategory {
    margin-bottom: 15px;
    padding: 0px 6px 11px 8px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.relatedProductsPanel {
    padding: 10px;
    margin: 6px 0px;
    border: 1px dotted black;
    /*width: 100%;*/
    display: inline-table;
    height: 160px;
}

.cartPanel {
    display: block;
}

.AddToCartButton {
    border: 2px solid black;
    background: #FABA00;
    color: black;
    height: 24px;
    padding: .25em .8em;
    /* font-size: 85%; */
    width: 8em;
    cursor: pointer;
}

.yourCategory {
    float: right;
}

.yourCartProduct {
    float: right;
    font-size: smaller;
}

/* Instruction Steps Appearance ------------------------------------- */

.instructionsBox{
    /*width: 580px;
    float: left;
    display: inline-block;*/
    margin-right: 209px;
}

.instructionStep {
    position: relative;
    overflow: hidden;
    padding: 10px 30px 10px 21px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), inset 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.instructionStep .imageFloatLeft {
    max-width: 100px;
}

    .instructionStep:before, .instructionStep:after {
        position: absolute;
        width: 40%;
        height: 10px;
        content: ' ';
        left: 12px;
        bottom: 12px;
        background: transparent;
        -webkit-transform: skew(-5deg) rotate(-5deg);
        -moz-transform: skew(-5deg) rotate(-5deg);
        -ms-transform: skew(-5deg) rotate(-5deg);
        -o-transform: skew(-5deg) rotate(-5deg);
        transform: skew(-5deg) rotate(-5deg);
        -webkit-box-shadow: 0 3px 22px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 3px 22px rgba(0, 0, 0, 0.5);
        box-shadow: 0 3px 22px rgba(0, 0, 0, 0.5);
        z-index: -1;
    }
    .instructionStep:after {
        left: auto;
        right: 12px;
        -webkit-transform: skew(5deg) rotate(5deg);
        -moz-transform: skew(5deg) rotate(5deg);
        -ms-transform: skew(5deg) rotate(5deg);
        -o-transform: skew(5deg) rotate(5deg);
        transform: skew(5deg) rotate(5deg);
    }

.stepNumber {
    width: 20px;
    height: 13px;
    position: absolute;
    margin: -6px 0 0 -10px;
    text-align: center;
    color: #fff;
    left: 50%;
    top: 50%;
}

.stepNumberBox {
    bottom: 0;
    right: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    background-color: #6b0000;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: x-small;
}

.MagnifyBox {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: 25px;
    margin-left: 25px;
    -khtml-opacity: .30;
    -moz-opacity: .30;
    -ms-filter: "alpha(opacity=30)";
    filter: alpha(opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.3);
    opacity: .30;
    background-image: url('../images/magnify.png');
}

/*---Special Styles for Videos -------------------------------------- */

.VideoBox {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%
}

/* Styles and Placements for Ads ------------------------------------ */

.AdUnderNavigation {
    margin-top: 60px;
}

/* Reseearch Donation buttons (researchDonationXX.htm) */

.PaypalButtonBody {
    background: #ffffff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.PaypalButtonLeft {
    border: 0px;
    float: left;
}

/* middle - Used only for the product search GO button */

.middle {
    vertical-align: bottom;
}

.spacer {
    width: 600px;
    height: 20px;
}

.verticalSpacer {
    width: 15px;
    height: 100%;
    float: left;
    display: block;
    border: 1px solid white;
}

 /* Customer Service Relaed Styles ---------------------------------- */

.answerQuestionLink {
    font-size: 1.3em;
    border: 1px black solid;
    padding: 1px 5px 1px 5px;
    margin: 10px 0;
    display: inline-block;
}

.QuestionTextboxStandardHeight {
    Height: 24px;
    font-size: 1.5em;
    width: 99%;
    max-width: 99%;
}


/* checkout and shopping cart page ------------------------------------ */


.addressCheck {
    font-size: .8em;
    display: inline-block;
}

.cartSection {
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    border-bottom: 1px solid lightgray;
}

.cartPanel {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    float: left;
    border-bottom: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}
.shipingRateSelected {
    float: left;
}

.cartSubSection {
    float: left;
    width: 60%;
}

.shippingRateSelected {
    font-size: .8em;
}

.FormButton {
    float: right;
    border: dotted 2px black;
    /*height: 31px;*/
    padding: 21px 30px 17px 22px;
    display: inline-block;
    font-size: 1.3em;
    background: #74A3D8;
    margin-top: 30px;
}

.loginBoxButton  {
    border: dotted 2px black;
    height: 90px;
    line-height: 90px;
    width: 200px;
    display: inline-block;
    font-size: 1.3em;
    background: #74A3D8;
    margin-left: 10px;
    margin-top: 20px;
    cursor: pointer;
}

.coverToDeEmphasize {
    opacity: .1;
}

#ContinueAsGuest {
    float: right;
    border: dotted 2px black;
    height: 90px;
    line-height: 20px;
    width: 165px;
    display: inline-block;
    font-size: 1.3em;
    background: #bdc9d7;
    right: 0px;
    text-align: center;
    z-index: 40;
}

#oopseWantedToLogin {
    float: right;
    border: dotted 2px black;
    height: 50px;
    line-height: 20px;
    width: 200px;
    display: inline-block;
    font-size: 1.3em;
    background: #bdc9d7;
    right: 0px;
    text-align: center;
    z-index: 40;
}

.LeftFormButton {
    float: left;
    border: dotted 2px black;
    padding: 5px 10px 6px 9px;
    display:inline-block;
    font-size: 1.3em;
    background: #74A3D8;  
    margin-right: 20px;  
}


.LeftFormButtonCalculateShipping {
    float: left;
    border: dotted 2px black;
    padding: 5px 10px 6px 9px;
    display:inline-block;
    font-size: 1.3em;
    background: #FABA00;  
    margin-right: 20px;  
}


.FormField {
    padding: 5px 15px 5px 0;
    float: left;
    display: inline-block;

}

.FormFieldName {
    font-size: smaller;
    margin-top: 10px;
}

.FormFieldName label {
    font-size: large;
    margin-top: 10px;
}

.FormFieldBox {
    height: 24px;
    padding-left: 5px;
    border-style: none;
}

.FormFieldBox input {
    height: 24px;
    padding-left: 5px;
    border: solid 1px;

}



.shippingPanel {
    float: right;
    width: 35%;
}

.paypalPayFrame {
    zoom: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 465px;
    height: 565px;
}

.cartLeftPanel {
    margin-top: 6px;
    padding-top: 6px;
    position: relative;
    float: left;
    width: 100px;
    margin-left: 10px;
}

.middleCartPanel {
    margin-top: 6px;
    padding-top: 6px;
    position: relative;
    float: left;
    width: 50%;
}

.rightCartPanel {
    margin-top: 6px;
    padding-top: 6px;
    position: relative;
    text-align: right;
    float: right;
    width: 20%;
    margin-right: 10px;
}

.cartContainerPanel {
    clear: both;
    padding-top: 3px;
    font-size: .9em;
    border-bottom: 1px gray dotted;
}

#littleImages img {
    opacity: .5;
    margin-top: 10px;
    cursor: pointer;
    height: 50px;
}

#littleImages .selected {
    opacity: 1;
    margin-top: 10px;
    /*-webkit-box-shadow: 2px 4px 13px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 2px 4px 13px 0px rgba(0,0,0,0.36);
    box-shadow: 2px 4px 13px 0px rgba(0,0,0,0.36);*/
    cursor: auto;
}

.AllImagesContainer {
    width: 300px;
    float: left;
    margin-right: 10px;
}


.thumbnailImagesContainer {
}

#mainImage img {
    /*opacity: .5;*/
    display: none;
}
#mainImage .viewed {
    opacity: 1;
    display: block;
}

.priceOptionPrice {
}

.QuantityBoxAndCartButton {
    display: inline-block;
}

.QuantityBox {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: inline-block;
}


.priceOption {
    display: block;
}

.subCategoryPanel {

}
.subCategoryName{
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;

}

.relatedProductsPanel .AddToCartButton {
    height: 30px;
    margin-left: 5px;
}

.productPageCart {
    background: #fff;
    float: left;
    padding: 0px 8px 12px 8px;
    margin-bottom: 20px;
    border: 1px solid lightgray;
}

.TutorialFullDescription {
    display: block;
}

.ProductImageAndDescriptionCategory .imageFloatLeft {
    width: 300px;
}

/*http://jsfiddle.net/greypants/zgCb7/*/

    .PriceOptionDescription .PriceOptionToolTipHTML {
        background: black;
        bottom: 125%;
        color: white;
        display: block;
        left: -100px;
        margin-bottom: 15px;
        opacity: 0;
        padding: 12px;
        pointer-events: none;
        position: absolute;
        width: 100%;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    }

.PriceOptionToolTipHTML .imageFloatLeft {
    width: 100px;
    margin-right: 15px;
    margin-left: 10px;
}

.PriceOptionToolTipHTML a {
    color: lightblue;
}

.PriceOptionToolTipHTML a:hover {
    color: lightgreen;
}

.PriceOptionDescription .PriceOptionToolTipHTML:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* CSS Triangles - see Trevor's post */
.PriceOptionDescription .PriceOptionToolTipHTML:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid black 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
  
.PriceOptionDescription:hover .PriceOptionToolTipHTML {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

.PriceOptionDescription {
    cursor: default;
    position: relative;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
    padding-bottom: 10px;
    display: inline;
    width: 100%;
}

.priceOption .PriceOptionDescription {
    /*padding-bottom: 10px;
    display: inline-block;
    width: 100%;*/
    padding-top: 0;
    padding-bottom: 2px;
}

.priceOption .priceOptionPrice {
    font-weight: bold;
    color: black;
    padding-right: 10px;
    font-size: larger;
    padding-bottom: 5px;
}

.priceOption .QuantityBox {
    height: 18px;
}

.priceOption .AddToCartButton {
    height: 25px;
}

.CheckBoxButtonButton {
    border: 2px solid black;
    background: white;
    color: black;
    height: 25px;
    padding: .5em .3em;
    font-size: 125%;
    width: 1.7em;
    cursor: pointer;
}
.CheckBoxButtonButtonChecked {
    border: 2px solid black;
    background: #6B0000;
    color: #6B0000;
    height: 25px;
    /* padding: .5em .3em; */
    font-size: 125%;
    width: 1.7em;
    box-shadow: 0 1px 5px gray;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.priceOptionUnderSubcategory {
    display: inline-block;
    margin-left: 10px;
    width: 100%;
}

/*#radiobuttonArea input textarea {
    -webkit-appearance: initial;
    -webkit-border-radius: initial;
    border: black 1px solid;
    width: 10px;
    height: 10px;
}*/


.priceOptionUnderSubcategory .QuantityBoxAndCartButton{
    margin-right: 10px;
    float: left;
}


    .priceOptionUnderSubcategory .priceOptionPrice {
        font-weight: bold;
        display: inline;
        padding-left: 10px;
        padding-right: 30px;
        /*float: right;*/
    }

.cartTotals {
    float: right;
}

.cartTotals .cartTotalLine {
    width: 166px;
}


.cartTotals .cartLineAmount {
    float: right;
}

.PromoTextBox {
    width: 100%;
}

.specialButtonStyle {
    float: right;
    padding: .23em;
    border: double black;
    border-width: 1px;
    background-color: #FABA00;
    color: black;
    font-weight: bold;
}

.promoCodeButtonStyle {
    float: right;
    padding: .23em;
    border: double black;
    border-width: 1px;
    background-color: #FABA00;
    color: black;
    font-weight: bold;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}
.totals {
    float: left;
    width: 82px;
}

.buttonStyle {
    float: right;
    padding: .23em;
    border: double black;
    border-width: 1px;
    background-color: black;
    color: white;
}
.promoCodeSectionStyle {
    padding-top: 10px;
}

.MasterEditArea {
    display: none;
    z-index: 1000;
    font-size: 12px;
}

.blinkingItem {    
    animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.0; }
}

.masterUserTextbox {
    max-width: 100%;
    width: 100%;
    min-height: 15px;
    font-size: 13px;
}

.MasterSecretCodeEditArea {
    position: fixed;
    max-width: 200px;
    width: 200px;
    top: 10px;
    left: 10px;
    display: block;
    background: white;
    border: solid 1px black;
    padding: 10px;
    padding-right: 20px;
    z-index: 1000;
}


.mainBlockMenu {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
}

/*
.individualBlock {
    background: white;
    width: 30%;
    margin: 10px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 65px;
}
.blockSpacer {
    width: 3%;
    display: inline-block;
}
.blockText {
    position: absolute;
    font-size: 15px;
    font-weight: bolder;
    color: white;
    width: 100%;
    top: 100%;
    left: 0;
    background: white;
}
.blockImage {
    width: 100%;
}*/
