﻿/* Global resets */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr {
	border: 0;
}
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ul.checkout-options  li {
    clear:both;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
}
a, a:link, a:hover, a:active, a:visited {
	color: #007fe1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Common selectors */
.ghost {
	overflow: hidden;
	text-indent: -999em;
	display: block;
	padding:0;
	margin:0;
}
.breaker {
	clear: both;
	height: 1px;
	overflow: hidden;
	text-indent: -99em;
}
.container {
	position: relative;
}
.overlay {
	overflow:auto;
}
.price {
	color: #777;	
}
/* Text & Typography */
body {
	font-family: Arial,sans-serif;
	font-size: 75%;
	color: #333;
}
h2 {
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:1.8em;
	padding-bottom:0.5em;
}
h3 {
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:1.4em;
	padding-bottom:0.5em;
}
h4 {
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:13px;
	color:#174a64;	
	margin-bottom:0.5em;
}
/* Forms */
input.text {
	padding: 2px 2px;
}
/* Tables */
table {
	width: 100%;
}
td.secondary {
	text-align: right;
}
ul.list {
    margin:0.2em 0 0.7em 3em;   
}
ul.list li {
    list-style:square;   
}
/* Order List */
.order-list h3 {
    font-weight:bold;
    font-size:110%;   
}
.order-list th, 
.order-list td {
    padding:1px;   
}
.order-list th {
    font-weight:bold;
    font-size:95%;
    font-variant:small-caps;
    color:#000;
}
.order-list .pending-orders {
    padding:8px;
    border:1px solid #4CDD45;
    background:#E3FFE1;
    margin:5px 0;
}
.order-list .archived-orders {
    padding:8px;
    border:1px solid #CCC;
    background:##F4F4F4;
    margin:5px 0;
}