﻿.busCategoryPage
{
    margin-top: 58px;
}

.busCategoryPage .category
{
    height: 291px;
    width: 268px;
    border: solid 1px #b4b4b4;
    margin-bottom: 12px;
    position: relative;   
}

.busCategoryPage .title
{
    height: 21px;
    width: auto;
    background-color: #407930;
    color: White;
    font-weight: bold;
    font-size: 14px;
    border-bottom: solid 1px #8aac80;
    padding-left: 12px;
    padding-top: 6px;
}

.busCategoryPage .content
{
    padding: 12px 17px 13px 12px;
    width: auto;
    height: auto;
}

.busCategoryPage .image
{
    margin-top: 12px;
    margin-bottom: 12px;
}

.busCategoryPage .image img
{
    border: solid 1px #b4b4b4;
    width: 236px;
    height: 113px;
}

.busCategoryPage .description
{
    margin-left: 3px;
    overflow: hidden;
}

.busCategoryPage .buttons
{
    border-top: solid 1px #c4c5b1;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 12px;
    position: absolute;
    bottom: 0;
    height: 38px;
    width: 239px;
}

.busCategoryPage .buttons a
{
   text-decoration: none;
   font-size: 9px;
   color: #4b8d38;
   font-weight: bold;
}

.busCategoryPage .buttons a img
{
    border: 0;
    vertical-align:middle;
    margin-left: 10px;
}
