﻿.busCategoriesPanel
{
    width: 376px;
    overflow: hidden;
    float: left;
}

.busCategoriesPanel .CPTop
{
    background-image: url('/Frontend/Images/Centrumturist/BusCategoriesPanel/top.png');
    height: 6px;
}

.busCategoriesPanel .CPContainer
{
    background: #4B8D38;
    overflow:hidden;
}

.busCategoriesPanel .CPBottom
{
    background-image: url('/Frontend/Images/Centrumturist/BusCategoriesPanel/bottom.png');
    height: 6px;
}

.busCategoriesPanel h2
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    color: White;
    margin: 0;
    padding: 0;
}

.busCategoriesPanel .content
{
    padding: 0px 4px 0px 4px;
    color: White;
}

.busCategoriesPanel .category
{
    background-image: url('/Frontend/Images/Centrumturist/BusCategoriesPanel/CategoryBackground.png');
    width: 368px;
    height: 108px;
    margin-bottom: 4px;
}

.busCategoriesPanel .text
{
    float: left;
    margin-left: 16px;
    width: 190px;
}

.busCategoriesPanel .name
{
    font-size: 14px;
    font-weight: bold;
}

.busCategoriesPanel .description
{
    font-size: 11px;
    display: block;
    margin-top: 12px;
}