#bot_blog,
#blog_comments{
	position: relative;
}
.bot_loading{
	position: absolute;
	width: 16px;
	height: 16px;
	left: -18px;
	top: 0;
	background: url(../_images/blog_loadinfo.gif);
}
#bot_blog .bot_loading{
	position: absolute;
	width: 16px;
	height: 16px;
	right: 0 !important;
	left: auto;
	top: 0;
	background: url(../_images/blog_right_loader.gif);
}
#bot_blog li{
	padding-top: 2px;
	padding-bottom: 4px;
}
#bot_blog li span.date{
	display: block;
	font-size: 80%;
	color: #999999;
}
.bot_controls{
	margin-top: 15px;
}
	.bot_next,
	.bot_next_disabled,
	.bot_prev,
	.bot_prev_disabled{
		width: 43px;
		height: 35px;
	}
	.bot_next{
		background: url(../_images/blog_next.gif);
		cursor: pointer;
		float: right;
	}
		.bot_next_disabled{
			background: url(../_images/blog_next_grey.gif);
			cursor: auto;
			float: right;
		}
	.bot_prev{
		background: url(../_images/blog_prev.gif);
		float: left;
		cursor: pointer;
	}
		.bot_prev_disabled{
			background: url(../_images/blog_prev_grey.gif) !important;
			float: left;
			cursor: auto;
		}
	.bot_pages{
		float: left;
	}
		.bot_pages a{
			float: left;
			background-color: #e5e5e5;
			margin-left: 5px;
			text-decoration: none;
			padding: 8px 13px;
			text-align: center;
			color: #666666;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			cursor: pointer;
		}
		.bot_pages a.selected{
			background-color:#C84533;
			color:#E5E5E5 !important;
		}
		.bot_pages a:hover{
			background-color: #999999;
			color: #e5e5e5;
		}
#blog_comments .odd{
	background-color: #ffffff;
}
#blog_comments .even{
	background-color: #f5f5f5;
}
.comment{
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	.comment p{
		margin: 0;
		padding: 5px;
	}
	.comment p.author{
		color: #999999;
		font-size: 11px;
		margin: 0;
		padding: 0;
		line-height:normal;
		width: 100%;
		text-align: right;
		font-weight: bold;
	}
	.comment p.date{
		color: #999999;
		font-size: 11px;
		margin: 0;
		padding: 0;
		line-height:normal;
		width: 100%;
		text-align: right;
	}
.splitter{
	width: 100%;
	border-top: 2px solid #EAEAEA;
	margin-top: 20px;
	margin-bottom: 20px;
}
.form_error{
	width: 100%;
	background-color: #ff0000;
	color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.warning{
	width: 100%;
	background-color: #ff9900;
	color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.rss_feed{
	position: absolute;
	right: 10px;
	top: 0;
}
.rss_feed img{
	border: none !important;
}
.right{
	width: 100%;
	text-align: right;
}