.letters-menu-list {
    background-color: #F8F8F8;
    border: 1px solid #DFDFDF;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    padding: 0 14px;
}
.letter-menu-list-item {
    display: inline;
    font-size: 15px;
    font-weight: bold;
}
.letter-menu-list-item:before {
    border-left: 1px solid #D1D1D1;
    content: "";
    display: inline-block;
    height: 11px;
    margin: 0 10px;
    width: 1px;
}
.letter-menu-list-item:first-child:before {
    display: none;
}
.categories-list {
    line-height: 1.5;
    margin: 11px 0 19px;
}
.categories-list-item {
    display: inline;
}
.categories-list-item:before {
    border-left: 1px solid #DFDFDF;
    content: "";
    display: inline-block;
    height: 11px;
    margin: 0 5px;
    width: 1px;
}
.categories-list-item:first-child:before {
    display: none;
}
.letter-menu-list-item a,
.categories-list-item a,
.other-services h3.title a,
.other-services a.go-top-link {
    text-decoration: none;
}
.letter-menu-list-item a:hover,
.other-services h3.title a:hover,
.categories-list-item a:hover,
.other-services a.go-top-link:hover {
    text-decoration:underline;
}
.categories-list-item a {
	font-size: 12px;
}
.other-services h3.title a {
	font-size: 13px
}
.letter-header {
    color: #636363;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-indent: 5px;
}
.letter-list-row {
    border: 1px solid #EAEAEA;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 16px 6px;
    clear: both;
}
.letter-list-item {
    float: left;
    line-height: 1.5;
    padding-right: 125px;
    width: 318px;
}
.letter-list-item .thumbnail {
    border: 1px solid #DEDEDE;
    float: left;
}
.letter-list-item .title {
    font-weight: bold;
    margin: 0 0 5px 130px
}
.letter-list-item .description {
    margin-left: 130px;
	font-size: 13px;
}
.other-services .go-top {
    font-size: 11px;
    padding-right: 5px;
    text-align: right;
}
.other-services .go-top-link {
    color: #008ED0;
}
.other-services .content-header {
    color: #636363;
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 6px;
}
.categories-list-active {
	font-weight: bold
}
/* zmiany pod iplv1 */
.other-services-iplv1  {
	margin-top: 10px
}
.other-services-iplv1 .letter-menu-list-item {
  font-size: 13px
}
.other-services-iplv1 .letter-menu-list-item:before {  
  margin: 0 9px 0 8px
}
.other-services-iplv1 .categories-list {
  padding-left: 0
}
.other-services-iplv1 .letter-list-item {
  padding-right: 55px;
}