#results .summary
{
	padding: 4px 8px 4px 8px;
	border-bottom: 1px solid #BFC49D;
	background: #F4F6E0 !important;
	margin: 10px 0px 10px 0px;
	color: #646464;
	text-align: right;
	text-transform: lowercase;
}

/* results table */
#results table {overflow:auto;	width:98%;color:#646464;}

/* results row seperator */
#results table td hr {margin: 5px 0px 5px 0px;	background: #BFC49D;color: #BFC49D;height: 1px;border: 1px solid #BFC49D;}

/* results table field names */
#results table th {font-weight: 600;padding: 0px 20px 0px 4px;}

/* results table image cell */
#results td.image {	}

/* results table span image */
#results td.image a {width: 100px; height: 100px; display: block; }

/* results table buttons */
#results table td.buttons a
{
	border: 1px solid #BFC49D;	
	border-left: 8px solid #BFC49D;
	text-decoration: none;
	text-transform:lowercase;
	padding: 2px 6px 2px 6px;
	margin: 0px 20px 0px 0px;
	background: #F4F6E0;
	color: #767676;
	cursor: default;
	display: block;
	width: 100px;
	float:left;
	white-space: nowrap;
	width: auto;
}

/* paging container */
#results .paging {display:block;margin:15px auto;overflow:auto;text-align:center;width:50%;}

/* results table paging container */
#results .paging span {display:block;	color: #757575;padding: 2px 6px 2px 6px;float:left;margin: 0px auto;}

/* paging buttons */
#results .paging a
{
	display:block;
	float:left;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 8px 2px 8px;
	width: auto;
	cursor: pointer;
	border: 1px solid #BFC49D;	
	border-left: 8px solid #BFC49D;
	text-decoration: none;
	text-transform: lowercase;
	background: #F4F6E0;
	color: #767676;
}