/************** Skin 1 *********************/
.dd {
	/*display:inline-block !important;*/
	text-align:left;
	font-family: Arial, sans-serif;
	font-size:15px;
	font-weight: bold;
	position:relative;
	margin-bottom: 10px;
	display: inline-block !important;
	width: auto !important;
	background:url("../images/posh/dd_bg.png") repeat 0 0;
	border: 1px solid #cccccc; 
	border-radius: 6px;
}
.dd .ddTitle {
	border: none;
	padding:0 0 0 10px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:31px;
    text-align:left;
    min-width: 160px;
}

.dd .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:31px; color: #66625e; color: #3F3F3F; font-size: 13px; font-weight: normal;}
.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;
	display:none;
	margin:0;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
	top: 32px !important;
	border: 1px solid #D1D1D1;
    border-radius: 0 0 6px 6px;
    width: auto !important;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:5px 30px 5px 10px;
	text-decoration:none;
	color:#66625e;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	font-weight: normal;
	font-size: 13px;
}
.dd .ddChild a:hover {
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background-color:#f8f8f8;
	
}
.hidden {display:none;}

.dd .borderTop{border-top:1px solid #d5d5d5 !important;}
.dd .noBorderTop{border-top:none 0  !important}