/* Tables
---------------------------------------------------------------- */
#shopping_cart_table {
	width: 			560px;
	padding:	 	0;
	margin: 		0;
}

#caption {
	padding:0 0 5px 0;	 
	font:italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

#shopping_cart_table th.column_first{
	font: 			bold 11px; /* "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	color: 			#333333;
	border:			1px solid #999999;
	letter-spacing: 2px;
	text-align: 	left;
	padding: 		6px 6px 6px 12px;
	background: 	#DEDEDE;
}
#shopping_cart_table td.column_first{
	border-left:	1px solid #999999;
}

#shopping_cart_table th {
	font: bold 11px; /* "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	color: #333333;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	letter-spacing: 2px;
	/* text-transform: uppercase; */
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #DEDEDE url(bg_header.jpg) no-repeat;
}
#shopping_cart_table th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #999999;
	background: none;
}
#shopping_cart_table th.nobg_tag {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #999999;
	background: none;
	width:60px;
}

#shopping_cart_table td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333333;
}
#shopping_cart_table td.alt {
	background: #eeeeee;
	color: #333333;
}

#shopping_cart_table th.spec {
	border-left: 1px solid #999999;
	border-top: 0;
	background: #fff url(bullet1.gif) no-repeat;
	font: bold 10px; /* "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
}

#shopping_cart_table th.specalt {
	border-left: 1px solid #999999;
	border-top: 0;
	background: #eeeeee url(bullet2.gif) no-repeat;
	font: bold 10px; /* "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	color: #333333;
}
/* End Tables
---------------------------------------------------------------- */