/* Copyright © 2006-2007 C-mach Technologies Inc.*/
/*Table layout for Price List*/
.priceList {
	border: 1px solid #3366FF;
	border-collapse: collapse;
	margin: 0px 10px 20px 15px;
	padding-bottom: 5px;
	width: 97%;
}

.priceList td {
	border: none;
	padding: 0px 10px 2px 10px;
}

.priceList caption {
  font-weight: 600;
	padding-bottom: 10px;
}

.priceList td.priceListItemName {
  color: #CC0404;
  font-weight: 800;
	padding-top: 10px;
}

.priceList td.priceListSubGroup {
  color: #3366FF;
  font-weight: 800;
	padding-left: 15px;
}

.priceList td.priceModel {
  color: white;
  background-color: #006691;
	padding-left: 15px;
  font-weight: 800;
}

.priceList td.priceListItem {
	padding-left: 25px;
}

.priceList ul {
	list-style-type: square;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.priceList td.priceListItemPrice {
	padding-left: 0px;
  text-align: right;
}

.priceList td.priceListSubItem {
  color: #888;
	padding-left: 40px;
  font-style: italic;
}

.priceList td.priceListSubItemNOT {
  color: #CC0404;
  font-weight: 800;
	padding-left: 40px;
  font-style: italic;
}

.priceList td.priceListDiscount {
  text-align: right;
	padding-right: 25px;
}

.paypalviewcart {
  text-align: right;
	border: none;
}
.paypaladd2cart {
  text-align: right;
	border: none;
	padding: 0px;
	margin: 0px 0px -2px 0px;
}

/*ONLINE QUOTES*/
.pricequote {
	border: none;
	margin: 10px 0px 20px 10px;
}
.helppopupbutton {
	vertical-align: middle;
	padding-left: 5px;
}
.helpinlinesubmit {
	height: 22px;
}
.helpinlinesubmitwide {
	font-size : .9em;
	width: 150px;
	height: 25px;
	position : relative;
	top: 0px;
	display: inline;
}
input.textbox3col {
  background-color: whitesmoke;
	border: 1px solid #3366FF;
	margin: 0;
	padding: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
	width: 30px;
}

table.pricequotetable {
	border: 1px solid #3366FF;
	border-collapse: collapse;
	margin: 0px 10px 0px 15px;
	padding-bottom: 5px;
	width: 97%;
}

.pricequotetable caption {
  font-weight: 600;
	padding-bottom: 10px;
}

.pricequotetable td {
	border: none;
	padding: 2px 5px 2px 5px;
}

.pricequotetable th {
	border-bottom: 1px solid red;
  background-color: whitesmoke;
	padding: 2px 5px 2px 5px;
}

table.pricequotetotal {
	border: 1px solid #3366FF;
	border-collapse: collapse;
	margin: 3px 10px 20px 15px;
	padding: 5px;
	width: 200px;
  text-align: right;
}

.pricequotetotal td {
	border: none;
	padding: 2px 5px 2px 5px;
	font-weight: 600;
}

.itemnum {
	width: 5%;
  text-align: left;
}

.itemdescription {
	width: 40%;
  text-align: left;
}

.itemqty {
	width: 10%;
  text-align: right;
}

.itemunit {
	width: 10%;
  text-align: right;
}

.itemextended {
	width: 10%;
  text-align: right;
}

.alignright {
  position: relative;
  float: right;
}
.fineprint {
	font-size: 0.5em;
  text-align: center;
}
.errormsg {
	color: red;
}
