.search_result_menu{
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border: 1px solid #D0D0D0;
	background-color: #FFFFFF;
	width: 180px;
	behavior: url(/themes/default/modules/search_result_grid/css/PIE.htc);
}

.search_result_menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.search_result_menu ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.search_result_menu ul li a{
	color: #666666;
	text-decoration: none;
}
.search_result_menu ul li a:hover{
	text-decoration: underline;
}

.search_result_menu_top_heading{
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	background-color: #666666;
	color: #FFFFFF;
	padding: 5px;
	behavior: url(/themes/default/modules/search_result_grid/css/PIE.htc);
}

.search_result_menu_top_form{
	margin:5px;
	height: 23px;
	vertical-align: bottom;
}

.search_result_menu_top_btn{
}

.search_result_menu_header{
	background-color: #D0D0D0;
	font-weight: bold;
	padding: 5px 0 5px 10px;
}

.search_result_menu_details{
	margin:10px;
}

.search_result_menu_details_underline{
	text-decoration: underline;
}

#search_result_menu_top_form_keyword{
	width: 115px;
	height: 16px;
}


/* This imageless css button was generated by CSSButtonGenerator.com */
.search_result_grid_go {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #155492), color-stop(1, #90DCFF) );
	background: -moz-linear-gradient( center top, #155492 5%, #90DCFF 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#155492', endColorstr='#90DCFF');
	background-color: #155492;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #155492;
	display: block;
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	cursor: pointer;
	height: 22px;
	width: 23px;
	margin:0 5px;
	behavior: url(/themes/default/modules/search_result_grid/css/PIE.htc);
}.search_result_grid_go:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #90DCFF), color-stop(1, #155492) );
	background: -moz-linear-gradient( center top, #90DCFF 5%, #155492 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90DCFF', endColorstr='#155492');
	background-color: #155492;
	cursor: pointer;
	behavior: url(/themes/default/modules/search_result_grid/css/PIE.htc);
}.search_result_grid_go:active {
	position: relative;
	top: 1px;
}