/* CSS Document */

#cart {
	
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
	
}
#cart a {
	color:#FFFFFF;
	text-decoration:none;
}

#cart #open
{
	
	background-color: #723635;
	position: relative;
	right: 0px;
	bottom: 0px;
	text-align:center;
	width:75px;
	color:#ffffff;
	text-align:center;
	z-index:500;
	float:right;
	font-size:10px;
	display:none;
}
#cart #items {
	padding: 5px;
	display:none;
	color:#669900;
	width:425px;
	background:#F0DDAA;
	z-index:1000;
	float:right;
	border-top: thin none #543800;
	border-right: thin solid #543800;
	border-bottom: thin solid #543800;
	border-left: thin solid #543800;
	text-align:center;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	display:none;
}	
#cart #items a {
	color:#000099;
}
#cart #itemsclose
{
	background-color: #723635;
	position: relative;
	right: 0px;
	float:right;
	bottom: 0px;
	text-align:center;
	width:75px;
	color:#ffffff;
	font-size:10px;
	text-align:center;
	display:none;
}

#showCart {
	position: relative;
	right: 50px;
	top: -455px;
	width:450px;
	float:right;
	z-index:1100;
}