/* --- component Location Edit CSS --- */

.location_unit_hide
{
	display: none;
}

.location_unit_show
{
	display: block;
}

.search_label_blocked
{
	display: none;
}

.search_label_passive_closed,
.search_label_active_opened,
.search_label_active_closed
{
	margin: 1px;
	margin-right: 2px;
	padding: 1px 4px;
	background: #FF9933;
	color: #5B5B5B;
	cursor: pointer;
	height: 18px;
	float: left;
	width: auto;
}


.search_label_active_opened
{
	padding: 1px 3px;
	color: #fff;
	background: #EF9468;
}

.search_label_active_closed
{
	color: #fff;
	background: #EF9468;
}

.search_label_passive_closed
{
	background: #EFD8C2;
	
}

.search_cont_active,
.search_cont_passive
{
	margin: 2px;
	margin-top: -1px;
	padding: 5px;
	background: #EF9468;
	color: #fff;	
	display: none;
	width: 350px;
}

.search_cont_active
{
	display: block;
}

/* --- Second tab --- */
.country_region_closed_unselected,
.country_region_closed_selected,
.country_region_opened_unselected,
.country_region_opened_selected
{
	margin-bottom: 3px;
	border: 1px solid #B22A2D;
	padding: 3px 3px;
	background: #DF6E37;
	color: #FFFFFF;
	cursor: pointer;
	width: 300px;
}

.country_region_opened_selected,
.country_region_closed_selected
{
	color: #FFA800;
}

.country_region_opened_unselected,
.country_region_opened_selected
{
	border: 1px solid #550000;
	background: #DF6E37;
}




.region_country_cont_closed
{
	border: 1px solid #333;
	background: #EFD8C2;
	color: #5B5B5B;
	border-top: none;
	padding: 4px;
	width: 295px;
	opacity: 0;
	display: none;
}


#first_search_cont label
{
	display: block;
	float: left;
	width: 100px;
}
