#shopping_cart{
	background-color:#111;
	margin:3px;
	position: absolute;
	text-align:left;
	width: 300px;
	height: 400px;
	top:80px;
	right:80px;
	z-index: 40;
	border: 1px solid #444;
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}
#show_button{
	position: fixed;
	top: 20px;
	right: 30px;
	border: 1px solid #fff;
	float: left;
	display: block;
}
#shopping_cart strong{
	background-color: #444;
	color: #999;
	font-weight:bold;
	display:block;
	padding:4px 0 6px 20px;
}
#shopping_cart_items{
	padding: 10px 10px 30px 10px;
	width: 300px;
}
#shopping_cart_items th{
	
	padding-bottom: 2px;
	text-align:center;
	color:#333;
	font-size: .9em;
	font-weight: normal;
}
#shopping_cart_items td{
	background-color: #222;
	padding: 2px;
}
#shopping_cart_items td + td + td + td{
	border: none;
	width:10px;
}
#shopping_cart_items td + td + td {
	text-align:right;
	width:30px;
}
#shopping_cart_items td + td {
	width:250px;
	text-align:center;
}
.clear{	
	clear:both;
}
#shopping_cart_totalprice{
	position:absolute;
	bottom:20px;
	right:16px;
	color: #fff;
}
#shopping_cart_totalitems{
	position:absolute;
	top:4px;
	right:22px;
	color:#000;
}

#checkout{
	text-decoration: none;
	text-align:center;
	position:absolute;
	bottom:20px;
	right:180px;
	background-color: #333;
	padding:2px 4px 2px 4px;
	color:#000;
}
#checkout a{
	text-decoration: none;
	color:#999;
	background-color: #333;
	
}
#checkout a:hover, #checkout a:visited{
	color:#eee;
	
}

#email_button{
	text-decoration: none;
	text-align:center;
	position:absolute;
	bottom:20px;
	right:180px;
	background-color: #600;
	padding:2px 4px 2px 4px;
	color:#000;
	display:none;
}

#email_button a{
	text-decoration: none;
	color:#ccc;
	font-weight:bold;
}
#email_button a:hover, #email_button a:visited{
	color:#eee;
}