
/* Widget content container */
#goog-wm { margin-left: 45px; }

/* Heading for "Closest match"
#goog-wm h3.closest-match { }

/* "Closest match" link
#goog-wm h3.closest-match a { }

/* Heading for "Other things" */
#goog-wm h3.other-things {
	font: normal 1.1em Arial, Helvetica, sans-serif;
 	color: #000;
 	background: none;
}

#goog-wm h3.other-things b {
	font: normal 1.1em Arial, Helvetica, sans-serif;
 	color: #000;
 	background: none;
 	font-weight: normal;
}

/* "Other things" list item */
#goog-wm ul li { }

/* Site search box */
#goog-wm li.search-goog { 
	display: list-item;
	padding: 0;
	margin: 7px 0 0 12px;
	font-size: 1.2em;
}
   
#goog-wm-qt { 
	width: 291px; 
	margin: 0.5em 0.5em 0.5em 0; 
	border: 1px solid #bbb; 
	background: #f6f6f6; 
	padding: 5px;
}

#goog-wm-qt:focus, #goog-wm-qt:focus {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #999999;
}
   
#goog-wm-sb { 
	margin: 0 0.583em 0.667em 0;
  	padding: 5px 10px 5px 25px;   /* Links */
  	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;

	background: #f5f5f5 url(../../img/icon_zoom.png) no-repeat 5px 6px;
	
	font-size: 0.75em;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
}
   
#goog-wm-sb:hover { 
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}
