﻿#showcomments * {
    font-family: Tahoma;
}

#showcomments {
    direction: rtl;
}

.ulcomments li {
    list-style: none;
    border-bottom: 1px solid #cccccc;
    float: right;
    width: 100%;
}

    .ulcomments li div {
        padding: 5px;
    }

        .ulcomments li div.dcomment {
            padding: 15px 0px;
            float: right;
            width: 100%;
        }

        .ulcomments li div.boxsubcom {
            padding: 5px 3px 3px 10px;
            float: left;
        }

        .ulcomments li div span:first-child {
            font-weight: bold;
            padding-left: 10px;
        }

.confirmcom {
    width: 100%;
    color: #008000;
    float: right;
    font-size: 10pt;
    font-weight: bold;
    width: 100%;
}

.boxnamedate {
    float: right;
    width: 100%;
}

.spndate {
    padding-right: 10px;
}

#btnPos, #btnNeg {
    cursor: pointer;
    border: none;
    width: 22px;
}

#btnPos {
    background: url('/DesktopModules/FaraShop/images/m2cl1nplus.png') no-repeat;
}

#btnNeg {
    background: url('/DesktopModules/FaraShop/images/m2cl1nnega.png') no-repeat;
}

.boxanswercm {
    float: left;
    width: 100%;
    padding-left: 107px;
    display: none;
}

#btnAnswer {
    margin-left: 15px;
    background: #27AE60;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: -12px;
}

#btnSendAnswer {
    background: none repeat scroll 0 0 #2b66a2;
    border: 0 none;
    color: #ffffff !important;
    cursor: pointer;
    font-family: tahoma;
    font-size: 9pt;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 100px;
}

.leftvote {
    float: left;
    margin-left: 15px;
}

#txtComment {
    height: 150px;
    width: 90%;
    background: -moz-linear-gradient(center bottom, #F0F0F0 36%, #F7F7F7 68%);
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    padding: 5px;
}

.boxbtncom {
    text-align: center;
    padding: 10px;
}

#btnSendCom {
    background: none repeat scroll 0 0 #2b66a2;
    border: 0 none;
    color: #ffffff !important;
    cursor: pointer;
    font-family: tahoma;
    font-size: 9pt;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 100px;
}

.emptycom {
    color: #008000;
    font-size: 12pt;
    padding: 15px 0;
    text-align: center;
}

.boxsubcom > textarea {
    width: 300px;
}

.pnlAnswers {
    float: right;
    height: auto;
}

.lenganswer {
    background: #008000;
    border-radius: 10px;
    color: white;
    font-size: 10pt;
    padding: 5px 10px;
}

.showcom {
    background: #d1d8d1;
}

.msgerr {
    color: #ff0000;
    float: right;
    font-size: 12pt;
    margin-right: 25%;
    padding: 10px;
}
