
#newsfeedBox .nav {
	list-style: none;
	border-bottom: 1px solid #63B6C8;
	height: 24px;
	margin-bottom: 10px;
}

#newsfeedBox .nav li {
	display: block;
	float: left;
	border: 1px solid #63B6C8;
	border-bottom: none;
	margin: 0 3px 0 0;
	padding: 0 1px 1px 1px;
}

#newsfeedBox .nav a {
	padding: 4px 7px;
	display: block;
	border-bottom: 1px solid #FFF;
}

#newsfeedBox .nav a:hover, #newsfeedBox .nav a.s {
	border-bottom: 1px solid #FD8816;
	background: url(arrow_up.gif) center bottom no-repeat;
	text-decoration: none;
}

.feed {
	border-bottom: 1px solid #C1E0FE;
	padding: 7px 25px;
	position: relative;
	background-position: left 5px;
	background-repeat: no-repeat;
}

.feed ul {
	list-style: square;
	padding-left: 20px;
	margin: 4px 0;
}

.feed a {
	color: #63B6C8;
	text-decoration: none;
}

.feed a:hover {
	text-decoration: underline;
}

.dateGroup {
	font-size: 12px;
	color: #FD8816;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 4px;
	margin-top: 10px;
}

.btnComments {
	position: absolute;
	right: 0;
	top: 3px;
}

a.btnComments:hover {
	text-decoration: none;
}

.btnComments span {
	color: #FF0000;
	font-size: 7px;
	position: absolute;
	display: block;
	width: 10px;
	text-align: center;
	left: 9px;
	top: 2px;
	z-index: 1;
}

.feed a.small {
	font-size: 10px;
}

.feed.money {
	background-image: url(money000.png);
}

.feed.money_add {
	background-image: url(money_ad.png);
}

.feed.money_delete{
	background-image: url(money_de.png);
}

.feed.purchase_add {
	background-image: url(cart_add.png);
}

.feed.purchase_delete {
	background-image: url(cart_del.png);
}

.feed.purchase_put {
	background-image: url(cart_put.png);
}

.feed.document_add {
	background-image: url(page_add.png);
}

.feed.document_delete {
	background-image: url(page_del.png);
}

.comments {
	margin-top: 10px;
	border-left: 1px solid #CCC;
	display: none;
}

.comment, .comments form {
	font-size: 10px;
	padding-left: 30px;
	background-color: #FCFFCF;
	padding: 4px;
	width: 400px;
	border-top: 1px dotted #CCC; 
}

.comments form textarea {
	font-size: 10px;
	padding: 1px;
	display: block;
	width: 380px;
}

.comments form input {
	background-color: #FF8000;
	border: 1px solid #000;
	color: #FFF;
	font-size: 10px;
	padding: 1px;
	margin: 2px;
}



