	/* custom select rules */
	
	.csDisplay{
		height:22px;
		background:#ced9de;
	}
	
	.csDisplay span,
	.csOptions,
	.csOptions_hover{
		display:block;
		background:#ced9de;
		font-family:'Lucida Grande', 'Lucida Sans', verdana,helvetica,sans-serif;
		font-size:14px;
		font-weight:bold;
		text-indent:3px;
		line-height:22px;
		color:#397DB7;
	}

	.csButton{
		width:23px;
		background:url(../graphics/selectarrow.gif) #fff;
	}
	
	.csButton_hover{
		width:23px;
		background:url(../graphics/selectarrow.gif) #3c5167;
	}
	
	.csList{
		margin-top:-1px;
		border:1px solid #ced9de;
	}

	.csOptions,
	.csOptions_hover{
		line-height:21px;
		background:#f5f5f5;
		color:#3c5167
	}
	
	.csOptions_hover{
		background:url(layout/bg_opthover.gif);
		background:#fff;
	}
