@charset "UTF-8";
/* Mothership section page common CSS */


/* ########### Search Styles Added for GSA ############ */

#suggestbox {
	background: #fff;
	border-radius: 8px;
	width: 240px;
	padding: 5px;
	border: 1px solid #789;
	position: relative;
	left: 90px;
	top: 25px;
	visibility: hidden;/*-webkit-box-shadow:  1px 2px 3px 1px #ccc;
	box-shadow:  1px 2px 3px 1px #000;*/
	z-index: 1000;
}

#leftNavSearch #suggestbox {
	top: 0;
	left:5px;
}

.ss-gac-m {
}

.ss-gac-b {
	background: #def;
}

.ss-gac-c {
	width: 100%;
}

.ss-gac-c:hover {
	text-decoration: underline;
	cursor: pointer;
	background: #def
}

.ss-gac-e span {
	cursor: pointer;
}

.ss-gac-d {
	color: #039;
	text-align: right;
	font-style: italic;
}
