#fade {
position:fixed;
	left:0;
	top:0;
	padding:0;
	width:100%;
	height:100%;
	color:#333;
	background:transparent;
	z-index: 9980;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8; 
}
#fade1 {
	position:fixed;
	left:0;
	top:0;
	padding:0;
	width:100%;
	height:100%;
	color:#333;
	background:#fff;
	z-index: 9980;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#popuptown {
	position: fixed;
	padding:10px 0px 10px 0px;
	z-index: 9981;
}
#uslovia{

	position: fixed;
	padding:10px 0px 10px 0px;
	z-index: 9981;

}
#popupproducts {
	position: fixed;
	padding:10px 0px 10px 0px;
	z-index: 9981;
        
}




.popup_outline {
    width: 450px;
    height: auto;
    margin: 0px auto;
    

}

.popup_window {
    position: absolute;
    z-index: 300;
    background: #fff;
    width: 450px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    top: 10%;
    border: 1px solid #121212;
    box-shadow: 0px 0px 70px #999;
    -moz-box-shadow: 0px 0px 70px #999;
    -webkit-box-shadow: 0px 0px 70px #999;
    margin-top: 40px;
    
   

}

.popup_title {
    background: #666666;
   
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    margin: 1px;
    padding: 15px;
    border-bottom: 1px solid #121212;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 1px 1px 0px #000;
    
    position: relative; }

.popup_content {
    clear: both;
    height: auto;
    padding: 25px 20px 20px 25px; }

.closepopup {
    background: transparent url('../../../images/default/closewindow1.png') left top no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    z-index: 800;
    top: 10px;
    right: 10px; }

.closepopup:hover {
    background-position: right top; }

.uslovia{
    text-align: justify;
    height: 350px;
    overflow: auto;

    font-size: 12px;
    margin: 0 0 10px 0;
    color: #666;

    padding: 5px;

}