.article {
}

.article_category {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.article_title h1 {
    font-size: 30px;
    
    font-family: 'DroidSansBold';
    color:#333333;
    margin-bottom:0px;
}

.article_info {
    font-size: 12px;
    margin: 5px 0 10px 0;
    color:#8d8c8c;
}
.article_toppager {
    margin-bottom: 15px;
    font-size: 11px;
    letter-spacing: 1px;
}
.article_toppager a{
    color: #B2B2B2;
}

.article_lead {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 1.3em;
    letter-spacing: 1px;
    text-align: justify;
}

.article_content {
    line-height: 1.5em;
    font-size: 14px;
    text-align: justify;
}
.article_content table,
.article_content tbody,
.article_content td,
.article_content tr,
.article_content ul,
.article_content li{
    margin: auto;
    /*padding: inherit;*/
}

.article_pager {
    margin-bottom: 15px;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
}
.article_pager a{

}
#article_pager_left {
    height:25px;
    text-align:left;
}
#article_pager_right {
    height:25px;
    text-align:right;
    padding-right:30px;
}

.article_tags {
    margin-bottom: 15px;
}
.article_tags .title{
    color: #B2B2B2;
}
.article_tags .a {

}

.article_commentbox {
    margin-bottom: 15px;
}

/*Kiemelésekhez használt sablonok*/
.article_box1 {
    background:#1a1a1a;
    text-align: left;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #cccccc;
    color: #e0e0e0;
}

.article_kepalairas_table {
    border:0px;
    margin:0 auto;
}

.article_kepalairas_text {
    font-size: small;
    font-style: italic;
    text-align: center;
}

.article_kepalairas_text p {
    margin: 0 auto;
}


.articlelist_item {
    float:left;
    margin-bottom: 13px;
    display: inline;
    width: 650px;
    height: 180px;
    
}

.loader-icon, .loader-icon img {
    display: inline-block;
    margin-left: 5px;
    width: 20px;
    height: 20px;
}
.det_search_button {
    width: 84px;
    height: 32px;
    padding: 0px 9px;
    border: 1px solid white;
    color:white;
    font-size: 12px;
    cursor: pointer;
    padding-bottom: 2px;
    font-weight: bold;
    font-family: Arial;
    background: url("/images/layout/bt-active.png") repeat-x center;
}
.det_search_button:hover {
    background: url("/images/layout/bt-hover.png") repeat-x center;
}