html, body{
    height: 100%;
    margin: 0px;
}
body {
	font-family: Tahoma;
    background: #fff;
	padding: 0px;
    margin: 0px;
    font-size: 11px;
    min-width: 1000px;
}
table tr, td{
    font-family: Tahoma;
    font-size: 11px;
    color: #333;
    line-height: 1.5;
}
a{
	color: #0066cc;
    text-decoration:none;
}
a:hover {
	color: #0066cc;
    text-decoration: underline;
}
a:focus{
    outline: none;
}

.top_menu a{
    color: #666;
}
.top_menu a:hover{
    color: #0066cc;
    text-decoration: none;
}
a.top_menu_act{
    color: #0066cc;
    text-decoration: none;
}
.inp_search{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 0px solid;
    border-right: 0px solid;
    width: 100px;
    height: 19px;
    font-family: Tahoma;
    font-size: 11px;
    color: #666;
}
.title{
    font-size: 17px;
    color: #000;
}
.lang{
    padding-top:4px;
    padding-left:20px;
}
.left_menu{
    padding-bottom: 20px;
}
.left_menu a{
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.left_menu a:hover{
    color: #000;
}
.left_menu_act{
    color: #000;
    text-decoration: underline;
}
.right_baner{
    height: 242px;
    padding-top: 26px;
}
.fon_question{
    background-image: url(../images/fon_question.gif);
    background-position: top right;
    background-repeat: no-repeat;
    padding-left: 75px;
    margin-bottom: 20px;
}
.fon_question a{
    color: #999;
}
.fon_question a:hover{
    color: #999;
}
.fon_place{
    background-image: url(../images/fon_place.gif);
    background-position: top right;
    background-repeat: no-repeat;
    padding-left: 82px;
    margin-bottom: 20px;
}
.fon_place a{
    color: #999;
}
.fon_place a:hover{
    color: #999;
}
/*h*/
h1{
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: normal;
}
h2{
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    font-weight: normal;
}
h3{
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    font-weight: normal;
}
/*h end*/
.black{
    color: #000;
}
.white{
    color: #fff;
}
.red{
    color: #ff0000;
}
.red a{
    color: #ff0000;
}
.red a:hover{
    color: #ff0000;
}
.grey{
    color: #333;
}
.grey a{
    color: #333;
}
.grey a:hover{
    color: #333;
}
.data{
    color: #999;
}
.font11{
  font-size: 11px;
}
.font13{
  font-size: 13px;
}
.font15{
  font-size: 15px;
}
.article_name{
    font-size: 14px;
    color: #666;
}
.left_part{
    height:277px;
    padding-top:15px;
}
.list_pad{
    padding-right: 10px;
}
.listing a{
    color: #000;
}
.listing a:hover{
    color: #000;
}
.list_act{
    color: #000;
    text-decoration: underline;
}
.select{
    width: 140px;
    height: 19px;
    border: 1px solid #d0d0d0;
    padding-left: 5px;
    font-family: Tahoma;
    font-size: 11px;
    color: #666;
}
.select_big{
    width: 200px;
    height: 19px;
    border: 1px solid #d0d0d0;
    padding-left: 5px;
    font-family: Tahoma;
    font-size: 11px;
    color: #666;
}
.inp{
    width: 150px;
    height: 19px;
    border: 1px solid #d0d0d0;
    padding-left: 5px;
    font-family: Tahoma;
    font-size: 11px;
    color: #666;
}
.inp1{
    width: 200px;
    height: 19px;
    border: 1px solid #d0d0d0;
    padding-left: 5px;
    font-family: Tahoma;
    font-size: 11px;
    color: #666;
}
.inp_sm{
    width: 100px;
    height: 19px;
    border: 1px solid #d0d0d0;
    padding-left: 5px;
    font-family: Tahoma;
    font-size: 11px;
    color: #666;
}
.tab_top{
    background-image: url(../images/tab_top.gif);
    background-position: top left;
    background-repeat: repeat-x;
}
.tab_line{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
}
.tab_line_mini{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 2px;
}
.bord_left{
    background-image: url(../images/bord.gif);
    background-position: top left;
    background-repeat: repeat-y;
}
.bord_right{
    background-image: url(../images/bord.gif);
    background-position: top right;
    background-repeat: repeat-y;
}
.bord_bot{
    background-image: url(../images/bord.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
}
.area{
    width: 200px;
    height: 100px;
    border: 1px solid #d0d0d0;
    padding-left: 8px;
    font-family: Tahoma;
    font-size: 11px;
    color: #666;
}

.tip {
	width: 150px;
	font-size: 80%;
	font-family: Verdana, sans-serif;
	color: #eff5ff;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color: #484e58;
}

.prototip { position: absolute; }