﻿@media screen and (min-width: 641px) {
    #edp_breadcrumb_area {
            background: #F0F0F0;
            height: 33px;
    }
    .edp_breadcrumb {
        margin-bottom: 20px;
        line-height: 30px;
        color: #666666;
        padding: 1px;
		margin: 0px auto;
		max-width: 980px;
    }

    ol.edp_breadcrumb li {
        float: left;
        background: #ffffff;
        margin-right:2px;
    }
        #edp_breadcrumb_thispabe {
            background: #F0F0F0;
        }

        ol.edp_breadcrumb li a, ol.edp_breadcrumb li label {
            display: block;
            background: #F0F0F0;
            padding-right: 10px;
            height: 30px;
            margin-right: 31px;
            position: relative;
            text-decoration: none;
        }
    ol.edp_breadcrumb li a {
            color: #aaa;
    }

            ol.edp_breadcrumb li a:last-of-type,ol.edp_breadcrumb li label:last-of-type {
                margin-right: 31px;
            }

            ol.edp_breadcrumb li a:before,ol.edp_breadcrumb li label:before {
                content: "";
                display: block;
                width: 0;
                height: 0;
                position: absolute;
                top: 0;
                left: -30px;
                border: 15px solid transparent;
                border-color: #F0F0F0;
                border-left-color: transparent;
            }

            ol.edp_breadcrumb li a:after,ol.edp_breadcrumb li label:after {
                content: "";
                display: block;
                width: 0;
                height: 0;
                position: absolute;
                top: 0;
                right: -30px;
                border: 15px solid transparent;
                border-left-color: #F0F0F0;
            }


        ol.edp_breadcrumb li:first-child a,ol.edp_breadcrumb li:first-child label {
            padding-left: 15px;
        }

            ol.edp_breadcrumb li:first-child a:before {
                display: none;
            }

        ol.edp_breadcrumb li a:hover {
            background: #e27514;
            color: #fff;
            text-decoration: none;
        }

    ol.edp_breadcrumb a:hover:before {
        border-color: #e27514;
        border-left-color: transparent;
    }

    ol.edp_breadcrumb li a:hover:after {
        border-left-color: #e27514;
    }
}
