/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1.1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

/* POPUP*/
body{
    font-family: Tahoma;
    font-size: 11px;
    color: #191919;    
}
h1{
    display: none;
} 
h2.hd{
    margin: 45px auto 0 auto;    
    height: 26px;
}
h2.hd span{
    display: none;
}
h3{
    margin-bottom: 6px;    
}
a{
    color: #ff0000;
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
.clr{
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
} 
.popupContainer{
    background: url('../_images/_layout/bg_popup.jpg') no-repeat 0 0;
    width: 498px;
    height: 546px;
    overflow: hidden;
    zoom: 1;
} 
.popupContent{
    padding: 30px 48px 0 48px;
    height: 425px;
    width: 381px;
    overflow-x: hidden;
    overflow-y: scroll;
    zoom: 1;
}
.popupContent h2
{
	margin-bottom: 20px;
}
.popupContent .center
{
	text-align: center;
}
.popupContent p, .popupContent li{
    color: #4c4c4c;
    margin-bottom: 10px;
}
.popupContent p span{
    font-size: 10px;
    color: #aeaeae;    
}
.hd_polityka{
    background: url('../_images/_layout/hd_popup_polityka.gif') no-repeat 0 0;
    display: block;
    width: 262px;                
}  
.hd_regulamin{
    background: url('../_images/_layout/hd_popup_regulamin.gif') no-repeat 0 0;
    display: block;
    width: 127px;                
}  
