
/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling removed>> padding-bottom:150px;*/
	background-color:#FFF;
	float:left;
	width:675px;
	height:auto!important;	
	min-height:200px;
	border-left: solid 10px #FFF;
	border-right: solid 10px #FFF;
	border-bottom: solid 20px #FFF;
	margin-top:40px;
	
	_padding-bottom:35px;
}

.simple_overlay img{
	margin-top:45px;
}

/* close button positioned on upper right corner */
.simple_overlay .close{
	background-image:url(../images/popups/close.jpg);
	cursor:pointer;
	height:40px;
	width:33px;
	background-position : 3px 10px;
	padding:0px;
	position : absolute;
	top:0px;
	right:0px;
}

/*basket styles*/
#basketOverlay {-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; padding:15px;width:300px!important;}
#basketOverlay p.basketMessage{padding-top:70px; font-weight:bold; line-height:1.4em;}
#basketOverlay p.action{font-size:13px; line-height:1.4em; text-align:center;}
#basketOverlay p.action a{font-weight:bold;}
#basketOverlay div{background:url(/static/images/basket_bg.gif) no-repeat 50% 50%;  width:300px; text-align:center; font-size:130%; padding-bottom:185px;}

