#single-page-container {
	width: 700px;
}


#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;
		width: 230px;
	}
	.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;
}

/* 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 {
			font-size:16px;
			color:#454243;
			font-weight:bold;
			text-transform:uppercase;
			margin-bottom: 10px;
			display: block;
		}
		.message {
			display: block;
			line-height: 17px;
			margin-bottom: 3px;
		}
/* right CONTAINERS */
#total_checkout_container {
	float: right;
	margin-top: 10px;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 30px;
	display: inline;
}
	#total_checkout_container table {
	}
	.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: #000000;
		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: 335px;
	padding-right: 30px;
	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;
	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;
}



.checkout-titles {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.checkout-titles2 {
	font-size: 16px;
	color: #9eaf29;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 5px 0px;
}

#checkout_table_single {
	width: 650px;
	margin-bottom: 10px;
}

#checkout_table_single th {
		height: 25px;
		background-color: #666666;
		text-align: center;
		color: #ffffff;
		font-size: 11px;
	}
	#checkout_table_single .th-left {
		text-align: left;
	}	
	#checkout_table_single td.th-line, .payment-table td.th-line {
		border-bottom: 1px solid #666666;
		padding: 1px 0px 0px 0px;
	}
	#checkout_table_single td {
		border-bottom: 1px solid #cccccc;
		padding: 10px 0px;
	}
	
#single-checkout-login {
	border: 1px solid #ccc;
	padding: 10px 20px;
	margin-bottom: 10px;
	width: 608px;
}	

	#single-checkout-login-text {
		line-height: 16px; 
		width: 400px; 
		float: left;
	}
	#single-checkout-login input {
		float: right;
	}
	
#left-container	{
	width: 315px;
	float: left;
}

	#delivery-container {
		border: 1px solid #ccc;
		padding: 10px;
		margin-bottom: 10px;
	}
	
		#total_container {
			border: 1px solid #ccc;
			padding: 10px 20px;
		}
			#total_container td {
				line-height: 13px;
			}
			#total_container hr {
				color: #c9c9c9;
			}
	#checkout-questions {}
		#checkout-questions .txtBoxStyle, #delivery-container .txtBoxStyle-comment {
			border: 1px solid #666666;
			width: 280px;
			height: 80px;
			margin-bottom: 10px;
			padding: 5px;
			font-size: 11px;
		}
		#checkout-questions .shipping-date {
			border: 1px solid #d9e397;
			width: 175px;
			height: 12px;
			margin-bottom: 10px;
			padding: 5px;
			font-size: 11px;
		}
		#content #delivery-container p {
			padding: 0px;
			margin: 0px 0px 12px 0px;
			line-height: 12px;
		}
		#checkout-questions #Select4 {
			margin-bottom: 10px;
			padding: 1px;
			height: 20px;
			font-size: 11px;
		}
#right-container {
	width: 335px;
	float: left;
}		
	#billing-container {
		border: 1px solid #ccc;
		padding: 10px;
		margin-bottom: 10px;
		margin-left: -1px;
		_display: inline-block;
	}
	#payment-container {
	
	}
		#payment-container .payment-table {
			width: 325px;
			background-color: transparent;
			margin-bottom: 15px;
			float: none;
			margin-left: 10px;
		}
		#payment-container .payment-table th {
		height: 35px;
		background-color: #666666;
		color: #ffffff;
		font-weight: bold;
		font-size: 11px;
		padding: 0px 5px;
		vertical-align: middle;
	}
		#payment-container .payment-table th .left {
			padding-top: 3px;
		}
			#payment-container .payment-table td.th-line {
				border-bottom: 1px solid #141414;
				padding: 1px 0px 0px 0px;
			}
			#payment-container .payment-table td {
				padding: 0px 0px 0px 10px;
			}
			#payment-container .payment-table td .checkout_textbox {
				width: 170px;
				padding: 1px;
				height: 15px;
				font-size: 11px;
			}
			#payment-container .payment-table td .checkout_textbox_expire {
				width: 77px;
				padding: 1px;
				height: 20px;
				font-size: 11px;
				margin-bottom: 5px;
			}
			#payment-container .payment-table td .checkout_textbox_dropdown {
				width: 174px;
				padding: 1px;
				height: 20px;
				font-size: 11px;
			}
	#divEmail {
		font-weight: bold;
		font-size: 11px;
		color: #9f9f9f;
	}
	
	#single-page-container .international-link, #content .international-link a {
		font-size: 10px;
		vertical-align: top;
	}	
	#single-page-container .international-link a {text-decoration: underline;}
	#single-page-container .international-link a:hover {text-decoration: none;}
	
	#single-page-container .coupon-list li {
		float: left;
		list-style: none;
	}
	#single-page-container .coupon-list li .btn-coupon {
		display: block;
		width: 29px;
		height: 20px;
		background: url(../images/btn-coupon.png) left top no-repeat;
		border: 0px;
		cursor: pointer;
	}
	#content .coupon-list li input {
		width: 70px;
	}
	
.ui-datepicker-trigger {
	cursor: pointer;
}	

.clear {clear: both;}

#shipResult {
	background-color: #ededed;
	padding: 15px;
	color: #000;
}

#Table24 {
	margin-bottom: 20px;
}

.left {float: left;} .right {float: right;}

.checkout_textbox_dropdown {width: 174px;}