/* news */

    .item{
        margin-bottom: 50px;
    }

/*
    .item h4.with-discussion {
        padding-left: 23px;
        background: url('/img/ico_chat.png') left center no-repeat;
    }
*/

        .item h4 a {
            color: #000000;
        }

        .item h4 a:hover {
            text-decoration: none;
        }

        .item h4 span {
            font-size: 0.9em;
            font-weight: normal;
            white-space: nowrap;
        }

    .item p {
        padding-bottom: 0px;
    }

        .item p a.more {
            float: right;
            margin-top: 15px;
        }

/* komentare */

#comment-form {
    width: 100%;
    margin-bottom: 15px;
}

    #comment-form fieldset {
        clear: both;
        position: relative;
        color: #000000;
        padding: 10px 0px 10px 10px;
        margin-bottom: 15px;
        background: #E7E7DF;
        border: 1px solid #B6B7B1;
    }

        #comment-form fieldset label span {
            display: block;
            margin-bottom: 3px;
        }

        #comment-form textarea {
            width: 98%;
            height: 100px;
            margin-bottom: 10px;
        }

.comment {
    padding: 10px;
    margin-bottom: 15px;

	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.comment.odd {
    background-color: #F0F0F0;
}

    .comment h4 {
        position: relative;
        font-weight: normal;
        padding-bottom: 3px;
        border-bottom: 1px solid #B6B7B1;
    }

        .comment h4 span {
            position: absolute;
            right: 0px;
        }

    .comment p {
        padding-bottom: 0px !important;
    }

/* slider */

p#slider {
    display: block;
    clear: both;
    width: 100%;
    height: 20px !important;
    line-height: 25px !important;
    text-align: right;
    padding-top: 4px;
    border-top: 1px solid #8C8C86;
}

    #slider label {
        float: left;
        color: #000000 !important;
        font-weight: normal !important;
        text-align: left;
        margin-right: 6px;
    }

    #slider input {
        float: left;
        margin: 2px 5px 0px 0px;
    }

    #slider input#slider_strana {
        width: 22px;
        height: 16px;
        line-height: 16px;
        font-size: 11px !important;
        text-align: center;
    }

    #slider input#slider_go {
        border: 0px !important;
        margin-top: 4px;
        width: 27px;
        height: 18px;
    }

    #slider .separator {
        color: #8C8C86;
    }

    #slider a.slider-next,
    #slider span.slider-next {
        color: #000000 !important;
        padding-right: 11px;
        background: url('/img/next.png') center right no-repeat;
    }

    #slider span.slider-next {
        background-image: url('/img/next2.png') !important;
    }

    #slider a.slider-previous,
    #slider span.slider-previous {
        color: #000000 !important;
        padding-left: 11px;
        background: url('/img/previous.png') center left no-repeat;
    }

    #slider span.slider-previous {
        background-image: url('/img/previous2.png') !important;
    }

    #slider a.slider-next:hover,
    #slider a.slider-previous:hover {
        text-decoration: none;
    }

    #slider span.slider-next,
    #slider span.slider-previous {
        color: #5A5A5A !important;
    }
