/* 
=============================================================
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 7.0 */

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

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

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

.category {
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.category a {
	color: #c5cacf;
	text-decoration: underline;
}
.category a:hover {
	color: #c5cacf;
	text-decoration: none;
}

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

.speedbar {
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.speedbar a {
	color: #c5cacf;
	text-decoration: underline;
}
.speedbar a:hover {
	color: #c5cacf;
	text-decoration: none;
}

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

.slink {
	color: #bbbec1;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.slink a:active, .slink a:visited, .slink a:link {
	color: #c5cacf;
	text-decoration: none;
	
}
.slink a:hover {
	color: #c5cacf;
	text-decoration: none;
}

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

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

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

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

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

.ltitle {
	color: #E34000;
	font-size: 18px;
	font-weight: bold;
}

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

.ntitle {
	color: #959EA6;
	font-size: 12px;
	font-weight: bold;
}
.ntitle a {
	color: #C5CACF;
	text-decoration: none;
}
.ntitle a:hover {
	color: #ffffff;
	text-decoration: none;
}

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

.ctitle {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
}
.ctitle a {
	color: #c5cacf;
	text-decoration: underline;
}
.ctitle a:hover {
	color: #c5cacf;
	text-decoration: none;
}

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

.news {
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-align: justify;
	text-decoration: none;
}
.news a {
	color: #c5cacf;
	text-decoration: none;
}
.news a:hover {
	color: #c5cacf;
	text-decoration: none;
}
.news img {
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	border:1px solid #486178 !important;
/*
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
*/	
}

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

.userstop {
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.userstop a {
	color: #c5cacf;
	text-decoration: underline;
}
.userstop a:hover {
	color: #c5cacf;
	text-decoration: none;
}
.userstop td {
	padding: 3px;
}
.userstop thead {
	color: #ffffff;
	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: #ffffff; 
	border: 0px;
}

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

.navigation a:hover {
	background-color: #4e6983;
	color: #bae9ee;
	border-color: #c9cdd1;
}

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

/* CUSTOM STYLES FOR DLETEMPLATES.COM SKIN */

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

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

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

.a_field {
	color: #757575;			/* ! */
	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 #ffffff;	
}

.f_textarea {
	color: #757575;			/* ! */
	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: #757575;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	width: 300px;
	height: 14px;
	border: 1px solid #e0e0e0;
}
.f_select {
	color: #757575;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	height: 14px;
	border: 1px solid #e0e0e0;
}
.hhh {
	background-image: url(../images/dlet_hhh.gif);
	background-repeat: repeat-x;
	height: 98px;
}
.cap3 {
	background-image: url(../images/dlet_cap3.gif);
}
.foot00 {
	background-image: url(../images/dlet_foot00.gif);
}
.copyr {
	color: #bbbec1;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.copyr a:active, .copyr a:visited, .copyr a:link {
	color: #ffffff;
	text-decoration: underline;
}
.copyr a:hover {
	color: #ffffff;
	text-decoration: none;
}
.bodyback {
	background-image: url(../images/dlet_boddyback.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.coll {
	background-image: url(../images/dlet_coll.gif);
}
.colr {
	background-image: url(../images/dlet_colr.gif);
}
.co2 {
	background-image: url(../images/dlet_co2.gif);
}
.co4 {
	background-image: url(../images/dlet_co4.gif);
}
.stext1 {
	color: #494949;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.stext1 a:active, .stext1 a:visited, .stext1 a:link {
	color: #0a3358;
	text-decoration: underline;
}
.stext1 a:hover {
	color: #0a3358;
	text-decoration: none;
}
.navmenus {
	background-image: url(../images/dlet_navmenus.gif);
}
.navmenu {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
	line-height: 22px;
}
.navmenu a:active, .navmenu a:visited, .navmenu a:link {
	color: #313c46;
	text-decoration: none;
}
.navmenu a:hover {
	color: #fe642d;
	text-decoration: none;
}
.bucha {
	background-image: url(../images/dlet_buchavella.gif);
	background-repeat: repeat-x;
}
.apanel {
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.apanel a {
	color: #000000;
	text-decoration: underline;
}
.apanel a:hover {
	color: #000000;
	text-decoration: none;
}

.tiback01l {
	background-image: url(../images/dlet_tiback01l.gif);
	text-indent: 12px;
	font-size: 11px;
	font-weight: bold;
}
.tiback02l {
	background-image: url(../images/dlet_tiback02l.gif);
	text-indent: 12px;
	font-size: 11px;
	font-weight: bold;
}
.tiback01r {
	background-image: url(../images/dlet_tiback01r.gif);
	text-indent: 12px;
	font-size: 11px;
	font-weight: bold;
}
.tiback02r {
	background-image: url(../images/dlet_tiback02r.gif);
	text-indent: 12px;
	font-size: 11px;
	font-weight: bold;
}

.redlink, .redlink a  {
	color: #ea7a28 !important;
}