/* global */

body {
	font: 11pt, 'Arial', Helvetica, sans-serif;
	text-align: center;
}

#container {
	width: 851px;
	height: inherent;
	margin: 0 auto;
	text-align: left;
	background: #cfe3de;
}

h1 {
	font: 15pt 'Arial', Helvetica, sans-serif;
	font-weight: bold;
}
	
h2 {
	font: 10pt/60% 'Arial', Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #0f4033/* #155c49 */;
}
	
h2 img {
	vertical-align: middle;
}
	
p {
	font: 9pt/160% 'Arial', Helvetica, sans-serif;
}

img {
	border: 0;
}

/* header and navigation */

.header {
	height: 123px;
	width: 851px;
	margin: 0 auto;
	position: relative;
	background: #f8e8bf;
}

#logo {
	position: absolute;
	top: 25px;
	left: 20px;
	width: 333px;
	height: 70px;
}

#nav {
	position: absolute;
	left: 333px;
	top: 18px;
}

#nav li {
	float: left;
	width: 95px;
	height: 70px;
	list-style: none;
}

#nav li a {
	height: 70px;
	display: block;
	border-left: 2px solid;
	border-color: #000;
	padding: 0px 8px 0px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #155c49;
}

#nav li a strong {
	font-weight: bold;
	color: #000;
}

#nav li a:hover {
	color: #cc1111;
}

/* form */

.content {
	border-top: 6px solid;
	border-color: #000;
	height: 1200px;
	padding: 0px 20px 0px 20px;
}
	
.formcontainer {
	float: left;
	width: 811px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

.formcontainer a {
	color: #155c49;
}

.formcontainer fieldset {
	width: 671px;
	margin: 0px 50px 12px 50px;
	padding: 12px;
	border: 1px solid #999999;
}
	
.formcontainer fieldset legend {
	font: 11pt 'Arial', Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
	
.name {
	font: 10pt/200% 'Arial', Helvetica, sans-serif;
}

/* footer */

.footer {
	margin: 0 auto;
	height: 108px;
	width: 811px;
	border-top: 2px solid #000;
}
	
#lillogo {
	position: absolute;
	height: 85px;
	width: 85px;
	margin: 10px 0 0 20px;
}
	
#footnav {
	position: absolute;
	margin: 20px 0px 0px 120px;
	width: 550px;
}

#footnav li {
	float: left;
	list-style: none;
	white-space: nowrap;	
}

#footnav li a {
	display: block;
	height: 1em;
	padding-right: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#footnav li a:hover {
	color: #cc1111;
}

#copycontainer {
	position: absolute;
	width: 500px;
	margin: 55px 0px 0px 160px;
}	

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
	
#author {
	float: right;
	height: 85px;
	width: 105px;
	margin: 10px 20px 0 0px;
}

/********************************************************
******		Checkout Styling		*********
*********************************************************/
#line_items {
  border: solid 1px #666;
  border-collapse: collapse;
  margin: 10px 0;
}

#line_items th {
  font-size: 12px;
  color: #000;
  /*background-color: #f8e8bf;*/
  padding: 4px 8px;
  padding-bottom: 4px;
  text-align: left;
}

#line_items td {
  padding: 4px 8px;
}

#line_items .table_head{
  border-bottom: solid 1px #666;
}

#line_items .even td {
  background-color: #f9e5b1;
}

#line_items .odd td {
  background-color: #fff4d5;
}

#line_items .price {
  text-align: right;
  font-weight: bold;
}

#line_items .qty {
  text-align: center;
}

#line_items .productName{
   font-size:12px;
   font-weight:medium;
   color:#155c49;	
}

#line_items .total {
  border-top: solid 1px #6D74C7;
}

#AddressSection1{
	position:relative;
}

#AddressSection2{
	position:relative;
	position-top:-105px;
	position-right:15px;
}

#CreditCardSection{
	
}
