#company_info {}

	#company_info_block {
		margin: 0px;
		padding: 0px;
		float: left;
	}
		#company_info_block li{
			list-style: none;
		}
	
	.checkout_logo {
		float: left;
		margin-right: 20px;
	}

/*GENERIC FLOATING CLASSES*/

.float_left {float: left;}
.float_right {float: right;}

/* CHECKOUT TABLE - Table that contains options, pricing, img, quanty, etc.. */
#checkout_table {
	margin-bottom: 10px;
	width: 700px;
}
	#checkout_table th {
		height: 25px;
		background-color: #141414;
		text-align: center;
		color: #ffffff;
		font-size: 11px;
	}
	#checkout_table .th-left {
		text-align: left;
	}	
	#checkout_table td.th-line, .payment-table td.th-line {
		border-bottom: 1px solid #cccccc;
		padding: 1px 0px 0px 0px;
	}
	#checkout_table td {
		border-bottom: 1px solid #cccccc;
		padding: 10px 0px;
	}
	
/* Content Styling - Styling for content within the "Checkout Table" */
	.item_name_description {
		display: block;
		float: left;
		padding-left: 10px;
		line-height: 18px;
		font-size: 11px;
	}
	.item_name_description .item_name_title {
		font-size: 12px;
	}
	.cart_thumbnail {
		border: 1px solid #cccccc;
		float: left;
	}
	
/* CHECKOUT BUTTONS - Both floated left or right on layout. Margin may change due to design */

#btn_continue {
	display: block;
	float: left;
}
#btn_update {
	display: block;
	float: right;
	margin-right: 30px;
}

/* CONTAINERS - Promotion code/shipping fields for left column, total price and checkout button for right column  */

/* LEFT CONTAINERS */
#code_container {
	float: left;
	margin-top: 20px;
}
	#code_container .text_box {
		width: 185px;
	}
	.checkout_note {
		font-size: 11px;
		line-height: 17px;
		color: #4c4c4c;
		display: block;
		margin-bottom: 25px;
	}
		#gift_cert, #shipping {
			padding: 20px 0px;
			border-top: 1px solid #cccccc;
			width: 350px;
		}
		#shipping_method, #shipping_insurance {
			padding: 10px 0px 20px 0px;
			border-bottom: 1px solid #cccccc;
			width: 350px;
		}
		.promo_shipping_header {
			display: block;
			font-weight: bold;
			font-size: 16px;
			color: #363636;
			margin-bottom: 5px;
		}
		.message {
			display: block;
			line-height: 17px;
			margin-bottom: 3px;
		}
/* right CONTAINERS */
#total_checkout_container {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	font-size: 12px;
	line-height: 20px;
}
	#total_checkout_container table {
		margin-bottom: 20px;
	}
	.bold_currency {
		font-weight: bold;
		font-size: 14px;
		color: #818181;
	}
	.subtotal {
		display: block;
		margin-bottom: 5px;
		font-weight: bold;
		font-size: 14px;
		color: #4c4c4c;
	}
	.balance {
		display: block;
		font-weight: bold;
		font-size: 14px;
		color: #4c4c4c;
		line-height: 26px;
		
	}
	.subtotal_price {
		font-weight: bold;
		color: #0053A0;
		font-size: 19px;
	}
	
/* CHECKOUT STEPS - Checkout icons */

#checkout_step {
	float: right;
	margin-right: 30px;
	width: 228px;
	height: 32px;
	background: url(../images/checkout-steps.gif) left top no-repeat;
}

#checkout_step.step2 {
	background-position: 0 -34px;
}

#checkout_step.step3 {
	background-position: 0 -68px;
}

/* CHECKOUT 1 LEFT CONTAINER - Login section */

#checkout1-left {
	float: left;
	width: 260px;
	padding-right: 50px;
	margin-top: 10px;
	margin-right: 25px;
	border-right: 1px solid #cccccc;
	height: 590px;
}

/* CHECKOUT 1 RIGHT CONTAINER - Create account */

#checkout1-right {
	float: left;
	margin-top: 10px;
}

.checkout_header {
	display: block;
	font-size: 16px;
	color: #363636;
	font-weight: bold;
	margin-bottom: 6px;
}
.shipping_table {
	margin-bottom: 25px;
}
	.shipping_table td {
		height: 26px;
	}
	.shipping_table .table_description {
		width: 95px;
	}
		.shipping_table td .txtBoxStyle {
			width: 175px;
			font-size: 11px;
			height: 20px;
		}
		.shipping_table td input {
			height: 15px;
			font-size: 11px;
			padding-top: 2px;
		}
		.shipping_table td .checkout_textbox {
			width: 172px;
		}
.color_star {
	color: #ff7902;
	vertical-align: top;
}
.optional {
	color: #ff7902;
	font-size: 11px;
}
#checkout1_shipping_info {
	margin-left: 310px;
	border-left: 1px solid #cccccc;
	padding-left: 25px;
}
/* CHECKOUT 2 LEFT CONTAINER - Shipping info */

.insurance-table, .shipping-method {}
.insurance-table td, .shipping-method td {
	padding: 5px;
}

/* CHECKOUT 3 LEFT CONTAINER - Billing info */

#checkout3-left, #checkout4-left  {
	float: left;
	width: 285px;
	padding-right: 50px;
	margin-top: 10px;
}

/* CHECKOUT 3 RIGHT CONTAINER - Shipping info */
#checkout3-right, #checkout4-right {
	float: left;
	margin-top: 10px;
	line-height: 17px;
}

#checkout3_comment {
	float: left; 
	width: 250px;
	padding-right: 30px;
}
	#checkout3_comment .comment_box {
		width: 250px;
		font-size: 11px;
	}
.payment-table {
	width: 400px;
	background-color: #f2f2f2;
	margin-bottom: 15px;
	margin-right: 30px;
	float: right;
}	
	.payment-table th {
		height: 35px;
		background-color: #141414;
		color: #ffffff;
		font-weight: bold;
		font-size: 16px;
		padding: 0px 10px;
		vertical-align: middle;
	}
		.payment-table th .left {
			padding-top: 3px;
		}
	.payment-table td {
		padding: 5px 0px 5px 10px;
	}
		.payment-table td .checkout_textbox {
			width: 170px;
		}
		.payment-table td .checkout_textbox_expire {
			width: 79.5px;
		}
		.payment-table td .checkout_textbox_dropdown {
			width: 174px;
		}
		
#create_new_account {
	display: none;
}

#create_new_account.show{
	display: block;
}
