#available_locations {
	width		: 296px;
	background	: #21a4e7;
}
#available_locations .header,#available_shops .header {
	background	: url(../../../../files/images/bg_horeca_header.jpg) repeat-x;
	height		: 42px;
	color		: #ffffff;
}
#available_locations h2, #available_shops h2 {
	color		: #ffffff;
	margin		: 0px;
	padding		: 10px 25px;
}
#available_locations #cities {
	height		: 43px;
	padding-right : 25px;
	padding-left : 25px;
}
#available_locations #cities .inner {
	padding-top		: 10px;
	color		: #ffffff;
}
#available_locations #locations {
	height		: 99px;
	padding-right : 25px;
	padding-left : 25px;
}
#available_locations #locations .inner {
	background	: #90d2f3;
	overflow	: auto;
	height		: 89px;
}
#available_locations #locations ul {
	margin		: 0px;
	margin-left : 20px;
	padding-top	: 5px;
	padding-left: 10px;
}
#available_shops {
	width		: 293px;
	background	: #21a4e7;
}
#available_shops #shops {
	color		: #ffffff;
}
#available_shops #shops .inner {
	overflow	: auto;
	height		: 122px;
	margin		: 10px 25px;
}
#select_cities {
	float		: right;
	width		: 130px;
}
#locations ul {
	
}
#locations ul.active {
	display		: block;	
}
#locations ul.hidden {
	display		: none;	
}

