@CHARSET "UTF-8";

img.city-unit-button-image {
	cursor: pointer;
}

div.city-unit-slide-wrapper {
	position: absolute;	
}

div.city-unit-slide-wrapper .city-unit-accept-button {
	height: 23px;
	margin: 3px 0 0 0;
	padding: 7px 0 0 45px;
	
	background-image: url("../../../img/components/city_unit/cityUnitButtonBottom.jpg");
	background-repeat: no-repeat;
	color: #2478a4;
	font-size: 12px;
	font-weight: bold;
}

div.city-unit-slide-wrapper .city-unit-accept-button-active {
	cursor: pointer;
	text-decoration: underline;
}

div.city-unit-checkbox-area {
	padding: 3px 0 0 0;
	z-index: 100;
	
	background: white;
	border: solid #c4c4c4;
	border-width: 0 1px 0 1px;
}

div.city-unit-checkbox-area .city-unit-item {
	padding: 3px 3px 3px 5px;
	
	font-size: 9px;
	overflow: hidden;
	text-align: left;
}

div.city-unit-checkbox-area .city-unit-item-active {
	background: #e9f0f6;
	cursor: pointer;
}

div.city-unit-checkbox-area .city-unit-item span {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	width: 105px;
	
	color: #737478;
}

div.city-unit-checkbox-area .city-unit-item a {
	cursor: pointer;
}

div.city-unit-checkbox-area .city-unit-item .js-checkbox {
	z-index: 200;
	clear: left;
}

div.city-unit-checkbox-area .city-unit-item-label {
	padding: 3px 3px 3px 5px;
	
	background: url("../../../img/components/city_unit/cityUnitItemOutArrow.png");
	background-position: 118px center;
	background-repeat: no-repeat;	
	cursor: pointer;
	font-weight: bold;
}

div.city-unit-checkbox-area .city-unit-item-label.extended {
	background: url("../../../img/components/city_unit/cityUnitItemOverArrow.png");
	background-position: 118px center;
	background-repeat: no-repeat;		
}

div.city-unit-checkbox-area .city-unit-item-label-active {
	color: #7cb21c;
}

div.city-unit-checkbox-area .city-unit-item-label-mouseover {
	color: #a7c85d;
}

div.city-unit-filters-scroll {
	width: 6px;
	height: 9px;
	padding: 12px 3px;
	
	cursor: pointer;
}

div.city-unit-scroll-left {
	left: 0;
	position: absolute;
	
	background: url("../../../img/components/city_unit/filter-scroll-left.jpg") 7px 14px;
	background-repeat: no-repeat;
}

div.city-unit-scroll-right {
	float: right;
	
	background: url("../../../img/components/city_unit/filter-scroll-right.jpg") 6px 14px;
	background-repeat: no-repeat;
}

#city-unit-filters-scroll-wrapper-container {
	height: 37px;
	width: 98%;
	
	overflow: hidden;
}

