.headerTCSearch
{
	background: #839937;
	color: white;

	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.headerTCSearch a
{
	text-decoration: none;
}
.headerTCSearch a i
{
	padding: 0 4px;

	font-size: 16px;
	line-height: 10px;
}
.headerTCSearch select
{
	position: absolute;

	-webkit-appearance: none;
	-moz-appearance: none;

	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 100;

	cursor: pointer;
}
.TCSearchTarget
{
	position: relative;
	float: left;

	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

	width: 170px;
	text-align: center;

	border: none;
	padding: 7px;
	font-size: 13px;
	margin: 0;

	background: #eee;
	border-radius: 0;
	color: #666;

	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;

	border-right: 1px solid #BBB;
}
.TCSearchTarget i
{
	float: right;
	margin-left: 2px;
}
#TCSearchBar
{
/*	height: 24px;
	width: 522px;
	padding: 4px 6px;
	font-size: 13px;
	border: none;*/

	z-index: 901;
	position: relative;
	border-radius: 0;

	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.headerTCSearch .loadingImage
{
	position: absolute;
	right: 57px;
	top: 6px;
	height: 20px;
	z-index: 910;
	display: none;
}

#TCSearchBar:focus
{
	outline: none;
}
.headerTCSearch .searchButton
{
	display: inline-block;
	background: #FC0;
	color: #555;
	padding: 0 12px;

	margin-left: -3px;

	line-height: 32px;
	font-size: 15px;

	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;

	border-left: 1px solid #BBB;
}
.TCSearchBackground
{
	position: relative;

	margin: 5px 10px;

	display: inline-block;

	box-shadow: 0 0 3px #666;

	-moz-transition: box-shadow 0.3s;
	-webkit-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
.focus .TCSearchBackground
{
	box-shadow: 0 0 5px #444;
}
.TCSearchResultsContainer
{
	display: none;
	z-index: 900;

	box-shadow: 0 0 3px #999;

	position: absolute;
	background: white;
	color: #888;

	border-top: 1px solid #BBB;

	width: 534px;
	top: 38px;
	/*left: 185px;*/

	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.headerTCSearch .headerLinks
{
	float: right;
	line-height: 43px;
	padding: 0 19px;
    font-weight: bold;
}
.headerTCSearch .headerLinks a
{
	color: #FC0;
}

.TCSearchResult
{
	padding: 6px 10px;

	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.TCSearchResult em
{
	font-weight: bold;
	font-style: normal;
}

.TCSearchResult .detail
{
	color: gray;
	float: right;
	margin-left: 4px;
}

.TCSearchResultsContainer a:nth-child(2n -1) .TCSearchResult
{
	background: #f7f7f7;
}
.TCSearchResultsContainer a.active .TCSearchResult
{
	background: #069 !important;
}
a.active .TCSearchResult .detail
{
	color: #DDD;
}
a.active .TCSearchResult
{
	color: white;
}
.TCSearchResults a:last-child .TCSearchResult
{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.TCSearchResults .noresults
{
	padding: 20px;
	text-align: center;
	color: #777;
}
body.msie #TCSearchBar, body.firefox #TCSearchBar
{
	bottom: 1px;
}
body.chrome .TCSearchTarget
{
	line-height: 18px;
}
