#overlay{
	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 4000;
  	text-align: left;
	display: none;
}

* html .overlayBG { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.overlayBG{
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	opacity: 0.2;
	filter: alpha(opacity = 20);
	display: block;
	z-index: 3000;
	background: #fff;
}

#overlay .popup {
	position: absolute;
	width: 630px;
	font: normal 12px Arial;
	color: #fff;
	border: 2px solid #252424;
	/*overflow: hidden!important;*/
	z-index: 5000;
}

div#registerPopup{
	background: #000 url('../images/bg_popup.gif') repeat-x top left;
	min-height: 425px;
}

div#loginPopup{
	background: #000 url('../images/bg_popup_small.gif') repeat-x top left;
	min-height: 220px;
}

div#ticketPopup{
	background: #000 url('../images/bg_popup_small.gif') repeat-x top left;
	min-height: 220px;
}

div#promoPopup{
	background: #000 url('../images/bg_popup.gif') repeat-x top left;
	min-height: 220px;
	width: 560px!important;
}

#overlay .popToolbar{
	float: left;
	width: 100%;
	clear: both;
}

#overlay .overlay_close{
	margin: 15px 15px 0 0;
	cursor: pointer;
}

div.popupFormsHolder{
	padding: 1px 25px;
	overflow-x: hidden!important;
	overflow-y: auto;
	line-height: 15px;
}

div.popupLeftColomn{
	float: left;
	width: 320px;
	padding: 0px;
/*	border-right: 2px solid #575757;*/
}

div.popupRightColomn{
	float: right;
	width: 215px;
	padding: 5px;
}

.btnT{
	background: #292929;
	width: 250px;
	height: 34px;
	color: #FF9900;
	border: 1px solid #252424;
	cursor: pointer;
	font-weight: bold;
	margin: 15px 25px 0 0;
}

.btnT:hover{
	background: #2F2626;
	color: #FEBF00;
	border: 1px solid #292929!important;
}

div.popupRightColomn h2, div.popupFormsHolder h2{
	font: bold 16px Arial;
	color: #fff;
	margin: 0 0 10px 0;
}

div.popupFormsHolder p{
	padding: 3px 0;
}

div.popupFormsHolder label{
	float: left;
	width: 125px;
}

div.popupFormsHolder input{
	border: 2px solid #666;
}

.iError{
	border: 2px solid #ff0000!important;
}

div.popupFormsHolder .checkbox{
	border: 0;
}

div.popupFormsHolder .btn_submit{
	background: url('../images/submit.gif');
	border: 0!important;
	width: 87px;
	height: 32px;
	cursor: pointer;
}

div.popupFormsHolder .btn_login{
	background: url('../images/btn_login.gif');
	border: 0!important;
	width: 46px;
	height: 22px;
	cursor: pointer;
	float: right;
	margin-right: 37px;
}

div.popupLeftColomn a:link{
	text-decoration: underline;
}

div.popupLeftColomn a:hover{
	text-decoration: none;
}

div.popUpFooter{
	float: left;
	clear: both;
	width: 100%;
	margin-top: 5px;
}
.simpleCart_items_popup h3{
	padding: 15px 5px;
	margin: 10px 0;
	background: transparent url(../images/dotte.gif) repeat-x scroll center bottom;
	font: bold 14px Georgia, Tahoma;
	color: #FFA70F;
}
.simpleCart_items_popup .cartHeaders{
	display: none;
}
.simpleCart_items_popup .itemdecrement, .simpleCart_items_popup .itemincrement, .simpleCart_items_popup .itemremove{
	display: none;
}

