#rlsimport{
	margin-top: 10px;
	padding: 5px;
	border: none;
}
#rlsimport a{
	color: black;
	text-decoration: none;
}
#rls_title{
	color: brown;
	font-size: 13pt;
	font-weight: bold;
	background: seashell ;
	padding: 3px;
	border-top: 3px double gray;
	margin: 0;
	margin: 15px 0px 7px 0px;
}
/* форма */
form.total_search{
	background: wheat;
	margin-top: 10px;
}
input.find_text{
	color: brown;
	font-weight: bold;
}
input.find_button{
	border: 1px solid gray;
	color: white;
	background: brown;
	margin-left: 4px;
	font-weight: bold;
}

/* Список найденных торговых названий */
div.prod_data {
	margin-top: 5px;
	background: whitesmoke;
	padding: 3px 5px 0px 10px;
}

/* Список найденных наименований  */
b.red{
	color: palevioletred;
}

/* Таблица */
table.rest_nest{
}
/* заголовок в таблице */
td.rest_head{
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	color: gray;
	border-bottom: 1px solid black;
}
/* Разделитель двух столбцов в таблице*/
td.rest_null{
	padding: 10px;
}
/* Название препарата в списке найденных*/
a.rest_data_list{	
	color: black;
}
a.rest_data_list b{
}
/* Тексты */
div.news_date {
	color: green;
	font-weight: bold;
	margin-top: 10px;
}
div.news_text{
}
#rls_logo_table{
	margin-top: 15px;
}
#rls_import_bottom{
	text-align: center;
	font-size: smaller;
}
#rls_import_bottom a{
	text-decoration: underline;
	color: blue;
}