﻿.productIndex a
{
    font-size: 12px;
    color: #049ad3;
    font-weight: normal;
    text-decoration: none;
}

.productIndex a:hover, #basketinfo a:active
{
    color: #000;
}

.productIndex
{
    float: left;
    width: 320px;
}

.linkTable th
{
    background-color:#eeeeee;
    text-align:left;
}

.linkTable td
{
    background-color:#ffffff;
}

.linkTable {
    background-color:#cecece;
    font-size: 12px;  
}

.linkTable a
{
    font-size: 12px;
    color: #049ad3;
    font-weight: normal;
    text-decoration: none;
}

.linkTable a:hover, .linkTable a:active
{
    color: #000;
}