﻿h2{
    font-size:13px;
    margin-bottom:10px;
}

.items_displayer{
    width:600px;
}

.items_displayer h3{
    cursor:pointer;
    font-size:12px;
    color:#555555;
    margin-top:5px;
}
.items_displayer h3.open{
    color:#333333;
    font-size:13px;
}
.items_displayer h3:hover{
    color:#EA7A16;
}
.items_displayer p{
    display:none;
}
