@import url("style.css");

#main-content {
  font-size:            12px;
  line-height:          1.5em;
}

#main-content h3 {
  float:none;
}

#main-content h4 a {
  text-decoration:      underline;
  font-size:            14px;
}

.job-block {
    margin:             16px 0px 23px;
    float:              left;
}

.job-offer {
  background-color:     #FFF4DF;
  margin-bottom:        10px 0;
  overflow:             hidden;
  position:             relative;
  width:                319px;
  float:                left;
}

.job-offer.resume {
    margin-right:       10px;
}

.job-offer .content {
    padding-bottom:     15px;
}

.job-offer .cat-title {
  font-size:            20px;
  margin-right:         15px;
  padding-top:          10px;
  line-height:          30px;
  padding-left:         17px;
  position:             relative;
}

.job-offer .cat-title h3 {
  float:                none !important;
  margin-bottom:        0px;
}

.job-offer .cat-title .icon {
  background:           url(/images/job-persons.png) right bottom no-repeat;
  display:              none;
  width:                40px;
  height:               40px;
  position:             absolute;
  top:                  0px;
  right:                12px;
  text-decoration:      none;
  padding-right:        30px;
}

.job-offer.resume .cat-title .icon {
  display:              block;
  background-position:  right 0px;
}

.job-offer.vacancy .cat-title .icon {
  display:              block;
  background-position:  right -40px;
}

.job-offer .corner {
    position:           absolute;
    width:              18px;
    height:             18px;
    left:               -9px;
    top:                -9px;
    background:         url(/images/directory-corners.gif);
    z-index:            100;
}

.job-offer .top-right {
    margin-left:        100%;
}

.job-offer .bottom-left {
    top:                auto;
    margin-top:         -9px;
}

.job-offer .bottom-right {
    top:                auto;
    margin-top:         -9px;
    margin-left:        100%;
}

.job-offer ul.links {
    margin:             38px 0px 0px 46px;	
}

.job-offer ul.links li {
    height:             30px;
    line-height:        21px;
}

.job-offer ul.links a {
    font-size:          14px;
    font-weight:        bold;
    text-decoration:    underline;
    color:              #1A3DC1;
    display: block;
}

.job-offer .link {
    color:              #1A3DC1;
    text-decoration:    underline;
}

.job-offer ul.links a span {
    width:              21px;
    height:             21px;
    display:            block;
    float:              left;
    margin-right:       8px;
    background:         url(/images/job-icons.png) no-repeat;
    cursor:             pointer;
}

.job-offer ul.links li.watch a span {
    background-position: left 0px;
}

.job-offer ul.links li.add a span {
	background-position: left -21px;
}

.job-offer ul.links li.yandex a span {
    background-position: left -42px;
    margin-top:         3px;
}

.job-offer ul.links li.yandex {
    line-height:        14px;
}

.job-offer .text-info {
    margin:             27px 22px 0px 27px;
    line-height:        1.125em;
}

.job-offer.vacancy .text-info {
    margin:             27px 22px 28px 27px;
    line-height:        1.125em;
}

