@import url("login.css") all;

body{
  margin:0px;
  padding:0px;
  font-family: Georgia, "Times New Roman", Times, seriffont-size:12.5px;
  background: #fff;
}
.d-main{
  padding-top:20px;
  padding-left:30px;
  padding-right:30px;
  display:block;
  min-width:935px;
}



.clear{
  clear:both;
}

.d-header{
    border-bottom:1px solid #ea5706;
     height:70px;
}

.d-header .d-logo{
     width:196px;
     height:70px;
     background: url(../img/header-logo.jpg) no-repeat left top;
     margin-right:0px;
     float:left;
}
 .d-header .d-logo a{
     width:192px;
     height:70px;
     display: block;
 }


.d-header .d-menu {
  height: 70px;
  padding-left:196px;
}
.d-header .d-menu div.left{
  height: 70px;
  background: url(../img/menu-left.gif) no-repeat left bottom;
  padding-left:20px;
}


.d-header .d-menu div.right{
  height: 70px;
  width:13px;
  background: url(../img/menu-right.gif) no-repeat left bottom;
  float:right;
}

.d-header .d-menu ul{
  margin:0px;
  padding:0px;
  list-style: none;
}
.d-header .d-menu ul li {
  margin: 0px;
  padding:0px;
  list-style: none;
  display:block;
  float:left;
  background: url(../img/menu-delimetr.gif) no-repeat right 25px;
}

.d-header .d-menu ul li a {
  display: block;
  float:left;
  padding:27px 10px;
  font-size:14px;
  font-weight: bold;
  color:#fff;
  text-decoration: none;
}

 .d-header .d-menu ul li a:hover{
   color:#FFE2D5;
 }


.d-login-block{
  float: right;
  background: url(../img/enter-bg.gif) no-repeat left top;
  height:62px;
  width:181px;
}

.d-search-line{
  background: url(../img/search-bg.gif) repeat-x left top;
  height:62px;
  padding-left:11px;

}
.d-search-line .d-search-field{
  font-size: 11px;
  color:#000;
  border:1px solid #c1d3d8;
  height:12px;
  padding:5px 0px;
  width:320px;
  background:#fff url(../img/search-lupa.gif) no-repeat 3px 5px; /*14 13*/
  padding-left:20px;
  display: block;
  float:left;
}

.d-search-line label{
  font-size:11px;
  height: 12px;
  margin-right:5px;
  display: block;
  float:left;
  padding-top:5px;
}
 .d-search-checkbox{
  height:20px;
 }


.d-search-checkbox input{
  margin:0px;
  padding:0px;
  margin-right:5px;
  margin-top:5px;
  display: block;
  float:left;
}

.d-search-example{
  color:#6b6b6b;
  font-size:10px;
  clear:left;
}
.d-search-example a{
  color:#6b6b6b;
  font-size:10px;
  text-decoration: none;
  border-bottom:1px dotted #6b6b6b ;
}

.d-search-submit{
  background: url(../img/search-but.gif) no-repeat left top;
  width:42px;
  height:24px;/*42  24*/
  border:0px none;
  outline:0px none;
  margin-top:0px;
  display: block;
  float:left;
  margin-left:10px;

}

.d-search-inbase{
   color:#6b6b6b;
   font-size:11px;
   float:left;
   height:11px;
   padding:6px 0px;
   margin-left:20px;
}
  .d-login-block .d-enter{
      color:#6aa4cc;
      background: url(../img/login-man.gif) no-repeat 23px 22px;

       padding-right:10px;
       padding-left:40px;
       padding-top:20px;
       padding-bottom:20px;
  }
.d-login-block .d-enter a{
    font-size:12px;
   color:#6aa4cc;
   text-decoration: none;
   border-bottom:1px dotted #6aa4cc;
   outline:0px none;
}
.d-login-block .d-enter a:hover{
     color:#336F97;
       border-bottom:1px dotted #336F97;
}


 .d-login-block .d-enter a.enter{
   font-weight:bold;
 }
  .d-login-block .d-enter a.register{
  }

  .d-fast-links{
    background: url(../img/links3bg.gif) no-repeat left top;
    width:176px;
    height:19px;
    padding:3px 10px;
    float:left;
    margin-top:1px;
  }

  .d-fast-links a{
    color:#fff;
    font-size:11px;
  }

  .d-speedbar{
    background: url(../img/speedbar-bg.gif) no-repeat 15px 7px;
    padding-left:35px;
    height:22px;
    padding-top:3px;
    float:left;
    color:#bababa;
       font-size:11px;
  }

  .d-speedbar a{
   color:#bababa;
   font-size:11px;
   text-decoration: none;
  }
  .d-speedbar a:hover{
   color:#949494;
  }
  .d-main-table {
    border:0px none;
    padding:0px;
    margin:0px;
    width:100%;
    margin-top:25px ;
    margin-bottom:50px;
  }
 .d-main-table td{

    vertical-align: top;
 }


  .d-main-table .d-left-col{
    width:165px;         padding:0px;
    margin:0px;
    border-right:1px solid #f6f6f6;
  }
    .d-main-table .d-center-col{
   padding:0px;
    margin:0px;
   padding-left:24px;
   padding-right:20px;

    }

   .d-main-table .d-right-col{
      padding:0px;
    margin:0px;
     width:182px;
     border-left:1px solid #f6f6f6;
     padding-left:10px;
   }

.d-date{
  background: url(../img/clock.gif) no-repeat left 5px;
  padding-left :15px;
  font-size:10px;
  color:#959EAA;
  margin-left:10px;

}
.d-date a{
  font-size:10px;
  color:#959EAA;
}
.d-date a:hover{
  text-decoration:none;
}
 .d-top-rand .d-block {
    width:32%;
    float:left;
    margin-right:1%;

 }


.d-top-rand .d-block .d-text{
  color:#959EAA;
  font-size:11px;
}
 .d-top-rand .d-block .d-text a{
  color:#959EAA;
  font-size:11px;
  text-decoration:underline;
}

.d-views{
  background:url(../img/glaz.gif) no-repeat left 3px;
  padding-left:20px;
  font-size:10px;
  color:#959EAA;
}

.d-blue-block-big .d-block .d-date,
.d-brown-block-big .d-block .d-date{
  float:left;
}


.d-blue-block-big .d-block .d-views,
.d-brown-block-big .d-block .d-comments-gray{
  float:left;
  clear:right;
  margin-left:15px;
}
 .d-blue-block-big .d-block .d-text .d-title{
     color:#000;
     font-size:16px;
     font-weight:bold;
      text-decoration: none;
}


  .d-blue-block-big .d-block .d-text .d-title a{
     color:#36F;
     text-decoration: underline;
	 font-size:14px;
	 padding-bottom:3px;
	 padding-top:3px;
	 font-weight:100;
}

  .d-brown-block-big .d-block .d-title{
        color:#24628D;
    text-decoration: underline;
	margin-top:3px;
	margin-bottom:3px;
	font-size:11px;
	font-weight:100;
	}

    .d-brown-block-big .d-block  .d-title a{
      color:#24628D;
    text-decoration: underline;
	margin-top:3px;
	margin-bottom:3px;
	font-size:11px;
	font-weight:100;
    }

.d-blue-block-big .d-block .d-text,.d-brown-block-big .d-block .d-text{
     color:#777777;
   font-size:11px;
}
 .d-blue-block-big .d-block .d-image-from,.d-brown-block-big .d-block .d-image-from{
   float:left;
   padding:5px;
   border:1px solid #E7E7E7;
   margin-right:5px;
   margin-bottom:5px;
 }

 .d-blue-block-big,.d-brown-block-big{
   float: left;
   width:47%;



 }
 .d-blue-block-big{
     border-right:1px solid #F6F6F6;
     padding-right:2%;  padding-left:0%;

 }
 .d-brown-block-big{
     padding-right:0%;   padding-left:2%;
 }


 .d-blue-block-big .d-block {
   padding: 10px 0px;
 }
    .d-brown-block-big .d-block {
   padding:  0px;
   padding-top:8px;
 }

 .d-blue-block-big .d-block .d-image-from img{
   width:100px;
 }

 .d-brown-block-big .d-block .d-image-from img{
   display: block;
   margin:auto;
   width: 50px;
 }


 .d-blue-block-big .d-top {
   background: url(../img/blue-round-left.gif) no-repeat left top;
   height:27px;
 }

 .d-blue-block-big .d-top .d-tleft{
   background: url(../img/blue-round-right.gif) no-repeat right top;
   height: 27px;
   width:13px;
   float:right;
 }
  .d-blue-block-big .d-top .d-title{
    color:#000000;
    font-size:15px;
    font-weight:bold;
    padding:5px 12px;
    text-transform:uppercase;
    text-decoration: underline;
    float:left;
    background:url(../img/blue_round.gif) no-repeat right 7px;
  }
  .d-blue-block-big .d-top .d-title a,.d-brown-block-big .d-top .d-title a{
     text-decoration: underline;
    color:#000;
  }
 .d-comments-gray {
   background: url(../img/comments.gif) no-repeat left 5px;
   padding-top:10px;
   padding-left:15px;
   font-size:10px;
  color:#959EAA;
 }
   .d-orange-block .d-comments-gray {
        margin-top:3px;
     }
 .d-comments-gray a {
   font-size:10px;
  color:#959EAA;
 }

 .d-comments-gray a:hover{
  text-decoration:none;
 }
    .d-blue-block-big  .d-comments-gray,   .d-brown-block-big  .d-comments-gray{
      float:left;
    }

  .d-brown-block-big .d-top {
   background: url(../img/brown-round-left.gif) no-repeat left top;
   height:27px;
 }

 .d-brown-block-big .d-top .d-tleft{
   background: url(../img/brown-round-right.gif) no-repeat right top;
   height: 27px;
   width:10px;
   float:right;
 }
  .d-brown-block-big .d-top .d-title{
    color:#000000;
    font-size:15px;
    font-weight:bold;
    padding:5px 12px;
    text-transform:uppercase;
    text-decoration: underline;
    float:left;
    background:url(../img/broun-round.gif) no-repeat right 7px;

  }

/* .d-block-big-delitel {
   border-left:1px solid #F6F6F6;margin-top:20px;
   width:1px;
   height:300px;
   margin-right:10px;
   margin-left:10px;
   float:left;
 }  */

  .d-blue-block .d-top{

  background:  url(../img/blue-block-left.gif) no-repeat left top;
   height:25px;
  }
  .d-blue-block .d-top .d-tleft{

  background:  url(../img/blue-block-right.gif) no-repeat left top;
   height:25px;
   width: 28px;
   float:right;
  }
  .d-blue-block .d-top .d-title{
    height: 25px;
    font-size: 13px;
    font-weight:bold;
    padding:5px 15px;
    text-transform:uppercase;
    color:#000;
    text-decoration: underline;
  }
   .d-blue-block .d-top .d-title a{
    font-size: 13px;
    color:#000;
    text-decoration: underline;
    text-transform:uppercase;
  }
   .d-right-col .d-blue-block{
     width: 182px;
   }


   .d-blue-block  .d-video-vid{
     background: url(../img/video-sqr.gif) no-repeat left top;
     width:182px;
     height:171px;
   }
   .d-blue-block  .d-video-bottom{
     background: url(../img/video-bottom.gif) no-repeat left bottom;
     width:142px;
     padding:10px 20px;
     color:#889FBC;
     font-size:12px;
     text-decoration:underline;
   }
    .d-blue-block .d-video-bottom a{
     color:#889FBC;
     font-size:12px;
     text-decoration:underline;
    }

   .d-blue-block .d-block-obs{
     margin-left:5px;
     margin-right:5px;
     border-bottom:1px solid #F0F0F0;
     padding:8px 0px;
   }

   .d-blue-block .d-block-obs .d-text{
          color:#A5A9AC;
          font-size:11px;
          background: url(../img/comments.gif) no-repeat left 2px;
          padding-left:13px; /*12 11*/
          text-decoration: underline;
   }

   .d-blue-block .d-block-obs .d-text a{
        color:#A5A9AC;
          font-size:11px;
           text-decoration: underline;
   }

   .d-blue-block .d-block-obs .d-name{
     background: url(../img/gray_man.gif) no-repeat 13px 3px;
     padding-left: 25px;
     color:#FF4E00;
     font-size:11px;
     padding-top:2px;
   }
   .d-blue-block .d-block-obs .d-name a{
     color:#FF4E00;
     font-size:11px;
     text-decoration: none;
   }


    .d-blue-block .d-bottom{
      background: url(../img/blue-block-bottom-left.gif) no-repeat left bottom;
       height:9px;
    }
      .d-blue-block .d-bottom .d-tleft{
        background: url(../img/blue-block-bottom-right.gif) no-repeat right bottom;
        height:9px;
        width:12px;
        float:right;
      }

 .d-blue-block .d-center{
   border-left:1px solid #E3EDF5;
   border-right:1px solid #E3EDF5;
   padding:20px 30px;
 }
 .d-blue-block .d-center .d-image-list{
   width: 50px;
   height:50px;
   float:left;
   border:1px solid #E7E7E7;
float:left;
padding:3px;
overflow:hidden;
 }

 .d-blue-block .d-center .d-image-list img{
   margin: auto;
   width:50px;
   border:0px none;
   outline:0px none;
 }






.d-orange-block .d-orange-top{
   background: url(../img/orange-round-left.gif) no-repeat left top;
   height:24px;
   float:left;
   padding-left:13px;
   white-space: nowrap;
   margin-bottom:5px;

 }

.d-orange-block  .d-orange-top .d-orange-right{
   background: url(../img/orange-round-right.gif) no-repeat right top;
   width:34px;
   height:24px;
   float:right;
    margin-left:10px;
 }
 .d-orange-block  .d-orange-top .d-title{
   height: 18px;
   padding:3px 0px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   float:left;
   text-transform: uppercase;
   text-decoration: underline;
 }

 .d-orange-block  .d-orange-top .d-title a{
     color:#fff;
   text-transform: uppercase;
   text-decoration: underline;
   font-size:13px;
  }


  .d-orange-block .d-image-from{
     float:left;
   border:1px solid #E7E7E7;
float:left;
padding:5px;
margin-right:5px;
margin-bottom:4px;
  }
  .d-orange-block .d-image-from img.d-onmain{
  	  width:100px;
  }
  .d-orange-block .d-text .d-title{
    color:#24628D;
font-size:14px;
font-weight:bold;
text-decoration:underline;
  }

   .d-orange-block .d-text .d-title a{
    color:#24628D;
font-size:14px;
font-weight:bold;
text-decoration:underline;
  }

    .d-orange-block .d-date,.d-orange-block .d-comments-gray{
      float:left;
    }
  .d-orange-block .d-views{
      float:left;
      margin-left:15px;
    }
.d-orange-block .d-text{
       color:#777777;
font-size:11px;
}

.d-text img  {padding:2px; margin:8px; border:1px solid #eaeaea;}

.d-orange-block{
  margin-top:5px;
  margin-bottom:25px;
  margin-bottom:0px;
}

.d-reklama{
  width:576px;
  border:1px solid #E5E5E5;
  margin:auto;
}

.d-menu-left .d-zagalovok{
    font-size:13px;
    color:#000;
    font-weight:bold;
    text-decoration: underline;
    background: url(../img/red-round.gif) no-repeat 148px 3px;
    padding-right:10px;
}

.d-menu-left .d-zagalovok a{
    font-size:13px;
    color:#000;
    font-weight:bold;
    text-decoration: underline;

    }
 .d-menu-left .d-zagalovok img{
   float:left;
   outline: 0px none;
   border:0px none;
   margin-right:5px;
 }
 .d-menu-left ul{
   margin:0px;
   margin-top:0px;
   padding:0px;
   list-style: none;
 }
 .d-menu-left ul li{
   background: url(../img/red-sqr.gif) no-repeat  3px 8px;
   padding-left:10px;
   list-style: none;
 }
  .d-menu-left ul li a{
    font-size:12px;
    color:#0072A7;
  }
 .d-menu-left{
   margin-bottom:15px;
   padding-bottom:10px;
   border-bottom:1px solid #F6F6F6;
 }

.d-footer{
  background: url(../img/footer-bg-left.gif) no-repeat left bottom;
  height:69px;
}

.d-footer-right{
   background: url(../img/footer-bg-right.gif) no-repeat left bottom;
  height:69px;
  float:right;
  width:11px;
}
.d-footer-logo{
 background:transparent url(../img/footer_logo.gif) no-repeat scroll 0 10px;
float:right;
height:69px;
width:170px;
}
.d-footer-logo a{
  height:69px;
width:170px;
display:block;
}


  .d_counters{
         display:block;
float:left;
height:50px;
padding-top:19px;
padding-left:20px;
vertical-align:middle;
          }

           .d_counters div{
             opacity:0.2;
             filter: alpha(opacity=20);
             float:left;
             margin-left: 10px;
              display: block;
           }
            .d_counters div:hover,.d_counters div.hover{
             opacity:1;
              filter: alpha(opacity=100);
           }


.d_footer_line{
             /* width: 755px; */
                height:33px;
                margin-top: 10px;
                padding:0px 250px;
               /* float:left;   */
           }
            .d_footer_line ul{
              margin: 0px;
              padding: 0px;
              list-style: none; text-align:center;       padding-top: 8px;
            }
            .d_footer_line ul li{
              margin: 0px;
              padding: 0px;
              list-style: none;
              display: inline;
              padding-left: 15px;
              background: url(../img/red-sqr.gif) no-repeat 6px 8px;
              color:#617c99;

            }
            .d_footer_line ul li a {
               color:#000;
               font-size:11px;
               text-decoration: none;
            }
            .d_footer_line ul li a:hover {
               color:#444;
            }

      .tabs_navigator{
        height:27px;
		background:#EAE7DC;
      }


      .tabs_navigator ul{
        margin:0px;
        padding:0px;
        list-style: none;
      }
         .tabs_navigator li{
        margin:0px;
        padding:5px 20px;
        height:17px;
        float:left;
        list-style: none;
        background:#EAE7DC;
        color:#777777;
        margin-right:4px;
      }
       .tabs_navigator li a{
           color:#777777;
		   font-size:14px;
		   text-decoration:underline dashed;

        }
		.tabs_navigator li a:hover{
           color:#777777;
		   font-size:14px;
		   text-decoration:none;
        }


        .tabs_navigator li.tactive{
                background:#FAF7ED;
           }
      .tabs {
          background:#ffffff url(../img/tab-bg.gif) repeat-x left bottom;
         padding:10px 20px;
		 border-bottom-color:#CCC;
		 border-bottom-width:thin;
		 border-bottom-style:solid;
		 border-left-color:#CCC;
		 border-left-width:thin;
		 border-left-style:solid;
		 border-right-color:#CCC;
		 border-right-width:thin;
		 border-right-style:solid;
		 border-top-color:#CCC;
		 border-top-width:thin;
		 border-top-style:solid;

      }

      .tabs .nb{
        width: 48%;
        margin-right:2%;
        float:left;
      }

       .tabs .nb .img{

        float:left;

      }
       .tabs .nb .img img{
         width:75px;
           border: 1px solid #E8E0CA;
        padding:2px;
         margin-right:5px;
        margin-bottom:5px;
       }
           .tabs .nb .text .tab_ntitle, .tabs .nb .text .tab_ntitle a{
             font-size:12px;
             color:#FF3600;
			 margin-top:5px;
             text-decoration: underline;
           }
        .tabs .nb .d-date{
          float: left;
        }
         .tabs .nb .text {
             font-size:11px;
             color:#777777;
         }

         .tabs a.d_go_there{
             font-size:11px;
             color:#777777;
         }







.d_comment_line{
	  border-bottom:1px solid #efefef;
	  height:1px;

}
 table.d_coment{
         border-bottom:1px solid #ededed;
         font-size:11px;
 }
 table.d_coment td.d_imtd{
        border-right:  1px solid #ededed;  width:104px;

         color:  #444 ; font-size:11px;
         padding-left: 4px;
         padding-top:5px;
 }
 table.d_coment td.d_imtd div{
        padding:5px;
 }

  table.d_coment .d_commnet_main_wind {
    position: relative;
    padding-left:5px;
        font-size:12px;
  }
  .d_commnet_bottom_line{
    padding-left:5px;
    padding-bottom:5px;

  } .d_commnet_bottom_line a,.d_commnet_top_line a,.d_commnet_top_line{
    color:#B4B4B4  ;
  }
  .d_commnet_top_line .login a{
     color: #DD2B2B ;
  }
  .d_commnet_top_line {
  	      font-size:11px;
  }



table.d_coment .d_commnet_main_wind .d_commnet_top_line{
  height: 20px;
  padding-top:5px;
}
   .d_cooments_intext{
     color:#B4B4B4;
font-size:17px;   font-weight:bold;
border-bottom:  1px dotted #B4B4B4;     padding-bottom:10px;
   }

   .d-text-with-arrow{
   	background:url(../img/full_arrow.gif) no-repeat bottom right;
   	padding-right:27px;
   	padding-bottom:0px;
   	font-size:13px;
   	color:#AAAAAA;
   	font-weight:bold;
   	text-transform:uppercase;
     float:left;
     clear:both;
     margin-bottom:10px;
   }
   .d-text-with-arrow2{
   	background:url(../img/full_arrow.gif) no-repeat bottom right;
   	padding-right:10px;
   	padding-bottom:0px;
   	font-size:13px;
   	color:#AAAAAA;
   	font-weight:bold;
   	text-transform:uppercase;
     float:left;
     clear:both;
     margin-bottom:10px;
   }

.d_add_coment_but{
   	background:url(../img/add_comment.gif) no-repeat left top;
   	width:159px;
   	height:24px;
   }


  #ratig-layer .rating{
   	font-size:11px; 	color:#959EAA;
   }
   .d-related ul li{
   	background:url(../img/related-bg.gif) no-repeat left 2px;
   	padding-left:20px;
   	color:#24628D;height:15px;

   }
   .d-related ul li a{
   		color:#24628D;
   		font-size:11px;
       text-decoration:underline;
   }

   .d-enter-etered {
     font-size:11px;
   }
.d-image-listalka-main{
	float:left;
	width:200px;
   margin-right:5px;
   margin-bottom:3px;
   border:1px solid #0072A7;
	padding:5px;
}
.d-image-listalka{
	width:200px;
	height:250px;
    overflow:hidden;
}
.d-image-listalka img{
   /*	width:200px;  */
    	height:250px;
}
.d-image-listalka-pages{
	float:left;
	width:200px;
	
}
.d-image-listalka-pages a{
	float:left;
/*	height:30px;
	width:30px; */
	color:#0072A7;
	display:block;
	padding:5px 10px;
	margin-bottom:2px;
    margin-left:2px;
    margin-right:2px;
	border:1px solid #0072A7;
	background:#fff;
	text-decoration: none;
	cursor:pointer;
}
.d-image-listalka-pages a.current{
border:1px solid #FF3600;
}
.d-image-listalka-pages a:hover{
	background:#eee;
}
.d-image-listalka-pages a span{
	display:none;
}

.berrors {
background:#EAD1A5 url(../images/berrors.png) no-repeat scroll 0 0;
border-color:#DAAF61;
border-color:#D1BC97;
border-style:solid;
border-width:1px 0;
color:#E0CDF3;
color:#777777;
font-style:italic;
padding:10px 15px 10px 60px;
}

.heading {
color:#000;
margin-bottom:0.3em;
}

.bbcodes, .bbcodes_poll {
   height:23px;
padding:3px 9px 5px;
}
.md {
color:#000;
font-size:23px;
padding-top:5px;

}

.comm {
	margin-left: 1em;
	border: none;
	
}
.comm2 {
	background-color: #f7f7f7;
	}
	
	.labew{padding:0 30px 5px 0;font-size:14px;line-height:1.2em;background:url(../images/tk2.gif) repeat-x right bottom}
		 .d-c {
   background: url(../img/comments.gif) no-repeat left 1px;
   padding-left:15px;
   font-size:15px;
  color:#959EAA;
 }
.dd {
	font-size:14px;
}
.fs {
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	width:100%;
}
.acom {
	background-color:#f7f7f7;
	
}
.textcom {
font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	
}
.shortst{
color:#FF3F00;
font-size:14px;
border-bottom:dotted;
border-bottom-width:thin;
font-weight:bold;
}

.shtl{
color:#2A5FAA;
font-size:14px;
border-bottom:dotted;
border-bottom-width:thin;
font-weight:bold;
}
.shortst2{
color:#FF3F00;
font-size:12px;
font-weight:bold;
}
.txt dt{
	margin:0;display:inline;line-height:16px;color:#666;
}
.txt dd {
margin:0;padding:0 6px 0 0;display:inline;line-height:16px;color:#666;	
}
.txt dd img {
margin:5px 0 0 5px;vertical-align:top;
	border:none;
}
.txt dl {
margin:0;padding-bottom:18px 0 0;font-size:12px;border:1px solid #fff;color:#666;	
}

.bordshort {list-style:none;border:1px solid #EFEFEF;background-color:#FFF;line-height:24px;height:22px;margin:0px;padding:0px;}
.obzor a{
	margin-left:56%;
font-size:12px;
color:#F60;
font-weight:bold;
}
.titl {
	color:#24628D;
     text-decoration: underline;
}
.popro {
font-size:12px;
             color:#FF3600;
			 padding-top:5px;
			 text-decoration: underline;
	
}
.imgpm {
	border:none;
	
}