
#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.clear {
  clear: both;
}

.actions {
  font-size: 11px;
}

.fieldWithErrors {
  display: inline;
  color: red;
  font-size: 0.8em;
}

.fieldWithErrors input {
  margin-bottom: 8px;
  background-color: #fbb;
}

#errorExplanation {
  /*width: 400px;*/
  /*border: 2px solid #CF0000;*/
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0px;
  background-color: #f33;
  color: #fff;
  font-family: Verdana,sans-serif;
}
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}
#errorExplanation ul {
  margin: 2px 24px;
}
#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

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

#line_items th {
  font-size: 0.8em;
  color: #FFF;
  background-color: #0163a9;
  padding: 4px 8px;
  padding-bottom: 4px;
  text-align: left;
}

#line_items td {
  padding: 4px 8px;
  font-size: 0.7em;
}

#line_items p {
	color: #333;
	font-size: 1.0em;
	margin:0;
	padding: 0;
}
#line_items p.description {
	color: #777;
	font-size: 0.8em;
	margin: 0 0 0 10px;
	padding: 0;
}

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

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

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

#line_items .subprice {
  text-align: right;
  
}

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

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

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

#line_items .update {
  text-align: right;
  border-top: solid 1px #6D74C7;
}

#checkout_buttons {
	margin-top: 20px;	
}

#cc_details {
	float: left;
	width: 350px;
	
}

#cc_details h1 {
	margin-right: 10px;
	background-color: #8cf;
}


#billing_details {
	float:left;	
	width: 365px;
	margin-bottom: 40px;
}

#billing_details h1 {
	
	background-color: #8cf;
}

.submit {
	text-align: center;
}

#shipping_details {
	clear:both;
	
}

#shipping_details h1 {
	
	background-color: #fc8;
}