/* text, font*/

.nzres {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px 0px 3px;
	margin: 0px;
	font-variant: normal;
	text-transform: capitalize;
	border-bottom: 1px solid #ECE9D8;
	color: #0000A1;
}

.info {
	FONT-SIZE: 12px;
	MARGIN: 2px 0px 0px;
	TEXT-TRANSFORM: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding: 2px 0px 0px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-bottom: 1px dotted #ECE9D8;
	letter-spacing: 1px;
	color: #0000A1;
}

.details {
	FONT-SIZE: 10px;
	MARGIN: 0px;
	TEXT-TRANSFORM: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom: 1px dotted #ECE9D8;
}

.listinghead {
	FONT-SIZE: 13px;
	MARGIN: 1px;
	TEXT-TRANSFORM: none;
	COLOR: #002F5F;
	FONT-FAMILY: Arial, Verdana, sans-serif;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	font-variant: normal;
}

.listinglist {
	FONT-SIZE: 12px;
	MARGIN: 5px 0px 0px;
	TEXT-TRANSFORM: capitalize;
	COLOR: #003366;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-weight: normal;
	line-height: 120%;
	text-indent: 2px;
}


/* tables, boxes*/

#NzresBox {
	MARGIN: 0px;
	padding: 0px;
	border-top: 3px solid #DBC773;
	border-bottom: 3px solid #DBC773;
	width: 770px;
	background: #FFFFFF;
}

#ListingBox {
	MARGIN: 0px;
	padding: 2px;
	border-top: 2px none #ECE9D8;
	border-left: 1px none #ECE9D8;
	border-right: 1px none #ECE9D8;
	border-bottom: 2px none #ECE9D8;
	background: #FBFBF7;
	width: 160px;
}

/*list elements */

.NZRes ul{
	padding: 0px 0px 0px 5px;
	font: 12px/150%;
	margin: 0px 0px 0px 5px;
	border: none;
}

.NZRes li {
	padding: 0px 0px 0px 0px;
	font: 12px/150%;
	margin: 0px 0px 0px 5px;
	border: none;
}


.NZRes a {
	color: #002F5F;
}


.NZRes a:hover {
	color: #D8B275;
}
