div.gnv_dropdown{
	width:940px;
	min-height:350px;
	position:absolute;
	top:127px;
	margin:0 auto;
	font-size:11px;
	z-index:99999;
}
div.gnv_dropdown .head{
	height:20px;
	padding:10px;
	background:#e8e5de;
	width:911px;
	margin:0 auto;
	overflow:hidden;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #ccc;
}
div.gnv_dropdown .head p{
	float:left;
	color:#222;
}
div.gnv_dropdown .head p a{
	color:#000;
	font-weight:normal;
}
div.gnv_dropdown .head p a:hover, div.gnv_dropdown .head p a.selected{
	font-weight:bold;
}
div.gnv_dropdown .head a#btn_chiudi{
	float:right;
	color:#000;
}
div.gnv_dropdown .head a#btn_chiudi span{
	margin-left:5px;
	font-size:13px;
	text-transform:lowercase;
	font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
div.gnv_dropdown .cont{
	width:931px;
	margin:0 auto;
	padding:0;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #bbb;
}
div.gnv_dropdown .cont .column{
	float:left;
	width:232px;
	padding:15px 0;
	margin-right:1px;
}
div.gnv_dropdown .cont .last{
	margin-right:0;
	min-height:150px;
	float:right;
}
div.gnv_dropdown .cont #p_loading{
	background:transparent url(../images/ajax-loader.gif) no-repeat center center;
	height:100px;
}
div.gnv_dropdown .cont .column ul{
	padding:0;
	margin:0;
	display:none;
}
div.gnv_dropdown .cont .column ul.selected{
	display:block;
}
div.gnv_dropdown .cont .column ul li{
	list-style:none;
	padding:0;
	margin:0;
}
* html body div.gnv_dropdown .cont .column ul li{
	height:15px;
}
div.gnv_dropdown .cont .column ul li.all{
	margin-top:12px;
}
div.gnv_dropdown .cont .column ul li a{
	color:#000;
	display:block;
	padding:0 15px;
	margin:3px 0;
}
div.gnv_dropdown .cont .column ul li.all a{
	color:#777;
}
div.gnv_dropdown .cont .column ul li a:hover, div.gnv_dropdown .cont .column ul li a.selected{
	color:#fff;
	font-weight:bold;
	background:#0e3068;
	display:block;
}
div.gnv_dropdown #p_preview{
	text-align:center;
	padding-left:10px;
}
div.gnv_dropdown #p_preview #p_img{
	margin:15px auto;
}
div.gnv_dropdown #p_preview #p_img img{
	border:1px solid #dcd8d4;
}
div.gnv_dropdown #p_preview .sliding_btns{
	width:120px;
	margin:10px auto;
}
div.gnv_dropdown #cont_list{
	background:transparent url(../images/bg_dd_list.jpg) repeat-y -1px 0px;
	background /**/:transparent url(../images/bg_dd_list.png) repeat-y -1px 0px;
}
div.gnv_dropdown #cont_search{
	background:transparent url(../images/bg_dd.jpg) repeat left top;
	background /**/:transparent url(../images/bg_dd.png) repeat left top;
	padding:30px 20px;
}
div.gnv_dropdown #cont_search input{
	float:left;
	width:180px;
	margin-right:10px;
}
