﻿.subCatLink:Link, .subCatLink:Visited 
{
	display: block;
	padding: 5px;
	margin: 4px;
	font-weight: bold;
	text-decoration: none;
	color: #888888;
}

.subCatLink:Hover, .subCatLink:Active 
{
	display: block;
	padding: 5px;
	margin: 4px;
	width: 143px;
	font-weight: bold;
	text-decoration: none;
	color: #888888;
}

.manufacturerDropDown
{
    width: 155px;
    font-size: 10px;
}

.productCell
{
	padding: 5px;
	width: 143px;
	height: 165px;
	border: none;
}

.categoryCell
{
    
}

.productOptionsTable
{
    width: 100%;
    background-color: #131210;
}

.addToCartColumn, .productAddToCartLink:link, .addToCartColumn, .productAddToCartLink:visited, .productAddToWishList:link, .productAddToWishList:visited
{
    color: #fff !important;
}

.addToCartColumn, .productAddToCartLink:hover, .addToCartColumn, .productAddToCartLink:active, .productAddToWishList:hover, .productAddToWishList:active
{
    color: #f1f1f1 !important;
}

.addToCartColumn
{
    background: transparent url(Img/sideNavCategorySelectedBg.jpg) bottom right no-repeat;
    padding-right: 10px; 
    height: 23px
}

.addToCartQuantity
{
    width: 40px;   
}

.productOfflineLabel
{
    color: #fff;
}

.productPriceStrike
{
    text-decoration: line-through;
}

.discountedProductPrice
{
    color: Red;
}