.dd {
	/*display:inline-block !important;*/
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
#voucherSearchCriteria{ /* level 2 */
	width:484px;
	height:24px;
	margin:0 auto;
}
#redeemArea_msdd{ width:172px !important; }
#redeemArea_child{ width:185px; }
#redeemArea_child a{ margin-left:15px; }
#redeemArea_msa_0{ margin-left:0 !important; }
#redeemArea_msa_1, #redeemArea_msa_7, #redeemArea_msa_13, #redeemArea_msa_19, #redeemArea_msa_24{
	margin-left:0 !important;
	font-weight:bold !important;
}
#voucherCategory_msdd{ width:153px !important; }
#voucherCategory_child{ width:150px; }
#voucherType_msdd{ width:145px !important; }
#voucherType_child{ width:143px; }

#voucherCategory_msdd, #redeemArea_msdd{padding-right:7px;}
#branchId_msdd, #voucherTypePart_msdd{padding-right:20px;}

.dd .ddTitle {
	background:#FFFEF2;
	border:1px solid silver;
	padding:3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:16px;
}
.dd .ddTitle span.arrow {
	background:url('/images/dd_arrow.png') no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:16px;}
.dd .ddTitle span.textTitle img{text-align:left; padding:0 2px 0 0}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}

.dd .ddChild {
	position:absolute;
	border-width:0 1px 1px;
	border-color:silver;
	border-style:solid;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:white;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	text-decoration:none;
	/*highlighted colour*/
	background:#FFFCCE;
	color:orange;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	/*background:#66CCFF;*/
}
.hidden {display:none;}

