p, 
ul li,
.tea-list-container{
	font-family:Arial, Helvetica, sans-serif;
	color:#8a8a8a;
	font-size: 12px;
	line-height:20px;
	text-decoration:none;
	padding-bottom:10px;
	margin:0px;
}

ul li {
	line-height:20px;
	padding-bottom:0px;
}

.contenttext{
	font-family:Arial, Helvetica, sans-serif;
	color:#8a8a8a;
	font-size: 12px;
	line-height:20px;
	text-decoration:none;
	}

.blacktext{
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
text-decoration:none;
}

.redtext{
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
text-decoration:none;
}

.greentext{
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color: #82c544;
	font-weight: bold;
	font-size: 14px;
text-decoration:none;
}

.brightgreentext{
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color: #33ff00;
	font-weight: bold;
	font-size: 14px;
text-decoration:none;
}

.whitetext{
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color: #8a8a8a;
	font-weight: bold;
	font-size: 14px;
text-decoration:none;
}

.bluetext{
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color: #475daa;
	font-weight: bold;
	font-size: 14px;
text-decoration:none;
}

.lilactext{
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color: #cd84b7;
	font-weight: bold;
	font-size: 14px;
text-decoration:none;
}

.Greendarktext{
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color: #52b94a;
	font-weight: bold;
	font-size: 14px;
text-decoration:none;
}

.Orangetext{
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color: #f59523;
	font-weight: bold;
	font-size: 14px;
text-decoration:none;
}

.Browntext{
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color: #a87a44;
	font-weight: bold;
	font-size: 14px;
text-decoration:none;
}

.buttonouter {
	width:120px;
	height:20px;
	background-color:#82cec1;
	text-align:center;
	margin-bottom:5px;
		line-height:20px;

}

.buttontext {
	font-family:Arial, Helvetica, sans-serif;
	color:#231f20;
	font-size:11px;
	text-decoration:none;
			display:block;

}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	color:#d31145;
}

/* TEA LIST */

.tea-list-container,
.tea-list-container .row{
	width: 368px;
}

.tea-list-container .row{
	float: left;
	margin-bottom: 9px;
}

.tea-list-container .col{
	width: 160px;
	float: left;
	font-weight: bold;
}

.tea-list-container .col.content{
	width: 201px;
	font-weight: normal;
	border-left: 1px solid #e5e5e5;
	padding-left: 5px;
}

.tea-list-container .col h2{
	margin: 0px;
	padding: 0px;
}


/* RESERVE TEAS */

.reserve-tea-container h1,
.reserve-tea-container h2,
.reserve-tea-container h3{
	font-family: arial;
}

.reserve-tea-container h1{
	font-size:24px;
	color: red;
}

.reserve-tea-container h2{
	font-size: 18px;
	color: green;
}

.reserve-tea-container h3{
	font-size: 16px;
	color: blue;
}

/* PATASSERIE AND CHOCOLATE */

.patisserie-and-choc-container h1,
.patisserie-and-choc-container h2,
.patisserie-and-choc-container h3{
	font-family: arial;
}

.patisserie-and-choc-container h1{
	font-size:24px;
	color: red;
}

.patisserie-and-choc-container h2{
	font-size: 18px;
	color: green;
}

.patisserie-and-choc-container h3{
	font-size: 16px;
	color: blue;
}

/*FORMS*/

.formtextfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8a8a8a;
	line-height:20px;
	height:22px;
	width:200px;
	border:1px solid #8a8a8a;
	padding-left:5px;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:5px;
	background-color:#ffffff;
	
}

.formtextbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8a8a8a;
	height:75px;
	width:200px;
	border:1px solid #8a8a8a;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
	padding-right:5px;
	background-color:#ffffff;
}

.formdropdown {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8a8a8a;
	height:20px;
	border:1px solid #8a8a8a;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:0px;
	background-color:#ffffff;

}

/*END FORMS*/