

/*---------------------------------- default start -------------------------------------------*/
/* -- for ie 6 -- */
* html body {background-image: url(/system_images/pixel.gif); }
* html .png {
    behavior: url(/system_images/png.htc);
}
* html body {
    behavior: url(/system_images/csshover.htc);
}
/* -- end --*/
table { 
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 0;
}
td {
    padding: 0;
    vertical-align: top;
}
body {    
    padding: 0;
    margin: 0;
}
img {
    margin: 0px;
    border: none;
}
p {
    margin-top: 0;
    margin-bottom: 0.8em;
}

/* -- default classes to use - start-- */
.PRelative {
    position: relative;
}
.FLeft {
    float: left;
}
.FRight {
    float: right;
}
.clear {
    clear: both;
}
/* -- default classes to use - end -- */
/*---------------------------------- default end -------------------------------------------*/
* {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    text-align: left;
}
.center {
    text-align: center;
}
html {
    height: 100%;
}
body {
    height: 100%;    
}
#header {
    background: url("/system_images/corner.gif") left top no-repeat;
    height: 170px;
    margin-right: 3%;
}
* html #header {
    height: 170px;
}
#main_fixer {
    margin: 0px auto 0px auto;
    min-width: 990px;
    max-width: 1280px;    
}
* html #main_fixer {
    width: expression((documentElement.clientWidth||document.body.clientWidth)>1280?'1280px':((documentElement.clientWidth||document.body.clientWidth)<990?'990px':'auto'));
} 
#header .logo {
    display: block;
    margin: 32px 0px 0px 30px;
    float: left;
}
* html #header .logo {
    margin-left: 15px;
}
#header .choise {
    float: right;
    width: 320px;
    border-top: 4px solid #18a8e7;
    padding-top: 8px;
    position: relative; /* add */
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#header .choise {
    width: 345px;
}
}
#header .choise .border{
    padding-bottom: 10px; 
    border-bottom: 1px solid #cccccd;
}
#header .choise .title{
    font-weight: bold;
    font-size: 11px;
    padding-top: 3px;
    margin-bottom: 2px;
    white-space: nowrap;
}
#header .choise select {
    float: right;
    width: auto;
    font-size: 11px;
}
#header .choise option {
    font-size: 11px;
}
#header .choise .langs {
    padding-top: 4px;    
}
#header .choise .langs a{
    margin-right: 3px;
}
#header .FRight{
    margin-top: 2px;
    font-size: 11px;
    color: #808080;
}
#header .right_part{
    
}
#menu {
    position: relative;
    top: -45px;
    margin-right: 3%;
    clear: both;
    margin-top: -35px;
    margin-left: 285px;
    height: 29px;
    background: url("/system_images/menu_bg.jpg") left bottom repeat-x;
}
* html #menu {
    position: relative;
    top: -46px;
    margin-left: 285px;
}
#menu img, #menu a {
    display: block;
    margin: 0px;
    float: left;
}
#content {
    background: url("/system_images/first_bg.jpg") left bottom repeat-x;
    min-height: 265px;
    float: left; 
    width: 77%;
    position: relative;
}
* html #content {
    height: 265px;
}
#content .inf{
    margin-left: 50px;
}
span.splash_ad {
  position: absolute;
}
span.splash_ad img.png {
    display: inline !important;
    border: none;
}
span.splash_ad div.fakelink {
    width: 610px;
    height: 320px;
    position: absolute;
    bottom: 3px
    z-index: 1001;
}
span.splash_ad div.fakelink a {
    display: block;
    margin-left: 100px;
}
span.splash_ad img {
  position: absolute;
  top: 0px;
}
span.splash_ad img a {
    margin-bottom: 0px !important;
    padding: 0px;
    position: fixed !important;
}
#content .inf img {
    display:  block;
    float: left;
}
#content .inf .cloud {
    margin-left: 240px;
    margin-top: 30px;
    left: 0;
    float: left;
}
* html #content .inf .cloud {
    -margin-left: 120px;
}
#content #promos span {
    position: relative;
    height: 324px;
    z-index: 10000;
}
#content .inf .promo {
    margin-top: 7px;
    margin-bottom: 3px;
    bottom: 0px;
    position: absolute;
    left: 0px;
}

#content .inf .spacer {
    clear: both;
}
#content .inf .text {
    width: 55%;
    padding: 10px 0px 0px 0px;
    margin-left: 290px;
}
#bottom {
    clear: left;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-top: 20px;    
    position: relative; /* add */
}
#bottom img {
    padding-top: 40px;
}
#bottom .text{
    margin-left: 100px; 
    width: 65%;
}
#bottom .text img{
    padding: 0px;
}
#bottom .text .more{
    font-weight: bold;
    color: #d65110;
    text-decoration: none;
    background: url("/system_images/more.jpg") left 3px no-repeat;
    padding-left: 10px;
}
#footer {
    margin: 0px auto 0px auto;
    min-width: 990px;
    max-width: 1280px;
    padding-top: 10px;
    min-height: 42px;
    clear: both;
    background: url("/system_images/footer_patt_bg.jpg") left top repeat-x;
    position: relative; /* add */
}
* html #footer {
    height: 42px;
    width: expression((documentElement.clientWidth||document.body.clientWidth)>1280?'1280px':((documentElement.clientWidth||document.body.clientWidth)<990?'990px':'auto'));
}
#footer .text{
    margin-left: 20px;
    margin-right: 40px;
    float: left;
    font-size: 11px;
}
#footer a {
    margin-right: 40px;
    color: #808080;
    font-size: 11px;
}
#blocks {
    float: right; 
    background: url(/system_images/first_bg.jpg) left top repeat-x; 
    width: 23%; 
    border: none; 
    position: relative; 
    left: -1px;
    z-index: 100;
}
#blocks .inner, .bqsidemenu .block .inner{
    min-height: 500px;
    width: 92%;
    margin-top: -20px;
}
* html #blocks .inner, * html .bqsidemenu .block .inner{
    margin-top: 10px;
    height: 500px;
}
/* block - top part - start */
#blocks .top_right, .bqsidemenu .block .top_right {
    font-size: 1px;
    float: right; 
    width: 6px; 
    height: 6px; 
    background: url("/system_images/top_right.png") left top no-repeat;
}
#blocks .top_left, .bqsidemenu .block .top_left {
    font-size: 1px;
    float: left; 
    width: 6px; 
    height: 6px; 
    background: url("/system_images/top_left.png") left top no-repeat;
}
#blocks .top_center, .bqsidemenu .block .top_center {
    margin: 0px 6px 0px 6px;
    font-size: 6px;
    height: 6px;
    background: url("/system_images/top_center.png") left top repeat-x;
}
* html #blocks .top_center, * html .bqsidemenu .block .top_center {    
    margin: 0px 0px 0px 0px;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/system_images/top_center.png', sizingMethod='scale');
}
* html #blocks .top_left, * html .bqsidemenu .block .top_left { 
    position: relative;
    left: 3px;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/system_images/top_left.png', sizingMethod='crop');
}
* html #blocks .top_right, * html .bqsidemenu .block .top_right{
    position: relative;
    right: 3px;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/system_images/top_right.png', sizingMethod='crop');
}
/* block - top part - end */
/* block - bottom part - start */
#blocks .block {
    margin-bottom: 5px;
    margin-right: 5px;
    width: auto;
}
.bqsidemenu .block {
    margin-bottom: 5px;
    margin-right: 5px;
    width: 165px;
}
#blocks .bottom_right, .bqsidemenu .block .bottom_right {
    float: right; 
    width: 6px; 
    height: 6px; 
    background: url("/system_images/bottom_right.png") left top no-repeat;
}
#blocks .bottom_left, .bqsidemenu .block .bottom_left {
    float: left; 
    width: 6px; 
    height: 6px; 
    background: url("/system_images/bottom_left.png") left top no-repeat;
}
#blocks .bottom_center, .bqsidemenu .block .bottom_center {
    margin: 0px 6px 0px 6px;
    font-size: 6px;
    height: 6px;
    background: url("/system_images/bottom_center.png") left top repeat-x;
}
* html #blocks .bottom_center, * html .bqsidemenu .block .bottom_center {    
    margin: 0px 0px 0px 0px;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/system_images/bottom_center.png', sizingMethod='scale');
}
* html #blocks .bottom_left, * html .bqsidemenu .block .bottom_left { 
    position: relative;
    left: 3px;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/system_images/bottom_left.png', sizingMethod='crop');
}
* html #blocks .bottom_right, * html .bqsidemenu .block .bottom_right {
    position: relative;
    right: 3px;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/system_images/bottom_right.png', sizingMethod='crop');
}
/* block - center part - end */
#blocks .center_right, .bqsidemenu .block .center_right {
    width: 6px; 
    background: url("/system_images/center_right.png") left top repeat-y;
}
#blocks .center_left, .bqsidemenu .block .center_left {
    width: 6px; 
    background: url("/system_images/center_left.png") left top repeat-y;
}
* html #blocks .center_right, * html .bqsidemenu .block .center_right {    
    position: relative;
    left: -3px;    
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/system_images/center_right.png', sizingMethod='scale');
}
* html #blocks .center_left, * html .bqsidemenu .block .center_left { 
    position: relative;
    left: 3px;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/system_images/center_left.png', sizingMethod='scale');
}
/* block - center part - end */
#blocks .center, .bqsidemenu .block .center{
    background: #fff;
    padding: 0px 0px 0px 0px;
}
* html #blocks .center, * html .bqsidemenu .block .center {
    padding: 0px 3px 0px 3px;
}
#blocks .center .in {
    border-top: 5px solid #18a8e7;
}
.bqsidemenu .block .center .in {
    border-top: 5px solid #18a8e7;
    padding-bottom: 15px;
}
#blocks .center .in .title{
    padding: 10px 0px 14px 15px;
    background: url("/system_images/title_shade.jpg") left bottom repeat-x;
    margin-bottom: 5px;
}
.bqsidemenu .block .center .in .title {
    padding: 10px 0px 25px 15px;
    background: url("/system_images/title_shade.jpg") left bottom repeat-x;
    margin-bottom: 5px;
}
#blocks .center .in .news_item .date, .bqsidemenu .block .center .in .news_item .date {
    padding: 0px 0px 3px 15px;
    display: block;
    text-decoration: none;
}
#blocks .center .in .center .block_fixer{
    height: 1px; 
    font-size: 1px; 
    width: 190px;
}
.bqsidemenu .block .center .in .center .block_fixer {
    height: 1px; 
    font-size: 1px; 
    width: 155px;
}
#blocks .center .in .news_item .text, .bqsidemenu .block .center .in .news_item .text{
    margin:  0px 5px 10px 5px;
    padding: 0px 10px 5px 10px;
    font-weight: bold;
    font-size: 11px;
    color: #00a4ee;
    border-bottom: 1px solid #cccccc;
    display: block;
    text-decoration: none;
}
#blocks .center .in .link, .bqsidemenu .block .center .in .link {
    float: right;
    margin: 5px 15px 10px 0px;
}
#blocks .center .in a.service, .bqsidemenu .block .center .in a.service {
    float: none;
    clear: both;
    display: block;
    padding: 5px 0px 5px 0px;
    margin: 0 10px 2px 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 11px;
    color: #00a4ee;
    text-decoration: none;
    line-height: 11px;
}
#blocks .center .in a.service img, .bqsidemenu .block .center .in a.service img{
    margin-right: 10px;
    margin-top: -5px;
    float: left;
}#blocks .center .in a.service:hover, .bqsidemenu .block .center .in a.service:hover {
    text-decoration: underline;
}
img.tele2rus {
    display: block;
    margin-bottom: 10px;
}

/* ================================================================
*    New selectors and rules
*    Added: 30.05.2008
*    Andris
================================================================ */
div.fs{
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
}

div#left_menu {
 float: left;
 width: 210px;
 padding-left: 40px;
 padding-bottom: 40px;
}
* html div#left_menu {
 margin-top: 30px;
}
div#left_menu .link{
 display: block;
 text-decoration: none;
 padding-left: 30px;
 background-image: url('/system_images/menu_arrow.jpg');
 background-repeat: no-repeat;
 background-position: 3px 3px;
 line-height: 15px;
 display: block;
 border-bottom: 1px solid #c8ecf8;
 margin-bottom: 2px;
 padding-bottom: 4px;
}
div#left_menu div.linksub{
 border-bottom: 1px solid #c8ecf8;
 margin-bottom: 2px;
}
div#left_menu .sub{
 padding-left: 50px;
 background-image: url('/system_images/menu_arrow_sm.jpg');
 background-repeat: no-repeat;
 background-position: 33px 3px;
 line-height: 18px;
}
div#left_menu .sub2{
    padding-left: 70px;
    background-image: url('/system_images/menu_arrow_sm.jpg');
    background-repeat: no-repeat;
    background-position: 53px 3px;
    line-height: 18px;
    height: 18px;
}
div#left_menu .sub3{
    padding-left: 90px;
    background-image: url('/system_images/menu_arrow_sm.jpg');
    background-repeat: no-repeat;
    background-position: 73px 3px;
    line-height: 18px;
    height: 18px;
}

div#left_menu .sel{
 background-image: url('/system_images/menu_arrow_active.jpg');
 font-weight: bold;
}
div#left_menu .selsub{
 background-image: url('/system_images/menu_arrow_active_sm.jpg');
 font-weight: bold;
}
div#left_menu  a{
 color: #020202;
 text-decoration: none;
 font-size: 11px;
 display: block;
 float: none;
}
div#left_menu  a:hover{
 text-decoration: underline;
}
div#left_menu .buffer{
 height: 1px;
 margin-top: 3px;
 margin-bottom: 3px;
 background-image: url('/system_images/menu_underline.jpg');
 background-position: bottom left;
 background-repeat: no-repeat;
}

div#content_holder{
    position: relative;
    top: -30px;
    width: auto;
    padding-right: 3%;
    margin-left: 285px;
    padding-bottom: 20px;
}
* html div#content_holder{
    top: 0px;
    margin-bottom: 20px;
    margin-left: 35px;
    float:left
}

#content_holder span.bqintro {
    padding-left: 68px;
}

#content_holder blockquote {
    padding: 0 0 0 40px;
    margin: 0 0 0.8em 28px;
    background: url("/system_images/blockquote_left.gif") 0 -13px no-repeat;
}
* html #content_holder blockquote {
    position: relative;
}
#content_holder blockquote span {
    display: block;
    padding-right: 25px;
    background: url("/system_images/blockquote_right.gif") 100% 75%  no-repeat;
    height: 30px;
    height: auto !important;
    min-height:30px;
}
blockquote.blue span { background-position: 100% 0%; border: 1px solid white; }
blockquote.blue strong {font-size: 21px; line-height: 21px !important; color: rgb(0, 174, 230); margin-top1: 7px; display: block;}

div#content_holder a.noline {
    text-decoration: none;
}
div#content_holder p.imgs {
    padding-top: 5px;
}
div#content_holder h1, div#content_holder h1 span {
    font-size: 21px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 0.5em;
}
div#content_holder h2, div#content_holder h2 span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 0.5em;
}
div#content_holder .devider {
    border-bottom: 1px solid #cccccd;
    margin-bottom: 10px;
    clear: right;
    font-size: 1px;
}
div#content_holder .person .photo{
    width: 20%;
    text-align: center;
    padding-bottom: 10px;
}
div#content_holder .person .photo img{
    margin-right: 30px;
    margin-left: 15px;
}
div#content_holder .person .info{
    padding-left: 15px;
    padding-bottom: 10px;
    width: 100%;
}
div#content_holder .person .bottom {
    vertical-align: bottom;
    padding-left: 15px;
    padding-bottom: 10px;
}
div#content_holder .person .info .title{
    color: #000;    
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
div#content_holder .person .info .subtitle{
    color: #000;    
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
}
div#content_holder .person .info .text{
    color: #000;    
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
}
div#content_holder .download{
    background: url("/system_images/download.jpg") 5px 6px no-repeat;
    font-size: 11px;
    font-weight: bold;
    color: #18a8e7;
    padding-left: 20px;
}
div#content_holder .personal {
    padding: 20px 0px 20px 0px;
}
div#content_holder .perstop0 {
    padding: 0px 0px 20px 0px;
}
div#content_holder .personal .one{
    float: left;
    margin-right: 3%;
    width: 20%;
    margin-bottom: 40px;
}
div#content_holder .personal .one5{
    float: left;
    margin-right: 8px;
    width: auto;
    margin-bottom: 10px;
}
div#content_holder .personal .one5last{
    float: left;
    margin-right: 0;
    width: auto;
    margin-bottom: 10px;
}
div#content_holder .personal .one img, div#content_holder .personal .one5 img, div#content_holder .personal .one5last img{
    border-top: 4px solid #18a8e7;
}
div#content_holder .personal .one .title{
    font-weight: bold;
    font-size: 11px;
}
div#content_holder .personal .one .text{
    font-size: 11px;
}
div#content_holder .personal a{
    display: block;
    float: none;
    font-size: 11px;
}
div#content_holder .download span{
    color: #18a8e7;
    font-weight: normal;
    font-size: 11px;
}
div#content_holder .more{
    display: inline;
    padding-left: 20px;
    float: none;
    background: url("/system_images/arrow.gif") 5px 4px no-repeat;
    font-size: 12px;
    margin-right: 30px;
}

div#content_holder .person .more{
    display: block;
    padding-left: 15px;
    float: none;
    background: url("/system_images/arrow.gif") 0px 6px no-repeat;
    font-size: 12px;
    float: left;
    padding-right: 5px;
}
div#content_holder .person .info .title {
    text-transform: uppercase;
}
div#content_holder .person table {
    width: 99%;
}
div#content_holder .person .download {
    background: none;
    float: right;
}
div#content_holder .person .download a.link {
    background: url("/system_images/download.jpg") 5px 6px no-repeat;
    font-size: 11px;
    font-weight: bold;
    color: #18a8e7;
    padding-left: 20px;
    padding-right: 5px;
}
div#content_holder .person .info .download span{
    font-size: 11px;
    font-weight: normal;
    color: #18a8e7;
}
div#content_holder .date, div#content_holder .date span {
    color: #00aee6;
    font-size: 12px;
    font-weight: bold;
}
div#content_holder .margined {
    margin: 0px 15px 8px 0px;
}
div#content_holder *{
    line-height: 17px;
}
div#content_holder .left_main_part{
    width: 60%; 
    float: left;
    padding-top: 19px;
}
* html div#content_holder .left_main_part{
    padding-left: 5px;
    padding-top: 15px;
}
div#content_holder .right_main_part{
    width: 39%; 
    float: left;
}
div#content_holder .right_main_part div{
    text-align: right;
    float: right;
}
div#content_holder .right_main_part a{
    float: none;
    display: inline;
}
div#content_holder .additional a.item {
    display: block;
    padding-left: 20px;
    float: none;
    background: url("/system_images/arrow.gif") 5px 3px no-repeat;
    margin-lefT: 15px;
    font-size: 11px;
}
div#content_holder div#submenu{
    color: #727272;
    font-size: 11px;
}
div#submenu a{
    color: #727272;
    display: inline;
    float: none;
    font-size: 11px;
}

div.spec {
 margin-left: -5px;
}
* html div.spec {
 float: left;
}

div.spec .top_right{
 font-size: 1px;
 float: right; 
 width: 6px;
 height: 6px; 
 background: url("/system_images/top_right.jpg") right bottom no-repeat;
}
* html div.spec .top_right{
    position: relative;
    right: 0px;
    top: 11px;
}
div.spec .top_left{
    font-size: 1px;
    float: left; 
    width: 6px; 
    height: 6px; 
 background: url("/system_images/top_left.jpg") left bottom no-repeat;
}
* html div.spec .top_left{
    position: relative;
    left: 3px;
    top: 11px;
}
div.spec .top_center{
    margin: 0px 6px 0px 6px;
    font-size: 6px;
    height: 6px;
 background: url("/system_images/top_center.jpg") left bottom repeat-x;
}
/* block - top part - end */
/* block - bottom part - start */
div.spec .block {
 margin-bottom: 5px;
}
div.spec .bottom_right{
    float: right; 
    width: 6px; 
    height: 6px; 
 background: url("/system_images/bottom_right.jpg") right top no-repeat;
}
* html div.spec .bottom_right{
    position: relative;
    right: 0px;
}
div.spec .bottom_left{
    float: left; 
    width: 6px; 
    height: 6px; 
 background: url("/system_images/bottom_left.jpg") left top no-repeat;
}
* html div.spec .bottom_left{
    position: relative;
    left: 0px;
}
div.spec .bottom_center{
    margin: 0px 6px 0px 6px;
    font-size: 6px;
    height: 6px;
 background: url("/system_images/bottom_center.jpg") left top repeat-x;
}
/* block - center part - end */
div.spec .center_right{
 background: url("/system_images/center_right.jpg") right top repeat-y;
}
div.spec .center_left{
 background: url("/system_images/center_left.jpg") left top repeat-y;
}
/* block - center part - end */
div.spec .center .in{
 margin: 0px 6px 0px 6px;
 border-top: 5px solid #18a8e7;
}
div.spec .center .in .links {
 padding-bottom: 10px;
}
div.spec .center .in .links a{
 display: block;
 float: none;
 padding-lefT: 40px;
 margin-bottom: 5px;
 font-size: 11px;
}
div.spec .center .in .links a.tdoc{
    background: url("/system_images/w.gif") 15px 3px no-repeat;
}
div.spec .center .in .links a.txls{
    background: url("/system_images/x.gif") 15px 3px no-repeat;
}
div.spec .center .in .links a.tpdf{
    background: url("/system_images/a.gif") 15px 3px no-repeat;
}
div.spec .center .in .links a.t{
    background: url("/system_images/u.gif") 15px 3px no-repeat;
}
div.spec .center .in .title{
 padding: 10px 0px 14px 15px;
 background: url("/system_images/title_shade.jpg") left bottom repeat-x;
 font-weight: bold;
}
div.spec .center .in .news_item {
 margin-top: 5px;
}
div.spec .center .in .news_item .date{
 padding: 0px 0px 3px 15px;
}
div.spec .center .in .news_item .text{
 margin:  0px 5px 0px 5px;
 padding: 0px 10px 5px 10px;
 font-weight: bold;
 font-size: 11px;
 color: #00a4ee;
}
div.spec .center .in .news_item .text a{
 display: block;
 float: none;
 font-weight: bold;
 font-size: 11px;
 color: #00a4ee;
 text-decoration: none;
}
div.spec .center .in .devider {
 border-bottom: 1px solid #e7e7e7;
}
div.spec .center .in .link{
 float: right;
 margin: 5px 15px 10px 0px;
}
div.spec .center .in .service{
 margin-left: 15px;
 clear: both;
 padding: 0px 0px 3px 0px;
 margin-bottom: 2px;
 margin-right: 10px;
 border-bottom: 1px solid #e5e5e5;
 height: 18px;
}
div.spec .center .in .service img{
 margin-right: 10px;
}
div.spec .center .in .service a{
 padding-top: 5px;
 font-size: 11px;
 color: #00a4ee;
 text-decoration: none;
}
div.spec .center .in .service a:hover{
 text-decoration: underline;
}

li{
 background: url('/system_images/list_sq.jpg') left 3px no-repeat;
 padding-left: 15px;
 margin-lefT: 20px;
 margin-bottom: 3px;
 list-style: none;
}
li.inactive{
 background: url('/system_images/list_sq_inactive.jpg') left 3px no-repeat;
}
ul{
 margin: 10px 0px 10px 0px;
 padding: 0;
}

div#content_holder .new {
    padding-bottom: 10px;
    margin: 10px 0px 10px 0px;
}
div#content_holder .new .date{
    float: none;
}
div#content_holder .new .title{
    font-weight: bold;
    display: block;
}
div#content_holder .new .short{
    padding-top: 5px;
}
div#content_holder .pub {
    padding-bottom: 10px;
    margin: 10px 0px 10px 0px;
}
div#content_holder .pub a {
    float: none;
    margin: 0 !important;
}
div#content_holder .pub .date{
    margin-right: 10px;
}
div#content_holder .pub .title{
    font-weight: bold;
}
div#content_holder .pub .short{
    margin-top: 0 !important;
    padding-top: 0 !important;
}
div#content_holder .pub .link{
    margin: 5px 15px 0px 0px !important;
}
div#content_holder .month{
    font-size: 15px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #cccccd;
    margin-bottom: 20px;
}
div#content_holder .months {
    height: 20px;
}
div#content_holder .months div{
    float: left;
    margin-right: 5px;
}
div#content_holder .months a{
    float: left;
    margin-right: 5px;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
}
div#content_holder .months a:hover{
    text-decoration: underline;
}
div#content_holder .months .year {
    color: #828282;
    font-weight: bold;
    padding: 2px 5px 2px 0px;
}
div#content_holder .months .active {
    color: #fff;
    background: #18a8e7;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
}
div#content_holder .months .inactive {
    color: #bbb;
    margin-right: 5px;
    font-weight: normal;
    padding: 2px 2px 2px 2px;
}
.active {
    color: #fff;
    background: #18a8e7;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
}
div.numbers {
    clear: both;
    border-top: 1px solid #cccccd;
    width: 90%;
    text-align: center;
    padding-top: 15px;
}
div.numbers a{
    font-weight: bold;
    display: inline;
    float: none;
    color: #000;
    font-size: 11px;
    text-decoration: none;
    padding: 1px 5px 1px 5px;
}
div.numbers .active{
    color: #fff;
}
p.intro {
    font-weight: bold;
}
#sms {
    
}
#sms .left{
    width: 30%;
    float: left;
    border-top: 1px solid #cccccd;
}
#sms .tr{
    border-bottom: 1px solid #cccccd;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0px;
}
#sms .tr img {
    border: 1px solid #a7a6aa;
    margin-left: 20px;
}
#sms .tr_1{
    height: 22px;
}
#sms .tr_2{
    height: 100px;
}
#sms .tr_3{
    height: 25px;
}
#sms .right{
    width: 70%;
    float: left;
    border-top: 1px solid #cccccd;
}
#sms .select {
    width: 10%;
}
#sms input {
    border: 1px solid #a7a6aa;
}
#sms textarea {
    border: 1px solid #a7a6aa;
    height: 90px;
    width: 98.5%;
}
#sms .input_1 {
    width: 85%;
}
#sms .send {
    margin-top: 10px;
    font-weight: bold;
    background: url("/system_images/menu_arrow.jpg") left 3px no-repeat;
    padding-left: 20px;
}
#sms .border {
        border-top: 1px solid #cccccd;
}


.form {
    width: 80%;
}
.form .send {
    float: none;
    display: block;
    font-weight: bold;
    background: url("/system_images/menu_arrow.jpg") left 3px no-repeat;
    padding-left: 20px;
    border: 0;
    text-decoration: underline;
    cursor: pointer;
    width: auto;
}
.form .send:hover {
    text-decoration: none;
}
.form .plus{
    float: none;
    background: url("/system_images/plus.gif") left 3px no-repeat;
    padding-left: 20px;
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
}
.form table{
    border-top: 1px solid #cccccd;
    margin-bottom: 30px;
}
.form .title_bordered {
    font-weight: bold;
    border-bottom: 1px solid #cccccd;
    padding-bottom: 5px;
    padding-top: 20px;
    clear: both;
}
.form td{
    font-weight: bold;
    padding: 3px 0px 3px 0px;
    border-bottom: 1px solid #cccccd;
    width: 50%;
}
.form td .inner {
    width: 90%;
}
.form td .normal {
    font-weight: normal;
}
.form .odd td{
    background: #fff;
}
.form .even td{
    background: #f5f5f5;
}
.form .noline td {
    border-bottom: 0;
}
.form .buttons td {
    padding-top: 20px;
}
.form td input{
    font-weight: normal;
    width: 100%;
    border:1px solid #a7a6ab;
}
.form td input.attention{
    border:1px solid #d64400;
}
.form td textarea{
    font-weight: normal;
    width: 100%;
    border:1px solid #a7a6ab;
    height: 50px;
}
.form td select{
    font-weight: normal;
    width: 100%;
}
.form td .check {
    vertical-align: middle;
}
.form td .w25{
    width: 24%;
}
.form td .w50{
    width: 50%;
}
.form td .normal div {
    margin-bottom: 5px;
}
.form td .foot {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #cccccd;
    font-weight: normal;
}
.form td input.check{
    width: 15px;    
    height: 15px;    
    border: none;
}
p.attention, div.attention, td.attention, span.attention {
    color: #d64400;
}
.form table.inner {
    width: 100%;
    border-top: 2px solid #cccccd;
    border-bottom: 2px solid #cccccd;
    margin-bottom: 10px;
}
.form .cross {
    background: url(/system_images/delete.gif) 0 2px no-repeat;
    padding-left: 15px;
    display: inline;
    width: 50px;
    cursor: pointer;
    margin-left: 50px;
    float: right;
}
#main_table {
    height: 100%;
}
#main_table .top_part{
}
#main_table .bottom_part{
    vertical-align: bottom;
    height: 42px;
}
#publications .pub {
    margin-bottom: 30px;
}
#publications .pub .title, #publications .pub .title span {
    color: #00aee6;
    font-size: 12px;
    font-weight: bold;
    display: block;
}
#publications .pub .date {
    color: #000000 !important;
    font-weight: normal !important;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}
#publications .pub .link {
    margin-top: 5px;
    display: block;
}
.common_table {width: 99%}
.common_table td {
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 5px 5px 5px 15px;
}
.common_table td a {display: inline; float: none;}
.common_table td.title {border-bottom: 0;}
.common_table td.bottom {border-bottom: 0;}
.common_table td.last {border-right: 0;}
.common_table td.center, .common_table td.center p {text-align: center;}
.common_table td.center {padding-left: 10px !important; padding-right: 10px !important;}
.common_table td.middle {vertical-align: middle !important;}
.common_table td .icon {vertical-align: middle; margin-right: 5px;}
.left_banner {text-align: center !important; padding: 0; margin: 0; padding-top: 20px;}
div#content_holder .vacancy {
    padding-bottom: 10px;
    margin: 10px 0px 10px 0px;
}
div#content_holder .vacancy .date{
    float: none;
}
div#content_holder .vacancy .title{
    font-weight: bold;
    display: block;
}
div#content_holder .vacancy .short{
    padding-top: 5px;
}
div#content_holder .vacancy .read_more{
    padding-top: 10px;
    display: block;
}
.left_image {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}
.right_image {
    float: right; 
    margin-left: 10px; 
    margin-bottom: 5px;
}
.w99 {
    width: 99%;
}
div#content_holder .persons {
    padding: 20px 0px 20px 0px;
}
div#content_holder .persons .person {
    float: left;
    clear: right;
    margin-right: 15px;
    width: 20%;
    margin-bottom: 35px;
}
div#content_holder .persons .person img.i{
    border-top: 4px solid #18a8e7;
}
div#content_holder .persons .person .title{
    font-weight: bold;
    font-size: 11px;
}
div#content_holder .persons .person .text{
    font-size: 11px;
}
div#content_holder .persons a {
    display: block;
    float: none;
    font-size: 11px;
}
div#content_holder .persons .person .download span{
    color: #18a8e7;
    font-weight: normal;
    font-size: 11px;
}
div#content_holder .persons .person .download {
    float: left;
    margin-right: 5px;
    background: url("/system_images/download.jpg") 5px 6px no-repeat;
    text-decoration: none;
}
div#content_holder .persons .person .download {
    text-decoration: underline;
}
.w15 {
    width: 15%;
}
.w400 {
    width: 400px;
    margin-bottom: 5px;
}
ul, ol, dl { position: relative; }
/* alternate page */

#content span.bqintro {
    padding-left: 68px;
}

#content .inf .leftbq {
    margin-left: -30px;
    float: left;
    padding-left: 40px;
    position: relative;
    z-index: 10001;
    background: url("/system_images/blockquote_left.gif") no-repeat 310px top;
}
#content .inf .bqcontent {
    padding: 13px 0px 0px 0px;
    margin-left: 270px;

}
#content .inf .bqcontent p.bqright {
    padding-right: 25px;
    padding-left: 30px;
    background: url("/system_images/blockquote_right.gif") no-repeat bottom right;
    float: left;
    width: 47%;
}
#signature {
    left: 30px;
    right: 30px;
    float: left;
    position: relative;
    width: 52%;
    padding-right: 30px;
}
#content .inf .header {
        margin-left: 310px;
        margin-top: 30px;
        float: left;
        padding-left: 0;
}
*html #content .inf .header { /* IE6 */
    margin-left: 155px;
}
#content .inf .header .space {
    height: 10px;
    width: 1px;
    margin: 0;
    padding: 0;
    line-height: 1px;
}
.bqsidemenu {
    float:right;     
    position: relative;
    bottom: -30px;
    right: 30px;
    width: 155px;
}
* html .bqsidemenu {
 bottom: -65px;
     right: 20px;
}

.bqsidemenu .block {
 margin-bottom: 5px;
}
#subhead {
    margin: 10px 0 0 0;
}
#blocks .inner {
    min-width:230px;
}
 /* 404 pages */
.errorpage { padding-left: 270px; margin-top: -30px; }
.errorpage h1 {    font-size: 32px; font-weight: normal; margin-bottom: 14px; }
.errorpage p, .errorpage a { margin-bottom: 18px; font-size: 14px; }
.errorpage a { color: #15abea; }
.errorpage a:hover { text-decoration: none; }
 
.nodisplay {
    display: none;
}
 

div#content_holder div.attachments table.download {
    background: url(http://tools.tele2.ru/uploaded_images/pdf_icon_14.gif) top left no-repeat;
}
div#content_holder div.attachments table.download a {
    padding-left: 18px;
    font-weight: normal;
}
.lform input {
    background: url('/system_images/b_submit.gif') left top no-repeat; 
    border: 0; 
    width: 81px;   
    height: 20px;    
    border: none;    
    margin-top: 10px;
    float: none;
}
.lform .linput {
    width: 160px;
    margin: 0 0 0 0;
    height: 16px;
    border: 1px solid #ccc;
    padding: 0;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}
.divrelative {position: relative}
.dm1 {position: absolute; top:17px; left: -37px; z-index: 5;}
.dm2 {position: absolute; top:168px; left: -41px; z-index: 5;}
.expandable {color: #00A4EE; text-decoration: none; border-bottom: 1px dashed #00A4EE;}
.shown {padding: 10px 10px 0 10px;}