/*For breadcrumbs*/
#navlist {
            font-size: 13px !important;
            list-style: none;
            padding: 0;
            margin: 0;
            float: right !important;
		    max-width: 668px;
        }

            #navlist li {
                display: inline;
                padding: 0;
                margin: 0;
            }

                #navlist li:before {
                    content: "> ";
                }

                #navlist li:first-child:before {
                    content: "";
                }

            /*IE workaround*/
            /*All IE browsers*/
            * html #navlist li {
                background-color: #C8C7C7;
                background-repeat: no-repeat;
                background-position: 0 50%;
                padding: 0 0.5em 0 1em;
                margin: 0 1em 0 -1em;
                font-size: 10px;
            }

                #navlist li a:hover {
                    color: #8D8888;
                }
                 
        /*Win IE browsers - hide from Mac IE\*/
        * html #navlist {
            height: 1%;
        }
        * html  #navlist li a:hover {
                    color: #8D8888;
                }
        #navlist {
            margin-bottom: 8px;
        }


        .wrap > header {
            margin-bottom: 0px;
        }

        .wrap > section.panel {
            margin-top: 26px !important;
        }
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
