﻿/* SEARCH STYLES */
.search-grid  {
    margin-top: 10px;
    width: 716px;
    float: left;
}

.search-grid-holder {
    float: left;
    height: 250px;
    width: 170px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.search-grid-holder-image {
    border: 1px solid #7C888E;
    display: block;
    float: left;
    height: 155px;
    width: 165px;
    line-height: 165px;
    position: relative;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
}

.search-grid-holder-image:hover {
    border: 1px solid #a3c028;
}

.search-grid-holder-image img {
    width: 20px;
    height: 20px;
}

.search-grid-holder-text {
    position: absolute;
    bottom: 0;
    line-height: 14px;
    padding: 5px;
    font-weight: bold;
    color: #fff;
    background: url('/Content/images/category-overlay.png');
    width: 155px;
    height: 28px;
}

.search-grid-holder-price {
    float: left;
    padding: 2px 0 2px 0;
    line-height: 16px;
}

.search-grid-holder .actionButton {
    width: 166px;
}

.search-grid-holder .actionButton a {
    padding-right: 0;
    margin-right: 0;
    width:123px;
    float: left;
}

.search-grid-holder-amount {
    float:right;
    width:31px;
    height: 28px;
    border: 1px solid #C6C6C6;
    padding: 0;
    margin: 1px 0 0 0;
    text-align: center;
    font-weight: bold;
}

.search-grid-holder-info {
    display: none;
    float: left;
    height: 135px;
    width: 145px;
    position: absolute;
    text-align: center;
    line-height: 16px;
    vertical-align: middle;
    padding: 10px;
    top: 0;
    color: #ffffff;
    font-weight: bold;
    background: url('/Content/images/category-overlay.png');
    cursor: pointer;
}

/* JQUERY UI CORRECTIONS */
.ui-widget {
    /* font-family: Arial,Helvetica,sans-serif !important; */
    font-size: 12px !important;
}

.ui-widget-content {
    color: #7C888E !important;
}

.ui-widget-content {
    border: 0 !important;
    color: #7C888E !important;
}

.ui-tabs {
    padding-right: 0;
    padding-left: 0;
}

.ui-widget-content a {
    color: #7C888E;
}

.content-container .ui-tabs-panel {
    padding: 0;
}

.ui-corner-all {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.ui-widget-header {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: none;
}

.ui-menu {
    z-index: 10000;
}