/*

*/

.home-column
{
    float: left;
    width: 33.33%;
    padding: 0;
}

.home-column-right
{
    float: right;
}

.home-column-inner
{
    /*padding: 10px;
    border: 1px solid #000;*/
    margin: 0;
    list-style: none;
    padding: 0;
}

.home-column .recent, .recent
{
    width: auto;
    float: none;
}

.newsbox-top
{
    background: url(images/custom/recent-top-right.gif) top right no-repeat;
}
.newsbox-top  div
{
    height: 8px;
    background: url(images/custom/recent-top-left.gif) top left no-repeat;
}
.newsbox-bott
{
    clear: both;
    background: url(images/custom/recent-bottom-right.gif) bottom right no-repeat #fff;
}
.newsbox-bott div
{
    height: 10px;
    background: url(images/custom/recent-bottom-left.gif) bottom left no-repeat;
}

.recent
{
    background: url(images/custom/recent-bg.gif) top right repeat-y #fff;
}

.prev2 { width: 60px; height: 22px; background-image: url(images/radiate-red/recent-arrow-top.gif); cursor: pointer; top: -23px; left: 100px; position: absolute; z-index: 99; }
.next2 { width: 60px; height: 22px; background-image: url(images/radiate-red/recent-arrow-bottom.gif); cursor: pointer; top: 217px; left: 100px; position: absolute; }
/*.home-column *
{
    width: auto;
}*/

#home-column-center .home-column-inner,
#home-column-left .home-column-inner
{
    padding: 0 10px 0 0;
}

#home-column-right .home-column-inner
{
    padding: 0 0 20px 10px;
}

#other_links
{
    position: absolute;
    top: 0px;
    right: 260px;
    padding: 2px 20px;
    z-index: 900;
}

#other_links .support
{
    background: url(images/custom/support-icon.png) left center no-repeat;
    padding: 0 0 0 20px;
}

#other_links .survey
{
    /*background: url(images/custom/survey-icon.png) left center no-repeat;
    padding: 0 0 0 20px;*/
}

div#clientarea
{
    right: 0;
}