/* Customer Cart */
div.carttext { 
	font-size: 8pt;
	overflow: hidden;
	width: 100px;
	height: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
  }

.shopheader {
	color: black;
	font-size: 22px; 
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 6px;
	padding-top: 6px;
}

a.cartgoto, a.cartgogo:visited {
	color: black;
	font-size: 12pt; 
	font-weight: bold;
	text-decoration: none;
	margin-left: 8px;
}

a.cartgoto:hover {
	text-decoration: underline;
}

td.cartempty {
	color: black;
	font-size: 8pt; 
	font-weight: normal;
	text-decoration: none;
	padding-left: 8px;
}

a.carturl, a.carturl:visited {
	color: black;
	font-size: 8pt; 
	font-weight: normal;
	text-decoration: none;
}

a.carturl:hover {
	text-decoration: underline;
}

td.cartspacer {
	background-image:url('/shop/activecart/cartspacer.gif');
	background-repeat:no-repeat;	
	background-position: right;
}
td.cartno, td.cartprice {
	text-align: right;
	font-size: 8pt;
	}

td.carttext {
	text-align: left;
	font-size: 8pt;
	}

td.cartgoto {
	padding-left: 12px;
	font-size: 11pt;
}

td.carttotal {
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
	}
