#categoriesExplained img {
    border: 0;
}
#categoriesExplained .titlebar {
    background: url('../img/categories/bgtitlebar.jpg') repeat-x;
    height: 22px;
    padding: 12px 20px 15px;
}
#categoriesExplained .titlebar h2 {
    float: left;
}
#categoriesExplained .titlebar a {
    display: block;
    float: right;
}
#categoriesExplained .content {
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
}
#categoriesExplained .hide {
    display: none;
}
#categoriesExplained table {
    background: url('../img/categories/bgtitlecategory.jpg') repeat-x;
}
#categoriesExplained thead,
#categoriesExplained thead th h3 {
    padding: 0;
    margin: 0;
}
#categoriesExplained thead th {
    padding: 7px 0 7px 20px;
}
#categoriesExplained tbody td {
    padding: 0 10px 7px 10px;
}
