/* filters */

.filter {
	clear: both; margin: 5px 0 10px; height: 100%; padding: 2px 5px 0; border: 1px solid #ddd;
	background: #eff7ff /*url("../img/catalog-firme/bg-category-item.gif") repeat-x bottom*/; font-size: 12px; 
}
.filter strong { font-weight: bold; font-size: 13px; color: #003ec4; }
.filter a { color: #003ec4; }
.filter a.clearletter { color: #0000ef; font-weight: bold; font-size: 16px; }
	
	/* filter by letters */
	.filter-letters { clear: both; margin: 5px 0; padding: 0; }
	.filter-letters strong { font-size: 11px; color: #000; }
	.filter-letters a { padding: 0 2px; text-decoration: none; }
	.filter-letters a:hover { text-decoration: underline; }

	/* form redefine */
	
	/* dl */
	.filter .frm dl { margin-bottom: 5px; }
	
	/* select */
	.filter .frm select { margin-top: 0; margin-right: 5px; padding-left: 1px; background: #fff; }
	.filter .frm select.exchanges { width: 80px; }
	.filter .frm select.categories { width: 230px; }
	.filter .frm select.job_categories { width: 260px; }
	.filter .frm select.company_types { width: 120px; }
	.filter .frm select.job_types { width: 100px; }
	.filter .frm select.career_levels { width: 150px; }
	.filter .frm select.districts { width: 100px; }
	.filter .frm select.cities { width: 140px; }

