

/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; width: 10em;
}
.notedefault {
	z-index:1;
 padding: 3px;/*
 border: 1px solid #369;
 background-color: #69C;
 color: white;*/
}
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #C96;
 color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 5px;
 margin-top: 15px;
}

/* Headings within notes */
.notedefault h5 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: white;
 color: black;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 float: right;
 margin-top: 2px;
 width: 14px;
 height: 14px;
 line-height: 14px;
 color: black;
 text-decoration: none;
 visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}
#head_menu{
    display:none;
    border: 1px solid #D7E7EA;
    background:#80B4BD;
    position:absolute;
    z-index:100;
    margin-left:10px;
    border-radius:8px;
}
#head_menu li{
    list-style:none;
    padding:8px;
    font-size:15px;
    font-weight:bold;
}
#head_menu li a{
    color:#FFF;
}

.reg_head{
    width: 220px;
    height: 30px;
    text-align: center;
    border-radius: 8px;
    padding-top: 2px;
    //background: RGB(0,91,91);
    background: #80B4BD;
}
.reg_menu li{
    //cursor: pointer;
    margin-left:-25px;
    padding:2px 8px;
    font-size: 12px !important;
}

.reg_menu li:hover{
    background:#D7E7EA;
}

.meat_menu li{
text-transform: lowercase;
list-style:none;
margin-left:-20px;
cursor: pointer;
font-size:14px !important;
}

.meat_menu li:hover{
    background:#D7E7EA;
}

.sub_meat_menu {
    display:none;
    background: #fff;
    //position: relative;
    //left: 240px;
    //top: -40px;
    //background: #fff;
}

.sub_meat_menu li{
text-transform: lowercase;
list-style:none;
margin-left:-20px;
cursor: pointer;
}

.list_fo{
    display:none;
    border: 1px solid #005B5B;
    background: #FFF;
    position:absolute;
    z-index:100;
    margin-left:5px;
    border-radius:4px;
    font-weight:bold;
    margin-top:10px;
}
.list_fo li{
    color: #4D7C84;
    list-style:none;
    text-align: left;
    font-weight:normal;
    margin-left:-35px;
    font-size: 12px;
}

.list_fo li:hover{
    background:#D7E7EA;
}

#select_fo{
    margin: 0px 0px -2px 2px;//margin: 1px 0px 1px 3px;
    border-radius: 6px;
    color: #14145B;
    //width: 240px;
    //eight: 22px;
    //width: 242px;
    height: 24px;
    background:#fff;
    background-image: url(/menu/down.gif);
    background-position: 98% 50%;
    background-repeat: no-repeat;
    border: 2px solid #ccc;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    overflow: hidden;
    font-size: 12px;
}
.reg_menu a{
    text-decoration: none;
}
.list_fo a{
    text-decoration: none;
}

.zarubeg{
    background-image: url(/menu/down.gif)!important;
    background-position: 96% 50%!important;
    background-repeat: no-repeat!important;
}

.foreign{
    display:none;
}

.foreign li{
    margin-left:-65px;
}

.list_fo a{
    color: #4D7C84;
    cursor:pointer;
}

.active_fo{
    background:#D7E7EA;
    color:#CC6600 !important;
    font-weight: bold;
}
.active_fo li a{
    font-weight: bold;
    
}
.meat_base_reg{
    color: #4D7C84;
    font-weight: bold;
}

.type_radio {
    display:none;
}
.type_radio + label span {
    display:inline-block;
    width:111px;
    height:48px;
    margin:5px;
    vertical-align:middle;
    text-align: center;
    background: #CCC;
    cursor:pointer;
}
.type_radio:checked + label span {
    //background: #D8E7EB;
}
.center_block{
    width: 530px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 8px -23px rgba(0, 0, 0, .4), 23px 0 8px -23px rgba(0, 0, 0, .4), 0 0 40px rgba(0, 0, 0, .1) inset;
}

#forcontacts{
    background: #FFF;
}
