/* Style sheet catalog_list */

#vacantions{
  padding:10px 10px 5px;
}
#trenings{
  padding:10px 10px 5px;
}
#vacantions .layout_simple_tuned table{
margin: 20px 10px 20px;
}
.layout_simple_tuned table,
#lists .layout_simple_tuned table{
margin: 2px 10px 2px;
}
.layout_simple_tuned table tr td {
padding: .6em .2em;
vertical-align: top;
font-size:0.9em;
}
#lists .layout_simple_tuned table tr td {
padding: .2em .2em;
}
.layout_simple_tuned > h2{
  color:#004698;
  font-size:16pt;
}
.layout_simple_tuned table tr td.label {
  font-size:.75em;
  font-weight:600;
  color:#4d6891;
  width:30%;
}
.layout_simple_tuned table tr td.title{
  padding-left:0;
  padding-bottom:10px;
}
.layout_simple_tuned table tr td.title a{
  font-size:1.3em;
  font-weight:500;
  line-height:16pt;
  color:#004698;
}
/*.layout_simple_tuned table tr td.title a:visited{
  color:#83A8BF;
}*/
.layout_simple_tuned ul{
list-style-type:circle;
padding:2px 5px 2px 5px;
}
.layout_simple_tuned ul li{
pading: 3px 0 3px;
list-style-type:circle;
}

/* filter block */
.mod_catalogfilter{
width:70%;
margin:0 auto;
padding:0 20px 20px 20px;
background-color:#dee6ea;
background-color: rgba(222, 230, 234, 0.5);
border-radius:20px;
-webkit-border-radius: 20px;
-moz-border-radius:20px;
}
.mod_catalogfilter select.select{
width: 90%;
}
#main_page .pagination {
display:none;
}
.all_link{
margin:25px 0 20px 0;
padding:0;
font-weight:bold;
font-size:18px;
color:#004698;
}

