.body_style {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d5e2f0;
}

A {
	font-family: verdana, sans-serif;
	font-style: normal;
      TEXT-DECORATION: none;
      color: #000080;
//      font-size: 12px;
}

A:hover {
      TEXT-DECORATION: underline;
}

.text {
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
}

.textopis {
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
      line-height: 120%;
}

.text130 {
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
      line-height: 130%;
}

.zag {
	font-family: tahoma, verdana,arial, sans-serif;
	font-size: 19px;
      font-style: normal;
      font-weight: bold;
	text-align: left;
}

.zageng {
	font-family: tahoma, verdana,arial, sans-serif;
	font-size: 19px;
      font-style: normal;
      font-weight: bold;
      color: #000080;
}

.zagrus {
	font-family: tahoma, verdana,arial, sans-serif;
	font-size: 15px;
      font-style: normal;
      font-weight: normal;
      color: #7a7a7a;
}


.sel {
	font-family: tahoma, verdana,arial, sans-serif;
	font-size: 9px;
}

.small {
	font-family: tahoma, verdana,arial, sans-serif;
	font-size: 11px;
}

.micro {
	font-family: tahoma, verdana,arial, sans-serif;
	font-size: 4px;
}

#zag_menu { font-size: 13px; color: white; background-color: #6B90BB; font-weight: bold; text-transform: uppercase; padding: 3 10 3 10px; width: 232px; float: left;}

#menu_sidebar { background-color: #F6F6F6; padding: 10px; padding-top: 10px; border: 1px solid #dddddd; border-top: none; margin-bottom: 20px; width: 230px; float: left;}

#gallery { border: 10px solid #efefef; border-collapse: nocollapse;  margin-bottom: 10px; border-spacing: 0px; }

#gallery-td { border: 10px solid #efefef; width: 100px; padding: 10px; background-color: white; }
.gallery-image { text-align: center; margin-bottom: 10px; }
.gallery-info a { font-weight: bold; }

.list {
	float: left;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	width:135px;
	height:185px;
      text-align: center;
      font-size: 12px;
      line-height: 15px;
      border-collapse: no-collapse;
}

.main {
	float: left;
	width: 100%
}

#tthopis { 
  background-color: #efefef; 
  padding: 10px; 
  padding-top: 10px; 
  border: 1px solid #dddddd; 
  float: left;
  line-height: 125%;
}

.top_line {
height:26px;
background-image: url(/img/fon_up1.gif);
}

.search_menu {
height:15px;
}

.number {
width:20px;
}

.pic133 {
width: 133px;
align: center;
vertical-align: top;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #dedeee;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #dedeee;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 4px 4px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #589DE5;
  color: #ffff;
}
.cluetip-default #cluetip-title a {
  color: #dedeee;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 2px 7px 10px 15px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(/js/images/arrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(/js/images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(/js/images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(/js/images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

