﻿/* Search Box */
.search-holder 
{
	position: relative; cursor: pointer; width: 171px; height: 24px; float: right; padding: 4px 4px 0px 4px;background: url(/SSINewsite/images/bg/search-bg.gif) no-repeat top left;
}
.search-hover { background: url(/SSINewsite/images/bg/search-bg.gif) no-repeat left bottom; }
/* Pager */
ol.sf_pager 
{
	margin: 10px 0;
	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
	clear: both;
}
ol.sf_pager li
{
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
	float: left;
}
ol.sf_pager li a
{
	padding: 3px 5px;
}
.search-btn { border: 0px; position: absolute; cursor: pointer; background: none; width: 27px; height: 24px; right: 2px; top: 2px; }
.s { padding: 4px 0 0 0px; width: 145px; }
