﻿.productName
{
    font-weight:bold;
    font-size:18px;
    color:#eb7279;
    text-decoration:underline;
}

.productDescription
{
    font-size:11px;
    color:#333333;
}

.msrp
{
    font-size:12px;
    color:#594A2C;
    text-decoration:line-through;
}

.salePrice
{
    font-size:12px;
    color:#eb7279;
}

.pageLinks
{
    font:verdana;
    font-size:11px;
    color:#665332;
}

.mainPageProduct
 {
	float:left;
	/*
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#333333;
    */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	width:179px;
	height:220px;
}

.mainPageProductRight 
{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	width:179px;
	height:220px;
}

.homePageFeatured
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	width:179px;
	height:220px;
}

#sale
{
    position:absolute;
    width:65px;
    height:59px;
    top:-35px;
    left:360px;
    
    background-image:url(../images/sale.png);
    background-repeat:no-repeat;
    _background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../images/sale.png',sizingMethod='scale');
}