.tagsPageMain {
    padding: 20px 0;
    box-shadow: -1px 0px 1px rgba(0, 0, 0, .04), 0px 1px 1px rgba(0, 0, 0, .13), 1px 0px 2px rgba(0, 0, 0, .05);
    border-top: 1px solid #e4e4e4;
    border-radius: 2px;
    /*background: #f9f5f0;*/
    clear: both;
    width: 100%;
    overflow: hidden;
    zoom: 1;
    text-align: center;
    margin: 30px auto
}

.tagsPage {
    text-align: center;
    line-height:50px;
    height: auto;
    overflow: hidden

}

.tagsPage a, .tagsPage
span {
    transition: 0.3s ease-in-out;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 0px 1px 1px rgba(50, 50, 50, 0.05);
    width: 66px;
	color: #060606;
    display: inline-block;
    margin-right: 10px;
    height: 35px;
    line-height: 35px
	
}

.tagsPage
span {
    color: #c2c2c2;
    text-shadow: 1px 1px 0 #f2f2f2
}

.tagsPage a:hover {
    color: #fff;
    border: 1px solid #353535;
    background: #353535;
    display: inline-block;
    height: 35px;
    line-height: 35px
}

.tagsPage .text, .tagsPage
.btn {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px rgba(50, 50, 50, 0.05);
    background: #f1f1f1;
    height: 35px;
    line-height: 35px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    margin-top: -3px
}