#categories {
    width: 100%;
    position: relative;
    display: block;
}
.category-section {
    width: 100%;
    margin: 0px auto;
    padding-top: 8px;
    padding-bottom: 12px;
    background: url(/images/content/content-gradient.png) 0 0 no-repeat;
    /*border: 1px solid #000;*/
    text-align: center;
    font-weight: bold;
    position: relative;
    /*-moz-box-shadow: 0 10px 20px -10px #666;*/
    /*-webkit-box-shadow: 0 10px 20px -10px #666;*/
    /*box-shadow: 0 10px 20px -10px #666;*/
}

.category-section a,
.category-section p.text {
    display: none;
    padding-left: 8px;
}

.category-section h4 {
    display: none;
    font-size: 16px;
    margin: 4px 0 0 0;
    padding: 0 0 0 4px;
    margin-top: 4px;
    color: #333;
    text-decoration: underline;
}

.category-panel {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: 1px solid #000;
    margin: 8px;
    padding: 4px;
    /* Also look for the variable 'width' in Panel.prototype.add_event_listeners() */
    width: 400px;
    text-align: left;
    font-weight: normal;
    background-color: #fff;
    /*-moz-box-shadow: 0 10px 20px -10px #666;*/
    /*-webkit-box-shadow: 0 10px 20px -10px #666;*/
    /*box-shadow: 0 10px 20px -10px #666;*/
}

.category-panel.common {
    display: block;
    margin: 10px auto;
    padding: 10px;
    width: 400px;
}

.category-panel.subsection:hover {
    background-color: #FFF9ED;
}

.category-section .title {
    font-size: 22px;
    font-family: "Cabin", sans-serif;
    line-height: 1.4em;
    /*color: #217023;*/
    color: #2DA641;
}

.category-section .title:hover {
    cursor: pointer;
    text-decoration: underline;
}

.category-panel .title {
    font-size: 20px;
    color: #20456F;
    text-align: left;
}

.category-panel:hover {
    /*background-color: #eee;*/
    background-color: #EDF3FF;
    cursor: pointer;
}

.category-panel.subsection {
    display: none;
    width: 92%;
}
.category-panel.subsection .title {
    font-size: 16px;
}
.category-panel.subsection p {
    font-size: 12px;
}