.product_theme_name {
  float: left;
	font-weight: bold;
	color:#036B54;
	font-family:Arial,sans-serif;
	font-size:17px;
}

.product_theme_price {
  float: right;
	font-weight: bold;
	color:#036B54;
	font-family:Arial,sans-serif;
	font-size:17px;
}

.product_theme_description_header {
	font-weight: bold;
	padding-top: 10px;
}

.product_theme_description {
  padding: 0px 4px 0px 4px;
}
.product_theme_header {
	border-bottom:1px solid #036B54;
}

