/*
 * SEGREGATORY 2.0 by Michał Hans - www.dawanet.info
 * kolory:
 * granat		#002ab1
 * czerwony		#de0000
 * pomarancz	#ff9000
 * tekst: 		#393a3a
 */

body{
	background: url(../images/bg.png) repeat-x #fff;
	color:#393a3a;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:145%;
}
input,textarea{
	border:solid 1px #ccc;
	background:#fff;
	color:#737575;
	margin:2px;
}
textarea{
	width:100%;
	height:60px;
}
input:focus,textarea:focus{
	border:solid 1px #393a3a;
	color:#000;
}
a{
	color: #ff9000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1,h2,h3{
	padding-top:5px;
	padding-bottom:10px;
}
h1{
		font-size:11px;
}
h2{
		font-size:14px;
		color:#002ab1;
}
h3{
		font-size:12px;
}
hr{
	border:none;
	border-bottom:solid 1px #eee;
}

p{
	padding-bottom:10px;
}
table{
	width:100%;
	border-collapse:collapse;
}
td{
	border:solid 1px #ccc;
	padding:5px;
}
th{
	border:solid 1px #ccc;
	background:url(../images/content-h.png) repeat-x #ccc;
	padding:5px;
}
.hide, .hide *{
	display:none;	
}
.noborder, .noborder td, .noborder tr,  .noborder table, .noborder th{
	border:none;	
}
.toright{
	float:right;
}
.tocenter{
	float:none;
	margin:0 auto;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}
.nobr, .nowrap{
	white-space: nowrap;	
}
.printonly{
	display:none;	
}
#belka-admin{
	background:#036;
	color:#fff;	
	padding:5px;
	text-align:center;
}
button{
	font-size:11px;
	width:140px;
	height:29px;
	display:inline;
	margin:0 auto;
	line-height:29px;
	color:#fff;
	border:none;
	background: url(../images/button-bg-blue.png) top no-repeat;
	cursor:pointer;
}
button:hover{
	background: url(../images/button-bg-blue.png) bottom no-repeat;
}
button.grey{
	color:#333;
	background: url(../images/button-grey-bg.png) top no-repeat;
}
button.grey:hover{
	color:#333;
	background: url(../images/button-grey-bg.png) bottom no-repeat;
}
button img{
	vertical-align:middle;
}
a.button, button.zaloguj{
	display:block;
	width:140px;
	height:29px;
	line-height:29px;
	text-align:center;
	overflow:hidden;
	background: url(../images/button-bg.png) top no-repeat;
	color:#fff;
	margin-top:12px;
}
button.zaloguj{
	background: url(../images/button-bg.png) top no-repeat;
}
a.button img{
	vertical-align:middle;
}
a.button:hover, button.zaloguj:hover{
	background: url(../images/button-bg.png) bottom no-repeat #f9a200;
	text-decoration:none;
}

a.alonebutton{
	margin:0 auto;
}
a.active{
	font-weight:bold;
}
.c90{
	width:90%;
	margin:0 auto;
}
.clear{ clear:both;}

div.error, div.info{
	text-align:center;
	width:300px;
	padding:10px 10px 10px 70px;
	margin:10px auto;
	border:solid 1px #f90;
	min-height:50px;
}
div.error{
	background:url(../images/icons/alert-64.png) center left no-repeat;
	background-position: 15px center;
}
div.info{
	background:url(../images/icons/info-64.png) center left no-repeat;
	background-position: 15px center;
	border:solid 1px #ADCCDC;
	background-color:#F7FBFD;
}
div#userInfo{
	background:#ff9000;
	text-align:center;
	color:#fff;
	padding:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:12px;
}
/*
 * LAYOUT
 */
.container{
	width:950px;
	margin:0 auto;
}
#header{
	height:140px;
}

#undertop{
	height:10px;
}
#logo{
	width:400px;
	height:58px;
	margin-top:15px;
	float:left;
}
#infolinia{
	width:238px;
	height:24px;
	margin:0 30px;
	float:left;
	background: url(../images/infolinia.png) no-repeat;
}
#lang{
	width:50px;
	padding:5px 0;
	float:left;
	overflow:hidden;
}
#logowanie{
	width:180px;
	float:right;
	color:#ccc;
	text-align:center;
}
#logowanie form{
	padding-top:5px;
}
#logowanie a{
	color:#ccc;
}
#logowanie input{
	margin:0 0 5px 5px;
	width:100px;
}
#logowanie div{
	margin:2px 0;
}


#cleft{
	width:220px;
	float:left;
}
#cright{
	width:720px;
	float:right;
}

.rightbox{
	background:#fff;
	position:absolute; 
	left:960px; 
	width:113px; 
	overflow:hidden; 
	text-align:center; 
	border:solid 1px #eee;	
}
.rightbox .header{
	line-height:30px;
	background: url(../images/content-h.png) repeat-x #eee;
	font-weight:bold;
}
/*
 * MENU - GÓRA
 */
#topmenu{
	width:750px;
	float:left;
	height:47px;
	margin-top:20px;
	background: url(../images/topmenu-bg.png) repeat-x #de0000;
	z-index:999;
}
#topmenu .bl{
	background: url(../images/topmenu-bg-l.gif) no-repeat left;
	height:47px;
}
#topmenu .br{
	background: url(../images/topmenu-bg-r.png) no-repeat right;
	height:47px;
}
#topmenu ul li{
	float:left;
	height:47px;
	padding-top:15px;
	margin:0;
	z-index:999;
}
#topmenu ul li a{
	display:block;
	width:106px;
	color:#fff;
	font-size:13px;
	text-align:center;
	border-left:solid 1px #fff;
}

#topmenu li.headlink ul.submenu {
 	display: none;
	background:#BA0314;
}

#topmenu li.headlink:hover ul.submenu { 
 	display: block;
	position:absolute;
	margin-top:15px;
	width:auto;
}
#topmenu ul.submenu li{
	float:none;
	height:auto;
	padding:3px 20px 3px 0;
	margin-left:20px;
	text-align:left;
	z-index:999;
	list-style-position:inside;
	list-style-type:square;
	color:#fff;
}
#topmenu ul.submenu li a{
	display:inline;
	border:none;
	font-size:11px;
	z-index:999;
}

/*
 * MENU - LEWA STRONA
 */
#menuleft{
	background: url(../images/leftmenu-bg.png) repeat-x #000182;
	color:#fff;
}
#menuleft .bgtop{ background: url(../images/leftmenu-bg-t.png) no-repeat top; }
#menuleft .bgbottom{ background: url(../images/leftmenu-bg-b.png) no-repeat bottom; min-height:336px;}
#menuleft h3{
	color:#fff;
	text-transform:uppercase;
	padding:5px 10px 5px 25px;
	margin-left:10px;
	line-height:28px;
	background: url(../images/leftmenu-h.png) left center no-repeat;
}
#menuleft li h2{
	font-weight:normal;
	font-size:12px;
	display:inline;
	padding:0;
	margin:0;
	color:#fff;
}
#menuleft ul{
	padding:0 0 0 10px;
	/*
	list-style:url(../images/leftmenu-li.png);
	list-style-position:inside;
	*/
}
#menuleft li{
	padding:5px 5px 5px 12px;
	margin-left:15px;
	background-image:url(../images/leftmenu-li.png);
	background-position:0px 10px;
	background-repeat:no-repeat;
	
}
#menuleft li a{
	color:#fff;
	font-size:13px;
}


#menuleft li.headlink ul.submenu {
 	display: none;
}
#menuleft li.headlink:hover{
	/*background:#002ab1;*/
}

#menuleft li.headlink:hover ul.submenu { 
 	display: block;
	margin-top:0px;
	width:auto;
	
/*	display:block;
	clear:left;
	position:absolute;
	margin:-22px 0 0 160px;
	width:200px;
	background:#002ab1;*/
	
}
#menuleft ul.submenu{
	margin:0;
	padding:0 0 0 5px;	
}
#menuleft ul.submenu li{
	margin:0;
	background:none;
	float:none;
	height:auto;
	padding:3px 0px 0 0;
	text-align:left;
	color:#fff;
	list-style-position:inside;
	list-style-type:square;
}
#menuleft ul.submenu li a{
	font-size:11px;
}
/*
 * CONTENT
 */
#content{
	margin:0 0 10px 0;
	background: url(../images/content-bg.png) repeat-y;
}
#slider{
	margin-bottom:10px;
}
#content div.bgtop{
	background: url(../images/content-bg-t.png) top no-repeat;
}
#content div.bgbottom{
	background: url(../images/content-bg-b.png) bottom no-repeat;
	overflow:hidden;
	padding-top:5px;
}
#content div.cbox{
	width:220px;
	float:left;
	text-align:center;
	padding:5px 10px ;
}
#content div.cbox-double{
	width:460px;
	/*min-height:180px;*/
	float:left;
	padding:10px 10px 25px 10px;
}
#content div.cbox-double div.opis{
	text-align:justify;
	padding:10px 0;
}

#content div.cbox div.image{
	height:80px;
	text-align:center;
	overflow:hidden;
}
#content div.cbox div.image img{
	max-height:80px;
	max-width:220px;
	overflow:hidden;
}

#content div.cbox div.desc{
	text-align:justify;
	padding:5px 0;
}
#content div.cbox img.start{
	margin-bottom:10px;
	max-width:220px;
}

#content div.cbox h2, #content div.cbox  h2 a{
	font-size:16px;
	color:#002ab1;
}

#content div.cbox div.title, #content div.cbox div.title a{
	font-size:16px;
	color:#002ab1;
	font-weight:bold;
	line-height:150%;
}
#content div.cbox div.title h1, #content div.cbox div.title h2{
	display:inline;
	font:inherit;
	color:inherit;
}
#content div.header{
	clear:both;
	width:710px;
	margin:0 auto;
	height:30px;
	line-height:30px;
	background: url(../images/content-h.png) repeat-x #efefef;
	color:#393a3a;
}
#cennik div.header{
	clear:both;
	width:100%;
	margin:0 auto;
	height:30px;
	line-height:30px;
	background: url(../images/content-h.png) repeat-x #efefef;
	color:#393a3a;	
}
#content div.header a{
	padding:5px;
	color:#393a3a;
	text-transform:uppercase;
}
#content div.header h1{
	padding-top:0px;
	display:inline;
}
#content div.bl, #content div.br{
	height:30px;
}
#content div.bl{ background: url(../images/content-h-l.png) no-repeat left; }
#content div.br{ background: url(../images/content-h-r.jpg) no-repeat right; }

#content div.art{
	padding:10px;
}
#content div.podstrony{
	text-align:right;
	padding-right:20px;
}
#content div.podstrony a{
	padding:2px 5px;
	border:#fff2e1 solid 1px;
}
#content div.podstrony a.active{
	background:#fff2e1;
}
/*
 * BOX
 */
div.box{
	margin:10px 0;
	background: url(../images/box-bg.png) repeat-y;
	overflow:hidden;
}
div.box div.bgtop{
	background: url(../images/box-bg-t.png) no-repeat top;
}
div.box div.bgbottom{
	background: url(../images/box-bg-b.png) no-repeat bottom;
	padding:0 10px 10px 10px;
}
div.box h3{
	text-transform:uppercase;
	padding:5px 10px 5px 25px;
	line-height:28px;
	background: url(../images/leftmenu-h.png) left center no-repeat;
}
div.box ul{
}
div.box li{
	padding:5px 5px 5px 12px;
	margin-left:20px;
	background-image:url(../images/box-li.png);
	background-position:0px 10px;
	background-repeat:no-repeat;
}
div.box li a{
	font-size:12px;
	color:#393a3a;
}

/*
 * STOPKA
 */
#zaufalinam{
	clear:both;
	height:52px;
	background: url(../images/zaufalinam.jpg) no-repeat;
}
#onas{
	text-align:justify;
	padding:15px 0;
}

#foot{
	clear:both;
	overflow:hidden;
	background: url(../images/foot-bg.png) repeat-x #2d2d2d;
	color:#fff;
}
#foot #footmenu{
	width:650px;
	float:left;
	padding:5px 0;
}
#foot #grupamilo{
	width:150px;
	height:56px;
	float:right;
	margin-top:20px;
}
#foot #copy{
	width:650px;
	float:left;
	padding:5px 0;
}
#foot span.madeby a{
	color:#fff;
}
#foot #copyrights{
	clear:both; padding-top:20px; font-size:80%; text-align:center;
}
/*
 * Newsletter
 */
#formNewsletter{
	text-align:center;
}

/*  */

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}
	
/*
 * Formularze && Validate
 */
.art form{
	width:500px;
	margin:20px auto;
}
.art form div{
	padding:5px;
	margin-bottom:10px;
}
.art form label{
	display:block;
	clear:both;
	float:left;
	width:100px;
}
.art form input{
	padding:3px;
	width:350px;
}
.art form textarea{
	width:350px;
	height:200px;
}
.art form label.error{
	display:block;
	text-align:center;
	width:350px;
	margin:0 0 10px 100px;
}
form label.error{
	display:block;
	color:red;
	margin:0;
	padding:2px;
}
#formLogowanie label.error{
	position:absolute;
	display:inline;
	color:red;
	margin:0;
	padding:2px;
}
.wycena label.error{
	position:absolute;
	margin-left:-65px;
	margin-top:-10px;
	width:80px;
}
input.error, textarea.error{
	border:solid 1px red;
}


/*
 * REALIZACJA
 */
.realizacje-wyszukaj-form{
	text-align:center;
	padding-top:5px;
}
.pageRealizacja div.buttony{
	margin:30px 0;
	overflow:hidden;
}
.pageRealizacja a.button{
	margin-left:150px;
}
.pageRealizacja .desc{
	width:460px;
	padding:0 10px;
	float:right;
}
.pageRealizacja img.thumb{
	margin:0 10px;
}
.pageRealizacja h2{
	padding:10px;
}
.projekt{
	float:right;
	overflow:hidden;
	text-align:center;
	width:100px;
	padding:10px 20px 10px;
}

/* PODKATEGORIE */
.gradient-grey{
background: #fff; /* Old browsers */
background: -moz-linear-gradient(top, #fff 0%, #eee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#eee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fff 0%,#eee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fff 0%,#eee 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #fff 0%,#eee 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EEEEEE',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #fff 0%,#eee 100%); /* W3C */;	
}
div.podkategorie{
	padding:10px 8px 5px 8px;
}

div.podkategorie table{
	/*padding-left:10px;*/
	overflow:hidden;
	width:100%;
	vertical-align:bottom;
}
div.podkategorie table td{
	float:left;
	width: 130px;
	height: 130px;
	overflow:hidden;
	text-align:center;
	border:none;
	vertical-align:bottom;
	padding:0px;
	margin:4px;
	background:#fff;
	border:solid 1px #ccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
}
div.podkategorie table td:hover{
	height:auto;
	min-height:130px;	
	/*border-color:#000182;*/
	box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
}
div.podkategorie td div.thumb{
	height:80px;
	width:130px;
	vertical-align:middle;
	display:table-cell;
}
div.podkategorie td img{
	max-width:80px;
	max-height:80px;
}
div.podkategorie h2{
	font-weight:normal;
	/*color:#ff9000;*/
	color:#002ab1;
	font-size:11px;
}
div.podkategorie a{
	text-decoration:none;	
}




div.new{
	position:absolute;
	z-index:1;
	width:48px;
	height:48px;
	background: url(../images/icons/star-48.png) no-repeat;
}
.opis div.identyfikator{
	text-align:right;
	padding-right:10px;
	font-weight:bold;
}
.cbox div.identyfikator{
	/*position:absolute;*/
	text-align:center;
	width:30px;
	margin-left:110px;
	background:#fff;
	color:#ff9000;
	font-size:9px;
}

/*
 * MAPA STRONY
 */
#mapa-strony{
	width:80%;
	margin:20px auto;
}
#mapa-strony a{
	text-decoration:none;
}
#mapa-strony a:hover{
	text-decoration:underline;
}
#mapa-strony li{
	list-style:none;
	margin:0;
	padding:3px;
	font-weight:bold;
}
#mapa-strony ul.sub li{
	font-weight:normal;
	padding:3px 3px 3px 13px;
}
#mapa-strony td{
	vertical-align:top;
}

/* KONTAKT */
#oddzialy .oddzial{
	padding:5px 0 15px 95px;
	width:210px;
	float:left;
}
#oddzialy span{
	display:block;
}
#oddzialy h3{
	padding:0px;
	margin:0px;
}
#oddzialy p{
	padding:0px;
	margin:0px;
}

/*KALKULATOR*/
#odpowiedz{
	display:none;
}
.wycena{
	border:solid 1px #eee;	
}
.wycena table{
	width:98%;
	margin:0 auto;
}
.wycena td{
	padding:20px;
}
.wycena th{
	vertical-align:middle;
}
.wycena .kategorie{
	border-bottom:solid 1px #E2E2E2;
	overflow:hidden;
}
.wycena .kategorie a{
	margin:20px 50px;
}

.wynik div.polowa{
	width:49%;
	float:left;
}
.wynik{
margin:0 auto;
padding:20px;
border-left:solid 1px #e2e2e2;
border-right:solid 1px #e2e2e2;
}
a.teczka{
color:#000;
text-decoration:none;
}
.cena{
	font-size:14px; 
	text-align:center; 
	color:#b02121;
	padding:10px 0 10px 0;
	border-top:solid 1px #e2e2e2;
	border-bottom:solid 1px #e2e2e2;
	margin-bottom:10px;
}
.wynik .uwaga{
	text-align:center;
	padding-top:15px;
}
#formWycena label{
	padding-left:10px;
}
em.przedrabatem{
	text-decoration:line-through;
}

#formwycena .inny:hover{
	/*background:#ff9000;*/
}
#formwycena .inny2{
	display:block;
	position:absolute;
	width:210px;
	margin-left:-20px;
	height:auto;
	background:#FFF8F0;
	padding:5px;
	border:solid 1px #FF9000;
	text-align:center;
}
/* SPECYFIKACJE */
#specyfikacje table{
	width:95%;
	margin:10px auto 0px auto;
	border:none;
}
#specyfikacje table.tab-spec td{
	width:33%;
	padding:5px;
	border:none;
}
#specyfikacje table.tab-spec h3{
	padding:10px 0 0 0;
}
#makiety h2{
	padding:10px 0 0 0;
}
#makiety h3{
	padding:10px 0 0 0;
}

#makiety td,#makiety th, #makiety table{
	border:none;
}

/*
 * FORMULARZE
 */
form fieldset{
	padding:10px 0;
}
form td.label{
	width:150px;
	text-align:right;
}
/* REFERENCJE */
.artReferencje{
	text-align:center;
}
.artReferencje img{
	margin:10px;
	border:solid 1px #ccc;
}
.artReferencje img:hover{
	margin:10px;
	border:solid 1px #ff9000;
}

/*TOOLTIP*/
/*#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:20px;
	color:#333;
	display:none;
}
*/
#imgtooltip{
	position:absolute;
	border:1px solid #333;
	background:#fff;
	padding:0px;
	color:#333;
	display:none;
	z-index:9999;
}
#selecttooltip{
	position:absolute;
	border:1px solid #333;
	background:#fff;
	padding:0px;
	color:#333;
	display:none;
	z-index:9999;
}

label.imgtooltip, span.imgtooltip{
	/*padding-right:20px;*/
	/*background: url(../img/new/magnifier.png) no-repeat right;*/
}

/* CENNIK */
div.cbox-4 div.image{
	height:80px;
}
div.cbox-4 div.image img{
	max-height:80px;
}
#cennik{
	padding: 0 5px 10px 5px;
}
#cennik .description{
	padding:20px;
}
#cennik div.row{
	border-top:solid 1px #eee;
	overflow:hidden;
}
#cennik span.label{
	display:block;
	width: 150px;
	font-size:120%;
	background: url(../images/content-h.png) repeat-x #eee;
	float:left;
	clear:left;
	padding:5px;
	font-weight:bold;
}
#cennik span.field{
	display:block;
	
	float:left;
	clear:right;
	overflow:hidden;
	padding:5px 5px 5px 5px;
	margin-bottom:15px;
}
#cennik span.field em{
	display:block;
	padding:0 0 10px 20px;
	clear:both;
}
#cennik form input{
	
	padding:0;
}
#cennik label{
	width:150px;
	float:left;
	margin:1px;
}
#cennik label:hover{
	margin:0px;
	border:solid 1px #f8f8f8;
}
#cennik span.field label{
	width:180px;
}
#cennik .button{
	clear:both;
}
#cennik .wycena{
	text-align:center;
}
#cennik .uwzgledniony-rabat{
	padding:5px;
	color:#000182;
}
#cennik .tab-wycena{
	padding:10px 10px;
}
#cennik .tab-wycena table{
	padding:20px 10px;
}
#cennik .tab-wycena th{
	padding:5px;
	border:solid 1px #eee;
	text-align:center;
	font-size:120%;
	background: url(../images/content-h.png) repeat-x #eee;
	vertical-align:midddle;
	border-bottom:solid 2px #005DED; 
}
#cennik .tab-wycena tr{
	
}
#cennik .tab-wycena td{
	padding:5px;
	border:solid 1px #eee;
	text-align:center;
	width:20%;
	vertical-align:middle;
}
#cennik .tab-wycena td.naklad{
	background: url(../images/content-h.png) repeat-x #eee;
}
#cennik .tab-wycena td input{
	width:80px;	
}
#cennik .tab-wycena .przedrabatem{
	text-decoration:line-through;
	color:#ff0000;
}
#cennik .twojprodukt{
	padding:10px;
	width:80%;
	margin: 10px auto;
	border:solid 1px #ff9000;
	background:#fff8f0;
	font-size:120%;
}

#cennik .buttony{
	width:620px; 
	margin:0 auto; 
	overflow:hidden;
}
#cennik .buttony a.button{
	float:left; clear:none; margin-right:20px;
	cursor:pointer;
}
#cennik button{
	float:left; clear:none; /*margin-right:20px;*/
	background:#006bfd;
	color:#fff;
	padding:0;
	background:url("http://www.segregatory.net/images/button-bg-blue-80.png") no-repeat;
	width:80px;
	cursor:pointer;
}
#nextbutton, #potwierdz-zamowienie, .bluebutton{
	background:url("http://www.segregatory.net/images/button-bg-blue.png") no-repeat;
	color:#fff;
	width:140px;
	cursor:pointer;
}
.bluebutton-80{
	background:url("http://www.segregatory.net/images/button-bg-blue-80.png") no-repeat;
	color:#fff;
	width:80px;
	cursor:pointer;
}
#nextbutton:hover, #potwierdz-zamowienie:hover, .bluebutton:hover, .bluebutton-80{
	background-position:0 -29px;
	
}

#cennik textarea{
	width:90%;
}
div.loading{
	position:fixed;
	top:50%;
	left:50%;
	padding:20px;
	background:#fff;
	border:#F90 solid 1px;
	z-index:9999;
}
div.shadow{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#ccc;	
}


/* CENNIK 2 kolumnowy */
#cennik{
	padding:0;
	background:#eee;
		
}
#cennik #cleft{
	background:#000282;
	width:250px;
	overflow:hidden;
	margin-bottom:20px;
}
#cennik #cleft .headerleft{
	height:30px;
	line-height:30px;
	color:#393A3A;	
	padding-left:10px;
	background:url("../images/content-h.png") repeat-x scroll 0 0 #EFEFEF;
	border-bottom:solid 1px #006AFD;
	/*text-transform:uppercase;*/
	font-weight:bold;
}
#cennik #cleft h2{ 
	/*color:#006AFD;	*/
	text-align:center;
	/*background:url("../images/content-h.png") repeat-x scroll 0 0 #EFEFEF;*/
	background:#F60;
	color:#fff;
	border-bottom:solid 1px #1735BF;
	padding:4px;
	font-style:italic;
}
#cennik #cleft .nr{
	width:16px;
	line-height:16px;
	font-size:9px;
	color:#006afd;
	background:url(http://www.segregatory.net/images/icons/circle-16.png) no-repeat;
	display:block;
	float:left;
	text-align:center;
	margin-right:3px;
}
#cennik #cright{
	width:690px;
}
#cennik span.label{
	width:240px;
	/*width:100%;	*/
}
#cennik span.field{
	clear:both;
	margin-bottom:5px;	
	width:240px;
}
#cennik span.field label{
	width:240px;	
}
#cennik #cleft select{
	width:240px;
}
#cennik #cleft textarea{
	width:230px;	
}
#cennik #cleft textarea:focus{
	height:200px;	
}
#cennik select {
	font-size:11px;	
	line-height:15px;
	height:18px;
}
#cennik .label img.help{
	float:right;	
}

#cennik #cleft .row{
	color:#fff;
	background:url(http://www.segregatory.net/images/leftmenu-bg.png) repeat-x #000282;
	border-top:solid 1px #09F;
	border-bottom:solid 1px #1735BF;
	padding:3px 0;
}
#cennik #cleft span.label{
	color:#fff;
	background: none;
}

#cennik #button-naklad{
	display:block;
	width:250px;
	height:39px;
	font-size:14px;
	font-weight:bold;
	line-height:39px;
	color:#fff;
	background: url(../images/button-naklad.png) top no-repeat;
}
#cennik #button-naklad:hover{
	background: url(../images/button-naklad.png) bottom no-repeat;
}

div.menunadole{
	padding:0 0 10px 0;
	border-top:solid 1px #eee;
}
div.menunadole h2{
	margin:0 0 5px 0;
	line-height:30px;
	color:#393A3A;	
	padding:0 0 0 10px;
	font-size:12px;
	background:url("../images/content-h.png") repeat-x scroll 0 0 #EFEFEF;
	border-bottom:solid 2px #006AFD;
	/*text-transform:uppercase;*/
	font-weight:bold;
}
div.menunadole ul{
	padding:0 10px;
	overflow:hidden;
}
div.menunadole ul li{
	list-style:none;
	margin-left:10px;
	border-bottom:solid 1px #eee;
} 
div.menunadole ul li.polowa{
	width:42%;
	float:left;
}

/* JAK ZLOZYC ZAMOWIENIE */
div.zamowienie-jak-zlozyc {
	font-size:14px;
}
div.zamowienie-jak-zlozyc table td{
	vertical-align:middle;
	padding:5px;
}
div.zamowienie-jak-zlozyc table img{
	width:64px;
}


/* PROFORMA */
#proforma{
	padding:10px;
}
#proforma input, #proforma option, #proforma select{
	border:none;
	padding:0;
	text-align:center;
	width:98%;
	color:#393A3A;
	font-size:10px;
	background:#FFC; 
}

/* PRODUKTY W RAMCE */
#content div.produkt-ramka{
	border:solid 1px #ff9000;
	border-radius:10px;
	cursor:pointer;
	width:138px;
	height:125px;
	margin:10px;
	overflow:hidden;
}
#content div.produkt-ramka:hover{
	box-shadow:0 0 8px #999;
	border-color:#002ab1;
}
#content div.produkt-ramka:hover a{
	color:#002ab1;
}

#content div.produkt-ramka a.nazwa{
	font-weight:bold;
	text-decoration:none;
}

