/* 
=============================================================
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.2 */

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

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

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

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

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

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

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

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

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

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

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

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

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

.ltitle {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

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

.ntitle {
	color: #ffffff;
	font-size: 20px;
/*	font-weight: bold;*/
}
.ntitle a {
	color: #ffffff;
	text-decoration: underline;
}
.ntitle a:hover {
	color: #ffffff;
	text-decoration: none;
}

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

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

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

.news {
	color: #545454;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-align: justify;
	line-height: 14px;
}
.news a {
	color: #e80d0b;
	text-decoration: none;
}
.news a:hover {
	color: #e80d0b;
	text-decoration: underline;
}
.news img {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

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

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

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

.navigation a:hover {
	background-color: #e80d0b;
	color: #ffffff;
	border-color: #e0e0e0;
}

.navigation span {
	text-decoration: none;
	background-color: #ffffff;
	padding: 3px 6px;
	border: 1px solid #e0e0e0;
	color: #cccccc;
	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 #ffffff;	
}

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

.a_field {
	color: #757575;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_a.gif);
	background-repeat: repeat-x;
	height: 14px;
	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;
}
.maback1 {
	background-image: url(../images/dlet_maback1.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
.maback2 {
	background-image: url(../images/dlet_maback2.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
.g01 {
	background-image: url(../images/dlet_g01.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.g04 {
	background-image: url(../images/dlet_g04.gif);
	background-repeat: no-repeat;
}
.g07 {
	background-image: url(../images/dlet_g07.gif);
	background-repeat: no-repeat;
	height: 30px;
}
.maiinmenu {
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.maiinmenu a:active, .maiinmenu a:visited, .maiinmenu a:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
.maiinmenu a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.sets1 {
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.sets1 a:active, .sets1 a:visited, .sets1 a:link {
	color: #ffffff;
	text-decoration: underline;
}
.sets1 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.sets2 {
	color: #a01005;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.cpann {
	color: #ffbb2a;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.cpann a:active, .cpann a:visited, .cpann a:link {
	color: #fcff00;
	text-decoration: underline;
}
.cpann a:hover {
	color: #ffffff;
	text-decoration: none;
}
.ftr {
	background-image: url(../images/dlet_ftr.gif);
	background-repeat: repeat-x;
}
.copyr {
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.copyr a:active, .copyr a:visited, .copyr a:link {
	color: #fcff00;
	text-decoration: underline;
}
.copyr a:hover {
	color: #ffffff;
	text-decoration: none;
}
.bol02 {
	background-image: url(../images/dlet_bol02.gif);
	background-repeat: no-repeat;
	height: 30px;
	text-indent: 100px;
	font-weight: bold;
	font-size: 12px;
	color: #a01005;
}
.bol04 {
	background-image: url(../images/dlet_bol04.gif);
	background-repeat: repeat-y;
}
.snavnav {
	color: #545454;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
	text-transform: uppercase;
}
.snavnav a:active, .snavnav a:visited, .snavnav a:link {
	color: #545454;
	text-decoration: underline;
	font-weight: bold;
}
.snavnav a:hover {
	color: #e80d0b;
	text-decoration: underline;
	font-weight: bold;
}
.bella {
	background-image: url(../images/dlet_yora.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.artb2 {
	background-image: url(../images/dlet_artb2.gif);
	background-repeat: repeat-y;
}

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

.pulka {
	margin-left:10px;
	margin-right:20px;
}
h2{
	font-size: 20px;		/* ! */
}
h3{
	font-size: 20px;		/* ! */
}
