﻿.comboboxContainer
{
	border: none;
	font-family: Helvetica, Arial;
	text-indent:2px;
	height:30px;
	background: url(../images/combo_background.png) no-repeat left top;
	margin-left:10px;
}
.comboboxContainerMarka
{
	border: none;
	font-family: Helvetica, Arial;
	text-indent:2px;
	height:30px;
	background: url(../images/combo_background_marka.png) no-repeat left top;
	margin-left:10px;
	width:175px !important;
}
.comboboxValueContainer
{
	
}
.comboboxValueContent
{
	padding-left:5px;
	font-size: 85%;
	font-family:Tahoma;
	font-size:12px;
	color:#404040;
	max-height: 15px;
}
/*comboboxDropDownContainer*/
.comboboxDropDownContainer
{
	overflow: hidden;
	text-indent: 7px;
	height:150px !important;
	padding-left:0px !important;
}
.comboboxDropDownContainerMarka
{
	text-indent: 7px;
}
.comboboxDropDownContainerSmall
{
	overflow: hidden;
	text-indent: 7px;
	padding-left:0px !important;
}
.comboboxDropDownContainerUrunAra
{
	padding-left:0px !important;
	overflow: hidden;
	text-indent:7px;
}
.comboboxDropDownButton
{
	width: 21px;
	height: 25px;
	background-image: url(../images/combo_button.gif);
}
.comboboxGroupItemHeader
{
	font-weight: bold;
}
.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin-left: 0px;
}
.comboboxItem
{
	background: #fff;
	color: #000;
	font-family:Tahoma;
	font-size:11px;
	color:#404040;
	font-weight: normal;
	font-style: normal;
}
.comboboxItemHover
{
	background-color: #3366cc;
	color: #000000;
}

.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 20px;
	margin-left: 0px;
}