/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {
	background: url("/images/bg.png") repeat-x #fff;
	font-family:verdana;
	color:#404040;
	font-size:12px;
}

h1 {
	font-size:15px;
	color: #404040;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
	font-size:13px;  
	color:#404040;
	font-weight:bold;
}

a { color: #0033AA; text-decoration:none; }
a:visited {	text-decoration:none; color: #0033AA; }
a:hover { text-decoration: underline; color:#0033AA; }
a:active { 	text-decoration:none; color: #0033AA; }

input[type="text"] { height:20px;  }
input[type="password"] { height:20px;  }
input[type="checkbox"]{
	float:left;
}
.checkbox{
	margin:5px 0;
}

strong{
	font-weight:bold;
}
#page {
    background: none repeat scroll 0 0 #fff;
    padding: 5px;
	border:1px solid #d0d0d0;
	border-top:0;
	overflow:hidden;
}
.container{
	max-width:980px;
	margin:0 auto;
}
.main{
	padding-bottom:20px;
	width:100%;
}
.topbar ul{
	padding-top:22px;
	overflow:hidden;
}
.topbar li {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    float: left;
    padding: 0;
    text-align: center;
    width: 33%;
}
.topbar li:first-child{
	border-right:0;
}
.topbar li:last-child{
	border-left:0;
}
.topbar a{
	color:#fff;
	text-decoration:none;
}
#navigation{
	border:1px solid #d0d0d0;
	height:40px;
	background-image:url("images/button-menu-white.jpg"); 
	margin-bottom:20px;
}
#navigation li{
	float:left;
	width:14%;
	text-align:center;
	line-height:40px;
}
.brands {
    height: 55px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
	overflow:hidden;
}
.brands img{
	vertical-align:middle;
}
.one-col{
	max-width:720px;
	width:auto;
	margin:0 auto;
	padding:5px;
}
.col{
	display:inline-block;
	vertical-align:top;
}
.col.left{
	width:260px;
	text-align:center;
}
.col.center{
	max-width:580px; 
}
.col.right{
	width:125px;
	float:right;
}
.kierunek{
	background:url(/images/kierunek-porada.gif) no-repeat center center; 
	color:#FFFFFF;
	height:40px;
	font-size:13px;
	line-height:40px;
	text-align:center;
}
.top-banner{
	text-align:center;
}
.top-banner img{
	border-bottom:1px solid #d0d0d0;
}
.main-content { 
	word-spacing: 1px;
	line-height: 21px; 
	padding:30px;
}
.content-block{
	margin-top:20px;
	margin-bottom:20px;
}
.v-list li{
	text-align:left;
	margin-bottom:15px;
}
.left .v-list{
	padding-left:20px;
}
.action {
    height: 100px;
    line-height: 100px;
    text-align: center;
	margin-bottom:40px;
}
.action .text{
	font-size: 18px;
	color:#C9392E;
	float:left;
	position:relative;
	left:40px;
}
.main-content .list li{
	margin-bottom:20px;
}
.main-content .align-center{
	text-align:center;
}
.category-list li{
	float:left;
	width:150px;
	padding:5px;
	color: #cccccc;
}
.clear{
	padding:30px 0;
	clear:both;
}
.articles {
    font-size: 11px;
    margin-bottom: 60px;
    text-align: justify;
	line-height: 15px;
}
.articles h2{
	font-weight:normal;
	font-size:11px;
}
.articles a{
	color: #909090;
}
.articles p{
	margin:15px 0;
}
.comment p{
	margin:15px 0;
	line-height:15px;
}
.comment .more{
	text-align:center;
}
footer{
	clear:both;
}
.footer-menu {
	overflow:hidden;
}
.footer-menu li{
	float:left;
	padding:5px;
}
.footer-menu li a{
	font-size:12px;
}
.cookies{
	text-align:center;
}
footer p{
	margin:15px 0;
	line-height:15px;
}
.main-content ol{
	list-style: inside none decimal;
}
.main-content ul {
    list-style: outside none disc;
    padding-left: 15px;
}
.main-content p{
	line-height:21px;
	margin:12px 0;
	text-align:justify;
}
.main-content h3{
	font-weight:bold;
	margin:12px 0;
}
.main-content h2{
	margin-bottom:12px;
}
.main-content b{
	font-weight:bold;
}
.price-list li{
	margin-bottom:30px;
}
.price-list .uwaga {
	background-color: #C9392E;
	color:#FFFFFF;
	padding:0 5px;
}
.contact{
	margin-top:30px;
	overflow:hidden;
}
.contact div{
	padding: 5px 0;
}
.contact .submit input{
	height:30px;
	float:right;
}
.contact form{
	max-width:420px;
}
.comment .date{
	text-align:right;
}
.eporada .price-desc img{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
    border: 1px solid #d0d0d0;
}
.eporada {
	line-height:21px;
}
.eporada .price-desc{
	padding-bottom:50px;
}
.eporada .price-desc p{
	margin-bottom:10px;
}
.eporada .price-desc li{
	margin-bottom:10px;
}
.eporada .price-desc li{
	list-style:inside none decimal;
	font-weight:bold;
}
.eporada .price-desc li span{
	font-weight:normal;
}
.eporada .mail {
    margin: 0 auto;
    max-width: 640px;
    overflow: hidden; 
	clear:both;
}
.eporada .mail div{
	float:left;
	color: #404040;
    font-size: 15px;
	font-weight:bold;
	line-height:44px;
	height:44px;
	margin:0 10px;
}
.eporada textarea{
	width:100%;
}
.eporada .label { 
	background-color:#808080;
	color:#FFFFFF; 
	padding:0 5px;
}
.eporada .submit{
	text-align:right;
	line-height:30px;
}
.eporada .submit img{
	top:10px;
	position:relative;
}
.eporada .submit input{
	height:30px;
	cursor:pointer;
}
.comments .link{
	text-align:right;
	color:#aaa;
}
.payments{
	margin:0 auto;
	padding-bottom:30px;
	max-width:640px;
	overflow:hidden;
}
.payments label {
    display: inline-block;
    vertical-align: top;
    width: 115px;
}
.payments .submit {
    float: right;
    height: 30px;
    margin-top: 40px;
    text-align: right;
}
.payments .logos{
	float:left;
	width:139px;
}
.payments .form{
	float:right;
	width:75%;
}
.payments .form div{
	padding:5px;
}
.payments h1{
	margin:40px 0;
}
.payments p{
	text-align:center;
	margin:12px 0;
	
}


.links a{ text-decoration:none; color: #909090;  font-size:11px; }
.links a:hover { text-decoration:underline; color: #606060; }

.blinks a:link { text-decoration:none;  }
.blinks a:visited { text-decoration:none;  }
.blinks a:hover { text-decoration:none;  }
.blinks a:active { text-decoration:none;  }

textarea { border: 1px solid #AEBFC7; color:#707070; font-family:verdana; font-size:11px; padding:3px; margin:3px; }

.img_ln { border:5px solid #FFFFFF; width:200px; }

.input0     { border: 1px solid #AEBFC7; color:#707070; font-family:verdana; font-size:11px; padding:3px; margin:3px; }

.h25 { height:25px; }
.h30 { height:30px; }
.h50 { height:50px; }
.h60 { height:60px; }
.h70 { height:70px; }

.td_main { background-color:#EEEEEE; }
.td_centrum { border:3px solid #d0d0d0; border-bottom:4px solid #d0d0d0; background-color:#FFFFFF; }
.td_cieniowany { background-image:url(/images/bg.png); background-repeat:repeat-x; }
.td_szarelitery { color:#CCCCCC;}
.header {
	height:40px;
	background-color:#EEEEEE;
	text-align:center; 
	line-height:40px;
	margin-bottom:20px;
	font-weight:normal;
}
.topbar { background-color: #2C4259; color:#FFFFFF; font-size:14px; height:60px; }
.td_gadzet { height:110px; text-align:center; vertical-align:top; }

.td_komponent { width:20%; background-color:#FFFFFF; text-align:center; }
.td_ln { background-color: #007BC5; border:1px solid #FFFFFF; }

.td_boks_top { background-color:#003366; }

.td_rezultat_not {text-align:center; padding:10px; border:4px solid #C9392E;
                              background-color: #E0574C;  color:#FFFFFF;  }

.td_rezultat_ok {text-align:center; padding:10px; border:4px solid #3CB487; 
                              background-color: #298A66;  color:#FFFFFF;  }
                              
.td_rezultat_stop {	text-align:center; padding:10px; border:4px solid #ED803E;  97BBD9;  #DD4403; 
                              font-weight:bold; background-color: #FF6000; 86AAC8; #FF6609;  color:#FFFFFF;  }                              
                                                       
.kolor_1    { color: #1F634A; #298A66; }
.kolor_2    { color: #C9392E; }
.kolor_3   { background-color:#19553F; color:white; }
.kolor_4    { background-color: #C9392E; color:white; font-size:18px;}

.podswietl { background-color: #FFF88A; }

.wyciszone { color:#909090;}

@media only screen and (max-width : 1000px){
	
.brands li {
    margin: 0 10px;
}
.col.right {
    display: none;
}
.col.left{
	width:30%;
}
.col.left img{
	width:100%;
}
.col.center{
	width:65%;  
}

}

@media only screen and (max-width : 768px){

.col.left{
	display:none;
}
.col.center{
	width:100%;  
	max-width:100%;
}
#navigation li {
    font-size: 11px;
    width: 14%;
}
#navigation li img {
	display:none;
}

.topbar li {
    font-size: 12px;
}

.brands {
    height: 100%;
}
.brands .logotyp {
    display: block;
    margin: 0 auto;
    width: 360px;
}

}

@media only screen and (max-width : 479px){

#navigation {
    height: auto;
}
#navigation li {
    font-size: 12px;
    width: 100%;
	float:none;
}

.topbar {
    font-size: 12px;
    height: auto;
}
.topbar ul {
    padding-top: 22px;
}
.topbar li {
    border-left: medium none;
    border-right: medium none;
    float: none;
    width: 100%;
	line-height:16px;
}

}



