
body {
  background:#FFFFFF;
  text-align:center;
  margin:0px;
  padding:0px 0px 0px 0px;
  font-size:11px;
  font-family:Arial;
  color:#4E4E4E;
}
p, h1, h2, h3, h4, h5, ul {
  margin:0px;
  padding:0px;
  padding-bottom:6px
}
form {
  margin:0px;
  padding:0px;
}
a {
  color:#21465F;
  text-decoration:underline;
}
a:hover {
  text-decoration:underline;
}
h1 {
  font:16px Arial;
  color:#326D95
}
h1 b {
  font-weight:normal;
  color:#666666
}
.title {font-size:18px; color:#ffffff; }
.category {font-size:16px; color:#ffffff;}

.akciya {color:#FFFFFF; text-decoration: none; font-weight:bold;  font-style:italic; background-color:#B71F26;}
.akciya:hover {color:#FFFFFF; text-decoration: none; font-weight:bold;  font-style:italic; background-color:#B71F26;}

.info {font-size:13px; color:#21465F;}
.info small {font-size:10px; color:#21465F;}

.a_white {color:#ffffff; text-decoration: underline; }
.a_white:hover {color:#21465F; text-decoration: underline; }

.begin_search {font-size:12px; color:#9AC0DA; text-decoration: none; font-weight:bold;  }
.begin_search:hover {font-size:12px; color:#ffffff; text-decoration: none;  font-weight:bold; }

.a_dark {color:#21465F; text-decoration: underline; }
.a_dark:hover {color:#ffffff; text-decoration: underline; }

.catalog {font-size:9px; color:#ffffff; font-weight:bold;}
.catalog_sub {color:#21465F;}
.catalog_selected {font-size:9px; color:#21465F; font-weight:bold;}

.input_white {  border:0px; background-color:#ffffff; color:#9AC0DA; height:15;}
.input_form {  font-size: 12px; border:1px solid #D0D0D0; color:#4E4E4E;}
.button {color: #ffffff; border:1px solid #ffffff; color:#ffffff; background-color:#DF7C00;}
.nav_td {background-repeat:no-repeat;}

h2, .content {
  font:16px Arial;
  color:#326D95
}
h3 {
  font:14px Arial;
  color:#326D95
}
h4 { 
  font:12px  Arial
  color:#326D95
}
li {
  margin:0px;
  padding:0px;
  margin-left:20px;
  list-style:square
}
input, select, textarea, option {
  font-size:11px;
  font-family:Arial;
  color:#000000;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	border:4px solid #666666;
        padding:15px;
	background: #FFFFFF;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 0px 0 0 0px;
	border: 1px solid #aaaaaa;
}

#TB_caption{
	height:25px;
	padding:5px 10px 10px 0px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:2px 0px 10px 0;
	float:right;
}
#TB_closeWindowButton {
  display:block;
  width:auto;
  padding:2px 2px 2px 2px;
  background:url(/images/delete.gif) no-repeat right 2px;
  text-decoration:none;
  font:bold 11px Arial
}
#TB_closeWindowButton b {
}
#TB_closeAjaxWindow{
	padding:0px 0px 5px 0;
	margin-bottom:1px;
}

#TB_ajaxWindowTitle{
  display:none;
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	text-align:right;
}
#TB_title{
	float:right;
        width:auto;
}

#TB_ajaxContent{
	clear:both;
	/*padding:2px 15px 15px 15px;*/
	padding:0px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	/*padding:15px;*/
}

#TB_ajaxContent p{
	/*padding:5px 0px 5px 0px;*/
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
#form {
  margin-top:10px;
  font-size:11px;
}

#form th {
  vertical-align:top;
  width:140px !important;
  padding-left:10px;
  padding-right:0px;
  text-align:right;
  font-weight:bold;
}
#form th b {
}
#form td {
  padding-left:8px;
  padding-right:0px;
  vertical-align:top;
}
#form td.sm {
  padding-left:0px;
}
#form td.group {
  font-weight:bold;
}
#form input.input, #form textarea {
  width:500px;
}
#form textarea, #form input.input, #form input.input2 {
  border:2px solid #E1E3E3;
  padding:2px;
  background:#fefefe;
}
#form textarea {
  height:40px;
}
.need, .req {
  color:#CC0000;
  font:bold 12px Tahoma, Arial
}
div.message {
  font-weight:bold;
  color:#A00F00;
  margin:15px;
  text-align:center;
}
div.message a {
  text-decoration:underline
}
img.left {
  margin:0px 15px 15px 0px;
  float:left;
}
img.right {
  margin:0px 0px 15px 15px;
  float:right;
}
ul.sitemap {
}
ul.sitemap ul.sitemap li {
  background:url(/images/li.gif) no-repeat 0px 5px;
  text-transform:none;
  font-weight:normal;
  padding:0px 0px 0px 15px;
  font-size:12px;
}
ul.sitemap ul.sitemap li a {
  text-decoration:underline
}
ul.sitemap ul.sitemap {
  margin:5px 5px 5px 15px;
}
ul.sitemap li {
  background:none;
  padding:1px 0px;
  margin:0px;
  text-transform:uppercase;
  font-size:18px;
}
ul.sitemap li a {
  text-decoration:none;  
}
.paginal {
  clear:both;
  margin-top:20px;
  padding:10px 15px 10px 15px;
  color:#767676;
  background:#eeeeee;
}
.paginal a {
  color:#666666;
  text-decoration:none;
  border:1px solid #cccccc;
  background:#ffffff;
  padding:2px 6px;
  margin-right:3px;
  font:bold 12px Arial;
}
.paginal a.act, .paginal a.act:hover {
  border:1px solid #1A8FD2;
  background:#1A8FD2;
  color:#FFFFFF;
  font-weight:bold;
}
.paginal a:hover {
  background:#FFFFFF;
  color:#000000;
}
.paginal span {
  margin:0px 5px;
  font-weight:bold;
}
table.table {
  margin-bottom:15px;
}
table.table td {
  padding:4px 6px;
  vertical-align:top;
}
table.table td, table.table th {
 /* text-align:center;*/
}
table.table td.first, table.table th.first {
 /*text-align:left;
  padding-left:10px !important;*/
}
/*table.table tr.first_line td {
  background:#6E6E6E;
  color:#FFFFFF;
  vertical-align:middle;
  font-weight:bold;
  padding:6px 6px;
}*/
table.table tr.even td, table.table tr.first_line td {
  background:#E1E3E2;
}
table.table tr.odd td {
  background:#F1F1F1;
}
#form {
  margin-left:15px;
}
#form tr.even td {
  background:#F1F1F1;
  padding:4px 10px; 
}
#form tr.odd td {
  border-bottom:1px solid #F1F1F1;
  padding:4px 10px; 
}
#form tr.even th {
  background:#EAEAEA;
  border-right:1px solid #FFFFFF;
  padding-right:5px; 
}
#form tr.odd th {
  border-right:1px solid #E1E3E2;
  padding-right:5px; 
  border-bottom:1px solid #F1F1F1;
}
#news .news_item strong {
  display:block;
  clear:left;
  color:#0081D0;
  font:14px Arial;
}
#news .news_item:hover strong {
  color:#21465F;
  text-decoration:none;
}
#news .news_item {
  display:block;
  font-size:11px;
  margin-bottom:15px;
  text-decoration:none;
  color:#2E2E2E;
}
#news .news_item:hover {
  color:#777777;
}
#news .news_item span {
  color:#606060;
  font-size:11px;
}
#news {
  margin:15px;
}
.date {
  color:#999999
}
.submenu3 {
  width:253px;
}
.submenu3 a {
  display:block;
  width:237px;
  height:24px;
  background:url(/images/catalog.gif) repeat-x 0px 0px;
  font-size:10px; color:#ffffff;
  font-weight:bold;
  text-decoration: none;
  text-transform:uppercase;
  padding:0px 8px 0px 8px;
  line-height:24px;
  overflow:hidden;
}
.submenu3 a.wchild {
  background:url(/images/catalog_plus.gif) no-repeat 0px 0px;
}
.submenu3 a:hover, .submenu3 a.over {
  background:url(/images/catalog_on.gif) repeat-x 0px 0px;
  color:#21465F;
  text-decoration:none;
}
.submenu3 a.wchild:hover {
  color:#21465F;
  background:url(/images/catalog_plus_on.gif) no-repeat 0px 0px;
}
.submenu3 a.act:hover, .submenu3 a.act, .submenu3 a.actover {
  background:url(/images/catalog_selected.gif) repeat-x 0px 0px;
  color:#21465F;
}
.submenu3 a.wchildact:hover, .submenu3 a.wchildact, .submenu3 a.wchildover, .submenu3 a.wchildactover {
  background:url(/images/catalog_plus_selected.gif) no-repeat 0px 0px !important;
  color:#21465F;
}
.submenu4 {
  width:253px;
  margin:0px 0px 0px 0px;
  padding-top:1px;
  overflow:hidden;
  position:relative;
}
.submenu4 a {
  display:block;
  width:227px;
  height:22px;
  line-height:22px;
  background:#FFF1C1 url(/images/arrow_sub.gif) no-repeat 0px 8px;
  color:#21465F;
  text-decoration:none;
  padding:0px 8px 0px 18px;
}
.submenu3 .submenu4 a:hover {
  background:#FFE280 url(/images/arrow_sub.gif) no-repeat 0px 8px;
  color:#21465F;
  text-decoration:none;
}
.submenu3 .submenu4 a.act:hover, .submenu3 .submenu4 a.act {
  background:#FFE280 url(/images/arrow_sub.gif) no-repeat 0px 8px;
  color:#21465F;
  text-decoration:none;
}
.menusp {
  height:1px;
  overflow:hidden;
}
#content {
  padding:20px 25px;
}
#in_modal {
  height:445px;
  width:545px;
  overflow:auto
}
.info {
  font-weight:bold
}