body
{
	background-color: #808080;
	color: rgb(0,0,0);
	font-family: Verdana, Arial;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
#shoppingcart {
	visibility: hidden;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-color: #CCCCCC;
	width: 350px;
	height: 200px;
	z-index: 20;
	position: absolute;
}
div.shopcart {
	width: 100%;
	height: 199px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;	
	background-color: #CCCCCC;
}
table.shopcart {
	display: table;
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	border-collapse: collapse;
}
table.shopcart tr {
	display: table-row;
	margin: 0;
	padding: 0;
}
table.shopcart tr.heading {
	display: table-row;
	margin: 0;
	padding: 0;
	background-color: #336699;
}

table.shopcart th {
	display: table-cell;
	margin: 0;
	padding: 2px 0 2px 5px;
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-align: left;
	width: 100%;
}

table.shopcart td {
	display: table-cell;
	margin: 0;
	padding: 10px 2px 5px 10px;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-align: left;
}

table.shopcart td.ct {
	display: table-cell;
	margin: 0;
	padding: 15px 0 0 5px;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-align: center;
}

span.lnk {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #000000;
	cursor: pointer;
}

