/* Настройки шрифта*/
#ayda_search *					{ font-family: Verdana, Arial, sans-serif; font-size: 11px; color: black; }

/* Настройки заголовка H1 */
#ayda_search h1				{ font-size: 16px; color: black; }

/* Настройки заголовка H2 */
#ayda_search h2				{ font-size: 14px; color: black; }

/* Настройки выпадающего списка */
#ayda_search select			{ width: 350px; }

/* Настройки таблицы результатов */
#ayda_search table.border	{ border-left: 1px solid black; border-top: 1px solid black; }
#ayda_search td.border		{ border-right: 1px solid black; border-bottom: 1px solid black; }

/* Настройки ссылки */
#ayda_search a					{ color: blue; text-decoration: none; cursor: pointer;}
#ayda_search a:link			{ color: blue; text-decoration: none;}
#ayda_search a:visited		{ color: blue; text-decoration: none;}
#ayda_search a:hover		{ color: blue; text-decoration: underline;}

/* Настройки рамки фотографий */
#ayda_search td.photo		{ border: 1px solid #dfdcdc; background: #f8f8f8;}

/* Настройка картинки при загрузке данных */
#ayda_search div.ayda_loading { background: url("http://www.ayda.ru/search/loading.gif") no-repeat; width: 100px; height: 100px; }