#commentBox {
}

#commentBox a {
    color: #2F2F2F;
    font-weight: bold;
}

#commentBox a:hover {
    color: #f5381f !important;
}


#commentBox .boxC {
    padding: 16px;
}

#commentInput {
    border: 1px solid #fbfbfb;
    border-top-color: #c4c4c4;
    border-radius:3px;
    padding: 4px;
    background-color: #f5f5f5;
    width: 100%;
    resize: vertical;
    height: 50px;
}

#commentForm {
    margin-right: 10px;
}
#commentForm  .commentFormBox{
    position: relative;
}

#commentForm .form {
    color: #808080;
    line-height: 30px;
    margin-top: 10px;
    padding-bottom: 15px;
    width: 100%;
}

#commentSub .line {
    height: 0;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #F0F0F0;
}

#commentForm .uname{
    float: left;
    font-weight: bold;
}

#commentForm .uname .iconL {
    margin-bottom: -3px;
}

#commentForm #recaptchaUser {
    background: none repeat scroll 0 0 #E0E0E0;
    border: 1px solid #D9D9D9;
    border-radius: 3px 3px 3px 3px;
    height: 78px;
    margin:10px auto 0 auto;
    width: 302px;
}

#commentForm #recaptchaUserBox {
    display: none;
}

#commentForm .spacer {
    border: none;
    border-bottom: 1px solid #DEDEDE;
    margin-top: 10px;
    margin-right: -10px;
}

#commentForm .textHint {
    position: absolute;
    color: #808080;
    top: 8px;
    left: 8px;
}

#commentForm .textHint a{
    font-weight: normal;
}

#commentToggle {
    display: block;
    float: right;
    font-size: 11px;
    cursor: pointer;
    margin-right:0;
}

#commentToggle span{
    display: none;
}

#commentForm .form .err {
    color: #f66;
    font-size: 11px;
    float: right;
    display: none;
}

#commentForm #commentLongError {
    color: #f66;
    font-size: 11px;
    margin-top: 10px;
    text-align: center;
    display: none;
}

#commentBox .loader {
    text-align: center;
    margin: 10px 50px;
    height: 20px;
    display: none;
    background: url("../images/tpl2/commentPost.gif") no-repeat center center;
}

#commentPost {
    text-decoration: none !important;
    float: right;
    display: block;
    background-color: #E0E0E0;
    background-image: url("../images/tpl2/bgSpriteV2.png");
    background-position: 0 -187px;
    background-repeat: repeat-x;
    border: 1px solid #CECECE;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0 -10px 0 15px;
    padding: 0 13px;
}

#commentPost:hover {
    background-position: 0 -231px;
    background-color: #f1f1f1;
}

#commentPost.down {
    opacity:0.5;
    background-position: 0 -275px;
    background-color: #f1f1f1;
    cursor: default;
}

#commentPost.down:hover {
    background-position: 0 -275px;
}

#commentForm a {
    text-decoration: underline;
}

.canRoll #commentSub {
    display: none;
}
#commentList {
    margin-top: 10px;
}

#commentList .item {
}

#commentList .item.re {
    margin: 5px 0 5px 30px;
}

#commentList .oh {
    line-height: 16px;
}

.fList .ret {
    background-color: #E1E1E1;
    border-radius: 3px 3px 3px 3px;
    color: #F5381F;
    font-weight: normal;
    line-height: 103px;
    margin: 2px 0 3px;
    text-shadow: 0 1px white;
}

#commentList .tool {
    font-size: 10px;
    color: #808080;
    line-height: 11px;
    text-shadow: 0 1px #F4F4F4;
    padding: 5px 0;
}

#commentList .txt, .replyText .txt{
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
    padding: 6px 10px 9px 10px;
    border-radius:3px;
    box-shadow: 0 1px #F0F0F0;
    margin-left: 102px;
    position: relative;
}

#commentList .txt a {
    color: #2F2F2F;
    font-weight: normal;
    text-decoration: underline;
}

#commentList .txt a:visited {
    color: #2F2F2F;
}

#commentList .reply {
    color: #808080;
    font-size: 10px;
    line-height: 11px;
    text-shadow: 0 1px #F4F4F4;
    margin-top: 3px;
    margin-right: 3px;
    margin-left: 103px;
}

#commentList .reply a {
    color: #808080;
}


#commentList .error {
    margin: 0;
    padding: 10px;
}

#commentList .txtArrow {
    background: url(../images/tpl2/icons.png) -1px -138px no-repeat;
    height: 10px;
    left: -8px;
    position: absolute;
    top: 10px;
    width: 9px;
}

#commentBox h2.gr, #commentBox .head.gr {
    border-radius:3px 3px 0 0 ;
    padding: 0 10px;
}

#commentBox h2.canRoll, #commentBox .head.canRoll {
    cursor: pointer;
    border-radius:0 0 3px 3px;
}

#commentList .pager {
    margin: 5px -16px -16px -16px;
}

#commentList .tool a {
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(../images/tpl2/icons.png);
    background-repeat: no-repeat;
    background-position: -26px -139px;
    background-color: #b3b3b3;
    border-radius: 2px;
    margin-left: 10px;
    float: right;
    box-shadow: 0 1px #F0F0F0;
}

#commentList .tool a:hover {
    background-color: #f5381f;
}

#commentList .tool a.commReport {
    background-position: -15px -139px;
}
#commentList .tool a.commReply {
    background-position: -82px 0;
}

#commentList .empty {
    text-align: center;
    padding: 10px;
    font-weight: bold;
}


#commentBox h2.canRoll a:hover, #commentBox h2.canRoll:hover, #commentBox .head.canRoll a:hover, #commentBox .head.canRoll:hover  {
    color: #CCC !important;
}

.replyText {
    margin: 0 0 5px 0;
    width: 100%;
    display: none;
}

.replyText span {
    line-height: 32px;
    display: inline-block;
    font-weight: bold;
    white-space: nowrap;
    margin-right: 10px;
}

.replyText .txt {
    margin: 0;
    font-weight: normal;
    line-height: 16px;
}

.replyText .iconL {
    margin: 6px -10px 0 10px;
}

.replyText .iconClose:hover {
    background-position: -492px -86px;
}

