@import "http://fonts.googleapis.com/css?family=Raleway";
/*----------------------------------------------
CSS settings for HTML div Exact Center
------------------------------------------------*/
#cartpopup {
width:100%;
height:100%;
opacity:1.0;
top:0;
left:0;
display:none;
position:fixed;
background-color:rgb(0,0,0); 
background-color:rgba(0,0,0,0.6); 
overflow:auto
}
#cartpopupshow { 
width:100%;
height:100%;
opacity:1.0;
top:0;
left:0;
display:block;
position:fixed;
background-color:rgb(0,0,0); 
background-color:rgba(0,0,0,0.6); 
overflow:auto; 
}
img#close {
position:absolute;
right:-14px;
top:-14px;
cursor:pointer
}
div#popupContact {
position:absolute;
left:50%;
top:17%;
margin-left:-202px;
font-family:'Raleway',sans-serif
}
