/* Supplier detail page Featured Products */
.newproducttable {
    width:100%;
    border-collapse: collapse;
}

.newproducttable td {
    padding:0px 10px 10px 10px; 
    vertical-align: top;
}


.newproducttable td {
    border-collapse: collapse;
    vertical-align: top;
}

.newproducttable td + td {
    border-left:solid 1px #999;
}

.newproducttable tr + tr td {
    border-top:solid 1px #999 !important;
}

.newproducttable a {
    display: block;
    text-align: right;
    margin-top: 15px;
}

    .rtl .newproducttable a {
        text-align: left;
    }

.newproducttable a[id*="titleLink"] {
    font-weight: bold;
    text-align: left;
}

    .rtl .newproducttable a[id*="titleLink"] {
        text-align: right;
    }

.newproducttable td img {
    float:left;
    margin-right:10px;
    max-width: 90px;
    max-height: 90px;
    margin-bottom:10px;
}

.rtl .newproducttable td img {
    float:right;
    margin-right:0px;
    margin-left:10px;
}


.results-yellow {
  padding:0px 5px;
	background-color:orange;
	background-image:url("/~/media/images/global/buttons/yellow-button-background.jpg");
	border-radius: 2px;
	border:solid 1px #999;
    float:left;
    margin-right:5px;
}

.rtl .results-yellow {
    float:right;
    margin-right:0px;
    margin-left:5px;
}

a.resultTitleLink {
    text-decoration: none;
    color:#000;
    font-weight:bold;
}


/* 
.supplier-detail-featured-products-title {
    padding:5px;
    border-bottom: solid 1px black;
}

.supplier-detail-featured-products-view-all
{
    float:right;
}

.supplier-detail-featured-products-listing
{
    float:left;
    width:970px;
    margin-right:10px;
    border: solid 1px black;
}

.supplier-detail-featured-products-detailed {
    float:left;
    width:480px;
    height:120px;
    border: solid 1px;

}
.supplier-detail-featured-products-detailed-title-description {
    padding: 5px;
}

.supplier-detail-featured-products-detailed-thumbnail-image
{
    float:left;
    padding-right:5px;
    padding-bottom:5px;
}
.supplier-detail-featured-products-detailed-thumbnail-image a img {
    width:60px;
}
.supplier-detail-featured-products-detailed-title-description {
    margin-bottom:5px;
}
.supplier-detail-featured-products-detailed-title a {
    font-weight:500;
}

.supplier-detail-featured-products-detailed-more {
    float:right;
}
*/