/*Виджет новостного блока
-----------------------------------------------------------------------------*/
#newsEvent {
    position: relative;
    z-index: 1;
    left: 10px;
}
.block {
    position: relative;
    min-height: 160px;
}
.titleEvent {
    margin: 10px;
    text-align: center;
    color: #40361d; 
    font: bold 22px Arial,Tahoma,serif;
}
#newsEvent img {
    width: 100px;
    margin: 0 10px 10px 0;
    position: relative;
    z-index: 1;
    float: left;
    border: solid 1px #40361d;
    box-shadow: 2px 2px 2px #40361d;
    border-radius: 5px;
}
#newsEvent a:hover img {
    filter:alpha(opacity=80);
    opacity: 0.8;
}
#newsEvent .title {
    margin: 5px 0;
    position: relative;
    text-align: left;
}
#newsEvent .title a {
    position: relative;
    color: #40361d;
    font-weight: bold;
    font-size: 15px;
}
#newsEvent .date {
    float: left;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    color:#40361d;
    margin-right: 5px;
}
#newsEvent .intro {
    text-align: left;
    color: #40361d;
}
#newsEvent .detailed {
    text-align: right;
    margin-right: 30px;
}
#newsEvent .detailed a {
    font-weight: bold;
    color: #40361d;
}
.allNews {
    margin: 10px;
    text-align: center;
}
.allNews a {
    color: #40361d; 
    font: bold 14px Arial,Tahoma,serif;
}
.allNews a:hover {
    color: #594b27; 
    font: bold 14px Arial,Tahoma,serif;
}
/*Блок новости
-----------------------------------------------------------------------------*/
#news {
    margin: 10px;
    position: relative;
    min-height: 160px;
}
#news img {
    width: 100px;
    margin: 0 10px 10px 0;
    position: relative;
    z-index: 1;
    float: left;
    border: solid 1px #40361d;
    box-shadow: 2px 2px 2px #40361d;
    border-radius: 5px;
}
#news a:hover img {
    filter:alpha(opacity=80);
    opacity: 0.8;
}
#news .title {
    margin: 0;
    position: relative;
    text-align: left;
}
#news .title a {
    position: relative;
    color: #40361d;
    font-weight: bold;
    font-size: 15px;
}
#news .date {
    float: left;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    color:#40361d;
    margin-right: 5px;
}
#news .intro {
    text-align: left;
    color: #40361d;
}
#news .detailed {
    text-align: right;
    margin-right: 30px;
}
#news .detailed a {
    font-weight: bold;
    color: #40361d;
}
/*Полный вид новости
-----------------------------------------------------------------------------*/
#newsFull img {
    width: 200px;
    margin: 0 10px 10px 10px;
    position: relative;
    z-index: 1;
    float: left;
    border: solid 1px #40361d;
    box-shadow: 2px 2px 2px #40361d;
    border-radius: 5px;
}
#newsFull a:hover img {
    filter:alpha(opacity=80);
    opacity: 0.8;
}
#newsFull .date {
    margin: 0 10px 10px 20px;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
    color:#40361d;
}
#newsFull .content {
    text-align: justify;
    font-size: 12px;
    font-family: Arial;
    color:#40361d;
}