﻿.news-first-page-box
{
    width: 100%;
    min-height: 185px;
    float: left;
    border: 1px solid #c1c1c4;
    margin-top: 12px;
    -moz-box-shadow: 3px 3px 3px #666;
    -webkit-box-shadow: 3px 3px 3px #666;
    box-shadow: 3px 3px 3px #666;
}

.shadow-box
{
    width: 100%;
    float: left;
    margin-bottom: 12px;
    -moz-box-shadow: 3px 3px 3px #666;
    -webkit-box-shadow: 3px 3px 3px #666;
    box-shadow: 3px 3px 3px #666;
}

.shadow-box:hover
{
    -moz-box-shadow: 0px 0px 3px 3px #00A6EB;
    -webkit-box-shadow: 0px 0px 3px 3px #00A6EB;
    box-shadow: 0px 0px 3px 3px #00A6EB;
}


.news-firts-page-title
{
    width: 170px;
    height: 26px;
    background: url(../images/kos.png) no-repeat right bottom;
    background-color: Green;
    color: White;
    font-family: Trebuchet MS;
    font-size: 17px;
    padding-left: 5px;
    line-height: 26px;
    float: left;
}


#ctl00_ContentPlaceHolder1_ctl00_pnlFirstPageNews
{
    border-spacing: 0px;
}

.news-first-page-content
{
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.news-first-page-content:hover
{
    -moz-box-shadow: 0 0 3px 3px #960085;
    -webkit-box-shadow: 0 0 3px 3px#960085;
    box-shadow: 0 0 3px 3px #960085;
}

.news-first-page-image
{
    float: left;
    border: 1px solid #c1c1c4;
    margin-left: 10px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.news-first-page-item-title
{
    color: Black;
    font-family: Trebuchet MS;
    font-size: 17px;
    margin-right: 10px;
    margin-left: 10px;
}

.news-first-page-item-text
{
    overflow: hidden;
    height: 48px;
    color: #6b6a6d;
    font-size: 13px;
    margin-right: 10px;
    margin-left: 10px;
}

.news-first-page-item-text12
{
    overflow: hidden;
    height: 48px;
    color: #6b6a6d;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
}

.first-page-left-news
{
    width: 303px;
    margin-right: 15px;
    float: left;
}

.first-page-right-news
{
    width: 360px;
    float: left;
}

.related-news-image
{
    width:300px;
    height:120px;
    float:left;
    background-position:center;
    background-repeat:no-repeat;
    -moz-box-shadow: 3px 3px 3px #666;
    -webkit-box-shadow: 3px 3px 3px #666;
    box-shadow: 3px 3px 3px #666;
}

.related-news-text
{
    overflow: hidden;
    height: 35px;
    position: relative;
    top: 0;
    left: 0;
    width: 290px;
    background-color: black;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    opacity: .7;
    z-index: 0;
    font-size:16px;
    color:White;
    padding:5px;
    margin-top:70px;
}

.related-news-recommended
{
    color:White;
    font-size:16px;
    width:290px;
    margin-bottom:10px;
    padding:5px;
    -moz-box-shadow: 3px 3px 3px #666;
    -webkit-box-shadow: 3px 3px 3px #666;
    box-shadow: 3px 3px 3px #666;
}

.news-first-page-link
{
    color:White !important;
}

.news-first-page-link:hover
{
    color:Yellow !important;
}