body {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 101%;
}

td {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

th {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
}

H1 {
	font-family: verdana, sans-serif;
	font-size: 19px;
	font-weight:bold;
	margin-bottom:0px;
	color: #102873;
}
.header {
	font-family: verdana, sans-serif;
	font-size: 19px;
	font-weight:bold;
	margin-bottom:0px;
	color: #102873;
}

H2 {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #102873;
}
hr {
	border: 0;
	background-color: #a8b1cd;
	height: 1px;
	}
A:link {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #102873;
	text-decoration: underline;
}

A:visited {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #102873;
	text-decoration: underline;
}

A:active {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #102873;
	text-decoration: underline;
}

A:hover {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #102873;
	text-decoration: none;
}

.smtext {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #102873;
}

A.footer:link {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #102873;
	text-decoration: none;
}

A.footer:active {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #102873;
	text-decoration: none;
}

A.footer:visited {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #102873;
	text-decoration: none;
}

A.footer:hover {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #102873;
	text-decoration: underline;
}

/* table.standard in some form */
table.standard {
	border: 1px solid #000000;
	border-collapse: collapse;
	empty-cells: show;
}

table.standard td, table.standard th {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 5px;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #eeeeee;
	empty-cells: show;
	vertical-align: top;
}

table.standard th {
	color: #000000;
	background-color: #9EA1CA;
	color: #000000;
}

table.standard tr.alt td {
	background-color: #dddddd;
}

table.standard tr.highlighted td {
	background-color: #BDD1DC;
}

/* button styling */
.submit_button, input[type=submit], input[type=button], input[type=reset], button {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	color: #102873;
	line-height: 20px;
	border: 2px solid #102873;
	background-color: #DEDFE7;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	padding: 5px 3px 5px 3px;
}

div.left_side {
  padding: 10px;
  width: 162px;
}

div.left_side .title {
  font-weight: bold;
  padding-bottom: 5px;
}

div.left_side .content {
  font-weight: normal;
  margin-bottom:20px;
}

.errors{
  color:red;
}
#checkout_steps table{
  width:100%;
}
#checkout_steps table th,#checkout_steps table td{
  padding:7px;
  padding-left:10px;
  padding-right:10px;
  width:25%;
  text-align:center;
} 

#cart_page h1{
  margin-bottom:10px;
}