﻿body 
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    /*line-height: 11px;*/
    margin: 0;
    padding: 0;
}

a
{
   outline:none;
}

.topAdvert
{
    width: 728px;
}

.topAdvert .jobBoard,
.topAdvert .viewMore
{
    float: left;
}

.topAdvert .ad
{
    position:relative;
    float: left;
    width: 203px;
    height: 71px;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 5px;
    border-top: solid 2px #666666;
    border-bottom: solid 2px #666666;
    border-right: solid 1px #666666;
    background: #ffffff;
}

.topAdvert .lastAd
{
    border-right: none;
}

.topAdvert .ad img
{
    float: left;
    width: 52px;
    padding:5px;
    margin-right: 6px;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-top:-5px;
    -ms-interpolation-mode:bicubic;
    border:solid 1px #e3e3e3;
}

.topAdvert .ad a.jobTitle
{
    display: block;
}

.more
{
    position:absolute;
    bottom:0px;
    right:0px;
    background:#666666 url('/_common/img/ads/arrow.gif') no-repeat;
    background-position:right center;
    color:#ffffff;
    padding:2px 12px 1px 10px;
    text-transform:uppercase;
    font-size:0.8em;
    font-weight:bold;
}

.sideAdvert
{
    width: 336px;
    height: 280px;
    overflow: hidden;
    background: #666666;
}

.sideAdvert .header
{
    display: block;
    width: 336px;
    height: 33px;
    overflow: hidden;
    border-bottom:solid 1px #666666;
}

.sideAdvert .ad
{
    position:relative;
    height: 65px;
    padding: 7px 20px 6px;
    border-left: solid 6px #666666;
    border-right: solid 6px #666666;
    border-bottom: solid 3px #666666;
    background: #ffffff;
}

.sideAdvert .ad img
{
    float: left;
    display:block;
    width: 62px;
    height: 50px;
    margin: 0px 10px 0px -10px;
    -ms-interpolation-mode:bicubic;
}

.sideAdvert .ad a.jobTitle
{
    display: block;
    font-weight: bold;
}


.clear
{
    clear: both;
}

a img
{
    border: 0;
}

a
{
    color: #00759b;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}