﻿.catBoxWrapper
{
    width: 227px;
    float: left;
    margin-right: 18px;
    margin: 0px 18px 18px 0px;
}
.catBoxWrapperLast
{
    width: 227px;
    float: left;
    margin: 0px 0px 18px 0px;
}
.catBoxLimeTop
{
    background-image: url("../images/box_top_lime.gif");
    width: 227px;
    height: 46px;
    font-weight: bold;
    font-family: Arial;
    font-size: 24px;
    text-align: center;
    padding-top: 6px;
    cursor: pointer;
}
.catBoxLimeTop a
{
    color: White;
    text-decoration: none;
}
.catBoxLime
{
    background-color: #e5f2bf;
    border-left: solid 1px #99cc00;
    border-right: solid 1px #99cc00;
    border-bottom: solid 1px #99cc00;
    padding: 0px 9px 9px 9px;
}
.catBoxOrangeTop
{
    background-image: url("../images/box_top_orange.gif");
    width: 227px;
    height: 46px;
    font-weight: bold;
    font-family: Arial;
    font-size: 24px;
    text-align: center;
    padding-top: 6px;
    cursor: pointer;
}
.catBoxOrangeTop a
{
    color: White;
    text-decoration: none;
}
.catBoxOrange
{
    background-color: #ffd9bf;
    border-left: solid 1px #ff6600;
    border-right: solid 1px #ff6600;
    border-bottom: solid 1px #ff6600;
    padding: 0px 9px 9px 9px;
}
.catBoxBlueTop
{
    background-image: url("../images/box_top_blue.gif");
    width: 227px;
    height: 46px;
    font-weight: bold;
    font-family: Arial;
    font-size: 24px;
    text-align: center;
    padding-top: 6px;
    cursor: pointer;
}
.catBoxBlueTop a
{
    color: White;
    text-decoration: none;
}
.catBoxBlue
{
    background-color: #bfe5f2;
    border-left: solid 1px #0099cc;
    border-right: solid 1px #0099cc;
    border-bottom: solid 1px #0099cc;
    padding: 0px 9px 9px 9px;
}
.catBoxPinkTop
{
    background-image: url("../images/box_top_pink.gif");
    width: 227px;
    height: 46px;
    font-weight: bold;
    font-family: Arial;
    font-size: 24px;
    text-align: center;
    padding-top: 6px;
    cursor: pointer;
}
.catBoxPinkTop a
{
    color: White;
    text-decoration: none;
}
.catBoxPink
{
    background-color: #eec0e3;
    border-left: solid 1px #cc0099;
    border-right: solid 1px #cc0099;
    border-bottom: solid 1px #cc0099;
    padding: 0px 9px 9px 9px;
}
.catBoxBrownTop
{
    background-image: url("../images/box_top_brown.gif");
    width: 227px;
    height: 46px;
    font-weight: bold;
    font-family: Arial;
    font-size: 24px;
    text-align: center;
    padding-top: 6px;
    cursor: pointer;
}
.catBoxBrownTop a
{
    color: White;
    text-decoration: none;
}
.catBoxBrown
{
    background-color: #e3d7cc;
    border-left: solid 1px #996633;
    border-right: solid 1px #996633;
    border-bottom: solid 1px #996633;
    padding: 0px 9px 9px 9px;
}
.catBoxGreenTop
{
    background-image: url("../images/box_top_green.gif");
    width: 227px;
    height: 46px;
    font-weight: bold;
    font-family: Arial;
    font-size: 24px;
    text-align: center;
    padding-top: 6px;
    cursor: pointer;
}
.catBoxGreenTop a
{
    color: White;
    text-decoration: none;
}
.catBoxGreen
{
    background-color: #cce3d7;
    border-left: solid 1px #339966;
    border-right: solid 1px #339966;
    border-bottom: solid 1px #339966;
    padding: 0px 9px 9px 9px;
}
.catImg
{
    display: block;
    margin-bottom: 6px;
}
.feedWrapper
{
    width: 227px;
    float: left;
    margin-right: 18px;
    margin: 0px 18px 18px 0px;
}
.whatsNewWrapper
{
    width: 472px;
    /*float: right;*/
    margin: 0px 0px 18px 0px;
}
.clear
{
    clear: both;
}
.whatsnewimg
{
    display: block;
    margin-bottom: 4px;
}
.whatsnewlink
{
    text-decoration: none;
    color: Black;
    font-weight: bold;
}
.whatsnewlink:hover
{
    text-decoration: underline;
}
.whatsnewcontent
{
    margin-top: 4px;
    line-height: 18px;
}