﻿#order {padding: 20px; background-color: #ffffff; font-size: small;}

/* Classes */

#order .label {text-align: left; padding: 3px;}
#order .field {text-align: right; padding: 3px;}
#order .section {height: 100%;}
#order h1
{
	font-family: "Trebuchet MS",Arial,Helvetica,Sans-Serif;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	line-height: 1em;
	margin-top: 0;
}
#order h3 {font-weight: bold; color: #888888; font-size: small; margin: 0; padding: 3px;}

/* Sections */

#order #billing {width: 420px; float: left; margin-right: 5px; margin-bottom: 5px;}
#order #delivery {width: 420px; float: right; margin-left: 5px; margin-bottom: 5px;}
#order #contact {width: 420px; float: left; margin-right: 5px; margin-top: 10px;}
#order #credit {width: 420px; float: right; margin-left: 5px; margin-top: 10px;}
#order #aircraft {width: 860px; padding-top: 10px; padding-bottom: 15px;}

/* Product List */

#order #products table {width: 860px; border: Solid 1px #aaaaaa; margin: 0 auto;}
#order #products table thead {background-color: #ffffcc;}
#order #products table tbody td,th {padding: 3px; text-align: left;}
#order #products table tbody tr:hover {background-color: #e8e8e8;}
#order #products table tbody .price {font-family: Monospace; text-align: right;}
#order #products table tbody .select {vertical-align: middle; text-align: center;}

/* Totals */

#order #totals {float: right; margin-top: 10px;}
