﻿/*  LESS CSS  *********************************************/
@PageContentWidth: 700px;
@FontHeadline: 'anaheimregular' , Arial, Helvetica, sans-serif;
@FontText: "Trebuchet MS", Helvetica, sans-serif;
@HeadlineColor:#656058;
@PrimaryColor: #e4ac48;
@SecondaryColor: #535353;
@TextColor: #7d7973;
@BrightColor: #fcfcfc;
@BorderSize: 1px;
@BorderStyle: solid #eaeaea;
@BorderRadius: 2px;
@ImagePadding: 5px;
@LineHeight: 17px;
@TextShadow: 1px 1px 1px #fff;
@RotationPadding: 6px;
/***********************************************************/


/*  SITE LAYOUT  *******************************************/
.sitecontent {
    /*  BODY  */
    background: #263741;
    font-family: @FontText;
    font-size: 12px;
    height: 100%;
    color: @TextColor;
    /* WRAPPERS */
    .content-wrapper {
        background: url(/gfx/layout/background.png) repeat-x left top #FFF;
        padding-bottom: 30px;
    }

        .content-wrapper .header {
            background: url(/gfx/layout/dot-line.png) repeat-x left bottom;
            height: 162px;
            padding: 4px 0 7px 0;
            margin-left: 9px;
        }

            .content-wrapper .header img {
                border: 1px solid #6d7980;
            }

    .footer-wrapper {
        background: url(/gfx/layout/dot-line-light.png) repeat-x 0 1px;
    }
    /*  TEXT  */
    h1, h2, h3, h4, h5, h6 {
        text-shadow: @TextShadow;
        float: left;
        width: 100%;
    }

    h1 {
        text-transform: uppercase;
        font-family: @FontHeadline;
        font-size: 24px;
        color: @HeadlineColor;
        margin-bottom: @LineHeight;
    }

    h1::first-letter {
        font-size: 34px;
    }

    h2 {
        font-family: @FontHeadline;
        font-size: 18px;
        color: #7c7c7c;
        margin-bottom: @LineHeight;
        border-top:@BorderSize @BorderStyle;
        border-bottom:@BorderSize @BorderStyle;
        padding:15px;
    }

    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: 12px;
        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 {
        width: 940px;
        height: 64px;
        background: url(/gfx/layout/menu.png) no-repeat 6px 0px;
    }

        .menu ul {
            width: 940px;
            text-align: center;
            height: 45px;
        }

            .menu ul li {
                height: 45px;
                display: inline;
            }

                .menu ul li a {
                    font-family: @FontText;
                    font-size: 16px;
                    margin: 0px 15px;
                    line-height: 45px;
                    color: @SecondaryColor;
                    text-transform: uppercase;
                    text-decoration: none;
                    text-shadow: @TextShadow;
                }

                    .menu ul li a:hover,
                    .menu ul li.selected a {
                        color: @PrimaryColor;
                    }
    /*  SUBMENU  */
    .submenu {
        margin-top: 0;
    }

        .submenu h1 {
            display: none;
        }

        .submenu ul li:first-child {
            display: none;
        }

        .submenu ul li a {
            line-height: 30px;
            display: block;
            padding-left: 10px;
            color: @SecondaryColor;
            font-weight: bold;
        }

        .submenu ul li:last-child {
            border-bottom: @BorderSize @BorderStyle;
        }

        .submenu ul li a:hover {
            background-color: @BrightColor;
            text-decoration: none;
            color: @PrimaryColor;
        }

        .submenu ul li.selected a {
            color: @PrimaryColor;
        }

        .submenu ul li {
            border-top: @BorderSize @BorderStyle;
        }

            .submenu ul li.open {
                border-top: none;
            }

            .submenu ul li i {
                padding-left: 20px;
                display: block;
                font-style: normal;
            }
    /*  SEARCH */
    .search {
        width: auto;
        float: left;
    }
    /*  FLASH  */
    .flash {
        margin: 0 26px;
        padding: @RotationPadding;
        width: 408px;
        height: 209px;
        background: url(/gfx/layout/flash-background.png) no-repeat top left;
        overflow: hidden;
        position: relative;
    }

        .flash .images {
            position: relative;
            overflow: hidden;
        }

        .flash .overlay {
            position: absolute;
            bottom: @RotationPadding;
            width: 396px;
            text-align: center;
            height: 43px;
            padding-top: 154px;
            background: url(/gfx/layout/flash-overlay.png) repeat-x bottom left;
            z-index: 1000;
            vertical-align: bottom;
        }

        .flash .overlay {
            text-transform: uppercase;
            font-family: @FontHeadline;
            font-size: 24px;
            color: #f3f1ec;
            text-shadow: 1px 1px 1px #595959;
            line-height: 43px;
        }

            .flash .overlay:hover {
                text-decoration: none;
                color: #FFF;
            }
    /*  LANGUAGES  */
    .languages {
        float: left;
    }

        .languages li {
            float: left;
            margin: 0px 5px;
        }
    /* FRONTPAGETEXT */
    .frontpagetext {
        margin: 0 38px;
    }
    /* FRONTPAGENEWS */
    .frontPageNews {
        margin: 10px 90px 0 90px;
    }

        .frontPageNews .news-item {
            padding-bottom: 40px;
        }

            .frontPageNews .news-item:last-child {
                padding-bottom: 0;
            }

            .frontPageNews .news-item .news-headline {
                border-top:0;
                border-bottom:0;
                padding:0;
                margin-bottom: @LineHeight - 10px;
            }

            .frontPageNews .news-item .news-headline a {
                color: @HeadlineColor;
                font-size: 24px;
                border-top:0;
                border-bottom:0;
                padding:0;
            }

                .frontPageNews .news-item .news-headline a:hover {
                    color: @PrimaryColor;
                    text-decoration: none;
                }

            .frontPageNews .news-item .news-teaser {
                color: @TextColor; //#211400;
            }

            .frontPageNews .news-item .news-readmore {
                padding-top: 10px;
            }

                .frontPageNews .news-item .news-readmore a {
                    color: @PrimaryColor;
                    text-transform: uppercase;
                    font-size: 11px;
                    padding-top: 10px;
                }

                    .frontPageNews .news-item .news-readmore a:hover {
                        color: @SecondaryColor;
                        text-decoration: none;
                    }
    /* FRONTPAGELINKS */
    .frontpagelinks > a {
        width: 220px - @ImagePadding*2 - @BorderSize*2;
        padding: @ImagePadding;
        border: @BorderSize @BorderStyle;
        border-radius: @BorderRadius;
        background: @BrightColor;
        display: block;
    }

        .frontpagelinks > a:hover {
            border-color: @PrimaryColor;
        }

    .frontpagelinks h3 a {
        color: @SecondaryColor;
        text-decoration: none;
    }

        .frontpagelinks h3 a:hover {
            color: @PrimaryColor;
            text-decoration: none;
        }
    /*  FOOTER */
    .footer {
        font-size: 11px;
        text-transform: uppercase;
        padding-top: 15px;
        padding-bottom: 20px;
        line-height: @LineHeight;
    }

        .footer .contact {
            color: #f0f0f1;
        }

            .footer .contact ul {
                text-align:center;
            }

                .footer .contact ul li {
                    display: inline;
                    margin:0 25px;
                }

            .footer .contact a {
                color: @PrimaryColor;
            }

                .footer .contact a:hover {
                    color: #f0f0f1;
                    text-decoration: none;
                }

        .footer .copyright {
            color: #989da1;
            margin-top:30px;
        }

            .footer .copyright ul {
                text-align:center;
            }

            .footer .copyright a {
                color: #989da1;
            }

                .footer .copyright a:hover {
                    color: @PrimaryColor;
                    text-decoration:none;
                }
    /*  USER SET  */
    .space {
        margin-top: 30px;
    }
}
/***********************************************************/


/*  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 {
            width: 100%;
            padding:0;
            border:0;
        }

            .newsitem .newstext h2 a {
                float: left;
                font-size:16px;
            }

            .newsitem .newstext h2 em {
                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: left;
        text-align: left;
        border-bottom: @BorderSize @BorderStyle;
        line-height: 28px;
        margin-bottom: @LineHeight;
    }

        .viewback.bottom {
            border-bottom: 0px;
            border-top: @BorderSize @BorderStyle;
        }

    .newsview h1 em {
        font-size: 11px;
        color: @SecondaryColor;
        float: right;
    }

    .newsview p {
        padding-bottom: 10px;
    }

    .newsview .newsimages {
        float: left;
        margin-bottom: @LineHeight;
        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 {
                max-width: @PageContentWidth - @BorderSize*2 - @ImagePadding*2;
                height: auto;
            }

        .newsview .newsimages .list {
            float: left;
            width: @PageContentWidth;
            clear: both;
        }

    .newsimages .list ul {
        float: left;
    }

    .newsimages .list li {
        width: 108px - @BorderSize*2 - @ImagePadding*2;
        border: @BorderSize @BorderStyle;
        padding: @ImagePadding;
        background: @BrightColor;
        height: 75px - @BorderSize*2 - @ImagePadding*2;
        float: left;
        margin: 10px 10px 0px 0px;
        border-radius: @BorderRadius;
    }

        .newsimages .list li:hover {
            border-color: @PrimaryColor;
        }

        .newsimages .list li a {
            display: block;
            height: 75px - @BorderSize*2 - @ImagePadding*2;
            overflow: hidden;
        }

            .newsimages .list li a img {
                width: 108px - @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;
        }

    .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;
			}
}
/***********************************************************/













