

#cart {
	width: 100%;
}
#cart td, #cart th {
	padding: 2px 3px 2px 3px;
	border-bottom: solid #CCC 1px;
	vertical-align: middle;
}
#cart th {
  font-weight: normal;
  font-size: 12px;
  color: #666666;
}
#totalCost {
  font-weight: bold;
}
#zContacts {
  margin-top: 10px;	
  width: 100%;
}
#zContacts td, #zContacts th {
	padding: 2px 0px;
  vertical-align: top;
}
#zContacts th {
  font-weight: normal;
	width: 140px;
}
.zRegAdv {
  color: #333333;
}
.zTitleAdv {
  color: #CB2121;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;	
}
.noBorder {
	border: 0px;
}
.zInputCount, .zInput, .zInputLogin, .zSelect {
	border:1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
  text-align: left;
  color: #000000;
  padding: 0px;
	background-color: #ffffff;
}
.zInputCount {
	width: 40px;
  text-align: right;
}
.zInput {
	width: 250px;
}
.zInputLogin {
	width: 150px;
}
.zSubmit, .zSubmitOrder {
	font-size: 12px;
	margin: 10px 2px 1px 2px;
	border: 1px solid #CB2121;
	color: #CB2121;
	background: none;
	cursor: pointer;
}

.zSubmitOrder {
	color: #999999;
	border: 1px solid #999999;
}

.zHorLine {
	border-bottom: solid #CB2121 1px;
  padding: 10px 0px 10px 0px;
}
.zTitle {
  text-align: center;
	font-size: 12px;
  font-weight: bold;
	color: #CB2121;
  margin: 15px 0px 10px 0px;
}
.zP {
  text-align: center;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}
.zPCenter {
  text-align: center;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}
.zError {
  text-align: center;
  font-weight: bolder;
  font-size: 12px;
  color: #f00;
  margin: 3px 0px 5px 0px;
}
