body
{
  width: 100%;
  min-width:960px;
	background: #FFFFFF;
	color: #666;
	font: 13px verdana,geneva,lucida,"lucida grande",arial,helvetica,sans-serif;
	padding: 0px;
}

#content
{
padding-top: 5px;
padding-right: 20px;
padding-bottom: 5px;
padding-left: 10px;
}


table {width: 100%; text-align: center; border-bottom: 2px solid #dfdfdf; border-radius: 6px; border-collapse: separate; border-spacing: 0px;}
table td {padding: 5px 5px;}
table th {padding: 5px 5px;}
table thead tr {color: #ffffff; font-weight: bold; background: #3399ff;}
table tr td {border-right: 1px solid #dfdfdf;}
table tr th {border-right: 1px solid #dfdfdf;}
table tr td:last-child {border-right: 0px;}
table tbody tr:nth-child(1n) {background: #f6f6f6;}
table tbody tr:nth-child(2n) {background: #e6e6e6;}
table tbody tr:hover {background: #eeffff; transition-duration: 0.6s;}

ul {
  list-style: none; /*убираем маркеры списка*/
  margin: 0; /*убираем отступы*/
  padding-left: 0; /*убираем отступы*/
  margin-top:5px; /*делаем отступ сверху*/
  /*background:#FF4444; /*добавляем фон всему меню (заменив этот параметр, вы поменяете цвет всего меню)*/
  /*height: 50px; /*задаем высоту*/
}
a {
  text-decoration: none; /*убираем подчеркивание текста ссылок*/
  /*background:#FF4444; /*добавляем фон к пункту меню (заменив этот параметр, вы поменяете цвет всех пунктов меню)*/
  color:#fff; /*меняем цвет ссылок*/
  padding:0px 15px; /*добавляем отступ*/
  font-family: arial; /*меняем шрифт*/
  /*line-height:50px; /*ровняем меню по вертикали*/
  display: block; 
 /* border-right: 1px solid #F36262; /*добавляем бордюр справа*
  -moz-transition: all 0.3s 0.01s ease; /*делаем плавный переход*
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;*/
}

li {
  float:left; /*Размещаем список горизонтально для реализации меню*/
  border-right: 1px solid #3399ff;
}

a {
    color: #548eaa;
    text-decoration: none;
}

a:visited {
    color: #548eaa;
}

div.ent
{
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
}

div.pic
{
width: 320px;
height: 180px;
background-size: cover;
overflow: hidden;
}

img 
{

  position: relative;
    display: inline-block;
    top: 50%;
    left: 50%;
    vertical-align: middle;
    transform: translate(-50%, -50%);
}







