
/**********
 Blocks A/B
 **********/
.blockA {
  position: relative;
  width: 100%;
  margin: 0; padding: 0;
  background: #f0f1f5;
}
.blockA .TL, .blockA .TR, .blockA .BL, .blockA .BR {
  position: relative;
  width: 100%; height: 100%;
  margin: 0; padding: 0; 
  z-index: 0;
}
.blockA .TL { background: url('/_i/blocka-tl.png') no-repeat left top;}
.blockA .TR { background: url('/_i/blocka-tr.png') no-repeat right top;}
.blockA .BL { background: url('/_i/blocka-bl.png') no-repeat left bottom;}
.blockA .BR { background: url('/_i/blocka-br.png') no-repeat right bottom;}

.blockB {
  position: relative;
  margin: 0; padding: 0;
  border: 0px solid #fff;
  background: #fff url('/_i/blockb-pattern.gif') repeat;
}
.blockB .TL, .blockB .TR, .blockB .BL, .blockB .BR {
  position: relative;
  width: auto; height: 100%;
  margin: 0; padding: 0; 
  z-index: 0;
}
.blockB .TL { 
  background: url('/_i/blockb-tl.png') no-repeat left top;
}
.blockB .TR { 
  background: url('/_i/blockb-tr.png') no-repeat right top;
}
.blockB .BL { 
  background: url('/_i/blockb-bl.png') no-repeat left bottom;
}
.blockB .BR { 
  background: url('/_i/blockb-br.png') no-repeat right bottom;
}

/**********************************/
.blockA .blockIn, .blockB .blockIn {
  position: relative;
  width: 100%; height: 100%;
  margin: 0; padding: 0;
}


/****
 Menu
 ****/
ul.menu {
  width: auto;
  margin: 0 0 0 0;
  font-size: 100%;
  line-height: 120%;
  list-style-type: none;
}
ul.menu li {
  margin: 0 0 1.5ex 0;
  padding: 0 0 0 15px;
  font-size: 78%;
  font-weight: normal;
  line-height: 115%;
  color: #242631;
}
ul.menu li em {
  font-style: normal;
  font-weight: bold;
  color: #242631;
}
ul.menu li.through {
  background: url('/_i/menu-through.gif') no-repeat left 2px;
  font-weight: bold;
}
ul.menu li.disabled {
  color: #929ea6;
}
ul.menu ul {
  margin: 1.5ex 0 0 8px;
  padding: 0;
  font-size: 100%;
}
ul.menu ul li { font-size: 100%;}
ul.menu li p {
  margin: 0;
  padding: 0.7ex 0 1ex 0;
  font-size: 88%;
  color: #707798;
}
ul.menu li.marked {
  width: auto;
  padding: 7px 0 7px 15px;
  background: #fff2e4;
}


/****
 Path
 ****/
ul.path {
  margin: -0.2em 0 0 0;
  list-style-type: none;
  color: #707798;
}
ul.path li {
  display: inline;
  font-size: 70%;
  color: #7c7c9c;
}
ul.path li a:link {color: #707798;}
ul.path li a:visited {color: #707798;}
ul.path li a:hover {color: #c91f3d;}


/*******
 Gallery
 *******/
ul.gallery {
  float: right;
  margin: 0 0 15px 45px;
  list-style-type: none;
}
ul.gallery li {
  display: block;
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 100%;
}
ul.gallery li table {
  margin: 0;
}
ul.gallery li table td {
  position: relative;
  width: auto;
  padding: 0 0 8px 0;
  background: url('/_i/gallery-shadow.gif') no-repeat center bottom;
}
ul.gallery li table td div {
  position: relative;
  padding: 0; margin: 0;
  font-size: 1px;
}

/****************************/
ul.gallery li table td .line {
  position: absolute;
  bottom: -1px !important; left: 0; bottom: 7px;
  width: 100%; height: 2px;
  background: url('/_i/line-white.gif') repeat-x center top;
  z-index: 1;
}
ul.gallery div .cornerTL, ul.gallery div .cornerTR {
  position: absolute; top: 0px;
  width: 7px; height: 37px;
  z-index: 1;
}
ul.gallery div .cornerBL, ul.gallery div .cornerBR {
  position: absolute; bottom: 0px;
  width: 7px; height: 37px;
  z-index: 1;
}

ul.gallery div .cornerTL {
  left: 0px;
  background: url('/_i/gallery-tl.png') no-repeat !important;
  //background: none;
  //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_i/gallery-tl.png');
}
ul.gallery div .cornerTR {
  right: 0px;
  background: url('/_i/gallery-tr.png') no-repeat !important;
  //background: none;
  //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_i/gallery-tr.png');
}
ul.gallery div .cornerBL {
  left: 0px;
  background: url('/_i/gallery-bl.png') no-repeat !important;
  //background: none;
  //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_i/gallery-bl.png');
}
ul.gallery div .cornerBR {
  right: 0px;
  background: url('/_i/gallery-br.png') no-repeat !important;
  //background: none;
  //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_i/gallery-br.png');
}

/******************/
ul.gallery img {
  display: block;
  margin: 0; padding: 0;
  z-index: 0;
}
ul.gallery h5 {
  margin: 0; padding: 0;
  font-size: 70%;
  font-style: normal;
  font-weight: normal;
  color: #929ea6;
}
ul.gallery a:link {color: #929ea6;}
ul.gallery a:visited {color: #929ea6;}
ul.gallery a:hover {color: #1c658d;}


/***********
 Specialists
 ***********/
table.specialists {
  width: 100%;
  margin: 0; padding: 0;
}
table.specialists td, table.specialists th {
  padding: 0 0 15px 0;
  vertical-align: top;
  font-weight: normal;
}
table.specialists td { width: 80px;}
table.specialists th { width: auto; padding-right: 40px;}
table.specialists h4 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 96%;
  font-weight: bold;
  white-space: nowrap;
  color: #242631;

}
table.specialists div {
  margin: 0 0 1ex 0;
  padding: 0;
  font-size: 70%;
  font-weight: bold;
}
table.specialists p {
  margin: 0 0 1ex 0;
  padding: 0;
  font-size: 70%;
  color: #707798;
}

/*********/
div.photo {
  position: relative;
  width: 72px;
  height: 90px;
  margin: 0; padding: 0;
  font-size: 70%;
  background: url('/_i/photo-bg.gif') no-repeat center top;
}
div.photo .shadow {
  position: absolute;
  top: 80px; left: 0;
  width: 72px; height: 6px;
  background: url('/_i/photo-shadow.gif') no-repeat center top;
  z-index: 1;
}
div.photo .line {
  position: absolute;
  top: 79px; left: 0;
  width: 72px; height: 2px;
  background: url('/_i/line-white.gif') repeat-x center top;
  z-index: 1;
}
div.photo .over {
  position: absolute;
  left: 0px; top: 0px;
  width: 29px; height: 80px;
  z-index: 1;
  background: url('/_i/photo-over.png') no-repeat !important;
  background: none;
  //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_i/photo-over.png');
}
div.photo a {
  display: block;
  width: 72px; height: 80px;
}
div.photo img {
  display: block;
  width: 72px; height: 80px;
  font-size: 65%;
}


/****************
 Forms and inputs
 ****************/
table.form {
  width: 100%;
  margin: 0; padding: 0;
}
table.form th, table.form td {
  padding: 0 0 15px 0;
  font-weight: normal;
  vertical-align: top;  
}
table.form th {
  width: 30%;
  padding-right: 15px;
  font-size: 83%;
}
table.form td {
  width: 70%;
}

table.form p {
  margin: 0; padding: 0;
  font-size: 85%;
  color: #929ea6;
}
table.form em.asterix {
  margin: 0; padding: 0;
  font-style: normal;
  color: #e53290;
}
table.form tr.required th { text-align: right;}
table.form tr.required td { font-size: 83%;}

/****************/
table.form input {
  width: 100%;
  font-size: 96%;
}
table.form textarea {
  width: 100%;
  height: 7em;
  font-size: 96%;
}
table.form input.button {
  width: auto;
  margin-top: 15px;
  padding: 3px 10px;
  font-size: 83%;
  text-align: center;
  cursor: pointer;
}
table.form select {
  width: auto;
}

table.form input.captcha {
  width: 80px;
  margin-bottom: 5px;
}
table.form img.captcha {
  display: block;
  width: 80px; height: 30px;
  font-size: 50%;
}


