/* 
    Document   : articles_v2
    Created on : 2010.07.23., 9:18:13
    Author     : ZeNC
    Description:
        Cikkek css
*/

/* Article blog list */

/* pager */
.article_blog_list .top,
.article_blog_list .bottom
{
        background: url('http://static2.datasrv.sikeres.hu/layout_right/common/common-pager.gif') no-repeat top left;
        width:700px;
        height:36px;
        margin:0 0 0 10px;
}

.article_blog_list .bottom {
        margin:10px 0 0 10px;
}

.article_blog_list .list {
        margin:0 0 10px 0;
}

/* Item */

.article_blog_list .item {
        width:700px;
        margin:0 0 10px 10px;
        overflow:hidden;
}

.article_blog_list .item .wrapper {
        float:left;
        width:670px;
        background:url('http://static2.datasrv.sikeres.hu/layout_right/articles/articles-box-upperleft.gif') no-repeat top left #EFEEEE;
}

.article_blog_list .item .content {
        height:162px;
        width:100%;
}

.article_blog_list .item .content .left {
        float:left;
        width:435px;
        height:143px;
        padding:20px 0 0 20px;
}

.article_blog_list .item .content .left .text p {
        height:70px;
        padding:0;
        margin:0;
        font-size:12px;
        line-height:18px;
        overflow:hidden;
}

.article_blog_list .item .content .left h3 {
        margin:0 0 10px 0;
        height:32px;
}

.article_blog_list .item .content .left h3,
.article_blog_list .item .content .left h3 a:link,
.article_blog_list .item .content .left h3 a:visited,
.article_blog_list .item .content .left h3 a:hover
{
        color:#E31019;
        text-transform:uppercase;
        text-decoration:none;
        font:bold 14px Arial,Helvetica,sans-serif;
}

.article_blog_list .item .content .left .button {
        float:right;
        margin:3px 0 0 0;
}

.article_blog_list .item .content .right {
        float:right;
        width:200px;
        height:162px;
        position:relative;
}

.article_blog_list .item .content .right .img {
        position:absolute;
        bottom:-6px;
        right:-2px;
}

.article_blog_list .item .content .right .img a {
        color:#FFFFFF;
        text-decoration:none;
        border-color:#FFF;
}

.article_blog_list .item .content .right .img a img {
        border-color:#FFF;
}

.article_blog_list .item .footline {
        height:27px;
        background:url('http://static2.datasrv.sikeres.hu/layout_right/articles/articles-box-bottomleft.png') no-repeat 0 15px #CDCCCC;
        border-top:3px solid #FFF;
        height:27px;
        overflow:hidden;
        width:670px;
        font-size:10px;
}

.article_blog_list .item .footline .commentcnt {
        background:url('http://static2.datasrv.sikeres.hu/common/icon-comments.png') no-repeat top left;
        height:20px;
        padding:3px 0 0 24px;
        margin:5px 20px;
        float:left;
}

.article_blog_list .item .footline .date {
        float:right;
        padding:1px 0 0 0;
        margin:5px 20px;
}

.article_blog_list .item .side {
        float:right;
        width:27px;
        line-height:27px;
        text-align:right;
        height:173px;
        padding:20px 0 0 0;
        border-left:3px solid #FFF;
        background:url('http://static2.datasrv.sikeres.hu/layout_right/articles/articles-box-upperright.gif') no-repeat top right #CDCCCC;
}

.article_blog_list .item .side .inner {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/articles/articles-box-bottomright.gif') no-repeat bottom right transparent;
        height:100%;
}

.article_blog_list .item .side .title {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        writing-mode: tb-rl;
        filter: flipv fliph;
}

.article_blog_list .item .side .fix {
        height:193px;
        text-align:right;
        width:193px;
}

.article_blog_list .item .side .title a {
        color:#514F4F;
        text-decoration:none;
        font-size:14px;
        display:block;
        _background-color:#CDCCCC;
}

/* Item end */

/* Article blog list end */

/* Article view */

.article_view {
        width:710px;
        overflow:hidden;
}

.article_view .head {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/articles/articles-article-head.gif') no-repeat top left;
        height:36px;
        font-size:10px;
}

.article_view .head .backlink {
        float:left;
        font-size:12px;
        line-height:16px;
        padding:10px 30px;
}

.article_view .head .backlink a:link,
.article_view .head .backlink a:visited,
.article_view .head .backlink a:hover
{
        background:url('http://static2.datasrv.sikeres.hu/common/icon_range_next.png') no-repeat top right;
        padding:2px 20px 1px 0;
        color:#363332;
}

.article_view .head .date {
        float:right;
        padding:10px;
        line-height:16px;
}

.article_view .head .print {
        float:right;
        padding:10px 6px;
        overflow:hidden;
}

.article_view .head .print a:link,
.article_view .head .print a:visited,
.article_view .head .print a:hover
{
        background:url('http://static2.datasrv.sikeres.hu/common/icon-print.gif') no-repeat top left;
        display:block;
        width:16px;
        height:16px;
}

.article_view .body {
        width:700px;
        overflow:hidden;
        margin:0 0 0 10px;
        background:url('http://static2.datasrv.sikeres.hu/layout_right/articles/articles-article-body-bg.gif') repeat-y top left;
}

.article_view .body .topdecor {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/articles/articles-article-body-top.gif') no-repeat top left;
}
.article_view .body .bottomdecor {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/articles/articles-article-body-bottom.gif') no-repeat bottom left;
}

.article_view .body .inner {
        float:left;
        width:630px;
        padding:20px;
}

.article_view .body .title {
        font:bold 25px Arial,Helvetica,sans-serif;
        color:#E31019;
        text-transform:uppercase;
        padding:0 0 20px;
}

.article_view .body .lead {
        font:bold 16px Arial,Helvetica,sans-serif;
        color:#858281;
        padding:0 0 25px;
        text-align:justify;
}

.article_view .body .lead a {
    color: #858281;
    text-decoration: underline;
}

.article_view .body .content {
        font-size:12px;
        color:#1A171B;
        text-align:justify;
}

.article_view .body .content img {
        border:3px solid #FFF;
}

.article_view .body .content a {
    font-weight: bold;
}

.article_view .body .side {
        float:right;
        width:27px;
        line-height:27px;
        color:#FFF;
        padding:25px 0 0 0;
}

.article_view .side a {
        color:#FFF;
}

.article_view .side .author {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        writing-mode: tb-rl;
        filter: flipv fliph;
        _background-color:#CDCCCC;
        #width:27px;
        #height:300px;
        _padding:0;
        text-align:right;
        color:#514F4F;
}

.article_view .side .opera {
        line-height:14px;
        padding:3px 5px;
        text-align: center;
}

.article_view .side .fix {
        height:193px;
        text-align:right;
        width:193px;
}


.article_view .footline {
        color:#514F4F;
}

/* Article view end */

/* Article special blog title */

.article_special_blog_title {
        width:710px;
        background:url('http://static2.datasrv.sikeres.hu/layout_right/articles/article-special-topright.gif') no-repeat top right #827F7E;
        border-collapse: collapse;
        border:0;
        margin:0 0 10px 0;
        padding:0;
}

.article_special_blog_title .side {
        width:10px;
        background:url('http://static2.datasrv.sikeres.hu/layout_right/articles/article-special-topleft.gif') no-repeat top left #FFF;
}

.article_special_blog_title .wrapper {
        width:660px;
        background:url('http://static2.datasrv.sikeres.hu/layout_right/articles/article-special-bottom.gif') no-repeat bottom left transparent;
        padding:15px 20px;
        color:#FFF;
        font-size:14px;
        font-weight:bold;
        text-align: justify;
}

.article_special_blog_title .wrapper a:link,
.article_special_blog_title .wrapper a:visited {
        color:#FFF;
        font-weight:bold;
        text-decoration:underline;
}

.article_special_blog_title .wrapper a:hover {
        text-decoration: none;
}

/* Article special blog title end */

.cikkajanlo_cikkek img {
    max-width: 206px;
    _max-width: 206px;
    border: 1px solid #E31B19;
}

.cikkajanlo_cikkek {
    width: 680px;
    padding: 10px 0 10px 20px;
}

.cikkajanlo_cikk {
    float: left;
    width: 206px;
    margin-right: 20px;
    text-align: center;
}

.cikkajanlo_cikk a div {
    text-align: center;
    font-weight: bold;
}

.haszon_rovat_button {
    
}

.haszon_rovat_button .tovabb {
    background-image: url('http://static2.datasrv.sikeres.hu/common/button.png');
    background-position: 0 0;
    background-repeat:no-repeat;
    display:block;
    margin:0 10px 0 0;
    height:28px;
    position:relative;
    text-decoration:none !important;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
}

.haszon_rovat_button .tovabb span {
    background-image: url('http://static2.datasrv.sikeres.hu/common/button.png');
    background-position: 100% 0;
    background-repeat:no-repeat;
    display:block;
    _display:inline-block;
    padding:6px 10px 5px 0;
    font:bold 13px Arial, Helvetica, sans-serif;
    color:#FFF;
    position:relative;
    right:-10px;
    cursor:pointer;
    height:17px;
    -webkit-border-top-left-radius: 0%;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 0%;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
}

.haszon_rovat_button .haszon_logo {
    float: left;
    background: url("http://static2.datasrv.sikeres.hu/staticbanners/20110310_default/logo_haszon.png") no-repeat;
    float: left;
    height: 29px;
    width: 89px;
}

.haszon_rovat_button .tovabb {
    float: right;
}


.interviewtable {
    margin: 0 20px;
}

.interviewtable table{
    border: 1px solid #F00;
    font-style: italic;
    padding: 10px;
    margin: 10px auto;
}

.coaching {
    
}
