/* --- 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: 3px 4px;
	cursor: pointer;
	background: #DFDFFF;
	float: left;
	width: auto;
}


.search_label_active_opened
{
	padding: 3px 4px;
	color: #45596F;
	background: #EEEEF6;
	margin-bottom: 3px;
}

.search_label_active_closed
{
	background: #D4E6E7;
	color: #45596F;
}

.search_cont_active,
.search_cont_passive
{
	margin-left: 2px;
	margin-right: 1px;
	padding-top: 10px;
	padding-left: 4px;
	padding-bottom: 5px;
	display: none;
}

.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: 1px;
	border: 1px solid #83A7BF;
	padding: 1px 3px;
	background: #EFF4FF;
	color: #29536F;
	cursor: pointer;
	width: 300px;
}

.country_region_opened_selected,
.country_region_closed_selected
{
	color: #BF535A;
}

.country_region_opened_unselected,
.country_region_opened_selected
{
	border: 1px solid #666;
}

.region_country_cont_closed
{
	border-top: none;
	padding: 4px;
	opacity: 0;
	display: none;
}

#first_search_cont label
{
	display: block;
	float: left;
	width: 100px;
}
#first_search_cont
{
	padding:0;
}

#location_country_id, #location_state_id
{
	width:180px;
}

#first_search_label
{
	display:none;
}

#second_search_label, #location_radius_cont
{
	display:none;
}

#third_search_cont
{
	width: 300px;
}
#third_search_label{
display:none;
}
#first_search_label, #second_search_label{
width:165px;
}

#location_country_cont label, #location_state_cont label, #location_city_cont label
{
	width:174px;
	font-weight:bold;
}

#location_state_cont
{
	padding:3px 0;
}