@charset "UTF-8";

/* •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
   ••  Setia.pl                                                     ••
   ••  Updated: December 2010 by Bierek                             ••
   ••                                                               ••
   ••  Copyright 2010 Setia.pl                                      ••
   ••  Feel free to learn and adapt techniques used here,           ••
   ••  but don’t just copy and call it yours.                       ••
   •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••

---------------------------------------------------------------------- */

/* 0. RESET
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary {
  display: block;
}

a, ins, del {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

q:after, q:before {
  content: "";
}


/* 1. GLOBAL
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
body {
  /*background: #fff url("/gfx/bg.jpg") repeat 0 0px; */
  background: #fff url("/gfx/bgg4.png") repeat 0 0px;
  color: #fff;
  font: normal 14px/22px "Arial", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
  padding:0;
}

#background_top {
	background: url(/gfx/begie_top.jpg) repeat-x;
	width: 100%;
	height: auto;
	position: absolute;
	margin: 0 auto;
}

#background_bot {
	background: url(/gfx/begie_bottom.jpg) repeat-x bottom;
	width: 100%;
	height: auto;

	margin: 0 auto;
}

a {
  color: #be1213;
  cursor: pointer;
}






#container
{
	width: 1017px;
	margin: 0 auto;
}

#top
{
	width: 1017px;
	margin: 0 auto;
}


#logo
{
	float: left;
	width: 236px;
	height: 113px;
	margin-left: 12px;

}
#tag_search
{
	float: left;
	width: 740px;

}

#topMenu
{
	margin-top: 23px;
	margin-left: 25px;
	float: left;
	width: auto;

}


.tagline {
	width: 331px;
	height: 44px;
	float: left;
	margin-left: 10px;
	color: #000;
}

.logged {
	float: right;
	width: 311px;
	margin-top: 10px;
	margin-right: 0px;
}




/* x. MENU
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

.menu_1
{
	float: left;
	width: 50px;
	height: 28px;
	background: url("/gfx/m_start.jpg") no-repeat 0 0;
	display: block;
}


.menu_1:hover
{
	background-position: 0px -28px;
}


.menu_1_link {
	width: 50px;
	height: 28px;
	margin-left: 0px;
	border: 0px solid;
	position:absolute;
}

.menu_2
{
	float: left;
	width: 70px;
	height: 28px;
	background: url("/gfx/m_faktury.jpg") no-repeat 0 0;
	display: block;
}


.menu_2:hover
{
	background-position: 0px -28px;
}


.menu_2_link {
	width: 70px;
	height: 28px;
	margin-left: 0px;
	border: 0px solid;
	position:absolute;
}

.menu_3
{
	float: left;
	width: 70px;
	height: 28px;
	background: url("/gfx/m_raporty.jpg") no-repeat 0 0;
	display: block;
}


.menu_3:hover
{
	background-position: 0px -28px;
}


.menu_3_link {
	width: 70px;
	height: 28px;
	margin-left: 0px;
	border: 0px solid;
	position:absolute;
}

.menu_4
{
	float: left;
	width: 80px;
	height: 28px;
	background: url("/gfx/m_platnosci.jpg") no-repeat 0 0;
	display: block;
}


.menu_4:hover
{
	background-position: 0px -28px;
}


.menu_4_link {
	width: 80px;
	height: 28px;
	margin-left: 0px;
	border: 0px solid;
	position:absolute;
}

.menu_5
{
	float: left;
	width: 90px;
	height: 28px;
	background: url("/gfx/m_platnosci.jpg") no-repeat 0 0;
	display: block;
}


.menu_5:hover
{
	background-position: 0px -28px;
}


.menu_5_link {
	width: 90px;
	height: 28px;
	margin-left: 0px;
	border: 0px solid;
	position:absolute;
}

.menu_6
{
	float: left;
	width: 70px;
	height: 28px;
	background: url("/gfx/m_kontakt.jpg") no-repeat 0 0;
	display: block;
}


.menu_6:hover
{
	background-position: 0px -28px;
}


.menu_6_link {
	width: 70px;
	height: 28px;
	margin-left: 0px;
	border: 0px solid;
	position:absolute;
}

/* x. CRUMBS
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

#crumbs {
	clear: both;
	color:#626262;
}

#crumbs ul {
	margin-left: 50px;
	padding-bottom: 30px;
}
#crumbs ul li {
	float: left;
}

#crumbs li {
	margin-right: 6px;
}

#crumbs a {
	color: #626262;
}

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

.last {
	color: #f33009;
}
/* x. HEADER
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

#header
{
	width: 1017px;
	height: 358px;
	margin: 0 auto;
	clear: both;
}

#seo
{
	float: left;
	width: 507px;
	height: 358px;
	/*background: url(/gfx/pozycjonowanie.jpg) no-repeat;*/
}
.seol {
	width: 507px;
	height: 358px;
	position: absolute;
	border: 0px solid;

}

.webl {
	width: 510px;
	height: 358px;
	position: absolute;
	border: 0px solid;

}
#web
{

	float: left;
	width: 510px;
	height: 358px;
	/*background: url(/gfx/strony.jpg) no-repeat;*/
}

.more_l {
	padding-top: 300px;
	padding-left: 370px;
	position: absolute;
}

.more_r {
	padding-top: 300px;
	padding-left: 364px;
	position: absolute;
}

/* x. BOX
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

#box
{
	width: 1017px;
	height: 224px;
	margin: 0 auto;
	clear: both;
}
#box_seo
{
	float: left;
	width: 507px;
	height: 224px;
	margin-left: 2px;
	background: url("/gfx/box1.jpg") no-repeat;
}
#box_web
{
	float: left;
	width: 507px;
	height: 224px;
	background: url("/gfx/box2.jpg") no-repeat;
}

.b_le {
	margin-top: 120px;
	float: left;
	width: 15px;
	margin-left: 20px;
	cursor: pointer;
}

.b_ce {
	margin-top: 100px;
	float: left;
	width: 400px;
	color: #000;
	margin-left: 10px;
	margin-right: 10px;
}

.b_ce p {
	font-family: "Arial";
	font-size: 12px;
	font-style: italic;
	line-height: 140%;
}

.b_ce span {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #6f706f;
}

.b_ce1 {
		float: left;

	color: #000;

}
.b_ri {
	margin-top: 120px;
	float: left;
	width: 15px;
	margin-left: 470px;
	cursor: pointer;
}


.b_le2 {
	margin-top: 120px;
	margin-left: 20px;
	float: left;
	width: 15px;
	position: absolute;
}

.b_ce2 {
	margin-top: 100px;
	float: left;
	width: 400px;
	color: #000;
	margin-left: 50px !important;
	margin-right: 10px;
}

.b_ce2 p {
	font-family: "Arial";
	font-size: 12px;
	font-style: italic;
	line-height: 140%;
}

.b_ce2 span {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #6f706f;
}

.b_ri2 {
	margin-top: 120px;
	float: left;
	width: 15px;

}

/* x. FOOTER BOX
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

#footer_box
{
	width: 1017px;
	height: 310px;
	margin: 0 auto;
	clear: both;
	background: url("/gfx/box_big.jpg") no-repeat;
	color: #000;
}
#fb_news
{
	float: left;
	width: 290px;
	margin-left: 20px;
	margin-top: 60px;
	font-size: 12px;
	font-family: "Arial";
	line-height: 140%;
}

.f_n {
	background: url(/gfx/hr.jpg) no-repeat bottom center;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.bold {
	font-weight: bold;
	font-style: italic;
}

.date_n {
	font-size: 11px;
	color: #8a8a8a;
}
#fb_form
{
	float: left;
	width: 390px;
	margin-left: 20px;
	margin-top: 60px;
	font-size: 12px;
	font-family: "Arial";
	line-height: 140%;
}

.form_f{
	margin-left: 10px;
}

.input_f {
	background:url("/gfx/input_form.jpg") no-repeat scroll 0 0 transparent;
	color:#000;
	height:22px;
	margin-top:10px;
	padding-bottom:10px;
	width:106px;
	font-size: 12px;
	font-family: Arial;
	border: 0px;
	padding-left: 10px;
}

.texta {
	background:url("/gfx/text_area.jpg") no-repeat scroll 0 0 transparent;
	color:#000;
	height:95px;
	margin-top:0px;
	padding-bottom:5px;
	width:345px;
	font-size: 12px;
	font-family: Arial;
	border: 0px;
	padding-left: 10px;
}

.but {
	background:url("/gfx/wyslij_form.jpg") no-repeat scroll 0 0 transparent;
	height:36px;
	margin-top:0px;
	padding-bottom:10px;
	width:115px;
	border: 0px;
	padding-left: 10px;
	float: right;
	margin-right: 20px;
	cursor: pointer;
}
.f_f {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-family: "Arial";
	line-height: 140%;
}
#fb_contact
{
	float: left;
	width: 240px;
	margin-left: 30px;
	margin-top: 60px;
	font-size: 12px;
	font-family: "Arial";
	line-height: 140%;
}

.f_c {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-family: "Arial";
	line-height: 140%;
}

.strong {
	font-weight: bold;
	font-size: 12px;
}

.normal {
	font-size: 12px;
}
/* x. FOOTER
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

#footer
{
	width: 1017px;
	height: 150px;
	margin: 0 auto;
	padding-bottom: 20px;
	clear: both;
	background: url("/gfx/stopka.jpg") no-repeat;
	font-size: 11px;
	font-family: "Arial";
	line-height: 140%;
	color: #000;
	text-shadow:1px 2px 1px #FFFFFF;

}

#footer a {
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
}
#fLi
{
	float: left;
	width: 155px;
	margin-left: 40px;
	margin-top: 15px;
}

#f_li li {
	line-height: 200%;
}
#f_co
{
	float: left;
	width: 180px;
	margin-left: 40px;
	margin-top: 20px;
}
#f_tel
{
	float: left;
	width: 160px;
	margin-left: 30px;
	margin-top: 20px;
}
#f_logo
{
	float: left;
	width: 350px;
	margin-left: 30px;
	margin-top: 20px;
	text-align: right;

}

.log_s {
	float: left;
	width: 115px;
	margin-left: 180px;
}
.year {
	float: left;
	width: 40px;
}

/* x. SEARCH
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
.submit {
	width: 33px;
	height: 24px;
	margin-left:-5px;
	padding:0;
}

.search input[type="text"] {
	background:url("/gfx/input.jpg") no-repeat;
	vertical-align:top;
	border:0 none;
	color:#FFFFFF;
	font-size: 12px;
	height: 18px;
	margin:0;
	padding: 3px 0px 3px 10px;
	width:168px;
	font-family: "Trebuchet MS";
}

/* x. SPECIAL
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
.auraltext {
display: block;
position: absolute;
height: 1px;
width: 1px;
left: -5000px;
overflow: hidden;
}


.crumbs_last {
	color: #f33009;
}

/* x. SUBPAGE
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
#subpage
{
	width: 986px;
	margin: 0 auto;
}

#left_sub {
	float: left;
	width: 670px;
}

.main_content {
	color: #000;
	margin-top: 1px;
}

.mc_top {
	background: url(/gfx/nag_mc2.png) no-repeat;
	width: 675px;
	height: 95px;
}

.mc_middle {
	background: url(/gfx/mid_mc2.png) repeat-y;
	width: 675px;
	height: 100%;
}

.mc_bottom {
	background: url(/gfx/bot_mc2.png) no-repeat;
	width: 675px;
	height: 22px;
}

.main_contact {
	color: #000;
	margin-bottom: 5px;
}

.mco_top {
	background: url(/gfx/nag_mco.png) no-repeat;
	width: 670px;
	height: 47px;
}

.mco_middle {
	background: url(/gfx/mid_mc.png) repeat-y;
	width: 670px;
	height: 200px;
	clear: both;
}

.form_strony_kontakt {
	height: 200px;
}

.mcom_le {
	float:left;
	width: 240px;
	margin-left: 40px;
	color: #acacac;
	font-size: 11px;
}

.mcom_ri {
	float:left;
	width: 370px;
	margin-right: 20px;
}

.cont {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
}


.cont ol li {
	list-style: decimal !important;
}
.cont ul li{
	list-style: square !important;
}

.cont li {
	margin-left: 20px;
}

.cont p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.cont strong {
	font-weight: bolder;
}

.cont h3 {
	color: #5a5a5a;
	font-size: 18px;
	margin: 15px !important;
	font-weight: bold;
}

.cont h2 {
	color: #5a5a5a;
	font-size: 18px;
	margin: 15px !important;
	font-weight: bold;
}

.mco_bottom {
	background: url(/gfx/bot_mc.png) no-repeat;
	width: 670px;
	height: 13px;
	clear: both;
}

#right_sub {
	float: left;
	width: 306px;

}

.sidebar_menu {
	color: #000;
}

.sm_top {
	background: url(/gfx/nag_sm3.png) no-repeat;
	width: 306px;
	height: 81px;
}

.sm_middle {
	background: url(/gfx/mid_sm2.png) repeat-y;
	width: 306px;
	height: 100%;
}

.sm_middle ul {

}
.sm_bottom {
	background: url(/gfx/bot_sm2.png) no-repeat;
	width: 306px;
	height: 19px;
}

.menu_bo li {
	margin: 0px 5px;
	padding: 0px 20px;
	font-size: 12px;
	text-transform: uppercase;


}

.menu_bo li:hover {
	background: url(/gfx/li9.png) no-repeat 55px 0px;
	color: #fff !important;


}

.active {
	background: url(/gfx/li9.png) no-repeat 55px 0px;
	color: #fff !important;
}

.active a {
	color: #fff !important;
}

.menu_bo a {
	color: #585858;
	font-weight: bold;
		width: inherit;
	height: 34px !important;
	display: block;
	border-bottom: 1px solid #c4c4c4;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	vertical-align: middle;
display: table-cell;
width: 306px;
}

.menu_bo a:hover {
	color: #fff !important;
	text-shadow:1px 2px 1px #ee3b0c;
}

.ostatnia {
	border: none !important;
}

.sidebar_box {
	color: #000;
	margin-bottom: 5px;
}

.sb_top {
	background: url(/gfx/nag_sb2.png) no-repeat;
	width: 306px;
	height: 12px;
}

.sb_middle {
	background: url(/gfx/mid_sm2.png) repeat-y;
	width: 306px;
	height: 100%;
}

.sb_bottom {
	background: url(/gfx/bot_sm2.png) no-repeat;
	width: 306px;
	height: 19px;
}

/* x. MENU ICONS
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
.menu_elem_85260 /*oferta*/{
	background: url(/gfx/icons/01.png) no-repeat left;



}

.menu_elem_85267 /*cennik*/{
	background: url(/gfx/icons/08.png) no-repeat left;
}

.menu_elem_85264 /*jak wspolpracujemy*/{
	background: url(/gfx/icons/05.png) no-repeat left;
}

.menu_elem_85262 /*jak wybrac pozycjonera*/{
	background: url(/gfx/icons/03.png) no-repeat left;
}

.menu_elem_85266 /*osiagniecia*/{
	background: url(/gfx/icons/07.png) no-repeat left;
}

.menu_elem_85265 /*zobacz aktualne promocje*/{
	background: url(/gfx/icons/06.png) no-repeat left;
}

.menu_elem_85261 /*zobacz jak pozycjonujemy*/{
	background: url(/gfx/icons/02.png) no-repeat left;
}

.menu_elem_85263 /*efekty naszej pracy*/{
	background: url(/gfx/icons/04.png) no-repeat left;
}


.menu_elem_85257 /*efekty naszej pracy*/{
	background: url(/gfx/icons/08.png) no-repeat left;
}

.menu_elem_85255 /*efekty naszej pracy*/{
	background: url(/gfx/icons/07.png) no-repeat left;
}

.menu_elem_85253 /*efekty naszej pracy*/{
	background: url(/gfx/icons/12.png) no-repeat left;
}


.menu_elem_85252 /*efekty naszej pracy*/{
	background: url(/gfx/icons/05.png) no-repeat left;
}

.menu_elem_85256 /*efekty naszej pracy*/{
	background: url(/gfx/icons/15.png) no-repeat left;
}

.menu_elem_85258 /*efekty naszej pracy*/{
	background: url(/gfx/icons/11.png) no-repeat left;
}

.menu_elem_85254 /*efekty naszej pracy*/{
	background: url(/gfx/icons/14.png) no-repeat left;
}


/**/
.menu_elem_85347 /*efekty naszej pracy*/{
	background: url(/gfx/icons/08.png) no-repeat left;
}
.menu_elem_85344 /*efekty naszej pracy*/{
	background: url(/gfx/icons/05.png) no-repeat left;
}
.menu_elem_85343 /*efekty naszej pracy*/{
	background: url(/gfx/icons/04.png) no-repeat left;
}
.menu_elem_85341 /*efekty naszej pracy*/{
	background: url(/gfx/icons/01.png) no-repeat left;
}
.menu_elem_85346 /*efekty naszej pracy*/{
	background: url(/gfx/icons/07.png) no-repeat left;
}
.menu_elem_85345 /*efekty naszej pracy*/{
	background: url(/gfx/icons/06.png) no-repeat left;
}
.menu_elem_85342 /*efekty naszej pracy*/{
	background: url(/gfx/icons/15.png) no-repeat left;
}







.nag_referencje_box {
	background: url(/gfx/icons/11.png) no-repeat left;
	text-align: right;
	margin-left: 20px;
	margin-right: 30px;
	font-weight: bold;
	height: 30px;
}

.nag_ref{
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
	color: #222323;
	font-size: 11px;
	line-height: 130%;
	padding-bottom: 10px;
}

.nag_ref_sp a{
	font-weight: bold;
	color: #6f706f;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
}

.nag_kp_box {
	background: url(/gfx/icons/12.png) no-repeat left;
	text-align: right;
	margin-left: 20px;
	margin-right: 30px;
	font-weight: bold;
	height: 30px;
}

.nag_kp{
	margin-left: 20px;
	margin-right: 20px;
	font-style: normal;
	color: #222323;
	font-size: 12px;
	line-height: 130%;
	padding-bottom: 10px;
}

.nag_kp_sp a{
	float: right;
	margin-left: 20px;
	margin-right: 20px;

}

.nag_poz_box {

	text-align: right;
	margin-left: 20px;
	margin-right: 30px;
	font-weight: bold;
	height: 30px;
}

.nag_poz{
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
	color: #222323;
	font-size: 11px;
	line-height: 130%;
	padding-bottom: 10px;
}

.nag_poz_sp a{
	font-weight: bold;
	color: #6f706f;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
}


.margi {
	margin-left: 3px;
}

.mct_le {
	float: left;
	width: 281px;
	margin-top: 0px;
	margin-left: 25px;
}

.mct_ri {
	float: left;
	width: 359px;
	margin-top: 15px;

	text-align: right;
}

.main{
	color: #ff0000 !important;
	font-size: 18px;



		margin: 0px 5px;
	padding: 0px 20px;
	height: 34px;
	text-transform: uppercase;
	padding-top: 10px;
}

.main a {
	color: #2a2a2a;
	text-shadow:1px 1px 1px #eee;
	padding-right: 45px;
	width: 100%;
}
.main a:hover{
	text-shadow:1px 1px 1px #eee;
}

.nextButton {
	position: relative;
	float: left;
	margin-top: 35px !important;

}

.preButton {
	margin-top: 35px !important;
	margin-left: 10px !important;
	position: relative;
	float: left;

}

.flow {
	margin-left: 50px;
	float: left;
	width: 430px !important;
}


.sub_ostatnia {
	border-bottom: 1px solid #c4c4c4 !important;
}

.submenu ul:hover {
	text-shadow: none !important;
}


.submenu li {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 12px;
	text-transform:  none !important;

	line-height: 130%;

}

.submenu li:hover {
	background: none !important;
	color: #ee3b0c !important;
	text-shadow: none !important;

}

.submenu a:hover {
	color: #f33009 !important;
	text-shadow: none !important;
	background: url(/gfx/42.gif) no-repeat 25px 7px !important;
}

.submenu a {
	color: #585858 !important;
	font-weight: normal !important;
		width: inherit;
	height: 26px !important;
	display: block;
	border-bottom: 1px solid #eee !important;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	vertical-align: middle;
	display: table-cell;
	width: 306px;
	background: url(/gfx/52.gif) no-repeat 25px 7px;
}

.sub_active {
	background: url(/gfx/42.gif) no-repeat 25px 7px !important;

}

.sub_active a {
	background: url(/gfx/11.png) no-repeat right !important;
	color: #f33009 !important;
}

.port {

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	border: 1px solid #ddd;
	margin-right: 30px;
	padding-bottom: 0px !important;
	background: #eee;
	float: left;
	padding: 8px;

}


.port2 {

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-bottom: 15px;

	padding-bottom: 0px !important;
	background: #eee;
	float: left;
	padding: 8px;

}

.lo_port {

	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	border: 1px solid #ddd;
	padding-bottom: 0px !important;
	background: #eee;
	float: left;
	padding: 8px;
}


.final {
	float: left;
}

#form_strony_kontakt_wyslij {
	margin-left: 245px;
}

.search legend {
	display: none;
}

#pozycje{
  height: 100px;
  overflow: hidden;
}
#malepozycje{

}

.po_up {
	margin-left: 240px;
	cursor: pointer;
}

.po_do {
	margin-left: 240px;
	cursor: pointer;
}

table.reference {
	border:0px solid #C3C3C3;
	border-collapse:collapse;
}
td.ref {
	border:1px solid #C3C3C3;
	border-collapse:collapse;
}

th.nang {
	background: #6ed753;
	color: #fff;
	border: 0px solid #6ed753;
	text-align:center;
	-webkit-border-top-left-radius: 5px;
font-size: 14px;
-moz-border-radius-topleft: 5px;

border-top-left-radius: 5px;

}

th.nang1 {
	background: #6ed753;
	color: #fff;
	border: 0px solid #6ed753;
	text-align:center;
	font-size: 14px;
-webkit-border-top-right-radius: 5px;
padding-top: 5px;
padding-bottom: 5px;
-moz-border-radius-topright: 5px;

border-top-right-radius: 5px;
}

.cent {
  text-align: center;
  margin-left:130px;
}

.pager {
    padding : 10px;
}

/* -------------------------------------- jjj */
tr._row_even {
    background-color: #eee !important;
}

._row_even td{
    background-color: none !important;
}
tr._row_odd {
    background-color: #fff !important;
}

._row_odd td{
    background-color: none !important;
}

tr._row_red {
    background-color: #f3a3a3 !important;
}
._row_red td{
    background-color: none !important;
}

tr._row_green {
    background-color: #a5f3a3 !important;
}
._row_green td{
    background-color: none !important;
}

/* raporty */

table.raporty {
    margin: 1em 0;
    border-collapse: collapse;
    font-size: 1em;
    min-width: 60em;
}

table.raporty td, table.raporty th {
    padding: 2pt 1pt;
    border: solid #888 1pt;
    text-align: left;
    font-size: 1em;
}

table.raporty tfoot th {
    text-align: right;
}

table.raporty thead td, table.raporty thead th, table.raporty tfoot td, table.raporty tfoot th {
    background-color: #DDD;
}

tr.odd {
    background-color: #EEE;
}

td.niesprawdzone {
    background-color: #AAA;
}

td.niewypozycjonowane {
    background-color: #F88;
}