/*----- ОСНОВНЫЕ СТИЛИ -----*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: 'PTSansRegular';
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4368bf;
  font-weight: normal;
}
a,
a:hover,
a:visited {
  color: #4368bf;
}
p {
  line-height: 18px;
}
ul {
  list-style-image: url(../img/list-style.png);
}
em {
  color: #4368bf;
}
/*----- ОБЩИЕ СТИЛИ -----*/
.super {
  vertical-align: super;
}
.punct {
  margin-left: -7px;
}
.trust {
  margin-top: 20px;
  margin-bottom: 21px;
}
.trust a {
  color: #4368bf;
  font-size: 20px;
}
.line {
  margin: 0;
  border-bottom: 2px dotted #e8e8e8;
  margin-bottom: 13px;
}
.link-dashed {
  border-bottom: 1px dashed;
  line-height: 14px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #4368bf;
}
.link-dashed:hover {
  color: #000 !important;
}
.list-dotted {
  list-style-image: url(../img/list-style.png);
}
.list-dotted li {
  background: url(../img/dotted.png) repeat-x left 70%;
}
.list-dotted li span {
  background-color: #FFF;
}
.list-dotted li span:last-child {
  float: right;
}
.square-blue {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
  background-color: #6986cc;
  padding: 8px 11px;
  margin-left: -10px;
}
.opr{
  border: 2px dashed #4368bf;
  padding: 5px;
}
/*----- ПОДКЛЮЧАЕМЫЕ СТИЛИ -----*/
.text {
  width: 520px;
}
.text-full {
  width: 100%;
}
.clear {
  clear: both;
}
/* For modern browsers */
.fix:before,
.fix:after {
  content: "";
  display: table;
}
.fix:after {
  clear: both;
}
/* для IE6-7 */
.fix {
  zoom: 1;
}
.left {
  float: left;
}
.right {
  float: right;
}
.dilb {
  display: inline-block;
  vertical-align: top;
}
.blue {
  color: #4368bf;
}
/*----- ГЛАВНАЯ СТРАНИЦА -----*/
.main {
  position: relative;
  min-height: 100%;
  width: 940px;
  margin: 0 auto;
}
/*upper*/
.upper {
  height: 120px;
}
.upper .logo {
  float: left;
  margin: 21px 0 0 19px;
}
.upper .contacts {
  float: right;
  width: 305px;
  margin-top: 53px;
}
.upper .contacts .contacts-link {
  float: left;
  color: #4368bf;
  text-decoration: none;
  margin: 2px 0 0 0;
  width: 137px;
}
.upper .contacts .contacts-link img {
  margin-right: 8px;
  vertical-align: top;
}
.upper .contacts .contacts-link span {
  border-bottom: 1px dashed #4368bf;
  vertical-align: top;
  line-height: 12px;
  display: inline-block;
}
.upper .contacts .contacts-link span:hover {
  color: #000;
  border-bottom: 1px dashed #000;
}
.upper .contacts .contacts-phone {
  float: right;
  font-size: 16px;
  vertical-align: top;
  line-height: 135%;
  height: 22px;
  width: 163px;
  white-space: nowrap;
}
.upper .contacts .contacts-phone span {
  font-size: 26px;
  font-weight: bold;
  vertical-align: top;
  height: 33px;
  line-height: 111%;
  display: inline-block;
}
/*menu*/
.menu {
  height: 44px;
  width: 940px;
  margin: 0;
  outline: 0;
  font-size: 0;
  list-style: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url(../img/menu-bg.gif) repeat-x left top;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.3);
}
.menu .menu-link-active {
  background: url(../img/menu-active-bg.gif) repeat-x left top !important;
}
.menu .menu-item {
  float: left;
  background: url(../img/icon-circle-right.png) no-repeat right center, url(../img/icon-circle-left.png) no-repeat left center;
  margin: 0;
  vertical-align: top;
  text-align: center;
  display: block;
  position: relative;
}
.menu .menu-item:nth-child(1) {
  width: 140px;
}
.menu .menu-item:nth-child(2) {
  width: 146px;
}
.menu .menu-item:nth-child(3) {
  width: 250px;
}
.menu .menu-item:nth-child(4) {
  width: 262px;
}
.menu .menu-item:nth-child(5) {
  width: 142px;
}
.menu .menu-item:first-child,
.menu .menu-item:first-child .menu-link {
  -webkit-border-radius: 5px 0 0 5px ;
  border-radius: 5px 0 0 5px ;
  background: url(../img/icon-circle-right.png) no-repeat right center;
}
.menu .menu-item:last-child,
.menu .menu-item:last-child .menu-link {
  -webkit-border-radius: 0px 5px 5px 0px ;
  border-radius: 0px 5px 5px 0px ;
  background: url(../img/icon-circle-left.png) no-repeat left center;
}
.menu .menu-item:hover {
  -webkit-box-shadow: inset 0px -4px 0px 0px #b6deed;
  box-shadow: inset 0px -4px 0px 0px #b6deed;
  background-color: rgba(255, 255, 255, 0.3);
}
.menu .menu-item:hover .submenu {
  display: block;
}
.menu .menu-item .menu-link {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  height: 44px;
  line-height: 44px;
  display: block;
  text-align:center;
}
.menu .menu-item .menu-link:active {
  background: url(../img/menu-active-bg.gif) repeat-x left top !important;
}
.menu .menu-item .submenu {
  z-index: 1001;
  display: none;
  margin: 0;
  position: absolute;
  max-width: 262px;
  list-style: none;
  text-align: left;
  -webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
.menu .menu-item .submenu .submenu-item {
  display: block;
  margin: 0;
  background-color: #4f79d3;
  text-align: left;
}
.menu .menu-item .submenu .submenu-item:last-child {
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
.menu .menu-item .submenu .submenu-item:last-child .submenu-link {
  border-bottom: 0;
}
.menu .menu-item .submenu .submenu-item:last-child .submenu-link:hover {
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
.menu .menu-item .submenu .submenu-item .submenu-link {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  display: block;
  position: relative;
  border-top: 1px solid #97bdff;
  border-bottom: 1px solid #3a5aad;
  padding: 13px 10px 11px 10px;
}
.menu .menu-item .submenu .submenu-item .submenu-link:hover {
  background-color: #b6deed;
  color: #36569c;
  text-shadow: none;
}
/*slider*/
.slider {
  height: 389px;
  margin-top: 18px;
  margin-bottom: 23px;
  overflow: hidden;
  position: relative;
}
.slider .slide-wrap {
  position: relative;
  height: 389px;
  margin: 0;
}
.slider .slide-label {
  position: absolute;
  top: 10px;
  left: 433px;
  z-index: 1000;
}
.slider .slide-wrap .slide {
  height: 389px;
  overflow: hidden !important;
}
.slider .slide-wrap .slide img {
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
}
.slider .slide-text {
  z-index: 1000;
  position: absolute;
  bottom: 51px;
  width: 646px;
  border-top: 1px solid #d8f4f2;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  font-style: italic;
  background: #b9dae7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I5ZGFlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YmIyYWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #b9dae7 0%, #7bb2aa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9dae7), color-stop(100%, #7bb2aa));
  background: -webkit-linear-gradient(top, #b9dae7 0%, #7bb2aa 100%);
  background: -o-linear-gradient(top, #b9dae7 0%, #7bb2aa 100%);
  background: -ms-linear-gradient(top, #b9dae7 0%, #7bb2aa 100%);
  background: linear-gradient(to bottom, #b9dae7 0%, #7bb2aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9dae7', endColorstr='#7bb2aa', GradientType=0);
  -webkit-box-shadow: 0px 4px 4px -2px #646464;
  box-shadow: 0px 4px 4px -2px #646464;
}
.slider .slide-text p {
  margin: 0;
  line-height: 14px;
  padding: 17px 26px;
}
/*content*/
.content .progress {
  float: left;
  width: 525px;
}
.content .progress .progress-ribbon {
  margin: 0 0 7px 6px;
}
.content .progress ul {
  list-style-image: url(../img/list-style.png);
  margin: 0;
}
.content .progress ul li {
  background: url(../img/dotted.png) repeat-x left 70%;
}
.content .progress ul li span {
  background-color: #FFF;
}
.content .progress ul li span:last-child {
  float: right;
}
.content .honors {
  float: right;
  width: 281px;
  position: relative;
  margin-top: 4px;
}
.content .honors .honors-icon {
  position: absolute;
  left: -60px;
}
.content .honors .honors-title {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 14px;
}
/*services*/
.services {
  margin-top: 22px;
}
.services .services-item {
  float: left;
  width: 220px;
  margin-left: 20px;
}
.services .services-item:first-child {
  margin: 0;
}
.services .services-item .wrap {
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: 220px;
  font-size: 0;
  cursor: pointer;
}
.services .services-item .wrap:hover .sit-hover {
  visibility: visible;
}
.services .services-item .wrap:hover .services-item-text {
  visibility: hidden;
}
.services .services-item .wrap .services-item-text {
  position: absolute;
  bottom: 0;
  height: 59px;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 0px 0px 1px 10px;
  border-radius: 0px 0px 10px 10px;
  width: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1OGRjNyIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiM1NDhjYzYiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzNlODUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(85, 141, 199, 0.7) 0%, rgba(84, 140, 198, 0.7) 1%, #1c3e85 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(85, 141, 199, 0.7)), color-stop(1%, rgba(84, 140, 198, 0.7)), color-stop(100%, #1c3e85));
  background: -webkit-linear-gradient(top, rgba(85, 141, 199, 0.7) 0%, rgba(84, 140, 198, 0.7) 1%, #1c3e85 100%);
  background: -o-linear-gradient(top, rgba(85, 141, 199, 0.7) 0%, rgba(84, 140, 198, 0.7) 1%, #1c3e85 100%);
  background: -ms-linear-gradient(top, rgba(85, 141, 199, 0.7) 0%, rgba(84, 140, 198, 0.7) 1%, #1c3e85 100%);
  background: linear-gradient(to bottom, rgba(85, 141, 199, 0.7) 0%, rgba(84, 140, 198, 0.7) 1%, #1c3e85 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3558dc7', endColorstr='#1c3e85', GradientType=0);
}
.services .services-item .wrap .services-item-text p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 1px #000000;
  margin: 11px 0 0 0;
}
.services .services-item .wrap .sit-hover {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  width: 220px;
  height: 220px;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(59, 100, 160, 0.8);
}
.services .services-item .wrap .sit-hover .sit-hover-wrap {
  width: 220px;
  height: 220px;
  position: relative;
  text-align: center;
}
.services .services-item .wrap .sit-hover .sit-hover-wrap p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 1px #000000;
  padding: 11px 0 0 0;
  margin: 0;
  width: 100%;
}
.services .services-item .wrap .sit-hover .sit-hover-wrap p:last-child {
  font-size: 14px;
  margin: 0;
  position: absolute;
  bottom: 20px;
}
.services .services-item .wrap .sit-hover .sit-hover-wrap img {
  margin-top: 15px;
}
.services .services-item .wrap-active .sit-hover {
  visibility: visible;
}
.services .services-item .wrap-active .services-item-text {
  visibility: hidden;
}
/*partners*/
.partners {
  min-height: 140px;
  background-color: #efefef;
}
.partners .partners-item {
  float: left;
  width: 155px;
  height: 140px;
  position: relative;
}
.partners .partners-item .partners-item-wrap {
  position: absolute;
  width: 155px;
  bottom: 15px;
  text-align: center;
}
.partners .partners-item .partners-img {
  display: block;
  margin: 0 auto 20px;
}
.partners .partners-item .partners-link {
  color: #3957a9;
}
/*----- ФУТЕР -----*/
.footer {
  position: relative;
  height: 50px;
  width: 940px;
  margin: 24px auto 0;
  background-color: #3d5b9c;
}
.footer .copy {
  float: left;
  margin: 18px 0 0 40px;
  color: white;
}
.footer .author {float: right;}
.footer .author a {
  color: #92abe1 !important;
  text-decoration: none;
  background: url(../img/netkam.png) no-repeat 108px 14px;
  display: block;
  padding: 20px 135px 5px 0;
}
.footer .author a:hover{text-decoration: underline;}
/*-------------------------------*/
.tooltip {
  border-bottom: 1px dashed;
  line-height: 14px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #000 !important;
}
.tooltip:hover {
  color: #4368bf !important;
}
.tooltip:hover .popup {
  display: block;
}
/*----- ВНУТРЯК -----*/
.bread {
  font-size: 12px;
  height: 44px;
  color: #c0c0c0;
  line-height: 53px;
}
.bread .bread-link {
  color: #c0c0c0;
}
.aside {
  float: right;
  width: 300px;
  margin-right: 40px;
}
.aside .aside-photos {
  font-size: 0;
}
.aside .aside-photos .aside-photos-title {
  color: #4368bf;
  font-size: 20px;
  margin-bottom: 18px;
}
.aside .aside-photos .big-photo:hover,
.aside .aside-photos .small-photo:hover,
.fotogal:hover {
  -webkit-box-shadow: 0px 0px 0px 3px #93a8da;
  box-shadow: 0px 0px 0px 3px #93a8da;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.aside .aside-photos .big-photo:hover .photo-hover,
.aside .aside-photos .small-photo:hover .photo-hover {
  -webkit-box-shadow: inset 0px 0px 51px 0px rgba(125, 189, 255, 0.45);
  box-shadow: inset 0px 0px 51px 0px rgba(125, 189, 255, 0.45);
}
.aside .aside-photos .big-photo:hover img,
.aside .aside-photos .small-photo:hover img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: -2;
}
.aside .aside-photos .big-photo {
  margin-bottom: 20px;
  display: block;
}
.aside .aside-photos .small-photo {
  display: block;
  width: 138px;
  float: left;
  margin-bottom: 20px;
  margin-right: 24px;
}
.aside .aside-photos .small-photo:nth-child(even) {
  margin-right: 0;
}
.aside .aside-photos .small-photo .small-photo-img {
  width: 138px;
}
.aside .aside-docs .aside-docs-title {
  margin-bottom: 18px;
}
.aside .aside-docs .aside-docs-item {
  margin-bottom: 16px;
}
.aside .aside-docs .aside-docs-item img {
  float: left;
  margin-right: 8px;
}
.aside .aside-docs .aside-docs-item .text {
  float: right;
  width: 266px;
}
.aside .aside-docs .aside-docs-item .text .size {
  color: #737373;
  font-style: italic;
}
/*----- ПОПАП!!!!! -----*/
#popup {
  position: absolute;
  display: none;
  width: 95px;
  top: 26px;
  z-index: 1;
  background: url(../img/tooltip-bg.png) repeat left top;
  padding: 4px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.popup-wrap {
  position: relative;
  width: 95px;
}
.tooltip {
  border-bottom: 1px dashed;
  line-height: 14px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #000 !important;
}
.tooltip:hover {
  color: #4368bf !important;
}
#triag {
  position: absolute;
  z-index: 1;
  display: none;
}
/*----- ВАКАНСИИ -----*/
.job-data{display:none}
/*-ПИСЬМО-*/
#data .ajax input[type="text"], 
#data .ajax input[type="password"], 
#data .ajax textarea{
  border: 1px solid #000;
  padding: 5px;
  width: 300px;
  border-radius:5px;
  margin-bottom:10px;
}
#data .ajax .nc_submit input[type="submit"]{
background: url(../img/menu-bg.gif) repeat-x left top;
border: 1px #999 solid;
color: white;
padding: 5px 10px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
}
.warnText{color:red;}
/*---*/

#calcform .razmery  {border:1px #999 solid; padding: 5px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;}
#calcform .calc {background: url(../img/menu-bg.gif) repeat-x left top; border:1px #999 solid; color: #fff; padding: 5px 10px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;}
.results div {display: inline-block; //display: inline; //zoom:1; width: 33%; text-align:center;}
.results div span {font-size: 18px; display: block; }
.results div b {color: #5584e6; font-size: 18px; text-shadow:1px 1px 0px #eee;}
.results {margin: 0 0 20px;}
#obprices {width: 100%; }
#obprices table {width: 100%;}
#obprices table td, #obprices table th {border:1px #ccc solid;}
#obprices table th {color: #fff; font-weight:normal;
background: rgb(96,149,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(96,149,255,1) 0%, rgba(71,110,191,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,149,255,1)), color-stop(100%,rgba(71,110,191,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(96,149,255,1) 0%,rgba(71,110,191,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(96,149,255,1) 0%,rgba(71,110,191,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(96,149,255,1) 0%,rgba(71,110,191,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(96,149,255,1) 0%,rgba(71,110,191,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6095ff', endColorstr='#476ebf',GradientType=0 ); /* IE6-9 */
}


#poollink {text-align:center; margin: 20px 0;}
#poollink a {text-shadow: 0 1px rgba(0, 0, 0, 0.35); font-size: 17px; color: #fff; white-space:nowrap; margin: 0 auto; display: inline-block; //display: inline; //zoom:1; padding: 8px 14px;
background: rgb(96,149,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(96,149,255,1) 0%, rgba(71,110,191,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,149,255,1)), color-stop(100%,rgba(71,110,191,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(96,149,255,1) 0%,rgba(71,110,191,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(96,149,255,1) 0%,rgba(71,110,191,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(96,149,255,1) 0%,rgba(71,110,191,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(96,149,255,1) 0%,rgba(71,110,191,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6095ff', endColorstr='#476ebf',GradientType=0 ); /* IE6-9 */
-moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px; text-decoration:none;
}


#poollink a:hover {background: rgb(140,175,250); /* Old browsers */
background: -moz-linear-gradient(top, rgba(140,175,250,1) 0%, rgba(125,153,211,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(140,175,250,1)), color-stop(100%,rgba(125,153,211,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(140,175,250,1) 0%,rgba(125,153,211,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(140,175,250,1) 0%,rgba(125,153,211,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(140,175,250,1) 0%,rgba(125,153,211,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(140,175,250,1) 0%,rgba(125,153,211,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8caffa', endColorstr='#7d99d3',GradientType=0 ); /* IE6-9 */}

.none {display:none;}
/*---*/
.fotogal{
 vertical-align: top;
 height: 120px;
 width: auto;
 margin: 0 20px 20px 0;
}