h6
{
    font-size: 12px;
    color: #003063;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    background-image: url(../images/bld/arrow.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    /*border-top: solid 1px #003063;*/
	border-top: 1px solid #666666;
    /*margin: 0;*/
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 5px;
}

h6[class~=ui-state-active]
{
    background-image: url(../images/bld/arrow_expanded.png);
}

h6[class~=ui-state-default]
{
    background-image: url(../images/bld/arrow.png);
}

.eviatec-accordion-element h5
{
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    width: 100%;
    cursor: pointer;
    /*background-image: url(../images/bld/arrow.png);*/
    background-repeat: no-repeat;
    background-position: right bottom;
    /*border-top: solid 1px #003063;*/
	/*border-top: 1px solid #666666;*/
    /*margin: 0;*/
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.eviatec-accordion-element h5[class~=ui-state-active]
{
    background-image: url(../images/bld/arrow_expanded.png);
}

.eviatec-accordion-element h5[class~=ui-state-default]
{
    background-image: url(../images/bld/arrow.png);
}


.eviatec-accordion
{
    width: 100%;
    /*border-bottom: solid 1px #003063; */
	border-bottom: 1px solid #666666;
}

.eviatec-accordion-GreyFont
{
    width: 100%;
    /*border-bottom: solid 1px #003063; */
	border-bottom: 1px solid #666666;
}

.eviatec-accordion-text
{
    margin: 12px 0px;
}

.eviatec-accordion-element {
	/*height: 25px;*/
}

.eviatec-accordion-element hr{
	margin-bottom: 15px;
	margin-top: 15px;
}