.itoris_view_more_products {
    width: 100%;
    height:30px;
    cursor: pointer;
    text-align: center;
    margin: 2px 0px;
    border-radius: 5px;
    border:none;
   // filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0567a3', endColorstr='#03395a'); /* IE6-9 */
   // background: -webkit-gradient(linear, left top, left bottom, from(#0567a3), to(#03395a));
   // background: -moz-linear-gradient(top,  #0567a3,  #03395a); /* firefox 3.6+ */
   // background: -o-linear-gradient(top,  #0567a3,  #03395a); /* Opera 11.10+ */
   // background: -ms-linear-gradient(top,  #0567a3,  #03395a); /* IE10+ */
}
.itoris_viewmore_text {
    font-weight: bold;
    line-height: 30px;
    color: #000;
    font-size: 14px;
}
.itoris_viewmoreproducts_loader {
    width: 100%;
    height: 30px;
    overflow: visible;
    color: #000;
    font-style: italic;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}
.itoris_viewmoreproducts_loader span {
    background: url(../images/loader.gif) left center no-repeat;
    padding-left: 50px;
}
.itoris_view_more_products:hover .itoris_viewmore_text{
    color: #ddffff;
}