/* 
=============================================================
This Skin for DataLife Engine Developed by DLETemplates.com
Copyright © 2005-2008 DLETemplates.com  All Rights Reserved.

File 'style.css' - Cascading Style Sheet (CSS) Document
=============================================================
*/

/* DEFAULT STYLES OF DATALIFE ENGINE RELEASE 6.7 */

/* ==================== */

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: Georgia;
	color: #2f2f2f;	/* цвет текста задается для загрузчика, чтобы не вносить изменений в главный index.php */
}
/*
table {
	border: 0px;
	border-collapse: collapse;
}
table td {
	padding: 0px;
}
*/
/* ==================== */

.category {
	color: #2f2f2f;
	font-size: 12px;		/* ! */
	font-family: Georgia;	/* ! */
	text-decoration: none;
}
.category a {
	color: #2f2f2f;
	text-decoration: underline;
}
.category a:hover {
	color: #2f2f2f;
	text-decoration: none;
}

/* ==================== */

.speedbar {
	color: #2f2f2f;
	font-size: 12px;		/* ! */
	font-family: Georgia;	/* ! */
	text-decoration: none;
}
.speedbar a {
	color: #2f2f2f;
	text-decoration: underline;
}
.speedbar a:hover {
	color: #2f2f2f;
	text-decoration: none;
}

/* ==================== */

.slink {
	color: #2f2f2f;
	font-size: 12px;		/* ! */
	font-family: Georgia;	/* ! */
	text-decoration: none;
}
.slink a:active, .slink a:visited, .slink a:link {
	color: #2f2f2f;
	text-decoration: underline;
}
.slink a:hover {
	color: #2f2f2f;
	text-decoration: none;
}

/* ==================== */

.copy {
	color: #2f2f2f;
	font-size: 11px;		/* ! */
	font-family: Georgia;	/* ! */
	text-decoration: none;
}
.copy a:active, .copy a:visited, .copy a:link {
	color: #2f2f2f;
	text-decoration: underline;
}
.copy a:hover {
	color: #2f2f2f;
	text-decoration: none;
}

/* ==================== */

.stext {
	color: #2f2f2f;
	font-size: 11px;		/* ! */
	font-family: Georgia;	/* ! */
	text-decoration: none;
}
.stext a:active, .stext a:visited, .stext a:link {
	color: #2f2f2f;
	text-decoration: underline;
}
.stext a:hover {
	color: #2f2f2f;
	text-decoration: none;
}

/* ==================== */

.ltitle {
	color: #4d4c48;
	font-size: 20px;
	font-family: Georgia;
}

/* ==================== */

.ntitle {
	color: #2f2f2f;
	font-size: 12px;
	font-family: Georgia;
}
.ntitle a {
	color: #2f2f2f;
	text-decoration: underline;
}
.ntitle a:hover {
	color: #2f2f2f;
	text-decoration: none;
}

/* ==================== */

.ctitle {
	color: #2f2f2f;
	font-size: 11px;
	font-weight: normal;
	font-family: Georgia;
}
.ctitle a {
	color: #2f2f2f;
	text-decoration: underline;
}
.ctitle a:hover {
	color: #2f2f2f;
	text-decoration: none;
}

/* ==================== */

.news {
	color: #2f2f2f;
	/* font-size: 12px;		 ! */
	font-family: Tahoma;	/* ! */
	text-align: justify;
	line-height: 15px;
}
.news a {
	color: #00863c;
	text-decoration: underline;
}
.news a:hover {
	color: #2f2f2f;
	text-decoration: none;
}
.news img {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* ==================== */

.userstop {
	color: #2f2f2f;
	font-size: 11px;		/* ! */
	font-family: Georgia;	/* ! */
	text-decoration: none;
}
.userstop a {
	color: #2f2f2f;
	text-decoration: underline;
}
.userstop a:hover {
	color: #2f2f2f;
	text-decoration: none;
}
.userstop td {
	padding: 3px;
}
.userstop thead {
	color: #2f2f2f;
	font-weight: bold;
}

/* ==================== */

.hr_line {
	background: url(../images/line.gif);
	width: 100%;
	height: 7px;
	font-size: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
}

/* ==================== */

.skin {
	padding-left: 10px;
}
select {
	font-size: 11px;
	font-family: tahoma;
}

.navigation {
	color: #636363; 
	border: 0px;
	font-family: tahoma;
}

.navigation a:link,
.navigation a:visited,
.navigation a:active {
	text-decoration: none;
	color: #636363;
	background-color: #ededed;
	border: 1px solid #e1e1e3;
	padding: 3px 6px;
	font-size: 11px
}

.navigation a:hover {
	background-color: #00863c;
	color: #ffffff;
	border-color: #e1e1e3;
}

.navigation span {
	text-decoration: none;
	background-color: #fafafa;
	padding: 3px 6px;
	border: 1px solid #e1e1e3;
	color: #636363;
	font-size: 11px;
}

/* CUSTOM STYLES FOR DLETEMPLATES.COM SKIN */

/* ==================== Поле малой формы поиска */

.s_field {
	color: #2f2f2f;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
/*	background-image: url(../images/dlet_field_s.gif);
	background-repeat: repeat-x;*/
	height: 16px;
	padding-left: 3px;
	
	border: 1px solid #fff;	
}

/* ==================== Поле формы авторизации */

.a_field {
	color: #2f2f2f;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
/*	background-image: url(../images/dlet_field_a.gif);
	background-repeat: repeat-x;*/
	height: 16px;
	padding-left: 3px;
	
	border: 1px solid #e0e0e0;	
}

.f_textarea {
	color: #2f2f2f;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
/*	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;*/
	
	width: 459px;
	height: 156px;
	border: 1px solid #e0e0e0;
}
.f_input {
	color: #2f2f2f;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
/*	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;*/
	
	width: 300px;
	height: 16px;
	border: 1px solid #e0e0e0;
}
.f_select {
	color: #2f2f2f;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
/*	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;*/
	
	height: 14px;
	border: 1px solid #e0e0e0;
}
.he_ad {
	background-image: url(../images/dlet_hd.gif);
	background-repeat: repeat-x;
	height: 188px;
}
.whmenu {
	color: #fff;
	font-size: 9px;		/* ! */
	font-family: Georgia;	/* ! */
	text-decoration: none;
}
.whmenu a:active, .whmenu a:visited, .whmenu a:link {
	color: #fff;
	text-decoration: none;
}
.whmenu a:hover {
	color: #fff;
	text-decoration: underline;
}
.mainmenu {
	color: #2f2f2f;
	font-size: 12px;		/* ! */
	font-family: Georgia;	/* ! */
	text-decoration: none;
}
.mainmenu a:active, .mainmenu a:visited, .mainmenu a:link {
	color: #2f2f2f;
	text-decoration: none;
}
.mainmenu a:hover {
	color: #2f2f2f;
	text-decoration: underline;
}
.mainmenun {
	color: #2f2f2f;
	font-size: 14px;		/* ! */
	font-family: Georgia;	/* ! */
	text-decoration: none;
}
.mainmenun a:active, .mainmenun a:visited, .mainmenun a:link {
	color: #2f2f2f;
	text-decoration: none;
	
}
.mainmenun a:hover {
	color: #2f2f2f;
	text-decoration: underline;
}
.whtext {
	color: #fff;
	font-size: 12px;		/* ! */
	font-family: Georgia;	/* ! */
	text-decoration: none;
}
.whtext a:active, .whtext a:visited, .whtext a:link {
	color: #fff;
	text-decoration: none;
}
.whtext a:hover {
	color: #fff;
	text-decoration: underline;
}
.copyr {
	color: #fff;
	font-size: 11px;		/* ! */
	font-family: Georgia;	/* ! */
	text-decoration: none;
}
.copyr a:active, .copyr a:visited, .copyr a:link {
	color: #fff;
	text-decoration: underline;
}
.copyr a:hover {
	color: #fff;
	text-decoration: none;
}
.csp {
	background-image: url(../images/dlet_csp.gif);
	background-repeat: repeat-y;
}
.hdline {
	background-image: url(../images/dlet_hdline.gif);
	background-repeat: repeat-x;
	height: 19px;
}
.catl {
	background-image: url(../images/dlet_catl.gif);
	background-repeat: repeat-x;
	height: 24px;
}
.globecat {
	font-size:20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bltitle {
	color: #5c8143;
	font-size: 16px;		/* ! */
	font-family: Georgia;	/* ! */
	text-decoration: none;
	font-weight: bold;
}
.menu1 {width:100%;height:37px;background:url(../images/menu4.jpg);}
.menutext {padding-top:8px;}


/* ==================== */
#search_result  {padding: 2px 8px; font: 12px Arial; border: 1px solid #999;} /* строки таблицы */
#search_result table {border-collapse: collapse; font: 12px Arial; background: #fffff0; width: 100%;} /* заголовки */
#search_result tr {padding: 2px 8px; font: 11px Arial; border: 1px solid #999; background: #dddddd;} /* строки таблицы */

/*
#search_result {padding: 2px 8px; font: 12px Arial; border: 1px solid #999;} 
#search_result table {border-collapse: collapse; font: 12px Arial; border: 1px solid #000; background: #fffff0;} 
#search_result th, #search_result td {padding: 2px 8px; font: 11px Arial; border: 1px solid #222;} 
#search_result .header th {padding: 2px 8px; font: 11px Arial; font-weight: bold; border: 1px solid #222;background: #ddd;} 
*/
#search_result .odd {background: #ffffff;}
#search_result .even {background: #ecefe6;}
#search_result .odd:hover{background: #ddd;}
#search_result .even:hover{background: #ddd;}
/*
#search_params div {border: 1px solid #000;}
*/
#search_result ul { list-style-type: none; font: 12px Arial; margin: auto; font-weight: bold;}
#search_result ul li {float: left;  padding: 12px 14px; font: 12px Arial;}
#search_result .disable { color: #888;}
#search_result .active li:hover {color: #371C1C;}
#search_result  #nav {border:2px solid #f2f2f2;  background: #f2f2f2;}
#search_result  .navi  a:hover {background: #ddd;font-weight: bold;}
/* ==================== */
a img { border: 0 none; max-width: 98%; }
a > img { vertical-align: bottom; max-width: 98%;}
img { vertical-align: bottom; max-width: 98%;}
div table 
{width:95%;}


.mainmenu_proz {
	color: #e02929;
	font-size: 12px;		/* ! */
	font-family: Georgia;	/* ! */
	text-decoration: none;
        visibility:hidden
}

