/**
 * Comments CSS
 */

/* list */

ul#comments_list {
    border-top: 2px solid #aaa;
    border-bottom: 1px solid #aaa;
    line-height: 1.6em;
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0;
}

ul#comments_list li {
    border-bottom: 1px solid #aaa;
    margin: 0;
    padding: 5px;
}

ul#comments_list li.even {
}

ul#comments_list li.odd {
    background-color: #f4f4f4;
}

ul#comments_list li div.info {
    border-bottom: 1px dashed #aaa;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

ul#comments_list li div.info span {
    float: left;
}

ul#comments_list li div.info span.date {
    color: #777;
    float: none;
    font-size: 0.8em;
    margin: 0 10px 0 5px;
}

ul#comments_list li div.service {
    float: right;
}

ul#comments_list li em {
    margin-right: 10px;
}

ul#comments_list li span.msg_rating {
    display: block;
    margin: 0 5px;
}

ul#comments_list li span.msg_rating b {
    float: left;
    line-height: 18px;
    margin-right: 10px;
}

ul#comments_list li span.msg_rating b.neutral {
    color: #aaa;
}

ul#comments_list li span.msg_rating b.positive {
    color: #0a0;
}

ul#comments_list li span.msg_rating b.negative {
    color: #f00;
}

img.smile {
    vertical-align: middle;
}

blockquote {
    background-color: #def;
    border-top: 1px solid #abc;
    border-right: 1px solid #abc;
    border-bottom: 1px solid #abc;
    border-left: 10px solid #abc;
    font-size: 14px;
    margin: 5px 0 5px 15px !important;
    overflow: hidden;
    padding: 4px !important;
}

blockquote div {
    background-color: #abc;
    padding: 4px;
    width: 99%;
}

/* form */

#comments_form {
    margin: 20px 0;
}

#comments_form em {
    color: #f00;
}

#comments_form .unactive {
    color: #aaa;
}

a.smiles_link:link,
a.smiles_link:visited,
a.smiles_link:hover {
    border-bottom: 1px dashed #0174e5;
    float: right;
    font-weight: normal;
    text-decoration: none;
}

#comments_form .input,
#comments_form .textarea {
    background-color: #fafafa;
    border: 1px solid #565656;
    padding: 2px;
}

#comments_form .input {
    font-size: 1.2em;
    height: 20px;
    width: 250px;
}

#comments_form .textarea {
    font-size: 10pt;
    height: 150px;
    width: 587px;
}

#comments_form .input:focus,
#comments_form .textarea:focus {
    background-color: #fff;
    border: 1px solid #0174e5;
}

#comments_form .submit {
    float: left;
    font-size: 1.2em !important;
    font-weight: bold;
    height: 30px;
    width: 150px;
}

#smiles_block {
    background-color: #fff;
    border: 2px solid #ccc;
    display: none;
    height: 100px;
    overflow: hidden;
    position: absolute;
    width: 124px;
}

#smiles_block td {
    border: 1px solid #efefef;
    height: 22px;
    margin: 0 !important;
    padding: 0 !important;
    width: 22px;
}

div.form_message {
    background-color: #ffc;
    border: 1px solid #777;
    display: none;
    float: left;
    font-style: italic;
    margin-left: 10px;
    padding: 5px;
}

div.form_message img {
    vertical-align: middle;
}

.success {
    background-color: #cfc !important;
}

.error {
    background-color: #fcc !important;
}

.loading {
    background: url(/images/other/loading.gif) 50% 50% no-repeat;
    vertical-align: middle;
}

.nfo {
    background-color: #ccf !important;
}

/* buttons */

.msg_rating_plus {
    background-image: url(/images/other/plus.png);
}

.msg_rating_minus {
    background-image: url(/images/other/minus.png);
}

.msg_action,
.msg_action_unactive {
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    margin: 0 1px;
    overflow: hidden;
    width: 16px;
}

.msg_action {
    background-position: 0 0px;
}

.msg_action_unactive {
    background-position: 0 -16px;
    display: none;
}

/*
a:hover .msg_action {
}
*/

/* IE fix */
a .msg_action {
    cursor: hand;
}

/* Nadavi */

#nadavi_block {
    margin: 20px 0;
}

#nadavi_block p {
    font-weight: bold;
}

#nadaviSpan table,
.nadaviWidth {
    overflow: hidden;
    width: 240px !important;
}

.nadaviWidth {
    display: block;
}
