.do {
display: none;
}

.main .tabs-panel .tab {
	background: transparent url('/images/layout/tab-stack-w135.png') no-repeat left bottom;
	height: 20px;
	width: 135px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 13px;
	font-size: .825em;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
.main .tabs-panel a:hover { color: #d13b29; background-position: left top; }
.main .tabs-panel .tabs { border-bottom: 1px solid #ccc; height: 32px; width: 100%; margin-bottom: 20px; }
.main .tabs-panel a.here { color: #d13b29; background-position: left top; }
div#utility form input[type="text"] { background-color: white; border: 1px solid #ccc; padding: 4px; }
div#utility form input[type="submit"] { 
	background-color: white; 
	border: 0px solid #ccc;
	position: relative;
	left: -27px;
	cursor: pointer;
	top: -1px;
	width: 20px;
	background: transparent url('/images/layout/icon-magnify.png') no-repeat left bottom; 
}
div#utility form { clear: none; display: inline;}
.hiddenFields {display: none;}
div#utility {margin-right: -20px;}
div#search_results b { background-color: #e9cac3; }