div.commentline{
	padding-bottom: 10px;
}

div.commentline a{
	text-decoration: none;
	border-bottom-style: none; padding-bottom: 0;
}

div.commentline div.header{
	height: 18px;
	text-align: center;
	font-size: 11px;
}

div.commentline div.commentline-item{
	width: 100%;
	margin-top: 5px;
	font-size: 12px;
}

div.commentline div.column-1{
	width: 40px;
	float: left;
}

div.commentline img.avatar{
	width: 40px;
	height: 40px;
}

/*	Column 2
***********************************/
div.commentline div.column-2{
	width: 515px;
	float: left;
	padding-left: 5px;
}

/*	Header
********/
div.commentline div.column-2 div.comment-header{
	font-weight: bold;
}

div.commentline div.column-2 div.comment-header a.name{
	display: block;
	float: left;
}

div.commentline div.column-2 div.comment-header div.date{
	float: right;
}

/*	Edit form
*******/
div.commentline div.column-2 form{
	display: none;
}

div.commentline div.column-2 form .text{
	width: 513px;
}

/*	Buttons box
*******/
div.commentline div.column-2 div.buttons-box a{
	float: right;
	margin: 3px 0 3px 3px;
	width: 75px;
}

div.commentline div.buttons-box a.hidden{
	display: none;
}


/* ADD FORM
**************************************************/
div.commentline-addform{
	padding: 10px 5px 0 5px;
}

div.commentline-addform div.commentline-messages{
	width: 100%;
}

div.commentline-addform div.form-row{
	margin-bottom: 5px;
	width: 100%;
}

div.commentline-addform img.avatar{
	float: left;
	width: 40px;
	height: 40px;
}

div.commentline-addform form .text{
	margin: 0;
	width: 513px;
	height: 40px;
	border: none;
}

div.commentline-addform a.button{
	width: 548px;
}

/*	Messages
************************************************/
div.commentline-messages{
	display: none;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
}

/*
div.discuss-container-header {position: relative}
img.discuss-loader {
	position: absolute;
	right: 15px;
	top: 14px;
}

div.comment-line-messages {
	display: none;
	margin-top: 5px;
	padding: 10px;
}

div#discuss-form-messages{
	width: 435px;
	margin-left: 1px;
}


div#comment-line-messages{
	width: 532px;
	margin-left: 4px;
}

div.comment-line-messages item, div.form-messages{
}


div.comment-line-messages p.msg-error {}
div.comment-line-messages p.msg-warning {}
div.comment-line-messages p.msg-message {}
div.comment-line-messages p.msg-loading {}

div.discuss-item-buttons-box a.button {
	float: right;
	margin: 5px 0 0 3px;
}

div.discuss-item-buttons-box a.hidden{
	display: none;
}

textarea.comment-text-editbox{

}

div.blocker{
	position: absolute;
	width: 100%;
	height: 100%;
	background: red;
	opacity: 0.3;
}
div.comment-line-login-text {
	margin-top: 10px;
	line-height: 22px;
	text-align: center;
	font-size: 11px;
}
div.discuss-item-header {
	height: 17px;
	line-height: 17px;
	padding: 0 5px;
}
div.discuss-item {}
div.discuss-col1 {
	float: left;
	width: 76px;
}
div.discuss-col1 img {
	border-width: 1px;
	border-style: solid;
}
div.discuss-col2 {
	width: 100%;
}

a.discuss-item-name {
	display: block;
	float: left;
	text-decoration: none; border-bottom-style: none;
	font-size: 10px;
	font-weight: bold;
}
span.discuss-item-date {
	display: block;
	float: right;
	font-size: 10px;
}
a.button-97px-send-comment {
	float: right;
	position: absolute;
	padding: 0;
	margin: 0;

	bottom: 13px;
	right: 8px;
	border: 0;
}
span.discuss-item-name {
	font-size: 10px;
	font-weight: bold;
}
*/

/** All gallery comments
----------------------------------------------------- */
div.discuss-col2-gallery {
	position: relative;
	float: left;
	width: 370px;
}
div.discuss-col3-gallery {
	float: right;
	width: 112px;
	text-align: right;
}
div.discuss-col3-gallery a:hover img,
div.discuss-col3-gallery a img {
	border-width: 1px;
	border-style: solid;
}
