﻿/*============================
ProductList Style
==============================*/
.product-list
{
    padding-left: 8px;
    font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
    font-size: 0.9em;    
}

.product-list a
{    
    text-decoration: none;
    color: Black;
    border: 1px solid #DDDDDD;
    margin-left: -1px;
    margin-bottom: -1px;
    float: left;
}

.product-item
{
    width: 163px;
    height: 169px;    
    border-bottom: 3px solid #DDDDDD;    
    padding-top: 5px;   
    background-color: #F0F1F4;
}
.product-item:hover
{    
    border-bottom: 3px solid #B8D544;
    background-color: white;
}

.product-list a:hover
{    
    color: #6CB2E4;
}

.product-item-image
{            
    width: 140px;
    height: 105px;
    margin: auto;
}
.product-item-image img
{
    border: 0px;
    width: 140px;
    height: 105px;
}

.product-item-name
{    
    text-align: center;    
    height: 2.5em;    
    overflow: hidden;
    margin-top: 5px;
    padding-left: 5px;    
}

.product-item-name span
{
      
}

.product-item-price
{    
    text-align: center;              
    color: #FF0000;    
}
.product-item-price span
{            
    height: 2.5em;    
}
.product-list-title
{
    border-left: 3px solid #5EA8DE;
    font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;            
    background-color: #F0F1F4;
    text-align: left;    
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 5px;
    height: 29px;
    line-height: 29px;
    padding-left: 10px;
    font-weight: bold;
}
.product-list-title h3
{       
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.product-list-title span
{       
    display: inline;
}
.edit-icon
{
    background-color: White;
    position: absolute;
}