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

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

/* DEFAULT STYLES OF DATALIFE ENGINE RELEASE 6.2 */

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

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

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

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

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

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

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

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

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

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

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

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

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

.ltitle {
	color: #c6c826;
	font-size: 11px;
	font-weight: bold;
}

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

.ntitle {
	color: #757575;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
}
.ntitle h2 {
	color: #757575;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
}
.scriptcode h2	{ font-size: 11px; font-weight: bold; font-family: arial; display: inline; padding: 0px; margin: 0px; }
.ntitle h1 {
	color: #757575;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
}
.ntitle a {
	color: #9b9d0b;
	text-decoration: none;
}
.ntitle a:hover {
	color: #9b9d0b;
	text-decoration: underline;
}

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

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

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

.news {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-align: justify;
}
.news a {
	color: #9b9d0b;
	text-decoration: none;
}
.news a:hover {
	color: #9b9d0b;
	text-decoration: underline;
}

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

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

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

.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 #D6D6D6;	
}

.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;
}
.mainback_l {
	background-image: url(../images/dlet_mainback.gif);
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 2px;
}
.mainback_r {
	background-image: url(../images/dlet_mainback.gif);
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 2px;
}
.header_002 {
	background-image: url(../images/dlet_header_002.gif);
	background-repeat: repeat-x;
}
.header_002_01 {
	background-image: url(../images/dlet_header_002_01.gif);
	background-repeat: no-repeat;
	height: 58px;
	background-position: top right;
}
.header_002_06 {
	background-image: url(../images/dlet_header_002_06.gif);
	background-repeat: no-repeat;
	height: 67px;
	background-position: top right;
}
.header_004_01 {
	background-image: url(../images/dlet_header_004_01.gif);
	background-repeat: no-repeat;
	height: 145px;
}
.header_004_02 {
	background-image: url(../images/dlet_header_004_02.gif);
	background-repeat: no-repeat;
	height: 126px;
}
.header_006 {
	background-image: url(../images/dlet_header_005.gif);
	background-repeat: repeat-x;
}
.setastext {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.setastext a:active, .setastext a:visited, .setastext a:link {
	color: #ffffff;
	text-decoration: none;
}
.setastext a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.navtext {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.navtext a:active, .navtext a:visited, .navtext a:link {
	color: #ffffff;
	text-decoration: none;
}
.navtext a:hover {
	color: #ffffff;
	text-decoration: none;
}
.websname {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.websname a:active, .websname a:visited, .websname a:link {
	color: #e0dcd5;
	text-decoration: underline;
}
.websname a:hover {
	color: #e0dcd5;
	text-decoration: none;
}
.mmenu {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
	font-weight: bold;
}
.mmenu a:active, .mmenu a:visited, .mmenu a:link {
	color: #e0dcd5;
	text-decoration: none;
}
.mmenu a:hover {
	color: #ffffff;
	text-decoration: none;
}

.orangetxt {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.orangetxt a:active, .orangetxt a:visited, .orangetxt a:link {
	color: #ffa562;
	text-decoration: none;
}
.orangetxt a:hover {
	color: #ffa562;
	text-decoration: underline;
}
.footer_002 {
	background-image: url(../images/dlet_footer_002.gif);
	background-repeat: repeat-x;
}
.footer_004 {
	background-image: url(../images/dlet_footer_004.gif);
	background-repeat: repeat-x;
}
.footer_005 {
	background-image: url(../images/dlet_footer_005.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: #ffa562;
	text-decoration: none;
}
.copyr a:hover {
	color: #ffa562;
	text-decoration: underline;
}

.col_01_b {
	background-color: #736f66;
}
.col_02_b {
	background-color: #ffffff;
	background-image: url(../images/dlet_col_2b.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
.col_03_b {
	background-image: url(../images/dlet_col_3b.gif);
	background-repeat: repeat-y;
}
.col_04_b {
	background-color: #FFFFFF;
}
.col_05_b {
	background-image: url(../images/dlet_col_5b.gif);
	background-repeat: repeat-y;
}
.col_06_b {
	background-color: #e0dcd5;
}
.col_07_b {
	background-color: #736f66;
}
.navigationm {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.navigationm a:active, .navigationm a:visited, .navigationm a:link {
	color: #757575;
	text-decoration: underline;
}
.navigationm a:hover {
	color: #9b9d0b;
	text-decoration: none;
}
.readmoretxt {
	color: #636363;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.readmoretxt a:active, .readmoretxt a:visited, .readmoretxt a:link {
	color: #9b9d0b;
	text-decoration: none;
}
.readmoretxt a:hover {
	color: #9b9d0b;
	text-decoration: underline;
}
.block_1_title {
	background-color: #736f66;
	height: 32px;
	color: #FFFFFF;
	font-weight: bold;
}
.block_2_title {
	background-color: #9b9d0b;
	height: 32px;
	color: #FFFFFF;
	font-weight: bold;
}
.newssmt {
	color: #636363;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.newssmt a {
	color: #9b9d0b;
	text-decoration: underline;
	font-weight: bold;
}
.newssmt a:hover {
	color: #9b9d0b;
	text-decoration: none;
	font-weight: bold;
}
.newssm {
	color: #636363;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.newssm a {
	color: #9b9d0b;
	text-decoration: none;
}
.newssm a:hover {
	color: #9b9d0b;
	text-decoration: underline;
}
.newssm img {
	padding-right: 10px;
}
.drop_table {
	background-color: #FFFFFF;
	border: 1px solid #e0e0e0;
	height: 120px;
}
.droppanel {
	visibility: hidden;
	position: absolute;
	padding-top: 2px;
	background-color: #fdfdfd;
	border: 1px solid #bbbbbb;
	top: 0px;
	left: 0px;
}

ul	{ padding: 0px; margin: 10px 0px 0px 0px; list-style-type: none; }
li	{ padding: 0px; margin: 0px 0px 5px 0px; }
li a {
	color: #9b9d0b;
	text-decoration: underline;
}
li a:hover {
	color: #9b9d0b;
	text-decoration: none;
}
