/* pager */
DIV.pager
{
	margin: 0;
	padding: 0;
}

DIV.pager UL
{
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

DIV.pager UL LI
{
	display: inline;
	margin: 0;
	padding: 0 3px 0 3px;
	list-style: none;
	font-size: 12px;
}

DIV.pager UL LI SPAN
{
	color: #666;
}

DIV.pager UL LI A,
DIV.pager UL LI A:link,
DIV.pager UL LI A:visited,
DIV.pager UL LI A:hover,
DIV.pager UL LI A:active
{
	color: #f90;
	text-decoration: none;
}

DIV.pager UL LI A:hover
{
	text-decoration: underline;
}

DIV.pager UL LI.firstPageButton
{
	margin: 0;
	padding-left: 0;
}

DIV.pager UL LI.previousPageButton
{
	margin: 0;
	padding-right: 12px;	
}

DIV.pager UL LI.nextPageButton
{
	margin: 0;
	padding-left: 12px;
}

DIV.pager UL LI.endPageButton
{
	margin: 0;
	padding-right: 0;
}

/* search results */
DIV.search_results
{
	margin: 10px;
	padding: 0;
}

DIV.search_results DIV.properties
{
	float: left;
	margin: 0 0 2.0em 0;
	padding: 0;
}

DIV.search_results DIV.properties P
{
	margin: 0;
	padding: 0 0 0.3em 0;
}

DIV.search_results DIV.yandexLogo
{
	float: right;
	margin: 0;
	padding: 0;
}

DIV.search_results OL
{
	margin: 0;
	padding: 0;
}

DIV.search_results OL LI
{
	margin: 0 0 1.0em 4.5em;
	padding: 0 0 0 0em;
	list-style: decimal none outside
}

DIV.search_results OL LI DIV.title
{
	margin: 0 0 0.3em 0;
	padding: 0;
}

DIV.search_results OL LI DIV.title A,
DIV.search_results OL LI DIV.title A:link,
DIV.search_results OL LI DIV.title A:visited,
DIV.search_results OL LI DIV.title A:hover,
DIV.search_results OL LI DIV.title A:active
{
	color: #f90;
	text-decoration: underline;
}

DIV.search_results OL LI DIV.text
{
	margin: 0;
	padding: 0;
}

DIV.search_results DIV.pager
{
	margin: 2.0em 0 0 4.5em;
	padding: 0;
}

DIV.search_results DIV.copyright
{
	float: right;
	margin: 1.0em 0 0 0;
	padding: 0;
}

DIV.search_results DIV.copyright A,
DIV.search_results DIV.copyright A:link,
DIV.search_results DIV.copyright A:visited,
DIV.search_results DIV.copyright A:hover,
DIV.search_results DIV.copyright A:active
{
	color: #f90;
	text-decoration: none;
}

DIV.search_results DIV.copyright A:hover
{
	text-decoration: underline;
}
