.comments {
    padding: 5px;
    width: 100%;
}

.comments:after {
    clear: both;
    display: block;
    content: " ";
}

.comments #message {
    padding: 10px 0 0 0;
    margin: 0;
}

.comments .loading {
    /* background-color: rgba(255,255,255,0.4); */
    background-image: -webkit-radial-gradient(center, ellipse farthest-side, #FFFFFF 0%, #EEEEEE 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 4;
}

.comments .loading .inner {
    background: url(/media0/img/loading.gif) no-repeat center center;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 5;
}

.comments #message form [type=text],
.comments #message form textarea {
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.comments #message form [type=text]:focus,
.comments #message form textarea:focus {
    border: 1px solid #04cdcd;
}

.comments #message form textarea {
    width: 98%;
    min-width: 440px;
    font-weight: normal;
    display: inline-block;
    height: 60px;
    padding: 4px 6px;
    margin-bottom: 9px;
}

.comment-item-message {
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    border: 0;
    background: none;
    box-shadow: none;
}

.comments #message span.error {
    margin-right: 15px;
    color: #ff527b;
    display: none;
}

/*
.comments .comment-item {
	position: relative;
	padding: 5px 5px 5px 10px;
	border-left: 5px solid transparent;
	border-bottom: 1px dotted #cccccc;
}
*/

.comments .comment-item.delete {
    background-color: #feefef;
    background-image: -moz-linear-gradient(top, #ffffff, #feefef);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#feefef));
    background-image: -webkit-linear-gradient(top, #ffffff, #feefef);
    background-image: -o-linear-gradient(top, #ffffff, #feefef);
    background-image: linear-gradient(to bottom, #ffffff, #feefef);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fffeefef', GradientType=0);
    margin: 0;
}

.comments .comment-item .head {
    font-size: 0.9em;
}

.comments .comment-item .head small {
    color: #ccc;
}

.comments .opros {
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0.8;
}

.comments .opros li {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    line-height: 12px;
}

.comments .opros li img {
    vertical-align: top;
}

.comments .comment-item .controls {
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
}

.comments .comment-item.hover {
    /* 	border-left: 5px solid #ededed; */
    /* 	background-color: rgba(36, 36, 36, 0.02); */
}

.comments .comment-item.active {
    /* 	border-left: 5px solid rgba(0,136,204,0.5); */
}

.comments .comment-item:hover .controls {
    display: block;
}

.comments .thumb {
    display: inline-block;
    background: url(/media0/img/thumbs.png) 0 0 no-repeat;
    width: 9px;
    height: 10px;
}

.comments .thumb.up {
    background-position: 0 0;
}

.comments .thumb.down {
    background-position: -9px 0;
}

.comments .thumb.up.green {
    background-position: 0 -10px;
}

.comments .thumb.down.green {
    background-position: -9px -10px;
}

.comments .thumb.up.blue {
    background-position: 0 -20px;
}

.comments .thumb.down.blue {
    background-position: -9px -20px;
}

.comments .thumb.up.red {
    background-position: 0 -30px;
}

.comments .thumb.down.red {
    background-position: -9px -30px;
}

.comments .active>.thumb.up {
    background-position: 0 -10px;
}

.comments .active>.thumb.down {
    background-position: -9px -30px;
}

.rating {
    width: 105px;
    height: 12px;
    line-height: 12px;
    position: relative;
    margin: 4px 0;
}

.approve-message {
    padding: 10px;
}

.approve-message em {
    font-style: italic;
}

.comment-item.alert.alert-warning {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 20px;
}