a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.tcdPageCode {
    padding: 15px 20px;
    text-align: left;
    color: #ccc;
    display: table;
    margin: 0 auto;

}

.tcdPageCode a {
    display: inline-block;
    color: black;
   padding: 0 10px;
    height: 25px;
    line-height: 25px;
    margin: 0 5px;
    border-radius: 2px;
    vertical-align: middle;
}

.tcdPageCode a:hover {
    color: #5AABD7;
}

.tcdPageCode span.current {
    padding: 0 10px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: 0 2px;
    border-radius: 2px;
    vertical-align: middle;
    color: #5aabd7;
}

.tcdPageCode span.disabled {
    display: inline-block;
    margin: 0 2px;
    color: #dfdfdf;
    background: #f2f2f2;
    border: 1px solid #dfdfdf;
    vertical-align: middle;
    border-radius: 2px;
    width: 87px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;

}
.tcdPageCode .prevPage{
    background:#ffffff;
    border:1px solid #dfdfdf;
    border-radius:2px;
    width:87px;
    height:34px;
    line-height: 34px;
    font-size:16px;
    color:#4495ec;
    text-align:center;
    padding: 0;
}
.tcdPageCode .nextPage{
    background:#ffffff;
    border:1px solid #dfdfdf;
    border-radius:2px;
    width:87px;
    height:34px;
    line-height: 34px;
    font-size:16px;
    color:#4495ec;
    text-align:center;
    padding: 0;
}
.orderButton{
	background: #4990e2;
    border: 1px solid #317ed7;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    margin: 5px 0 0 490px;
    cursor: pointer;
    width: 80px;
}
.orderButton1{
	background: #4990e2;
    border: 1px solid #317ed7;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    margin: 5px 0 0 0px;
    cursor: pointer;
    width: 118px;
}
.orderButton2{
	background: #4990e2;
    border: 1px solid #317ed7;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    margin: 5px 0 0 0px;
    cursor: pointer;
    width: 100px;
}
