/* 
** Pricing Tables 
** Created by Joshua DeVinney
** (c) Interphase Corp 
*/
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 95%;
}
#pricing h1 {
	text-align: center;
	font-size: 1.45em;
}
#pricing h2 {
	font-size: 1.2em;
	text-align: center;
	color: #03068F;
}
#pricing h3 {
	text-align: center;
	color: #080942;
}
#pricing h4 {
	font-size: 1.05em;
	font-weight: bold;
	margin: 0;
	margin-top: 10px;
}
#pricing h5 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#pricing ul, #pricing ol {
	margin: 3px;
	margin-left: 15px;
}
.box-head_sm {
	font-weight: bold;
	margin-top: 12px;
}
.box_sm a {
	font-size: 12px;
	vertical-align: bottom;
}
.note {
	font-size: .9em;
}
.pricing_table {
	padding: -5px;
	margin: 5px;
	margin-bottom: 15px;
	font-size: .95em;
	width: auto;
	display: table;
	table-layout: fixed;
	border: 1px solid black;
	border-collapse: separate;
	border-spacing: 0px;
	background-color: #CCC;
}
.pricing_table dl dt, .pricing_table dl dd{
	/*float: left;*/
	border: 1px black solid;
	padding: 4px;
	margin: -2px;
	width: 102px;
	text-align: center;
	height: auto;
	padding-left: 5px;
	display: table-cell;
}
.pricing_table dl{
	display: table-row;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.pricing_table dl dd {
	background-color: #FFFF99;
}
.pricing_table dl dt:first-child {
	background-color: white;
	width: 140px;
	text-align: left;
}
.pricing_table dl:first-child dt {
	background-color: #0000CC;
	text-align: center;
	color: white;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.two-col dl:first-child dt, .two-col dl dd {
	width: 473px;
	white-space: nowrap;
}
.two-col dl dd {
	text-align: left;
}
.two-col dl dt:first-child {
	width: 140px;
}
.pricing_table dl dt.wide-col, .pricing_table dl dd.wide-col{
	width: 350px;
	text-align: left;
}
.pricing_table dl dt.wide-col {
	text-align: center;
}
