#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: none;
	z-index: 3000;
	background: #000;
}

#overlay .popup {
	position: absolute;
	width: 630px;
	font: normal 12px Tahoma;
	color: #000;
	border: 6px solid #ccc;
	/*overflow: hidden!important;*/
	z-index: 5000;
	background: #fff url('../images/bg_popup.png') repeat-x top left;
	direction: rtl;
	text-align: right;
	display: none;
}

#overlay .popup a:hover{
	text-decoration: overline;
}

#overlay .popToolbar{
	float: left;
	width: 100%;
	clear: both;
}

#overlay .popToolbar span{
	font: bold 16px Arial;
	color: #DF0000;
	float: right;
	margin: 19px 10px 0 0;
}	

#overlay .popToolbar p{
	color: #B51818;
	float: left;
}	

.popTitleIcon{
	margin: 5px 10px 0 0;
}

img.loader{
	visibility: hidden;
	margin-right: 7px;
}

.eResult{
	color: #CF0000;
}

#overlay .overlay_close{
	margin: 8px 0 0 8px;
	cursor: pointer;
}

div.popupFormsHolder{
	padding: 1px 20px 25px;
	overflow-x: hidden!important;
	overflow-y: auto;
	line-height: 15px;
}

div.popupLeftColomn{
	float: right;
	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:right;
	margin-left:5px;
	text-align:left;
	width:90px;
	color: #000;
}

div.popupFormsHolder input, div.popupFormsHolder textarea{
	border: 1px solid #999;
}

div.popupFormsHolder input.bigIn{
	width: 350px!important;
}

.iError{
	border: 1px 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;
}
