
/* 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 qua */
/* стилевой файл для шаблона qua*/

.qua {
    width: 90%;
}

.qua .t {
    width: 100%;
}

hr {
    width: 80%;
    margin: 15px 0px 0px 0px;  
}

.qua .i {
    width: 80%;
}

.qua .t input,
.qua .t textarea {
    width: 99%;
}

.qua input.button {
    border: 1px solid #fff;
    padding: 5px 10px 5px 10px;
    background-color: #c61c16;
    color: #fff;
    font-weight: bold;
    width: 100px;
}

.buttons {
    text-align: right;
}


.error {    
    color: #f00;
    margin: 15px 0px 0px 0px;   
}

.ok {    
    color: #000;
    margin: 15px 0px 0px 0px;   
}

/* stylesheet for the template list */
/* стилевой файл для шаблона faq.list*/

.faq {
    width: 90%;
    padding-top: 20px;
    padding-right: 20px;
}

.faq a,
.faq a:hover {
    color: #797979;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;

    display: block;
    background-image: url(/resources/images/layout/question.gif);
    background-repeat: no-repeat;
    background-position: left 3px;
}

.faq span {
    color: #797979;
    font-size: 11px;

    margin-top: 5px;
    display: block;
    background-image: url(/resources/images/layout/answer.gif);
    background-repeat: no-repeat;
    background-position: left 5px;              
}
