﻿

    .ProductListing
    {
        border-top: solid 1px #CCCCCC; 
        width: 100%; 
        padding-top: 9px; 
        padding-bottom: 10px; 
    }
    
    .ProductListing:Hover
    {
        background-color: #E3ECF1;
    }
    
    .ProductListingHover
    {
        /*
        padding-top: 4px; 
        padding-bottom: 4px;
        */
    }
    
    .ProductListingHoverLong
    {
        padding-top: 4px; 
        padding-bottom: 4px;	
    }
    
    .defaultStockCode
    {
        color: black;
    }
    
    .ProductListingStockPriceButtons
    {
        float: right; 
        text-align: right; 
        margin-top: -4px; 
        width: 152px;	
    }
    
    .ProductListingHeaders
    {
        float: left;		
        vertical-align: top;
        margin-top: -5px;
        width: 390px;
    }
    
    .ProductListingLinks
    {
    }
    
    .ProductListingMoreInfoBuyButton
    {
        padding-top: 9px;
    }
    
    .ProductListingDetails
    {
        margin-top: 42px !important;
        clear: left;
    }
    
    .ClearLineList
    {
        clear: both;
    }
    
    .ListImage
    {
        margin-right: 11px;
        margin-left: 4px;
        float: left;
        clear: left;
        background-color: White;
    }
    
    .GalleryImage
    {
        display: none;
    }
    
    .quickViewBtn_list
    {
        display: block !important;
    }
    .quickViewBtn_gallery {
        display: none !important;
    }

    .OverviewText
    {
    }
    
    .LineListPriceInc
    {
    }
    
    .LineListPriceEx
    {
    }
    
    .PriceDivider
    {
    }
    
    .ListStock
    {
    }
    
    .GalleryStock
    {
        display: none;
    }
    
    .ClearLineListGallery
    {
    }
    
    .LineListProductMessage
    {
        clear:both
    }
    
    .LineListGalleryPaging
    {
        display: none;
    }
    
    .LineListListPaging
    {
    }
    
    .CompareOption
    {
        position:relative;
        width: 100px;
    }

    .CompareDivLeft {
        border: 1px solid #87A96B;
        float: left;
        line-height: 20px;
        margin-top: 3px;
        height: 22px;
        margin-bottom: 3px;
        border-right: none;
        }

.CompareDivRight {
    border: 1px solid #87A96B;
    border-left: none;
    line-height: 20px;
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    top: 88px;
    left: 16px;
    padding: 0px 5px;
}


    .CompareDivLeft.inactive,
    .CompareDivRight.inactive {
      /*color: #ffffff;
        background-color: #81c90d;*/
     
    }

    .CompareDivLeft.active,
    .CompareDivRight.active
 {
        color: #ffffff;
        background-color: #81c90d;
    }

    
    .CompareButton
    {
    }
    
      
    #NotPurchasableLine {
    background-color: #f2dedf;
    border: 1px solid #e6dcda;
    margin-top: 18px;
    overflow: hidden;
    padding: 10px;
    vertical-align: middle;
    color: #846165;
    font-weight: bold;
}

     #NotPurchasableLine i {
        font-size: 26px;
        height: 20px;
        line-height: 20px;
        margin-top: -15px;
        padding: 0 10px;
        vertical-align: middle;
    }

     #NotPurchasableLine > span {
        display: inline-block;
        padding-left: 10px;
    }

     .ProductListing .quickViewBtn_list .popUpWindowLink, .ProductListing .quickViewBtn_gallery .popUpWindowLink {
    background-color: transparent;
    color: #00668a;
    display: block;
    font-weight: bold;
    padding: 3px;
    text-transform: uppercase;
    font-size: 8px!important;
    box-shadow: none;
    cursor: pointer;
}

     .ProductListing .quickViewBtn_list, .ProductListing .quickViewBtn_gallery {
    background-color: #fff;
    position: absolute;
    text-align: center;
    margin-top: 70px;
    display: block;
    z-index: 200;
    opacity: .5;
}