/* -----------------------------------------------
 For Windows Internet Explorer 6 
 ----------------------------------------------- */

.formLineHeightAdj {
	position:relative;
	top:-2px;
}

.filterbar_caption {
	color: #444;
	font-size: 9px;
	letter-spacing: -1px;
}

.sortbar_caption {
	padding-right: 10px;
	color: #D3D4B6;
	font-size: 9px;
	letter-spacing: -1px;
}

.rez_type_banner {
	font-size: 8px;
}

.rez_type_floater {
	font-size: 8px;
}

.store_category_list {
 	list-style-type: none;
 	margin-top: 4px;
	margin-left: 10px;
}

/* -----------------------------------------------
 MyBizCenter, "Accessed" links (so type is not too large)
 ----------------------------------------------- */
a.rez_type_link {
	border: 1px solid #CCC;
	color: #777;
	float: right;
	font-size: 8px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

a.rez_type_link:hover {
	border: 1px solid #CCC;
	background-color: #777;
	color: white;
	float: right;
	font-size: 8px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}
 
/* -----------------------------------------------
 Store - List View 
 ----------------------------------------------- */

.store_listing_hrule {
	height: 1px;
	border-bottom: 1px solid #777;
	margin-bottom: 10px;
}

.store_special_list {
	margin-left: 10px;
}

/* -----------------------------------------------
 Toolkit listings on Compass pages 
 ----------------------------------------------- */
.toolkit_description_list {
	padding-bottom: 10px;
}

/* -----------------------------------------------
 HousingWorks Tabs
 ----------------------------------------------- */

.tab_bar {
	color: black; 
	background-color: black; 
	height: 15px; 
	margin-top: 0px;	
	margin-bottom: 0px;	
	padding-top: 8px;
	padding-bottom: 7px;
}


