/************** Skin 1 *********************//*
.dd {
	display:inline-block !important;
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
}
.dd .ddTitle {
	background:#f2f2f2;
	border:1px solid #c3c3c3;
	padding:3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:16px;
}
.dd .ddTitle span.arrow {
	background:url(dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer; 
}

.dd .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:16px;}
.dd .ddTitle span.ddTitleText 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:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:2px 0 2px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background-color:#66CCFF;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background-color:#66CCFF;
	
}
.hidden {display:none;}

.dd .borderTop{border-top:1px solid #c3c3c3 !important;}
.dd .noBorderTop{border-top:none 0  !important}
*/
/************** Skin 2 *********************//*
.dd2 {
	display:inline-block !important;
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
}
.dd2 .ddTitle {
	background:transparent url(../images/msDropDown.gif) no-repeat;
	padding:0 3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:36px;
}
.dd2 .ddTitle span.arrow {
	background:transparent url(../images/icon-arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:27px; height:27px; cursor:pointer; top:5px; position:relative; right:2px;
}

.dd2 .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:33px; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; font-weight:bold; color:#fff;}
.dd2 .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0;}
.dd2 .ddTitle img.selected {
	padding:0 2px 0 0;
	vertical-align:top;
}
.dd2 .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
	font-size:14px;
}
.dd2 .ddChild .opta a, .dd2 .ddChild .opta a:visited {padding-left:10px}
.dd2 .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd2 .ddChild a:hover {
	background-color:#66CCFF;
}
.dd2 .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd2 .ddChild a.selected {
	background-color:#66CCFF;	
}

.dd2 .borderTop{border-top:1px solid #c3c3c3  !important;}
.dd2 .noBorderTop{border-top:none 0  !important}
*/
/************* use sprite *****************//*
.dd .ddChild a.sprite, .dd .ddChild a.sprite:visited {
	background-image:url(../icons/sprite.gif);
	background-repeat:no-repeat;
	padding-left:24px;
}

.dd .ddChild a.calendar, .dd .ddChild a.calendar:visited {
	background-position:0 -404px;
}
.dd .ddChild a.shoppingcart, .dd .ddChild a.shoppingcart:visited {
	background-position:0 -330px;
}
.dd .ddChild a.cd, .dd .ddChild a.cd:visited {
	background-position:0 -439px;
}
.dd .ddChild a.email, .dd .ddChild a.email:visited {
	background-position:0 -256px;
}
.dd .ddChild a.faq, .dd .ddChild a.faq:visited {
	background-position:0 -183px;
}
.dd .ddChild a.games,
.dd .ddChild a.games:visited {
	background-position:0 -365px;
}
.dd .ddChild a.music, .dd .ddChild a.music:visited {
	background-position:0 -146px;
}
.dd .ddChild a.phone, .dd .ddChild a.phone:visited {
	background-position:0 -109px;
}
.dd .ddChild a.graph, .dd .ddChild a.graph:visited {
	background-position:0 -73px;
}
.dd .ddChild a.secured, .dd .ddChild a.secured:visited {
	background-position:0 -37px;
}
.dd .ddChild a.video, .dd .ddChild a.video:visited {
	background-position:0 0;
}*/
/*******************************/

/************** Gray dd *********************/
.gray_dd, .white_dd{ border:1px solid #e3e2e8; bordertext-align:right; background-color:#fff; font-family:Arial, sans-serif; ont-size:12px; padding:2px 1px; position:relative; height:20px; width:156px !important; }
.gray_dd .ddTitle { background:#f6f6f6; padding:2px; text-indent:0; cursor:default; overflow:hidden; height:16px; width:152px; }

.gray_dd .ddTitle span.arrow, 
.white_dd .ddTitle span.arrow{ background:url(/_media/images/model/dd_arrow.png) no-repeat 0 0; float:left; display:inline-block; width:14px; height:16px; cursor:pointer;  }

.gray_dd .ddTitle span.ddTitleText,
.white_dd .ddTitle span.ddTitleText{ float:right; text-indent:1px; overflow:hidden; line-height:12px; font-size:12px; color:#4d4d4d; }
.gray_dd.ddTitle span.ddTitleText img,
.white_dd.ddTitle span.ddTitleText img{ text-align:left; padding:0 2px 0 0; }
.gray_dd .ddTitle img.selected,
.white_dd .ddTitle img.selected{ padding:0 3px 0 0; vertical-align:top; }

.gray_dd .ddChild,
.white_dd .ddChild{ position:absolute; border:1px solid #e3e2e8; border-top:none; display:none; margin:0; width:158px !important; right:-1px; overflow:auto; overflow-x:hidden !important; background-color:#ffffff; max-height:105px; }
.gray_dd .ddChild .opta a, .dd .ddChild .opta a:visited,
.white_dd .ddChild .opta a, .dd .ddChild .opta a:visited{ padding-left:10px }
.gray_dd .ddChild a,
.white_dd .ddChild a{ color:#4d4d4d; display:block; font-size:12px; padding:2px 3px 2px 0px; text-decoration:none; color:#000; overflow:hidden; white-space:nowrap; cursor:pointer; }
.gray_dd .ddChild a:hover,
.white_dd .ddChild a:hover{ background-color:#f6f6f6; }
.gray_dd .ddChild a img,
.white_dd .ddChild a img{ border:0; padding:0 2px 0 0; vertical-align:middle; }
.gray_dd .ddChild a.selected,
.white_dd .ddChild a.selected{ background-color:#f6f6f6; }

.hidden {display:none;}

.gray_dd .borderTop,
.white_dd .borderTop{border-top:1px solid #c3c3c3 !important;}
.gray_dd .noBorderTop,
.white_dd .noBorderTop{border-top:none 0  !important}

/************** White dd *********************/
.white_dd .ddTitle { background:#ffffff; padding:2px; text-indent:0; cursor:default; overflow:hidden; height:16px; width:152px; }

/************** Warg dd width 171px *********************/
.newDefault_dd{ background:url(/_media/images/ddBg_w_162.png) 0 0 no-repeat; font-family:Arial, sans-serif; font-size:14px; padding:3px 3px 11px 3px; position:relative; height:25px; width:156px !important; }
.newDefault_dd .ddTitle { text-indent:0; cursor:default; overflow:hidden; height:25px; line-height:25px; width:156px; }
 
.newDefault_dd .ddTitle span.arrow{ float:left; display:inline-block; width:25px; height:25px; cursor:pointer;  }

.newDefault_dd .ddTitle span.ddTitleText{ float:right; text-indent:1px; overflow:hidden; line-height:25px; font-size:14px; font-weight:bold; color:#555555; font-family: arial,sans-serif;}
.newDefault_dd.disabledAll .ddTitle span.ddTitleText{ color:#CDCDCD; }

.newDefault_dd .ddChild{ position:absolute; border:1px solid #e3e2e8; border-top:none; display:none; margin:0; width:160px !important; right:0px; top:29px !important; overflow:auto; overflow-x:hidden !important; background-color:#ffffff; }
.newDefault_dd .ddChild .opta a, .dd .ddChild .opta a:visited{ padding-left:10px }
.newDefault_dd .ddChild a{ color:#4d4d4d; display:block; font-size:12px; padding:2px 3px 2px 0px; text-decoration:none; color:#000; overflow:hidden; white-space:nowrap; cursor:pointer; }
.newDefault_dd .ddChild a:hover{ background-color:#f6f6f6; }
.newDefault_dd .ddChild a img{ border:0; padding:0 2px 0 0; vertical-align:middle; }
.newDefault_dd .ddChild a.selected{ background-color:#f6f6f6; }

.hidden {display:none;}

.newDefault_dd .borderTop{border-top:1px solid #c3c3c3 !important;}
.newDefault_dd .noBorderTop{border-top:none 0  !important}
.enabled._msddli_:hover{
	font-weight:bold;
	cursor:pointer;
}

/* long fields overflow fix */

.newDefault_dd .ddTitle span.ddTitleText{
	position: absolute;
	overflow: hidden;
	width: 146px;
	white-space: nowrap;
}

/* /long fields overflow fix */
/************** /Warg dd width 171px *********************/

/****.united-frm********** Warg dd width 236px *********************/
.dd236{ background: url(/_media/images/ddBg_w_236.png) 0 0 no-repeat;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 5px 3px 9px 3px;
	position: relative;
	height: 20px;
	width: 230px !important; }
.dd236 .ddTitle { text-indent:0; cursor:default; overflow:hidden; height:25px; line-height:25px; width:156px; }
.dd236 .ddTitle span.arrow{ float:left; display:inline-block; width:25px; height:25px; cursor:pointer;  }
.dd236 .ddTitle span.ddTitleText{
	float:right; text-indent:7px; overflow:hidden; line-height:25px; font-size:14px; font-weight:normal;
	color:#000; font-family: arial,sans-serif;
}
.dd236.disabledAll .ddTitle span.ddTitleText{ color:#CDCDCD; }
.dd236 .ddChild{
	position: absolute;
	border: 1px solid #777;
	border-top: none;
	display: none;
	margin: 0;
	width: 199px !important;
	right: 0px;
	top: 27px !important;
	overflow: auto;
	overflow-x: hidden !important;
	background-color: #ffffff;
}
.dd236 .ddChild .opta a, .dd .ddChild .opta a:visited{ padding-left:10px }
.dd236 .ddChild a{ color:#4d4d4d; display:block; font-size:12px; padding:2px 3px 2px 0px; text-decoration:none; color:#000; overflow:hidden; white-space:nowrap; cursor:pointer; }
.dd236 .ddChild a:hover{ background-color:#f6f6f6; }
.dd236 .ddChild a img{ border:0; padding:0 2px 0 0; vertical-align:middle; }
.dd236 .ddChild a.selected{ background-color:#f6f6f6; }
.dd236 .borderTop{border-top:1px solid #c3c3c3 !important;}
.dd236 .noBorderTop{border-top:none 0  !important}
.dd236 ._msddli_{
	padding:4px 8px 4px 0;
}

.dd236 .enabled._msddli_:hover{
	font-weight:bold;
	cursor:pointer;
}
/* long fields overflow fix */
.dd236 .ddTitle span.ddTitleText{
	position: absolute;
	overflow: hidden;
	width: 146px;
	white-space: nowrap;
}
.dd236 .optgroup > span{
	font-weight: bold;
	padding: 0 10px 0 0;
	display: block;
}

.dd236 .ddChild ul:first-child{
	margin-top: 6px;
	border-top: 1px solid #ccc;
}


#selectServiceType .dd236 .enabled._msddli_:hover > span{
	color: #e75013;
	cursor:pointer;
}

#selectServiceType .dd236 ._msddli_ {
	font-weight:bold;
}

#selectServiceType .ddlabel {
	font-weight:bold;
}

#selectHomeArea  .dd236 ._msddli_ {
	padding: 4px 20px 4px 0;
}

#selectHomeArea  .dd236 ._msddli_:hover {
	color: #e75013;
}


/* /long fields overflow fix */
/************** /Warg dd width 171px *********************/

.ddlabel{margin-right: 5px;}