#searchResults {
	margin-top: 10px;
}

#searchResults > ul >  li {
	border-bottom:  1px dotted #ccc;
    padding:        10px 0;
}
#searchResults > ul > li.last {
    border-bottom-width: 0;
    padding-bottom:      0;
}
#ndtrcResults li:last-child {
	border-bottom-width:  0;
}

#searchResults .itemText {
    margin-top: 5px;
}

#searchResults .itemPath a {
	color: #000;
}

#searchResults .notice {
    margin-bottom: 0;
}

#searchResults .paginationControl {
    margin-top:  10px;
    padding-top: 10px;
}

#searchCheckboxes{
    padding: 8px 0px;
}

#searchCheckboxes br{
    display: none;	
}

#searchCheckboxes label{
	display: block; 
	float:   left;
	width:   183px;
}
