/** info
*  *:first-child+html selector{ attributes }  *** for IE7 only ***
*  selector{ @width: 20px; *** for IE6 and IE7 *** }
*  selector{ _width: 18px; *** for IE6 and IE5 *** }
*/

/** IE bug fixes
*/
*:first-child+body{
    /*disable ClearType on IE7 */
    filter:progid:DXImageTransform.Microsoft.Gradient
        (GradientType=0,
        StartColorStr='#00FFFFFF',
        EndColorStr='#00FFFFFF');
}
* html {
    /* fix flickering ie6 bug on background images */
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* ========================================================================================*/
/* ===== general setup ====================================================================*/
body, div, table, form, label, input, button, ul, ul li, p, h1, h2, h3{
    padding: 0;
    margin: 0;
}

h1{
    font-family: Georgia, Georgia, serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
/*
h1 a{
font-family: Georgia, Georgia, serif;
font-size: 14px;
line-height: 16px;
font-weight: bold;
}
*/
ul li {
    list-style-type: none;
}

a{
    color: #0072BC;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}
a:active{
    outline: none;
}
a:focus{
    -moz-outline-style: none;
}
/*
p a{
color: #979797;
text-decoration:underline;
}
*/
a img {
    border: 0px;
}

/*============================================================================*/
/*==== modifiers =============================================================*/

.fl{float:left;}
.fr{float:right;}

div.clear {
    clear: both !important;
    display: block !important;
    visibility: hidden !important;
    height: 0px;
    margin: 0px;
    padding: 0px;
    width: 0px;
    font-size: 0px;
    line-height: 0px;
}

/*============================================================================*/
/*==== telegraf general ======================================================*/

body, table{
    font-family: arial, "lucida console", sans-serif;
    color: #252525;
    font-size: 12px;
}
.first-article h1,
.first-article h1 a{
    font-family: Georgia, Georgia, serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    zoom: 1;
}
.second-article h1,
.second-article h1 a,
.third-article h1,
.third-article h1 a{
    font-family: Georgia, Georgia, serif !important;
    font-weight: normal  !important;
    font-size: 20px  !important;
    line-height: 20px !important;
}
/*
.article h1,
.article h1 a{
font-family: Georgia, Georgia, serif;
font-weight: normal;
font-size: 18px;
line-height: 18px;
}
*/
.blue{ color: #004A80; }
.light-blue{ color: #0072bc; }
.red{ color: #790000; }
.gray{ color: #dbdbdb; }
.dark-gray{ color: #aaaaaa; }


/*============================================================================*/
/*==== widgets ===============================================================*/

/* button */
button {
    line-height: 23px;
    height: 23px;
    border: 0;
    margin: 0px;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 0px 0px 9px;
    vertical-align: bottom;
    @margin-right: 4px;
    @padding-left: 12px;
    _margin-bottom:-1;
    @width: auto;
    @overflow: visible;
}
button span {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding: 0 12px 0 0px;
    height: 23px;
    font-size: 11px !important;
    line-height: 23px;
    color: white;
}
.gecko button span{/*uses css_browser_selector.js hack for ff only*/
                   margin-top: -2px;
}
.chrome button span{
    position:relative;
    top:-1px;
}


button.btn-red{background: url(/images/kriminal/btn-l-kriminal.gif) top left no-repeat;}
button.btn-green{background: url(/images/kriminal/btn-l-kriminal.gif) top left no-repeat;}

button.btn-red span{background: url(/images/kriminal/btn-r-kriminal.gif) top right no-repeat;}
button.btn-green span{background: url(/images/kriminal/btn-r-kriminal.gif) top right no-repeat;padding-right:14px;}

a.btn,
a.btn-red,
a.btn-green{
    border: 0;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none !important;
    line-height: 23px;
    padding: 0px 0px 0px 12px;
    margin: 0 3px 0 0;
    display: inline-block;
    color: white;
    @margin-right: 4px;
    _margin-top: -1px;
}

a.btn span,
a.btn-red span,
a.btn-green span{
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    padding: 0px 12px 0px 0px;
    height: 23px;
    line-height: 23px;
    color: white;
}
a.btn{background: url(/images/kriminal/btn-l-kriminal.gif) top left no-repeat;}
a.btn-red{background: url(/images/btnr-l.gif) top left no-repeat;}
a.btn-green{background: url(/images/btng-l.gif) top left no-repeat;}
a.btn span{background: url(/images/kriminal/btn-r-kriminal.gif) top right no-repeat;}
a.btn-red span{background: url(/images/btnr-r.gif) top right no-repeat;}
a.btn-green span{background: url(/images/btng-r.gif) top right no-repeat;padding-right:14px;}

input{
    border: 2px solid #E0E0E0;
}
textarea{
    border: 2px solid #E0E0E0;
}

.paging{
    padding-bottom: 20px;
}
.paging a, paging span{
    padding-right: 10px;
    font-weight: bold;
}
.paging .cur{
    color: #B8B8B8;
}
.paging a.prev{
    padding-left: 15px;
    font-weight: normal;
    background: url(/images/prev-page.png) center left no-repeat;
}
.paging a.next{
    padding-right: 15px;
    font-weight: normal;
    background: url(/images/next-page.png) center right no-repeat;
}

.human-controll{
    padding-bottom: 15px;
    height: 30px;
    @height: 45px;
}
.human-controll img,
.human-controll input{
    float:left;
    margin-right:20px;
}
.human-controll input{
    height:22px;
    padding-top:4px;
    _height: 30px;
}
.human-controll label{
    float:left;
    width:195px;
    padding-top: 2px;
    height:30px;
    font-size: 12px;
    line-height: 12px;
    @height: 28px;
}
.human-controll label span{
    font-size: 10px;
    line-height: 10px;
    color: gray;
}

form.simple-form{
    padding: 12px 0px 20px 0px;
}
form.simple-form div{
    padding-bottom:8px;
    clear:both;
}
form.simple-form div.spacer{
    height:30px;
    padding: 0;
    clear:both;
}

form.simple-form label{
    display:block;
    float:left;
    width:60px;
    clear:both;
    line-height: 22px;
    color:black;
}
form.simple-form input{
    display:block;
    float:left;
}
form.simple-form button{
    margin-left: 60px;
}

.blue{ color: #004A80; }
.light-blue{ color: #0072bc; }
.red{ color: #790000; }

.points-pos,
.points-neg{
    color:white;
    font-size: 10px !important;
    line-height:14px !important;
    padding: 0 1px 0 2px;
}
.points-pos{background: #F90;}
.points-neg{background: #9e0b0f;}

a.mail,
a.favorite,
a.print{
    padding-left: 20px;
    background: no-repeat left center;
    font-size: 11px;
}

a.mail{background-image:url(/images/mail.png);}
a.favorite{background-image:url(/images/favorite.png);}
a.print{background-image:url(/images/print.png);}

a.comment,
a.rating{
    float: left;
    display: block;
    padding-left: 20px;
    padding-bottom: 3px;
    line-height: 15px;
    height: 13px;
    _height: 15px;
    width: 23px;
    _width: 45px;
    font-size: 10px;
}
a.comment{
    background: url(/images/kriminal/kriminal-com-ct-ico.png) 0px 3px no-repeat;
}
a.rating{
    background: url(/images/kriminal/kriminal-ratingw-ico.png) 0px 3px no-repeat;
}

.tag{
    display: block;
    padding-left: 20px;
    line-height: 15px;
    font-size: 12px;
    background: url(/images/kriminal/kriminal-news-ct-ico)  0px 4px no-repeat;
}
a.comment,
a.rating,
div.tag a{
    color: #790000 !important;
    line-height: 15px;
}
.more-info{
    padding-top: 4px;
}
.more-info div{
    color: #363636;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 13px;
    @line-height: 15px;
    @margin-bottom: 0px;
}

div.more-info div.media a img{
    margin-left: 5px;
    vertical-align: middle;
}

.gray-box{
    background:#f9f9f9;
    padding: 10px;
}
/*============================================================================*/
/*==== layout ================================================================*/

#header{
    font-size: 8pt;
}
#headtop,
#headtop-err,
#headtop-banner{
    background-color: #004A80;
    width:1000px;
    color: white;
}
#headtop-banner div{
    z-index: 11;
    margin:0px auto;
}
#headtop_streacher{
    height:0px;
    width:1000px
}
#headtop-err strong{
    padding-left: 3px;
}
#headtop{
    height: 30px;
}

#headtop-err{
    padding:3px 0px 2px;
}

#header .top-spacer{
    width: 1000px;
    clear:both;
}
#header .top-search{
    float: left;
    padding-left: 250px;
    width:220px;
    _width: 460px;
}
#header .top-login{
    float: left;
    padding-left:160px;
    width: 273px;
    _padding-left:190px;
    _width: 450px;
}
#header .top-register{
    float: left;
    padding-left: 1px;
    _padding-left: 3px;
}
#header .top-authorized{
    float: left;
    padding-left:100px;
    width: 360px;
    _width: 540px;
    text-align: right;
    line-height: 25px;
}
#header .top-authorized a{
    margin-right: 20px;
    color: white;
}
#headtop{
    position:relative;
}
#headtop a.to-home{
    display: block;
    position:absolute;
    left: 70px;
    top: 8px;
    color:white;
}

#headtop form{
    padding-top: 5px;
    *padding-top: 4px;
}

#headtop input{
    display: block;
    float: left;
    border: 1px solid #0072bc;
    background-color: #004A80;
    margin-right: 8px;
    color:#80A5C0;
    height:18px;
    _height:20px;
    font-size: 9pt;
    vertical-align:text-top;
}
#headtop .top-search input{width: 160px;}
#headtop .top-login input{width: 100px;}
#headtop button{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    background: transparent;
    color:white;
    font-weight: normal;
    font-size: 8pt;
    padding-bottom: 3px;
    _padding-bottom: 0px;
    line-height: 20px;
    height: 20px;
    _line-height: 19px;
}

#headtop button.light, #headtop a.light{
    font-weight: bold;
    background: #0072bc;
    padding-left: 3px;
    padding-right: 3px;
    @padding-left: 5px;
    @padding-right: 5px;
}
#headtop a.light{
    color:white;
    line-height:20px;
    margin-left:3px;
    padding-bottom:3px;
    padding-top:3px;
}
#headtop a.light:hover{
    text-decoration:none;
}
#headmain{
    position: relative;
    height: 105px;
    width:980px;
    color: black;
}
#logo{
    position: absolute;
    left: 25px;
    top: 38px;
}
h1#logo{
    padding:0;
    margin:0 0 0 50px;
    position:static;
    width:365px;
    height:75px;
    background:url(/images/kriminal/kriminal-logo.png) no-repeat 0 0;
}
h1#logo a{
    padding:0;
    margin:0;
    position:static;
    width:365px;
    height:75px;
    display:block;
}
h1#logo a span{
    display:none;
}
#weather-icon{
    position: absolute;
    left: 515px;
    top: -30px;
    z-index: 5;
}
#header .date{
    position: absolute;
    left:25px;
    top: 10px;
}
#widgets{
    left:580px;
    top: 0px;
    position:absolute;
    z-index: 10;
}
#widgets div.widget{
    float:left;
    margin-left:20px;
    width: 160px;
    font-size: 10px;

}
#widgets div.first{
    margin-left:0px !important;
}
#widgets div.narrow{
    width: 100px !important;
}
#widgets div.narrow p{
    margin-top:-2px;
}
#widgets div.narrow p span{
    line-height:16px;
}
#widgets div.widget .title{
    padding: 10px 0px 12px;
}
#widgets div.first .title{
    padding-left: 30px !important;
}
#widgets .widget ul li label{
    display: inline-block;
    width: 70px;
}
#widgets .widget ul li sup{
    line-height:8px;
}
#widgets .widget ul.short-label li label{
    width: 35px;
}
#widgets .widget ul.short-label li span{
    width: 40px;
}
#widgets .widget ul li span{
    display: inline-block;
    width: 85px;
}
#widgets .widget li{
    height: 16px;
}
#widgets .widget li.up{
    list-style-image: url(/images/li-up.png);
    list-style-position: outside;
}
#widgets .widget li.down{
    list-style-image: url(/images/li-down.png);
    list-style-position: outside;
}
#headbottom{
    position: relative;
}
#menus{
    padding-left: 25px;
    width: 860px;
    _width: 885px;
    /*border-bottom: 4px solid #252525;*/
    height:52px;
}
#menus .first-level{
    clear: both;
}
#menus .second-level{
    margin-top:27px;
    border-top: solid 1px #cccccc;
}
#menus .menus-column{
    float:left;
}
#menus ul{
    float:left;
    padding: 5px 0px 6px;
    font-size: 14px;
}
#menus ul li{
    display: inline;
    line-height: 11pt;
}
#menus ul li.cur{
    /*font-size: 18px !important;*/
    color: #a1a1a1 !important;
}
#menus ul li.cur a{
    /*font-size: 18px !important;*/
    color: #a1a1a1 !important;
}


#menus ul.by-category,
#menus ul.by-type{
    padding-right: 30px;
}
#menus ul.and-by-tag{
    font-size: 12px;
    padding-top: 5px;
}
#menus ul.by-category li,
#menus ul.and-by-tag li{
    margin-right:13px;
    color: #004a80;
}
#menus ul.by-category li a,
#menus ul.and-by-tag li a{
    text-decoration:none;
    color: #004a80;
}
#menus ul.by-type li{
    margin-right:8px;
    color: #790000;
}
#menus ul.by-type li a{
    text-decoration: none;
    color: #790000;
}

#menus ul.by-addition{
    @width:140px;
}
#menus ul.by-addition li{
    margin-right:8px;
    color: #0072bc;
}
#menus ul.by-addition li a{
    text-decoration: none;
    color: #0072bc;
}

#bottom-menus{
    padding-left: 20px;
}
#bottom-menus ul{
    float:left;
    padding: 15px 45px 0 0;
    font-size: 14px;
}
#bottom-menus ul li{
    display: inline;
    line-height: 16px;
    padding-right: 14px;
}
#bottom-menus ul li a{
    color: white;
    text-decoration: none;
}

#rss{
    position: absolute;
    left: 904px;
    top: 4px;
    padding:1px 0 1px 23px;
    background:transparent url(/images/rss.png) no-repeat scroll left center;
    color: #0072bc;
    cursor: pointer;
    font-weight:bold;
    font-size: 14px;
}
#fresh{
    padding-left:18px;
    width:982px; /*849*/
    _width:1000px;
    overflow:hidden;
    height:40px;
    line-height: 40px;
    background: #ececec;
}
#big_black_line{
    border-top: 4px solid #252525;
    width:1000px;
    height: 0px;
    font-size:0px;
    line-height:0px;
}
#fresh span{
    color: black;
    font-size:12px;
    float:left;
}
#fresh a span{
    color: #0072bc;
    font-size: 13px;
    text-decoration:none;
    padding-left:4px;
}
#fresh a span:hover{
    text-decoration:underline;
}
#fresh a span.black{
    font-size: 11px;
    color: #363636;
    margin-right:10px;
}
#body{
    margin-left: 20px;
    clear:both;
    width: 980px;
}
#left-sb-bg{
    background:url(/images/kriminal/left-sb-bg.gif) repeat-y 10px 0;
    overflow:hidden;
    zoom:1;
}
#left-sidebar{
    padding:0 0 0 10px;
    margin:0;
    float:left;
    width:230px;
    color:#FFF;
    font-size:11px;
}
#left-sidebar h2, #content h2{
    padding:0 10px 4px;
    margin:0;
    line-height:20px;
    font-size:18px;
    color:#000;
    font-weight:normal;
    background:#FFF;
}
#left-content{
    padding:10px;
    background:#333;
    overflow:hidden;
    zoom:1;
}
#left-content h1{
    padding:0;
    margin:0 0 4px;
    line-height:110%;
    font-size:16px;
    font-weight:normal;
}
#left-content h1 a{
    text-decoration:none;
    font-weight:normal;
}
#left-content h1 a:hover{
    color:#FFF;
}
#left-content p.image img{
    border:1px solid #999;
}
#left-content p.image img:hover{
    border:1px solid #F90;
}
#left-content p{
    padding:0;
    margin:0 0 3px;
}
#left-content p.date{
    color:#000;
}
#left-content p.date span{
    margin:0 6px 0 0;
}
#left-content p.comment{
    padding:0 0 2px 20px;
    margin:0;
    color:#777;
    float:left;
    width:40px;
    background:url(/images/kriminal/kriminal-coment-ico.png) no-repeat 0 3px;
}
#left-content p.rating{
    padding:0 0 0 16px;
    color:#777;
    float:left;
    background:url(/images/kriminal/kriminal-rating-ico.png) no-repeat 0 3px;
}
#left-content p.news{
    padding:0 0 0 20px;
    color:#777;
    background:url(/images/kriminal/kriminal-news-ico.png) no-repeat 0 4px;
}
#left-content p.news a, #left-content p.rating a, #left-content p.comment a{
    color:#777;
    text-decoration:none;
}
#left-content p.news a:hover, #left-content p.rating a:hover, #left-content p.comment a:hover{
    color:#F90;
}

#content{
    padding:0;
    margin:0 10px;
    width:490px;
    float:left;
}
#main-news-title{
    width:335px;
}
#main-news-date{
    color:#9A1123;
    line-height:24px;
}
#content-holder{
    padding:0 ;
}
#content .top-news{
    padding:0;
    margin:0 0 14px;
    text-align:center;
    width:490px;
    overflow:hidden;
}
#content .top-news-last{
    border-bottom:1px solid #CCCCCC;
}
#content .top-news{
    text-align:left;
}
#content .top-news h1{
    padding:4px 10px;
    margin:0;
    font-size:20px;
    line-height:110%;
    font-weight:normal;
    background:#000;
    text-align:left;
}
#content .top-news h1 span{
    color:#FFF;
    font-size:14px;
    padding:0 0 0 4px;
    font-family:Arial,Helvetica,sans-serif;
}
#content .top-news h1 a{
    text-decoration:none;
    font-size:20px;
    line-height:110%;
    font-weight:normal;
}
#content .top-news h1 a:hover{
    color:#FFF;
}
#content .top-news img{
    vertical-align:middle;
}
#content ul li img{
    vertical-align:middle;
}
#content p.comment{
    padding:0 0 2px;
    margin:0 0 8px;
    float:left;
    width:60px;
    font-size:11px;
    color:#9C0828;
    background:url(/images/kriminal/kriminal-com-ct-ico.png) no-repeat 0 3px;
}
#content p.comment a{
    padding:0 0 0 20px;
    color:#9C0828;
    text-decoration:none;
}
#content p.comment a:hover, #content p.news a:hover{
    color:#000;
    text-decoration:underline;
}
#content p.news{
    padding:0 0 2px 20px;
    margin:0 0 8px;
    float:left;
    font-size:11px;
    color:#9C0828;
    background:url(/images/kriminal/kriminal-news-ct-ico.gif) no-repeat 0 4px;
}
#content p.news a{
    color:#9C0828;
    text-decoration:none;
}
#content p.list-hd{
    margin:0 0 2px;
}
#content .two-news{
    padding:4px 0 0;
    margin:0 0 10px;
    border-top:1px solid #CCC;
    overflow:hidden;
    zoom:1;
}
#content .two-news .fl{
    padding:0;
    margin:0;
    width:230px;
}
#content .two-news .fr{
    padding:0;
    margin:0;
    width:230px;
}
#content .two-news h1{
    padding:0 14px 0 0;
    margin:0 0 10px;
    font-size:18px;
    font-weight:normal;
    line-height:130%;
    position:relative;
    zoom:1;
}
#content .two-news h1 span.points-pos, #content .one-news h1 span.points-pos{
    padding:1px;
    bottom:3px;
    right:0;
    font-size:10px;
    line-height:110%;
    color:#FFF;
    background:#F90;
    position:absolute;
    display:block;
    font-family:Arial, Helvetica, sans-serif;
}
#content .two-news h1 span.points-neg, #content .one-news h1 span.points-neg{
    padding:1px;
    bottom:3px;
    right:0;
    font-size:10px;
    line-height:110%;
    color:#FFF;
    background:#9C0828;
    position:absolute;
    display:block;
    font-family:Arial, Helvetica, sans-serif;
}
#content .two-news .image, #content .one-news .image{
    padding:0;
    margin:4px 8px 4px 0;
    float:left;
}
#content .two-news .image img, #content .one-news .image img{
    border:1px solid #999;
}
#content .two-news .image img:hover, #content .one-news .image img:hover{
    border:1px solid #F90;
}
#content h5, #content .title{
    padding:6px 10px;
    margin:0 0 8px;
    font-size:14px;
    color:#F90;
    font-weight:normal;
    background:#000;
}
#content .media-block{
    padding:0;
    margin:0 0 10px;
    overflow:hidden;
    zoom:1;
}
#content .media-block .fl, #content .media-block .fr{
    padding:0;
}
#content .media-block .fl h1{
    margin-top:11px;
    margin-bottom:8px;
    font-size:18px;
    font-weight:normal;
}
#content .media-block .fl .photo-thumb-link-container{
    background-color:#333;
    height:196px;
    text-align:center;
    padding-top:11px;
    _height:207px;
    width:490px;
    position:relative;
}
#content .media-block .fl .photo-thumb-link-container a.right,
#content .media-block .fl .photo-thumb-link-container a.left{
    width:15px;
    height:28px;
    top:83px;
    position:absolute;
}
#content .media-block .fl .photo-thumb-link-container a.left{
    left:36px;
    background: #333 url(/images/kriminal/arrow-left.png) no-repeat scroll center center
}
#content .media-block .fl .photo-thumb-link-container a.right{
    right:36px;
    background: #333 url(/images/kriminal/arrow-right.png) no-repeat scroll center center
}
#content .media-block .fl img, #content .media-block .fr img{
    margin:0 0 10px;
    vertical-align:bottom;
    border:1px solid #999;
}
#content .media-block .fl img:hover, #content .media-block .fr img:hover{
    border:1px solid #F90;
}
/*  #content .media-block .comment{
      float:none;
      }*/
#content .one-news{
    padding:0;
    margin:0 0 10px;
    overflow:hidden;
    zoom:1;
    border-bottom:1px solid #CCC;
}
#content .one-news.last{
    border:none;
}
.one-news .image-block{
    float:left;
    width:95px;
}
.one-news .text-block{
    float:left;
    width:390px;
}
#content .one-news p.comment, #content .one-news p.rating{
    width:40px;
}
#content .one-news p.news{
    width:280px;
}
#content .one-news h1{
    padding:0 14px 0 0;
    margin:0 0 4px;
    font-size:16px;
    font-weight:normal;
    line-height:130%;
    position:relative;
    zoom:1;
}
#content .one-news h1 a{
    font-size:16px;
    font-weight:normal;
    line-height:130%;
}
#right-sidebar{
    padding:24px 0 0;
    margin:0 10px 0 0;
    float:right;
    width:240px;
}
#right-sidebar .right-block{
    padding:0;
    margin:0 0 20px;
    border-top:4px solid #333;
}
#right-sidebar h3{
    padding:0;
    margin:0 0 4px;
    color:#000;
    font-size:14px;
    font-weight:normal;
    line-height:200%;
}
#right-sidebar .tag-cloud a{
    line-height:30px;
}
.right-block .rating-1{
    font-size:21px;
}
.right-block .rating-2{
    font-size:19px;
}
.right-block .rating-3{
    font-size:17px;
}
.right-block .rating-4{
    font-size:15px;
}
.right-block .rating-5{
    font-size:13px;
}
.advertisment img{
    border:1px solid #999;
}
#right-sidebar .service ul{
    padding:0;
    margin:0;
    list-style:none;
}
#right-sidebar .service ul li{
    padding:0 0 0 40px;
    margin:0 0 10px;
    padding-bottom:5px;
    border-bottom:1px solid #CCC;
    font-size:11px;
    background:url(/images/kriminal/kriminal-service-img1.gif) no-repeat 0 0;
}
#right-sidebar .service ul li.pdf{
    background:url(/images/kriminal/kriminal-service-img2.gif) no-repeat 0 0;
}
#right-sidebar .service ul li.abo{
    background:url(/images/kriminal/kriminal-service-img3.gif) no-repeat 0 0;
}
#right-sidebar .service ul li.record{
    background:url(/images/kriminal/kriminal-service-img4.gif) no-repeat 0 0;
}
#right-sidebar .service ul li.reklama{
    background:url(/images/kriminal/kriminal-service-img5.gif) no-repeat 0 0;
}
#right-sidebar .service ul li.last{
    border-bottom:none;
}
#right-sidebar .service ul li h6{
    padding:0;
    margin:0 0 2px;
    font-size:14px;
    line-height:120%;
    font-weight:normal;
}
#footer{
    padding:0 0 10px 0;
    margin:20px 0 0;
    background:#000;
    height:auto;
    overflow:hidden;
    zoom:1;
    color:#FFF;
    font-size:11px;
}
#footer #address, #footer #telefon{
    padding:0 10px;
    margin:0 10px 0 0;
    float:left;
    width:360px;
}
#footer #buro{
    padding:0 40px 0 0;
    float:right;
}


/*
.left-bcol-wide{
    background:url("/images/start_page_back.png") repeat-y;
}
#existed{
    position: relative;
    height: 100%;
    float: left;
    width: 883px;
    overflow:hidden;
}
*/

#lists-by-property{
    margin-bottom: 10px;
    width:240px;
    overflow:hidden;
}
#lists-by-property .list{
    position:relative;
    z-index:0;
    margin-top:-1px;
}
#lists-by-property .tabs{/* IE6 z-index bug requires the parrent also to be z-indexed*/
                         /*position: relative;
                         z-index: 8;*/
                         overflow:hidden;
                         zoom:1;
}
#lists-by-property .tab,
#lists-by-property .cur-tab{
    position: relative;
    z-index: 10;
}

#lists-by-property .tab{
    float:left;
    border-right: 1px solid white;
    border-top: 4px solid white;
    border-bottom: 1px solid #E4E4E4; /*#f3f3f3*/
    border-left: none;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    background: url(/images/white-px.gif) #CCCCCC repeat-x bottom;/*#dbdbdb*/
    color: #555555;
    display: block;
    text-decoration:none;
}
#lists-by-property .tab:hover{
    background:#333;
    color:#FFF;
}
#lists-by-property .cur-tab{
    background: #F0F3F6;/*#fbfbfb*/
    border: 1px solid #E4E4E4; /*#f3f3f3*/
    border-bottom: none;
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
    color:black;
    display:block;
    float:left;
    margin-right: 1px;
    text-decoration: none;
}
#lists-by-property .cur-tab:hover{
    background:#F0F3F6;
    color:#000;
}
#lists-by-property .list{
    background: #F0F3F6;/*#fbfbfb*/
    clear:both;
    padding-top: 10px;
    border: 1px solid #E4E4E4; /*#f3f3f3*/
    border-bottom:4px solid #E4E4E4;
}
#lists-by-property .article{
    margin: 0 10px;
    padding-bottom: 5px;
}
#lists-by-property .article h1{
    padding:0 30px 0 0;
    margin:0 0 2px;
    font-weight:normal;
    line-height:130%;
    font-size:12px;
    position:relative;
    zoom:1;
}
#lists-by-property .article h1 a{
    font:12px Arial, Helvetica, sans-serif;
    font-weight:normal;
    line-height:130%;
}
#lists-by-property .article h1 a.comment{
    padding:0 0 2px 18px;
    margin:0;
    font-size:11px;
    position:absolute;
    display:block;
    float:none;
    bottom:2px;
    right:0;
    width:auto;
    background:url(/images/kriminal/kriminal-com-ct-ico.png) no-repeat 0 3px;
    text-decoration:none;
}
#lists-by-property .article h1 a.rating{
    padding:0 0 2px 16px;
    margin:0;
    font-size:11px;
    position:absolute;
    display:block;
    float:none;
    bottom:2px;
    right:0;
    width:auto;
    background:url(/images/kriminal/kriminal-ratingw-ico.png) no-repeat 0 3px;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
}
#lists-by-property .article h1 a.rating:hover, #lists-by-property .article h1 a.comment:hover{
    color:#000;
}
/*
#lists-by-property .article h1{
float: left;
padding-bottom: 3px;
*zoom:1;
}
#lists-by-property .article h1,
#lists-by-property .article h1 a{
font-size: 14px;
_width: 280px;
}
#lists-by-property .article h1 a{
float:left;
width: 280px;
}
#lists-by-property #by-date .article h1 a{
float: left;
width: auto;
_width: 328px;
}
*/

#lists-by-property .article .time{
    color: #790000;
    padding-left: 11px;
    font-size:12px;
    font-family: arial, "lucida console", sans-serif;
}
#lists-by-property .article a.comment,
#lists-by-property .article a.rating{
    margin-top: 0px;
    float:right;
    position: relative;
    right: -5px;
    _float:left;
    _right: 0px;
}
#lists-by-property .article p{
    font-size: 11px;
}
#header .top-register
{
    margin-right:0px;
}
#footer a
{
    color:#fff !important;
}
body
{
    background-color:#ECECEC !important;
}
#headmain,
#header,
#wrapper,
.content-centered
{
    background-color:#fff;
}
