/* CSS Document */

h1 {
font: italic bold 21px "Times New Roman", Times, serif;
letter-spacing: 0.1em;
text-align: center;
padding-bottom: 5px;
margin-right: 10px;
background-image:  url(http://www.bayleys.com/_img/ele/line.gif);
background-repeat: no-repeat;
background-position: center bottom;
margin-bottom: 15px;
}

p, ul {
	font-size: 0.9em;
}

.WAATKDataTable {
  padding-top: 10px;
  padding-bottom: 10px;
}

.WAATKDataTable th {
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding: 5px;
  padding-left: 28px;
}

.WAATKDataTable td {
  font-size: 11px;
  padding: 5px;
}

.WAATKButtonRow {
  margin-top: 2px;
  padding-top: 5px;
  border-top: 1px solid #C2BEBA;
}

.WAATKTextField {
  /* will affect all input[type=text|password] fields */
}


div#errors {
	margin: 0 0 1.5em 0;
	padding: 1.5em;
	border: #C00 1px solid;
	background-color: #FFC;
}

div#errors h3, h3.errors {
	color: #C00;
	font-weight: bold;
}

div#errors ul {
	list-style: disc;
	margin-left: 1.5em;
	padding-left: 1.5em;
}

div#errors strong {
	text-decoration: underline;
}

.error {
	background-color: #FFC;
	border: #C00 1px solid;
	padding: 0.25em;
} 

.dataTable, #cart {
	margin: 1.5em 0 0;
}

.dataTable caption, #cart caption {
	font-size: 1.6667em; /* 12px x 1.6667 = 20px */
	line-height: 1.8em; /* 12px x 1.8 = 36px */
	font-style: oblique;
}

.dataTable th,#cart th, .dataTable td, #cart td, .dataTable td img {
	padding: 0.1em;
	vertical-align: middle;
}

.dataTable th, #cart th {
	vertical-align: bottom;
}

.dataTable thead tr th, #cart thead tr th {
	border-bottom: 1px solid #F1DADE;
	padding: 0 0.5em;
	text-align: center;
}

#cart tbody td {
	border: none;	
	border-top: 1px solid #F1DADE;
	border-bottom: 1px solid #F1DADE;
	padding: 0.25em 0.5em;
}

.dataTable tbody td {
	border: 1px solid #F1DADE;
}

.dataTable tbody td.central, #cart td.central {
	text-align: center;
}

.dataTable tbody td.right, #cart tbody td.right, #cart tfoot th.right {
	text-align: right;
}

.dataTable tbody td em {
	color: #CC0000;
}

.dataTable tbody tr.alt td {
	background: #FAF3F4;
}

.dataTable tbody tr.over td {
	background: #F4E2E5;
}

.dataTable tfoot td p {
	margin: 1.5em 0 0;
}

tfoot td {
	text-align: right;
}

tfoot td.discount {
	color:#FF0000;
}

tfoot tr.grandTotal {
	border-top: 1px solid #F1DADE;
}

tfoot tr.grandTotal td {
	font-weight: bold;
}

tfoot th {
	border-right: 1px solid #F1DADE;
	text-align: left;
}

tfoot td p {
	margin: 1.5em 0 0;
	text-align: left;
}

#physicalAddress, #mailingAddress {
	float: left;
	padding-top: 1.5em;
	width: 20em;
}

.furtherDetails {
	border-top: solid 1px #F1DADE;
	clear: both;
	padding: 1.5em 0;
	width: 100%;
}

.furtherDetails li span {
	display: block;
	float: left;
	width: 9em;
}