@charset "utf-8";
/* CSS Document */

ul.pagination {
clear:both;
font-size:13px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
/*margin-bottom:40px;*/
padding-top:19px;
text-align:center;
}
ul.pagination li {
border-right:1px solid #AAA;
/*color:#ffffff;*/
display:inline;
padding:0 5px;
}
ul.pagination li.last {
border-right:0 none;
}
ul.pagination li a:hover {
/*color:#cccccc;*/
}
ul.pagination li a {
/*color:#ffffff;*/
font-weight:bold;
}






/*Clearfix Hack*/

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* close commented backslash hack */


/*buttons*/

.button_icon{
 vertical-align:top;
 margin-right:0.3em;
 width:16px;
 border:0px;
 }
