/*------------------ selectBright -----------------*/
		
.selectBright .styleSelect_item{
		width:130px!important;
		
		}
		
.selectBright .styleSelect_item_start{
		height:0px;
		
		}
		
.selectBright .styleSelect_item_content{
		/*height:140px;*/
		overflow-x: hidden;
		overflow-y: scroll;
		background:#FAFAFA;
		height: 150px;
		border: 1px solid #C6C6C6;
		}
.selectBright .styleSelect_item_content ul li{
	line-height: 15px!important;
	}		
.selectBright .styleSelect_item_end{
		height:0px;
		border-bottom: 1px #E7E7E7;
		}

.selectBright{
		background: url("../images/bg/bg_select.gif") no-repeat top left;
		font-size:12px;
		height: 30px;
		float: right;
		text-align: center;
		margin-right: 20px;
		position: relative;
		width:130px!important;
		}
.selectBright .passiveSelect,.selectBright .activeSelect{
		height:25px;
		line-height:26px;
		display:block;
		cursor:pointer;	
		padding-left:10px;
		margin-right:10px;
		}
		
.selectBright .passiveSelect{
		
		color:#fff;
		}
		
.selectBright .activeSelect{
		
		color:#e40000;
		}
		
.selectBright ul{
		padding:0;
		margin:0;
		list-style:none;
		cursor:pointer;	
		}
		
.selectBright li{
		padding:0;
		margin:0;
		color:#777777;
		line-height:10px;
}
		
.selectBright li:hover{
		color:#e40000;
		}
		
.selectBright .selected{
		color:#e40000;
		}
		
/*------------------ otherStyles -----------------*/

.select{
		padding:20px;
		float:left;
		}

.clear{
	clear:both;
	}