/*------------------ .selectLightNew -----------------*/
.selectLightNew {
    cursor: pointer;
    text-align: left;
    background:#ffffff; 
    padding: 0px;
    color: #626262;
    height: 27px;
    outline:none;
    vertical-align: baseline;
    position: relative;
	border: 1px solid #959595;
	float:left;
	padding-right:20px;
	padding-bottom:9px;
	margin-right:7px;
	font-size:15px;
	text-transform:uppercase;
}

.selectLightNew .styleSelect_item{
    background-color: #fff;
    border: 1px solid #959595;
	margin-left:-1px;
}

.selectLightNew .styleSelect_item_start{
    height:0px;
}

.selectLightNew .styleSelect_item_content{
}

.selectLightNew .styleSelect_item_end{
    height:0px;
}


.selectLightNew .passiveSelect, .selectLightNew .activeSelect{
    height:27px;
    line-height:30px;
    display:block;
    cursor:pointer;	
    margin-left:14px;
	padding-right:30px;
}

.selectLightNew .passiveSelect{
    position: absolute;
    top: 3px;
    left: 0;
}

.selectLightNew .activeSelect{
    position: absolute;
    overflow: hidden;
    top: 3px;
    left: 0;
}

.selectLightNew .selectIcon {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 19px;
    height: 28px;
    background-image: url(images/select_icon.png);
    background-repeat: no-repeat;
}

.selectLightNew .openSelect {
}

.selectLightNew ul{
    padding:0;
    list-style:none;
    cursor:pointer;	

}

.selectLightNew li{
    height:30px;
    line-height:30px;
    margin:0;
    font-weight:normal;
    padding:0 9px 0 9px;
    color:#333;
    white-space:nowrap;
}

.selectLightNew li:hover{
    background: #eee;
}


.selectLightNew .initSelectedOption{
}

.selectLightNew .hideThisOption{
    display: none;
}

.selectLightNew .selected{
    color: #333;
}

.selectLightNew .selectedItem{
    background: #f5f5f5;
}

/*------------------ otherStyles -----------------*/

.select_2{
		padding:20px;
/*		float:left;*/
		}

.clear{
	clear:both;
	}