/*---------------------------------------------------------------------------*/
/* PAGINATION definitions                                                    */
/*---------------------------------------------------------------------------*/
.paginate div.text,
.paginate div.small{
	margin: 1px;
	border: 1px solid #bacaeb;
	padding: 4px;
	display: block;
	text-decoration: none;
	height: 14px;
	text-align: center;
    overflow: hidden;
}

.paginate .text {
	padding-left: 5px;
	padding-right: 5px;
	width: 100px;
    text-align: center;
}

.paginate select {
	width: 100px;
	border: 1px solid #bacaeb;
	height: 24px !important;
	_margin-top: 3px;
}

.paginate .small {
	width: 24px;
	height: 24px;
	padding-bottom: 5px;
}

.paginate .small {
	width: 24px;
	height: 24px;
	padding-bottom: 5px;
}

.paginate .symbols {
	font-size: 14px;
	font-weight: bold;
}

.paginate a:hover {
	background-color: #bacaeb;
	text-decoration: none;
	color: #ffffff;
}