

.categories {
	line-height: normal;
    text-align:center;
}
.categories .category {
    margin: 4px 12px 4px 0px;
    padding: 2px 5px 2px 5px;
    min-height: 110px;
    background-color: #fff;
    background-image: url(images/bg_categories.jpg);
    background-repeat: repeat-x;
    background-position: top;
    clear: both;
    text-align: center;
    border: 4px solid #fff;
}
.category .image img {
    padding: 3px;

}
.category h3 a {
    font-weight: bold;
    font-size: 0.8em;
    color: #82b800;
    line-height: normal;
}
table.categories {
    margin: 10px 0px 10px 0px;
}
table.categories.subs {
    /*float: right;*/
    width: 650px;
}
.body {
    text-align: center;
    line-height: normal;
}
.body a {
    color: #000;
    text-decoration: none;
    font-size: 0.7em;
}
.body a:hover {
    color: #000;
    text-decoration: underline;
}
.summary {
    font-size: 0.8em;
}
ul.categories_sidebar {
    float: left;
    background-color: #fff;
    width: 150px;
    border: 1px solid #000;
    list-style: none;
    padding: 10px;
    margin-right: 20px;
    color: #2b81b9;
    font-weight: bold;
}
ul.categories_sidebar ul {
    color: #7fb0d0;
    font-weight: normal;
    list-style: none;
    padding: 0px 5px 0px 15px;
}
ul.categories_sidebar ul li {
    border-bottom: 1px solid #eee;
}
ul.categories_sidebar li {
    border-bottom: 1px solid #ccc;
    padding: 0px;
    margin:0px;
}
ul.categories_sidebar li a {
    padding: 3px;
    color: #2b81b9;
}
ul.categories_sidebar li a:hover {
    background-color: #ccc;
    text-decoration: none;
    color: #fff;
    background-color: #2b81b9;
}
.category_title,
.advertisements_header {
    margin-bottom: 10px;
}
