
/* stylesheet for the template banner */
.banner {
	BACKGROUND-POSITION: 2px 0px;

	PADDING-LEFT: 1px;
	BORDER-RIGHT: #ff0000 6px solid;
	FLOAT: left;
	MARGIN-LEFT: 1px;
	WIDTH: 226px;
	BACKGROUND-COLOR: #d0e7fe
}

/* stylesheet for the template list */
/* стилевой файл для шаблона texts.list*/

.text-list {
    width: 90%;
    padding-bottom: 20px;
}

.text-list table {
    width: 100%;
}

.text-list table tr td {
    vertical-align: top;
}


.text-list table .img {
    width: 100px;
}

.text-list table .img img {
    width: 86px;
    height: 86px;
    border: 0px;
}

.text-list table tr td a {
    display: block;
}

.text-list table tr td a.ttl {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
}

.text-list table tr td a.more {
    font-size: 11px;
    margin-top: 5px;
}


.text-list table tr td span {
    display: block;
    font-size: 11px;
}