﻿table.list
{
    width:440px; /* or 438 in Firefox */
    margin-top:2px;
    border:solid 1px #ffcd01;
    font-size:12px;
    border-collapse:collapse;
}

table.list th a
{
    color:#000000;  
}

table.list th
{
    padding: 3px 3px 3px 5px;
    border:none;    
    text-align:left;
    background-image: url(Img/YellowLightFadingSmall.gif);
    background-repeat:repeat-x;
}

table.list tr.alternatingItem td
{
    background-image: url(Img/YellowLightFadingSmall.gif);
    background-repeat:repeat-x;
    background-color:#ffff6a;
}

table.list td
{
    padding: 3px 3px 3px 5px;
    border:none;
    color:#666666;
}

table.list a.addToCart
{
    white-space: nowrap;    
}

table.list div.description
{
    font-size:11px;
}

/* image in the product list */
table.list td img
{
    margin: 5px 0px 5px 0px;
    text-align:center;
}

/* Product Short List */

table.productShortList td
{
    vertical-align:top;
    width:209px; 
    border:solid 1px #ffcd01; 
    padding:10px;
    font-size:12px;
    color:#666666;
}

div.articleContent table.productShortList td
{   
    border:none;    
}

table.productShortList td p
{
    margin:5px 10px 0px 0px; 
    font-size:11px;
}

table.productShortList td a.title
{
    display:block;
    margin-bottom:8px;
}

table.productShortList td a.addToCart
{
    display:block;
    float:right;
    margin-top:5px;    
}

div.inStock, div.notInStock
{
    font-size:11px;
    padding-left:18px;
    padding-top:2px;
	background-repeat: no-repeat;
	height:15px;       
}

div.inStock
{
    color:#49962c;  
    background-image: url(Img/ICheck.gif);
    background-position: 0px 0px;
}

div.notInStock
{
    background-image: url(Img/IX.gif);
    background-position: 2px 3px;
}

table.list div.inStock, table.list div.notInStock
{
    margin-bottom:6px;
}

table.productShortList div.inStock, table.productShortList div.notInStock
{
    margin-top:10px;
}

/* paging footer */

div.pagingFooter span.currentPage
{
    font-weight:bold;    
}

.list img, .productShortList img
{
    border-bottom:1px solid #DBDBDB;     
    border-right:1px solid #DBDBDB;  
}
