﻿.asco-accordion-section-header
{
	cursor:pointer;
	font-weight: bold;
	padding-bottom: 5px;
}

.asco-accordion-section-body
{
	padding-bottom:5px;
}

.asco-accordion-theme-original
{
	position: relative;
    display: block;
    padding: 5px;
    font-size: 1em;
    font-weight: 300;
    background-color: #999;
    color: #fff;
    text-decoration: none;
}

.asco-accordion-theme-original:hover
{
	background-color:#666;
}

.asco-accordion-toggle
{
	float:right;
	font-weight:900;
}

.asco-accordion-toggle:before
{
	content:"+";
}
.asco-accordion-active:before
{
	content:"-";
}

.asco-accordion-section-wrapper
{	
	margin-bottom:5px;
}