#dimX_iconselect, #dimY_iconselect, #dimZ_iconselect {
	border: 1px solid #ccc;
	height: 18px;
	width: 256px;
	font: 13px Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-top: 2px;
	cursor: pointer;
}
#dimY_text{
	margin-top: 10px;
}
.iconselect{
	background:url(/assets/common/img/shared/select_back_thin-w.gif) no-repeat;
	margin-bottom:5px;
}
.iconselect:hover{
	background:url(/assets/common/img/shared/select_back_thin-w_mo.gif) no-repeat;
}
#dimX_iconselect.dim_error, #dimY_iconselect.dim_error, #dimZ_iconselect.dim_error { background:url(/assets/common/img/shared/select_back_thin-w_error.gif) no-repeat; }
#dimX_iconselect img, #dimY_iconselect img, #dimZ_iconselect img {
	float:left;
	margin-right: 5px;
}
.selectitems {
	/*width:180;*/
	padding: 3px;
	padding-left: 10px;
	font: 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.selectitems img{
	float:left;
	width: 16px;
	height: 16px;
}
.selectitems:hover{
	background:#eee;
}
.selectitems span {
	margin-left: 5px;
}
#dimX_holder, #dimY_holder, #dimZ_holder {
	width: 225px;
	display:none;
	position:absolute;
	background-color:#fff;
	border:1px solid #ccc;
	max-height: 200px;
	overflow:auto;
	margin-top:3px;
	z-index: 11;
	scrollbar-3dlight-color:#b6afa7;
	scrollbar-arrow-color: #666;
	scrollbar-track-color:#fff;
	scrollbar-darkshadow-color:#b6afa7;
	scrollbar-face-color: #e1dcd7;
	scrollbar-highlight-color: #e1dcd7;
	scrollbar-shadow-color:#e1dcd7;
	scrollbar-base-color:#fff;
}

/* COMMON PALETTE OPTION STYLES */
.palette_header{
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px #ccc dotted;
}
#color_palettes img{
	margin: 10px 3px 5px 3px;
	border: 0px;
}

/*@charset "utf-8";*/
#dhtmltooltip{
	position: absolute;
	width: 150px;
	height:175px;
	padding: 5px;
	visibility: hidden;
	z-index: 100;

	/*background:url(../../img/detail_pop.png) no-repeat;
	*/
	border: 1px solid #ccc;
	background:#fff;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	text-align:center;
	font-weight:bold;
}
