/* *** Fake Dropdown *** */

	
	/* styles for standard pulldown select box */
	.xSelectBox {
		cursor: pointer;
		position: relative;
		background-image: url(../img/select_bg.gif);
		height: 16px;
		width:138px;
		}
	
	.xSelectBoxPulldown {
		background: url(../img/select.gif) no-repeat 1px 0px;
		height: 13px;
		width: 13px;
		cursor: pointer;
		position: absolute;
		right: 3px;
		top: 2px;
	}
	
	.xSelectBoxText {
		cursor: pointer;
		position: absolute;
		height: 15px;
		width: 90%;
		left: 2px;
		top: 0px;
		font-size:11px;
		overflow:visible;
	}
	.xSelectBoxMenue {
		
	}
	.xSelectBoxMenue ul {
		list-style: none;
		margin:-2px 0 0 3px;
		padding: 0px;
		width:135px;
		border:1px solid #34185B;
		background-color:#fff;
		opac-ity:0.9;
	}
	#bmenu li {
		padding:0 0 0 5px;
		color:#000;
	}
	#bmenu li:hover {
		background:#A79BB8;
		color:#FFF;
	}
	.xSelectBoxMenue {
		cursor: default;
		position: absolute;
		width:90px;
		top: 24px;
		z-index: 50;
		padding-top: 0px;
		top: 20px;
		border: 0px solid #000000;
		margin:-2px -2px -2px -2px;
	}

	.xSelectListOption {
		/*border: 1px solid #000;*/
		background-color:#fff;
		margin-bottom: 2px;
		margin-top: 0px;
		cursor: pointer;
		width: 88px;
		list-style-type: none;
		font-size:10px;
		height:16px;
		line-height:14px;
		padding:-2px 0px 0 2px;
		{margin-right: -2px !important;}
	}
	
	.xSelectListOptionOver {
		margin-bottom: 2px;
		margin-top: 0px;
		/*border-bottom: 1px solid #000 !important;
		border-left: 1px solid #000 !important;
		border: 1px solid #000 !important;*/
		cursor: pointer;
		width: 100%;
		list-style-type: none;
		background-color:#D10019;
	}
	/* *** ENDE Dropdown *** */
	.xRadio {
		width: 12px;
		height: 12px;
		cursor: pointer;
		margin-bottom: -2px;
		margin-right: 6px;
		background-image: url('../i/radio.gif');
		border: 1px solid #7E838E;
	}
	
	.xRadioDown {
		background-image: url('../i/radio_checked.gif') !important;
	}
	.xRadioOver {
		border: 1px ridge #000;
	}
	
	.xCheckBox {
		width: 12px;
		height: 12px;
		cursor: pointer;
		margin-bottom: -2px;
		margin-right: 6px;
		background-image: url('../i/checkbox.gif');
		border: 1px solid #7E838E;		
	}
	
	.xCheckBoxDown {
		background-image: url('../i/checkbox_checked.gif') !important;
	}
	
	.xCheckBoxOver {
		border: 1px ridge #000;
	}