<!--
td {  font-family: Helvetica, Verbana, Tahoma, Arial, sans-serif; font-size: 12px; color: #000000}
h1 {  font-family: Tahoma, Arial, sans-serif; font-size: 24; font-weight:bold; color: #3377cc}
h2 {  font-family: Tahoma, Arial, sans-serif; font-size: 16; font-weight:bold; color: #3377cc}
h3 {  font-family: Tahoma, Arial, sans-serif; font-size: 14; font-weight:bold; color: #3377cc}
h4 {  font-family: Tahoma, Arial, sans-serif; font-size: 13; font-weight:bold; color: #3377cc}
.dec {  font-family: Helvetica, Verbana, Tahoma, Arial, sans-serif; font-size: 12; color: #0099CC}
.bigtel { font-size:24; color: #0066cc}
.pref { font-size:12; color: #0066cc}
.16 { font-weight:bold; font-size:14; color: #3399cc}
.nw { font-weight:bold; font-size:15; color: #006677}
.midltel { font-family:Tahoma, Arial, sans-serif; font-weight:bold; font-size:12; color: #3399CC}
.just { text-align:justify;}
a {  color: #3366CC; text-decoration: none}
a:hover {  color: #0066FF;  text-decoration:underline}
.td-top-just {text-align:justify; margin-top:0;}
.m { text-indent:4; }
.table-goods { background-color:rgb(0,204,204); }
.td-goods  { background-color: #ffffff; text-indent:8; }
.new  { font-weight:bold; font-size:16; color:rgb(51,204,204); text-decoration:underline; }
.grey  { color: #666666;}
.mrgt-15 { margin-top:-15; }
.mrgb-7 { margin-bottom:-7; }

/* active button */
.a_active_button {
    background-color:#02a300;
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    color:#fff;
    position:relative;
    padding:7px 12px;
    padding-right:40px;
    background-image: linear-gradient(bottom, rgb(1,146,153) 0%, rgb(34,157,162) 100%);
    border-radius: 5px;
    box-shadow: inset 0px 1px 0px #027f00, 0px 5px 0px 0px #027f00, 0px 10px 5px #999;
}

.a_active_button:active {
    top:3px;
    background-image: linear-gradient(bottom, rgb(1,146,153) 100%, rgb(34,157,162) 0%);
    box-shadow: inset 0px 1px 0px #027f00, 0px 2px 0px 0px #027f00, 0px 5px 3px #999;
}

.a_active_button:hover {
    color:#FFFF00;
    text-decoration:none;
}

.a_active_button::before {
    background-color:#ff0202;
    background-image:url("arrow.png"/*tpa=http://aleva.narod.ru/images/arrow.png*/);
    background-repeat:no-repeat;
    background-position:center center;
    content:"";
    width:20px;
    height:20px;
    position:absolute;
    right:15px;
    top:50%;
    margin-top:-9px;
    border-radius: 50%;
    box-shadow: inset 0px 1px 0px #ff0202, 0px 1px 0px #ff0202;
}


.a_active_button:active::before {
    top:50%;
    text-decoration:none;
    margin-top:-12px;
    background-image:url("arrow-down.png"/*tpa=http://aleva.narod.ru/images/arrow-down.png*/);
    box-shadow: inset 0px 1px 0px #027f00, 0px 3px 0px #027f00, 0px 6px 3px #027f00;
}


/* active button R */

.a_active_button_r {
    background-color:#0093DD;
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    color:#fff;
    position:relative;
    padding:7px 12px;
    padding-right:40px;
    background-image: linear-gradient(bottom, rgb(1,146,153) 0%, rgb(34,157,162) 100%);
    border-radius: 5px;
    box-shadow: inset 0px 1px 0px #0E6590, 0px 5px 0px 0px #0E6590, 0px 10px 5px #999;
}

.a_active_button_r:active {
    top:3px;
    background-image: linear-gradient(bottom, rgb(1,146,153) 100%, rgb(34,157,162) 0%);
    box-shadow: inset 0px 1px 0px #0E6590, 0px 2px 0px 0px #0E6590, 0px 5px 3px #999;
}

.a_active_button_r:hover {
    color:#FFFF00;
    text-decoration:none;
}

.a_active_button_r::before {
    background-color:#ff0202;
    background-image:url("arrow.png"/*tpa=http://aleva.narod.ru/images/arrow.png*/);
    background-repeat:no-repeat;
    background-position:center center;
    content:"";
    width:20px;
    height:20px;
    position:absolute;
    right:15px;
    top:50%;
    margin-top:-9px;
    border-radius: 50%;
    box-shadow: inset 0px 1px 0px #ff0202, 0px 1px 0px #ff0202;
}


.a_active_button_r:active::before {
    top:50%;
    text-decoration:none;
    margin-top:-12px;
    background-image:url("arrow-down.png"/*tpa=http://aleva.narod.ru/images/arrow-down.png*/);
    box-shadow: inset 0px 1px 0px #0E6590, 0px 3px 0px #0E6590, 0px 6px 3px #0E6590;
}
-->