/*
Original design by Free CSS Templates
http://www.freecsstemplates.org (isometric)
Released for free under a Creative Commons Attribution 2.5 License
*/

div.project {
	padding-bottom: 10px;
}

div.bug_first, div.bug {
	position: relative;
}

div.bug_first {
	padding: 0px 0 4px 0;
}

div.bug {
	padding: 4px 0 4px 0;
	background-image: url(../images/img6.gif);
        background-repeat: repeat-x;
}


ul.patch {
	list-style: none;
}

ul.patch li {
	background: url(../images/patch.png);
        background-repeat: no-repeat;
	padding-left: 16px;
}

span.important {
  font-weight: bold;
  font-style: normal;
}
