/* 
	author: istockphp.com
*/
#backgroundPopup { 
	z-index:999;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:url("http://img1.ancient-greek-sandals.com/overlay-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);	
	top:0px;  
	left:0px;
}
.catalog-product-view #backgroundPopup {
    display:block;
}
.popups {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border:0px solid #ccc;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 50%;
    margin-left: -402px;
    position: fixed;
    top: 15%;
    width: 746px;
    z-index: 9999;
	padding:40px 50px; text-align:left;
}
div.loader {
    background: url("http://img1.ancient-greek-sandals.com/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
    background: url("http://img1.ancient-greek-sandals.com/closebox.png") no-repeat scroll 0 0 transparent;
    /*top:-75px;*/ top:-70px;
    cursor: pointer;
    float: right;
    height: 64px;
   /* right: -180px;*/ right:-92px;
    position: relative;
    width: 64px;
}
#shippingandreturns div.close{right:-82px; top:-61px}
div.close:hover{background: url("http://img1.ancient-greek-sandals.com/closebox-h.png") no-repeat scroll 0 0 transparent;}
span.ecs_tooltip { display:none !important;
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: 0;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
}