﻿DIV.Html-ShoppingCart {
	background-image:url(Background-ShoppingCart.png);
	background-position:top;
	padding:40px;
	display:inline-block;
	width:620px;
	}
DIV.Html-ShoppingCart-Footer {
	background-image:url(Background-ShoppingCart.png);
	background-position:bottom;
	height:10px;
	width:700px;
	}
DIV.Html-ShoppingCart H1 {
	font-family:Calibri;
	font-size:20px;
	font-weight:normal;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	}

TABLE.Html-ShoppingCart {
	}


/* TR.Title */
TABLE.Html-ShoppingCart TR.Title TD {
	color:#ffffff;
	border:0px;
	padding:10px;
	font-family:Calibri;
	font-size:15px;
	}
TABLE.Html-ShoppingCart TR.Title TD.Description {
	background-image:url(Background-ShoppingCart-Header.png);
	background-position:top left;
	}
TABLE.Html-ShoppingCart TR.Title TD.Qty {
	text-align:right;
	background-color:#666666;
	}
TABLE.Html-ShoppingCart TR.Title TD.UnitPrice {
	text-align:right;
	width:100px;
	padding-right:15px;
	background-color:#666666;
	}
TABLE.Html-ShoppingCart TR.Title TD.Price {
	text-align:right;
	width:100px;
	padding-right:15px;
	background-image:url(Background-ShoppingCart-Header.png);
	background-position:top right;
	}



/* TR.Item */
TABLE.Html-ShoppingCart TR.Item TD {
	border-bottom:1px solid #eeeeee;
	background-color:#ffffff;
	padding:10px;
	}
TABLE.Html-ShoppingCart TR.Item TD LABEL.Item-Name {
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	}
TABLE.Html-ShoppingCart TR.Item TD LABEL.SKU {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#999999;
	}
TABLE.Html-ShoppingCart TR.Item TD.Photo {
	border-left:1px solid #aaaaaa;
	width:60px;
	}
TABLE.Html-ShoppingCart TR.Item TD.Photo DIV.Photo-Holder {
	width:62px;
	height:47px;
	overflow:hidden;
	border:1px solid #dddddd;
	}
TABLE.Html-ShoppingCart TR.Item IMG.Photo {
	border:1px solid #ffffff;
	}
TABLE.Html-ShoppingCart TR.Item TD.Description {
	}
TABLE.Html-ShoppingCart TR.Item TD.Qty {
	text-align:right;
	}
TABLE.Html-ShoppingCart TR.Item TD.Qty SELECT {
	width:50px;
	font-size:12px;
	font-family:Arial;
	}
TABLE.Html-ShoppingCart TR.Item TD.Qty SPAN.Remove{
	font-family:Tahoma;
	font-size:11px;
	}
TABLE.Html-ShoppingCart TR.Item TD.UnitPrice {
	text-align:right;
	padding-right:15px;
	}
TABLE.Html-ShoppingCart TR.Item TD.Price {
	border-right:1px solid #aaaaaa;
	text-align:right;
	padding-right:15px;
	font-weight:bold;
	}


/* TR.Item */
TABLE.Html-ShoppingCart TR.SubTotal {
	}
TABLE.Html-ShoppingCart TR.SubTotal TD.Text {
	font-family:Calibri;
	font-size:15px;
	border-left:1px solid #aaaaaa;
	background-color:#ffffff;
	padding:10px;
	text-align:right;
	}
TABLE.Html-ShoppingCart TR.SubTotal TD.Price {
	font-family:Calibri;
	font-size:20px;
	border-right:1px solid #aaaaaa;
	background-color:#ffffff;
	padding:10px;
	padding-right:15px;
	text-align:right;
	font-weight:bold;
	}



TABLE.Html-ShoppingCart TR.Buttons TD {
	background-color:#ffffff;
	padding:10px;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	text-align:right;
	line-height:25px;
	}
TABLE.Html-ShoppingCart TR.Buttons A#Checkout {
	background-image:url(Element-Button-Checkout.png);
	width:110px;
	height:25px;
	float:right;
	cursor:pointer;
	margin-left:5px;
	}
TABLE.Html-ShoppingCart TR.Buttons A#ContinueShopping {
	background-image:url(Element-Button-ContinueShopping.png);
	width:140px;
	height:25px;
	float:right;
	cursor:pointer;
	margin-left:5px;
	}


/* Html-Checkout */
DIV.Html-Checkout {
	background-image:url(Background-Checkout.png);
	background-position:top;
	padding:40px;
	display:inline-block;
	width:620px;
	}
DIV.Html-Checkout-Footer {
	background-image:url(Background-Checkout.png);
	background-position:bottom;
	height:10px;
	width:700px;
	}
DIV.Html-Checkout H1 {
	font-family:Calibri;
	font-size:20px;
	font-weight:normal;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	}
TABLE.Html-Checkout {
	}
TABLE.Html-Checkout TD {
	text-align:center;
	width:25%;
	height:50px;
	background-image:url(Element-Checkout-Step.png);
	background-position:top center;
	vertical-align:top;
	line-height:25px;
	}
TABLE.Html-Checkout TD.Selected {
	background-image:url(Element-Checkout-Step.png);
	background-position:bottom center;
	}




DIV.Shipping-Method {
	width:620px;
	margin-bottom:20px;
	padding-bottom:40px;
	border-bottom:1px solid #999999;
	}
DIV.Shipping-Details {
	display:inline-block;
	width:620px;
	margin-bottom:20px;
	padding-bottom:40px;
	border-bottom:1px solid #999999;
	}
DIV.Shipping-Details DIV.Billing-Info {
	float:left;
	width:310px;
	}
DIV.Shipping-Details DIV.Shipping-Info {
	float:left;
	width:310px;
	display:none;
	}
DIV.Shipping-Details DIV.Shipping-Info-Pre {
	float:left;
	width:310px;
	}



TABLE.Checkout-Form TD {
	padding-top:2px;
	line-height:18px;
	}
TABLE.Checkout-Form INPUT {
	font-size:12px;
	font-family:Arial;
	}
TABLE.Checkout-Form DIV {
	float:left;
	}
TABLE.Checkout-Form INPUT.Input-80 {
	width:80px;
	margin-right:5px;
	margin-bottom:2px;
	}
TABLE.Checkout-Form INPUT.Input-120 {
	width:120px;
	margin-right:5px;
	margin-bottom:2px;
	}
TABLE.Checkout-Form INPUT.Input-160 {
	width:160px;
	margin-right:5px;
	margin-bottom:2px;
	}
TABLE.Checkout-Form INPUT.Input-250 {
	width:250px;
	margin-right:5px;
	margin-bottom:2px;
	}
TABLE.Checkout-Form INPUT.Input-280 {
	width:280px;
	margin-right:5px;
	margin-bottom:5px;
	}
TABLE.Checkout-Form SELECT.Input-250 {
	font-size:12px;
	font-family:Arial;
	width:250px;
	margin-right:5px;
	margin-bottom:2px;
	}
	
DIV.Html-Checkout A#Continue {
	background-image:url(Element-Button-Continue.png);
	width:90px;
	height:25px;
	cursor:pointer;
	display:block;
	margin-right:5px;
	}
DIV.Html-Checkout A#Process-Payment {
	background-image:url(Element-Button-ProcessPayment.png);
	width:140px;
	height:25px;
	cursor:pointer;
	display:block;
	margin-right:5px;
	}
DIV.Html-Checkout A#Shipping-Switch {
	background-image:url(Shipping-Switch.png);
	width:260px;
	height:28px;
	float:left;
	cursor:pointer;
	margin-top:10px;
	}
DIV.Html-Checkout A#Shipping-Switch-Same {
	background-image:url(Shipping-Switch-Same.png);
	width:260px;
	height:28px;
	float:left;
	cursor:pointer;
	margin-top:10px;
	}
	
	
	
	
DIV.Shipping-Summary {
	display:inline-block;
	width:620px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #999999;
	}
DIV.Shipping-Summary DIV.Billing-Info {
	float:left;
	width:300px;
	}
DIV.Shipping-Summary DIV.Billing-Info DIV {
	padding:5px;
	font-size:13px;
	font-family:Arial;
	}
DIV.Shipping-Summary DIV.Shipping-Info {
	float:left;
	width:300px;
	}
DIV.Shipping-Summary DIV.Shipping-Info DIV {
	padding:5px;
	font-size:13px;
	font-family:Arial;
	}

DIV.Shipping-Items {
	display:inline-block;
	width:620px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #999999;
	}
DIV.Shipping-Items TABLE {
	width:620px;
	}
DIV.Shipping-Items TABLE TD {
	font-size:13px;
	font-family:Arial;
	padding-bottom:3px;
	}
DIV.Shipping-Items TABLE TD.Item {
	border-bottom:1px solid #dddddd;
	padding-top:5px;
	padding-bottom:5px;
	}
DIV.Shipping-Items TABLE TD.Description {
	padding-left:5px;
	}
DIV.Shipping-Items TABLE TD.Qty {
	text-align:center;
	}
DIV.Shipping-Items TABLE TD.UnitPrice {
	text-align:right;
	}
DIV.Shipping-Items TABLE TD.Price {
	text-align:right;
	font-weight:bold;
	padding-right:5px;
	}
	

DIV.Shipping-Items TD.SubTitle {
	text-align:right;
	}
DIV.Shipping-Items TD.SubPrice {
	text-align:right;
	font-weight:bold;
	padding-right:5px;
	}
	

DIV.Shipping-Items TD.SubWeight {
	font-style:italic;
	font-size:12px;
	color:#999999;
	}
DIV.Shipping-Items TD.SubTotal {
	padding-top:10px;
	}
DIV.Shipping-Items TD.SubFinal {
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding-top:20px;
	}

DIV.Html-ShoppingCart DIV#Gift-For-Someone {
	display:block;
	height:30px;
	padding-top:20px;
	}
DIV.Html-ShoppingCart DIV#Gift-For-Someone A {
	float:right;
	line-height:16px;
	height:16px;
	display:block;
	text-align:right;
	color:#666666;
	cursor:pointer;
	margin-bottom:5px;
	}
DIV.Html-ShoppingCart DIV#Gift-For-Someone IMG {
	width:19px;
	height:18px;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(Element-Icon-Gift.png);
	}
