.ddbootstrap {
	border:1px solid #ccc;	
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	height: 34px;
    padding: 6px 16px;
	background-color:#FFFFFF;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	width:100%;
	}
.ddbootstrap .divider{display:none}
.ddbootstrap .ddArrow{width:6px;height:6px; margin-top:-2px; right:-10px; background:url(../_ramverk/drop-down-arrow.png) no-repeat;}
.ddbootstrap .ddArrow:hover{background-position:0 100%;}
.ddbootstrap .ddTitle {
	font-size:14px;
	color:#555;
	background:#FFFFFF;
	border-radius:0;
	}
.ddbootstrap .ddTitle .ddTitleText {
	font-weight:normal; 
	font-size:14px;
    display: table-cell;
	}
.ddbootstrap .ddTitle .ddTitleText .ddTitleText{padding:0;}
.ddbootstrap .ddTitle .description{font-size:12px; color:#555}
.ddbootstrap .ddTitle .ddTitleText img{padding-right:5px;}
.ddbootstrap .ddChild {
	border:none; 
	background-color:#fff; 
	left:0px;
	top:33px !important;
	}
.ddbootstrap .ddChild li {padding:2px 5px 1px 0px; background-color:#ffffff; border-bottom:none;}
.ddbootstrap .ddChild li .description{color:#555;}
.ddbootstrap .ddChild li .ddlabel {color:#555; font-size:14px;padding-left:5px;}
.ddbootstrap .ddChild li.hover{background-color:#1e90ff; color:#FFF;}
.ddbootstrap .ddChild li.hover .ddlabel{background-color:#1e90ff; color:#FFF;}
.ddbootstrap .ddChild li img{padding:0px 6px 0 16px;}
.ddbootstrap .ddChild li.optgroup{padding:0;}
.ddbootstrap .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.ddbootstrap .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.ddbootstrap .ddChild li.selected{background-color:#1e90ff; color:#FFF;}
.ddbootstrap .ddChild li.selected .ddlabel{color:#fff;}
.borderRadiusTp ul li:last-child {
	border-radius:0;
}
