﻿#sideLine
{
    position: absolute;
    top: 350px;
    
    width: 252px;
    border: solid 1px black;
    
}

.accordionHeader
{
    border: 1px solid #330000;
    color: white;
    background-color: #804A00;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #FFFAFA;
    border: none;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    height:300px;
}
