.show {
    width:20px;
    height:20px;
    background: url(../img/arrows_sprite.png) -297px -659px no-repeat;
    top:20px;
    z-index:10;
    position:absolute;
    cursor:pointer;
    right:20px;

}

.visible {
    background-position:-267px -688px;
}
.hidden
{
    display:none
}
.image_container {
    position:absolute;
}

.block  {
    top:100px;
    left:100px;
    height:300px;
    width:300px;
    background:#adeeed;
    box-shadow:#a3a3a3 0 0 15px;
    -moz-box-shadow:#a3a3a3 0 0 15px;
    -webkit-box-shadow:#a3a3a3 0 0 15px;
    position:absolute;

    z-index:900;
}

.popup {
    background-image: url(../img/pop2.png);
    background-position:top right;
    background-repeat:no-repeat;
    position:absolute;
    padding-top:4px;
    top:40px;
    right:24px;
    z-index:100;
    display:none;
}

.popup_inner {
    -webkit-box-shadow: #666 1px 1px 3px;
    -moz-box-shadow: #666 1px 1px 3px;
    box-shadow: #666 0px 1px 3px;
    border:5px solid white;
    background:#EAEEED
}

div.wallpaper {
    margin:4px 0px 0px 10px;
    width:460px;
    float:left;
}

div.mobile_downloads {
    margin:4px 0px 0px 0px;
    width:215px;
    float:left;
}

div.section_name {
    padding-top:3px;
    height:13px;
}

.section_name h4 {
    color:#000;
}

div.mobile_downloads .one_item {
    width:215px;
}

div.one_item {
    float:left;
    width:230px;
    margin-top:10px;
    margin-bottom:5px;
}

div.mat_image_prev {
    margin-right:10px;
    float:left;
    padding:4px 5px 6px 5px;
    background-image: url(../img/bshadow.png);
    background-repeat:no-repeat;
}
div.mobile_downloads div.one_item div.mat_image_prev
{
    background-image: url(../img/mshadow.png);
    padding-top:5px;
}

div.what {
    margin-bottom:5px
}

div.link {
    float:left;
}

a.link_forward {
    background-image: url(../img/arrows_sprite.png);
    background-position: -412px -79px;
    background-repeat: no-repeat;
    padding-left:9px;
    display:block;
    margin-bottom:4px;
}

div.wallpaper a {
    font-size:12px;
}

a.link_forward:hover {
    background-position: -472px -19px;
    text-decoration:underline;
}

a.link_forward:hover span {
    text-decoration:underline
}

a.link_forward  img
{
    margin-left:5px;
    display:inline;
    vertical-align:bottom
}


div.news_line  {
    padding: 10px 8px 7px 10px;
}

div.head_title {
    margin-bottom:10px;
    font-size:20px;
    font-weight:bold;
}

div.one_news_line {
    margin-top:15px;
    margin-bottom:15px;
}

div.news_point {
    margin-bottom:4px;
}

div.news_image_prev {
    float: left;
    margin-bottom: 3px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 2px;
    position: relative;
    width: 215px;
}

div.news_content {
    float: left;
    width: 225px;
}

.myAwesomeElement {
    behavior: url(http://www.atlant-m.ru/bitrix/templates/vw4d/js/PIE/PIE.htc);
    border-radius: 2px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
}