.dropdownlist {
    position: relative;
    z-index: 0;
    left: 0;
    top: 0;
    height: 35px;
    background: url(images/down-arrow.png) no-repeat right center;
    color: #333;
}

    .dropdownlist .dropinput {
        position: absolute;
        left: 0;
        top: 0;
        height: 35px;
        right: 24px;
        overflow: hidden;
        z-index: 0;
    }

    .dropdownlist:hover ul {
        display: block;
        font-size: 12px;
        color: #333;
    }

    .dropdownlist ul {
        position: absolute;
        z-index: 100;
        top: 35px;
        display: none;
        width: 190px;
        list-style: none;
        background-color: #EDEDED;
        padding: 5px 5px;
    }

        .dropdownlist ul li {
            display: block;
            clear: both;
        }

            .dropdownlist ul li a {
                padding: 5px 5px;
            }

            .dropdownlist ul li:hover a {
                background-color: #FFF;
            }

            .dropdownlist ul li:hover span {
                color: #E51B24;
            }

    .dropdownlist a {
        clear: both;
        display: block;
        font-size: 12px;
        color: #333;
        padding: 10px 10px;
        white-space: nowrap;
    }

        .dropdownlist a img {
            margin-right: 5px;
            vertical-align: middle;
            font-weight: normal;
        }

        .dropdownlist a span {
            color: #333;
            font-size: 12px;
        }

.productbar {
    clear: both;
    height: 36px;
    background: url(images/productbar-bg.png) repeat-x center top;
    position: relative;
    left: 0;
    top: 0;
    z-index: 50;
}

    .productbar div.sep {
        float: left;
        width: 24px;
        height: 35px;
        background: url(images/sep.png) no-repeat center center;
    }

    .productbar div.field {
        float: left;
        width: 220px;
    }

    .productbar div.city {
        width: 150px;
        float: left;
    }

    .productbar .otherbtns {
        position: absolute;
        z-index: 1;
        height: 36px;
        top: 0;
        right: 10px;
    }

        .productbar .otherbtns a {
            float: left;
            color: #333;
            font-size: 12px;
            padding: 12px 0;
        }

            .productbar .otherbtns a.other-back {
                padding-left: 10px;
                background: url(images/back-icon.png) no-repeat left center;
            }

                .productbar .otherbtns a.other-back:hover {
                    color: #E51B24;
                    background: url(images/back-hover-icon.png) no-repeat left center;
                }

            .productbar .otherbtns a.other-next {
                margin-left: 10px;
                padding-right: 10px;
                background: url(images/next-icon.png) no-repeat right center;
            }

                .productbar .otherbtns a.other-next:hover {
                    color: #E51B24;
                    background: url(images/next-hover-icon.png) no-repeat right center;
                }

.projectbar {
    clear: both;
    height: 36px;
    position: relative;
    z-index: 50;
    background: url(images/fieldbox-bg.png) repeat-x center center;
}

/*PRODUCTLIST*/
.productlist {
    clear: both;
    position: relative;
    z-index: 0;
    padding: 20px 0;
}

    .productlist ul {
        width: 100%;
        float: left;
        clear: both;
        list-style: none;
        overflow: hidden;
    }

        .productlist ul li {
            float: left;
            width: 220px;
            margin-right: 20px;
        }

            .productlist ul li.last {
                margin-right: 0;
            }

            .productlist ul li.sep {
                width: 100%;
                float: none;
                padding: 0;
                margin: 0;
                height: 20px;
                clear: both;
            }

            .productlist ul li a.avatar {
                clear: both;
                float: left;
                width: 100%;
                height: 132px;
                position: relative;
                z-index: 0;
                margin-bottom: 10px;
            }

                .productlist ul li a.avatar img {
                    float: left;
                    width: 100%;
                    height: 100%;
                }

                .productlist ul li a.avatar span {
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-index: 0;
                    padding: 5px 10px;
                    color: #FFF;
                    /*background-color: #003366;*/
                    font-size: 12px;
                    font-weight: normal;
                    text-transform: uppercase;
                }

            .productlist ul li h1 {
                clear: both;
                padding-bottom: 10px;
            }

                .productlist ul li h1 a {
                    padding: 0;
                    font-size: 14px;
                    color: #333;
                    font-weight: normal;
                }
span.color0 {
    background-color: #2C16F4;
}

span.color1 {
    background-color: #EAA926;
}

span.color2 {
    background-color: #E51B24;
}

span.color3 {
    background-color: #003366;
}

span.color4 {
    background-color: #0099CC;
}

span.color5 {
    background-color: #262265;
}

span.color6 {
    background-color: #16A085;
}

span.color7 {
    background-color: #2ECC71;
}

span.color8 {
    background-color: #8E44AD;
}


.page-project {
    clear: both;
    width: 100%;
    overflow: hidden;
    background: url(images/project-bg.png) #D42D37 no-repeat center center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.projectintro {
    clear: both;
    margin: 0 auto;
    width: 940px;
    color: #FFF;
}

    .projectintro h1 {
        clear: both;
        float: left;
        width: 100%;
    }

        .projectintro h1 span {
            float: left;
            font-size: 21px;
            color: #FFF;
            font-weight: normal;
            text-transform: uppercase;
            padding-bottom: 10px;
        }

    .projectintro .desc {
        padding: 0;
        margin: 0;
        clear: both;
        font-family: 'Times New Roman';
        font-size: 14px;
        font-style: italic;
        line-height: 1.4;
        padding-bottom: 20px;
    }

.fieldlist {
    clear: both;
    color: #FFF;
}

    .fieldlist ul {
        float: left;
        width: 100%;
        clear: both;
        list-style: none;
    }

        .fieldlist ul li {
            float: left;
            width: 33%;
        }

            .fieldlist ul li.last {
                float: right;
                margin-right: 0;
            }

            .fieldlist ul li.sep {
                clear: both;
                float: none;
                width: 100%;
                height: 10px;
            }

    .fieldlist li a.avatar {
        float: left;
        width: 48px;
        margin-right: 20px;
    }

        .fieldlist li a.avatar img {
            float: left;
            width: 48px;
            height: 48px;
        }

    .fieldlist li h4 {
        padding-bottom: 3px;
    }

        .fieldlist li h4 a {
            font-size: 14px;
            color: #FFF;
        }

    .fieldlist li p {
        font-family: 'Times New Roman';
        font-size: 12px;
        font-style: italic;
    }


/*PRODUCTDETAIL*/
.productphoto {
    clear: both;
}

.productdetail {
    clear: both;
    padding: 20px 0 30px 0;
}

.productdetail-i {
    clear: both;
}

.product-title {
    clear: both;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    padding-top: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.product-body {
    clear: both;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    line-height: 1.5;
}

    .product-body p {
        margin-bottom: 1em;
    }

    .product-body ul {
        margin-left: 1em;
    }

.productdetail-l {
    float: left;
    width: 620px;
}

.productdetail-r {
    float: right;
    width: 300px;
}

.product-info {
    clear: both;
    font-size: 13px;
}

    .product-info h4 {
        clear: both;
        font-size: 14px;
        padding-top: 30px;
        padding-bottom: 20px;
    }

        .product-info h4 span {
            color: #333333;
            font-weight: bold;
        }

    .product-info ul {
        clear: both;
        list-style: none;
        float: left;
        width: 100%;
    }

        .product-info ul li {
            float: left;
            clear: both;
            width: 100%;
        }

            .product-info ul li.sep {
                clear: both;
                float: none;
                font-size: 1px;
                height: 20px;
                background: url(images/line.png) repeat-x left center;
            }

            .product-info ul li label {
                float: left;
                width: 60px;
                color: #333333;
            }

            .product-info ul li span {
                float: right;
                width: 220px;
                color: #747474;
            }

            .product-info ul li a {
                float: right;
                width: 220px;
                color: #d82731;
            }

    .product-info.print ul li label {
        float: left;
        width: 120px;
        color: #333333;
    }

    .product-info.print ul li span {
        float: none;
        width: auto;
        color: #747474;
    }

    .product-info.print ul li a {
        float: none;
        width: auto;
        color: #d82731;
    }

/*MEDIAQUERY*/
@media (min-width:320px) {

    .page-project {
        padding: 10px 10px;
    }

    .projectintro {
        width: auto;
    }

    .productbar div.field {
        width: 110px;
    }

    .productbar div.city {
        width: 90px;
    }

    .productdetail {
        padding: 10px 10px;
    }

    .productdetail-l {
        float: none;
        width: auto;
    }

    .productdetail-r {
        float: none;
        width: auto;
    }

    .product-info ul li label {
        float: left;
        width: 60px;
    }

    .product-info ul li span {
        float: none;
    }

    .product-info ul li a {
        float: none;
    }

    .productlist {
        clear: both;
        padding: 10px 10px;
    }

        .productlist ul li {
            clear: both;
            float: left;
            width: 100%;
            margin-right: 0;
        }

            .productlist ul li.last {
                margin-right: 0;
            }

            .productlist ul li.sep {
                display: none;
            }

            .productlist ul li a.avatar {
                height: auto;
            }

    .fieldlist {
        padding: 0 0;
    }

        .fieldlist ul li {
            clear: both;
            width: 100%;
        }

            .fieldlist ul li.last {
                float: left;
            }

            .fieldlist ul li.sep {
                display: none;
            }

    #productslider {
        width: 100%;
        height: 240px;
        list-style: none;
        overflow: hidden;
    }
}

@media (min-width:481px) {
    .page-project {
        padding: 20px 20px;
    }

    .productbar div.field {
        width: 150px;
    }

    .productbar div.city {
        width: 150px;
    }

    .productdetail {
        padding: 10px 0 20px 0;
    }

    #productslider {
        width: 100%;
        height: 280px;
        list-style: none;
        overflow: hidden;
    }
}

@media (min-width:641px) {

    .productlist ul li a.avatar {
        height: 450px;
    }
}

@media (min-width:961px) {

    .page-project {
        padding: 40px 0;
    }

    .projectintro {
        width: 940px;
    }

    .productbar div.field {
        width: 220px;
    }

    .productbar div.city {
        width: 150px;
    }

    .productdetail {
        padding: 20px 0 30px 0;
    }

    .productdetail-l {
        float: left;
        width: 620px;
    }

    .productdetail-r {
        float: right;
        width: 300px;
    }

    .product-info ul li label {
        float: left;
        width: 60px;
    }

    .product-info ul li span {
        float: right;
        width: 220px;
    }

    .product-info ul li a {
        float: right;
        width: 220px;
    }

    .productlist {
        clear: both;
        padding: 20px 0;
    }

        .productlist ul li {
            clear: none;
            float: left;
            width: 220px;
            margin-right: 20px;
        }

            .productlist ul li.last {
                margin-right: 0;
            }

            .productlist ul li.sep {
                display: block;
            }

            .productlist ul li a.avatar {
                height: 132px;
            }

    .fieldlist {
        padding: 0 0;
    }

        .fieldlist ul li {
            clear: none;
            float: left;
            width: 33%;
        }

            .fieldlist ul li.last {
                float: right;
                margin-right: 0;
            }

            .fieldlist ul li.sep {
                display: block;
            }

    #productslider {
        width: 100%;
        height: 320px;
        list-style: none;
        overflow: hidden;
    }
}
