/* Base Styles */

.menu div {
    margin:0;
    padding:0;
}
.ui-accordion {
    margin:0;
    padding:5px;
}
.ui-accordion .ui-accordion-header {
    margin:2px 0;
    padding:5px 0;
}
.ui-accordion .ui-accordion-content {
    margin:0;
    padding:10px 0 ;
}
.ui-widget-content {
    /*border: 1px solid #e65912;*/
    background:#fff;
    color: #333333;
}
.ui-widget-content a {
    color: #333333;
}
.ui-menu {
    width:227px;
    margin:0 0 0 1px;
    padding:0;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f0efee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0efee));
background: -webkit-linear-gradient(top, #ffffff 0%,#f0efee 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f0efee 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f0efee 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f0efee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0efee',GradientType=0 );
}
.ui-widget-header {
    border-top: 1px solid #e65912;
    border-bottom: 1px solid #e65912;
    border-left: none;
    border-left: none;
    background:#fff;
    color: #ffffff;
    font-weight: bold;
}

.menu {
    border: 1px solid #e65912;
    background:#fff;
    text-align:left;
    margin-top:5px;
}

.menu h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    margin:0;
    padding:0;
    color:#514e4b;
    border-top: 1px solid #e65912;
    border-bottom: 1px solid #e65912;
    border-left: none;
    border-right: none;
}

.menu h3 span.menulegend {
    font-size:0.5em;
    line-height: 0.2em;
}
@font-face {
    font-family: 'icomoon';
    src:url('/templates/fonts/icomoon.eot?-ii2817');
    src:url('/templates/fonts/icomoon.eot?#iefix-ii2817') format('embedded-opentype'),
        url('/templates/fonts/icomoon.woff?-ii2817') format('woff'),
        url('/templates/fonts/icomoon.ttf?-ii2817') format('truetype'),
        url('/templates/fonts/icomoon.svg?-ii2817#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-new:before {
    content: "\e600";
    font-size:1em;
    line-height:1.3em;
    margin:0 6px 0 0;
    padding:0;
    color:#e65912;
}


/*.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    position: relative;
    text-align:left;
}
.menu a {
    line-height: 1.3;
}
.menu {
    width: 250px;
   
}

.menu > ul > li {
    /*background: #e94f31;
    background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
    background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
    background: linear-gradient(#e94f31 0%, #d13516 100%);*/
/*}
/*.menu > ul > li:hover {
    /*background: #e84323;
    background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
    background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
    background: linear-gradient(#e84323 0%, #c33115 100%);*/
/*}
/*.menu > ul > li > a {
    font-size: 1.6em;
    display: block;
    padding: 12px 10px;
    
    color: #514e4b;
    border: 1px solid #e65912;
    border-left: none;
    border-right: none;
    margin:2px 0;
}
.menu > ul > li > a > span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.menu > ul > li > a:hover {
    text-decoration: none;
}
.menu > ul > li.active {
    border-bottom: none;
}
.menu > ul > li.has-sub > a span {
    background: url(menu_images/icon_plus.png) 96% center no-repeat;
}
.menu > ul > li.has-sub.active > a span {
    background: url(menu_images/icon_minus.png) 96% center no-repeat;
}

/* Sub menu */
/*.menu ul ul {
    display: none;
    background: #fff;
}
.menu ul ul li {
    padding: 0;
    position: relative;
}
.menu ul ul a {
    padding: 10px 10px 10px 25px;
    display: block;
    color: #514e4b;
    font-size: .8em;
    font-weight: normal;
}

/* Sub menu */
/*.menu ul ul ul {
    display: none;
    background: #fff;
    border: 1px solid #e65912;
}
.menu ul ul li {
    padding: 0;
    position: relative;
}


.flyout {
    position:absolute;
    left:250px;
    z-index: 9999;
    top:-30px;
}
*/