﻿
/* shopping cart styles */
DIV.shoppingCart
{
	border: solid 0px #ccc;
	width: 100%;
}

DIV.continueShopping
{
	text-align: right;
}
DIV.continueShopping A:link
,DIV.continueShopping A:visited
{
	color: #f00;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
}
DIV.continueShopping A:hover
{
    color: #a62626; 
    text-decoration: underline;
}
DIV.continueShopping A:active
{
	color: #f00;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
}

/*cart item */
TABLE.receiveOrderSelector
{
    border: solid 0px #ccc;
	width: 100%;
} 

TABLE.receiveOrderSelector TD.receiveOrder
{
	text-align: left;
}

TABLE.receiveOrderSelector TD.receiveOrder A:link,
    TABLE.receiveOrderSelector TD.receiveOrder A:visited
{
    font-size: small;
    font-weight:normal;
}



/* cart item */
TABLE.shoppingCart
{
	border: solid 0px #ccc;
	width: 100%;
}
TABLE.shoppingCart TD.productImage
{
	text-align: center;
	width: 180px; 
}

TABLE.shoppingCart TD.productInfo
{
	text-align: left;
}
TABLE.shoppingCart TD.productInfo TABLE TD
{
	text-align: left;
	vertical-align: top;
}
TABLE.shoppingCart TD.productInfo TABLE TD SPAN
{
	font-weight: bold;
}

TABLE.shoppingCart TD.links
{
	padding-top: 5px;
	text-align: right;
	vertical-align: top;
	width: 100px; 
}
TABLE.shoppingCart TD.links A:link
,TABLE.shoppingCart TD.links A:visited
{
	background-color: Transparent;
	background-position: right center;
	background-repeat: no-repeat;
	color: #00f;
	display: block;
	padding-right: 16px;
	text-decoration: none;
}
TABLE.shoppingCart TD.links A:hover
{
	color: #a62626;
	text-decoration: underline;
}
TABLE.shoppingCart TD.links A:active
{
	background-color: Transparent;
	background-position: right center;
	background-repeat: no-repeat;
	color: #00f;
	padding-right: 16px;
	text-decoration: none;
}

TABLE.shoppingCart A.productName:link
,TABLE.shoppingCart A.productName:visited
{
	color: #00f;
	text-decoration: underline;
}
TABLE.shoppingCart A.productName:hover
{
	color: #a62626;
	text-decoration: underline;
}
TABLE.shoppingCart A.productName:active
{
	color: #00f;
	text-decoration: underline;
}

TABLE.shoppingCart TD.links A.remove
{
	background-image: url(../../../Images/Icon/remove_icon.gif);
	margin-right: 5px;
}

TABLE.shoppingCart TD.links A.recalculate
{
	background-image: url(../../../Images/Icon/recalculate_icon.jpg);
	margin-right: 1px;
}

TABLE.shoppingCart A.recommendedAccessories:link
,TABLE.shoppingCart A.recommendedAccessories:visited
{
	background-color: Transparent;
	background-image: url(../../../Images/Icon/ra_icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
	text-decoration: none;
}
TABLE.shoppingCart A.recommendedAccessories:hover
{
	color: #a62626;
	text-decoration: underline;
}
TABLE.shoppingCart A.recommendedAccessories:active
{
	background-color: Transparent;
	background-image: url(../../../Images/Icon/ra_icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
	text-decoration: none;
}

DIV.noCartItems
{
	border: solid 1px #ccc;
	font-weight: bold;
	height: 75px;
	margin: 10px 0px;
	padding: 75px 0px 0px 0px;
	text-align: center;
	width: 100%;
}
/* end of shopping cart styles */


/* styles for checkout */
#checkoutNavBar
{
    width: 799px;
    font: normal 11px arial;
}
#checkoutNavBar TD
{
    font-weight: bold;
    height: 50px;
    text-align: center;
    width: 100px;
    vertical-align: middle;
}
#checkoutNavBar TD.active
{
    background-image: url(../../../images/Icon/black_arrow.gif);
    background-position: center top;
    background-repeat: no-repeat;
    font-weight: bold;
    height: 50px;
    text-align: center;
    width: 100px;
    vertical-align: middle;
}

#checkoutHeaderSpacer
{
    background-image: url(../../../images/Background/red_black_strip_spacer.gif);
    background-position: center top;
    background-repeat: repeat-x;  
    height: 14px;  
    width: 799px;
}

#checkoutHeader
{		
    color: #000;
	background-color: #fff;
    margin: 0px auto 0px auto;
	padding: 0px;	
    width: 800px;              
	text-align: left; 
}

#checkoutHeader A.logo
{
	position: relative;
	top: 0px;
	left: 0px;
}

#checkoutHeader img.flag
{
	position: absolute;
	top: 32px;
}

#checkoutNavBar TD SPAN
{
    font-size: 16px;
    color: #d7d7d7;
}

#checkOutMainContent
{ 
    width: 799px;
}
#checkOutMainContent TD.main
{
    margin-right: 5px; 
    width: 601px;
    vertical-align: top;   
}
#checkOutMainContent TD.right
{
    width: 191px;
    vertical-align: top;
}

#checkOutSidePanel
{
    border: dotted 1px #ccc;
    font-size: 11px;
    line-height: normal;
    margin-bottom: 10px;
    text-align: left;
    width: 191px;
}

#checkOutSidePanel A:link
,#checkOutSidePanel A:visited
{
	color: #00f;
	text-decoration: none;
}
#checkOutSidePanel A:hover
{
	color: #a62626;
	text-decoration: underline;
}
#checkOutSidePanel A:active
{
	color: #00f;
	text-decoration: none;
}

#checkOutSidePanel DIV.privacyPolicy
{
    background-image: url(../../../Images/CheckOut/security_title.gif);
    background-position: center top;
    background-repeat: repeat-x; 
    margin-top: 10px;
    padding: 31px 2px 2px 2px;
}

#checkOutSidePanel DIV.priceProtection
{
    background-image: url(../../../Images/CheckOut/60_day_title.gif);
    background-position: center top;
    background-repeat: repeat-x; 
    margin-top: 10px;
    padding: 31px 2px 2px 2px;
}

#checkOutSidePanel DIV.returns
{
    background-image: url(../../../Images/CheckOut/return_title.gif);
    background-position: center top;
    background-repeat: repeat-x; 
    margin-top: 10px;
    padding: 31px 2px 2px 2px;
}


#checkOutSidePanel DIV.needHelp
{
	border-top: dotted 1px #ccc;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	padding: 2px;
}
#checkOutSidePanel DIV.needHelp SPAN
,#checkOutSidePanel DIV.needHelp A
{
	color: #f00;
}

#checkOutLogin
{
    background-image: url(../../../Images/Background/check_out_bg_lg.jpg);
    background-position: right bottom;
    background-repeat: no-repeat; 
    border: solid 0px #ccc;
    /*height: 400px;*/
    margin-bottom: 5px;
    width: 99%;
}

DIV.cartNeedHelp
{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	width: 100%;
}
DIV.cartNeedHelp SPAN
,DIV.cartNeedHelp A
{
	color: #f00;
}

TABLE.cartOrderSummary
{
	font-weight: bold;
	margin: 10px 0px;
	width: 100%;
}
TABLE.cartOrderSummary SPAN
{
	color: #f00;
	font-weight: normal;
}
/* end of styles for checkout */



/* styles for warranty */
TABLE.warrantyInfo
{
	font-weight: bold;
	text-align: left;
	width: 100%;
}
TABLE.warrantyInfo SPAN
{
	font-weight: normal;
}

TABLE.warrantyInfo TR.warrantyRecommendation A:link
,TABLE.warrantyInfo TR.warrantyRecommendation A:visited
{
	color: #00f;
	text-decoration: none;
}
TABLE.warrantyInfo TR.warrantyRecommendation A:hover
{
	color: #a62626;
	text-decoration: underline;
}
TABLE.warrantyInfo TR.warrantyRecommendation A:active
{
	color: #00f;
	text-decoration: none;
}

TABLE.warrantyInfo TR.warrantySelection
{
	vertical-align: bottom;
}
TABLE.warrantyInfo TR.warrantySelection A:link
,TABLE.warrantyInfo TR.warrantySelection A:visited
{
	color: #00f;
	text-decoration: none;
}
TABLE.warrantyInfo TR.warrantySelection A:hover
{
	color: #a62626;
	text-decoration: underline;
}
TABLE.warrantyInfo TR.warrantySelection A:active
{
	color: #00f;
	text-decoration: none;
}
TABLE.warrantyInfo TR.warrantySelection A.addWarranty
{
	background-image: url(../../../Images/Button/add_warranty_button.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 139px;
}
/* end of styles for warranty */


/* styles for order summary */
TABLE.summaryAddressInfo
{
}
TABLE.summaryAddressInfo A:link
,TABLE.summaryAddressInfo A:visited
{
	color: #00f;
	text-decoration: none;
}
TABLE.summaryAddressInfo A:hover
{
	color: #a62626;
	text-decoration: underline;
}
TABLE.summaryAddressInfo A:active
{
	color: #00f;
	text-decoration: none;
}

#tblPaymentForm
{
	/*background-color: Transparent;
	background-image: url(../../../Images/Background/check_out_bg_lg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;*/
	margin: 0px 0px 10px 0px;	
	width: 600px;
}

TD.securityIcon
{
	padding: 0px;
	text-align: left;
}
TD.securityIcon UL
{
	border: solid 0px #ccc;
	list-style: none;
	height: 59px;
	padding: 0px;
	margin: 0px;
	width: 410px;
}
TD.securityIcon UL LI
{
	float: left;
	height: 59px;
	margin: 0px 1px 0px 0px;
	vertical-align: middle;
}
TD.securityIcon UL A
{
	display: block;
}
TD.securityIcon UL LI.verifiedByVisa A:link
,TD.securityIcon UL LI.verifiedByVisa A:visited
{
	background-color: Transparent;
	background-image: url(../../../Images/Payment/verified_by_visa_logo.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 11px;
	height: 60px;
	padding: 35px 5px;
	text-align: center;
	width: 65px;
}
TD.securityIcon UL LI.verifiedByVisa A:hover
{
	color: #a62626;
	text-decoration: underline;
}
TD.securityIcon UL LI.verifiedByVisa A:active
{
	text-decoration: none;
}
/* end of styles for order summary */

P A.recalculate:link
,P A.recalculate:visited
{
	background-color: Transparent;
	background-image: url(../../../Images/Icon/recalculate_icon.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	color: #00f;
	padding-right: 16px;
	text-decoration: none;
}
P A.recalculate:hover
{
	color: #a62626;
	text-decoration: underline;
}
P A.recalculate:active
{
	background-color: Transparent;
	background-position: right center;
	background-repeat: no-repeat;
	color: #00f;
	padding-right: 16px;
	text-decoration: none;
}

/*
=========================================================
        styles for INTERAC not funded
=========================================================
*/
DIV.interacNotFunded
{
    line-height: 2.00em;
    padding: 50px 25px; 
    text-align: center;
}

DIV.interacNotFunded SPAN
{
    color: #f00;
    margin: 0px 0px 25px 0px;
}

DIV.interacNotFunded A:link
,DIV.interacNotFunded A:visited
{
    color: #00f;
    text-decoration: none;
}
DIV.interacNotFunded A:hover
{
    color: #df1923;
    text-decoration: none;
}
DIV.interacNotFunded A:active
{
    color: #00f;
    text-decoration: none;
}

DIV.interacNotFunded SPAN.tradeMark
{
    color: #7f7f7f;
    display: block;
    font-weight: bold;
    margin-top: 0px;
}
/*
=========================================================
        end styles for INTERAC not funded
=========================================================
*/


/*
=========================================================
       styles for Receipt
=========================================================
*/
Table.receipt
{
    width: 601px;
}
Table.receipt TD.headerC
{
    font: bold 12px Tahoma;
    text-align: center;
}
/*
=========================================================
        end styles for Receipt
=========================================================
*/




/*
=========================================================
       styles for Payment Form
=========================================================
*/
DIV.orderTotal
{
    border-bottom: solid 1px #ccc;
    font: bold 13px Tahoma;
    padding-bottom: 25px;
    text-align: left;
    width: 600px;
}

DIV.giftCard
{
    border-bottom: solid 1px #ccc;
    font-weight: bold;
    padding: 25px 0px;
    text-align: left;
    width: 600px;
}
DIV.giftCard SPAN.header
{
    display: block;
    font: bold 13px Tahoma;
}


DIV.interac
{
    border-bottom: solid 1px #ccc;
    font-weight: bold;
    padding: 25px 0px;
    text-align: left;
    width: 600px;
}
DIV.interac LABEL
{
    font: bold 13px Tahoma;
}
DIV.interac SPAN.tradeMark
{
    color: #7f7f7f;
    display: block;
    font-weight: bold;
    margin-top: 10px;
}
DIV.interac SPAN.interacTotal
{
    color: #00f;
    font-weight: bold;
}

DIV.interac A
{
    color: #00f;
    margin-left: 10px;
    text-decoration: none;
}
DIV.interac A:hover
{
    color: #f00;
    text-decoration: none;
}

DIV.interacCopyText
{
	background-image: url(../../../Images/Payment/Interac/interac_online_icon.jpg);
	background-position: left top;
	background-repeat: no-repeat;
    font-weight: normal;
    height: 70px;
    margin-top: 20px;
    padding: 0px 0px 0px 60px;
    text-align: left;
    width: 515px;
}
/*
=========================================================
       end of styles for Payment Form
=========================================================
*/




/*
=========================================================
    styles for Payment Security Icons
=========================================================
*/
TABLE.paymentSecurityIcons
{
    bottom: 0px;
    display: block;
	padding: 0px;
    /*position: absolute;*/
	text-align: center;
	width: 191px;
}
TABLE.paymentSecurityIcons A.verifiedByVisa:link
,TABLE.paymentSecurityIcons A.verifiedByVisa:visited
{
	background-color: Transparent;
	background-image: url(../../../Images/Payment/verified_by_visa_logo.gif);
	background-position: center top;
	background-repeat: no-repeat;
    display: block;
	font-size: 11px;
	padding: 35px 5px 0px 5px;
	text-align: center;
    width: 60px;
}
TABLE.paymentSecurityIcons A.verifiedByVisa:hover
{
	color: #a62626;
	text-decoration: underline;
}
TABLE.paymentSecurityIcons A.verifiedByVisa:active
{
	text-decoration: none;
}
/*
=========================================================
    end of styles for Payment Security Icons
=========================================================
*/
