/*
// OVERALL LAYOUT STYLES
*/

body, td, a, textarea, input {
  font-size: small;
  line-height: 20px;
  color: #000000;
  font-family: Arial;
}

body {
  width: 100%;
  margin: 0px;
  background: #ffffff;
  background-position:top center;
}

table {
  border-spacing: 0px 0px;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:hover, a.underline {
  text-decoration: underline;
}

hr {
  border: none;
  border-bottom: 1px solid #8a8a8a;
  height: 1px;
  line-height: 1px;
}

h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
}

h2 {
  margin: 20px 0 0 0;
}

h3 {
  margin: 10px 0 10px 0;
}

img {
  border: 0px;
  display: block;
}

ul, ol {
  margin: 0px;
  padding:0px;
}

li {
  padding: 1px 0 0 0;
  list-style: none;
}

p {
  margin: 0px;
  padding: 0px;
}

form {
  margin: 0px;
}

input, textarea {
  margin: 0;
  padding: 0;
}

select {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

/*
// Alignment
*/

.center { /* Center an image in a Div or Td */
  margin-left: auto;
  margin-right: auto;
}

.left { /* Align image to the left in a Div or Td */
  margin-left: 0;
  margin-right: auto;
}

.right { /* Align image to the right in a Div or Td */
  margin-left: auto;
  margin-right: 0;
}

div.right {
	float: right;
}

/*
// Colors
*/

.aqua { color: aqua; }
.black { color: black; }
.blue { color: #0784b3; }
.fuchsia { color: fuchsia; }
.grey { color: #cfcfd0; }
.green { color: #00fe00; }
.lime { color: lime; }
.maroon { color: maroon; }
.navy { color: navy; }
.olive { color: olive; }
.purple { color: purple; }
.red { color: red; }
.silver { color: silver; }
.teal { color: teal; }
.white { color: white; }
.yellow { color: yellow; }
.orange { color: #e27e2b; }

/*
// Styles
*/

.b { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }

.error { color: red; }
.tip { background: #7FCEF4; font-weight: bold; }
.online { color: green; padding: 5px; font-weight: bold; font-size: 14px; }

/*
// Sizes
*/

.small { font-size: 9px; }
.standard { font-size: 12px; }
.medium { font-size: 14px; }
.large { font-size: 16px; }

.clear {
  clear: both;
}

/*
// Top and Bottom margin
*/

.tb-margin {
  margin: 10px 0;
}

#tooltip {
  display: block; 
  position: absolute; 
  right: 10px;
  z-index: 1;
  margin-top: 5px;
}

#tooltip_wide {
  display: block; 
  position: absolute; 
  right: 10px;
  z-index: 1;
  margin-top: 5px;
  width: 600px;
  font-weight: normal;
}
.payment-img {
	float: left; 
	padding-right: 5px;
	padding-bottom: 5px;
}
.payment-text {
	align: right;
	display: table-cell;
	padding-left: 5px;
}
