/* General dropdown styles */
.sel_ {
	float: left;
	height: 34px;
	}
.dropdown dd,.dropdown dt,.dropdown ul {
	margin: 0px;
	padding: 0px;
	cursor : pointer;
	}
.dropdown dd {
	position: relative;
	}
/* DT styles for sliding doors */
.dropdown dt {
	background: #fff url(../img/system/dropdown_arrow.jpg) no-repeat scroll 142px center;
	display: block;
	width: 170px;
	height: 21px;
	line-height:14px;
	padding:  5px 0 0 5px;
	font-size: 14px;
    margin: -15px 5px 0 0;
    border: 1px solid #cbcbcb;
	overflow:hidden;
	}

.dropdown dt div{width: 135px; height: 16px; overflow: hidden; white-space:nowrap;}
.dropdown dt span {
	color: #000 !important;
	cursor : pointer;
	display: block;
	padding: 3px 0;
	}
/* UL styles */
.dropdown dd ul {
	display: none;
	list-style: none;
	padding: 5px 0px;
	position: absolute;
	left: 0px;
	top: 2px;
	width:300px;
	height: 150px;
	overflow: auto;
	font-size: 12px;
	background: #fff;
	border:1px solid #cbcbcb;
	z-index: 2;
	}
.dropdown dt:hover{background: #fff url(../img/system/dropdown_arrow_hover.jpg) no-repeat scroll 142px center;}
.dropdown span.value {
	display: none;
	}
.dropdown dd ul{
	width: 340px;
	} 
#prl_h .dropdown dt{
	width:295px;
	}
.dropdown dd ul li {
	color: #000;
	padding: 5px;
	display: block;
	float: none;
	}
.dropdown dd ul li:hover{background: #5482C3; color: #fff !important;}

.hidden {
	display: none;
	}