﻿/*  LESS CSS  *********************************************/
@PageContentWidth: 700px;
@FontHeadline: "Trebuchet MS", Arial, Helvetica, sans-serif;
@FontText: Verdana, Helvetica, sans-serif;
@PrimaryColor: #004687;
@SecondaryColor: #b0b0b0;
@TextColor: #555;
@BrightColor: #fcfcfc;
@BorderSize: 1px;
@BorderStyle: solid #eaeaea;
@BorderRadius: 2px;
@ImagePadding: 5px;
@LineHeight: 17px;
@TextShadow: 1px 1px 1px #fff;
/***********************************************************/


/*  SITE LAYOUT  *******************************************/
.sitecontent {
    /*  BODY  */
    background: url(/gfx/layout/background.png) no-repeat center top;
    font-family: @FontText;
    font-size: 11px;
    height: 100%;
    color: @TextColor;
    /*  TEXT  */
    h1, h2, h3, h4, h5, h6 {
        float: left;
        width: 100%;
    }

    h1 {
        font-size: 20px;
        color: @PrimaryColor;
        margin-bottom: @LineHeight - 7px;
    }

    h2 {
        color: @PrimaryColor;
        font-size: 13px;
        font-weight: normal;
        line-height: 18px;
        padding: 15px 0px;
        margin: 0 0 15px 0;
        border-top: solid 1px #d0d0d0;
        border-bottom: solid 1px #d0d0d0;
    }

    h3 {
        font-size: 16px;
        color: @SecondaryColor;
        margin-bottom: @LineHeight - 10px;
    }

    h4 {
        font-size: 14px;
        color: @SecondaryColor;
    }

    h5 {
        font-size: 12px;
        color: @SecondaryColor;
    }

    h6 {
        font-size: 10px;
        color: @SecondaryColor;
    }

    #divPageContents > div {
        font-size: 11px;
        line-height: @LineHeight;
        color: @TextColor;
        margin-bottom: @LineHeight;
        float: left;
        width: 100%;
    }

    .clear {
        margin: 0 !important;
    }

    a {
        color: @PrimaryColor;
        text-decoration: none;
    }

        a:hover {
            text-decoration: underline;
        }
    /*  MENU  */
    .menu {
        float: left;
        height: 42px;
    }

        .menu li {
            height: 42px;
            float: left;
        }

            .menu li a {
                font-family: @FontHeadline;
                font-size: 14px;
                margin: 0px 15px;
                line-height: 42px;
                color: #FFFFFF;
                text-transform: uppercase;
                text-decoration: none;
                display: block;
            }

                .menu li a:hover,
                .menu li.selected a {
                    color: @PrimaryColor;
                }
    /*  SUBMENU  */
    .submenu {
        background: url(/gfx/layout/submenu-bg.png) no-repeat top left #0259ab;
        height: 100%;
        margin-left: 5px;
        padding: 5px;
    }

        .submenu h1 {
            margin: 10px 0 10px 10px;
            width: 200px;
        }

            .submenu h1 a {
                color: #FFFFFF;
                font-size: 16px;
            }

                .submenu h1 a:hover {
                    text-decoration: none;
                }


        .submenu ul li {
            border-bottom: 1px dotted #8b9eb9;
        }

            .submenu ul li:first-child {
                display: none;
            }

            .submenu ul li.open {
                border-top: none;
            }

            .submenu ul li i {
                padding-left: 20px;
                display: block;
                font-style: normal;
            }

            .submenu ul li a {
                line-height: 30px;
                display: block;
                padding-left: 12px;
                color: #FFFFFF;
                font-size: 12px;
            }

                .submenu ul li a:hover {
                    text-decoration: none;
                    color: #FFFFFF;
                }

            .submenu ul li.selected a {
                color: #FFFFFF;
                background: url(/gfx/layout/arrow.png) no-repeat left center;
            }
    /*  SEARCH */
    .search {
        width: auto;
        float: left;
    }
    /*  FLASH  */
    .flash {
        padding: 0 5px;
        overflow: hidden;
        border-right: 1px solid #d2d2d2;
    }

        .flash .images {
            position: relative;
            overflow: hidden;
        }
    /*  LANGUAGES  */
    .languages {
        float: right;
        margin-right: 10px;
        margin-top: 40px;
    }

        .languages li {
            float: left;
            margin: 0px 5px;
        }
    /* FRONTPAGENEWS */
    .frontpagenews-container {
        height: 229px;
        padding: 20px 10px;
    }

        .frontpagenews-container h2 {
            color: @SecondaryColor;
            font-size: 16px;
            text-transform: uppercase;
            border: 0px;
            margin: 0px;
            margin-bottom: 10px;
            padding: 0px;
        }

    .frontPageNews .news-item {
        margin-top: 20px;
    }

    .frontPageNews img {
        float: left;
        margin: 0 10px 10px 0;
    }

    .frontPageNews .news-headline {
        border: 0px;
        margin: 0px;
        margin-bottom: 5px;
        padding: 0px;
        width: 202px;
        float: left;
        text-transform: none;
        font-size: 14px;
    }

    .frontPageNews .news-teaser {
        width: 202px;
        float: left;
        line-height: 15px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #8b9eb9;
        height: 42px;
        overflow: hidden;
    }

    .frontPageNews {
    }
    /*  FRONTPAGELINKS  */
    .frontpagelinks {
        float: left;
        margin-top: 20px;
    }

        .frontpagelinks > a {
            //width: 220px - @ImagePadding*2 - @BorderSize*2;
            //padding: @ImagePadding;
            //border: @BorderSize @BorderStyle;
            //border-radius: @BorderRadius;
            //background: @BrightColor;
            display: block;
            float: left;
            margin: 0 10px 10px 0;
        }

            .frontpagelinks > a:hover {
                //border-color: @PrimaryColor;
            }

        .frontpagelinks .textBox {
            border-bottom: 1px dotted #8b9eb9;
            float:left;
            width:202px;
            height:68px;
            overflow:hidden;
        }

        .frontpagelinks h3 {
            width: 202px;
            text-transform: none;
        }

            .frontpagelinks h3 a {
                border: 0px;
                margin: 0px;
                padding: 0px;
                width: 202px;
                float: left;
                text-transform: none;
                font-size: 14px;
            }

                .frontpagelinks h3 a:hover {
                    color: @PrimaryColor;
                    text-decoration: none;
                }

        .frontpagelinks p {
            float: left;
            width: 202px;
            line-height: 15px;
        }
    /*  FOOTER */
    .footer {
        font-family: @FontHeadline;
        font-size: 14px;
        color: #fff;
        text-shadow: 1px 1px 1px #8f8f8f;
        text-transform: uppercase;
        background: url(/gfx/layout/footer-bg.png) no-repeat top center;
        padding-top: 52px;
        padding-bottom: 20px;
        line-height: @LineHeight;
        font-weight: normal;
    }

        .footer .left {
            text-align: right;
        }

        .footer h2, .footer a {
            color: #fff;
            text-shadow: 1px 1px 1px #8f8f8f;
        }

            .footer a:hover {
                color: #bfd1ff;
                text-decoration: none;
            }

        .footer span {
            font-size: 11px;
            //font-weight: bold;
        }

        .footer ul {
            float: left;
        }
    /*  USER SET  */
    .space {
        margin-top: 30px;
    }

    .content-wrapper {
        background: url(/gfx/layout/content-bg.png) repeat-y center top;
        padding: 10px 0;
    }

    .frontLeft {
        width: 596px;
        float: left;
    }

    .frontRight {
        float: left;
        width: 344px;
    }

    .frontText {
        padding: 10px 30px;
    }

    .frontContact {
        width: 283px;
        height: 128px;
        background: url(/gfx/layout/contact-bg.png) no-repeat top left;
        margin-top: 5px;
        padding: 20px 30px;
    }

        .frontContact h2 {
            color: #FFFFFF;
            font-size: 16px;
            text-transform: uppercase;
            border: 0px;
            margin: 0px;
            margin-bottom: 10px;
            padding: 0px;
        }

        .frontContact img {
            margin-left: -10px;
        }

        .frontContact ul {
            margin: 10px 0;
        }

            .frontContact ul li {
                color: #FFFFFF;
                line-height: 17px;
            }

                .frontContact ul li a {
                    color: #FFFFFF;
                }

    .fly-container {
        float: right;
        width: 230px;
    }

    .submenu-contact {
        margin-left: 5px;
        margin-top: 5px;
        width: 205px;
        height: 181px;
        background: url(/gfx/layout/submenu-contact-bg.png) no-repeat top left;
        padding: 5px;
    }

        .submenu-contact ul {
            margin-left: 70px;
            margin-top: 45px;
        }

            .submenu-contact ul li {
                font-size: 10px;
                color: #000000;
                line-height: 20px;
            }

        .submenu-contact p {
            text-transform: uppercase;
            font-size: 12px;
            color: #7d8181;
            margin: auto;
            line-height: 38px;
            width: 100%;
            text-align: center;
        }

    .flyModel {
        margin: 10px 0;
        //border: 1px solid @SecondaryColor;
    }

        .flyModel .infocell {
            font-weight: bold;
        }

        .flyModel .textcell {
            text-align: right;
        }

        .flyModel tr:nth-child(odd) {
            background: @BrightColor;
        }

        .flyModel tr td {
            border-bottom: @BorderSize @BorderStyle;
            padding: 5px;
        }

    .social {
        width: 48px;
        height: 48px;
        margin-right: 10px;
        float: left;
    }
}
/***********************************************************/


/*  CONTENT LAYOUT  ****************************************/
.subcontent {
    float: left;
    width: @PageContentWidth;
    /*  PAGEOPTIONS  */
    #pageContents_divPageOptions {
        float: left;
        clear: both;
        width: @PageContentWidth;
        padding-bottom: 10px;
        border-bottom: @BorderSize @BorderStyle;
        margin-bottom: @LineHeight;
    }

        #pageContents_divPageOptions > span {
            margin-left: 20px;
            float: right;
            cursor: pointer;
        }

        #pageContents_divPageOptions span span {
            float: left;
            display: block;
            line-height: 16px;
            margin-left: 5px;
        }

            #pageContents_divPageOptions span span:hover {
                color: @PrimaryColor;
            }

        #pageContents_divPageOptions span img {
            float: left;
        }
    /* FAQ */
    .faq-question h1 {
        font-size: 14px !important;
        padding: 10px;
        cursor: pointer;
        text-transform: none !important;
        margin-bottom: 0px;
    }

        .faq-question h1 img {
            vertical-align: middle;
            padding-right: 5px;
        }

    .faq-question .faq-answer {
        display: none;
        padding: 0 10px 15px 10px;
        color: #646464;
    }
    /*  INPUT MODULS  */
    input[type=text], input[type=password],
    textarea, input[type=submit] {
        outline: none;
        border: @BorderSize @BorderStyle;
        height: 30px - 10px - @BorderSize*2;
        width: 200px - 20px - @BorderSize*2;
        float: left;
        padding: 5px 10px;
        color: @TextColor;
        background: @BrightColor;
        border-radius: @BorderRadius;
    }

    .field {
        float: left;
        position: relative;
        width: 200px;
    }

        .field + .field {
            margin-left: 10px;
        }

            .field + .field input {
                *margin-left: -10px;
            }

    input:focus, textarea:focus {
        border-color: @PrimaryColor;
    }

    input[type=submit] {
        filter: chroma(color=#000000);
        width: auto;
        height: 30px;
        color: @PrimaryColor;
        cursor: pointer;
        margin-left: 10px;
    }

        input[type=submit]:active {
            border-color: @PrimaryColor;
            background: @PrimaryColor;
            color: @BrightColor;
        }

        input[type=submit]:hover {
            border-color: @PrimaryColor;
        }

    .watermark {
        position: absolute;
        margin: 7px 10px;
        color: @SecondaryColor;
        left: 0px;
    }

        .watermark label {
            cursor: text;
        }

    select {
        border: @BorderSize @BorderStyle;
        outline: none;
        height: 22px;
        padding: 0px 0px 0px 5px;
        color: @SecondaryColor;
        background: @BrightColor;
        border-radius: @BorderRadius;
    }
    /*  IMAGE MODULS  */
    div span, div span img {
        float: left;
        border-radius: @BorderRadius;
    }

        div span.fl {
            margin: 0px 20px 20px 0px;
            float: left;
        }

        div span.fr {
            margin: 0px 0px 20px 20px;
            float: right;
        }

        div span + span {
            float: left;
            margin-left: 20px;
        }

        div span i {
            float: left;
            clear: both;
            width: 100%;
        }

        div span img[style] {
            border: @BorderSize @BorderStyle !important;
        }
    /*  NEWS MODULS  */
    .news {
        float: left;
        margin-bottom: @LineHeight;
    }

        .news .newssearch {
            width: @PageContentWidth;
            float: left;
        }

    .newslist {
        float: left;
    }

        .newslist .newsitem {
            float: left;
            padding: 20px 0px;
            width: @PageContentWidth;
            border-bottom: @BorderSize @BorderStyle;
        }

            .newslist .newsitem:first-child {
                border-top: @BorderSize @BorderStyle;
                margin-top: 20px;
            }

    .newsitem > a {
        float: left;
        margin-right: 20px;
        border: @BorderSize @BorderStyle;
        padding: @ImagePadding;
        background: @BrightColor;
        border-radius: @BorderRadius;
    }

        .newsitem > a:hover {
            border-color: @PrimaryColor;
        }

    .newsitem .newstext {
        float: left;
        width: @PageContentWidth - 160px - 20px - @BorderSize*2 - @ImagePadding*2;
    }

        .newsitem .newstext p {
            margin-bottom: 0px;
        }

        .newsitem .newstext h2 {
            padding: 0;
            border: 0;
        }

            .newsitem .newstext h2 a {
                float: left;
            }

            .newsitem .newstext h2 em {
                display: none;
                font-size: 11px;
                color: @SecondaryColor;
                float: right;
            }

    .news .newspage {
        float: left;
        width: @PageContentWidth;
        text-align: center;
        padding-top: 10px;
        height: 28px;
        display: block;
    }

        .news .newspage a {
            padding: 5px 10px;
            text-align: center;
            background: @BrightColor;
            display: inline-block;
            border: @BorderSize @BorderStyle;
        }

            .news .newspage a:hover {
                text-decoration: none;
                color: @PrimaryColor;
                border-color: @PrimaryColor;
            }

            .news .newspage a.active {
                color: @PrimaryColor;
            }

            .news .newspage a:active {
                background: @PrimaryColor;
                color: @BrightColor;
            }
    /*  NEWS VIEW  */
    .newsview {
        float: left;
    }

    .viewback {
        //width: @PageContentWidth;
        display: block;
        float: right;
        text-align: left;
        margin-right: 3px;
        //border-bottom: @BorderSize @BorderStyle;
        line-height: 28px;
        //margin-bottom: @LineHeight;
    }

        .viewback.bottom {
            //border-bottom: 0px;
            //border-top: @BorderSize @BorderStyle;
        }

    .newsview h1 {
        width: 600px;
        line-height: 28px;
    }

        .newsview h1 em {
            display: none;
            font-size: 11px;
            color: @SecondaryColor;
            float: right;
        }

    .newsview .newsimages {
        float: left;
        margin: 0 0 @LineHeight 0;
        width: @PageContentWidth;
    }

        .newsview .newsimages .image {
            float: left;
            display: block;
            max-width: @PageContentWidth - @BorderSize*2 - @ImagePadding*2;
            //max-height: 350px - @BorderSize*2 - @ImagePadding*2;
            padding: @ImagePadding;
            overflow: hidden;
            border: @BorderSize @BorderStyle;
            background: @BrightColor;
            border-radius: @BorderRadius;
        }

            .newsview .newsimages .image:hover {
                border-color: @PrimaryColor;
            }

            .newsview .newsimages .image a {
                display: block;
                //max-height: 350px - @BorderSize*2 - @ImagePadding*2;
                overflow: hidden;
            }

            .newsview .newsimages .image img {
                width: @PageContentWidth - @BorderSize*2 - @ImagePadding*2;
                height: auto;
            }

    .newsview .list {
        float: right;
        max-width:390px;
        //width: @PageContentWidth;
        //clear: both;
    }

        .newsview .list ul {
            float: left;
        }

        .newsview .list li {
            width: 184px - @BorderSize*2 - @ImagePadding*2;
            border: @BorderSize @BorderStyle;
            padding: @ImagePadding;
            background: @BrightColor;
            height: 87px - @BorderSize*2 - @ImagePadding*2;
            float: right;
            margin: 0 0 10px 10px;
            border-radius: @BorderRadius;
        }

            .newsview .list li:hover {
                border-color: @PrimaryColor;
            }

            .newsview .list li a {
                display: block;
                height: 87px - @BorderSize*2 - @ImagePadding*2;
                overflow: hidden;
            }

                .newsview .list li a img {
                    width: 184px - @BorderSize*2 - @ImagePadding*2;
                    height: auto;
                }

    .newsview .newsimages a:hover {
        border-color: @PrimaryColor;
    }

    .newsview .newscomment {
        float: left;
        margin-bottom: @LineHeight;
        margin-top: 40px;
    }

    @FormWidth: @PageContentWidth - 150px - 20px;

    .newscomment, .guestbook-entries {
        float: left;
        clear: both;
        width: @PageContentWidth;
        margin-bottom: @LineHeight;
    }

        .newscomment .textarea {
            margin-bottom: 10px;
            float: left;
        }

        .newscomment textarea {
            width: @FormWidth - 20px - @BorderSize*2;
            height: 150px - 10px - @BorderSize*2;
        }

        .newscomment .textarea .field {
            width: @FormWidth;
        }

        .newscomment input[type=text] {
            width: 200px - 20px - @BorderSize*2;
        }

        .newscomment input[type=submit] {
            width: auto;
            margin: 10px 0 0 0;
        }

        .newscomment .form {
            width: @FormWidth;
            float: left;
        }

        .newscomment .error {
            width: 150px;
            float: left;
            margin-left: 20px;
        }

            .newscomment .error span {
                background: url(/gfx/Modules/starerror.png) no-repeat 0px 4px;
                padding-left: 15px;
                color: #c28484 !important;
                line-height: 20px;
            }

        .newscomment .news-comment {
            float: left;
            clear: both;
            width: @PageContentWidth;
        }

            .newscomment .news-comment h4 {
                float: left;
            }

                .newscomment .news-comment h4 em {
                    font-size: 11px;
                    color: @SecondaryColor;
                    float: right;
                }

        .newscomment .news-comment {
            float: left;
            padding: 20px 0px 3px 0px;
            width: @PageContentWidth;
            border-top: @BorderSize @BorderStyle;
        }

        .newscomment .commentlist-headline {
            margin-top: 40px;
        }

        .newscomment h3 em {
            font-size: 11px;
            color: @SecondaryColor;
            float: right;
        }
    /*  PRODUCT MODULS  */
    .product {
        float: left;
        margin-bottom: @LineHeight;
    }

        .product .search {
            float: left;
            padding-left: 18px;
        }

    .productlist {
    }

        .productlist table {
            clear: both;
        }

        .productlist .productitem {
            width: 160px;
            text-align: center;
            padding: 12px 4px 12px 4px;
        }

            .productlist .productitem:first-child {
            }

    .productitem > a + a {
        font-family: Georgia;
        display: block;
        text-align: center;
        margin-top: 12px;
        font-size: 12px;
        color: #545454;
    }

    .productitem > a:hover {
        border-color: @PrimaryColor;
    }

    .productitem .newstext {
        float: left;
        width: @PageContentWidth - 160px - 20px - @BorderSize*2 - @ImagePadding*2;
    }

        .productitem .newstext p {
            margin-bottom: 0px;
        }

        .productitem .newstext h2 a {
            float: left;
        }

        .productitem .newstext h2 em {
            font-size: 11px;
            color: @SecondaryColor;
            float: right;
        }

    .product .newspage {
        float: left;
        width: @PageContentWidth;
        text-align: center;
        padding-top: 10px;
        height: 28px;
        display: block;
    }

        .product .newspage a {
            padding: 5px 10px;
            text-align: center;
            background: @BrightColor;
            display: inline-block;
            border: @BorderSize @BorderStyle;
        }

            .product .newspage a:hover {
                text-decoration: none;
                color: @PrimaryColor;
                border-color: @PrimaryColor;
            }

            .product .newspage a.active {
                color: @PrimaryColor;
            }

            .product .newspage a:active {
                background: @PrimaryColor;
                color: @BrightColor;
            }
    /*  PRODUCT VIEW  */
    .productview {
        float: left;
    }

        .productview table td {
            padding: 8px;
        }

        .productview .viewback {
            width: @PageContentWidth;
            display: block;
            float: left;
            text-align: left;
            border-bottom: @BorderSize @BorderStyle;
            line-height: 28px;
            margin-bottom: @LineHeight;
        }

    .viewback.bottom {
        border-bottom: 0px;
        border-top: @BorderSize @BorderStyle;
    }

    .productview h2 span {
        float: none;
    }

    .productview h1 em {
        font-size: 11px;
        color: @SecondaryColor;
        float: right;
    }

    .productview .productimages {
        float: left;
        margin-bottom: @LineHeight;
        width: @PageContentWidth;
    }

        .productview .productimages .image {
            display: inline-block;
            padding: @ImagePadding;
            background: @BrightColor;
        }

            .productview .productimages .image:hover {
            }

            .productview .productimages .image a {
                display: block;
                overflow: hidden;
            }

            .productview .productimages .image img {
                height: auto;
            }

        .productview .productimages .list {
            float: left;
            clear: both;
        }

    .productimages .list ul {
        float: left;
    }

    .productimages .list li {
        margin-right: 6px;
        padding: @ImagePadding;
        background: @BrightColor;
        float: left;
    }

        .productimages .list li:hover {
        }

        .productimages .list li a {
            display: block;
            overflow: hidden;
        }

            .productimages .list li a img {
                height: auto;
            }

    .productview .productimages a:hover {
        border-color: @PrimaryColor;
    }

    .productview .newscomment {
        float: left;
        margin-bottom: @LineHeight;
        margin-top: 40px;
    }

    .txtQuantity {
        width: 22px !important;
        text-align: right;
    }

    .increase {
        padding: 8px 4px 8px 8px;
        float: left;
        cursor: pointer;
    }

    .decrease {
        padding: 8px 8px 8px 4px;
        float: left;
        cursor: pointer;
    }

    .delete {
        padding: 8px 4px 8px 8px;
        float: left;
        cursor: pointer;
    }

    .show {
        padding: 8px 8px 8px 4px;
        cursor: pointer;
        float: left;
    }

    .productBasket p {
        line-height: 30px;
        float: left;
        margin-right: 10px;
    }

    .productcomment, .guestbook-entries {
        float: left;
        clear: both;
        width: @PageContentWidth;
        margin-bottom: @LineHeight;
    }

        .productcomment .textarea {
            margin-bottom: 10px;
            float: left;
        }

        .productcomment textarea {
            width: @FormWidth - 20px - @BorderSize*2;
            height: 150px - 10px - @BorderSize*2;
        }

        .productcomment .textarea .field {
            width: @FormWidth;
        }

        .productcomment input[type=text] {
            width: 200px - 20px - @BorderSize*2;
        }

        .productcomment input[type=submit] {
            width: auto;
            margin: 10px 0 0 0;
        }

        .productcomment .form {
            width: @FormWidth;
            float: left;
        }

        .productcomment .error {
            width: 150px;
            float: left;
            margin-left: 20px;
        }

            .productcomment .error span {
                background: url(/gfx/Modules/starerror.png) no-repeat 0px 4px;
                padding-left: 15px;
                color: #c28484 !important;
                line-height: 20px;
            }

        .productcomment .news-comment {
            float: left;
            clear: both;
            width: @PageContentWidth;
        }

            .productcomment .news-comment h4 {
                float: left;
            }

                .productcomment .news-comment h4 em {
                    font-size: 11px;
                    color: @SecondaryColor;
                    float: right;
                }

        .productcomment .news-comment {
            float: left;
            padding: 20px 0px 3px 0px;
            width: @PageContentWidth;
            border-top: @BorderSize @BorderStyle;
        }

        .productcomment .commentlist-headline {
            margin-top: 40px;
        }

        .productcomment h3 em {
            font-size: 11px;
            color: @SecondaryColor;
            float: right;
        }
    /*  GALLERY MODULS  */
    @GalleryWidth: (@PageContentWidth - 20px*3) / 4; /* content width - margin*3 / 4 images */
    @GalleryHeight: @GalleryWidth * 0.75;

    .gallery {
        float: left;
        width: @PageContentWidth;
        *margin-bottom: @LineHeight;
    }

        .gallery ul {
            margin-left: -20px;
            float: left;
        }

        .gallery li {
            height: auto;
            float: left;
            margin: 0px 0px @LineHeight 20px;
            list-style: none !important;
        }

            .gallery li a {
                display: block;
                max-height: @GalleryHeight - @BorderSize*2 - @ImagePadding*2;
                overflow: hidden;
            }

                .gallery li a img {
                    width: @GalleryWidth - @BorderSize*2 - @ImagePadding*2;
                    height: auto;
                    position: relative;
                    overflow: hidden;
                }

            .gallery li:hover {
                border-color: @PrimaryColor;
            }

            .gallery li i {
                float: left;
                width: @GalleryWidth;
                margin-top: 5px;
                text-align: center;
            }

    .gallerybox {
        width: @GalleryWidth - @BorderSize*2 - @ImagePadding*2;
        height: @GalleryHeight - @BorderSize*2 - @ImagePadding*2;
        border: @BorderSize @BorderStyle;
        padding: @ImagePadding;
        background: @BrightColor;
        border-radius: @BorderRadius;
    }
    /*  LOGIN MODULS  */
    .login, .loginmodule {
        float: left;
        width: @PageContentWidth;
        margin-bottom: @LineHeight;
    }

        .login .inputs {
            clear: both;
            width: 100%;
            float: left;
            margin-top: 10px;
        }

        .login input:focus {
            border-color: @PrimaryColor;
        }

        .login .inputs a {
            float: left;
        }

            .login .inputs a + a {
                margin-left: 20px;
            }

    span.loggedInHeader {
        display: block;
        float: left;
        height: 30px - 10px - @BorderSize*2;
        border: @BorderSize @BorderStyle;
        width: auto - 20px;
        outline: none;
        padding: 5px 10px;
        color: @SecondaryColor;
        background: @BrightColor;
    }
    /*  FILE MODULS  */
    .fileContainer {
        float: left;
        margin-bottom: @LineHeight;
        clear: both;
        width: @PageContentWidth;
    }

        .fileContainer ul {
            float: left;
            width: 100%;
        }

        .fileContainer li {
            padding: 15px 0 15px 0;
            float: left;
            width: 100%;
            position: relative;
        }

        .fileContainer ul li a {
            float: left;
            padding-left: 40px;
        }

            .fileContainer ul li a img {
                position: absolute;
                top: 6px;
                left: 0px;
            }
    /*  CALENDAR MODULS  */
    .calendar {
        float: left;
        clear: both;
        width: @PageContentWidth;
        margin-bottom: @LineHeight;
    }

        .calendar > table {
            float: left;
            width: 300px;
            border: 1px @BorderStyle;
            background: @BrightColor;
            border-radius: @BorderRadius;
        }

        .calendar table.header {
            border: 0px;
            background: @BrightColor;
        }

            .calendar table.header td {
                border: 0 none;
                text-transform: uppercase;
                text-align: center;
                color: @PrimaryColor;
            }

                .calendar table.header td a {
                    color: @SecondaryColor !important;
                }

                    .calendar table.header td a:hover {
                        color: @PrimaryColor !important;
                        text-decoration: none;
                    }

        .calendar table td {
            height: 40px;
            border: @BorderSize @BorderStyle;
            color: @SecondaryColor;
            font-weight: bold;
        }

        .calendar table th {
            height: 20px;
            border: @BorderSize @BorderStyle;
            color: @SecondaryColor;
            font-weight: bold;
            text-align: center;
        }

        .calendar table td.day a {
            display: block;
            line-height: 40px;
            height: 40px;
            vertical-align: middle;
            width: 42px;
            position: relative;
            color: @SecondaryColor;
        }

            .calendar table td.day a:hover {
                color: @PrimaryColor;
                text-decoration: none;
            }

            .calendar table td.day a span {
                display: block;
                position: absolute;
                height: 7px;
                width: 7px;
                top: 2px;
                left: 2px;
                border-top: 3px solid @PrimaryColor;
                border-left: 3px solid @PrimaryColor;
            }

        .calendar table td.today {
            background: @PrimaryColor;
            color: @BrightColor;
        }

            .calendar table td.today.event a {
                color: @BrightColor;
            }

            .calendar table td.today.event span {
                border-color: @BrightColor;
            }

        .calendar table .today.event a:hover {
            color: @BrightColor;
        }

        .calendar ul {
            float: left;
            width: @PageContentWidth - 300px - 20px;
            margin-left: 18px;
        }

            .calendar ul li {
                float: left;
                width: 100%;
                margin-bottom: 10px;
            }

                .calendar ul li h3 a {
                    float: left;
                }

                .calendar ul li h3 em {
                    font-size: 11px;
                    color: @SecondaryColor;
                    float: right;
                }
    /*  GUESTBOOK MODULS  */
    @InputBookWidth: (@PageContentWidth - 10*2 - 45px - 20px - 150px) / 2; /* content width - margin*2 - submit width - margin - error div width / 2 inputs */
    .guestbook-form, .guestbook-entries {
        float: left;
        clear: both;
        width: @PageContentWidth;
        margin-bottom: @LineHeight;
    }

        .guestbook-form textarea {
            width: @FormWidth - 20px - @BorderSize*2;
            max-width: @FormWidth - 20px - @BorderSize*2;
            min-width: 100px;
            height: 150px - 10px - @BorderSize*2;
            min-height: 50px;
        }

        .guestbook-form .form .field {
            width: @InputBookWidth;
        }

        .guestbook-form input[type=text] {
            width: @InputBookWidth - 20px - @BorderSize*2;
        }

        .guestbook-form input[type=submit] {
            width: 45px;
        }

        .guestbook-form .form {
            width: @FormWidth;
            float: left;
        }

        .guestbook-form .error {
            width: 150px;
            float: left;
            margin-left: 20px;
        }

            .guestbook-form .error span {
                background: url(/gfx/Modules/starerror.png) no-repeat 0px 4px;
                padding-left: 15px;
                color: #c28484 !important;
                line-height: 20px;
            }

        .guestbook-form .field.textarea {
            margin-bottom: 10px;
            width: @FormWidth;
        }

    .guestbook-gravatar {
        display: none;
    }

    .guestbook-entries .guestbook-entry {
        float: left;
        clear: both;
        width: @PageContentWidth;
    }

        .guestbook-entries .guestbook-entry h3 {
            float: left;
        }

            .guestbook-entries .guestbook-entry h3 em {
                font-size: 11px;
                color: @SecondaryColor;
                float: right;
            }

    .guestbook-entries .guestbook-entry {
        float: left;
        padding: 20px 0px 3px 0px;
        width: @PageContentWidth;
        border-top: @BorderSize @BorderStyle;
    }

    .commentlist-headline {
        margin-top: 40px;
    }

    .guestbook-entries h3 em {
        font-size: 11px;
        color: @SecondaryColor;
        float: right;
    }
    /* DEALER  MODULS  */
    @DealerWidth: (@PageContentWidth - 20px*4) / 4; /* content width - margin*3 / 4 images */
    @DealerMargin: (20px/700px)*@PageContentWidth;

    .dealerlist {
        float: left;
        clear: both;
        width: @PageContentWidth;
        margin-bottom: @LineHeight;
    }

        .dealerlist .list {
            float: left;
            clear: both;
            width: @PageContentWidth;
        }

            .dealerlist .list > li {
                float: left;
                padding: 12px 10px;
                width: @PageContentWidth - 10*2;
                border-bottom: @BorderSize @BorderStyle;
            }

                .dealerlist .list > li:first-child {
                    border-top: @BorderSize @BorderStyle;
                }

                .dealerlist .list > li h3 {
                    margin: -12px -10px;
                    padding: 10px;
                    width: 100%;
                }

        .dealerlist .info {
            float: left;
            width: 100%;
            margin-top: 15px;
        }

            .dealerlist .info td {
                vertical-align: top;
                width: 26%;
            }

                .dealerlist .info td:first-child {
                    width: 22%;
                }

            .dealerlist .info ul {
                float: left;
                line-height: @LineHeight;
            }

            .dealerlist .info li img {
                float: left;
                margin-right: 5px;
            }

            .dealerlist .info li {
                padding-left: 16px+5px;
            }

                .dealerlist .info li:first-child {
                    padding-left: 0px;
                }

                    .dealerlist .info li:first-child a img {
                        width: @DealerWidth - (@BorderSize*2 + @ImagePadding*2);
                        margin: 0px;
                    }

                    .dealerlist .info li:first-child a {
                        float: left;
                        border: @BorderSize @BorderStyle;
                        padding: @ImagePadding;
                        background: @BrightColor;
                        border-radius: @BorderRadius;
                        margin: 0px @DealerMargin 0px 0px;
                    }

                        .dealerlist .info li:first-child a:hover {
                            border-color: @PrimaryColor;
                        }

        .dealerlist .header {
            float: left;
            clear: both;
            width: @PageContentWidth;
            border-top: @BorderSize @BorderStyle;
            padding-top: 7px;
            padding-bottom: 7px;
        }

            .dealerlist .header h2 {
                float: left;
                width: auto;
            }

            .dealerlist .header .sorting {
                float: right;
            }

        .dealerlist .sorting select {
            margin: 0px 0px 0px 10px;
        }

        .dealerlist .sorting .button {
            padding: 2px 10px;
            height: 22px;
            float: right;
        }

        .dealerlist .search {
            float: left;
            clear: both;
            width: @PageContentWidth;
            margin-bottom: 40px;
        }

            .dealerlist .search .textfield {
                float: left;
            }

            .dealerlist .search .checkfield {
                float: left;
            }

        .dealerlist .checkfield ul {
            float: left;
        }

            .dealerlist .checkfield ul li {
                margin: 10px 15px 0px 0px;
                border: @BorderSize @BorderStyle;
                height: 30px - 10px - @BorderSize*2;
                float: left;
                padding: 5px 10px;
                color: @SecondaryColor;
                background: @BrightColor;
                border-radius: @BorderRadius;
                line-height: 30px - 10px - @BorderSize*2;
            }

                .dealerlist .checkfield ul li label {
                    margin-left: 5px;
                    float: left;
                }

                .dealerlist .checkfield ul li input {
                    float: left;
                    margin-top: 2px;
                }

        .dealerlist .pagingContainer {
            float: left;
            width: 700px;
            padding-top: 7px;
        }

            .dealerlist .pagingContainer table {
                width: 100%;
            }

            .dealerlist .pagingContainer td {
                text-align: center;
                width: 75px;
            }

            .dealerlist .pagingContainer span {
                padding: 5px;
                float: none;
            }

            .dealerlist .pagingContainer .pagingNumbers {
                width: 400px;
            }
    /*  FAMILY MODULS  */
    .FamilyTree {
        float: left;
        width: @PageContentWidth;
        clear: both;
        margin-bottom: @LineHeight;
    }

        .FamilyTree td {
            border: 1px @BorderStyle;
            background: @BrightColor;
            padding: 5px;
        }
    /* HORSE VIEW */
    .horseview {
        float: left;
        width: @PageContentWidth;
        clear: both;
        margin-bottom: @LineHeight;
    }
    /* WYSIWYG */
    .wysiwyg {
        float: left;
        width: @PageContentWidth;
        clear: both;
        margin-bottom: @LineHeight;
    }

        .wysiwyg ul li {
            list-style: disc;
            margin-left: 20px;
        }

        .wysiwyg span {
            float: none;
        }

        .wysiwyg strong {
            font-weight: bold;
        }
    /*  COUNTER MODULS  */
    .view-counter {
        float: left;
        width: @PageContentWidth;
        clear: both;
        margin-bottom: @LineHeight;
    }
    /*  VIDEO MODULS  */
    .videocontainer {
        float: left;
        clear: both;
        width: @PageContentWidth;
        margin-bottom: @LineHeight;
    }

        .videocontainer .playButton {
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -42px 0px 0px -42px;
        }
    /*  ADD THIS MODULS  */
    .addthis_toolbox {
        float: left;
        clear: both;
        width: @PageContentWidth;
        margin-bottom: @LineHeight;
    }
    /*  HOMEMODULE  */
    .homeModule .searchWrapper td {
        padding: 4px;
    }

    .homeModule input {
        float: none;
        margin: 0;
    }

    .homeModule .homeList {
        width: 100%;
    }

        .homeModule .homeList td, .homeModule .homeList th {
            padding: 8px;
            border: 1px solid #EAEAEA;
            background-color: white;
        }

    .homeModule .currentPage {
        text-decoration: underline;
    }
}
/***********************************************************/


/*  ADMINISTRATION LAYOUT  ****************************************/
.admincontent {
    width: @PageContentWidth;
    background: white;

    fieldset {
        padding: 10px 10px 3px 10px;
        background: @BrightColor;
        overflow: hidden;
        margin-bottom: @LineHeight;
        border: @BorderSize @BorderStyle;
        border-radius: @BorderRadius;
    }

    .EmptyContentModule {
        margin-bottom: @LineHeight;
    }

    .faq h1 {
        font-size: 15px;
        font-weight: bold;
    }
}
/***********************************************************/


/*  POPUP CONTENT LAYOUT  ****************************************/
.popupcontent {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;

    .calendarview {
        width: 700px;
        margin: 20px auto;
    }

        .calendarview .stylebox {
            border: 1px @BorderStyle;
            background: @BrightColor;
            border-radius: @BorderRadius;
            margin-bottom: 10px;
            float: left;
            width: 698px;
            clear: both;
        }

        .calendarview h2 {
            text-align: center;
            padding-top: 7px;
        }

        .calendarview h1, .calendarview p {
            padding: 20px;
        }

        .calendarview h1 {
            padding-bottom: 0px;
            width: 658px;
        }

        .calendarview .arrow {
            float: right;
            width: 250px - 2px - 10px*2;
            text-align: right;
            padding: 7px 10px;
        }

        .calendarview .paging {
            float: left;
            text-align: center;
            width: 200px;
            padding: 7px 0px;
        }

            .calendarview .paging table {
                width: 100%;
                text-align: center;
            }

            .calendarview .paging td input {
                margin-right: 5px;
            }

        .calendarview .arrow:first-child {
            float: left;
            text-align: left;
        }

    .searchview {
        width: 700px;
        margin: 20px auto;
    }

        .searchview h1 {
            width: auto;
            float: left;
        }

        .searchview .search {
            float: right;
        }

        .searchview .searchpages {
            float: left;
            width: 700px;
            text-align: center;
            padding-top: 10px;
            height: 28px;
            display: block;
        }

            .searchview .searchpages a {
                padding: 5px 10px;
                text-align: center;
                background: @BrightColor;
                display: inline-block;
                border: @BorderSize @BorderStyle;
            }

                .searchview .searchpages a:hover {
                    text-decoration: none;
                    color: @PrimaryColor;
                    border-color: @PrimaryColor;
                }

                .searchview .searchpages a.active {
                    color: @PrimaryColor;
                }

                .searchview .searchpages a:active {
                    background: @PrimaryColor;
                    color: @BrightColor;
                }

        .searchview .resultlist {
            overflow: auto;
            height: 420px;
            float: left;
            width: 700px;
        }

        .searchview .searchitem {
            float: left;
            padding: 20px 0px;
            width: 660px;
            border-bottom: @BorderSize @BorderStyle;
        }

            .searchview .searchitem:first-child {
                border-top: @BorderSize @BorderStyle;
            }

            .searchview .searchitem h2 a {
                float: left;
            }

            .searchview .searchitem h2 em {
                font-size: 11px;
                color: @SecondaryColor;
                float: right;
            }

            .searchview .searchitem span {
                text-decoration: underline;
            }
}
/***********************************************************/













