/* quicksearch */
.location-widget
{ background-color: #fff; border: 1px solid #ebebeb; padding: 2px; position: relative; width: 340px; z-index: 100; }

.location-widget.active
{}

.widget
{ position: absolute; }

	.location-widget #widget-closer
	{ position: absolute; right: 6px; top: 6px; }

	.location-widget h2
	{ background-color: #007cd5; color: #fff; font-size: 150%; margin: 0; padding: 5px 6px; }

	.location-widget fieldset
	{ background-color: #33b3e8; padding: 5px 5px 5px 10px; }

		.location-widget fieldset legend
		{ display: none; }

		.location-widget fieldset div
		{ margin-bottom: 12px; }

		.location-widget fieldset div.attention
		{}

		.location-widget fieldset span
		{ color: #fff; font-weight: bold; margin-top: -25px; position: absolute; right: 15px; }

			.location-widget fieldset div #warning
			{ color: #fff; font-weight: bold; padding: 2px; width: 90%; }

			.location-widget fieldset div h5
			{ color: #fff; font-size: 110%; }

			.location-widget fieldset div label
			{ display: block; color: #fff; margin: 5px 0 3px 0; }

			.location-widget fieldset div input.textfield
			{ width: 90%; }

			.location-widget fieldset div select
			{ width: 92%; }

			.location-widget fieldset div ul
			{}

			.location-widget fieldset div fieldset
			{ border: 1px solid #fff; margin-top: 10px; width: 87%; }

				.location-widget fieldset div fieldset legend
				{ color: #fff; display: inline; font-weight: bold; }

				.location-widget fieldset div fieldset div
				{ clear: both; margin: 0; overflow: hidden; }

					.location-widget fieldset div fieldset div input
					{ float: left; margin: 6px 5px 0 0; }

					.location-widget fieldset div fieldset div label
					{ float: left; line-height: 130%; width: 80%; }

						.location-widget fieldset div fieldset div label strong
						{ font-size: 110%; }

		.location-widget fieldset div.buttons
		{ margin: 15px 0 5px 0; text-align: center; }

			.location-widget fieldset div.buttons input
			{ background: #bd220d url("/frontend_20/assets/img/icons/arrowonsquare_red_right_17.gif") 98.5% 50% no-repeat; border: 1px solid #aaa; color: #fff; cursor: pointer; font-weight: bold; padding: 3px 25px 3px 3px; width: 160px; }

