.results-header 				/*1*/
{
	text-align: center;
	background: #EEEEFF;
	border: 1px solid #999999;
	margin-top: 25px;
}

.results-page-list				/*2*/
{
	text-align: left;
	margin-bottom: 15px;
	padding-right: 15px;
	font-size: 90%;
	background: #F6F6FF;
}

.results-page-list a
{
	font-size: 90%;
}

.results-sort-label 			/*3*/
{
	font-weight: bold;
	font-size: 90%;
}

.results-sort-string			/*4*/
{
	font-size: 80%;
}

.results-sort-link-current	/*5*/
{
	font-weight: bold;
}

.results-table			/*6*/
{border-collapse: collapse

}

.results-table a
{
	font-size: 80%;
	color: #0000AA;
}

.results-row-odd			/*7*/
{
	background: #EEEEFF;
}

.results-row-even			/*8*/
{
	background: #F9F9F9;
}

.results-row-odd a:hover
{
	background: #F9F9F9;
}

.results-thumbnails		/*9*/
{
	border-top: 1px solid #000066;
	border-right: 1px none #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px none #000066;

}

.results-thumbnails img
{
	border: none;
}

.results-row-right-column					/*10*/
{
	width: 100%;
	border-top: 1px solid #000066;
	border-right: 1px none #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px none #000066;

}

.results-row-data-table	/*11*/
{
	width: 100%;
}

.results-row-data-header-text		/*12*/
{
	font-weight: bold;
	text-align: center;
	font-size: 110%;
}

.results-text			/*13*/
{
}

.results-text-label				/*14*/
{
	font-weight: bold;
}

.search-cont			/*15*/
{
	margin-top: 5px;
	font-weight: bold;
	background: #FFEEEE;
}

.search-cont a
{
	font-size: 110%;
	color: #0000CC;
}

.search-cont a:hover
{
	background: #FFEEEE;
}
