@charset "UTF-8";
.product-name {
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	font-style: normal;
}
.product-description {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #F00;
	font-weight: bold;
}
.product-description-emphasis {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #00F;
}
.product-name-centered {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	font-style: normal;
	text-align: center;
}
.option-text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
.product-description-small {
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #F00;
	font-weight: bold;
}
.please-click-image {
	color: #F00;
}

