
body {
    font-family: Arial;
}

#tdHeadshot img {
    max-height: 175px;
}

.divHomeFooter {
    background-color: #cccccc;
    padding: 5px 20px;
    margin: 20px 0 40px 0;
}

.divFooter div {
    display: inline-block;
}

.divFooter .divFooterCenter {
    display: block;
    max-width: 756px;
    margin-left: auto;
    margin-right: auto;
}

.divFooter .divSocial {
    width: 300px;
}

    .divFooter .divSocial a {
        margin: 5px;
        text-decoration: none;
    }

.divFooter .divMailingList {
    max-width: 500px;
}

    .divFooter .divMailingList #mc_embed_signup {
        font: 14px Helvetica,Arial,sans-serif;
        width: 100%;
    }

        .divFooter .divMailingList #mc_embed_signup label {
            color: #fff;
            text-align: left;
        }

.upSearchResults {
    max-width: 940px;
    width: 100%;
    overflow-y: visible;
    position: relative;
}

.txtSearch {
    border-style: none;
    padding: 5px;
    width: CALC(100% - 35px);
    background-color: #e6e6e6;
    margin-bottom: 5px;
    height: 17px;
}

#divHomepageCategoryBoxes {
    position: relative;
    clear: both;
    max-width: 950px;
    width: 100%;
    overflow-y: visible;
}

.divHomepageBox, .divHomepageBoxNewArrivals, .divHomepageBoxOnView, .divHomepageBoxSold {
    width: 260px;
    height: 260px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

#divOnView, #divSoldArtwork {
    padding: 0 0 0 20px;
    max-width: 920px;
    width: 100%;
}

#divNewArrivals {
    padding: 0 0 0 20px;
    max-width: 600px;
    width: 100%;
}

.divHomepageBoxOnView, .divHomepageBoxSold {
    width: 290px;
    padding: 20px 0;
}

.divHomepageBoxNewArrivals {
    width: 285px;
    padding: 20px 0;
}

    .divHomepageBox img, .divHomepageBoxNewArrivals img, .divHomepageBoxOnView img, .divHomepageBoxSold img {
        width: 260px;
        height: 240px;
        overflow: hidden;
        margin-bottom: 10px;
    }

.divHomepageBoxOnView img, .divHomepageBoxSold img {
    width: 290px;
}

.divHomepageBoxNewArrivals img {
    width: 285px;
}

.divHomepageBox a, .divHomepageBoxNewArrivals a, .divHomepageBoxOnView a, .divHomepageBoxSold a {
    color: #000;
    text-decoration: none;
}

.divHomepageBox span, .divHomepageBoxNewArrivals span, .divHomepageBoxOnView span, .divHomepageBoxSold span {
    font-size: 14pt;
    font-weight: bold;
}

.spnMultilineBottomLabel {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

p {
    font-size: 10pt;
}

.divMainContent {
    max-width: 950px;
    margin-top: 20px;
    margin-left: auto;
    margin-bottom: 70px;
    margin-right: auto;
    vertical-align: top;
}

.divHomepageTop {
    background-color: #c7c7c7;
    height: 250px;
    background-image: url(/images/mainpage/main_top_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.divHomepageFA {
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    clear: both;
}

#LeftTop {
    width: 50px;
    height: 55px;
    background-color: #141414;
}

#LeftCol {
    width: 50px;
    background-image: url(/images/border-left.jpg);
    background-repeat: repeat-y;
}

#LeftBottom {
    width: 50px;
    height: 80px;
    background-color: #141414;
}

#RightTop {
    width: 50px;
    height: 55px;
    background-color: #141414;
}

#RightCol {
    width: 56px;
    background-image: url(/images/border-right.jpg);
    background-repeat: repeat-y;
}

#RightBottom {
    width: 50px;
    height: 80px;
    background-color: #141414;
}

#Top {
    width: 950px;
    height: 55px;
    background-color: #fff;
    color: #000;
    padding-bottom: 10px;
}

#Header {
    width: 950px;
    height: 55px;
    background-color: #000;
    color: #FFFFFF;
}

#DivLogo {
    float: left;
    margin-top: 20px;
    /*width: 242px;*/
}


/* Standard syntax */
/*@-moz-keyframes swipeUp {
    0% {
        height: 100px;
    }

    100% {
        height: 0;
    }
}

@-ms-keyframes swipeUp {
    0% {
        height: 100px;
    }

    100% {
        height: 0;
    }
}

@-webkit-keyframes swipeUp {
    0% {
        height: 100px;
    }

    100% {
        height: 0;
    }
}*/

/*@keyframes swipeUp {
    0% {
        height: 100px;
    }

    100% {
        height: 0;
    }
}*/


@keyframes swipeUp {
    from {
        top: 0px;
    }

    to {
        top: -110px;
    }
}

.DivTopCart {
    vertical-align: top;
    float: right;
    text-align: left;
    margin-right: 0;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    width: 150px;
}

    .DivTopCart a {
        color: #fff;
        font-size: 10pt;
        text-decoration: none;
    }

    .DivTopCart .divAddedPreview {
        text-align: center;
        background-color: transparent;
        clear: both;
        position: absolute;
        overflow: hidden;
        width: 160px;
    }

        .DivTopCart .divAddedPreview img {
            height: 100px;
            /*width: 150px;*/
            margin: 10px auto;
            -moz-animation-delay: 1s;
            -o-animation-delay: 1s;
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
            -webkit-animation-name: swipeUp;
            -webkit-animation-duration: 2s;
            -moz-animation-name: swipeUp;
            -o-animation-name: swipeUp;
            animation-name: swipeUp;
            -moz-animation-duration: 2s;
            -o-animation-duration: 2s;
            animation-duration: 2s;
            -moz-animation-fill-mode: forwards;
            -o-animation-fill-mode: forwards;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            position: relative;
        }

.divSmallSearch {
    max-width: 400px;
    min-width: 250px;
    width: CALC(100% - 450px);
    text-align: right;
    float: right;
    clear: right;
}

.chkMenu {
    display: none;
    -webkit-appearance: none;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    width: 100%;
    text-decoration: none;
    color: #fff;
    background: #000;
    text-align: center;
    padding: 10px 0;
    display: none;
    height: 15px;
}

#Main {
    height: 997px;
    background-color: #FFFFFF;
    vertical-align: top;
    padding: 0 10px 10px 10px;
}

#Footer {
    height: 80px;
    background-color: #141414;
}

#Logo {
    font-size: 35px;
    font-weight: bold;
    margin-left: 25px;
}

#LogoDotCom {
    font-size: 18px;
    font-weight: bold;
}

.divDefaultTop {
    height: 324px;
    background-image: url(/images/mainpage/main_top.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.showOnlyOnMobile {
    display: none;
}


.LiMenu {
    list-style-type: none;
    padding-right: 22px;
    font-size: 12pt;
    text-align: left;
    padding-top: 10px;
    float: left;
}

#FooterTable {
    width: auto;
    font-size: 12px;
}

#Copyright {
    color: #9f9f9f;
}

.FooterLinks {
    color: #595959;
    text-decoration: none;
}

.alertRegText {
    font-family: Arial;
    font-size: 14px;
    color: #ff0000;
}

.regText {
    font-family: arial;
    font-size: 14px;
    color: #000000;
}

.titleText {
    font-family: Arial;
    color: #436070;
    font-size: 20px;
    text-decoration: none;
}

.titleTextWhite {
    font-style: normal;
    font-family: Arial;
    color: #FFFFFF;
    font-size: 20px;
    text-decoration: none;
}

.titleTextLinks {
    font-family: Arial;
    font-size: 20px;
    font-style: italic;
    color: #436070;
}

.titleTextDark {
    font-family: Arial;
    color: #436070;
    font-size: 20px;
    font-style: italic;
    text-decoration: none;
}

.mainMediumTitles {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.boxTitles {
    font-family: Arial;
    color: #000000;
    background-color: #E2E2E2;
    font-size: 15px;
    text-align: center;
}

.insideBoxes {
    font-family: Arial;
    font-size: 14px;
    color: #003366;
}

a.largeLink {
    font-family: Arial;
    color: #0000FF;
    text-decoration: underline;
}

    a.largeLink:hover {
        font-family: Arial;
        color: #0000FF;
        text-decoration: none;
    }

#LyrSubMedium {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 10;
    left: 83px;
    top: 361px;
    background: #ffffff;
    background-color: #F8F8F8;
    layer-background-color: #FFFFFF;
    border-bottom: 1px solid #1B67A2;
    border-right: 1px solid #1B67A2;
    border-left: 1px solid #1B67A2;
    border-top: 1px solid #1B67A2;
    visibility: hidden;
    text-align: right;
}

#LyrStyle {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 10;
    left: 77px;
    top: 456px;
    background-color: #F8F8F8;
    layer-background-color: #FFFFFF;
    border-bottom: 1px solid #1B67A2;
    border-right: 1px solid #1B67A2;
    border-left: 1px solid #1B67A2;
    border-top: 1px solid #1B67A2;
    visibility: hidden;
    text-align: right;
}

#LyrTheme {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 10;
    left: 72px;
    top: 434px;
    background-color: #F8F8F8;
    layer-background-color: #FFFFFF;
    border-bottom: 1px solid #1B67A2;
    border-right: 1px solid #1B67A2;
    border-left: 1px solid #1B67A2;
    border-top: 1px solid #1B67A2;
    visibility: hidden;
    text-align: right;
}

a.insideBox {
    font-family: Arial;
    font-size: 12px;
    color: #003366;
    text-decoration: underline;
}

    a.insideBox:hover {
        font-family: Arial;
        font-size: 12px;
        color: #003366;
        text-decoration: none;
    }

.subTitles {
    font-family: Arial;
    font-size: 18px;
}

.searchItemBorder {
    background-color: #cccccc;
}

.searchItemInner {
    background-color: #ffffff;
    font-family: Arial;
    font-size: 10pt;
}

.regTextLinks {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: Black;
}

.pieceTitle {
    background-color: #ffffff;
    font-family: Arial;
    font-size: 10pt;
}

.cartButtonText {
    color: #045FB4;
    font-size: large;
    text-decoration: none;
}

.viewCartTitle {
    font-family: Arial;
}

.grayedText {
    color: #BBBBBB;
}

.darkGrayedText {
    color: #AAAAAA;
}

.modalBackground {
    background-color: #000000;
    filter: alpha(opacity:70);
    opacity: 0.7;
}

.modalPopupInput {
    border: solid 2px #6895D9;
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
}

.modalCloseButton {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px 10px 5px 10px;
    background-color: #959595;
    color: #fff;
    text-decoration: none;
}

    .modalCloseButton:hover {
        color: #fff;
    }

.defaultLeft {
    float: left;
    max-width: 635px;
    margin: 10px 40px 0 0;
}

.categoryThumb {
    float: left;
    margin-right: 20px;
}

.defaultRight {
    max-width: 220px;
    vertical-align: top;
    padding-top: 32px;
    float: right;
}

.ifrYoutube {
    width: 640px;
    height: 385px;
}

.divContactForm {
    float: right;
    max-width: 300px;
    width: CALC(100% - 300px);
    min-width: 300px;
    margin-left: 40px;
}

    .divContactForm .txtField {
        /*max-width: 220px;*/
        width: 100%;
    }

@media screen and (max-width: 1500px) {
    .divHomepageTop {
        background-position: left;
    }
}

@media screen and (max-device-width: 600px) {

    #DivTopCart {
        margin-right: 10px;
    }

    .divSmallSearch {
        width: 265px;
        margin-right: 10px;
        text-align: center;
    }

    .upSearchResults {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .txtSearch {
        width: CALC(100% - 55px);
    }

    #divHomepageCategoryBoxes {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .divHomepageFA {
        display: none;
    }

    #LeftTop {
        display: none;
    }

    #RightTop {
        display: none;
    }

    #LeftCol {
        display: none;
    }

    #RightCol {
        display: none;
    }

    #LeftBottom {
        display: none;
    }

    #RightBottom {
        display: none;
    }

    #DivLogo {
        text-align: center;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    /*#DivLogo img {
            width: 100px;
        }*/

    #Main {
        padding: 0 0 0 0;
    }

    #UlMainMenu {
        display: none;
        margin-top: 0;
    }

    /*#DivTopCart {
        margin-top: 10px;
    }*/



    #DivTopCart div {
        margin-top: 3px;
    }

    /*Style 'show menu' label button and hide it by default*/
    .show-menu {
        width: 100%;
        text-decoration: none;
        color: #fff;
        background-color: #000;
        text-align: left;
        cursor: pointer;
        display: block;
        margin-top: 0;
        padding-top: 0;
        vertical-align: top;
    }

        .show-menu span {
            margin-left: 10px;
            font-size: 20pt;
            position: relative;
            /*top: 25px;*/
        }

    /*Show menu when invisible checkbox is checked*/
    .chkMenu:checked ~ #UlMainMenu {
        display: block;
    }

    .LiMenu {
        float: none;
        font-size: 12pt;
        padding-bottom: 10px;
    }

        .LiMenu a {
            font-size: 12pt;
        }

        .LiMenu span {
            font-size: 12pt;
        }


    .defaultLeft {
        margin-right: 10px;
    }

    .defaultRight {
        float: left;
    }

    .categoryThumb {
        margin-bottom: 10px;
    }

    .hideOnMobile {
        display: none;
    }

    .showOnlyOnMobile {
        display: block;
    }

    .tdDefaultTop {
        background-position: -22px;
    }

    .tdSideBarOptions {
        display: none;
        position: absolute;
        left: 0;
        background-color: #dddddd;
        padding: 0 10px 10px 10px;
    }

    .ifrYoutube {
        width: 280px;
        height: 175px;
    }

    .divContactForm {
        margin-left: 0;
        min-width: 260px;
    }

    .divStartContent {
        height: 0px;
    }

    .divFooter {
        position: unset;
        bottom: 0;
    }

    .footerTable {
        float: none;
    }

    .divBottomIcons {
        float: none;
        text-align: left;
    }

    #DivTopCart {
        margin-top: 0;
    }

    /*.divContactForm .txtField {
            max-width: 200px;
        }*/
}

@media screen and (max-width: 960px) {

    .divMainContent {
        width: CALC(100% - 20px);
    }

    #divOnView {
        max-width: 620px;
    }
}

@media screen and (max-width:656px) {
    #divNewArrivals, #divOnView {
        max-width: 300px;
    }
}

@media screen and (max-width: 600px) {

    .divMainContent {
        margin-top: 200px;
    }

    #DivTopCart {
        margin-right: 10px;
    }

    .divSmallSearch {
        width: 265px;
        margin-right: 10px;
        text-align: center;
    }

    .upSearchResults {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .txtSearch {
        width: CALC(100% - 55px);
    }

    #divHomepageCategoryBoxes {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .divHomepageFA {
        display: none;
    }

    #LeftTop {
        display: none;
    }

    #RightTop {
        display: none;
    }

    #LeftCol {
        display: none;
    }

    #RightCol {
        display: none;
    }

    #LeftBottom {
        display: none;
    }

    #RightBottom {
        display: none;
    }

    #DivLogo {
        text-align: center;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

        #DivLogo img {
            /*width: 100px;*/
            display: block;
            margin-left: 10px;
        }

    #Main {
        padding: 0 0 0 0;
    }

    #UlMainMenu {
        display: none;
        margin-top: 0;
    }

    /*#DivTopCart {
        margin-top: 10px;
    }*/



    #DivTopCart div {
        margin-top: 3px;
    }

    /*Style 'show menu' label button and hide it by default*/
    .show-menu {
        width: 100%;
        text-decoration: none;
        color: #fff;
        background-color: #000;
        text-align: left;
        cursor: pointer;
        display: block;
        margin-top: 0;
        padding-top: 0;
        vertical-align: top;
    }

        .show-menu span {
            margin-left: 10px;
            font-size: 20pt;
            position: relative;
            /*top: 25px;*/
        }

    /*Show menu when invisible checkbox is checked*/
    .chkMenu:checked ~ #UlMainMenu {
        display: block;
    }

    .LiMenu {
        float: none;
        font-size: 12pt;
    }

        .LiMenu a {
            font-size: 12pt;
        }

        .LiMenu span {
            font-size: 12pt;
        }


    .defaultLeft {
        margin-right: 10px;
    }

    .defaultRight {
        float: left;
    }

    .categoryThumb {
        margin-bottom: 10px;
    }

    .hideOnMobile {
        display: none;
    }

    .showOnlyOnMobile {
        display: block;
    }

    .tdDefaultTop {
        background-position: -22px;
    }

    .tdSideBarOptions {
        display: none;
        position: absolute;
        left: 0;
        background-color: #dddddd;
        padding: 0 10px 10px 10px;
    }

    .ifrYoutube {
        width: 280px;
        height: 175px;
    }

    .divContactForm {
        margin-left: 0;
        min-width: 260px;
    }


    .divStartContent {
        height: 0px;
    }

    .divFooter {
        position: unset;
        bottom: 0;
    }

    .footerTable {
        float: none;
    }

    .divBottomIcons {
        float: none;
        text-align: left;
    }

    #DivTopCart {
        margin-top: 0;
    }

    /*.divContactForm .txtField {
            max-width: 200px;
        }*/
}
