@charset "utf-8";
.dd { /*display:inline-block !important;*/
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}

.dd .ddTitle {
	background: url(../../images/index/select_bg2.gif) no-repeat;
	text-indent: 0;
	cursor: default;
	overflow: hidden;
	height: 20px;
}

.dd .ddTitle span.arrow {
	background: none;
	float: right;
	display: inline-block;
	width: 22px;
	height: 20px;
	cursor: pointer;
}

.dd .ddTitle span.textTitle {
	padding-left:10px;
	overflow: hidden;
	line-height: 20px;
}

.dd .ddTitle span.textTitle img {
	text-align: left;
	padding: 0 2px 0 0
}

.dd .ddTitle img.selected {
	padding: 0 3px 0 0;
	vertical-align: top;
}

.dd .ddChild {
	position: absolute;
	border-top: none;
	display: none;
	margin: 0;
	width: auto;
	overflow: hidden;
	height:73px;
}

.dd .ddChild .opta a,.dd .ddChild .opta a:visited {
	padding-left: 10px
}

.dd .ddChild a {
	display: block;
	text-decoration: none;
	color: #777;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	border-bottom:1px solid #ccc;
	padding-left:10px;
	width:75px;
	line-height:20px;
}

.dd .ddChild a:hover {
	color:#a0a0a0;
}

.dd .ddChild a img {
	border: 0;
	padding: 0 2px 0 0;
	vertical-align: middle;
}

.dd .ddChild a.selected {
	color:#a0a0a0;
}

/*======================================*/
.leftshadow,.rightshadow{display:none;}
#hprovince_child{top:18px;}
#hcity_child{top:40px;}
#hprovince_child .DropDownContent,#hcity_child .DropDownContent{background:#c6c6c6;/*background:url(../../images/index/selectbg.gif) no-repeat;*/height:73px;width:90px;float:left;margin-left:6px; display:inline;}
#hprovince_child .DropDownContent .Container,#hcity_child .DropDownContent .Container{width:66px;}
#hprovince_child .DropDownContent #hprovince_ScrollerContent a{width:66px;}
/*======================================*/
.hidden {
	display: none;
}

/***滚动条***/
.Container {
	position: absolute;
	top:8px;
	height:63px;
	overflow:hidden;	
}


/*brand*/
.dd .ddChild .DropDownContent #brand_ScrollerContent a{
	width:266px;
}

#brand_child .DropDownContent{width:288px;}
#brand_child .DropDownContent .Container{width:266px;}
/*end brand*/


.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
}

.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
}

.Scrollbar-Track {
	width: 16px;
	height: 63px;
	position: absolute;
	top: 5px;
	right:6px;
	background: #ccc;
}

.Scrollbar-Handle {
	/*background: url(../../images/find/scrollbar.gif) no-repeat left top;*/
	position: absolute;
	width: 16px;
	height: 13px;
}

.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 187px;
}

.Scrollbar-Disabled {
	display: none;
}

