﻿
.cart-top-left
{
    background-image: url('../Images/top-left.gif');
    background-repeat: no-repeat;
    background-position: right center;
    width: 16px;
    height: 16px;
}
.cart-top-right
{
    background-image: url('../Images/top-right.gif');
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
}
.cart-top-center
{
    background-image: url('../Images/top-center.gif');
    background-repeat: repeat-x;
    background-position: right center;
    height: 16px;
}

.cart-bottom-left
{
    background-image: url('../Images/bottom-left.gif');
    background-repeat: no-repeat;
    background-position: right center;
    width: 16px;
    height: 16px;
}
.cart-bottom-right
{
    background-image: url('../Images/bottom-right.gif');
    background-repeat: no-repeat;
    background-position: right center;
    width: 16px;
    height: 16px;
}
.cart-bottom-center
{
    background-image: url('../Images/bottom-center.gif');
    background-repeat: repeat-x;
    background-position: right center;
    height: 16px;
}
.cart-left
{
    background-image: url('../Images/main-left.gif');
    background-repeat: repeat-y;
    background-position: right center;
    width:16px;
}
.cart-right
{
    background-image: url('../Images/main-right.gif');
    background-repeat: repeat-y;
    background-position: left center;
    width:16px;
}
.product-title
{
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #0066CC;
    text-decoration: none;
}
.product-title:hover
{
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #0066CC;
    text-decoration: underline;
    cursor:pointer;
}
.product-title2
{
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #0066CC;
    text-decoration: none;
}
.product-title3
{
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.product-title4
{
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #124351;
    text-decoration: none;
}
.product-title5
{
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #50942b;
    text-decoration: none;
}
.part
{
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
    color:#7a7a7a;
}
.product-part
{
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.product-description
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #434343;
    text-decoration: none;
}
.product-price
{
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    text-decoration: none;
}
.product-instock
{
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
.ChangeQt
{
   font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #3a7e0d;
    text-decoration: none;
}
.ChangeQt:hover
{
   font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #3a7e0d;
    text-decoration: underline;
}

