.dd
{
	/*display:inline-block !important;*/
	text-align: left;
	background-color: #fff;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	float: left;
	background: #F3F3F3;
	border: 1px solid #59A69E;
	width: 150px;
}

.GetQuotesBox
{
	/*display:inline-block !important;*/
	text-align: left;
	background-color: #F3F3F3;
	font-family: verdana;
	font-size: 13px;
	font-weight: normal;
	float: left;
	background: #F3F3F3;
	border: 1px solid #59A69E;
	height: 20px;
	vertical-align: middle;
	width: 145px;
}
.dd .ddTitle
{
	background: #f2f2f2;
	border: 1px solid #59A69E;
	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.textTitle
{
	text-indent: 1px;
	overflow: hidden;
	line-height: 16px;
}
.dd .ddTitle span.textTitle img
{
	text-align: left;
	padding: 0 0px 0 0;
}
.dd .ddTitle img.selected
{
	padding: 0 3px 0 0;
	vertical-align: top;
}
.dd .ddChild
{
	position: absolute;
	border: 1px solid #59A69E;
	width: 100px;
	height:50px;
	border-top: none;
	display: none;
	margin: 0;
	width: auto;
	overflow: auto;
	font-weight: 100;
	overflow-x: hidden !important;
	background-color: #ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited
{
	padding-left: 10px;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	height:50px;
}
.dd .ddChild a
{
	display: block;
	padding: 1px 0 1px 1px;
	text-decoration: none;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-family: verdana;
	font-size: 11px;
	
	font-weight: normal;
}
.dd .ddChild a:hover
{
	background: #F2F2F2;
	
}
.dd .ddChild a img
{
	border: 0;
	padding: 0 2px 0 0;
	vertical-align: middle;
}
.dd .ddChild a.selected
{
	background: #5EBCAF;
}
.hidden
{
	display: none;
}

