#default {
    width: 754px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#default .slim-left {
    width: 7px;
    height: 67px;
    display: inline-block;
    vertical-align: top;
    margin-top: 24px;
    background-image: url('/dane/utwory/default/slim-left.png');
    background-repeat: no-repeat;
    *display: inline;
    *zoom: 1;
}

#default .slim-right {
    width: 7px;
    height: 67px;
    display: inline-block;
    vertical-align: top;
    margin-top: 29px;
    background-image: url('/dane/utwory/default/slim-right.png');
    background-repeat: no-repeat;
    *display: inline;
    *zoom: 1;
}

#default .center {
    width: 740px;
    display: inline-block;
    vertical-align: top;
    background: #faf6e5;
    *display: inline;
    *zoom: 1;
}

#default .utwor-up {
    width: 740px;
    height: 14px;
    background-image: url('/images/utwor-up.png');
    background-repeat: no-repeat;
    background-position: right;
}

#default #document {
    width: 740px;
    min-height: 700px;
    background-image: url('/images/utwor-center.png');
    background-repeat: repeat-y;
    background-position: right;
}

#default .utwor-down {
    width: 740px;
    height: 14px;
    background-image: url('/images/utwor-down.png');
    background-repeat: no-repeat;
    background-position: right;
}

#default .header {
    width: 740px;
    height: 67px;
    padding-top: 10px;
}

#default .header .points {
    width: 50px;
    height: 67px;
    background-image: url('/dane/utwory/default/points-left.png');
    background-repeat: no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#default .header .points p {
    margin-top: 15px;
    font-size: 28px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

#default .header .title {
    padding-top: 10px;
    width: 592px;
    height: 57px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

#default .header .title h1 {
    font-size: 22px;
    font-weight: normal;
    color: #456c8b;
    text-align: left;
    margin-left: 10px;
}

#default .header .title span, #default .header .title span a {
    font-size: 12px;
    color: #c5b161;
    margin-left: 10px;
    margin-top: 3px;
    color: #c5b161;
    vertical-align: top;
}

#default .header .add_point {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    width: 83px;
    height: 55px;
    display: inline-block;
    background-image: url('/dane/utwory/default/points-right.png');
    background-repeat: no-repeat;
    *display: inline;
    *zoom: 1;
}

#default .header .add_point span.text {
    margin-top: 5px;
    color: #fff;
    font-size:11px;
    padding: 0;
    margin: 0;
    text-align: center;
    display: inline;
    width: 83px;
}

#default .header .add_point a.plus {
    width: 27px;
    height: 27px;
    background-image: url('/dane/utwory/default/plus.png');
    background-repeat: no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;

}

#default .header .add_point a.minus {
    margin-right: 10px;
    width: 27px;
    height: 27px;
    background-image: url('/dane/utwory/default/minus.png');
    background-repeat: no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#default .header .add_point img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#default .text {
    padding-left: 100px;
    width: 300px;
    display: inline-block;
    line-height: 25px;
    *display: inline;
    *zoom: 1;
}

#default .right {
    width: 300px;
    height: 300px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#default .comment-header {
    margin-left: 40px;
    vertical-align: top;
    width: 708px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #f2e9c8;
}

#default .comment-header .title {
    text-align: left;
    padding-left: 11px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #312e25;
}

#default .comment-header .title p {
    font-size: 18px;
    font-weight: normal;
    color: #456c8b;
    text-align: left;
    padding: 0;
}

#default .comment .text, #default .comment-white .text {
    padding: 5px 10px;
    text-align: left;
    width: 570px;
    color: #736842;
}

#default .comment .pen, #default .comment-white .pen {
    width: 35px;
    height: 44px;
    background-image: url('/dane/utwory/default/pen.png');
    background-repeat: no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#default .comment {
    border-width: 0;
    width: 698px;
    color: #404040;
}

#default .comment-white {
    border-width: 0;
    width: 698px;
    background: #fffdf3;
}

#default #comments .text p.name, #default #comments .text p.name a {
    font-size: 13px;
    font-weight: bold;
    color: #ffa200;
    text-decoration: none;
}

#default #comments .text p.comment_date {
    font-size: 11px;
    font-weight: normal;
    color: #c5b161;
}

#default #add_comment {
    width: 740px;
}

#default .comment-header {
    margin: 0px 30px 20px 30px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: gray;
}

#default #add_comment textarea {
    width: 500px;
    height: 150px;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
}

#default #add_comment input {
    margin: 5px 0px 0px 115px;
    width: 57px;
    height: 21px;
    background-image: url('/dane/utwory/default/submit.png');
    border: none;
}

#default span.commentUpdate {
    color: #C5B161!important; /* kolor aktualizacji komentarza */
}
