.responsivePaginate
{
	padding: .75em 0 .75em 0;
	font-size: 1.00em;
	/*background-color: #ddf;*/
	white-space: nowrap;
	text-align: center;
    clear: both;
}
.responsivePaginate span, .responsivePaginate div, .responsivePaginate a{
    padding: .20em 1em .20em 1em;
    margin: 0 .25em 0 .25em;
    visibility: hidden;
}
.responsivePaginate span, .responsivePaginate div
{
	display: inline;
    color: #7c7b7b;
    /*text-shadow: 1px 1px 0px #eef;*/

    
}
.responsivePaginate div.current {
    background-color: #E90117;
    border: 1px solid #E90117;
	color: #fff;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.responsivePaginate a
{
	color: #7c7b7b;
    border: 1px solid #7c7b7b;
    text-decoration: none;
    /*background-color: #eef;*/
	/*background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeff 100%);*/

    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.responsivePaginate a:hover
{
    background-color: #E90117;
    border: 1px solid #E90117;
	color: #fff;
}