/* $Id: cart.css,v 1.11 2004/07/21 21:17:45 bruceb Exp $ */

/* Checkout Styling */

#cart {
	margin: 0px 80px 5px 80px;
	text-align:left;
	width: 590px;
	}

#cart #login {
	width:200px;
	padding:5px;
	}

#cart a {color:#666666; text-decoration:none; }
#cart a:hover {color:#669966; text-decoration:underline; }
#cart a.crumb:link { color:#669966; text-decoration:underline; }
#cart a.crumb:hover { color:#669966; text-decoration:none; }
#cart a.crumb:visited { color:#336633; }

#checkout_crumb { color:#999999; }

p.maintxt {width:570px; }
p.tt {width: auto; text-align:left; margin-left:20px;}
p.nomargin {font:10px Arial, Helvetica, sans-serif; margin:0px 0px 5px 0px; width:auto; font-weight:bold;}
.required { color:#FF9933; }
.errortxt {color:#FF9933; font-weight:bold; }

	
th {
	color:#502441;
	background-color:#ffffff;
	text-align:left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:3px 5px 3px 10px;
	border-top:1px solid #666666;
	border-right:1px solid #666666; 
	border-bottom:1px solid #666666;
	}
	
.shimleft { border-left:1px solid #666666; }
.shimbottom {border-bottom:1px solid #666666; }
.item { text-align:center; padding: 3px; border-left:1px solid #666666; }

#cart #sku { 
	background-color: #eeeeee;
	border-right:1px solid #666666; 
	border-bottom:1px solid #666666;
	font-weight:bold;
	margin:0 auto;
	}

.number { margin-left: 10px; font-size:11px; }

.exclusive {
	margin:-1px;
	float:left;
	width:18px;
	}	
	
.trash {
	margin:-1px;
	float: right;
	width:17px;
	}

.item,.desc,.qty,.price {
	border-right:1px solid #666666; 
	border-bottom:1px solid #666666;
	background-color:#ffffff;
	}

.desc2 {
	border-right:1px solid #666666; 
	padding-top:5px; 
	padding-bottom:5px; 
	background-color:#ffffff;
	}

.desc,.desc2,.qty,.price {padding-left:10px;}
	
.sub1,.sub2,.sub3,.total1,.total2 {
	font-weight: bold;
	padding:4px;
	margin-left: 10px;
	border-right:1px solid #666666; 
	border-bottom:1px solid #666666;
	}

.sub1 {
	text-align: right; 
	padding-right: 10px; 
	border-left: 1px solid #666666; 
	background-color:#eeeeee;
	}
	
.sub2 {
	padding-left: 10px; 
	background-color:#eeeeee;
	}

.sub3 {
	padding: 10px; 
	border-left:1px solid #666666;
	width:570px;
	background-color:#704165;
	color:#ffffff;
	}
	
.total1 { 
	text-align: right;
	padding-right: 10px; 
	border-left: 1px solid #666666;
	color:#ffffff;
	background-color:#502441;
	}
	
.total2 { 
	padding-left: 10px;
	color:#ffffff;
	background-color:#502441;
	}
	
.billto {
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	vertical-align: top;
	background-color:#ffffff;
	}
	
.shipto {
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	vertical-align: top;
	background-color:#ffffff;
	}

/* Nav image location overrides (cart.css must load after nav.css) */

#utility {
	background-image:url(https://secure4.cybermill.com/merutea/wwwroot/images/utility_0.gif);
    }
#utility #cartCurrent a:hover {
	background-image:url(https://secure4.cybermill.com/merutea/wwwroot/images/cart_00.gif);
	}
#utility #cartCurrent a {
	background-image:url(https://secure4.cybermill.com/merutea/wwwroot/images/cart_0.gif);
    }
#utility #cartON {
	background-image:url(https://secure4.cybermill.com/merutea/wwwroot/images/cart_1.gif);
    }
#utility #cartON a {
	background-image:url(https://secure4.cybermill.com/merutea/wwwroot/images/cart_1.gif);
    }
#teanav {
	background-image:url(https://secure4.cybermill.com/merutea/wwwroot/images/navR_0.gif);
    }
#teanav li {
    background-image:url(https://secure4.cybermill.com/merutea/wwwroot/images/navR_0.gif);
    }
#teanav a {
    background-image:url(https://secure4.cybermill.com/merutea/wwwroot/images/navL_0.gif);
    }
#teanav #tea_current {
    background-image:url(https://secure4.cybermill.com/merutea/wwwroot/images/navR_1.gif);
    }
#teanav #tea_current a {
    background-image:url(https://secure4.cybermill.com/merutea/wwwroot/images/navL_1.gif);
    }

/* General image location overrides (cart.css must load after main.css) */

body {
    background-image:url(https://secure4.cybermill.com/merutea/wwwroot/images/M_bkgda.gif);
    /* Commented backslash hack for IE Mac, voice-family hack for IE PC, html for 2.0 standard. */
    voice-family: "\"}\""; voice-family:inherit;
    } 
