@CHARSET "UTF-8";

#NewsLatest {
    float: left;
}
#NewsLatestInsde {
    width: 264px;
    border-left:3px solid #7ecfe4;
    border-right:3px solid #7ecfe4;
    padding-left:4px;
    padding-right:4px;
    padding-top:3px;
}
    

#NewsBottom {
    background:url(../_images/newsBottom.jpg) no-repeat;
    width:278px;
    height:25px;
    padding-top:10px;
    text-align:center;
}
    #NewsBottom a {
        text-align:center;
        border-bottom:1px dotted #ea690d;
        color:#00a0c6;
        text-decoration:none;
        text-transform:uppercase;
    }

/*
 * G A L L E R Y S
 */    
.galleriesListItem{
     clear:left;
     margin-bottom:20px;
}
.galleriesListItem  img {
    float:left;
    border:2px solid #7fcde3;
    background:#fff;
    padding:2px;
    margin-right:15px;
}
.galleriesListItem h2 a {
    color:#00A0C6;
    text-decoration:none;
}
    .galleriesListItem h2 a:hover {
        text-decoration:underline;
    }

/*
 * R E A D 
 */
.galleriesReadImage a img {
    float:left;
    border:2px solid #7fcde3;
    background:#fff;
    padding:2px;
    margin-right:6px;
    margin-bottom:6px;    
}
/*
 * I M A G E S
 */

#ImagesRead {
    text-align:center;
}
#ImagesRead h1 {
    text-align:left;
}
    #ImagesRead img {
        border:2px solid #7fcde3;
        background:#fff;
        padding:2px;      
    }
    
/*
 * A J A N L A T
 */    
.newsLatestItem {
    margin-left:5px;
    margin-bottom:15px;
    padding-bottom:5px;
    background-image:url(../_images/sideMenuBg.gif);
    background-position:center bottom;
    background-repeat:repeat-x;     
}
    .newsLatestItem h2 a {
        color:#00A0C6; 
    }
    .newsLatestItem div {
        background-image:url(../_images/mainMenuIcon.gif);
        background-position:left center;
        background-repeat:no-repeat;
        padding-left:22px;
        margin-left:15px;
        
    }
    #Nyito img {
        border:none;
    }
