
body
{
	font-size : 70%;
	font-family: verdana,helvetica,arial,sans-serif;
}

.navyBlueBigFont
{
	text-align:left;
	font-size:1.3em;
	margin-top: 7px;
	margin-bottom: 7px;
	color:Navy;
}

A:Hover  
{
	color : Maroon;
}

.lmenu  
{	
	font-size : 70%;
	color : Navy;
}

.smallFont  
{	
	font-size : 80%;
}

.shortLineHeight
{
	line-height : 80%;
}

.whiteFont
{
	font-weight: bold; 
	color: white;
	font-family: Arial;
}

.priceBeforeDiscount
{
	text-decoration:line-through;
	color:Red;
}

.greenFont
{
	color:Green;
}

.grayFont
{
	color: gray;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size:xx-small;
}

form 
{
    margin: 0;
    padding: 0;
}

/* Rating */
.ratingStar 
{
    font-size: 0pt;
    width: 15px;
    height: 15px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar 
{
    background-image: url(images/starRating/singleStarFilled.png);
}

.emptyRatingStar 
{
    background-image: url(images/starRating/singleStarEmpty.png);
}

.savedRatingStar 
{
    background-image: url(images/starRating/singleStarFilled.png);
}