

/*-------------
SEARCH
-------------*/

#searchForm fieldset {
    width:230px;
    position:relative;
    display:block;
}

div.input {
    width:6px;
    padding:5px 15px 7px 15px;
    border-radius:20px;
    border:1px solid #e9e9e9;
    border-top:1px solid #e3e3e3;
    box-shadow:inset 0 1px 2px rgba(0,0,0,0.08);
    float:right;
    background: #eee url(/images/site-search-icon2.png) no-repeat right 7px;
}

    div.input.focus {
        border:1px solid #aaa;
    }

input#s {
    width:100%;
    border:0;
    border-radius:20px;
    background:transparent;
    height:20px;
    color:#454545;
	font-size: 11px;
    text-shadow:0 1px 1px #fff;
}

    input#s:focus {
        outline:none
    }

input#searchSubmit {
    width:19px;
    height:19px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(images/search-icon.html) no-repeat;
    border:0;
    position:absolute;
    top:7px; right:13px;
    z-index:5;
    display:none;
    cursor:pointer;
}
























/*	ACCORDION */

.acc-trigger { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%;	}
.acc-trigger:last-of-type, .acc-container:last-of-type { margin-bottom: 20px; }
.no-js .acc-trigger:last-of-type { border-bottom: none; }
.acc-trigger a { background: url(/images/accordion-ico.png) no-repeat 20px 13px; display: block; padding: 11px 20px 11px 50px; text-decoration: none; text-shadow: none; font-family: 'Open Sans'; font-size: 13px; font-weight: 600; color: #454545; border: 1px solid #eee; border-bottom: 1px solid #eee; background-color: #f9f9f9;}
.acc-trigger a:hover { background-color: #aeb405; color: #fff; border-bottom: 1px solid #fff;  }
.acc-trigger.active a, .acc-trigger.active a:hover { background-color: #fff; color: #aeb405; font-weight: bold; border-bottom: 1px solid #fff; }
.acc-trigger.active a:hover { background-color: transparent; }
.acc-trigger.active { cursor: default; background:#fff;}
.acc-trigger.active:last-of-type { border-bottom: none; margin-bottom: 0; }
.acc-trigger.active a { background-position: 20px -58px; cursor: default;	}
.acc-container .content {  padding: 0px 14px 15px 50px; color: #999;  margin-bottom: 4px; background-color: #fff; border: 1px solid #eee; border-top: 0px solid #eee;  }