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

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

p {margin: 0; padding: 0;}

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

.category {
 color: #757575;
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 text-decoration: none;
}
.category a {
 color: #E34000;
 text-decoration: none;
}
.category a:hover {
 color: #E34000;
 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: #E34000;
 text-decoration: none;
}
.slink a:hover {
 color: #E34000;
 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: #4b73d4;
 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: #4b73d4;
 text-decoration: none;
}
.stext a:hover {
 color: #4b73d4;
 text-decoration: underline;
}

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

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

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

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

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

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

/* CUSTOM STYLES FOR DLETEMPLATES.COM SKIN */

.a_block_12 {
 background-image: url(../../templates/Default/images/dlet_artblock_12.gif);
 background-repeat: repeat-x;
}
.a_block_22 {
 background-image: url(../../templates/Default/images/dlet_artblock_22.gif);
 background-repeat: repeat-x;
}
.a_block_32 {
 background-image: url(../../templates/Default/images/dlet_artblock_32.gif);
 background-repeat: repeat-x;
}
.a_block_42 {
 background-image: url(../../templates/Default/images/dlet_artblock_42.gif);
 background-repeat: repeat-x;
}
.a_block_52 {
 background-image: url(../../templates/Default/images/dlet_artblock_52.gif);
 background-repeat: repeat-x;
}
.a_block_61 {
 background-image: url(../../templates/Default/images/dlet_artblock_61.gif);
 background-repeat: repeat-y;
}
.a_block_63 {
 background-image: url(../../templates/Default/images/dlet_artblock_63.gif);
 background-repeat: repeat-y;
}
.a_block_72 {
 background-image: url(../../templates/Default/images/dlet_artblock_72.gif);
 background-repeat: repeat-x;
}
.a_block_82 {
 background-image: url(../../templates/Default/images/dlet_artblock_82.gif);
 background-repeat: repeat-x;
}
.quote {
 color: #757575;
 background-color: #808080;
 border: 1px dotted #bebebe;
 text-align: justify;
 padding: 5px;
}

/* ==================== Tэг CODE */

.scriptcode {
 color: #FFFF00;
 background-color: #f2f2f2; 
 border: 1px dotted #bebebe;
 text-align: left;
 padding: 5px;
}

/* ==================== Тег SPOILER */
.title_spoiler {
 color: #636363;
 background-color: #f2f2f2;
 border: 1px dotted #bebebe; 
 font-weight: bold;
 padding: 5px;
}

.text_spoiler {
 color: #757575;
 background-color: #f2f2f2;
 border: 1px dotted #bebebe;
 border-top: 0;
 text-align: justify;
 padding: 5px;
}
_

_____________________________________________________________________________