@charset "utf-8";
/* CSS Document */

.note{
	font-size:.9em;
	color:#333;
	}
	
img{
	border:none;
	}
	
.imgLeftNoBdr{
	float:left;
	clear:both;
	margin:0px 10px 0px 0px;
	}
	
.imgRightNoBdr{
	float:right;
	clear:left;
	margin:0px 0px 0px 10px;
	}
	
.customize{
	margin-left:15px;
	margin-top:15px;
	}
	
#pricing {
	border-collapse:collapse;
	}
	
#pricing th {
	color:#FFF;
	font-size:1.2em;
	background:#3465CC url(/images/equipment_h_bg.jpg) repeat-x;
	text-align:center;
	padding:3px;
	}
	
#pricing td {
	vertical-align:top;
	padding:4px;
	border:#CCC solid 1px;
	text-align:center;
	vertical-align:middle;
	}