#dc_background{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:#000;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	z-index: 100;
}
#dc_message{
	position:absolute;
	width: 480px;	
	background-color:#F5F8FC;
	z-index: 101;
	border: solid 5px #999;
	padding: 10px;
}
#block-uc_cart-0{
	display:none;
}
#show_cart_total{
	color:#CC0000;
	font-weight: bold;
	font-style: italic;
}
#show_cart{
	display:none;
}
#show_cart a, #dc_message a{
	color:#3F1F24;
	font-weight: bold;
}

html, body {
/*overflow: hidden;*/
}
