ul.feature {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}

td.spacedtd {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

td.extraright {
	padding-right: 10px !important;
}

h2.product {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.sep,div.emptysep,.topsep,.topsepbig,td.verticalsep {
	border-color: #000;
}

td.verticalsep {
	border-left-style: dotted;
	border-left-width: 1px;
}

td.morespacing {
	padding-left: 6px;
}

div.nofont,div.emptysep,td.nofont {
	font-size: 0px;
}

.sep,div.emptysep {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.bottommargin,div.emptysep {
	margin-bottom: 6px;
}

.bottompad,div.emptysep {
	padding-bottom: 6px;
}

tr.bottomPadLarge td, td.bottomPadLarge {
	padding-bottom: 20px;	
}

.topsep,.topsepbig {
	border-top-style: dotted;
	border-top-width: 1px;
}

.topsep,.toppad {
	padding-top: 6px;
}

.topsepbig {
	padding-top: 12px;
}
.leftSpacing {
	padding-left: 20px;
}

td.productListItem {
	text-align: center;
	vertical-align: top;
	width: 160px;
}

.hiddenItem {
	display: none;
}

td.center {
	text-align: center;
}

input.textField, textarea.textField {
	width: 346px;
}

select.dropDown {
	width: 347px;
}