/* date block */
#activity-page .activity_date {
	position: absolute;
	right: 0px;
	top: 24px;
	width: 280px;
	height: 40px;
}
#activity-page .activity_date form {
	display: inline;
}
#activity-page .activity_date label {
	padding-right: 6px;
}
* html #activity-page .activity_date label { vertical-align: 3px; }
#activity-page .activity_date select {
	width: 160px;
	background-color: #F7F7F7;
}
/* /date block */



#activity-page #right .statistic-holder {
	width: 200px;
	padding: 2px 0px 0px 0px;
}
#activity-page #right .statistic-holder h2 {
	font-size: 15px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 7px;
	border-bottom: 1px solid #cccccc;
}
* html #activity-page #right .statistic-holder h2 { padding-bottom: 5px }

#activity-page #right .statistic-holder .statistic-lead {
	font-size: 13px;
	padding: 9px 0px 9px 7px;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px solid #CCCCCC;
}
#activity-page #right .statistic-holder .statistic-lead strong {
	color: #009ad4;
	font-weight: bold;
}
#activity-page #right .statistic-holder table {
	margin: 0px 0px 0px 5px;
}
#activity-page #right .statistic-holder table td {
	padding: 0px 2px 0px 10px;
	font-size: 13px;
	color: #959595;
}
#activity-page #right .statistic-holder table td.separator {
	line-height: 0px;
	background-color: #e5e5e5;
	height: 1px;
	overflow: hidden;
}
#activity-page #right .statistic-holder table td strong {
	font-weight: bold;
	color: #4c4c4c;
}
#activity-page #right .statistic-holder table td.vikend {
	background-color: #f5f5f5;
}

/* pict block */
/* Basic.css-ben van
.pictline .pictline-item {
	float: left;
	width: 75px;
	height: 115px;
	overflow: hidden;
	margin: 0px 2px 2px 1px;
}
.pictline .img-holder {
	float: left;
	padding: 0px 12px 0px 0px;
}
.pictline .img-holder img {
	border: 1px solid #e0e0e0;
}
.pictline h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0px 7px 0px;
}
.pictline .comments,
.pictline .favourites {
	height: 23px;
	color: #f17272;
	float: left;
	font-size: 13px;
}
.pictline .comments {
	padding: 7px 0px 0px 11px;
	background: url("../image/activity_buble_bg1.gif") no-repeat left top;
}
.pictline .comments span.ikon {
	display: block;
	float: left;
	width: 16px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	background: url("../image/activity_buble_comments_ikon.gif") no-repeat 0px top;
}
.pictline .favourites {
	padding: 7px 11px 0px 0px;
	background: url("../image/activity_buble_bg2.gif") no-repeat right top;
}
.pictline .favourites span.ikon {
	display: block;
	float: left;
	width: 16px;
	height: 15px;
	padding: 0px 3px 0px 0px;
	background: url("../image/activity_buble_favourites_ikon.gif") no-repeat 0px top;
}*/
/* /pict block */

/* index activity box */
.box .box-inner .pictline-item .img-holder {
	float: left;
}
.box .box-inner .pictline-item .img-holder img {
	margin-bottom: 10px;
	margin-right: 10px;
}
* html .box .box-inner .pictline-item .img-holder img {
	margin-bottom: 0px;
}
.box .box-inner .pictline-item h4,
.box .box-inner .pictline-item .comments,
.box .box-inner .pictline-item .favourites {
	display: none;
}
#box-user-activity .box-inner p.all-link {
	clear: both;
}
/* /index activity box */















