@charset "windows-1251";
/*  */
li:first-letter  {
    font-size: 140%;
    font-weight: bold;
    padding-right: 2px;
    color: maroon;
}
/*  */
h3:first-letter  {
    font-size: 150%;
    padding-right: 2px;
    color: orange;
}
/*  */
h4:first-letter  {
    font-size: 150%;
    padding-right: 2px;
    color: lime;
}
/*  */
h1  {
    font: normal normal large/1 Arial;
}
/*  */
h3  {
    padding: 10px 10px;
    text-align: center;
    font-size: small;
    border: 4px none silver;
    border-radius: 15px;
    behavior: url(http://tte.dax.ru/scripts_fonts/PIE.htc);
}
/*  */
h4  {
    font: normal normal small Arial;
}
/*  */
td  {
    font-size: 11px;
}
/*  */
body  {
    font: normal normal 10px Verdana;
    color: white;
    background-image: url(fon.jpg);
}
/* box-shadow: #666 6px 6px 6px 0px; */
.link  {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 10px;
    border: silver 1px solid;
    border-radius: 0px 20px 5px 0px;
    -pie-background: linear-gradient(left, #D9A313, yellow, #D9A313);
    background: -moz-linear-gradient(left, #D9A313, yellow, #D9A313);
    background: -o-linear-gradient(left, #D9A313, yellow, #D9A313);
    background-image: -webkit-linear-gradient(left, #D9A313, yellow, #D9A313);
    behavior: url(http://tte.dax.ru/scripts_fonts/PIE.htc);
}
/*  */
.link1  {
    padding: 2px;
    color: maroon;
    background-color: #EFC147;
}
/*  */
#location  {
    border-bottom: silver 4px solid;
    padding-bottom: 4px;
}
/*  */
.bottom  {
    border-top: silver 4px solid;
    padding-top: 4px;
}
/* box-shadow: #666 6px 6px 6px 2px; */
.tab  {
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}
/*  */
.tableft  {
    padding-right: 10px;
    vertical-align: top;
    border-right: silver 1px dashed;
}
/*  */
.tabright  {
    padding-left: 10px;
    vertical-align: top;
    border-left: silver 1px dashed;
}
/*  */
#leftimg  {
    float: left;
    padding-right:50px;
}
/*  */
#rightimg  {
    float: right;
}
/*  */
#caption_page  {
    float: left;
    padding-left:20px;
    width:40%;
}
/*  */
em, #info, #info1  {
    color: black;
    font-weight: bold;
}
/*  */
a:hover  {
    border-color: green;
    text-decoration: none;
    behavior: url(http://tte.dax.ru/scripts_fonts/PIE.htc);
    -pie-background: linear-gradient(top, yellow, yellow, yellow);
    background: -moz-linear-gradient(top, yellow, yellow, yellow);
    background: -o-linear-gradient(top, yellow, yellow, yellow);
    background-image: -webkit-linear-gradient(top, yellow, yellow, yellow);
}
/*  */
.tdlink  {
    width: 100px;
}
/* если не поставить block, в ряде браузеров будет inline -> лишнее пространтсво вокруг элементов */
.carousel img  {
    width: 208px;
    height: 137px;
    display: block;
    cursor: url("plus.cur"),url("http://tte.dax.ru/scripts_fonts/plus.cur"),pointer;
}
/*  */
.carousel .arrow  {
    position: absolute;
    top: 60px;
    padding: 3px 8px 8px 9px;
    background: #ddd;
    border-radius: 15px;
    font-size: 24px;
    color: #444;
    text-decoration: none;
    behavior: url(scripts_fonts/PIE.htc);
}
/*  */
.carousel .left-arrow  {
    left: 7px;
}
/*  */
.carousel .right-arrow  {
    right: 7px;
}
/*  */
.block,.carousel  {
    position: relative;
    padding: 10px 40px;
    border: 4px solid orange;
    background-color: #F3E79C;
    color: black;
    border-radius: 15px;
    behavior: url(http://tte.dax.ru/scripts_fonts/PIE.htc);
}
/*  */
.msg  {
    margin: 10px;
    padding: 5px 15px;
    border-left: #EFC147 7px solid;
    background-color: #FFEFDF;
    color: navy;
    border-radius: 5px;
    behavior: url(http://tte.dax.ru/scripts_fonts/PIE.htc);
}
/*  */
.header1  {
    padding: 10px 40px;
    border: 4px dashed yellow;
    border-radius: 15px;
    behavior: url(http://tte.dax.ru/scripts_fonts/PIE.htc);
}
/*  */
.popup  {
    display: none;
    position: relative;
    border: 7px solid #EFC147;
    padding: 3px;
    background-color: #E2EFC2;
    border-radius: 15px;
    behavior: url(http://tte.dax.ru/scripts_fonts/PIE.htc);
}
/*  */
.form_ans_edit  {
    display: none;
    position: relative;
}
/*  */
textarea  {
    border:1px dotted #FF0000;
    padding: 5px;
    overflow: auto;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*  */
input  {
    border:1px dotted #FF0000;
    padding: 2px 5px;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
