/*  === Вывод теста === */

.testme_area {
}

/*  Форма теста */
form.testme_form {
	text-align:left;
}

/* Заголовок теста */
.testme_title h3 {}

/* Описание теста */
.testme_description {}

/* Блок с вопросом и ответами к нему */
.testme_question {    border-top: 2px dotted #99cc33; margin-top: 20px;}

/* Текст вопроса */
.testme_question_text {
	margin-top:20px;
   
}
.testme_question_nom {
color: #99cc33;
    font-size: 20px;
    float: left;
    margin-right: 7px;
    margin-top: -7px;	
   display:none;
}
.testme_question_text1 {
font-weight: bold;
   
}
.testme_question_text:after{content:'';display:block; clear:both;}
/* Блок с ответом */
.testme_answer_block {
    border: 1px solid #e2e2e2;
    padding: 4px 10px;    
	margin-bottom: 5px;
}


/* Радио-кнопка для выбора ответа */
.testme_answer {
	padding:20px;    
	margin-right: 5px;
    vertical-align: middle;
}

/* Текст ответа */
.testme_question label {
    margin-bottom: 0px;
}

/* Параметры кнопки */
.testme_button {
    margin-top: 20px;
    padding: 3px 15px 3px 15px;   
}

/*  === Результаты === */

/* Оболочка, в которую записывается результат */
#testme_result {
	padding-top:30px;
}

/* Весь блок с результатами */
.testme_result_block {
	margin: 10px;
	line-height: 30px;
}

/* Надпись перед показом результатов */
.testme_before_results {
    color: #99cc33;
}

/* Заголовок результата */
.testme_result_title {
    text-transform: none;
    margin-bottom: 0px;
    font-size: 16px;
}
.testme_result_title span{font-size: 22px;}
/* Описание результата */
.testme_result_text {}

/* Картинка */
.testme_image {}

/* Стили для блоков с кодами для тестов и форумов */
.testme_code {
    clear:both;
}

.testme_code textarea {
    height: 100px;
    width: 99%;
}


/*  === Ошибки === */

/* Ошибка, если отвечены не все вопросы */
.testme_error {
    border:1px solid red;
    padding: 10px;
}

/*  === Ссылка === */

/* ссылка на сайт */
.testme_backlink {
    padding-right:30px;
    padding: 15px 0 0 0;
    font-size: 80%;
    text-align:right;
}

/* ***** Для версии 1.2 *****/

/* Результат теста в баллах */
.testme_your_score {
}

/* Для незарегистрированных */
.testme_not_logged {
    margin-top:15px;
    padding: 10px;
    border:1px dashed #CCCCCC;;
    font-weight: bold;
    color: #666600;
}

/* Список вопросов, когда нет права проходить тест */
.testme_asnwer_list {

}

.testme_asnwer_list li {
    list-style-position: inside;
    list-style-type:circle;
}

/*  Ширина картинки не превышает ширину колонки */	

.testme_result_block .testme_result_image  {
    max-width: 100%;
}