#bandi-results .result-item {
	margin-top : 1.6em;
	padding : 1em 0 0;
	border-top : 1px solid #f2e3d9;
}

#bandi-results h3 {
	font-size : 100%;
	color : #6a370e;
	line-height : 1.69;
}

#bandi-results .date {
	margin-top : 0;
	color : #bf7940;
	font-size : 77%;
	line-height : 2.2;
}

a.doc, a.rtf {
	padding-left : 20px;
	background : url(../img/icon_doc_sm.gif) left no-repeat;
	line-height : 16px;
}

a.pdf {
	padding-left : 20px;
	background : url(../img/icon_pdf_sm.gif) left no-repeat;
	line-height : 16px;
}

a.zip {
	padding-left : 20px;
	background : url(../img/icon_zip_sm.gif) left no-repeat;
	line-height : 16px;
}

.result-item ul {
	margin : .6em 0;
	padding-bottom : 2em;
}

.result-item li {
	float : left;
	display : block;
	margin-right : .8em;
	padding-right : .8em;
	border-right : 1px solid #a25e3c;
	list-style-type : none;
	font-size : 85%;
}

.result-item li:last-child {
	border : none;
}

.result-item li a {
	display : block;
	text-decoration : none;
}

