BODY {
        SCROLLBAR-FACE-COLOR: #EEEEEE;
        SCROLLBAR-HIGHLIGHT-COLOR: #EEEEEE;
        SCROLLBAR-SHADOW-COLOR: #b82c2c;
        SCROLLBAR-3DLIGHT-COLOR: #b82c2c;
        SCROLLBAR-ARROW-COLOR: #b82c2c;
        SCROLLBAR-TRACK-COLOR: #EEEEEE;
        SCROLLBAR-DARKSHADOW-COLOR: #EEEEEE;
        background : #FAFAFA;
        FONT-FAMILY: Tahoma,Verdana,Arial,Helvetica,Geneva,sans-serif;
}

TABLE,TD {
        FONT-FAMILY: Tahoma,Verdana,Arial,Helvetica,Geneva,sans-serif;
}

TH {
FONT-SIZE: 12px;
}

font {
FONT-SIZE: 12px;
line-height : 140%;
}

P {
        FONT-FAMILY: Tahoma,Verdana,Arial,Helvetica,Geneva,sans-serif;
        line-height : 140%;
}

H1{font-size: 13px; margin: 0px; display: inline;}
H2{font-size: 13px; margin: 0px; display: inline;}
H3{font-size: 13px; margin: 0px; display: inline;font-weight:normal;}
H4{font-size: 11px; margin: 0px; display: inline;font-weight:normal;}
H5{font-size: 13px; margin: 0px; display: inline;font-weight:normal;}

.spanlarge {
        FONT-SIZE: 14px;
}

.spanmedium {
        FONT-SIZE: 12px;
}

.spansmall {
        FONT-SIZE: 11px;
}
.spanbig {
        FONT-SIZE: 15px;
}

.red {
        color : #b82c2c;
        text-decoration : none;
}

.black {
        color : black;
        text-decoration : none;
}

.white {
        color : white;
        text-decoration : underline;
}

.orange {
        color : #ff5500;
        text-decoration : none;
}

.formlight {
        font : 11px ;
}

.tdred {
        background-color : #b82c2c;
        color : White;
}

HR {
        HEIGHT: 1px;
        color : #b82c2c;
        margin : 0px 0px 0px 0px;
        padding : 0px 0px 0px 0px;
}

FORM, f {
        font : 12px ;
}

A:FOCUS, A:HOVER {
        text-decoration : underline;
}

A {
        color : #b82c2c;
        text-decoration : none;
}
.Photo img {
        border: 1px solid #000000;
}

.td_banner {
FONT-SIZE: 11px;
text-decoration : underline;
}

.fark2 {
        color : #b82c2c;
        FONT-SIZE: 12px;
        text-decoration : none;
}

#facebook{
  display: block;

  width: 27px;
  height: 24px;

  background:url(/images/soc_icons4.png) no-repeat;
  background-position: -0px -150;
}
#vk{
  display: block;

  width: 27px;
  height: 24px;

  background:url(/images/soc_icons4.png) no-repeat;
  background-position: -0px -200;
}

#lj{
  display: block;

  width: 27px;
  height: 24px;

  background:url(/images/soc_icons4.png) no-repeat;
  background-position: -0px -125;
}
#twitter{
  display: block;

  width: 27px;
  height: 24px;

  background:url(/images/soc_icons4.png) no-repeat;
  background-position: -0px -175;
}
#odnoklassniki{
  display: block;

  width: 27px;
  height: 24px;

  background:url(/images/soc_icons4.png) no-repeat;
  background-position: -0px -325;
}
#rss{
  display: block;

  width: 27px;
  height: 24px;

  background:url(/images/soc_icons4.png) no-repeat;
  background-position: -0px -25;
}

#parent_popup{
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#popup{
    background: #fff;
    width: 580px;
    height: 276px;
    margin: 10% auto;
    padding: 0px -0px 0px 0px;
    border: 1px solid #ddd;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
     border-radius: 5px;
font-family: 'Open Sans Condensed';
font-size: 26px;
margin-bottom: 0.5em;
color: #b82c2c;
}
#popup2{
    background: #fff;
    width: 580px;
    height: 276px;
    margin: 10% auto;
    padding: 0px -0px 0px 0px;

}
.close{
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
     box-shadow: 1px 1px 3px #000;
}
.close:hover{
    background-color: rgba(0, 122, 200, 0.8);
}