#checkout_page {
	color: #222;
}

#checkout_page table {
	border-collapse: collapse;
}

#checkout_page table td {
	vertical-align: top;
}

#checkout_page .loading {
	background: transparent url(/images/ajax-loader.gif) center center no-repeat;
}

#checkout_page hr {
	border: none;
	border-bottom: 1px solid #E2E2D6;
	width: 670px;
	height: 1px;
}

/* order summary */
#order_summary {
	width: 210px;
	float: right;
	border: 1px solid #E2E2D6;
	font-size: 10px;
	padding: 5px;
}

#order_summary table {
	width: 100%;
}

#checkout_login {
	float: right;
	margin: 0;
	padding: 5px;
	border: 1px dashed #E2E2D6;
}

#checkout_page .button {
	border: 1px solid #666;
	color: #666;
	background-color: #E2E2D6;
	font-weight: bold;
	padding: 0 5px;
}

#order_summary .button {
	float: right;
}

#edit_cart_button.button {
	float: right;
	margin: 5px 15px;
}

#checkout_page .button:hover {
	text-decoration: none;
}

#order_summary h2 {
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

#order_summary .amount {
	width: 60px;
	text-align: right;
}

#order_summary .cart_label {
	text-align: right;
}

#checkout_page .info {
	padding-bottom: 10px;
}

#checkout_page .info h2 {
	margin: 0px 10px 10px;
	padding: 5px 20px;
	font-weight: normal;
	background-color: #E2E2D6;
}

#billing_info {
	width: 480px;
}

#checkout_page .fields {
	margin: 0px 10px;
	padding: 10px;
}

#checkout_page .field {
	margin-bottom: 5px;
}

#checkout_page p.label {
	margin: 0;
}

#checkout_page label span, #checkout_page .label span {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}

#checkout_page span.inline, #checkout_page label.radio span {
	display: inline;
	float: none;
	padding-left: 5px;
	text-align: left;
	width: auto;
}

#checkout_page label.radio input {
	width: auto;
}

#checkout_page .required span {
	font-weight: bold;
}

#checkout_page label input {
	width: 200px;
}

#checkout_page .label input.areacode, 
#checkout_page .label input.prefix,
#checkout_page .label input.linenumber,
#checkout_page .label input.extension {
	width: 62px;
}

.cc_type img {
	opacity: 0.3;
	margin-right: 15px;
}

#shipto_selection {
	margin: 10px 30px;
}

#shipping_info .fields {
	display: none;
}

#cart_info table {
	width: 690px;
	margin: 0px 10px 10px;
}

#cart_info table a:hover {
	text-decoration: none;
}

#cart_info th {
	background-color: #eee;
	padding: 5px;
	text-align: center;
	border: 1px solid #eee;
}

#cart_info td {
	padding: 5px;
	text-align: left;
	border: 1px solid #E2E2D6;
}

#cart_info .productName {
	display: block;
}

#cart_info .productOption {
	font-size: 9px;
	color: #666;
}

#cart_info .productThumb {
	float: left;
	margin-right: 5px;
}

#cart_info .productThumb img {
	border: 1px solid #666;
	width: 40px;
	height: 40px;
}

#cart_info td.amount {
	text-align: right;
}

#cart_info td.borderless {
	border: none;
}

#order_submit {
	text-align: right;
}

/* lightbox */
#overlay {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 998;
	background-color: black;
	width: 100%;
}

#checkout_login_panel {
	position: absolute;
	z-index: 999;
	background: transparent url(/images/login_bubble.png) top left no-repeat;
	width: 230px;
	height: 110px;
	padding: 40px 10px 0;
	text-align: right;
}

#checkout_login_panel label {
	display: block;
	margin-bottom: 5px;
}

.errorMsg {
	color: red;
	border: 1px solid red;
	margin: 10px;
	padding: 5px;
	background-color: #fff2f2;
}
