.stylesheet {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}
.product_name {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}
.product_price {
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}
.product_details{
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
	background-color:#FFF
}
 #navcontainer {
	width: 195px;
	font-size: 11px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Tahoma;
font-weight: bold;
}

#navcontainer a
{
display: block;
padding: 5px;
width: 95%;
background-color: #FFF;
border-bottom: 1px solid #e9e9e9;
font-weight: bold;
}

#navcontainer a:link, #navlist a:visited
{
color: #666666;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #FDFBD0;
color: #000;

}
