/* lapozas */
.fps_nav{
         padding: 0px 35px;
         margin: 10px 0px;
         width: 540px;
         background: #DADAD9;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 10px;
         color: #787878;
         overflow: hidden;
         text-align: left;
}
.fps_nav .nav_row{
         padding: 7px 0px;
         width: 530px;
         position: relative;
         overflow: hidden;
}
.fps_nav span{
         display: block;
         padding: 5px 0px;
         font-weight: bold;
         color: #8f59a3;
         text-align: center;
}
 
.fps_nav .pager_left{
         float: left;
         position: relative;
         width: 180px;
         height: 14px;
}
.fps_nav .pager_right{
         float: right;
         position: relative;
         width: 180px;
         height: 14px;
}
.fps_nav a.firstpage{
         display: block;
         position: absolute;
         top: 0px;
         left: 0px;
         padding-left: 30px;
         width: 60px;
         height: 12px;
         background: url(../frame/firstpage.gif) no-repeat;
         background-position: 0px 0px;
         text-decoration: none;
}
.fps_nav a:hover.firstpage{
         background-position: 0px -12px;
}
.fps_nav a.lastpage{
         display: block;
         position: absolute;
         top: 0px;
         left: 85px;
         padding-right: 30px;
         width: 65px;
         height: 12px;
         background: url(../frame/lastpage.gif) no-repeat;
         background-position: 70px 0px;
         text-align: right;
         text-decoration: none;
}
.fps_nav a:hover.lastpage{
         background-position: 70px -12px;
}
.fps_nav a.stepleft{
         display: block;
         position: absolute;
         top: 0px;
         left: 90px;
         padding-left: 17px;
         width: 63px;
         height: 12px;
         background: url(../frame/left_nav.gif) no-repeat;
         background-position: 0px 0px;
         text-decoration: none;
}
.fps_nav a:hover.stepleft{
         background-position: 0px -12px;
}
.fps_nav a.stepright{
         display: block;
         position: absolute;
         top: 0px;
         left: 0px;
         padding-right: 17px;
         width: 63px;
         height: 12px;
         background: url(../frame/right_nav.gif) no-repeat;
         background-position: 68px 0px;
         text-align: right;
         text-decoration: none;
}
.fps_nav a:hover.stepright{
         background-position: 68px -12px;
}
.fps_nav .pagerrow {
         position: absolute;
         top: 7px;
         left: 180px;
         width: 190px;
         font-size: 11px;
         text-align: center;
}
.fps_nav .pagerrow b{
         margin: 2px;
         text-decoration: underline;
}
.fps_nav .pagerrow b.lotof{
         margin: 2px;
         text-decoration: none;
}
.fps_nav .pagerrow a{
         margin: 2px;
         text-decoration: none;
}
.fps_nav .pagerrow a:hover{
         text-decoration: underline;
}
.fps_nav a{
         color: #787878;
}
.fps_nav a:hover{
         color: #444;
}