﻿/* breadcrumb */
.tpapers .g-bcrumb
{
    padding-bottom: 10px;
    padding-left: 5px;
    padding-top: 0px;
}
.tpapers .g-bcrumb .item
{
    display: inline;
    margin-left: 0px;
}
table.rGrid
{
    border-width: 0px;
}
.rGrid td
{
    border-width: 0px;
}
.rGrid tr:hover
{
    background-color: transparent;
}
.rGrid th
{
    background-color: transparent;
    border-width: 0px;
    border-bottom: 2px solid #DA7C0C;
    line-height: 20px;
    padding: 0px 10px 2px 5px;
}
.rGrid th .newarival
{
    background-image: url('../images/new-arival.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 50px;
}
.rGrid th .toprated
{
    background-image: url('../images/toprated.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 50px;
    margin-top: 20px;
}
.rGrid th .topview
{
    background-image: url('../images/topview.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 50px;
    margin-top: 20px;
}
