.product-name {
	font-weight: bold;
	color: #9a827b;
	text-align: left;
}

.product-price, .product-price-old, .product-price-new, .product-price-cmp {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.product-price {
	color: #333333;
}

.product-price-old {
	color: #333333;
	text-decoration: line-through;
}

.product-price-new {
	color: #CC0000;
}

.product-price-cmp {
	color: #666666;
}

a.product {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}

.product-code {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}


.product-description {
	font-size: 10px;
	text-align: justify;
	list-style-image: url(../gfx/dot_small.gif);
}

.product-option {
	font-size: 10px;
	text-align: left;
}

