.entries {
    background-color: #FFFFFF;
}

.news{
	text-align: justify;
	line-height: 20px;
    background-color: #F0F1F3;
    padding: 15px;
    border-bottom: 1px dotted #808080;
    margin-bottom: 1px;
}
.news:last-child {
    border-bottom: none;
}
.news:first-child {
    border-top: 1px dotted #808080;
}
.news .pic-box {
    margin-right: 30px;
}
.short-news-content{
    line-height: 15px;
	width: 460px;
    height: 135px;
    padding-bottom: 30px;
    position: relative;
}
.news-pic{
	margin: 15px;
	max-width: 250px;
	max-height: 170px;
}
.news-title {
    margin-top: 0;
}
.news-title .date{
	font-size: 12px;
}
.left-news-title .date{
	font-size: 13px;
}
.news-title span, .left-news-title span{
	margin-right: 10px;
    color: #546310;
}

/**
 * Címkék
**/
.labels{
	margin-top: 20px;
}
a.label{
	color: #FFFFFF;
	font-size: 12px;
    background: url("pic/menu_green_box.jpg") repeat-x scroll 0 0 transparent;
	padding:3px 6px;
	margin-right: 5px;
}
a.label:hover{
	background-image: url("pic/menu_green_box_reverse.jpg");
}

/**
 * Híroldal
**/

.article .news-title {
    background: url("pic/hirek_green_bg.jpg") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    padding: 7px 15px;
}

.article .news-content .more-button, .left-page .more-button {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.left-page .news-title {
    margin: 10px 0 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.left-page .news-content {
    line-height: 15px;
}

.left-page .news:first-child {
    border-top: none;
}

.left-news-container {
    border: 1px solid #F0F1F3;
    background-color: #F0F1F3;
}
.news-content ul{
	margin-left: 40px;
}