﻿
.dd2 {
	/*display:inline-block !important;*/
	text-align:left;


	font-size:12px;
	float:left;
	padding-left:2px;
	
}
.dd2 .ddTitle {

	padding:0 3px;
	text-indent:0;
	cursor:pointer;
	overflow:hidden;
	height:36px;
	
}





.dd2 .ddTitle span.arrow {
	background:transparent url(../images/ddarrow.png) no-repeat 0 0; float:right; display:inline-block;width:38px; height:34px;  top:1px; position:relative; right:1px;
}

.dd2 .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:38px; font-size:17px; font-weight:bold; color:#1b5cc8; font-family:Arial, Helvetica, sans-serif;}


.dd2 .ddChild {
	border-color:#afc9df;
	border-style:solid;
	border-width:1px;
	position:absolute;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#edf2f8;
	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:#afc9df;
	color:#FFFFFF;
}
.dd2 .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd2 .ddChild a.selected {
		
}

