
/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }


#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 3em;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 55em;				/* <-- use this for a set width */
	background-color: #fff; /* change color of the background of box */
	}
 	
#content
	{
	padding:3em;
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(/images/checkout/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(/images/checkout/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(/images/checkout/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(/images/checkout/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(/images/checkout/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(/images/checkout/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(/images/checkout/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(/images/checkout/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
#teaser { width:866px; }

	#teaser h2 {
		background:url("/images/checkout/Long_Background_No_Line.png") top center no-repeat;
		margin:0;
		padding:8px 10px 0.5em;
		font-size:14pt;
		color:#000;
		text-align:left;
	}
#teaserBody {
	background: none repeat scroll 0 0 #FFFFFF;
    border-color: #D8D8D8;
    border-style: solid;
    border-width: 0 1px;
    padding: 0 8px;
	overflow:auto;/* not sure why, i think the generated html is terrible and needs fixin*/
}
	#teaser a.more {
		display:block;
		text-align:right;
		padding:0 10px 10px 0;
		background:url("/images/tsr-r.gif") bottom right no-repeat;
	}
	#teaser .ProceedToChckoutBtn {
		text-align:right;
	}
	#teaser th {}
	td.special, th.special { padding:2px 0; border:1px solid #ddd; height:20px; font-size:11px; color:#000; }
	td.special2 {  height:20px; font-size:11px; color:#000; } 
	td.special2 input { margin-left:5px; padding:2px; vertical-align:text-top;
}
	td.special3 {  height:10px; font-size:11px; color:#000; } 
/* REVIEW ORDER */
#SecureChckOutReviewOrder {
		/* background-image:url('/images/checkout/Secure_Review_Order.png');*/
		width: 845px;
		height: 41px;
	}

#ReviewOrderBorder h2	{
		font-size:16pt;
		font-weight:bold;
		color:#000;
		text-align: left;
		padding-top:13px;
}

#ReviewOrderBorder {
	background-image: url("/images/checkout/Long_Background_No_Line.png");
	background-repeat:no-repeat;
    margin-top: 10px;
    padding: 10px;
    width: 846px;
}

#ReviewBillShipInfo {
	margin-left:0px;
	line-height:1.2em;
}
	
#ReviewBillTable {}

#reviewTableright {
	margin-left:7px;
}
/* PAYMENT PAGE */
#SecureChckOutPayment {
	width: 845px;
}
#SecureChckOutPaymentTxt {
	border: 1px solid #ddd;	
	width:841px;
	height:250px;
	margin-left:19px;
}

#CreditCardInfo {
	margin-left:18px;
	background-image:url('/images/checkout/Inside_Header.png');
		width: 845px;
		height: 32px;
		
}

#FourCards {
	background-image:url('/images/checkout/Four_Credit_Cards.png');
	width: 81px;
	height: 54px;
	
}

#PaymentPlace {
	padding-left:225px;
	padding-top:35px;
}

#RightButtonCheckout {
	padding-left:570px;
	margin-top:-35px;
}
#ContinueShoppingCheckout {
	padding-top:20px;
	padding-left:25px;
}

/*New payment div*/

#PaymentBackground
{
	background-image:url('/images/checkout/Payment_Info_Background.png');
	width:754px;
	height:400px;
	margin-top:25px;
	
	background-repeat:no-repeat;
	background-position:center;
	
}

#PayPalButton
{
	width:200px;
	height:100px;
	padding-right:90px;
	padding-top:285px;
	padding-left:60px;
}

#CreditCardForm
{
	width:300px;
	Height:200px;
	padding-left:100 px;
	
}

/* RECEIPT PAGE */

#OrderReceipt {
	background-image:url('/images/checkout/Secure_Your_Receipt.png');
	width:845px;
	height:41px;
	text-align:center;
	margin-top:15px;
}
#OrderReceiptFrame h2 {
		font-size:16pt;
		font-weight:bold;
		color:#000;
		text-align: left;
		padding-left:20px;
		padding-top:20px;
}
#OrderReceiptFrame {
	background-image: url("/images/checkout/Long_Background_No_Line.png");
    background-repeat: no-repeat;
    margin-top: 15px;
    padding: 10px;
    width: 846px;
}

#topLeftReceipt {

	width:400px;
	float:left;
	text-align:left;
	color:#000;
	padding-left:20px;
	font-size:9pt;
	line-height:1.2em;
}

#topRightReceipt {
	background-color: #CCCCCC;
    border: 1px solid #F2F2F2;
}

#topRightReceipt div.innerBox {
	background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    margin: -2px 1px 1px -3px;
    padding: 10px;
}

#UpperRightButton {
	left: 660px;
    position: absolute;
    top: 106px;
}


#BorderBill {
	width:500px;
	height:250px;
	border: 3px solid #ffffef;
}
#bumpRight {
	margin-left:15px;
}
/* SHOPPING CART */
	#SecureChckOutCart {
		/* background-image:url('/images/checkout/Secure_Cart.png'); */
		width: 845px;
		height: 41px;
		margin-left: 8px;
	}
	
	#CheckoutScreen {
		background-image:url('/images/checkout/Shopping_Cart_Background.png');
		height: auto;
		width: 855px;
	}
	#CheckoutFooter {
		background-image:url('/images/checkout/Shopping_Cart_Footer.png');
		width:866px;
		height:26px;
	}

	
/* FORGOT PASSWORD */
#ForgotPasswordLinkAccountBox {
	margin:0 auto;
	background-image: url("/images/checkout/Forgot_Password_Background.png");
    height: 204px;
    padding: 10px 20px;
    width: 312px;
}


/* BILLING & SHIPPING */
#BillingShippingContent {
		padding:0 10px;
		background-image:url('/images/checkout/Very_Long_Background.png');
		background-repeat:no-repeat;
		width:846px;
		height: 1100px;
}

#SecureChckOutCartBilling {
		/* background-image:url('/images/checkout/Secure_Billing_Shipping.png'); */
		width: 845px;
		height: 41px;
		margin-top:15px;
		text-align:center;
	}

#EnterYourBilling {
		font-size:10pt;
		color:#0d5a9b;
		text-align: left;
		padding-left:23px;
		padding-top:3px;
}
#BillShipStatus {
	margin-left: 125px;
}

#BillingShippingTitle {
		font-weight:bold;
		font-size:14pt;
		color:#000;
		text-align: left;
		padding-left:23px;
		padding-top:33px;
}

#SameAsBilling {
	/**/
	text-align:right;
	color:#000;
	margin-left:435px;
	width:350px;
	margin-top:-40px;
	padding:5px;
}

.BillingTableTxt {
	/*color:#000;*/
	width:10em;
	/*font-weight:bold;*/
	font-size:13px;
	padding:7px 5px;
	text-align:right;
}
.BillingTableTxt2 {
	background-color:#a6dcff;
	color:#000;
	font-weight:bold;
	font-size:12pt;
	padding:10px;
}

#cartTotalWrap {
	margin-top:-1px;
    /*background-color: #FFFFEF;*/
    /*border: 1px #1d66a4 double; to override the border color of the surrounding cells*/
    float: right;
    font-size: 13px;
	color:#333;
}

#cartTotalWrap TD {
	/*border-color:#1868B5;*/
	color:#444;
	font-size:11px;
}

#cartTotalWrap TR.shipping {
    background-color:#f2f9ff;
}

#cartTotalWrap TR.subTotal TD {
	background: url("/images/bg-review.png") repeat-x scroll center 13px #5293d1;
	border:1px double #1d66a4;
    color: #FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-shadow: 0 -1px 0 #19558A;
}

#cartTotalWrap TR.savings TD {
    background-color:#bfe5c5;
	color:#005d00;
	border-color:#1d66a4;
	border-top-style:double; /*to override the border color of the surrounding cells*/
}

#cartTotalWrap TR.grandTotal TD {
	background:url("/images/bg-review.png") repeat-x scroll center top #1D66A4;
	border:1px double #1d66a4;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	text-shadow: 0 -1px 0 #144570;
}

#cartPromoWrap, #cartPromoResultsWrap {
	margin-top:5px;
    background-color:#F9F9F9;
    border-color:#E8E6E6;
    border-style:solid;
    border-width: 1px;
    clear: both;
    float: right;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    width: 215px;
}

#cartPromoResultsWrap {
	margin-top:5px;
    background-color:#fbf7f7; /*#E0EFE3*/
    border-color:#920101; /*#B2E0BC*/
    font-size: 9px;
    padding: 0 0 10px;
}

#cartPromoResultsWrap h4 {
	background-color: #920101;/* #BFE5C5*/
    border-bottom: 1px solid #920101; /*#B2E0BC*/
    color: #FFF; /*#005D2C*/
    font-size: 16px;
	font-weight:bold;
    margin-bottom: 10px;
    padding: 6px 0 3px;
}

#cartPromoResultsWrap B {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

#cartPromoResultsWrap A {
	color:#920101;
}

#cartPromoWrap input[type=image] {
    padding:0;
}

#cartPromoWrap span.ErrorMessage, #cartPromoResultsWrap span.ErrorMessage {
    display: inline-block;
    margin-top: 10px;
}

#cartFooterWrap {
	margin:40px auto 0;
    width:100%;
    clear:both;
}

#shippingComments {
    margin: 10px auto 0;
}

#shippingMessages {
	background-color: #F2F9FF;
    border: 1px solid #D9ECFF;
    color: #0D5B9D;
    font-size: 11px;
    margin: 10px auto 0;
    padding: 0 20px;
    width:548px;
}

#shippingMessages h5 {
	background-color: #D9ECFF;
    margin: 0 -20px;
    padding: 4px;
	font-size:12px;
    text-align: center;
}

#shippingMessages ul {
	list-style:none;
	margin:20px 0;
}

#shippingMessages li {
	margin-bottom:10px;
}

.checkoutForm {
	width:590px;
	margin:0 auto;
	border:1px solid #0d5b9d;
}

.checkoutForm th {
	padding:8px 0;
	background:url("/images/bg-review.png") repeat-x scroll center top #0d5b9d;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	text-shadow: 0 -1px 0 #144570;
}

.checkoutForm tr.odd { background-color:#F9F9F9; }

.checkoutForm label {
	padding:5px;
	display:block;
	font-weight:bold;
}

.checkoutForm label sup {
	font-size:larger;
	color:#E30000;
	vertical-align:inherit;
}

.checkoutForm input,
.checkoutForm select {
	margin:5px 0px 5px 5px;
}

.optionalForm { border-color:#E8E6E6; }
.optionalForm th { background:#E8E6E6; color:#3A3A3A; font-size:14px; text-shadow: inherit; }

#shippingMethod tr:hover { background-color:#DAE7F2; }

#shippingMethod tr.selected { background-color:#bad1e6; }

#shippingMethod label { padding-right:20px; cursor:pointer; }
#shippingMethod input[type=radio] { cursor:pointer; }

#shippingComments textarea{ width:98%; }

#otherPaymentOptions {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}

.floatRight { float:right; }

TD.checkoutSummary h4 {
	margin:0 0 5px;
	font-size:18px;
}

TD.checkoutSummary img {
	margin-top:5px;
	vertical-align: bottom;
}

.tinyButton {
	cursor:pointer;
	background:#f0f0f0;
	border:0 none;
	color:#3A3A3A;
	font-size:10px;
	font-weight:normal;
	padding:0px 2px;
	margin-top:5px;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
}

.tinyButton:hover {
	background:#0D5B9D;
	color:#FFF !important;
}

.tinyButton:active {
	background:#FF8700;
	color:#FFF !important;
}

TD.checkoutSummary a.trackingNumber {
	display:inline-block;
	padding:1px 4px;
	background:#f0f0f0;
	color:#3A3A3A;
	letter-spacing: 0.05em;
}

TD.checkoutSummary a.trackingNumber:hover {
	background:#0D5B9D;
	color:#FFF;
	text-decoration:none;
}
	
#cartTotalReviewWrap,
#placeOrderWrap {
	width:330px;
	border:1px solid #1d66a4;
	background-color:#f2f9ff;
	font-size:14px;
	text-align:left;
}

#placeOrderWrap {
	position:relative;/* for ie */
	z-index:1;/* for ie */
	width:auto;
	padding:2px 0 20px;
	text-align:center;
	margin-top:-1px;
	border-top-width:0;
}

#cartTotalReviewWrap th {
	background:url("/images/bg-review.png") repeat-x scroll center top #1d66a4;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0;
	text-align:center;
	text-shadow: 0 -1px 0 #144570;
}

#cartTotalReviewWrap td {
	padding:4px 20px;
}

#cartTotalReviewWrap hr {
	margin:5px;
	color:#b8cfe5;
	border:none;
	border-top:1px solid #b8cfe5;
	height:1px;
}

#cartTotalReviewWrap TR.grandTotal TD{
	font-weight:bold;
	font-size:22px;
	color:#1d66a4;
}

#cartTotalReviewWrap .promoResults {
	background-color: #b30101; /*#197944*/
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    margin: 4px 30px 15px;
    padding: 5px;
    text-align: center;
}

#cartTotalReviewWrap .priceRight { text-align:right; }



H2.readyToShip,
H2.backordered { font-size:24px; }

TABLE.readyToShip {}

TABLE.readyToShip TR.Header {
}

TABLE.readyToShip TR.Header TD {
	border-color:#1d66a4;
	color:#FFF;
	background:url("/images/bg-review.png") repeat-x scroll center top #0a66c0;
	border-color:#1d66a4;
	text-shadow: 0 -1px 0 #144570;
}

TABLE.readyToShip TD {
	border-color:#e8e6e6;
}

TABLE.readyToShip TR:hover TD,
TABLE.backordered TR:hover TD {
	background-color:#e9f2fb;
}

/*TABLE.readyToShip TR.hoverDelete    { outline:1px solid #ff9999; }*/
TABLE.readyToShip TR.hoverDelete TD {
	border-style:double;
	border-color:#ffb7b7 #ffcece;
	background-color:#ffdbdb !important;
}

TABLE.readyToShip TR.strikeDelete TD {
	text-decoration:line-through;
}

TR.hoverDeleteAll TD {
	background:url("/images/bg-heading-gradient-white.png") repeat-x scroll center top #C52525 !important;
	border-color: #b32424 !important;
}

DIV.hoverDeleteAll TD {
	background-color:#ffdbdb !important;
	border-color: #ffb7b7 !important;
}

DIV.hoverDeleteAll { border-color: #8F1B1B !important; }

TABLE.Grid A.undoDelete {
	display:none;
}

TABLE.Grid A.various3 IMG { padding: 2px; }


H2.backordered,
H4.backordered {
	color:#666;
}

TABLE.backordered TR.Header {
	color:#666;
	background-color:#ddd;
}
TABLE.backordered TD {
	border-color:#ccc;
	color:#666;
}
TABLE.backordered IMG { -moz-opacity:.60; filter:alpha(opacity=60); opacity:.60; }


#addressBook 
{
    background-color: #EBEBEB;
    margin-top: 10px;
    padding: 10px 0;
}

#addressBook select
{
    border: 1px solid #999999;
    max-width: 190px;
}

/* LINK ACCOUNT */
#CheckoutLinkAccountBox {
		background-image:url('/images/checkout/Link_OPGI_Account_Background.png') ;
		width:351px;
		height: 356px;
	}
	#CheckoutLinkAccountBox2 {
		background-image:url('/images/checkout/Link_OPGI__Create_Account_Background.png') ;
		width:351px;
		height: 356px;
	}
#LinkBoxInputFields {
	font-weight:bold;
		color:#000;
		text-align: left;
		padding-left:23px;
		padding-top:33px;
}

#CheckoutLinkAccountBox h2 {
font-size:16pt;
		font-weight:bold;
		color:#000;
		text-align: left;
		padding-left:20px;
		padding-top:13px;
	}
	#CheckoutLinkAccountBox2 h2 {
font-size:16pt;
		font-weight:bold;
		color:#000;
		text-align: left;
		padding-left:20px;
		padding-top:13px;
	}
	#CheckoutLoginBox {
		background-image:url('/images/checkout/Checkout-Login-Background.jpg');
		background-repeat:no-repeat;
		width:666px;
		height: 316px;
		margin:0 auto;
	}
	
	#CheckoutLoginBox h2 {
		font-size:16pt;
		font-weight:bold;
		color:#000;
		text-align: left;
		padding-left:20px;
		padding-top:13px;
	}
	
	#CheckoutLoginBoxInner {
		padding-left:20px;
		padding-top:0px;
	}

#CheckoutLoginBoxSignIn {
	font-size:11pt;
	font-weight:bold;
	text-align: left;
	padding-left:40px;
	padding-top:18px;
}

#CheckoutLoginBoxSignIn input { margin:5px; }

#CheckoutLoginBoxSignInInner {
	font-size:9pt;
	text-align: left;
	padding-left:2px;
	padding-top:3px;
	font-weight:normal;
	line-height:1.2em;
}
	#LinkOPGIButton {
		margin-top:-2px;
		padding-left:150px;
	}
#CreateAnAccount {
		float: right;
		font-size:11pt;
		font-weight:bold;
		text-align: left;
		padding-left:30px;
		padding-top:18px;
}
#CreateAnAccountTxt {
	font-size:9pt;
		text-align: left;
		padding-left:2px;
		padding-top:3px;
		font-weight:normal;
		line-height:1.2em;
}

#CreateAnAccountTxt ul {	
	padding-left:25px;
	line-spacing:1em;
}	

#CreateAnAccountTxt img {	
	padding-left:65px;
	padding-top:35px;
}

.forgotLink {
	font-size:10px;
	text-decoration:underline !important;
}

/* NEW ACCOUNT */

#NewAccountBackground,
#NewAccountBackgroundBottom {
	background:url(/images/checkout/Very_Long_Background.png) no-repeat top;
	width:826px;
	margin:0 auto;
	padding:0 20px;
}

#NewAccountBackgroundBottom {
	background-position:bottom;
	height:20px;
}

#NewAccountTitle {
		font-weight:bold;
		font-size:24px;
		color:#000;
		padding:15px 0;
}
#EnterYourBillingAccount {
		font-size:12pt;
		color:#000;
		padding-top:3px;
}
.EnterShippingAccount {
		font-size:12pt;
	padding-left:275px;
		line-height:1.2em;
}

#TxtBlock {
	border:1px solid #ddd;
	padding:2px;
}
#CreateAnAccountTxt img {
	margin-top:85px;
}
.selectSize {
	font-size:9px;
}
#ProceedToPayLogin {
	position:absolute;
	left:675px;
	top:30px;
}

.catShipNotes {
	background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    margin-top: -4px;
    padding: 10px;
}

#cartNotes {
	background: url("/images/checkout/bg-notes.png") no-repeat scroll -22px bottom #FEFFE3;
    border: 1px solid #FFDF7F;
    color: #323029;
    font-size: 12px;
    margin: 20px 0;
    padding: 12px 45px 7px;
    width: 700px;
	list-style:none;
}

#cartNotes li { padding-bottom:5px; }

.helpCursor { cursor: help; }

.freeShipping {
	font-weight:bold;
	font-size:larger;
	color:#0D5B9D;
}

DIV.freeShipUpsell {
	margin-bottom:10px;
	padding:0 20px;
	background-color:#dae7f2;
	/*background:url("/images/checkout/bg-notes-trans.png") no-repeat scroll -22px 22% #dae7f2;*/
	border:1px solid #b8d1e6;
	line-height:38px;
	font-size:11px;
	color:#0d4880;
	overflow:auto;
}

DIV.freeShipUpsell a {
	color:#000;
	text-decoration:underline;
}

DIV.freeShipUpsell a:hover {
	color:#cc0000;
}

DIV.freeShipUpsell H2 {
	float:left;
	font-size:16px;
	font-weight:normal;
}

DIV.freeShipUpsell H2 em {
	font-size:75%;
	font-style:normal;
}

DIV.freeShipUpsell H2 span {
	color:#cc0000;
	font-weight:bold;
}
