.null:link, .null:hover, .null:visited, .null:visited:hover {
background-color: transparent;
text-decoration: none;
}
a:link, a:visited {
color:#333333;
text-decoration:none;
font-weight:bold;
}
a:hover, a:visited:hover {
color:#333333;
text-decoration:underline;
font-weight:bold;
}
a.box:link, a.box:visited {
 display:block;
 height:100%;
 text-decoration:none;
 font-weight:normal;
 color: #000000;
}
a.box:hover, a.box:visited:hover {
 display:block;
 background-color:transparent;
 text-decoration:none;
}
.paginator_conteiner {
background:transparent url(../templates/img/back_paginator_01.png) 0 100% repeat-x;
padding:10px 0 0 0;
width:230px;
height:20px;
overflow:hidden;
}
.buttons {
text-align:center;
}
a.page_link:link, a.page_link:visited,
span.page_link {
display:block;
width:20px;
height:20px;
background:transparent url(../templates/img/page_on_off.png) 0 -20px no-repeat;
cursor:pointer;
}
span.page_link,
a.page_link:hover, a.page_link:visited:hover {
background-position:0 0;
}

.buttons img.active, .buttons img:hover {background-position:0 0;}
.page {width:100%;}
td.page_link {text-align:center;}

a.lang:link, a.lang:visited {
color:#808080;
text-decoration:none;
padding:0 0 0 10px;
display:block;
float:right;
}
a.lang:hover, a.lang:visited:hover {
color:#808080;
text-decoration:underline;
padding:0 0 0 10px;
}