/*!
 * CMS4U - engine/res/css/default.css
 * Version 1.1.2.8
 *
 * Copyright 2009-2012 IT4U www.it4u.com.pl
 * All rights reserved
 */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	overflow: auto;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*END Reset */

/* Basic */
body{font-family:Tahoma; font-size:12px; background: #fff; }
a {text-decoration:none; color: inherit;}
img {vertical-align:top;}
strong {font-weight:bold;}

/*Main*/

.clear { clear: both; }
.error { color: black; background: white; padding: 10px; }
div.clear { height: 20px; clear: both; }
pre { font-family: Courier New; }

/* headings */

h1 { font-size: 18px; font-weight: bold; margin: 10px 0; }
h2 { font-size: 16px; font-weight: bold; margin: 5px 0; }
h3 { font-size: 14px; font-weight: bold; margin: 2px 0; }
h4 { font-size: 12px; font-weight: bold; }

/* sup and sub */

sup,sub { height: 0; font-size: 75%; line-height: 1; vertical-align: baseline; _vertical-align: bottom; position: relative; }
sup { bottom: 1ex; }
sub { top: .5ex; }
ol { list-style-type: decimal; padding-left: 20px; }
ul { list-style-type: disc; padding-left: 20px; }

/* popup&fade */

#it4u_fade { position: absolute; top: 0px; left: 0px; display: none; width: 100%; height: 400px; background: #000; z-index: 1999; opacity: 0.3; filter: alpha(opacity=30); }
#it4u_loader { position: absolute; display: none; margin: 1px; padding: 10px; z-index: 2999; background: #fff; }
#it4u_popup { position: absolute; top: 0px; left: 0px; display: none; min-width: 400px; min-height: 100px; z-index: 2999; background: #fff; }
#it4u_alert { width: 300px; min-height: 200px; display: none; }
#it4u_alert_text { text-align: center; margin: 10px; font-weight: bold; }
#it4u_alert_button { text-align: center; margin: 10px; }
#it4u_alert_button input { border: 1px solid #000; background: #fff; color: #000; }

#browser_alert { border: 1px #000 solid; margin: 10px auto; padding: 10px; width: 700px; background-color: #fff; }
#browser_alert .browser_alert_header { margin: 10px; line-height: 1.7; color: #f00; border-bottom: 1px #f00 solid; font-size: 14px; font-weight: bold; text-align: center; }
#browser_alert .browser_alert_text { margin: 10px; font-size: 12px; line-height: 1.6; }
#browser_alert .browser_alert_choose { text-align: center; }

#cookie_footer { width: 300px; margin: 5px auto; padding: 5px; text-align: center; font-size: 9px; }

#navidots { position: fixed; z-index: 8999; bottom: 0; right: 10px; color: #000; font-weight: bold; text-align: right; }
#navidots ul { list-style: none; margin: 0; padding: 0; }
#navidots ul li { margin: 0; padding: 10px 0 10px 15px; display: list-item; cursor: pointer; }
#navidots ul li a { position: relative; width: 10px; height: 10px; border-radius: 50%; background: #000; border: 1px solid #000; display: block; }
#navidots ul li a.ac { background: none; }
#navidots ul li a span { position: absolute; right: 15px; top: -12px; opacity: 0; width: 200px; padding: 10px 0; }
#navidots ul li:hover a span { transition: opacity .2s ease-out; opacity: 1; }