/* PAGINATION */
.alphaWrapper{
   margin:15px auto;
   width: 688px;
   text-align: center;
   border: 1px dotted #b7b7b7;
   background: #fcfcfc;
   clear: both;
}

.alphaWrapper.bottom{
	margin-top: 30px;
}

.total{
  color: #34678E;
  font: 11px/12px Verdana, Arial, Sans-Serif;
  float:left;
  padding:5px;
  width: 140px;
  text-align: left;
}
.pages{
    float: right;
    width: auto;
}
.alpha{
    float:left;
}

.alpha span.active_page,
.alpha a, .alpha a:hover{
	display:block;
    text-decoration:none;
	padding: 5px 7px;
	border-left: 1px dotted #b7b7b7;
	font-weight: bold;
	text-align: center;
	background: #f7f7f7;
}
 
.alpha span.active_page,
.alpha a.active_page,
.alpha a:hover {
	border:0;
	border-left: 1px dotted #b7b7b7;
	background: #fff url('../../images/cm2/bg-pagination.gif') repeat-x top left;	
	color: #9b161e;
}

