/* Progress Indicator */
#progress {
	border: 2px solid #ccc;
	padding: 0;
	margin: 0;
	font-size: 11pt;
}

#progress td {
	text-align: center;
	padding: 1ex;
}

#progress td, #progress td a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#progress td.current {
	background: #ccc;
	color: black;
}

/* Header */
#header { position: relative; top: 0; left: 0; margin-top: 30px; }
#header #verisign { position: absolute; right: 5px; top: -30px; }
#header h1 {
	background: #eee;
	color: black;
	font-size: 14pt;
	padding: 4px 0 4px 12px;
	margin-bottom: 1px;
}

#err_block {
	border: 1px solid red;
	border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 1em;
	color: red;
	font-weight: bold;
	margin-top: 1em;
	display: none;
}

#err_block h3 {
	margin: 0;
	font-size: 14pt;
	color: red;
}

#err_block .err_msg {
	color: black;
	font-weight: normal;
	font-size: 10pt;
}

/* Shopping Cart section */
.cart {
	empty-cells: show;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.cart thead tr {
	background: #ccc;
}

.cart tbody td {
	padding: 8px;
}

.cart tbody.products td {
	border: 1px solid #ccc;
	border-bottom: none;
}

.cart tbody.products .promo td {
	border-top: none;
	padding: 0 8px;
	margin-top: -8px;
}

.cart *.subtotal td {
	border-top: 1px solid #ccc;
	font-weight: bold;
}

.cart .total { font-weight: bold; color: red; }

.cart .label { font-weight: bold; }

.cart .lotlist_note { color: maroon; font-size: smaller; font-weight: bold; }

.cart .promo { color: red; }

/* Body */
form h2 {
	margin-top: 1.4em;
}

.label_line {
	position: relative;
	top: 0; left: 0;
}

form label {
	font-weight: bold;
	color: #333;
}

.wtf {
	position: absolute;
	top: 2px; left: 100%;
	width: 15ex;
	color: #999;
	font-weight: normal;
	font-size: smaller;
	padding-left: 1ex;
}

.wtf a {
	color: #060;
	cursor: help;
}

.wtf .content {
	position: absolute;
	top: 0; left: 12ex;
	width: 400px;
	border: 1px solid #333;
	padding: 1ex;
	display: none;
	color: black;
	background: #eec;
	overflow: auto;
	font-size: 10pt;
}

.wtf .close {
	text-align: center;
}

.wtf .close a {
	cursor: pointer;
}

.note { font-size: x-small; color: #666; font-weight: normal; }

h2.error, .error label, .error input { color: red; }
.msg { font-size: smaller; font-weight: normal; display: none; }
.error .msg { display: inline; }

/* Review Cart */
#shipMsg {
	font-weight: bold;
	text-align: right;
	color: red;
}

#update_box {
	border: 1px solid #ccc;
	font-size: xx-small;
	padding: 10px;
	width: 300px;
}

#update_box input {
	padding-left: 10px;
}

#impulse { background: #faf9e6; border: 1px solid #e5e4c9; }
#impulse thead tr { background: #efeed3; }
#impulse thead th { background: #e5e4c9; text-align: left; font-weight: bold; }
#impulse .note { color: #060; }
#impulse .left {
	border-right: 1px solid #efeed3;
}
#impulse .right {
	border-left: 1px solid #efeed3;
}

/* Review order */
.info_box { border: 1px solid #eee; margin-bottom: 1em; padding-left: 10px; }

.info_box h2 {
	margin: 0 0 0 -10px;
	padding: 5px 0 5px 10px;
	font-size: 12pt;
	background: #eee;
	color: black; 
}

.info_box .edit {
	font-size: smaller;
	color: #666;
	font-weight: normal;
}

.info_box h3 {
	margin: 0;
	padding: 0;
	font-size: 9pt;
}

.info_box p {
	margin-top: 0;
}

/* Mini Cart Summary */
#mini_cart {
	border: 1px solid #ccc;
}

#mini_cart thead th {
	background: #eee;
	font-weight: bold;
	text-align: left;
	color: #333;
	padding: 1ex;
}

#mini_cart tbody td {
	padding-top: 1ex;
	padding-left: 1ex;
}

#mini_cart tbody .price {
	text-align: right;
	padding-right: 1ex;
}

#mini_cart tfoot th {
	background: #eee;
	font-weight:bold;
	color: maroon;
	padding: 1ex;
}

/* Footer */
#cart_foot {
	border-top: 1px solid #ccc;
	margin: 3em 0 2em 0;
	font-size: 8pt;
}

#cart_foot h1 {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	color: black;
}

#cart_foot a {
	color: black;
	font-weight: normal;
}

.tech_problems { color: red; }

