/* Category Descriptions */
.categorytext { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p.categorytext { 
	font-size:12px;
	font-weight: normal;
	color:#003300;
} 

h1.categorytext {
	font-size:16px;
	font-weight:bold;
	color:#003300;
} 

h2.categorytext { 
	font-size:14px;
	font-weight: bold;
	color:#003300;
}

h3.categorytext { 
	font-size:14px;
	font-weight: normal;
	font-style: italic; 
	color:#003300;
}

a.categorytext { 
	text-decoration: underline; 
} 

/* Product Descriptions */
.producttext { 
	font-family:tahoma;
}
.producttext p { 
	font-size:11px;
	font-weight: normal;
	color:#003300;
} 

.producttext h1{
	font-size:18px;
	font-weight:bold;
	color:#003300;
} 

.producttext h2 { 
	font-size:16px;
	font-weight: bold;
	color:#003300;
}

.producttext h3 { 
	text-decoration: underline; 
	font-size:14px;
	color: #009900
} 

table.producttext {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: green green green green;
	border-collapse: collapse;
	background-color: rgb(250, 240, 230);
}
table.producttext th {
	border-width: 1px 1px 1px 1px;
	padding: 10px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(250, 240, 230);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.producttext td {
	border-width: 1px 1px 1px 1px;
	padding: 10px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(250, 240, 230);
	-moz-border-radius: 0px 0px 0px 0px;
}

/* CMS Content */
.cms { 
	font-family:tahoma;
}
p.cms { 
	font-size:11px;
	font-weight: normal;
	color:#003300;
} 

h1.cms {
	font-size:14px;
	font-weight:bold;
	color:#003300;
} 

h2.cms { 
	font-size:12px;
	font-weight: bold;
	color:#003300;
}

h3.cms { 
	font-size:12px;
	font-weight: normal;
	font-style: italic; 
	color:#003300;
}

a.cms { 
	text-decoration: underline; 
} 

ul.cms { 
list-style: disc;
margin-left: 30px; 
margin-top: 10px; 
} 

img.cms { 
margin-left: 10px; 
margin-top: 10px; 
margin-right: 10px; 
margin-bottom: 10px; 
display: block; 
float: left; 
} 

a.imagelink
{ 
display: block; 
float: left; 
clear: left; 
text-align: center; 
} 
