/* CSS - Location Search */

#comp_location_search {
	width:350px;
}

#comp_location_search .location_menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	text-align:center;
}


.active_left_cap {
	width:9px;
	background:url(../../img/button_cap_left_selected.png) no-repeat;
}

.inactive_left_cap {
	width:9px;
	background:url(../../img/button_cap_left.png) no-repeat;
}

.active_middle_cap {
	height:25px;
	cursor: pointer;
	background:url(../../img/button_cap_middle_selected.png) repeat-x;
	color: #e0dfdf;
	

}

.inactive_middle_cap {
	height:25px;
	cursor: pointer;
	background:url(../../img/button_cap_middle.png) repeat-x;
	color:#666666;
}


.active_right_cap {
	width:10px;
	background:url(../../img/button_cap_right_selected.png) no-repeat;
}

.inactive_right_cap {
	width:10px;
	background:url(../../img/button_cap_right.png) no-repeat;
}





.location_top {

	height:6px;
	overflow:hidden;
	background-image:url(../../img/location_top.gif);
	background-repeat:no-repeat;

}

.location_middle {

	overflow:hidden;
	padding-bottom:5px;
	padding-top:5px;
	background-image:url(../../img/location_middle.gif);
	
}

.location_bottom {

	height:11px;
	overflow:hidden;
	background-image:url(../../img/location_bottom.gif);
	background-repeat:no-repeat;

}

.location_section {

	width:90%;
	margin-left:auto;
	margin-right:auto;

}


.location_unit_hide {

	display: none;

}

.location_unit_show {

	display: block;

}

.search_cont_active, .search_cont_passive {

	display: none;

}
.search_cont_active {

	display: block;

}

.country_region_closed_unselected, .country_region_closed_selected, .country_region_opened_unselected, .country_region_opened_selected {

	margin-bottom: 1px;
	padding: 1px 3px;
	background-color:#999999;
	color: #fff;
	cursor: pointer;

}

.country_region_opened_selected, .country_region_closed_selected {

	color:#000000;

}

.country_region_opened_unselected, .country_region_opened_selected {

	background-color:#999999;
	color: #fff;

}

.region_country_cont_closed {

	background: #fff;
	padding: 4px;
	opacity: 0;
	display: none;

}


#first_search_cont label {

	display: block;
	float: left;
	width: 20%;

}