/* CSS Document */

/*-- listing styles --*/

div.title {
/*  width:80%;*/
	margin-top:0px;margin-left:5px;margin-right:5px;margin-bottom:10px;
/*	clear:both;*/
}

a.title {
	padding-top:2px;
	padding-bottom:2px;
	font-size: 10pt !important;
	text-decoration:none;
	color: black;
	font-weight:bold;
}


div.propertypanel {
    position:relative;
	float:left;
	clip:auto;
	height:85px;
	width:420px;
	border: 1px solid #f90;//;
	/*-moz-border-radius: 15px;*/
	margin-top:10px;
/*	margin-right:7px;
	margin-left:160px; margin-right: 160px; */
	padding:10px;
    font-size: 8pt; 
}

div.navlink {
  clear:both;
  padding: 0px;
  text-align: right;
  margin-bottom:15px;
}

div.navlink a {
    text-decoration: none;
    font-size: 10pt;
		font-weight: bold;
		/*margin-left: 20px;
		margin-right: 20px;*/
		border: 1px #457289;// solid;
		padding-left: 15px;
		padding-right: 15px;
/*		background-color: rgb(255, 239, 141);*/
		color: #000;//;
}

div.navlink a:hover {
    /*text-decoration: underline;*/
		border: 2px #f8bf24 outset;
		padding-left: 13px;
		padding-right: 13px;
		
}


