/* Customer Cart */
div.carttext { 
	font-size: 9pt;
	overflow: hidden;
	width: 121px;
	height: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
  }
  
.cartheader {
	color: black;
	font-size: 11pt; 
	font-weight: bold;
	text-decoration: none;
}

.shopheader {
	color: black;
	font-size: 12pt; 
	font-weight: bold;
	text-decoration: none;
}

a.cartgoto:hover {
	text-decoration: underline;
}

td.cartempty {
	color: black;
	font-size: 9pt; 
	font-weight: normal;
	text-decoration: none;
	padding-left: 8px;
}

a.carturl, a.carturl:visited {
	color: #303030;
	font-size: 9pt; 
	text-decoration: none;
	font-weight: none;
}

a.carturl:hover {
	text-decoration: underline;
}

td.cartspacer {
	/*background-image:url('/shop/activecart/cartspacer.gif');*/
	background-color: #d8d8d8;
	background-repeat: repeat-x;	
	background-position: right;
	height: 1px;
}
td.cartno, td.cartprice {
	text-align: right;
	font-size: 9pt;
	}

span.cartnumber {
	color: red;
	font-weight: bold;
}

td.carttext {
	text-align: left;
	font-size: 9pt;
	font-weight: normal;
	}

td.carttotal {
	font-weight: bold;
	font-size: 9pt;
}

#cartbutton {
	margin: 0;
	padding: 0;
	padding-left: 0px;
	padding-top: 8px;
	padding-bottom: 1px;
	padding-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 9pt;
}
