/*******************************************************/
/** CLAIRE ID / www.claireid.com / 2006 v1.0 		  **/
/** brokerage page css								  **/
/*******************************************************/

.brokpagerow {
	clear: left;
	margin: 15px 0px 20px 10px;
	padding: 0;
	width: 555px;
	/* border-bottom: 1px solid #e0e0e0; */
}

	.brokrestxt {
		float: left;
		width: 130px;
		padding: 0;
		margin: 0;
		line-height: 1.4em;
		margin-right: 10px;
		text-align: center;
	}
	
		.brokrestxtend {
			margin-right: 0px;
		}
	
	.brokresimg {
		width: 75px;
		padding: 0;
		margin: 0 auto;
	}
	
		.brokrestxt h2 {
			color: #BF9F2B;
			font-size: 13px;
			font-weight: bold;
			margin-bottom: 2px;
		}
		
		div.brokrestxt a:link, div.brokrestxt a:visited {
			color: #636;
			text-decoration: underline;
		}
		
		div.brokrestxt a:hover {
			color: #666666;
			text-decoration: underline;
		}
		
		.brokprice {
			color: #BF9F2B;
			font-weight: bold;
		}
		
			#maincontent ul {
				margin: 5px 0px 0px 2px;
				padding: 0px 0px 0px 0px;
				list-style: none;
			}

			#maincontent ul li {
				background: #ffffff url(/images/ppnote.gif) no-repeat left 5px;
				line-height: 23px;
				font-family:  verdana, arial,"Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
				font-size: 11px;
				padding: 0px 0px 0px 16px;
				font-weight: normal;
			}		

			#maincontent ul li a:link, #maincontent ul li a:visited {
				color: #000;
				text-decoration: underline;
			}

			#maincontent ul li a:hover {
				color: #c06;
				text-decoration: underline;
			}
