/* Custom styles available in the rich text editor */
h3
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	color: Black;
}
h4
{
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.Intro
{ 
	font-size: 1.2em;
	color: #564530;
}
.Small
{
	font-size: 1em;
}

/* Products */
ul.Kit
{
	border-top: dotted 1px #bbb1a5;
	list-style-type: none;
	margin: 1em 0 !important;
}
ul.Kit li
{
	padding: 5px 5px 5px 30px;
	background: url(/Images/HomeTopTick.gif) no-repeat 5px;
	border-bottom: dotted 1px #bbb1a5;
}
span.Divider
{
	display: block;
	width: 100%;
	height: 2px;
	margin: 10px 0 20px 0;
	background: url(/Images/ProductDivider.gif) no-repeat;
}