
/* stylesheet for the template TEMPLATE_DEFAULT */
/* стилевой файл для шаблона */ 
.message_ok {
	color: #00aa00 !important;
    font-size: 11px;
    font-weight: normal !important;
}

.message_error {
	font-size: 11px;
    color: #f00; 
    font-weight: bold;
}
/* stylesheet for the template item */

/* text */

.text {
    color: #4f4f4f;
    font-size: 12px;
    padding-bottom: 30px;
}   

.text img {
    border: 4px solid #a4a4a4;
}

.text img.noborder {
    border: 0px;
}

.text img.logo {
    border: 0px;
}

.text a, .text a:visited,
.text a:hover, .text a:visited:hover {
    color: #c51418;
}


/* text */
