
.select_zm {
    float: left;
    position:relative;
	border: 1px solid #c48600;
	background: #fff;

}
.select_zm_left {
    float: left;
    width:13px;
    height:22px;

}
.select_zm_center {
    float: left;
    height:22px;
    width:231px;

}



.select_zm_center span {
    display:block;
    padding:3px 0px 0px 1px;
    cursor: default;
}

.select_zm_right {
    float: left;
    width:27px;
    height:22px;
    background: #fff no-repeat center 8px url(images/select_zm_right.png);
}
.select_zm_vp {
    width:271px;
    position: absolute;
    left:-1px;
    top: 23px;
    border: 1px solid #c48600;
	border-top: none;
	background: #fff;
    z-index: 1000;
    padding: 0px 0px 0px;
    display:none; 
}






.select_zm_vp span {
    display:block;
    margin: 1px 0px;
    padding: 5px 14px ;
    cursor: pointer;
	z-index: 2000;
}
.select_zm_vp span:hover {
    background: #fce700;
}
.select_zm_vp span:first-child {
    margin-top:0px;
}
.select_zm_vp span:last-child {
    margin-bottom:0px;
}

.podbor_block a.button {
   float: left;
}
