/* -------------------------- *|
|*   start with blank slate
|* -------------------------- */
div.reset *{/* using a class to make "softer" rule */
	margin:0;
	padding:0;
	text-indent:0;
	}
div.reset img{
	border:none;
	}

/* -------------------------- *|
|*   buckets
|* -------------------------- */
div#searchmain{
	width:776px;
	background-color:#fff;
	padding:12px;
	text-align:left;
	}
* html div#searchmain{
	width:800px;
	}

div#searchresults{
	margin-right:270px;
	}

/* -------------------------- *|
|*   straight HTML & classes
|* -------------------------- */
div#searchmain h1{
	font-size:16px;
	margin-bottom:.5em;
	}

p.uberclear{
	clear:both;
	text-indent:-5000px;
	}

div.pagingnav{
	padding:5px;
	width:490px;
	margin:15px auto 0;
	border:1px solid #69C;
	}
* html div.pagingnav{
	width:500px;
	}

/* -------------------------- *|
|*   classes: found table
|* -------------------------- */
table.bordered{
	background-color:#fff;
	border:1px solid #6699CC;
	border-collapse:collapse;
	margin:.6em 0;
	}
table.bordered td{
	padding:6px 4px;
	border-bottom:1px solid #666;
	vertical-align:top;
	}
table.bordered img{
	width:75px;
	}
table.bordered td.pic{
	width:92px;
	text-align:center;
	}
* html table.bordered td.pic{
	width:100px;
	}

/* -------------------------- *|
|*   side search box
|* -------------------------- */
div#filtersearch{
	float:right;
	background-color:#D6E8FC;
	width:263px;
	/* padding-bottom:35px; the /form end takes care of this */
	}
div#filtersearch h3{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background-color:#6599CB;
	text-align:left;
	padding:4px 8px;
	margin-bottom:.6em;
	}
div#filtersearch input.txt,
div#filtersearch select{
	width:170px;
	}
div#filtersearch input.txt{
	border:1px solid #A5ACB4;
	}
div#filtersearch table{
	border-collapse:collapse;
	}
div#filtersearch td{
	vertical-align:top;
	padding:0 0 5px 5px;
	}
div#filtersearch tr.checkbox td{
	vertical-align:middle;
	}
div#filtersearch tr.checkbox input{
	float:right;
	}
div#filtersearch tr.checkboxquad label{
	padding-left:5px;
	}
div#filtersearch ul{
	list-style:none;
	}
div#filtersearch li{
	display:block;
	width:95px;
	float:left;
	}
* html div#filtersearch li{
	width:90px;
	}
/* some specific form bits */
div#filtersearch input#submitsearch{
	float:right;
	margin:8px;
	}
div#filtersearch select#distance{
	width:50px;
	}
div#filtersearch input#postalcode{
	float:none;
	border:1px solid #A5ACB4;
	width:63px;
	}

/* -------------------------- *|
|*   only on People search
|* -------------------------- */
table.findpaging{
	margin:.3em 0;
	}
* html table.findpaging{
	width:500px;
	}

/* -------------------------- *|
|*   Search Results Table
|* -------------------------- */
table#foundusers{
	width:100%;
	}
* html table#foundusers{
	width:500px;
	}

div#rightads{
	width:300px;
	float:right;
	}

/* -------------------------- *|
|*   oldskool overrides New/Google layout
|* -------------------------- */
div.oldskool div#searchresults{
	margin-right:312px;
	}
div.oldskool div.pagingnav,
* html div#searchresults table.findpaging,
* html div#searchresults table#foundusers{
	width:468px;
	}
div.oldskool div#filtersearch{
	float:none;
	width:468px;
	}
div.oldskool div#filtersearch input#submitsearch{
	float:none;
	margin:5px;
	}
div.oldskool div#gar_top,
div.oldskool div#gar_bottom{
	display:none;
	}

/* -------------------------- *|
|*  Google Ads
|* -------------------------- */
div#ad-wrap {
	width: 500px;
	height: auto;
	background: #e4ecf9;
	font: 12px arial,helvetica,sans-serif;
	margin: 0;
	padding: 7px 0;
	overflow: hidden;
	}  
div#ad-hdr {
	color: #777976;
	font-size: 12px;
	text-align: right;
	margin: -2px 0 0 0;
	padding: 0 9px 0 0;
	float: right;
	}
div.ad-blurb {
	margin: 0;
	padding: 3px 12px;
	}  
div.ad-blurb p {
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}  
div.ad-blurb a {
	color: #017f02;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	white-space: nowrap;
	}
div.ad-blurb strong a {
	color: #0401ce;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	white-space: nowrap;
	}
