#testrite-checkout-page
{
	overflow-x: hidden;
}

#shipping-progress-outer
{
	display: inline-block;
	margin: 0px auto;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
	width: 280px;
	height: 24px;
	border: 1px solid #999999;
	text-align: left;
}

#shipping-progress-inner
{
	width: 0px;
	height: 24px;
	display: block;
	background-color: #999999;

	-webkit-transition: all 50ms linear;
	-moz-transition: all 50ms linear;
	-ms-transition: all 50ms linear;
	-o-transition: all 50ms linear;
	transition: all 50ms linear;
}

.checkout-proceed-checkout
{
	font-family: Trebuchet MS, Arial;
	float: right;
	display: block;
	width: 250px;
	height: 30px;
	font-size: 19px;
	font-style: italic;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	background-color: #15325a;
	text-align: center;
}
.checkout-proceed-checkout:hover
{
	color: #ffffff;
	text-decoration: none;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.checkout-proceed-shipping
{
	font-family: Trebuchet MS, Arial;
	float: right;
	display: block;
	width: 250px;
	height: 30px;
	font-size: 19px;
	font-style: italic;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	background-color: #b1b1af;
	text-align: center;
}
.checkout-proceed-shipping:hover
{
	color: #ffffff;
	text-decoration: none;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.checkout-continue-shopping
{
	font-family: Trebuchet MS, Arial;
	float: right;
	display: block;
	width: 250px;
	height: 30px;
	font-size: 19px;
	font-style: italic;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	background-color: #5f6366;
	text-align: center;
}
.checkout-continue-shopping:hover
{
	color: #ffffff;
	text-decoration: none;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.checkout-table
{
	width: 100%;
	border: 0px;
}

.checkout-table th
{
	color: #15325a;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 3px solid #15325a;
	padding-bottom: 8px;
}

.checkout-table td
{
	color: #666666;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	padding-top: 6px;
	padding-top: 6px;
}

.line-item
{
	padding-top: 12px !important;
	padding-bottom: 10px !important;
}

.line-item-thumbnail
{
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 6px;
	text-align: center;
}

.line-item-thumbnail-img
{
	height: 40px;
	width: auto;
	max-width: 40px;
	border: 0px;
	width: expression(this.width > 40 ? 40: true);
}

.checkout-table select
{
	font-size: 11px;
}

.checkout-table textarea
{
	border: 1px solid #cccccc;
	width: 95%;
	height: 24px;
	padding: 6px;
	font-family: Arial;
	font-size: 13px;
	color: #666666;
}

.checkout-model-number
{
	font-size: 12px;
	font-weight: bold;
}

.checkout-price
{
	font-size: 12px;
	font-weight: bold;
	color: #15325a;
}

.checkout-price-light
{
	font-size: 12px;
	font-weight: normal;
	color: #15325a;
}

.checkout-price-2
{
	font-size: 12px;
	font-weight: bold;
}

.checkout-table-notes
{
	padding-top: 0px;
	font-size: 9px !important;
	width: 450px;
	float: left;
}

.checkout-table-notes-nopad
{
	border-bottom: 1px solid #15325a !important;
	padding-bottom: 4px !important;
	padding-top: 4px !important;
	font-size: 9px !important;
}

.checkout-table-notes-nopad-noline
{
	padding-bottom: 4px !important;
	padding-top: 4px !important;
	font-size: 9px !important;
}

.checkout-section-header
{
	background-color: #15325a;
	color: #ffffff;
	text-align: center;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	font-family: Trebuchet MS, Arial;
	font-style: italic;
}
.checkout-section-body
{
	background-color: #eeeeee;
	padding: 10px;
	color: #000000;
}
.checkout-section-body div
{
	color: #000000;
}

.checkout-small-button
{
	background-color: #15325a;
	color: #ffffff;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.checkout-small-button:hover
{
	background-color: #808080;
	color: #ffffff;
	text-decoration: none;
}

.checkout-small-button-2
{
	background-color: #15325a;
	color: #ffffff;
	padding-left: 36px;
	padding-right: 36px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	float: right;
}
.checkout-small-button-2:hover
{
	background-color: #808080;
	color: #ffffff;
	text-decoration: none;
}

.checkout-small-button-grey
{
	background-color: #808080;
	color: #ffffff;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.checkout-small-button-grey:hover
{
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
}

.checkout-page-left
{
	float: left;
	width: 448px;
}
.checkout-page-left h2
{
	margin-top: 0px;
	font-family: Trebuchet MS, Arial;
	display: block;
	height: 30px;
	font-size: 19px;
	font-style: italic;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	background-color: #b1b1af;
	padding-left: 20px;
}

.checkout-page-right
{
	margin-left: 508px;
	width: 448px;
}
.checkout-page-right h2
{
	margin-top: 0px;
	font-family: Trebuchet MS, Arial;
	display: block;
	height: 30px;
	font-size: 19px;
	font-style: italic;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	background-color: #5f6366;
	padding-left: 20px;
}

.checkout-shipping-notes
{
	padding-top: 100px !important;
	padding-left: 10px;
	font-size: 9px !important;
	background-image: url('/images/asterik.png');
	background-position: 2px 100px;
	background-repeat: no-repeat;
}

.checkout-shipping-method
{
	margin-left: 480px;
	background-color: #ececec;
}
.checkout-shipping-method h2
{
	margin-top: 0px;
	font-family: Trebuchet MS, Arial;
	display: block;
	height: 30px;
	font-size: 19px;
	font-style: italic;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	background-color: #b1b1af;
	padding-left: 20px;
}


.checkout-shipping-method table
{
	width: 100%;
	border: 0px;
	margin-left: 20px;
}

.checkout-shipping-method th
{
	color: #666666;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	padding-bottom: 8px;
}

.checkout-shipping-method td
{
	color: #666666;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
}

.checkout-thankyou-bar
{
	font-family: Trebuchet MS, Arial;
	display: block;
	height: 30px;
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	background-color: #183a58;
	width: auto;
	text-align: center;
}
.checkout-thankyou-bar a
{	color: #ffffff;
	text-decoration: underline;
}
.checkout-thankyou-bar a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.checkout-subtitle
{
	color: #666666;
	font-size: 15px;
	font-weight: bold;
}

.checkout-receipt-col-1
{
	position: absolute;
	margin-left: 200px;
	width: 300px;
}

.checkout-receipt-col-2
{
	margin-left: 600px;
}

.checkout-receipt-subcol-1
{
	position: absolute;
	width: 100px;
	text-align: right;
}

.checkout-receipt-subcol-2
{
	margin-left: 110px;
}

.freight-not-included
{
	color: #990000 !important;
}

#we-will-call-col
{
	position: absolute;
	width: 450px;
	padding-top: 36px;
}

#we-will-call-header
{
	width: 420px;
	height: 32px;
	font-size: 18px;
	display: block;
	line-height: 32px;
	text-align: left;
	padding-left: 30px;
	color: #ffffff;
	font-style: italic;
	background-color: #183a58;
	font-family: Tahoma, Arial;
}

#we-will-call-text
{
	width: 410px;
	display: block;
	background-color: #ececec;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#we-will-call-text ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#we-will-call-text li
{
	padding-top: 4px;
	padding-bottom: 4px;
}

#we-will-call-footer
{
	width: 450px;
	height: 24px;
	font-size: 13px;
	display: block;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
	font-style: italic;
	background-color: #183a58;
	font-family: Tahoma, Arial;
}

.checkout-left-side
{
	float: left;
	width: 48%;
}

.checkout-right-side
{
	float: right;
	width: 48%;
}

.checkout-table-right
{
	margin-left: 500px;
	width: 450px;
	padding-top: 40px;
}

.checkout-table-right-subtotal
{
	text-align: right;
}

.checkout-table-right-info
{
	width: 400px;
	font-style: italic;
}
.checkout-table-right-info h4
{
	margin-top: 0px;
	margin-bottom: 10px;
	color: #144370;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}

.checkout-table-left-info
{
	padding-left: 30px;
	font-style: italic;
}
.checkout-table-left-info h4
{
	margin-top: 0px;
	margin-bottom: 10px;
	color: #144370;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}

.checkout-table-right-button
{
	clear: both;
	float: right;
	font-family: Trebuchet MS, Arial;
	float: right;
	display: block;
	width: 445px;
	height: 30px;
	font-size: 19px;
	font-style: italic;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	background-color: #b1b1af;
	text-align: left;
	padding-left: 30px;
	margin-right: 10px;
}
.checkout-table-right-button:hover
{
	color: #ffffff;
	text-decoration: none;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.checkout-table-left-header
{
	font-family: Trebuchet MS, Arial;
	display: block;
	width: 420px;
	height: 30px;
	font-size: 19px;
	font-style: italic;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	background-color: #b1b1af;
	text-align: left;
	padding-left: 30px;
	margin-right: 10px;
}

#orange-text
{
	color: #183a58 !important;
	font-family: Trebuchet MS, Arial;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
}

.orange-small-text
{
	color: #183a58 !important;
	font-weight: bold;
}

#minimum-purchase
{
	text-align: right;
	color: #cc0000;
	font-style: italic;
}

.checkout-orange-bottom
{
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	font-style: italic;
	color: #183a58;
}

/***************************************************
* Checkout Progress Bar
***************************************************/

#checkout-progress
{
	width: 100%;
	height: 28px;
	background-color: #eeeeee;
	color: #666666;
	margin-bottom: 12px;
}

.checkout-progress-item
{
	width: 25%;
	height: 28px;
	text-align: center;
	float: left;
	font-size: 12px;
	font-family: Arial;
	line-height: 28px;
	background-image: url('/images/checkout-progress-edge.png');
	background-position: right top;
	background-repeat: no-repeat;
}

.checkout-progress-item-on
{
	width: 25%;
	text-align: center;
	color: #ffffff;
	background-color: #183a58;
	float: left;
	font-size: 12px;
	font-family: Arial;
	line-height: 28px;
	background-image: url('/images/checkout-progress-edge-on.png');
	background-position: right top;
	background-repeat: no-repeat;
}

.checkout-progress-item-on2
{
	width: 25%;
	text-align: center;
	color: #ffffff;
	background-color: #183a58;
	float: left;
	font-size: 12px;
	font-family: Arial;
	line-height: 28px;
	background-image: url('/images/checkout-progress-edge-on2.png');
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
}

#checkout-progress-confirm
{
	background-image: none !important;
}

#shipping-frames
{
	display: none;
}

