﻿a:link, a:visited, a:hover, a:active {
    color: #007536;
    font-weight: bold;
    text-decoration: none;
}


a:active, a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #666666;
    font-family: Calibri, Verdana, Arial;
    font-weight: normal;
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: Verdana,Arial;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}


a img
{
	border-style:none;
}

.Visitors {
    color: #007536;
    font-size: 9pt;
    font-weight: bold;
    padding-left: 15px;
}

.sidebar .logo {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 19px;
}

.header {
}

.sidebar {
    width: 130px;
    background-color: #FFFFC1;
    vertical-align: top;
    /*padding-left: 15px;
    padding-right: 15px;*/
}

.main .content {
    padding-left: 60px;
    padding-top: 40px;    
}

.main {
    vertical-align: top;
    
}

    .main .admincontent {
        padding-left: 40px;      
        min-height: 500px;  
    }
    

.header .content {
    background-color: #007536;
    margin: 10px;
    padding: 0px;
    margin-top: 19px;
    line-height: 70px;
    color: white;
    font-weight: bold;
    text-align: center;
}

.content .outer {
    /*padding: 10px;*/
}

.sidebar .sinds {
    line-height: 40px;
    font-size: 12pt;
    font-weight: bold;
    color: #007536;
    text-align: left;
    padding-left: 10px;
}

.footer .content {
    background-color: #007536;
    line-height: 40px;
    font-size: 8pt;
    color: white;
    text-align: center;
    margin-left: 10px;
}



.subpage {
    width: 1240px;
    margin: 0px auto;
}

.subpage_menu {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

    .subpage_menu > ul {
        list-style: none;
        padding: 8px 0px 12px 0px;
        margin: 0px 0px 10px 0px;
        width: 100%;
    }

        .subpage_menu > ul > li {
            display: block;
            color: white;
            font-size: 12pt;
            font-weight: bold;
            margin: 30px 0px 20px 0px;
        }

.frontpage_header {
    width: 1240px;
    margin: 0px auto;
    background-color: #007536;
    padding-top: 12px;
    padding-bottom: 12px;
    /*background-image: url(Images/header_showroom.jpg);
    background-size:cover;*/
}

    .frontpage_header > div {
        text-align: center;
    }

.frontpage_content {
    width: 1240px;
    margin: 0px auto;
    background-color: white;
}

    .frontpage_content > .Sidebar {
        display: inline;
        float: left;
        width: 240px;
        border: solid 0px blue;
    }

    .frontpage_content > .Content {
        display: inline-block;
        border: solid 0px red;
        width: 976px;
        padding-top: 20px;
        padding-bottom: 0px;
    }

.frontpage_footer {
    width: 1240px;
    margin: 0px auto;
    background-color: #007536;
    font-size: 8pt;
    padding-top: 8px;
    padding-bottom: 8px;
}

.frontpage_menu {
    width: 1032px;
    margin: 0px auto;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    background-color: #003B1B;
    margin-bottom: 10px;
    margin-top: 40px;
}

    .frontpage_menu > ul {
        list-style: none;
        padding: 8px 0px 12px 0px;
        margin: 0px;
        width: 100%;
    }

        .frontpage_menu > ul > li {
            display: inline-block;
            color: white;
            text-transform: uppercase;
            width: 12%;
            font-size: 10pt;
            font-weight: bold;
        }

            .frontpage_menu > ul > li > a {
                color: white;
            }

                .frontpage_menu > ul > li > a:hover {
                    color: white;
                }




.showroomlist .outer {
    display: block;
    vertical-align: top;
    min-height: 320px;
}

.showroomlist .item_image {
    display: inline-block;
    vertical-align: top;
    width: 500px;    
    margin-bottom: 20px;
    margin-top: 0px;
}

.showroomlist .item_details {
    vertical-align: top;
    display: inline-block;
    width: 480px;
    float: right;
    padding-left: 0px;
}

.detail .photolist {
    width: 100%;
    padding-bottom: 20px;
}

    .detail .photolist .item {
        display: inline-block;
        width: 160px;
        height: 106px;
        max-height: 106px;
        overflow:hidden;
        vertical-align: top;
        text-align: center;                
        margin: 5px;
        margin-left: 0px;
    }

        .detail .photolist .item .image {
            display: block;
            width: 160px;
            height: 113px;
        }

        .detail .photolist .item .data {
            color: #666666;
            font-size: 12pt;
            font-weight: normal;
        }


.admin .photolist {
    width: 100%;
}

    .admin .photolist .item {
        display: inline-block;
        width: 160px;
        height: 116px;
        vertical-align: top;
        text-align: center;
        margin: 10px;
        margin-bottom: 50px;
    }

        .admin .photolist .item .image {
            display: block;
            width: 150px;
            height: 113px;
        }

        .admin .photolist .item .data {
            color: #666666;
            font-size: 12pt;
            font-weight: normal;
        }

.Actions {
    display: inline-block;
    /*width: 100%;*/
    background-color: rgba(0, 117, 54, 0.21);
    border: solid 1px #007536;
    padding: 4px;
    margin: 2px;
    margin-bottom: 8px;
}


.demo {
    /*margin: 0px auto;*/
    width: 800px;
}

    .demo ul {
        list-style: none outside none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .demo li {
        display: block;
        float: left;
        margin-right: 6px;
        cursor: pointer;
    }

    .demo img {
        display: block;
        height: auto;
        max-width: 100%;
    }

.detail_container {
    color: #666;
}

    .detail_container .header {
        color: #007536;
        font-weight: bold;
        padding-bottom: 40px;
        padding-top: 0px;
    }

    .detail_container .data, .detail_container .description {
        padding-bottom:40px;
    }


.photolist {
    width: 100%;
}

    .photolist .item {
        display: inline-block;
        width: 310px;
        height: 280px;
        vertical-align: top;
        text-align: center;
        margin: 10px;
        margin-bottom: 10px;
    }

        .photolist .item .image {
            display: block;
            width: 300px;
            height: 199px;
        }

        .photolist .item .data {
            color: #666666;
            font-size: 12pt;
            font-weight: normal;
            padding-left: 10px;
            padding-right: 10px;
        }

.parts_container {
    width: 820px;
    margin: 0px auto;
    color: #666666;
}

    .parts_container .header {
        padding-bottom: 20px;
        padding-right: 20px;
    }

    .parts_container .big_picture {
        padding-bottom: 40px;
    }

    .parts_container .small_picture {
        display: inline-block;
        width: 400px;
        padding: 2px;
        vertical-align: top;
        padding-bottom: 40px;
        font-size: 12pt;
    }


.showroom_header {
    background-color: #007536;
    line-height: 40px;
    font-size: 12pt;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}


.small {
    font-size: 9pt;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    
}

.dropdownlist {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.dropdownlist-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
/* from bootstrap */

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}


.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.subpage_menu > ul > li.subsubmenu
{
    color:red;
    margin:0px 0px 10px 0px;
    padding:0px;
}