#comments_head {
    width: 100%;
}

#comments_head span {
    margin: 0 5px 0 0;
}

#comments_head .show_all {
}

#comments_ordering {
    display: inline;
}

#comments_ordering a {
    text-decoration: underline;
    margin: 0 3px 0 0;
}

#comments_ordering a.active {
    text-decoration: none;
    color: #CC9A1B;
}

/** add form **/
#addcmt_form {
    width: 600px;
    display: none;
    margin:4px 0 0;
}

#addcmt_form label {
    width: 120px;
    display: block;
    float: left;
    clear: left;
    margin: 5px 0 0 0;
}

#addcmt_form img {
    margin: 5px 0 0 0;
    float: left;
}

#addcmt_form textarea {
    width: 280px;
    height: 100px;
    float: left;
    background: #2b2b2b url('../img/backgrounds/textarea.png') no-repeat;
    border: 1px solid #e2e2e2;
	overflow:hidden;
	border: 0;
}

#addcmt_form .guest {
    float: left;
    margin: 5px 0 0 10px;
    width: 110px;
}

#addcmt_form .unreadable {
    float: left;
    margin: 20px 0 0 10px;
    width: 110px;
}

#addcmt_form .guest {
    color: #5b5b5b;
}

#addcmt_form .input_4 {
    float: left;
    width: 150px;
    margin: 3px 0 0 0;
}

#addcmt_form input.submit {
    background: #2b2b2b url('../img/buttons/ok_button.png') no-repeat 0px 0px;
    width: 118px;
    height: 28px;
    border: 0;
    margin: 10px 0 0 120px;
    display: inline;
    float: left;
}

#addcmt_form input.cancel {
    background: #2b2b2b url('../img/buttons/cancel_button.png') no-repeat 0px 0px;
    width: 118px;
    height: 28px;
    border: 0;
    margin: 10px 0 0 10px;
    display: block;
    float: left;
}

#addcmt_err_bigtext, #addcmt_err_textempty,
 #addcmt_err_nameexists, #addcmt_err_nameempty,
 #addcmt_err_captcha, #addcmt_err_captcha_empty {
    color: red;
    float: right;
	display: none;
    width: 190px;
    margin: 3px 0 0 0;
    clear: right;
}

/** all comments **/
#allcomments {
    margin: 10px 0 0 0;
    width: 900px;
}

#allcomments .head {
    background: #3b3b3b url('../img/backgrounds/head_corners2.gif') no-repeat left bottom;
    padding: 10px;
}

#allcomments .hat{
    background: #3b3b3b url('../img/backgrounds/head_corners.gif') no-repeat;
	margin: 10px 0 0 0;
	height: 8px;
}

#allcomments .comment {
    margin: 1px 0 0 0;
    display: block;
}

#allcomments .thumbphoto img {
    float: left;
    display: block;
    max-width: 50px;
    max-height: 50px;
    *width:expression(this.width > 50 ? "50px" : this.width);
    *height:expression(this.height > 50 ? "50px" : this.height);
    margin: 5px 10px 0 0;
    border: 1px solid #2b2b2b;
}

#allcomments .thumbphoto img.current {
    border: 1px solid #997634;
}

#allcomments .comment .author {
    font-weight: bold;
}

#allcomments .comment .date {
    color: #5b5b5b;
}

.cmts_addlink {
    margin-right: 10px;
}


.x-tree-checkbox {
	background:url('/images/elements/checkbox.gif') no-repeat 0 0;
	height:13px;
	width:13px;
	margin:0 1px;
	vertical-align:middle;
}
.x-tree-checkbox-over .x-tree-checkbox {
	background-position:-13px 0;
}
.x-tree-checkbox-down .x-tree-checkbox {
	background-position:-26px 0;
}
.x-tree-node-disabled .x-tree-checkbox {
	background-position:-39px 0;
}
.x-tree-node-checked {
	background-position:0 -13px;
}
.x-tree-checkbox-over .x-tree-node-checked {
	background-position:-13px -13px;
}
.x-tree-checkbox-down .x-tree-node-checked {
	background-position:-26px -13px;
}
.x-tree-node-disabled .x-tree-node-checked {
	background-position:-39px -13px;
}
.x-tree-node-grayed {
	background-position:0 -26px;
}
.x-tree-checkbox-over .x-tree-node-grayed {
	background-position:-13px -26px;
}
.x-tree-checkbox-down .x-tree-node-grayed {
	background-position:-26px -26px;
}
.x-tree-node-disabled .x-tree-node-grayed {
	background-position:-39px -26px;
}

.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
	border: 0 none;
	height: 18px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 16px;
    background-repeat: no-repeat;
}

.ext-ie .x-tree-node-indent img, .ext-ie .x-tree-node-icon, .ext-ie .x-tree-ec-icon {
    vertical-align: middle !important;
}

.x-tree-arrows .x-tree-elbow-plus{
    background-image:url(/templates/default/img/bullets/plus_1.gif);
}

.x-tree-arrows .x-tree-elbow-minus{
    background-image:url(/templates/default/img/bullets/minus_1.gif);
}

.x-tree-arrows .x-tree-elbow-end-plus{
    background-image:url(/templates/default/img/bullets/plus_1.gif);
}

.x-tree-arrows .x-tree-elbow-end-minus{
    background-image:url(/templates/default/img/bullets/minus_1.gif);
}

.x-tree-node-collapsed .x-tree-node-icon{
	background-image:url(/images/elements/folder.gif);
}

.x-tree-node-el a{
    text-decoration: none;
    font-size: 0.9em;
    margin-left: 5px;
}

