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;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

body {
	background-color: white;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-image:url("bg0.png");
	color: #222;
	margin-top: 15px;
	margin-bottom: 15px;
}


hr {
  color: #D2D2D2;
  background-color: #D2D2D2;
  height: 1px;
  border: 0px solid #D2D2D2;
}

.smallGrey {
	color: gray;
	font-size: smaller;
}

#outline {
	background-color: white;
	box-shadow: 0px  0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
}

#kol_lewa {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 0px;
	padding: 0.5em;
	text-align: center;
}

.box {
	border-left: 8px solid #FF7800;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #3260AF;
	color: White;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	line-height: 19px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-indent: 4px;
	text-align: left;
}

#header #logo {
	height: 102px;
	background: url('header.jpg') no-repeat top left;
}

#menu {
	height: 50px;
	background: url('menubkg.jpg') repeat-x top right;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
	margin: 0px 8px 0px 8px;
	line-height: 43px;
	font-size: 12px;
	/*text-shadow: rgba(10, 10, 10, 0.3) 1px 1px 1px;*/
}

#menu a:hover, #menu .selected {
	border-bottom: 1px dotted #CC3333;
	color: #CC3333;
}


#news {
	line-height:17px;
}

#news h1 {
	margin: 0;
	padding: 0;
	border-color: #1E72D2;
	border-style: none none solid;
	border-width: 3px;
	color: #1E72D2;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:8px;
}

#news dl {
	margin-top: 10px;
}

#news dt {
	font-weight: bold;
}

#news dd {
	background: url('arrow.png') no-repeat left center;
	margin: 0;
	list-style: none;
	padding-left: 15px;
}

#news a {
	text-decoration: none;
	font-weight: bold;
	color: #1E72D2;
}

#news a:hover {
	text-decoration: underline;
}

/* menu cennika
----------------------------------------------------------------------------------------------------*/
#menuCennika {
   text-align: left;
}

#menuCennika .head, #menuCennika .head h1 {
	line-height: 15px;
	border: 1px solid white;
	cursor: pointer;
	padding: 3px 0px 3px 10px;
	background: url('arrow.png') no-repeat left center;
	margin: 0;
}

#menuCennika .head:hover, #menuCennika .head.selected {
	background-color: #F8FAFC;
	border: 1px solid #B5D4FE;
   	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#menuCennika a {
	color: Black;
	border: 1px solid white;
	padding: 4px 0px 4px 25px;
	background: transparent url('sgw.gif') no-repeat scroll 6px 50%;
	font-size: 90%;
	text-decoration: none;
	display: block;
}

#menuCennika a:hover, #menuCennika a.selected {
	background-color: #B5D4FE;
	border: 1px solid #8DBDFE;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#scroller, #scroller a {
	text-align: center;
	text-decoration: none;
	color: blue;
}


/* footer
----------------------------------------------------------------------------------------------------*/
#footer {
	border-bottom: 1px solid #E6E6FA;
	border-top: 1px solid #E6E6FA;
	color: #4169E1;
	text-align: center;
	background: -moz-linear-gradient(-90deg, #DEDEDE, #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#fff));
	padding: 10px 0px 10px 0px;
}

#footer img {
	margin: 3px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#footer img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/* tabela cennika
----------------------------------------------------------------------------------------------------*/
.producent td {
  text-align: center;
  background-color: #EEE;
  padding-bottom: 2px;
  padding-top: 2px;
  font-weight: bold;
  vertical-align: middle;
}

td.chkbox {
	text-align: right;
}

.art {
  font-size: 93%;
}

.art:hover, #szczegoly tr :hover {
  cursor: default;
  background-color: #FFD973;
}

.art td {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 4px;
  border-top: 1px solid #EEE;
}

.art td a {
  color: Black;
  text-decoration: none;
}

.art td img {
	vertical-align: bottom;
}

.art a:hover {
  text-decoration: underline;
}

td.nazwa {
	font-weight: bold;
}

.superscript {
	font-size: x-small;
	padding-left: 13px;
	color: #888;
}

.minus {
    background: url('minus_small.png') 0px 50% no-repeat;
}

.plus {
    background: url('plus_small.png') 0px 50% no-repeat;
}

label {
	vertical-align: text-top;
	font-weight: normal;
}
/* konfigurator
----------------------------------------------------------------------------------------------------*/
#konfigurator {
    font-size: 100%;
}

#konfigurator .head {
    line-height: 170%;
    font-weight: bold;
    color: #565656;
}

#konfigurator select {
	margin-bottom: 10px;
	/*width: 95%;*/
	width: 678px;
}
#konfigurator optgroup {
	color: #000000;
	background-color: #DEDEDE;
	font-weight: bold;
	font-style: normal;
}

#konfigurator optgroup option {
	color: black;
	background-color: #FFFFFF;
}

#konfigurator #konfsuma {
	text-align: right;
	font-weight: bold;
    font-size: 120%;
}

#konfigurator a.cbx {
    display: none;
}

#konfigurator a.cbx img {
	vertical-align: text-bottom;
}

/* info i alert
----------------------------------------------------------------------------------------------------*/
.alert {
    background: #fff6bf url('exclamation.png') center no-repeat;
    background-position: 15px 50%;
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
}

.info {
    background: #F8FAFC url('information.png') center no-repeat;
    background-position: 15px 50%;
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #B5D4FE;
    border-bottom: 2px solid #B5D4FE;
}

