@charset "UTF-8";
.section#holydaytea-products{
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.3;
	border-top: 1px dashed gray;
	border-bottom: 1px dashed gray;
	margin-bottom: 2em;
	padding-bottom: 1em;
	background: url("./img/new_holydaytea.png") right 5px no-repeat;
}
#holydaytea-products h2{
	margin-top: 2em;
	text-indent: .5em;
	border-left: 10px solid red;
	font-weight: normal;
	font-size: 120%;
}
#holydaytea-products h3{
	margin-left: -99999px;
	margin-top: -1em;
}

#holydaytea-products .section{
	padding: 5px 10px 5px 0;
	margin-bottom: 1em;
}
.section li{
	margin-bottom: .5em;
}
.section li img{
	width: 200px;
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid gray;
}

.section span.green-text,
.section span.red-text
{
	font-size: 120%;
	font-weight: bold;
}
.section span.green-text{
	color: #0a0;
}
.section span.red-text{
	color: #f33;
}
.section span.caffein{
	font-weight: bold;
}
.section li.bottom-border{
	margin-left: 217px;
	padding-bottom: 1em;
	margin-bottom: .5em;
	border-bottom: 1px dashed gray;
}
.section ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

