/* NicePopups */

.nicepopup {
}
.nicepopup .outline {
	border: 1px solid #002C79;
	background-color: #ED9F16;
	padding: 16px;
	position: relative;
}
.nicepopup a.close {
	line-height: 16px;
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	text-indent: -124px;
	overflow: hidden;
	text-decoration: none;
	width: 16px;
	height: 16px;
	background: url(close.png) 100% 0 no-repeat;
} 
html>body .nicepopup a.close { 
	top:0;
	right:0;
}
.nicepopupHover a.close {
	background-position: 100% -16px;
}
.nicepopup a.close:hover{
	background-position: 100% -32px;
}
.nicepopupLoading .outerImage{
	border: 1px dotted silver;
	width: 100px;
	height: 100px;
	background: url(chwileczke.png) 50% 50% no-repeat;
}
.nicepopup .prevNextBar{
	padding-top: 7px;
	text-align: center;
}

/** SHADES: **/

html>body .SdwTL {
	background: url(sdw_tl.png) 0 0 no-repeat; 
}
.SdwT { 
	padding-top: 8px; 
	height: 8px; 
}
html>body .SdwT { 
	background: url(sdw_t.png) 0 0 repeat-x; 
}

html>body .SdwTR { 
	background: url(sdw_tr.png) 0 0 no-repeat; 
}
.SdwR { 
	padding-left: 8px; 
	width: 8px; 
}
html>body .SdwR { 
	background: url(sdw_r.png) 0 0 repeat-y; 
}
html>body .SdwBR { 
	background: url(sdw_br.png) 0 0 no-repeat; 
}
.SdwB { 
	padding-top: 8px; 
	height: 8px; 
}
html>body .SdwB { 
	background: url(sdw_b.png) 0 0 repeat-x; 
}
html>body .SdwBL { 
	background: url(sdw_bl.png) 0 0 no-repeat; 
}
.SdwL { 
	padding-left: 8px; 
	width: 8px; 
}
html>body .SdwL { 
	background: url(sdw_l.png) 0 0 repeat-y; 
}