/************** Skin 1 *********************/
.dd {
	/*display:inline-block !important;*/
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
}
.dd .ddTitle {
	background:transparent url(../../images/msDD/dd02.png) no-repeat;
	padding:0px 0px 0px 5px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	line-height:28px;
	height:28px;
}
.IE7 .dd .ddTitle {

	line-height:38px;

}
.dd .ddTitle span.arrow {
	background:transparent url(../images/common/dropArrow.png) no-repeat 0 0; float:right; display:inline-block;width:25px; height:27px; cursor:pointer;  position:relative;
}

.dd .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:26px;}
.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:#626163;
	color:#FFF;
	
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background-color:#ACCFE3;
	color:#333;
	
}
.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;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
}
.dd2 .ddTitle {
	background:transparent url(../../images/msDD/dd.png) no-repeat;
	padding:0px 0px 0px 5px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	line-height:25px;
	height:27px;
	width: 95px;
}
.IE7 .dd2 .ddTitle {
	height:28px;
}
.dd2 .ddTitle span.arrow {
	background:transparent url(../images/common/dropArrow.png) no-repeat 0 0; float:right; display:inline-block;width:26px; height:27px; cursor:pointer;  position: absolute;
    right: -2px;
}

.IE7 .dd2 .ddTitle span.arrow {
	background:transparent url(../images/common/dropArrow.png) no-repeat 0 0; float:right; display:inline-block;width:26px; height:27px; cursor:pointer;  position: absolute;
    right: -3px; top:0px;
}

.dd2 .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:20px; font-weight:bold; padding-left:12px; line-height:28px; }
.dd2 .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0;}
.dd2 .ddChild span.ddTitleText {padding-left:22px; font-size:12px;}
.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;
	left: 3px;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
	font-size:14px;
	z-index:9999;
	width: 95px !important;
}
.IE7 .dd2 .ddChild {
	z-index:9999;
}
.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:#626163;
	color:#FFF;
}
.dd2 .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd2 .ddChild a.selected {
	background-color:#ACCFE3;
	color:#333;	
}

.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;
}
/*******************************/

/************** Skin 3 *********************/
.dd3 {
	/*display:inline-block !important;*/
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
}
.dd3 .ddTitle {
	background:transparent url(../images/common/dropDownBgFull-Style2.png) repeat-x;
	padding:0px 0px 0px 5px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	border:1px #999 solid;
	line-height:25px;
	height:20px;
	width:35px;
}

.dd3 .ddTitle span.arrow {
	background:transparent url(../images/common/dropArrow-Style3.png) no-repeat 0 0; float:right; display:inline-block;width:15px; height:27px; cursor:pointer;  position:relative;
}

.dd3 .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:20px; font-weight:bold; }
.dd3 .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0;}
.dd3 .ddTitle img.selected {
	padding:0 2px 0 0;
	vertical-align:top;
}
.dd3 .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;
	z-index:9999;
}
.IE7 .dd3 .ddChild {
	z-index:9999;
}
.dd3 .ddChild .opta a, .dd3 .ddChild .opta a:visited {padding-left:10px}
.dd3 .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd3 .ddChild a:hover {
	background-color:#626163;
	color:#FFF;
}
.dd3 .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd3 .ddChild a.selected {
	background-color:#ACCFE3;
	color:#333;	
}

.dd3 .borderTop{border-top:1px solid #c3c3c3  !important;}
.dd3 .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;
}
/*******************************/



.width500px { width:500px !important;}
.width100px { width:100px !important;}
.width300px { width:300px !important;}
.width260px { width:260px !important;}
.width120px { width:120px !important;}