.dhtmlDropdownContainer {
	position: relative;
	z-index: 3;
	width: 182px;
	margin-bottom: 5px;
}

.dhtmlDropdown {
	position: absolute;
	visibility: hidden;
	display: none;
	margin-left: 2px;
}

.dhtmlDropdownIframe {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 2;
}

.dhtmlDropdownScrollBox {
	background-color: #ffffff;
	border: solid 1px #12b6f0;
	height: 150px;
	overflow: auto;
	padding: 2px;
	padding-left: 4px;
	padding-bottom: 6px;

	margin-top: 3px;
	margin-bottom: 3px;
	width: 275px;

	* height: 160px;
}
.dhtmlDropdownScrollBox .hr {
	background-color: #b7e6f8;
	height: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.group,
.groupFirst {
	display: block;
	font-weight: bold;
	margin-top: 4px;
	padding-top: 2px;
	border-top: solid 1px #b7e6f8;
}
.groupFirst {
	padding-top: 0px;
	margin-top: 0px;
	border: none;
}

.dhtmlDropdownItem:visited,
.dhtmlDropdownItem {
	display: block;
	padding: 2px;
	background-color: #ffffff;
	text-decoration: none;
	padding: 2px;
	padding-left: 0px;
	color: #006da8;
	font-size: 10px;
}
.dhtmlDropdownItem:hover {
	background-color: #d2e8f3;
	color: #006da8;
	text-decoration: none;
}

#hideDropdown {
	position: absolute;
	width: 98%;
	height: 98%;
	visibility: hidden;
	display: none;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.triggerBoxImg {
	margin-top: 2px;
	margin-left: 3px;
	* margin-left: 0px;
}
.triggerBoxText {
	float: left;
	color: #0661a7;
	border: solid 1px #12b6f0;
	background-color: #ffffff;
	padding-left: 2px;
	margin-top: 2px;
	padding-top: 1px;
	font-size: 10px;
	white-space: nowrap;
	width: 157px;
	max-width: 154px;
	overflow: hidden;
	height: 12px;
	* height: 15px;
}

#productLineTabs .triggerBoxText {
	width: 185px;
	max-width: 182px;
}
#productLineTabs .dhtmlDropdownContainer {
	width: 210px;
}

/*
#hideDropdown {
	background-color: red;
	display: block;
	visibility: visible;
}

*/
