﻿.comboboxContainer
{
	border: none;
	font-family:Arial, Helvetica, sans-serif;  color:#6c6c6c !important;
	text-align:left; font-size: 12px; line-height:normal;
	outline:none;
}

.comboboxValueContainer
{
	background:url(../images/combo-sl-bg.gif) no-repeat left top;
		text-align:left; width:130px !important;
}
.comboboxValueContainer2
{
	background:url(../images/combo-sl-bg.gif) no-repeat left top;
		text-align:left; width:130px !important;
}

.comboboxValueContent
{
	padding-left: 5px;
	font-size: 12px;
	max-height: 15px;
		text-align:left;
}
.comboboxValueContent2
{
	padding-left: 5px;
	font-size: 14px;
	max-height: 15px;
		text-align:left;
}

.comboboxDropDownContainer
{
	border:solid 2px #dfdfdf; border-top:none;
	background: #ececec;
	overflow: hidden;
	padding-left: 0px;
	text-align:left;
	position:absolute;
	z-index:100;
	left:0;
	outline:none;
	border:0;

	
}

.comboboxDropDownButton
{
	width: 17px;
	height: 20px;
	background-image: url(../images/sl-box-rt.gif);
	outline:none;
	border:0;
}

.comboboxDropDownButton2
{
	width: 17px;
	height: 20px;
	background-image: url(../images/sl-box-rt.gif);
}

.comboboxGroupItemHeader
{
	display: block;
	font-weight: bold;
	outline:none;
	border:0;
}

.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin-left: 0px;
		position:absolute;
	z-index:100;
	left:0;
}

.comboboxItem
{
	background: #ececec;
	color: #3b3b3b;
	font-weight: normal;
	font-style: normal;
	cursor:hand;
	font-size:13px;
	cursor:pointer;
	padding:4px 5px; display:block;
	border-bottom:solid 1px #f3f3f3;
}

.comboboxItemHover
{
	background:#dfdfdf;
	color: #047fd0 !important;
}

.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 20px;
	margin-left: 0px;
}


/*style for second combo*/

.comboboxContainer2{border: none; font-family:Arial, Helvetica, sans-serif; color:#6c6c6c !important; text-align:left; font-size: 12px; line-height:normal; outline:none;
}

.comboboxValueContainer2{background:url(../images/quick-links-bg.gif) no-repeat left top; text-align:left; width:180px !important;
}
.comboboxValueContainer22{background:url(../images/quick-links-bg.gif) no-repeat left top;	text-align:left; width:180px !important;
}

.comboboxValueContent2{padding-left: 5px; font-size: 12px; max-height: 20px; 	text-align:left;
}
.comboboxValueContent22{	padding-left: 5px;	font-size: 14px; max-height: 20px;	text-align:left;
}

.comboboxDropDownContainer2{border:solid 2px #dfdfdf; border-top:none;	background: #ececec; overflow: hidden;	padding-left: 0px;	text-align:left; position:absolute;	z-index:100; left:0; outline:none;	border:0;	 width:180px!important;
}

.comboboxDropDownButton2{width: 22px; height: 24px;	background-image: url(../images/quick-links-rt.gif);	outline:none; border:0;
}

.comboboxDropDownButton22{width: 22px;	height: 24px; background-image: url(../images/quick-links-rt.gif);
}

.comboboxGroupItemHeader2{display: block; font-weight: bold; outline:none;	border:0;
}

.comboboxGroupItemContainer2{padding-left: 0px;	margin-left: 0px; position:absolute; z-index:100; left:0; 
}

.comboboxItem2{	background: #ececec; color: #3b3b3b; font-weight: normal; font-style: normal; cursor:hand;	font-size:13px;	cursor:pointer; 
	padding:4px 5px; display:block;
	border-bottom:solid 1px #f3f3f3;
}

.comboboxItemHover2{background:#dfdfdf;	color: #047fd0 !important;
}

.comboboxGroupItemContainer2 .comboboxItem2{padding-left: 22px;	margin-left: 0px;
}