@charset "UTF-8";

/* ---------------------------------------------------------------------------------------------------------
   Products
   --------------------------------------------------------------------------------------------------------- */

.productbox {
	margin:1em 0 1em 80px;
}
.productbox td {
	vertical-align:top;
	padding-bottom:1em;
	border-bottom:1px dotted #000;
}
.productbox .package {
	width:140px;
}
.productbox h3 {
	margin:0;
	padding:0;
}
.productbox h4 {
	margin:0;
	padding:0;
}
.productbox p {}

