/* ----- '_tpl.css' - =21.05.09.= Support styles ----- */
/* --- !!! --- */
.err-block {
	text-align: center;
	color: #ff0000;
	margin-bottom: 10px;
}
.info-block {
	text-align: center;
	color: #006400;
	margin-bottom: 10px;
}
.red-text {
	color: #ff0000;
}
/* --- !!! --- */
.clear-line {
	clear: both;
	padding-bottom: 10px;
}
.list-clear-line {
	clear: both;
	padding-bottom: 30px;
}
/* --- !!! --- */
.other-block {
	clear: both;
	padding-bottom: 20px;
}
/* --- !!! --- */
a.read-more-link:link, a.read-more-link:visited {
	text-decoration: none;}
a.read-more-link:hover {
	text-decoration: underline;
}
a.read-more-link:active {
}
/* --- !!! --- */

a.back-link:hover {
	text-decoration: underline;
}
a.back-link:active {
}
/* --- !!! --- */
a.print-link {
	text-decoration: none;

}
a.print-link:hover {
	text-decoration: underline;
}

/* --- !!! --- */
a.url-link:link, a.url-link:visited {
	text-decoration: none;

}
a.url-link:hover {
	text-decoration: underline;
}
a.url-link:active {
}
/* --- !!! --- */


/* --- Articles =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.art-block {
}
.art-name {
	font-size: 1.2em;

}
/* --- !!! --- */
.art-name a:link, .art-name a:visited, .art-name-add a:link, .art-name-add a:visited {
	text-decoration: none;

}
.art-name a:hover, .art-name-add a:hover {
	text-decoration: underline;
}
.art-name a:active, .art-name-add a:active {
}
/* --- !!! --- */




/* - edited by Tarik 21.07.2011 - */
.art-last-add {
	margin: 10px 0;
	font-size: 18px;
}
.last_art {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
	.last_art li {
		margin: 10px 0;
		list-style: none;
	}
		/* --- !!! --- */
		.last_art p {
			margin: 0;
			padding: 5px 0 10px;
			overflow: hidden;
		}
			.last_art img {
				border: none;
				margin-right: 10px;
				float: left;
			}
		/* --- !!! --- */
		.last_art a {
			text-decoration: none;
		}
		.last_art a:hover {
			text-decoration: underline;
		}
/* --- // Articles // --- */


/* --- Core_path - =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.page-list {
	margin-bottom: 20px;
}
.page-list li {
	display: inline;
}
.page-list span {
	font-weight: bold;
}
/* --- !!! --- */
.page-list a:link, .page-list a:visited {
	text-decoration: none;
}
.page-list a:hover {
	text-decoration: underline;
}
.page-list a:active {
}
/* --- !!! --- */
/* --- // Core_path // --- */



/* --- Feedback =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.feedback-block {
}
.feedback-text {
	overflow: hidden;
}
.feedback-image {
	width: 150px;
	padding: 0px 10px;
	margin-bottom: 20px;
	float: right;
	text-align: center;
}
.feedback-image p {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}
.feedback-image img {
	width: 130px;
	height: 88px;
	border: 1px solid #cdcdcd;
}
/* --- // Feedback // --- */



/* --- Form_table =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.form td {
	padding: 3px 0px;
	vertical-align: middle;
}
.form .form-name {
	width: 160px;
}
.form .form-status {
	width: 20px;
}
.form .form-field {
}
/* --- !!! --- */
.form select {
	padding: 2px 0px;
	border: 1px solid #cdcdcd;
}
.form input {
	width: 98%;
	border: 1px solid #cdcdcd;
	padding: 2px 3px;
}
.form input.file-input {
	width: auto;
	height: 23px;
	padding: 0px;
}
.form input.captcha-text {
	width: 80px;
	float: left;
	margin-top: 8px;
}
.form textarea {
	width: 98%;
	height: 150px;
	border: 1px solid #cdcdcd;
	padding: 2px 3px;
}
.form input.button {
	width: auto;
	height: 20px;
	text-align: center;
	background: #e1e1e1 url(_button_bg.gif) repeat-x;
	border: 1px solid #b3b3b3;
	color: #000;
	cursor: pointer;
	padding: 0px 15px;
}
/* --- !!! --- */
.form .state_required {
	background: url(psFormValidator/required.gif) no-repeat center center;
}
.form .state_invalid {
	background: url(psFormValidator/invalid.gif) no-repeat center center;
}
.form .state_validated {
	background: url(psFormValidator/validated.gif) no-repeat center center;
}
.form .state_required_invalid {
	background: url(psFormValidator/required_invalid.gif) no-repeat center center;
}
/* --- !!! --- */
/* --- // Form_table // --- */



/* --- Links =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.links-block {
}
.links-name {
	font-size: 1.2em;
}
/* --- !!! --- */
.links-name a:link, .links-name a:visited {
	text-decoration: none;
}
.links-name a:hover {
	text-decoration: underline;
}
.links-name a:active {
}
/* --- !!! --- */
/* --- // Links // --- */



/* --- Map =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.map-block {
}
.map-block span {
}
/* --- !!! --- */
.map-level-1 {
	color:#215AAF;
}
.map-level-1 li {
	font-size: 1.3em;
	padding: 3px 0px;
	font-weight: bold;
	list-style-type: none;
}
/* --- !!! --- */
.map-level-2 {
	margin: 8px 0px 3px 10px;
}
.map-level-2 li {
	font-size: 0.9em;
	padding: 2px 0px;
	font-weight: normal;
}
/* --- !!! --- */
.map-level-3 {
	margin: 4px 0px 0px 10px;
}
.map-level-3 li {
	font-size: 0.9em;
	padding: 0px;
}
/* --- !!! --- */
.map-block a:link, .map-block a:visited {
	text-decoration: none;}
.map-block a:hover {
	text-decoration: underline;
}
.map-block a:active {
}
/* --- !!! --- */
/* --- // Map // --- */





/* --- Reg =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.user-block {
}
.user-form {
}
.user-table {
	border-collapse: collapse;
	margin: 0px auto;
}
.user-table td {
	padding: 3px 0px;
	vertical-align: middle;
}
td.fields-td img {
	margin: 0px 5px;
}
.center-text {
	text-align: center;
}
/* --- !!! --- */
.user-form input {
	width: 200px;
	border: 1px solid #cdcdcd;
	padding: 2px 3px;
}
.user-form input.check {
	width: auto;
	height: auto;
	border: none;
	margin: 0px 5px;
	padding: 0px;
}
.user-form input.button {
	width: auto;
	height: 20px;
	text-align: center;
	background: #e1e1e1 url(_button_bg.gif) repeat-x;
	border: 1px solid #b3b3b3;
	color: #000;
	cursor: pointer;
	padding: 0px 15px;
}
/* --- !!! --- */
.user-table a:link, .user-table a:visited, .form a:link, .form a:visited {
	text-decoration: underline;
	color: #215aaf;
}
.user-table a:hover, .form a:hover {
	text-decoration: none;
}
.user-table a:active, .form a:active {
}
/* --- !!! --- */
.form td.title-td {
	font-size: 1.5em;
	padding: 5px 0px 10px 0px;
}
.form td.calendar-td {
}
.form td.calendar-td input {
	width: 80px;
}
.form td.calendar-td img {
	border: none;
	vertical-align: middle;
}
/* --- !!! --- */
.form td.image-td {
}
.form input.check {
	width: auto;
	height: auto;
	border: none;
	padding: 0px;
}
.form td.image-td img {
	display: block;
	margin: 5px 0px;
}
/* --- // Reg // --- */

/* --- Reg_index --- */
.reg-index-block {
	margin-bottom: 20px;
}
/* --- #tabDiv --- */
#tabDiv.show {
	margin-bottom: 15px;
	height: 22px;
	border-bottom: 1px solid #d9d9d9;
}
#tabDiv.show .tab, #tabDiv.show .hide {
	float: left;
	height: 100%;
	margin-right: 5px;
	border: 1px solid #d9d9d9;
	border-bottom: none;
}
#tabDiv.show .hide {
	height: 21px;
	border-bottom: 1px solid #fff;
}
#tabDiv.show .tab div, #tabDiv.show .hide div {
	height: 100%;
	line-height: 22px;
	padding: 0px 12px;
	background: url(_reg_tab.gif) no-repeat;
	position: relative;
	top: -1px;
	left: -1px;
}
/* --- // #tabDiv // --- */
/* --- #subtabDiv --- 
#subtabDiv.show {
	height: 22px;
	border-bottom: 1px solid #d9d9d9;
}
#subtabDiv.show .tab {
	height: 100%;
}
#subtabDiv.show .tab div {
	float: left;
	height: 100%;
	margin-right: 5px;
	border: 1px solid #d9d9d9;
	border-bottom: none;
}
#subtabDiv.show .tab div.curr {
	height: 21px;
	border-bottom: 1px solid #fff;
}
#subtabDiv.show .tab div div {
	float: none;
	margin-right: 0px;
	border: none;
	line-height: 22px;
	padding: 0px 12px;
	background: url(_reg_tab.gif) no-repeat 0px 0px;
	position: relative;
	top: -1px;
	left: -1px;
}
--- // #subtabDiv // --- */
/* --- !!! --- */
#tabDiv.show .tab div {
	color: #215aaf;
	cursor: pointer;
}
#tabDiv.show .tab div:hover { /* Do_not_work_in IE_6 */
	text-decoration: underline;
}
#tabDiv.show .hide div {
	color: #6b6b6b;
	cursor: default;
}
/* --- !!! --- */
#subtabDiv.show .tab div div {
	color: #215aaf;
	cursor: pointer;
}
#subtabDiv.show .tab div div:hover { /* Do_not_work_in_IE_6 */
	text-decoration: underline;
}
#subtabDiv.show .tab div.curr div {
	color: #6b6b6b;
}
#subtabDiv.show .tab div.curr div:hover {
	text-decoration: none;
	cursor: default;
}
/* --- !!! --- */
/* --- Reg_index --- */



/* --- Popup_windows =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
#psCloseBackGround {	/* Dark_background */
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 4000;
	opacity: 0.6;
}
#psLoader {	/* Loader_block */
	width: 240px;
	height: 55px;
	background: #fff url(_loader.gif) no-repeat 10px 40px;
	position: absolute;
	border: 1px solid #999;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	padding: 15px 0px 0px 0px;
	z-index: 2000;
}
#psWindow {	/* Content_block */
	/*background: #fff;
	padding: 15px;
	*/
	position: absolute;
	z-index: 4500;
}
/*
#psWindow img {
	cursor: pointer;
}
*/
/* --- !!! --- */
#psClose {	/* Close_image */
	position: relative;
	padding-bottom: 3px;
}
#psClose img {
	position: absolute;
	top: -11px;
	right: -11px;
	cursor: pointer;
}
/* --- !!! --- */
#psTitle {	/* Title_image */
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;	
}
/* --- !!! --- */
.psRules {	/* Rulse_block */
	width:900px;
	position: relative;
	z-index:5000;
}
.psCloseImg {	/* Close_image */
	border: none;
	position: absolute;
	top: -11px;
	right: -11px;
}
/* --- !!! --- */

/* =subscribe_index
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.subscribe-block {
}
.subscribe-form {
	width: 100%;
}
.subscribe-form p {
	font-weight: bold;
}
.subscribe-form input {
	width: 96%;
	border: 1px solid #cdcdcd;
	padding: 3px;
	margin: 3px 0px;
}
.subscribe-form input.button {
	display: block;
	clear: both;
	width: auto;
	height: 20px;
	text-align: center;
	background: #e1e1e1 url(_button_bg.gif) repeat-x;
	border: 1px solid #b3b3b3;
	color: #000;
	cursor: pointer;
	padding: 0px 15px;
	margin: 0px auto;
}
/* --- // --- */
.subscribe-form a:link, .subscribe-form a:visited {
	display: block;
	width: 80px;
	clear: both;
	text-decoration: none;
	color: #ff0000;
	padding-left: 20px;
	margin: 3px auto;
}
.subscribe-form a:hover {
	text-decoration: underline;
}
.subscribe-form a:active {
}
/* --- // --- */
a.subscribe {
	background: url(_subscribe_on.gif) no-repeat left center;
}
a.unsubscribe {
	background: url(_subscribe_off.gif) no-repeat left center;
}
/* --- // --- */
#subscribe_hide {
	background: #000;

	opacity: 0.6;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	text-align: center;
}
#subscribe_hide img {
	position: relative;
	top: 50%;
	margin-top: -33px; /* Half of the height of the image */
}
/* --- !!! --- */
#subscribe_messages {
	text-align: center;
}
.subscribe_messages_err	{
	color: #ff0000;
	margin-bottom: 5px;
}
.subscribe_messages_ok	{
	color: #006400;
	margin-bottom: 5px;
}
/* --- !!! --- */
























.com {
	margin: 20px 0px;
}
.com-title {
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
}
.com-content {
	margin-bottom: 20px;
	overflow: hidden;
}
.com-content p {
	padding: 0px;
}
p.com-p-left {
	float: left;
	font-size: 11px;
	color: #215aaf;
}
p.com-p-right {
	float: right;
	font-size: 11px;
	color: #848485;
}
div.com-p-text {
	border-top: 1px dotted #c1c2c2;
	border-bottom: 1px dotted #c1c2c2;
	font-size: 12px;
	color: #36393e;
	margin-bottom: 5px;
	clear: both;
}
/* --- !!! --- */
a.com-ans {
	display: block;
	width: 90px;
	height: 14px;
	line-height: 14px;
	border: 1px solid #c3c3c3;
	background: #fff url(_button_bg2.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 10px;
}
/* --- !!! --- */
.com-pager {
	padding: 0px;
	margin-bottom: 20px;
}
/* --- !!! --- */
.com-answer {
	overflow: hidden;
	color: #848485;
	font-size: 11px;
	margin-bottom: 10px;
}
.com-answer strong {
	display: block;
	float: left;
	width: 60px;
}
.com-answer-block {
	margin-left: 60px;
}
.com-answer-block span {
	font-size: 11px;
}

.com-answer blockquote {
	font-style: italic;
}
/* --- !!! --- */
form.com-form {}
form.com-form label {
	line-height: 1.1;
}
form.com-form input#com-check-1, form.com-form input#com-check-2 {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}
/* --- !!! --- */


/* --- 30.09.2010 by Tarik --- */
.test-form {
	margin: 10px 0;
}
	.test-form fieldset {
		padding: 0;
		margin: 0;
		border: none;
	}
		.test-form span input {
			padding: 1px;
			border: 1px solid #7f9db9;
		}
		.test-form span .test-focus-input {
			border: 1px solid #f00;
		}
		/* --- !!! --- */
		.test-ok-word {
			font-weight: bold;
			color: #006400;
		}
		/* --- !!! --- */
		.test-form-message {
			display: none;
		}
		.test-form-message-hover, .test-form-message_loader{
			display: block;
			padding-bottom: 5px;
			color: #f00;
            
		}
        
        .test-form-message_loader{
            background: url('_tpl_loader_small.gif') no-repeat;
            padding-left: 40px;
            color:#999;
        }
        
		.test-form-buttons {}
			.test-form-buttons input {}
		/* --- !!! --- */
		.test-finish-block {
			display: none;
		}
		.test-finish-block-hover {
			display: block;
		}
/* --- // 30.09.2010 by Tarik // --- */

/* --- // 20.01.2010 by Khaletskiy // --- */

.x-test, .rating{
    padding: 3px 8px 8px 8px;
    margin-bottom: 10px;
    border: 1px solid #b8b8b8;
    text-align: justify;
	width:542px
}

.x-test fieldset{
    border: none;
}

.rating{
    margin: 0 auto;
    width:450px;
    border-collapse: collapse;
    text-align: center;
}

.rating .rating_row{
    border-bottom: 1px solid #b8b8b8;
}

.rating .rating_header{
    border-bottom: 2px solid #b8b8b8;
    color: #3D5AAA;
    text-align: center;
}

.rating td.number{
    width: 20%;
}

.rating td.rating_num{
    width: 20%;
}

.rating_form{
    margin-bottom: 40px;
    text-align: right;
}

.rating_form .select_period{
    margin-left: 15px;
}

.rating_search{
   
    margin-top: 10px;
    padding: 0px 8px 0px 8px;
}

.block_name{
    float: left;
}

.block_rating{
    float: right;
}

.loader-xtest {
    background: url('_tpl_loader_small.gif') no-repeat;
    padding-left:40px;
	font-size: 11px;
    color: #3d5aaa;
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.result-xtest,
.not-correct {
	background: none;
    /*padding-left: 0;*/
}
.result-xtest,
.result-xtest-color {}
.not-correct,
.not-correct-color {
	 color: #f00;
}



.xtest-question{
    margin-bottom: 10px;
    padding: 0;
}

.hidden-item{
    display: none;
}

.visible-rad{
    display: block;
}

#last-quest-block{
    text-align: center;
}

#xtest-next-quest{
    margin: 1px auto 0px auto;
    width: 150px;
}
/* --- !!! --- */
.test-radio-yes {
	/*color: #339900;*/
	color: #3d5aaa;
	font-weight: bold;
}
.test-radio-no {
	color: #FF0000;
	font-weight: bold;
}
/* --- !!! --- */
.rating-form {
	width: 500px;
}
.rating-form input {
	width: 332px;
}
.rating-form select {
	width: 340px;
	cursor: pointer;
}
/* --- !!! --- */
.rating-table {
	width: 500px;
	border-collapse: collapse;
}
	.rating-table td,
	.rating-table th {
		padding: 2px 5px;
		border: 1px solid #B8B8B8;
	}
	.rating-table th {
		background: #eee;
	}
/* --- !!! --- */
.editor span p {
	padding: 0;
	margin-bottom: 10px;
}

.test-no-show,
.editor .test-no-show {
	display: none;
}
.test-show,
.editor .test-show {
	display: block;
	margin: 10px 0;
}
/* --- !!! --- */

/* --- dictionary --- */
.dict_word {}
	.dict_word img {
		border: none;
		vertical-align: middle;
	}
/* --- !!! --- */
.dict_block {
	width: 300px;
	border: 1px solid #b8b8b8;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background: #fff;
	text-align: left;
	position: absolute;
	top: auto;
	right: auto;
}
	.dict_block .dict_title {
		padding: 0;
		margin: 15px;
		font-size: 1.2em;
		color: #215aaf;
	}
	/* --- !!! --- */
	.dict_block .dict_list_title {
		padding: 0;
		margin: 0 0 5px;
		font-weight: bold;
		line-height: 1;
	}
	/* --- !!! --- */
	.dict_block .dict_list {
		padding: 0;
		margin: 0;
		list-style: none;
	}
		.dict_block .dict_list li {
			padding-right: 25px;
			margin: 5px 0;
			list-style: none;
			background: #f0f0f0;
			position: relative;
		}
			.dict_block .dict_list li span {}
			.dict_block .dict_list li img {
				position: absolute;
				top: 1px;
				right: 1px;
				cursor: pointer;
			}
	/* --- !!! --- */
	.dict_block div {
		margin: 15px;
	}
		.dict_block div label {
			font-weight: bold;
			line-height: 1;
		}
		.dict_block div input {
			display: block;
			width: 98%;
			margin-top: 5px;
		}
	/* --- !!! --- */
	.dict_block .dict_buttons {
		text-align: right;
	}
		.dict_block .dict_buttons button {
			cursor: pointer;
		}
/* --- !!! --- */
.dict-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}
	.dict-table th,
	.dict-table td {
		padding: 5px 15px;
		border: 1px solid #b8b8b8;
		white-space: nowrap;
	}
	.dict-table th {
		background: #f0f0f0;
	}
	.dict-table td {}
	/* --- !!! --- */
	td.dict-cell-br {
		white-space: normal;
	}
	.dict-cell-center {
		text-align: center;
	}
	.dict-cell-width {
		width: 100%;
	}
		/* --- !!! --- */
		.dict-table img {
			border: none;
			vertical-align: bottom;
		}
/* --- !!! --- */
.dict-form-title {
	margin: 20px 0;
	font-size: 1.4em;
	letter-spacing: -1px;
}
/* --- // dictionary // --- */
