/* --- 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: 0px;
	margin-bottom: 0px;
	border: 1px solid #fff;
	border-top: 0px;
	padding: 4px;
	cursor: pointer;
	background: #85A7B0;
	color: #fff;
	float: left;
	width: auto;
}

.search_label_active_closed,
.search_label_active_opened
{
    background: #D4E6E7;
    color: #123443;
}

.search_cont_active,
.search_cont_passive
{
	margin: 2px;
	border-top: none;
	padding: 6px;
	background: #D4E6E7;	
	display: none;
	color: #123443;
}


.search_cont_active
{
	display: block;
}

/* --- Second tab --- */
.country_region_closed_unselected,
.country_region_closed_selected,
.country_region_opened_unselected,
.country_region_opened_selected
{
	border-bottom: 1px solid #fff;
	padding: 4px;
	color: #123443;
	cursor: pointer;
	width: 300px;
}

.country_region_closed_unselected
{
        background: #D4E6E7 url('../../img/arr_right.gif') no-repeat right;
}

.country_region_closed_selected
{
        background: #FBE3E6 url('../../img/arr_right_ch.gif') no-repeat right;
}

.country_region_opened_unselected
{
    background: #D4E6E7 url('../../img/arr_down.gif') no-repeat right;
}

.country_region_opened_selected
{
    background: #FBE3E6 url('../../img/arr_down_ch.gif') no-repeat right;
}

.region_country_cont_closed
{
	border: 0px;
	background: #EBF4F4;
	border-top: none;
	padding: 4px;	
	display: none;
	opacity: 0;
	width: 300px;
}

#first_search_cont label
{
	display: block;
	float: left;
	width: 100px;
}

.city_label
{
	text-align: right;
}