#city_chooser_h1,
#brand_chooser_h1 {
	/*position: relative;*/
}

#city_chooser_list_h1,
#brand_chooser_list_h1 {
	display:none;
	left: 0;
	position:absolute;
	top:1.5em;
	width: 100%;
	z-index: 90;
}

#city_chooser_list_h1  .close,
#brand_chooser_list_h1  .close  {
	cursor: pointer;
	position: relative;
	z-index: 90;
	white-space:normal;
	float:right;
}
#brand_chooser_list_h1  .close{
	top: 10px;
}
#city_chooser_list_span,
#brand_chooser_list_span {
	background:none repeat scroll 0 0 #F4E800;
	display:none;
	margin-left:-5px;
	padding:5px 24px 5px 5px;
	position:absolute;
	top:-0.1em;
	z-index:90;
}

#city_chooser_h1 #city_chooser_list_span .pseudo_link .icon,
#brand_chooser_h1 #brand_chooser_list_span .pseudo_link .icon {
	background:url("/39.35/f/1/global/icon_drop_down.png") no-repeat scroll -17px -11px transparent;
	height:15px;
	left:102%;
	top:10px;
	width:15px;
}

#city_chooser_list_h1_container,
#brand_chooser_list_h1_container {
	padding:15px 10px 10px;
	background:white;
	border:3px solid #FAF596;
	position: relative;
	z-index:90;
}
#brand_chooser_list_h1_container{
	padding:5px 10px 10px;
}
#city_chooser_list_h1 .shadow,
#brand_chooser_list_h1 .shadow {
	background: #000;
	opacity: 0.5;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index:80;
	height: 100%;
	width: 100%;
}

#city_chooser_list_h1 ul,
#brand_chooser_list_h1 ul {
	font-size:13px;
	font-weight:normal;
	list-style-type:none;
	margin:0;
	padding: 0 0 0 1em;
}
#brand_chooser_list_h1 ul  {
	font-size:14,4px;
	color: #666666;
}
#brand_chooser_list_h1 ul {
	padding: 0;
}
#brand_chooser_list_h1 ul {
	text-align: left;
}
#brand_chooser_list_h1 li {
	float: left;
	margin: 0 10px 10px 0px;
}
#city_chooser_list_h1 ul.column,
#brand_chooser_list_h1 ul.column {
	display:inline-block;
	vertical-align:top;
	width: 15%;
	float: left;
}
#brand_chooser_list_h1 ul.column{
	width: 100%;
}
.cols_4 {
	//width:890px !important;
}

#city_chooser_list_h1 li strong,
#brand_chooser_list_h1 li strong {
	display:none;
	font-size:95%;
	left:-1.5em;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	top:0;
	width:0.8em;
}

#city_chooser_list_h1 li li,
#brand_chooser_list_h1 li li {
	margin-bottom: 0.3em;
}

#city_chooser_list_h1 ul ul,
#brand_chooser_list_h1 ul ul {
	font-size:1em;
	padding: 0 0 1em 0;
}

#city_chooser_list_h1 li,
#brand_chooser_list_h1 li {
	white-space: normal;
	position: relative;
}

#city_chooser_list_h1 li.selected,
#brand_chooser_list_h1 li.selected {
	font-weight: bold;
}

#city_chooser_list_h1 li a,
#brand_chooser_list_h1 li a {
	/*color: #000;*/
}

#city_chooser_h1 .pseudo_link .icon,
#brand_chooser_h1 .pseudo_link .icon {
	background:url("/39.35/f/1/global/icon_drop_down.png") no-repeat scroll 0 2px transparent;
	height:15px;
	left:102%;
	top:10px;
	width:15px;
}
#brand_chooser_h1 .pseudo_link .icon {
	top:1px;
}

#list_models{
	float: none;
	clear:both;
	margin-top: 10px;
	border-top:1px solid #999999;

}
#list_models h4{
	text-align: left;
}
.block_left{
	float:left;
}
.block_right{
	margin-left: 7em;
}
.brand_link{
	cursor: pointer;
	border-bottom:1px dashed;
	position:relative;
	text-decoration:none;
}
#list_brands .selected{
	border-bottom:0px;
	margin-bottom:11px;
}

.geo_chooser {
	display: inline-block;
}

.geo_chooser .toggle_button {
	text-decoration: none;
	color: inherit;
	position: relative;
	font-size: 110%;
	top: -2px;
}

.geo_chooser #city_chooser_list_h1 {
	top: 3em;
}