/* SEARCH BOX */
/* stile header */

.gs_SearchPanel {
	display:none;
	position:absolute; top:-9999px; left:-9999px;
	width:345px; padding-bottom:34px;
	background-color:#fff;
	border-bottom-right-radius:8px; border-bottom-left-radius:8px; -moz-border-radius-bottomright:8px; -moz-border-radius-bottomleft:8px;
	box-shadow: 0 0 6px rgba(0,0,0,.5); -moz-box-shadow: 0 0 6px rgba(0,0,0,.5); -webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
	z-index:200;
}

*html .gs_SearchPanel,
*:first-child+html .gs_SearchPanel {
	border:1px solid #ddd;
}

.gs_SearchPanel h4{
	position:relative;
	width:auto; height:20px; line-height:24px; padding:4px 4px 0 10px; margin-top:10px;
	font:14px MuseoSlab500, "Trebuchet MS", sans-serif; color:#fff; font-weight:normal; letter-spacing:0.5px;
	background-color:#C2EAD4;
}

.gs_SearchPanel ul {
	position:relative;
	z-index:200;
}

.gs_SearchPanel li {
	display:block; clear:both;
	position:relative;
}

.gs_SearchPanel li a{
	display:block;
	position:relative;
	padding:0 12px;
	font:10px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#939494; text-decoration:none;
	text-align: left;
	clear:both;
	margin-bottom: 15px;
}

.gs_SearchPanel li a:hover{
	background:#eee;
}

.gs_SearchPanel a img , .gs_SearchPanel a:hover img {
	float:left;
	margin:0 12px 12px 0;
}

.gs_SearchPanel h6 {
	margin:0 0 5px 0;
	font:13px MuseoSlab500, "Trebuchet MS", sans-serif; color:#3B8FC3; text-decoration:underline;
}

.gs_SearchPanel .gs_SearchFooter {
	display:block;
	position:absolute; bottom:0; left:0;
	width:322px; height:10px; min-height:0; padding:12px;
	background:#ddd;
	border-bottom-right-radius:8px; border-bottom-left-radius:8px; -moz-border-radius-bottomright:8px; -moz-border-radius-bottomleft:8px;
	box-shadow:inset 0 2px 3px rgba(0,0,0,.3); -moz-box-shadow:inset 0 2px 3px rgba(0,0,0,.3); -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px inset;
}

.gs_SearchPanel .gs_SearchFooter a {
	font:10px MuseoSlab500, "Trebuchet MS", sans-serif; color:#383838; color:#3B8FC3;
}
.gs_SearchPanel .gs_SearchFooter a.gs_search_advanced {
	float: left;
}
.gs_SearchPanel .gs_SearchFooter a.gs_search_show_all {
	float: right;
}
