/************** Skin 1 *********************/
.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	position:relative;
	color:#000000;
    border-radius:2px; 
 	position:relative; 
 	width:100% !important;

}
.dd .ddTitle {
	background:#e8e8e8 url(/content/images/drop-bg.jpg) repeat-x left top;
	border:1px solid #858585;
	border-radius:3px;
	padding:0px 0px 0px 10px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:32px;
	width:100%;
}

.select_width .dd .ddTitle { 
    background:url(/content/images/drop-bg2.png) left top repeat-x; 
    border:1px solid #c2c2c2; 
    border-radius:3px; 
    position:relative; 
    height:34px; 
    } 

.select_div .dd .ddTitle { 
    background:url(/content/images/drop-bg2.png) left top repeat-x; 
    width:593px; 
    height:34px; 
    border:1px solid #c2c2c2; 
    border-radius:2px; 
    position:relative; 
    font-size:14px; 
    color:#cccccc; 
} 

.form-drop .dd .ddTitle {
	border:1px solid #c2c2c2;
	box-shadow:inset #858585 0px 1px 0px;
	padding:8px 11px;
	font-size:14px;
	color:#6b6b6b;
	width:346px;
	outline:0px;
	border-radius:5px;
	background:#fff ;
	border-radius:3px;
	padding:0px 0px 0px 10px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:32px;
	width:100%;
    -moz-box-sizing:border-box; 
 	-webkit-box-sizing:border-box; 
 	box-sizing:border-box; 
}
.form-drop .dd .ddTitle span.arrow {
	background: url(/content/images/dropdown-arrow2.jpg) no-repeat right 0px; float:right; display:inline-block;width:19px; height:34px; cursor:pointer;
	margin:0px; 
}
.form-drop .dd .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:100% !important;
 	-moz-box-sizing:border-box; 
 	-webkit-box-sizing:border-box; 
 	box-sizing:border-box; 
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
}


.dd .ddTitle span.arrow {
	background: url(/content/images/dropdown-arrow.jpg) no-repeat right top; float:right; display:inline-block;width:20px; height:32px; cursor:pointer;
	margin:0px; 
}



.dd .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:32px;}

.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:100% !important;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
    -moz-box-sizing:border-box; 
 	-webkit-box-sizing:border-box; 
 	box-sizing:border-box;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:2px 0 2px 10px;
	text-decoration:none;
	color:#333;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background-color:#CCCCCC;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background-color:#999;
	
}
.hidden {display:none;}

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