﻿.comboboxContainer {
	border: none;
	float: left;
	width:160px !important;
}
.comboboxContainer60Right {
	border:none;
	float:right;
	width:60px !important;
}
.comboboxContainerGebA {
	border: none;
	float: left;
	width:45px !important;
}
.comboboxContainerGebB {
	border: none;
	float: left;
	width:45px !important;
	margin-left:5px;
}
.comboboxContainerGebC {
	border: none;
	float: left;
	width:60px !important;
	margin-left:5px;
}


.comboboxValueContainer {
	background: url(Images/background_knorr.gif) no-repeat left top;
	height:19px !important;
	width:160px !important;
	z-index:1000;
}
.comboboxValueContainerRegRight {
	background: url(Images/background_knorr.gif) no-repeat left top;
	height:19px !important;
	width:184px !important;
	z-index:1000;
}
.comboboxValueContainerGebAB {
	background: url(Images/background_knorr.gif) no-repeat left top;
	height:19px !important;
	width:45px !important;
	z-index:1000;
}
.comboboxValueContainerGebC {
	background: url(Images/background_knorr.gif) no-repeat left top;
	height:19px !important;
	width:60px !important;
	z-index:1000;
}
.comboboxValueContainer2 {
	background: url(Images/background_knorr.gif) no-repeat left top;
	height:19px !important;
	width:60px !important;
	margin-left:100px !important;
	z-index:1000;
}
.comboboxValueContainer2b {
	background: url(Images/background_knorr.gif) no-repeat left top;
	height:19px !important;
	width:60px !important;
	margin-left:82px !important;
	z-index:1000;
}
.comboboxValueContainer60Right {
	background: url(Images/background_knorr.gif) no-repeat left top;
	height:19px !important;
	width:60px !important;
	z-index:1000;
}

.comboboxValueContent {
	padding-left: 5px;
	padding-top:1px;
	max-height: 15px;
	
	width:135px !important;
}

.comboboxDropDownContainer {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	background: #fff;
	overflow: hidden;
	padding-left: 3px;
	
	left:130px !important;
	/*width:160px !important;*/
	width:155px !important;
	z-index:3000;
	max-height:150px;
	overflow:auto;
}

.comboboxDropDownContainerGebA {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	background: #fff;
	overflow: hidden;
	padding-left: 3px;
	
	left:134px !important;
	/*width:160px !important;*/
	width:40px !important;
	z-index:3000;
	max-height:150px;
	overflow:auto;
}
.comboboxDropDownContainerGebB {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	background: #fff;
	overflow: hidden;
	padding-left: 3px;
	
	left:184px !important;
	/*width:160px !important;*/
	width:40px !important;
	z-index:3000;
	max-height:150px;
	overflow:auto;
}
.comboboxDropDownContainerGebC {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	background: #fff;
	overflow: hidden;
	padding-left: 3px;
	
	left:234px !important;
	/*width:160px !important;*/
	width:55px !important;
	z-index:3000;
	max-height:150px;
	overflow:auto;
}

.comboboxDropDownContainer2 {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	background: #fff;
	overflow: hidden;
	padding-left: 3px;
	
	left:234px !important;
	width:55px !important;
	z-index:3000;
	max-height:150px;
	overflow:auto;
}
.comboboxDropDownContainer2b {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	background: #fff;
	overflow: hidden;
	padding-left: 3px;
	
	left:561px !important;
	width:55px !important;
	z-index:3000;
	max-height:150px;
	overflow:auto;
}
.comboboxDropDownContainer60Right {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	background: #fff;
	overflow: hidden;
	padding-left: 3px;
	
	left:584px !important;
	width:55px !important;
	z-index:3000;
	max-height:150px;
	overflow:auto;
}
.comboboxDropDownContainer3 {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	background: #fff;
	overflow: hidden;
	padding-left: 3px;
	
	left:432px !important;
	width:160px !important;
	z-index:3000;
	max-height:150px;
	overflow:auto;
}

.comboboxDropDownButton
{
	width: 19px;
	height: 19px;
	background-image: url(Images/ddbutton_knorr.gif);
}

.comboboxGroupItemHeader
{
	display: block;
	font-style: italic;
	font-weight: bold;
}

.comboboxGroupItemContainer
{
	padding-left: 10px;
	margin-left: 10px;
}

.comboboxItem
{
	background-color:#fff;
	background-image:none !important;
	color: #000;
	font-weight: normal;
	font-style: normal;
	padding:0px !important;
	margin:0px !important;
}

.comboboxItemHover
{
	background-color: #3366cc !important;
	color: #fff !important;
}