@charset "utf-8";
/*.tiny-ie-hack { height: 100%; width: 100%; overflow: hidden; }*/
#tiny-over {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 1000;
	display: none;
	background-color: #000000;
	opacity:0.8;
	filter: alpha(opacity=90);
} * html #tiny-over { position: absolute; }

#tiny-load {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 2000;
	display: none;
	background: transparent url('/plugins/cart/images/tinybox/loading.gif') center no-repeat;
} * html #tiny-load { position: absolute; }

#tiny-tbox {
	width: 550px;
	height: auto;
	position:absolute;
	top: 15px; left: 50%;
	margin:50px 0 0 -255px;
	z-index: 1500;
	display: none;
	background:#1068A7;
	border: 1px solid #ffffff;
} * html #tiny-tbox { position: absolute; }

