@charset "UTF-8";
/* CSS Document */


.ddn {
	margin: 4px;
	background:url(/i9/img/frutaflor/select.png) no-repeat;
	height:25px;
	padding:6px 52px 6px 10px;
	color:#80aa1c;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	float:right;
	cursor:pointer;
}
.ddn-container {
    border: solid 1px #ccc;
	margin-left:10px;
    border-top: none; 
    position: absolute; 
    background-color: #fff;
	margin-top:30px;
	width:220px;
	text-align:left;
     /* This is the width of the selector dropdown image in the ddn class */
}
.ddn-item {
list-style:none;
	padding: 5px;
	color:#666666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #fff;
	cursor:pointer;
}
.ddn-item-hover {
    background-color: #e4ebaf;
	cursor:pointer;
}

.sel {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

.bt_floripa {
	background: url(/i9/img/frutaflor/select1.png) no-repeat;
	width: 200px;
	height: 25px;
	padding: 6px 52px 6px 10px;
	color: #80aa1c;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 4px;
}

.ddn-container .ddn-item:first-child {
	display: none !important;
}

div.modal {
	height: 230px;
		padding: 5px;
	position: absolute;
	width: 215px;
	display: none;
	background-color: #fff;
	border: 1px solid #CCC;
	overflow-x:hidden;
	overflow-y:hidden;
	z-index:2;
	margin-left:13px;
	text-align:left;
	*margin-left:-240px;
*margin-top:23px;
_overflow:auto !important;
_overflow-x:hidden !important;

}

div.modal > div.table {
	overflow-x:hidden;
	overflow-y:scroll;
	height: 155px;	
}

div.modal input{
	width:192px;
	_width:180px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 2px  20px  2px 2px;
	background:url(/i9/img/i9/icon/zoom.png) no-repeat right;
	
}

div.modal input.label{
font-style: italic;
color: #CCC;
}

div.modal hr {
color: transparent;
border:0;
border-bottom: 1px solid #CCC;
}
div.modal table{
	width:100%;
	
}
div.modal table tr{
	cursor: pointer;
}
div.modal table td{
	color: #444;
	font-size: 12px;
	font-family: 'arial, helvetica, serif, _sans';
}

div.modal table td:hover{
	background-color: #e4efaf;
}

