/**************** BOTTOM BLOCK *************************/

/*
#comments-load{
	display:none;
}
	*/

div.bottom-block {
	border:1px solid #8B9CA3;
	margin:15px;
	padding:6px 12px 9px 10px;
	/*margin-top: 20px;*/
}

div.send-friend {
	display:none;
}

div.bottom-block .sendnprint a {
	display:block;
	zoom:1;
	margin:0;
	padding: 6px 20px 3px;
	list-style: none;
	font-size:11px;
}

div.bottom-block a,div.bottom-block a:hover {
	font-family:Verdana;
	text-decoration:none;
	z-index:10;
}


div.bottom-block .print {
	background: url(/public/images/print1.gif) 0 6px no-repeat;
}


div.bottom-block .mail {
	background: url(/public/images/mail1.gif) 0 6px no-repeat;
}

/*
div.bottom-block ul li.book {
	background: url(/public/images/book.gif) 0 4px no-repeat;
}
	*/

/********COMMENTS*************/

.pencil {
	background: url(/public/images/pencil1.gif) 0 3px no-repeat;
	_background: url(/public/images/pencil1.gif) 0 2px no-repeat;
	padding-left:18px;
	padding-right:2px;
}

#comments-header{
	margin:15px;
	background:#FF4E00;
	margin-bottom:10px;
	height:19px;
	_height:18px;
	_padding-top:2px;
}
#comments-header h3{
	float:left;
	text-align: left;
	margin-left:11px;
	margin-top:3px;
	_margin-top:4px;
	_margin-left:6px;
	font-weight:bold;
	color:white;
	font-size:11px;
	font-family:Verdana;
}
#comments{
	margin:10px 15px 15px 15px;
	padding:0;
}


.comment {
	margin-bottom: 14px;
}
.comments-pagination {
	border:1px #FF4E00 solid;
	height:16px;
	background:#FF4E00;
	display: none;
	text-align: center;
	padding-top:2px;
	margin-top:-5px;
}
.comment-header {
	margin:0;
	padding:0;
    height:expression('52px');
	background: #e9e9e9;
	overflow: hidden;
}
.comment-header small{
	font-size:10px;
	color:#5A6A72;
	margin-left:10px;
	font-weight:normal;
}

.answer-arrow{
	padding-left:10px;
	background:2px 2px url(/public/images/answer-arrow.gif) no-repeat;
}

.comment-header p{
	margin-bottom: 2px;
}
.comment-header p.nick{
	margin-top:2px;
}
.comment-header p b{
	color:#5A6A72;
}
.comment-header p.date {
	font-size: 10px;
	font-family:Arial;
	color:#5A6A72;
	font-weight:normal;
	margin-top:1px;
	/*padding-top:1px;*/
}
.comment-header h2 {
	font-size:13px;
	color:#222222;
	font-weight:bold;
	margin:0;
	padding:0;
}

.comment-buttons,.comment-buttons a{
	font-size:11px;
	color:#5A6A72;
	font-weight:normal;
}
.comment-buttons {
	margin-top:2px;
}

.comment-buttons,.comment-buttons a{
	font-size:11px;
	color:#5A6A72;
	font-weight:normal;
}
.comment-buttons {
	margin-top:2px;
}

.comment a{
	text-decoration:none;
	color:#FF4E00;
}
.comment a{
	text-decoration:none;
	color:#FF4E00;
}
#comments-header a{
	margin-top:1px;
	float:right;
	border:2px solid transparent;
	font-size:11px;
	font-family:Verdana;
	color:white;
	margin-right:13px;
	padding-bottom:0;
}
.comment a:hover {
	text-decoration:underline;
}
#comments *{
	float:top;
}
.comment-avatar {
	margin-top:1px;
	border:1px solid #8B9CA3;
	background-color:white;
	float: left;
	padding:1px;
	margin-right:10px;
}
.comment-info {
	height:50px;
	padding: 0;
	margin:0;
}
.comment-info p{
	padding:0;
	margin:0;
	font-weight:bold;
	font-family:Arial;
	color:#5A6A72;
}
.comment-info small{
	font-family:Arial;
	color:#5A6A72;
	font-size:10;
	font-weight:0;
}
.comment-body {
	/*clear: both;*/
	margin-top:2px;
	padding: 5px 0;
	text-align: justify;
	font-size: 13px;
	color:#222222;
	font-family:Arial;
}

#comment-form {
	display:block;
	clear:right;
	margin:0;
/*  padding:15px;*/
	font-size:11px;
}

#comment-form h3 {
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	padding-top:0;
	margin-top:0;
	padding-bottom: 12px;
}

#comment-form #inner{
	border:1px solid #8B9CA3;
	padding:12px 17px 15px 15px;
	width:280px;
	margin:15px;
    display:none;
}

.send-friend {
	border:1px solid #8B9CA3;
	padding:12px 17px 14px 15px;
	width:280px;
	margin:10px 0 0 0;
}

#comment-form textarea{
	width:280px;
	border: 1px inset #8B9CA3;
	height: 120px;
	font-family: Verdana, Helvetica;
	font-size: 11px;
}

#comment-form input,.send-friend input{
	border: 1px inset #8B9CA3;
	width: 280px;
	height: 17px;
	font-family: Verdana, Helvetica;
	font-size: 11px;
}

.waitmsg, .error{
	display:none;
}

.loginWait, .waitmsg {
    background: #ffffff url('../images/loading.gif') 9px 0 no-repeat;
    height: 25px;
    padding: 2px 0 0 29px;
    display: none;
}

