/* Stylesheet for personal open search output. */

body {margin-top:1em; margin-right:2em; margin-bottom:1em;
   margin-left:2em; background-color: #000; font-family: Arial, sans-serif; color: #FFCC00}

#nav {
position: absolute;
left: 72%;
top: 5%;
}

#nava {
padding: 0; margin: 0 0 0 20px; font-size: .9em; 
}

#nlist {
width: 70%;
}

.news {
padding: 0; margin: 0; font-size: .9em; 
}

.nh {
padding: 0; margin: 1em 0 0 0; font-size: 1.2em; 
}

.arc {
padding: 0; margin: 0; font-size: .3em; 
}

a {color: #FF6600}
a:hover {color: #FF8800}
a:visited {color: #FF8800}
a.head {color: #FF6600; text-decoration: none;}

.foot {align: center; font-size: .7em; width: 100%; text-align: center; position}

h1 {margin-top: 0.3em; color: silver; font-family: Arial, sans-serif; font-size: 2em;}
h3 {margin: 1em 0 0 0; font-family: Arial, sans-serif; 
font-size: 1.1em;}
h4 {margin: .5em 0 0 10px; font-family: Arial, sans-serif; font-size: .8em;}

div.personal_main	{width: 70%;}	/* main block */
div.personal_results	{width: 70%;}
div.personal_results	.query	{font-family: Arial, sans-serif; font-size: 150%;} /* query string */
div.personal_results	.doctitle	{margin-top: 0.5em;}	/* title of the results */

div.personal_results	.items	{margin-top: 1.5em;}	/* block of result items */
div.personal_results	.item	{margin-bottom: 1.2em;}	/* each item */

div.personal_results	table.user_site_name	{margin: 1em 0 0.5em 0; width: 100%; position: relative; left: 0em;} /*пользовательское название сайта*/
div.personal_results	table.user_site_name	td.item_num	{width: 2em; text-align: right; vertical-align: bottom; font-size: 105%;}
div.personal_results	table.user_site_name	td.item_title	{font-size: 105%; font-family: Tahoma, sans-serif;}
div.personal_results	table.user_site_name	td.item_title	a:link {color: silver;}

div.personal_results	div.group {border-bottom: 1px solid #EEEEEE; padding-bottom: 0.8em;}
div.personal_results	div.group .item	{margin-bottom: 0.5em;}	/* один блок ссылки при включенной группировке */

div.personal_results	table.item_header	{width: 80%;}
div.personal_results	td.item_num	{}	/* item number */
div.personal_results	td.item_title	{width: 100%; padding-left: 0.3em;}	/* item title */
div.personal_results	td.item_title	a:link	{color: #FF6600;}
div.personal_results	td.item_title	a:visited	{color: #800080;}

div.personal_results	div.item_desc	{font-size: 84%; font-family: Arial, sans-serif;}	/* item description */

div.personal_results	.hl	{font-weight: bold;}	/* higthlightment of words found */
div.personal_results	.refs	{}	/* блок с URL и датой документа, по умолчанию скрыт */
div.personal_results	.ref	{}	/* each reference */
div.personal_results	.ref_link	{margin-left:1em; font-size: 70%; font-family: Arial, sans-serif; color: #888888;}
div.personal_results	.ref_delimiter	{color: #fff;}	/* delimiter '|' */
div.personal_results	.ref_time	{font-size: 65%; font-family: Arial, sans-serif; color: #888888;}	/* time of reference */
div.personal_results	div.group  .ref_time	{#display: none;}
div.personal_results	span.site_name	{font-size: 80%; color: #fff;} /* пользовательское название сайта в обычном режиме (без группировки) */

div.personal_results	div.add_result {} /* дополнительные два результата при включенной группировке по сайтам */
div.personal_results	div.add_item_desc {}

div.personal_results	div.another_from_site {margin-top: 0.3em; color: #FF6600; font-family: Arial, sans-serif; font-size: 75%;} /*ссылка "Еще с сайта"*/
div.personal_results	div.another_from_site a:link {color: #FF6600; font-weight: bold;}
div.personal_results	span.arr {font-size: 140%; font-family: "Times new Roman";}

div.personal_results	.begun_desc	{display: none; width: 70%; color: #888888; font-size: 75%; font-family: Arial, sans-serif;}	/* begun description */

div.personal_results	.nothing_found	{margin-top: 1em; font-weight: bold; font-size: 105%;}	/* message if nothing found */
div.personal_results	.error	{font-weight: bold; font-size: 150%; color: red;}	/* error message */

div.personal_results	.pager	{margin-top: 1em;}	/* pager block */
div.personal_results	.pagenum	{text-decoration: underline; font-weight: normal; cursor: pointer; cursor: hand;}	/* page number in pager */
div.personal_results	.pagenum_cur	{font-weight: bold;}	/* page number of current page */

/* Form for search page */
div.personal_form_search_page	table.form_table {width: 60%;}
div.personal_form_search_page	table.form_table td.td1	{width:100%;}
div.personal_form_search_page	table.form_table td.td2	{width:4em;}
div.personal_form_search_page	table.form_table td.td1	input {width: 100%;}
div.personal_form_search_page	table.form_table td.td2	input {width: 4em; height: 1.65em; border: outset 1px; background-color: #777777; color: #FFFFFF; font-weight: bold; font-family: Arial, sans-serif; margin-top: -1px; }
div.personal_form_search_page	div.backlink {font-size: 80%; font-family: Arial, sans-serif;}
div.personal_form_search_page	form {margin: 0 0 1em 0;}

/* Form for any page of the site */
div.personal_form_any_page	{width: 60%;}
div.personal_form_any_page	table.form_table {width: 100%;}
div.personal_form_any_page	table.form_table td.td1	{width:100%;}
div.personal_form_any_page	table.form_table td.td2	{width:4em;}
div.personal_form_any_page	table.form_table td.td1	input {width: 100%;}
div.personal_form_any_page	table.form_table td.td2	input {width: 4em; height: 1.6em; font-family: Arial, sans-serif; margin-top: -1px;}

div.personal_backlink {font-size: 95%; font-family: Arial, sans-serif;}

div.personal_results	table.begun	{display: none; margin-top: .5em; margin-bottom: .5em;}	/* Advertisement by begun.ru visibility: hidden; */
div.begun_title		{display: none} 	/* begun title */

div.personal_results	div.begun_title	a:link,
div.personal_results	div.begun_title	a:visited,
div.personal_results	div.begun_title	a:hover {color: #888888;}

div.novoteka_begun	{display:none; width: 60%; margin-top: 1em;}
div.novoteka_begun	div.begun_title	a:link,
div.novoteka_begun	div.begun_title	a:visited,
div.novoteka_begun	div.begun_title	a:hover {color: #888888;}
div.novoteka_begun	div.begun_desc	{display: none; font-size: 95%; font-family: Arial, sans-serif;}

#video  {
  align:left;
  text-align:left;
  width: 425px;    // Ширина контейнера, должна быть равна ширине плеера
  height: 344px;   // Высота контейнера, должна быть равна высоте плеера
  display: block;
                }

