/*
This is an example of how to use the image sprite in your own CSS files
*/
.search {
	background-image: url('search.sprite.png');
	background-repeat: no-repeat;
	display: inline-block;
}
.search.icon-dot {
	width: 3px;
	height: 3px;
	background-position: -10px -10px;
}
.search.icon-f-active-bottom {
	width: 196px;
	height: 24px;
	background-position: -10px -23px;
}
.search.icon-f-active {
	width: 196px;
	height: 24px;
	background-position: -10px -57px;
}
.search.icon-to-right {
	width: 5px;
	height: 8px;
	background-position: -10px -91px;
}
.search.icon-tt-lt {
	width: 25px;
	height: 13px;
	background-position: -10px -109px;
}
.search.icon-tt-rt {
	width: 25px;
	height: 13px;
	background-position: -10px -132px;
}
.search.icon-popup-close {
	width: 18px;
	height: 18px;
	background-position: -10px -155px;
}
.search.icon-struc {
	width: 9px;
	height: 19px;
	background-position: -10px -183px;
}
.search.icon-hide {
	width: 12px;
	height: 7px;
	background-position: -10px -212px;
}
.search.icon-show {
	width: 12px;
	height: 7px;
	background-position: -10px -229px;
}
.search.icon-split {
	width: 8px;
	height: 1px;
	background-position: -10px -246px;
}
.search.icon-shadow-t {
	width: 5px;
	height: 34px;
	background-position: -10px -257px;
}
.search.icon-shadow-b {
	width: 5px;
	height: 34px;
	background-position: -10px -301px;
}
.search.icon-error {
	width: 48px;
	height: 49px;
	background-position: -10px -345px;
}
