/* 
=============================================================
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.3 */

/* ==================== */

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
	color: #757575;	/* цвет текста задается для загрузчика, чтобы не вносить изменений в главный index.php */
}

p {margin: 0; padding: 0;}

/* ==================== */

.category {
	color: #1e1e1e;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.category a {
	color: #f241b9;
	text-decoration: underline;
}
.category a:hover {
	color: #f241b9;
	text-decoration: none;
}

/* ==================== */

.speedbar {
	color: #000000;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.speedbar a {
	color: #f241b9;
	text-decoration: underline;
}
.speedbar a:hover {
	color: #f241b9;
	text-decoration: none;
}

/* ==================== */

.slink {
	color: #1e1e1e;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.slink a:active, .slink a:visited, .slink a:link {
	color: #f241b9;
	text-decoration: underline;
}
.slink a:hover {
	color: #f241b9;
	text-decoration: none;
}

/* ==================== */

.copy {
	color: #1e1e1e;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.copy a:active, .copy a:visited, .copy a:link {
	color: #1e1e1e;
	text-decoration: underline;
}
.copy a:hover {
	color: #f241b9;
	text-decoration: none;
}

/* ==================== */

.stext {
	color: #1e1e1e;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.stext a:active, .stext a:visited, .stext a:link {
	color: #f241b9;
	text-decoration: underline;
}
.stext a:hover {
	color: #f241b9;
	text-decoration: none;
}

/* ==================== */
/*
.ltitle {
	color: #E34000;
	font-size: 18px;
	font-weight: bold;
}
*/
/* ==================== */

.ntitle {
	color: #1e1e1e;
	font-size: 11px;
	font-weight: bold;
}
.ntitle a {
	color: #f241b9;
	text-decoration: underline;
}
.ntitle a:hover {
	color: #f241b9;
	text-decoration: none;
}

/* ==================== */

.ctitle {
	color: #1e1e1e;
	font-size: 11px;
	font-weight: normal;
}
.ctitle a {
	color: #f241b9;
	text-decoration: underline;
}
.ctitle a:hover {
	color: #f241b9;
	text-decoration: none;
}

/* ==================== */

.news {
	color: #1e1e1e;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-align: justify;
}
.news a {
	color: #f241b9;
	text-decoration: underline;
}
.news a:hover {
	color: #f241b9;
	text-decoration: none;
}
.news img {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* ==================== */

.userstop {
	color: #1e1e1e;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.userstop a {
	color: #f241b9;
	text-decoration: underline;
}
.userstop a:hover {
	color: #f241b9;
	text-decoration: none;
}
.userstop td {
	padding: 3px;
}
.userstop thead {
	color: #1e1e1e;
	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: #1e1e1e; 
	border: 0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:active {
	text-decoration: none;
	color: #1e1e1e;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	padding: 3px 6px;
	font-size: 11px
}

.navigation a:hover {
	background-color: #f241b9;
	color: #ffffff;
	border-color: #e0e0e0;
}

.navigation span {
	text-decoration: none;
	background-color: #ffffff;
	padding: 3px 6px;
	border: 1px solid #e0e0e0;
	color: #1e1e1e;
	font-size: 11px;
}

/* CUSTOM STYLES FOR DLETEMPLATES.COM SKIN */

/* ==================== Поле малой формы поиска */

.s_field {
	color: #000000;			/* ! */
	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 #C4C4C4;	
}

/* ==================== Поле формы авторизации */

.a_field {
	color: #000000;			/* ! */
	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: #000000;			/* ! */
	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: #000000;			/* ! */
	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: #000000;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	height: 14px;
	border: 1px solid #e0e0e0;
}
.headr {
	background-image: url(../images/dlet_the_fon.gif);
	background-repeat: repeat-x;
	height: 390px;
}
.h008 {
	background-image: url(../images/dlet_h08.gif);
}
.makestart {
	color: #f233b5;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.makestart a:active, .makestart a:visited, .makestart a:link {
	color: #000000;
	text-decoration: underline;
}
.makestart a:hover {
	color: #000000;
	text-decoration: none;
}
.mmenu {
	color: #1e1e1e;
	font-size: 12px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.mmenu a:active, .mmenu a:visited, .mmenu a:link {
	color: #000000;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}
.mmenu a:hover {
	color: #f241b9;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}
.footr {
	background-image: url(../images/dlet_the_foot.gif);
	background-repeat: repeat-x;
	height: 60px;
}
.footr2 {
	background-image: url(../images/dlet_footr2.gif);
	background-repeat: no-repeat;
	height: 60px;
}
.cop {
	color: #000000;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.cop a:active, .cop a:visited, .cop a:link {
	color: #f241b9;
	text-decoration: underline;
}
.cop a:hover {
	color: #f241b9;
	text-decoration: none;
}
.cbgr {
	background-image: url(../images/dlet_cbgr.gif);
	background-repeat: repeat-y;
}
.nvg2 {
	background-image: url(../images/dlet_nvg2.gif);
	background-repeat: repeat-y;
}
.snav {
	color: #1e1e1e;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.snav a:active, .snav a:visited, .snav a:link {
	color: #1e1e1e;
	text-decoration: underline;
}
.snav a:hover {
	color: #f241b9;
	text-decoration: underline;
}
.blockt {
	background-image: url(../images/dlet_the_block.gif);
	background-repeat: no-repeat;
	height: 48px;
	text-indent: 41px;
	color: #1e1e1e;
	font-size: 12px;
	font-weight: bold;
}
.block4 {
	background-image: url(../images/dlet_block4.gif);
	background-repeat: repeat-y;
}
.abl02 {
	background-image: url(../images/dlet_abl02.gif);
	background-repeat: repeat-x;
}
.abl12 {
	background-image: url(../images/dlet_abl12.gif);
	background-repeat: repeat-x;
}
.abl22 {
	background-image: url(../images/dlet_abl22.gif);
	background-repeat: repeat-x;
}
.abl31 {
	background-image: url(../images/dlet_abl31.gif);
	background-repeat: repeat-y;
}
.abl33 {
	background-image: url(../images/dlet_abl33.gif);
	background-repeat: repeat-y;
}