﻿
ul {
    list-style-type: none;
    padding-left: 2.4em;
}

.team-image-wrapper {
}

.supplier-image-wrapper {
    
}

.supplier-image {
    max-height: 190px;
}

.home-list-title {
    cursor: pointer;
}

.search-layout {
    padding-top: 15px;
}

.availability {
    float: right !important;
    padding-left: 0 !important;
}

/******************** Top Products ***********************/

.top-product-wrapper {
    clear: both;
}

.top-product-wrapper .top-product-block {
    float: left;
    width: 121px !important;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #dcdcdc;
    border-radius: 3px 3px 3px 3px;
    margin: 6px;
    padding: 10px;
}

.top-product-wrapper .first-block {
    margin-left: 0;
}

.top-product-wrapper .last-block {
    margin-right: 0;
}

.top-product-image {
    height: 120px;
    width: 120px;
}

.top-product-image img {
    height: 100%;
    width: 100%;
}

.top-product-info {
    border-top: 1px solid #DCDCDC;
    margin: 10px 0 0;
    padding: 4px 0 0;
}

.top-product-info a {
    color: #016fa8;
    display: block;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product-related-image {
    text-align: center;
    width: 100%;
}

.product-related-image img {
    max-height: 50px;
    max-width: 50px;
}

.product-deatils-table tbody {
    font-size: 0.8em;
}

/*********************************************************/

.search-search-block {
    border: 1px solid #E6E6E6;
    width: 100%;
    float: right;
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 0 19px;
}

    .search-search-block input[type='text'] {
        float: left;
        border: 0px none;
        background: none;
        height: 34px;
        width: 616px;
        padding: 0px 17px;
        font-size: 11px;
        font-style:italic;
        color: #222;
    }

    .search-search-block input[type='submit'] {
        border: 0px;
        background: url("../../images/magnifyingglass.png") no-repeat scroll center center #FE6732;
        float: left;
        overflow: visible;
        padding: 0;
        text-indent: -999em;
        width: 70px;
        height: 34px;
        cursor: pointer;
    }

/****************** Search Result ************************/

.grid-search-result {
}

.grid-search-result .search-result-block {
    float: left;
    width: 207px !important;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #dcdcdc;
    border-radius: 3px 3px 3px 3px;
    margin: 6px;
    padding: 10px;
}

.grid-search-result .first-block {
    margin-left: 0;
}

.grid-search-result .last-block {
    margin-right: 0;
}

.search-result-image {
    height: 207px;
    width: 207px;
}

.search-result-image img {
    max-height: 207px;
    max-width: 207px;
}

.search-result-info {
    border-top: 1px solid #DCDCDC;
    margin: 10px 0 0;
    padding: 4px 0 0;
    height: 60px;
}

.search-result-info a {
    color: #016fa8;
    display: block;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/*********************************************************/


/****************** override jquery ui *******************/

#search-tabs {
    background: transparent;
    border: none;
}

    #search-tabs .ui-widget-header {
        background: transparent;
        border: none;
        border-bottom: 1px solid #c0c0c0;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    #search-tabs .ui-tabs-nav .ui-state-default {
        background: transparent;
        border: none;
    }

    #search-tabs .ui-tabs-nav .ui-state-active {
        background: transparent url(../images/uiTabsArrow.png) no-repeat bottom center;
        border: none;
    }

    #search-tabs .ui-tabs-nav .ui-state-default a {
        color: #A3A3A3;
    }

    #search-tabs .ui-tabs-nav .ui-state-active a {
        color: #FE6732;
    }

    #search-tabs .ui-tabs-panel {
        padding: 0;
    }

/*********************************************************/
