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



/* --- Banners =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.x_box_center_bnr {
	margin-top: 20px;
	text-align: center;
}
/* --- !!! --- */
.x_box_left_bnr {
	margin-top: 20px;
	text-align: center;
}
.x_box_left_bnr img {
	border: none;
}
/* --- !!! --- */
/* and_other_styles */
/* --- // Banners // --- */



/* --- 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 {
}
/* --- !!! --- */
.art-last-add {
	font-size: 1.5em;
	margin-bottom: 10px;
}
.art-name-add {
	font-size: 1.2em;
	margin-bottom: 10px;
}
/* --- // Articles // --- */



/* --- Core_downloads =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.downloads-list {
	margin-bottom: 20px;
}
.downloads-list li {
	list-style-type: none;
	padding: 3px 0px;
}
.downloads-list img {
	vertical-align: middle;
}
/* --- !!! --- */
.downloads-list a:link, .downloads-list a:visited {
	text-decoration: none;
}
.downloads-list a:hover {
	text-decoration: underline;
}
.downloads-list a:active {
}
/* --- !!! --- */
/* --- // Core_downloads // --- */



/* --- Core_levelitems =21.05.09.= ( + 'Core_subitems' )
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.level-list {
	margin-bottom: 20px;
	overflow: hidden;
}
.level-list li {
	list-style-type: none;
	width: 50%;
	float: left;
	padding: 3px 0px;
}
/* --- !!! --- */
.level-list a:link, .level-list a:visited {
	text-decoration: none;
}
.level-list a:hover {
	text-decoration: underline;
}
.level-list a:active {
}
/* --- !!! --- */
/* --- // Core_levelitems ( + 'Core_subitems' ) // --- */



/* --- 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 // --- */



/* ---  Controls_pager =21.05.09.= ( + 'Controls_pager_pub' )
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.pager-list {
	text-align: center;
	margin-bottom: 20px;
}
.pager-list li {
	display: inline;
}
.pager-list span {
	font-weight: bold;
}
/* --- !!! --- */
.pager-list a:link, .pager-list a:visited {
	text-decoration: none;
}
.pager-list a:hover {
	text-decoration: underline;
}
.pager-list a:active {
}
/* --- !!! --- */
/* --- // Controls_pager ( + 'Controls_pager_pub' ) // --- */



/* --- Faq =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.faq-block {
}
.faq-text {
}
.faq-quest {
	font-weight: bold;
}
.faq-answer {
	margin: 10px 0px 0px 10px;
}
/* --- // Faq // --- */



/* --- Feedback =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.feedback-block {
}
.feedback-text {
	overflow: hidden;
}
.feedback-image {
	width: 170px;
	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 {
	border: 1px solid #9b4e21;
}
/* --- // Feedback // --- */



/* --- Form_table =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	font-weight:bold;
}
.form td {
	padding: 3px 0px;
	vertical-align: middle;
}
.form .form-name {
	width: 180px;
}
.form .form-status {
	width: 20px;
}
.form .form-field {
}
/* --- !!! --- */
.form select {
	height: 20px;
	border: 1px solid #cdcdcd;
}
.form input {
	width: 98%;
	height: 20px;
	border: 1px solid #aaaaaa;
	padding: 0px 3px;
}
.form input.file-input {
	width: auto;
	height: 23px;
	padding: 0px;
}
.form input.captcha-text {
	width: 80px;
	float: left;
	margin-top: 8px;
	margin-right:10px;
}
.captcha-text img {
	background-color: #AAAAAA;
	color: #AAAAAA;
}
.captcha-img {
	vertical-align:middle;
	margin-right:6px;
	background-color:#ffffff;
	
}
.captcha-button {
	width: 210px;
	height: 22px;
	text-align: center;
	background: #e1e1e1 url(_button_bg.gif) repeat-x;
	border: 1px solid #b3b3b3;
	color: #000;
	cursor: pointer;
	margin:0px 0px 0px 0px;
}
.form textarea {
	width: 98%;
	height: 150px;
	border: 1px solid #aaaaaa;
	padding: 0px 3px;
}
.form input.button {
	width: 240px;
	height: 22px;
	text-align: center;
	background: #e1e1e1 url(_button_bg.gif) repeat-x;
	border: 1px solid #b3b3b3;
	color: #000;
	cursor: pointer;
	padding: 0px 15px;
	margin:8px 0px 0px 10px;
}
/* --- !!! --- */
.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 li {
	list-style:none;
}
.map-block span {
	color: #ff0000;
}
/* --- !!! --- */
.map-level-1 {
}
.map-level-1 li {
	padding: 5px 0px;
	list-style-type: none;
	font-size:16px;
}
.map-level-1 li a {
	font-size:16px;
}
/* --- !!! --- */
.map-level-2 {
	margin: 8px 0px 3px 30px;
}
.map-level-2 li {
	padding: 3px 0px;
	font-weight: normal;
	font-size:12px;
}
.map-level-2 li a {
	font-size:12px;
}
/* --- !!! --- */
.map-level-3 {
	margin: 4px 0px 0px 30px;
}
.map-level-3 li {
	padding: 1px 0px;
	font-size:11px;
}
.map-level-3 li a{
	font-size:11px;
}
/* --- !!! --- */
.map-block a{
	text-decoration: underline;
	color:#bd5b25;
}
.map-block a:hover  {
	text-decoration: none;
}
/* --- !!! --- */
/* --- // Map // --- */



/* --- News =218.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.news-block a.news_t{
	color:#ffffff;
	text-decoration:none;
}
.news-block a.news_t:hover {
	text-decoration:underline;
}
.news-block .line{
	clear:both;
	margin:10px 0px 10px 0px;
}
.news-date {
	font-size: 11px;
	margin-top:5px;
	color:#9C4E09;
}
.news-date2 {
	font-size: 12px;
	margin-bottom:15px;
	color:#9C4E09;
}
.news-name {
	font-size: 1.2em;
}
/* --- !!! --- */
.news-name a {
	text-decoration: none;
}
.news-name-add a {
	text-decoration: none;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}
.news-name-add a:hover {
	text-decoration: underline;
}
.news-name a:active, .news-name-add a:active {
}
/* --- !!! --- */
.news-last-add {
	font-size: 1.5em;
	margin-bottom: 10px;
}
.news-date-add {
	font-weight: bold;
	font-size: 0.9em;
}
.news-name-add {
	font-size: 1.2em;
	margin-bottom: 10px;
}
/* --- // News // --- */



/* --- Notices =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.notices-block {
}
.notices-text {
}
.notices-quest {
	color:#ffffff;
}
.notices-answer {
	margin: 5px 0px 0px 0px;
}
/* --- // Notices // --- */



/* --- Photo =21.05.09.= ( + 'Video' )
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.photo-block {
}
.video-block {
}
.media-block {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 20px;
}
.media-block td {
	text-align: center;
	padding: 10px;
	vertical-align: bottom;
}
.media-block td img {
	border: none;
	display: block;
	margin: 0px auto;
}
/* --- !!! --- */
a.media-link:link, a.media-link:visited {
	width: 150px;
	display: block;
	margin: 0px auto;
	border: 1px solid #cdcdcd;
	text-decoration: none;
}
a.media-link:hover {
	background: #eee;
}
a.media-link:active {
}
/* --- !!! --- */
.media-name {
	margin-top: 5px;
}
/* --- !!! --- */
.media-name a:link, .media-name a:visited {
	text-decoration: none;
}
.media-name a:hover {
	text-decoration: underline;
}
.media-name a:active {
}
/* --- !!! --- */
.media-div {
	margin-bottom: 20px;
	text-align: center;
}
/* --- // Photo ( + 'Video' ) // --- */



/* --- Products =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.prod-block {
}
/* --- !!! --- */
.prod-search-form {
	border: 1px dashed #ccc;
	background: #eee;
	padding: 5px;
	margin-bottom: 20px;
}
.prod-search-form select {
	margin-right: 5px;
}
.prod-search-form label input {
	width: auto;
	height: auto;
	border: none;
}
.prod-search-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;
	margin-left: 5px;
}
/* --- !!! --- */
.prod-image {
	overflow: hidden;
	float: left;
	position: relative;
}
/* --- !!! --- */
img.prod-descr-new, img.prod-descr-hit {
	position: absolute;
	top: 4px;
	left: 0px;
}
img.prod-descr-new {
	background: url(_prod_new.png) no-repeat;
}
img.prod-descr-hit {
	background: url(_prod_hit.png) no-repeat;
}
img.prod-descr2-hit {
	position: absolute;
	top: 4px;
	left: 10px;
	background: url(_prod_hit.png) no-repeat;
}
/* --- !!! --- */
.prod-name {
	font-size: 1.2em;
}
/* --- !!! --- */
.prod-name a:link, .prod-name a:visited, .prod-name-add a:link, .prod-name-add a:visited {
	text-decoration: none;
}
.prod-name a:hover, .prod-name-add a:hover {
	text-decoration: underline;
}
.prod-name a:active, .prod-name-add a:active {
}
/* --- !!! --- */
span.prod-sku {
	font-weight: bold;
	font-size: 0.8em;
}
span.inner-prod-sku {
	font-weight: bold;
	font-size: 1em;
}
.editor p.prod-price {
	padding: 10px 0px 0px 0px;
	font-weight: bold;
}
.prod-cart {
	margin-top: 10px;
}
/* --- !!! --- */
.prod-cart a:link, .prod-cart a:visited {
	text-decoration: none;
}
.prod-cart a:hover {
	text-decoration: underline;
}
.prod-cart a:active {
}
/* --- !!! --- */
a.put-in-cart-link:link, a.put-in-cart-link:visited {
	text-decoration: none;
}
a.put-in-cart-link:hover {
	text-decoration: underline;
}
a.put-in-cart-link:active {
}
/* --- !!! --- */
span.put-in-cart-empty {
}
span.put-in-cart-full {
}
/* --- !!! --- */
a.file-link:link, a.file-link:visited {
	display: block;
	height: 20px;
	line-height: 20px;
	float: left;
	background: #fff url(icon/pdf.gif) no-repeat;
	padding-left: 25px;
	margin-bottom: 20px;
	text-decoration: none;
}
a.file-link:hover {
	text-decoration: underline;
}
a.file-link:active {
}
/* --- !!! --- */
.prod-last-add {
	font-size: 1.5em;
	margin-bottom: 10px;
}
.prod-name-add {
	font-size: 1.2em;
	margin-bottom: 10px;
}
.prod-name-add span {
	font-weight: bold;
	font-size: 0.8em;
}
/* --- // Products // --- */



/* --- Cart =21.05.09.= { + 'Order' }
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.cart-block {
}
.cart-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.cart-table caption {
	padding: 0px 0px 5px 5px;
	font-weight: bold;
	text-align: left;
}
.cart-table td {
	border: 1px solid #cdcdcd;
	padding: 3px 5px;
	text-align: right;
} 
/* --- !!! --- */
td.left-text {
	text-align: left;
}
td.center-text {
	text-align: center;
}
/* --- !!! --- */
.cart-table-head {
	background: #eee;
	color: #6b6b6b;
	font-weight: bold;
}
/* --- !!! --- */
.cart-form {
}
.cart-form input {
	width: 50px;
	height: 20px;
	border: 1px solid #cdcdcd;
	padding: 0px 3px;
	text-align: right;
}
/* --- !!! --- */
.cart-table-button {
}
.cart-table-button td {
	border: none;
	padding: 5px;
	text-align: center;
}
.cart-table-button input.button {
	width: auto;
	height: 20px;
	background: #e1e1e1 url(_button_bg.gif) repeat-x;
	border: 1px solid #b3b3b3;
	color: #000;
	cursor: pointer;
	padding: 0px 15px;
}
/* --- !!! --- */
.cart-table a:link, .cart-table a:visited {
	text-decoration: none;}
.cart-table a:hover {
	text-decoration: underline;
}
.cart-table a:active {
}
/* --- !!! --- */
.prod-cart-add {
	font-size: 1.5em;
	margin-bottom: 20px;
}
/* --- // Cart { + 'Order' } // --- */



/* --- Search =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.search-block {
}
.search-form {
	margin-bottom: 10px;
}
.search-form input {
	width: auto;
	height: 20px;
	border: 1px solid #cdcdcd;
	padding: 0px 3px;
}
.search-form label {
	margin-right: 5px;
}
.search-form label input {
	width: auto;
	height: auto;
	border: none;
	margin: 0px 5px;
	padding: 0px;
}
.search-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;
}
.search_query {
	margin-bottom: 10px;
}
.search-list-all {
}
span.search_highlight {
	background: #edecec;
}
.search-name {
	font-size: 1.2em;	
}
/* --- !!! --- */
.search-name a:link, .search-name a:visited {
	text-decoration: none;
}
.search-name a:hover {
	text-decoration: underline;
}
.search-name a:active {
}
/* --- !!! --- */
.search-text {
	margin: 5px 10px;
}
/* --- // Search // --- */



/* --- Subscribe =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.subscribe-block {
}
.subscribe-form {
	width: 100%;
}
.subscribe-form p {
	font-weight: bold;
}
.subscribe-form input {
	width: 96%;
	height: 20px;
	border: 1px solid #cdcdcd;
	padding: 0px 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;
	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	{
	margin-bottom: 5px;
}
.subscribe_messages_ok	{
	color: #006400;
	margin-bottom: 5px;
}
/* --- !!! --- */
/* --- // Subscribe // --- */



/* --- Vacancies =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.vac-block {
}
.vac-date {
	font-weight: bold;
	font-size: 0.9em;
	color: #666;
}
.vac-name {
	font-size: 1.2em;
	font-weight: bold;
}
.vac-name span {
	font-weight: normal;
}
/* --- // Vacancies // --- */































/* --- Voting =21.05.09.=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.voting-block {
}
.voting-name {
	font-weight: bold;
}
.voting-name span {
	font-weight: normal;
	padding-right: 5px;
}
/* --- !!! --- */
.voting-name a:link, .voting-name a:visited {
	text-decoration: none;
	font-weight: normal;
}
.voting-name a:hover {
	text-decoration: underline;
}
.voting-name a:active {
}
/* --- !!! --- */
.voting-numb {
	margin: 5px 0px;
	font-style: italic;
}
.voting-form {
	margin: 10px;
}
.voting-form label {
	cursor: pointer;
}
.voting-form label input {
	margin: -2px 5px 0px 0px;
}
.voting-items {
	margin-bottom: 5px;
}
.voting-items img {
	border: 1px solid #9D9694;
	margin: 0px 5px;
}
.voting-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;
}
.voting-last-block {
	margin: 30px 0px;
}
.voting-last-add {
	font-size: 1.5em;
	margin-bottom: 5px;
}
/* --- !!! --- */
#goBack {
	text-align: center;
	padding-top: 5px;
}
/* --- !!! --- */
#voteMsg {
	display: none;
	text-align: center;
}
.voting-message-ok {
	color: #006400;
	padding-bottom: 10px;
}
.voting-message-err {
	color: #ff0000;
	padding-bottom: 10px;
}
/* --- !!! --- */
.voting-hide-block {
	display: none;
	margin: 5px 0px 5px 145px;
}
.voting-hide-votes {
	font-weight: bold;
	padding-bottom: 5px;
}
/* --- // Voting // --- */






























/* --- 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;
	height: 20px;
	border: 1px solid #cdcdcd;
	padding: 0px 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: none;
}
.user-table a:hover, .form a:hover {
	text-decoration: underline;
}
.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 {
	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 {
	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: 100;
	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: 200;
}
#psWindow {	/* Content_block */
	background: #fff;
	padding: 15px;
	position: absolute;
	z-index: 200;
}
#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;	
	color:#000000;
}
/* --- !!! --- */
.psRules {	/* Rulse_block */
	position: relative;
}
.psCloseImg {	/* Close_image */
	border: none;
	position: absolute;
	top: -11px;
	right: -11px;
}
/* --- !!! --- */























/* --- !!! --- */
#psPanel {
	width: 140px;
	height: 100%;
	background: #000;
	opacity: 0.9;
	z-index: 2000;
	position: fixed;
	right: 0px;
	top: 0px;
	padding: 0px 5px 0px 5px;
}
#psIcoWrapper {
	width: 140px;
	position: fixed;
	top: 0px;
	right: 0px;
}
#psCenter {
	width: 140px;
}
/* --- !!! --- */
#icoTable {
}
#icoTable td {
	padding: 5px 0px 5px 0px;
}
.icoTd div {
	border: 5px solid #000;
}
.icoTdhover div {
	border: 5px solid #333;
}
.icoTdActive div {
	border: 5px solid #FDFBF8;
}
/* --- !!! --- */
.psIco {
	width: 120px;
	height: 70px;
	cursor: pointer;
}
/* --- !!! --- */



/* --- // Popup_windows // --- */
