/*Info Box*/
.information, .committer, .timer, .mfrom, .mto, .revid, .bug, .tags {
	float:left;
	margin:0px 10px 5px 0px;
	padding:0px 0px 2px 18px;
	font:normal 11px/1.3 sans-serif;
	color:#666;
	background:url(../images/ico_description.gif) no-repeat top left;
}
.revid {
    float:left;
    padding:1px 0px 0px 18px;
    margin:0px 10px 5px 0px;
}
.tags {
    float:left;
    padding:1px 0px 0px 18px;
    margin:0px 10px 5px 0px;
    background:url(../images/ico_tag.gif) no-repeat top left;
}
.comiter, .mfrom, .mto {
	color:#000;
	padding:1px 0px 0px 18px;
	margin:0px 10px 5px 0px;
	float:left;
	display:inline;
	background:url(../images/ico_committer.gif) no-repeat 2px 0px;
}
.timer {
	margin:0px 10px 5px 0px;
	padding:1px 0px 0px 18px;
	float:left;
	clear:none;
	display:inline;
	background:url(../images/ico_time.gif) no-repeat top left;
}
.mfrom {
	background:url(../images/ico_mergefrom.gif) no-repeat top left;
}
.mto {
	background:url(../images/ico_mergetop.gif) no-repeat top left;
}
.information {
    clear:both;
    width:100%;
    position:relative;
}
.bug {
	background:url(../images/ico_bug.png) no-repeat top left;
}
