.NaviBox
{
    width: 172px;
}

.GreenBoxTop
{
    width: 172px;
    height: 40px;
    background-repeat: no-repeat;
    background: url("../images/boxes/greenbox_top.png");
}

.GreenBoxBody
{
    width: 172px;
    background-repeat: repeat-y;
    background: url("../images/boxes/greenbox_bg.png");
}

.GreenBoxBottom
{
    width: 172px;
    height: 40px;
    background-repeat: no-repeat;
    background: url("../images/boxes/greenbox_bottom.png");
}

.GreyBoxTop
{
    width: 172px;
    height: 16px;
    background-repeat: no-repeat;
    background: url("../images/boxes/greybox_top.png");
}

.GreyBoxBody
{
    width: 172px;
    background-repeat: repeat-y;
    background: url("../images/boxes/greybox_bg.png");
}

.GreyBoxBottom
{
    width: 172px;
    height: 16px;
    background-repeat: no-repeat;
    background: url("../images/boxes/greybox_bottom.png");
}

.BasketBox
{
    width: 172px;
    height: 46px;
    background-repeat: no-repeat;
    background: url("../images/boxes/basketbox.png"); 
}

.WhiteBoxBody
{
    width: 172px;
    background-repeat: repeat-y;
    background: url("../images/boxes/whitebox_bg.png");
}

.WhiteBoxBottom
{
    width: 172px;
    height: 16px;
    background-repeat: no-repeat;
    background: url("../images/boxes/whitebox_bottom.png");

}

.RecyclingBoxTop
{
    width: 172px;
    height: 40px;
    background-repeat: no-repeat;
    background: url("../images/boxes/recyclingbox_top.png");
}

.BoxContent
{
    margin: 0 0 0 10px;
}

.NaviBox h3
{
    position: relative;
    top: 14px;
    left: 10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
