@CHARSET "UTF-8";

body {
  margin: 0;
}

div#container_top {
	border: 0px solid brown;
	position: relative;
	display: block;
	width: 100%;
	height: 290px;
	margin: auto;
	background-image: url('../img/containterTop_bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}
div#container_top div#ct_center {
	border: 0px solid black;
	position: relative;
	display: block;
	width: 985px;
	height: 100%;
	margin: 0;
	padding: 0;
}
div#container_top div#ct_center div#ct_center_1 {
	border: 0px solid blue;
	position: relative;
	display: block;
	width: 985px;
	height: 110px;
	margin: 0;
	padding: 0;
}
div#container_top div#ct_center div#ct_center_2 {
	border: 0px solid blue;
	position: relative;
	display: block;
	width: 985px;
	height: 170px;
	margin: 0;
	padding: 0;
	clear: both;
}


div#container_center {
	margin: auto;
	background-color: white;
	clear: both;
	overflow: hidden;
}
div#container_bottom {
	border: 0px solid brown;
	position: relative;
	display: block;
	width: 100%;
	height: 110px;
	margin: auto;
	background-color: #eeeeee;
	clear: both;
}
div#container_bottom div.b_center {
	border: 0px solid brown;
	position: relative;
	display: block;
	width: 985px;
	height: auto;
	margin: auto;
	padding-top: 10px;
}

div#center_ {
	width: 985px;
	margin: 0;
	padding: 0;
}

div#content_top_grey {
	border: 0px solid purple;
	position: relative;
	display: block;
	width: 950px;
	height: 8px;
	margin: 0;
	padding: 0;
}

div#center_ div#content_center {
	width: 950px;
	margin: auto;
	padding: 0;	
	text-align: left;
	overflow: hidden;
}


div.topmenu {
	border: 0px solid brown;
	position: relative;
	display: inline;
	width: 457px;
	height: 90px;
	background-image: url('../img/logo_web_top.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

div.toplogo {
	border: 0px solid brown;
	position: relative;
	float: left;
	display: inline;
	width: 434px;
	height: 90px;
	background-image: url('../img/logo_web_top.jpg');
	background-position: 0px center;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 34px;
	cursor: pointer;
}

div.topcats {
	border: 0px solid brown;
	position: relative;
	float: left;
	display: inline;
	width: 470px;
	height: 62px;
	margin-top: 45px;
	margin-left: 0px;
	cursor: pointer;
}

div#footer_container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
}

div#footer_container div#footer_clients {
	position: relative;
	display: inline;
	float: left;
	width: 263px;
}

div#footer_container div#footer_authors {
	position: relative;
	display: inline;
	float: right;
	width: 416px;
	margin-right: 35px;
	top: -1px;
}

div#footer_container div#footer_authors div._first {
	position: relative;
	display: inline;
	float: left;
	background-image: url('../img/aw_grey.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 18px;
	width: 212px;
}

div#footer_container div#footer_authors div._second {
	position: relative;
	display: inline;
	float: left;
	background-image: url('../img/blokdesign_grey2.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 18px;
	width: 72px;
}

div#footer_container div#footer_authors div._second:hover {
	position: relative;
	display: inline;
	float: left;
	background-image: url('../img/blokdesign_grey2.png');
	background-position: 0px -18px;
	background-repeat: no-repeat;
	height: 18px;
	width: 72px;
	cursor: pointer;
}

div#footer_container div#footer_authors div._third {
	position: relative;
	display: inline;
	float: left;
	background-image: url('../img/powered_grey.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 18px;
	width: 74px;
}


div#footer_container div#footer_authors div._fourth {
	position: relative;
	display: inline;
	float: left;
	background-image: url('../img/netarch_grey2.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 18px;
	width: 40px;
}

div#footer_container div#footer_authors div._fourth:hover {
	position: relative;
	display: inline;
	float: left;
	background-image: url('../img/netarch_grey2.png');
	background-position: 0px -18px;
	background-repeat: no-repeat;
	height: 18px;
	width: 40px;
	cursor: pointer;
}

div.others_footer {
	position: relative;
	display: block;
	float: left;
	width: 365px;
	margin-left: 34px;
}

div.others_footer div {
	position: relative;
	display: inline;
	float: left;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #999999;	
	margin-right: 3px;	
}

div.others_footer div a {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #999999;
	text-decoration: none;
}

div.others_footer div a:hover {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #8a692b;
	text-decoration: none;	
}

a.desc_yellow, span.desc_yellow {
	font-size: 21px;
	font-family: Verdana, Arial;
	color: #dbbf55;
	text-decoration: none;
}

a.desc_yellow:hover {
	font-size: 21px;
	font-family: Verdana, Arial;
	color: #dbbf55;
	text-decoration: underline;
}

span.desc_bold {
	font-size: 12px;
	font-family: Verdana, Arial;
	color: #000000;
/*	font-weight: bold;*/
}

td.desc_short {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #666666;
	padding: 3px 25px 25px 25px;
}


html* td.desc_short {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #666666;
	padding: 3px 25px 25px 0px;
}

td.desc_short_offer {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #666666;
	padding: 3px 25px 25px 25px;
	line-height: 22px;
}


html* td.desc_short_offer {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #666666;
	padding: 3px 25px 25px 25px;
	line-height: 22px;
}

td.new_lay {
	font-size: 12px !important;
	padding: 20px 5px 15px 25px !important;
	color: #000;
}

td.td_2desc {
  padding-left: 25px;
}

html* td.td_2desc {
  padding-left: 0px;
}


td.desc_corner {
	background-image: url('../img/offerDesc_corner.png');
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
	height: 25px;
}

td.desc_shadow {
	background-image: url('../img/desc_shadow.png');
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
	height: 49px;
	border: 0px solid black;
}

div#breadcrumbs{
	float: left;
	margin: 3px 0px 0px 16px;
	font-size: 11px;
	font-family: Verdana, Arial;
	border: 0px solid yellow;
	color: #666;
}

div#breadcrumbs a{
	color: #666;
	font-size: 11px;
}


div#breadcrumbs span.last{
	color: #DBBF55;
	font-size: 11px;
}

div#breadcrumbs a:hover{
	text-decoration: none;
	color: #DBBF55;
}

div#small_kontakt{
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #666;
	text-decoration: none;
	float: right;
	margin: 3px 10px 0px 0px;
}

div#small_kontakt > div{ 
	float: left;
}

a.kontakt{
	color: #666;

}

a.kontakt:hover {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #DBBF55;
	text-decoration: none;
}

.icon_phone {
	background-image: url('../img/icons_kontakt.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 14px;
	margin: 0px 9px 0px 3px;
}

.icon_mail {
	background-image: url('../img/icons_kontakt.png');
	background-position: left -13px;
	background-repeat: no-repeat;
	padding: 0 10px 0 16px;
}

td.offer_table {
	background-image: url('../img/ramy_pojedyncze_wszystkie.jpg');
	background-position: -5px 0px;
	background-repeat: no-repeat;
	width: 194px;
	height: 241px;
}

a.conslize {
	background-image: url('../img/wypForm.gif');
	background-position: 2px 0px;
	background-repeat: no-repeat;
	font-size: 20px;
	font-family: Verdana, Arial;
	text-decoration: none;
	position: relative;
	top: 0px;
	height: 20px;
}

html* a.conslize {
	background-image: url('../img/wypForm.gif');
	background-position: 2px -1px;
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: Verdana, Arial;
	text-decoration: none;
	top: 4px;
	position: relative;
	height: 18px;
}


a.conslize_i {
	font-size: 11px;
	font-family: Verdana, Arial;
	text-decoration: none;
	top: -4px;
	left: -3px;
	position: relative;
}

html* a.conslize_i {
	font-size: 11px;
	font-family: Verdana, Arial;
	text-decoration: none;
	top: -1px;
	position: relative;
}

a.zobacz {
	background-image: url('../img/zobacz.png');
	background-position: -10px -3px;
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: Verdana, Arial;
	text-decoration: none;
	position: relative;
	top: 0px;
}

html* a.zobacz {
	background-image: url('../img/zobacz.png');
	background-position: -10px -3px;
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: Verdana, Arial;
	text-decoration: none;
	top: 4px;
	position: relative;
}

a.zobacz_i {
	font-size: 11px;
	font-family: Verdana, Arial;
	text-decoration: none;
	top: -0.5px;
	left: -3px;
	position: relative;
}

html* a.zobacz_i {
	font-size: 11px;
	font-family: Verdana, Arial;
	text-decoration: none;
	top: 0px;
	position: relative;
}

td.pagine_offers, td.pagine_offers a {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #b08949;
	text-decoration: none;
	}

td.pagine_offers a:hover {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #b08949;
	text-decoration: underline;	
	}


	
a.abba, a.abba:hover {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #dbbf55;
	text-decoration: none;	
}
	
a.noabba {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #dbbf55;
	text-decoration: underline;	
}
	
a.noabba:hover {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #dbbf55;
	text-decoration: none;	
}

td.pagine_offers span.current {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: white;
	background-color: #b08949;
	padding-left: 5px;
	padding-right: 5px; 
	}

/*td.pagine_offers_years a {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #b08949;
	text-decoration: underline;
}

td.pagine_offers_years a:hover {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: black;
	text-decoration: underline;
}*/

a.pagine_lin {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #b08949;
	text-decoration: underline;
}

a.pagine_lin:hover {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: black;
	text-decoration: underline;
}


a.pagine_lin_hover {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: black;
	text-decoration: underline;
}

td.day {
	font-size: 21px;
	color: #dbbf55;
	font-family: Verdana, Arial;
	margin: 0;
	padding: 0;
	padding-top: 12px;
	padding-bottom: 5px;	
}
td.month {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial;
	text-decoration :none;
	margin: 0;
	padding-bottom: 20px;	
}

td.month a {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial;
	text-decoration :none;
}

td.month a:hover {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial;
	text-decoration : underline;
}

div#flash_message{
	color: black;
	font-weight: bold;
	padding-bottom: 0;
	width: 300px;
}

div#flash_message span{
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 12px;
}

.message{
	display: block;
	font-size: 11px;
}

.li_yellow span{
	margin: 0;
	padding:0;
	display: block;
	padding-top: 2px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: white;
	font-weight: bold;
}

a.a_ot {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
	line-height: 16px;
}

a.a_ot:hover {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #dbbf55;
	text-decoration: none;
}

input.consult, textarea.consult {
  border: 1px solid black; 
  font-size: 11px; 
  font-family: Verdana,Arial; 
  color: rgb(102, 102, 102); 
  width: 300px; 
  height: 20px; 
  margin-bottom: 5px; 
  padding-left: 5px; 
  padding-right: 5px; 
  padding-top: 2px;
}


td.underImgConsult {
  font-size: 11px; 
  font-family: Verdana,Arial; 
  color: rgb(102, 102, 102); 
  padding-bottom: 20px;
  line-height: 20px;
}

td.estylik {
  font-size: 12px; 
  font-family: Verdana,Arial;
}

td.consultoImg {
	background-image: url('../img/consultoImg.jpg');
	background-repeat: no-repeat;
	width: 705px;
	height: 160px;
}

div.placeCons, div.placeCons1, div.placeCons2, div.placeCons4 {
    position: absolute; 
    display: block; 
    width: 140px; 
    top: 12px; 
    left: 345px;
}

html* div.placeCons, div.placeCons1, div.placeCons2, div.placeCons4 {
    position: absolute; 
    display: block; 
    width: 140px; 
    top: 90px; 
    left: 345px;
}


div.placeCons3 {
    position: absolute; 
    display: block; 
    width: 140px; 
    top: 12px; 
    left: 285px;
}

html* div.placeCons3 {
    position: absolute; 
    display: block; 
    width: 140px; 
    top: 90px; 
    left: 285px;
}

a.toconsul {
  font-size: 11px; 
  font-family: Verdana,Arial;
  color: black;
  text-decoration: underline;
  text-align: center;
}

a.toconsul:hover {
  font-size: 11px; 
  font-family: Verdana,Arial;
  color: black;
  text-decoration: none;
  text-align: center;
}

/* Oferta zbiorcza */
div.box_ofertowy {
border: 0px solid blue;
width: 465px; height: 340px;
float: left;
margin: 0; padding: 0;
}

.secndrow { padding-top: 35px !important; height: 220px !important;}

.box_ofertowy div{
width: 197px; height: 300px;
float: left;
border: 0px solid orange;
color: #FFF;
}


.box_ofertowy div.wb{
background: url('../img/ramy_oferta_zbiorcza.jpg') no-repeat -10px 0px;
}

.box_ofertowy div.ps{
background: url('../img/ramy_oferta_zbiorcza.jpg') no-repeat -217px 0px;
}

.box_ofertowy div.ss{
background: url('../img/ramy_oferta_zbiorcza.jpg') no-repeat -424px 0px;
height: 230px;
}

.box_ofertowy div.ws{
background: url('../img/ramy_oferta_zbiorcza.jpg') no-repeat -631px 0px;
height: 230px;
}

.box_ofertowy span.zobacz_button{
display: block;
clear:both;
float: right;
margin: 0px 200px 0px 0px;
}
.box_ofertowy * {
  font-family: Verdana,Arial;
  color: black;
  font-weight: normal;
  margin:0;
  padding:0; 
}

.box_ofertowy h1 {
  line-height: 15px;
  margin-bottom: 20px;
}
.box_ofertowy h1 a {
	font-size: 20px;
	color: #DBBF55;
	text-decoration: none;
}

.box_ofertowy h1 a:hover {
	text-decoration: underline;
}

.box_ofertowy h2 {
  font-size: 12px;
  margin-bottom: 6px;
}

.box_ofertowy p, .box_ofertowy ul li{
  font-size: 11px; 
  line-height: 20px;
  color: #666;
}

.box_ofertowy ul li{
background: url(../img/dot.png) 0px 8px no-repeat;
padding-left: 12px;
}

.box_ofertowy ul {
	position: relative;
	overflow: auto;
	border: 0px solid black;
  	list-style:  none;
	padding-left: 2px;
}

.linebreak {clear: left;}

/* OFERTA NOWY LAYOUT */
#o {
width:913px;
margin:auto;
padding-top:0px;
overflow: auto;
}

#o div.title_bar {
width: 913px;
height: 60px;
padding-top: 20px;

}

#o div.title_bar h1{
float: left;
font-size: 31px;
font-weight: normal;
word-spacing: -3px;
padding: 0;
margin: 0;
}

#o div.title_bar h1 span {
font-size: 20px;
}

#o div.title_bar a {
margin-top: 10px;
float: right;
}

#o div.left_side {
float: left;
width: 340px;

}

#o div.right_side {
float: right;
width: 552px;
padding: 0px;
margin: 0px;
}

#o div.bottom_bar {
clear: both;
width: 100%;
display: block;
}

div.new_lay {
padding: 0; margin: 0;
}

div.new_lay p, div.new_lay ul li, div.new_lay ul, div#inline1 p, div#inline1 ul, div#inline1 ul li{
  font-family: Verdana,Arial;
  color: black;
  font-weight: normal;
  margin:0;
  padding:0; 
}

div.new_lay h2 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: normal;
}

div.new_lay p, div.new_lay ul li, div#inline1 p, div#inline1 ul li{
  font-size: 12px; 
  line-height: 22px;
}

div.new_lay ul li, div#inline1 ul li{
background: url(../img/dot.png) 0px 9px no-repeat;
padding-left: 15px;
}

div.new_lay ul, div#inline1 ul{
	border: 0px solid black;
  	list-style:  none ;
	padding-left: 2px;
}

div.new_lay .li_yellow {
padding: 4px 5px 0px 5px;
margin:42px 0px 36px -2px;
width: 172px;
height: 23px;
background-repeat: repeat-y;
float: left;
}
div.new_lay p.verdana_gold{
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #dbbf55;
	margin: 37px 0px 0px 210px;
	font-weight: bold;
	line-height: 19px;
}

p.verdana_gold a {
	color: #dbbf55;
	text-decoration: underline;
}

div.left_side *{
color: #333;
}

div.left_side h3{
  font-size: 18px;
  margin-bottom: 26px;
  margin-top: 32px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: #666;
}

div.ekspert{
border: 0px solid black;
width: 98%;
margin-bottom: 22px;
color: #999;
}
div.ekspert h4{
color: #999;
font-size: 16px;
margin-top:0px;
margin-bottom: 0px;
font-weight: normal;
}
div.ekspert p{
color: #999;
margin-top: 8px;
margin-bottom: 10px;
padding-left: 80px;
font-size: 11px;
font-family: Verdana, Arial;
line-height: 18px;
}
div.ekspert a{
	padding-left: 80px;
	font-size: 11px;
	color: #dbbf55;
	text-decoration: underline;}

div.monika{
background:transparent url("../img/osa_face_small.jpg") no-repeat -20px 27px;
}
div.dorota{
background:transparent url("../img/dorota_face_small.jpg") no-repeat -20px 27px;
}

/* Cennik table */


table.cennik{
	color:#000;
	background:#DDDDDD;
	border-collapse:collapse;
	width:545px;
	font-family: Verdana, Arial;
	font-size: 11px;	
	margin: 0; padding: 0;
	margin-top: 15px;
	margin-bottom: 0px;
}

table.cennik_big{
width:628px;
margin: auto;
}
table.cennik thead
{

font-weight: bold;
}

table.cennik thead th{
 	border:1px solid #fff;
	height: 48px;
	padding: 0; margin: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
}

table.cennik thead tr
{

}

table.cennik tr.prices td {
font-weight: bold;
}

table.cennik td{
	border:1px solid #fff;
	height: 40px;
	padding: 0; 
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

table.cennik td.opis {
padding: 8px 8px 8px 8px;
text-align: left;
vertical-align: top;
font-weight:bold;
}

table.cennik td span{
display: block;
font-size: 0.8em;
color: #333;
font-weight: normal;
margin-top: 2px;
}

table.cennik tbody tr.odd td
{
	background:transparent url("../img/tr_bg.png") repeat top left;
}

table.cennik tfoot{
	
}

table.cennik tfoot tr{

}

table.cennik tr.buttony td{
	background:transparent url("../img/zamow-outer.png") no-repeat bottom center;
	border:1px solid #fff;
	height:77px;
	cursor: pointer;
	text-decoration: none;
	font-size: 18px;
}

table.cennik tr.buttony td:hover{
background-color: #dbbf55;
}

* html table.cennik tr.odd td
{
	background:#C00;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tr_bg.png', sizingMethod='scale');
}

table.cennik #opis{
	
}
table.cennik #starter{

	background-color:#FFDF7B;
	width: 83px;
}

table.cennik #biznes{

	background-color:#DEC174;
	width: 83px;
}

table.cennik #abonament{

	background-color:#CEA859;
	width: 83px;

}

table.cennik #abonament_premium{

	background-color:#a18446;
	width: 83px;

}


table.cennik #poza_pakietem{
	width: 83px;	
}

th.white, td.white, tfoot tr td.white{
	background: #FFF;
}

td.spacer{
height: 10px !important;
}

.footnote{
	margin: 0;
	color: #333;
	float: right;
	font-size: 10px !important;
}


