/**
 *  Comments Css Sheet
 *  Created: 14 Aug 2007
 *  Author:  Mlemley
 */

#comment_block {
    width:              480px;
    position:           relative;
    background:         url(../../kiw/preview/borders/bottomleft_top.gif) no-repeat;
}

#comment_header {
    padding-left:       95px;
    padding-top:        4px;
    width:              374px;
    height:             19px; 
    font-size:          11px;
    font-weight:        bold;
    border-right:       6px solid white;
}

#comment_pagination {
    margin-left:        5px;
    color:              #C74E05;
    display: inline;
}

.selected { 
    font-weight:        bold;
    text-decoration:    underline;
}

#comment_pagination li {
    display:            inline;
    list-style:         none;
    margin:             0 3px;
};


#comment_pagination li .pages {
    color:              #C74E05;
    text-decoration:    none;
    font-size:          11px;
}

#comment_anchor{
    display:            block;
    float:              right;
    margin-top:         -10px;
    text-decoration:    none;
    color:              #5D6365;
}

#comment_body {
    background-color:   #f5f5f5;
    width:              474px;
    border-right:       6px solid white;
    overflow:           hidden;
}

#comment_body .comment_comment_head {
    background:         url(../../kiw/preview/bottomleft/comment_topbanner.gif) no-repeat;
    position:           relative;
    padding-top:        5px;
    margin-left:        5px;
    height:             24px;
}

#comment_body .comment_comment {
    padding-top:        5px;
    margin-left:        5px;
    padding-bottom:     10px;
}

#comment_body .comment_rating {
    position:           absolute;
    top:                5px;
    right:              5px;
    height:             20px;
    text-align:         right; 
    margin-right:       5px;
    font-size:          11px;
    color:              #C74E05;
    text-decoration:    none;
    font-weight:        bold;
}

#comment_body a {
    font-size:          11px;
    color:              #C74E05;
    text-decoration:    none;
    font-weight:        bold;
}

#comment_body. comment_date {
    font-size:          9px;
}

#comment_body .comment_username {
    font-weight: 600;
    font-size: 1.1em;
}


#comment_footer {
    background:         url(../../kiw/preview/bottomleft/comment_topbanner.gif) no-repeat;
    background-color:   #f5f5f5;
    width:              474px;
    border-right:       6px solid white;
    border-bottom:      4px solid white;
}

#comment_chars_rem {
    color:              #C74E05;
    text-decoration:    none;
    font-weight:        bold;
}

#comment_footer ul {
    text-align:         center;
}

#comment_footer ul li {
    list-style:         none;
}

#comment_error_message {
    color:              red;
    margin-left:        130px;                        
    font-weight:        400;
}

#comment_footer ul a {
    font-size:          12px;
    color:              #C74E05;
    text-decoration:    none;
    font-weight:        bold;
}

#comment_footer form {
    padding-top:        10px;
}

#comment_footer form textarea {
    font-family:Arial;
    font-size:1em;
    width:456px;
    height:72px;
    margin-left:5px;
    margin-top:5px;
    border:1px solid #5D6365;
}

#comment_form_acessories {
    text-align:         right;
    vertical-align:     middle;
}

#comment_submit {
    margin-left:        10px;
}

#comment_message {
    padding-top:        5px;
    padding-left:       5px;
    font-size:          11px;
    font-weight:        bold;
}

.strong {
    font-size:          12px;
    font-weight:        bold;
}

