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

File 'preview.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: 12px;
	font-family: tahoma;
	color: #757575;	/* цвет текста задается для загрузчика, чтобы не вносить изменений в главный index.php */
}
table {
	border: 0px;
	border-collapse: collapse;
}
table td {
	padding: 0px;
}

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

.category {
	color: #636363;
	font-size: 12px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.category a {
	color: #c80000;
	text-decoration: underline;
	font-weight: bold;
}
.category a:hover {
	color: #636363;
	text-decoration: underline;
	font-weight: bold;
}

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

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

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

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

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

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


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

.ntitle {
	color: #636363;
	font-size: 12px;
	font-weight: bold;
}
.ntitle a {
	color: #636363;
	text-decoration: underline;
}
.ntitle a:hover {
	color: #c80000;
	text-decoration: underline;
}

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

.news {
	color: #636363;
	font-size: 12px;		/* ! */
	font-family: tahoma;	/* ! */
	text-align: justify;
}
.news a {
	color: #c80000;
	text-decoration: none;
}
.news a:hover {
	color: #c80000;
	text-decoration: underline;
}
.news img {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* CUSTOM STYLES FOR DLETEMPLATES.COM SKIN */
