p/* ------------------- begin reset.css ------------------- */
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,
dd, dl, dt,/* li, ol,*/ ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/* ------------------- end reset.css ------------------- */

/* ------------------- begin main.css ------------------- */


body {
	background: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

a, a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
u {
	text-decoration: none;
}
em {
	font-style: italic;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
	margin-bottom: 5px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	/*color: #002554;*/
	color:#003C84;
	line-height: 16px;
	margin-bottom: 15px;
}

span.h9 {
	font-size: 14px;
	font-weight: bold;
	/*color: #002554;*/
	color:#003C84;
	line-height: 16px;
	margin-bottom: 10px;
	border-bottom:1px solid #DDDDDD;
	display:block;
	padding-bottom:10px;
}

span.kreski
{

border-bottom:1px solid #DDDDDD; 
border-top:1px solid #DDDDDD; 
padding-bottom:15px; 
padding-top:5px;
display:block;
}

.margin_left_5px {
	float:left; 
	width:450px; 
	/*padding-left:10px;*/
	margin-left:22px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	color: #F8D116;
	line-height: 16px;
}

span.pow {
	color:#FF0000;
	display:block;
	text-align:right;
	margin-bottom:10px;
	padding-top:15px;
}
span.pow a {
color:#003C84;
}


.info_tooltip {
	cursor:help;
	vertical-align: text-bottom;
	height:14px;
	width:14px;
}
div.bubble {
    display: none;
}
div#status-bubble {
	background: transparent url(../images/bubble_bg.gif) 0 0 no-repeat;
    visibility: hidden;
    position: absolute;
    text-align: center;
    font-size: 0.9em;
    z-index: 1000;
    width: 160px;
    left: 500px;
    top: -100px;
	margin-top:20px;

}
div#status-bubble div {
    text-align: left;
	background: #fff;
    border: solid 1px #999;
	border-top: none;
    margin: 11px 0 5px 0;
    padding: 0.5em 20px 0.5em 0.5em;
    overflow: hidden;
}
.info_tooltip2 {
	cursor:help;
}
div.bubble2 {
    display: none;
}
div#status-bubble2 {
	background: transparent url(../images/bubble_bg.gif) 0 0 no-repeat;
    visibility: hidden;
    position: absolute;
    text-align: center;
    font-size: 0.9em;
    z-index: 1000;
    width: 160px;
    left: 500px;
    top: -100px;
	margin-top:40px;

}
div#status-bubble2 div {
    text-align: left;
	background: #fff;
    border: solid 1px #999;
	border-top: none;
    margin: 11px 0 5px 0;
    padding: 0.5em 20px 0.5em 0.5em;
    overflow: hidden;
}

/* ------------------- end main.css ------------------- */

/* ------------------- begin header.css ------------------- */
 {
}
#container input {
	float: left;
}
#container input.address {
	width: 155px;
	margin-top: 5px;
	padding-left:5px;
	border: 1px solid #B9B9B9;
}
#container input.subscribe {
	width: 39px;
	height: 15px;
	margin: 7px 0 0 10px;
	background: transparent url(../images/newsletter_submit.gif) 0 0 no-repeat;
	border: 0;
}
#container {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}
#flash {
	width: 940px;
	height: 352px;
	position: relative;
}
#flash_error {
	position: absolute;
	width: 500px;
	border: 1px solid #666;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -250px;
	padding: 10px 10px 5px 10px;
}
#flash_error p {
	margin: 0 0 10px;
}
#header {
	height: 143px;
	background: #fff url(../images/header_bg.jpg) 0 0 no-repeat;
	padding-bottom: 5px;
}
#logo, #tools, #cart {
	float: left;
	height: 85px;
}
#logo {
	width: 206px;
	height: 81px;
	padding: 28px 0 0 34px;
}
#tools {
	width: 430px;
}
#topmenu ul {
	text-align: center;
	padding: 15px 0;
}
#topmenu li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #333;
}
#topmenu li.last {
	border-right: 0;
}
#topmenu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
}
#topmenu a:hover {
	color: #00295C;
}
#search {
	padding: 5px 0 5px 0px;
	float:left;
	padding-left:114px;
	width:300px;

}
#search form {
	text-align: center;
}
#search input {
	float: left;
}
#search input.search {
	width: 165px;
	margin-right: 9px;
	border: 2px solid #cecece;
	color: #333;
}
#search input.submit {
	display:block;
}
#cart {
	width: 230px;
	float:right;
}
#saved, #inside {
	float: left;
	width: 115px;
	height: 94px;
	margin-top: 8px;
	text-align: center;
	font-size: 10px;
}
#saved span, #inside span {
	height: 55px;
	display: block;
	text-align: center;
}
#saved a, #inside a {
	font-size: 10px;
	text-decoration:underline;
}

#saved a:hover, #inside a:hover {
	font-size: 10px;
	text-decoration:none;
}
#saved {
	width: 115px;
	background: transparent url(../images/cart_line.gif) 100% 0 no-repeat;
}
.empty, .empty a {
	text-align: center;
	color: #ccc;
}
/* ------------------- end header.css ------------------- */

/* ------------------- begin frontpage.css ------------------- */
#menu {
	clear: left;
	float: left;
	width:950px;
	height: 20px;
	padding: 0;
	margin:0px;
}
#menu ul {
}
#menu li, #menu h3,  #phone h3, #phone h4 {
	float: left;
	font-weight: bold;
	color: #EBEBEB;
}
#menu h3, #menu h3.last {
	height: 17px;
	line-height: 17px;
}
#menu li {
	text-align: center;
	margin-right:5px;
}
#menu li.last {
	border-right: 0;
}
#menu a {
	display:block;
	line-height: 17px;
	/*background:url(../images2/pod_menu.png);*/
	background:url(../images2/pod_menu.png) no-repeat; -background-image: none; 
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images2/pod_menu.png', sizingMethod='crop');
	width:98px;
	height:20px;
	text-align:center;
	padding-top:2px;
}
#phone {
	float: right;
	height: 15px;
	padding: 3px 30px 0 0;
}
#phone font {
	font-size:13px; 
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
}
#phone font.tel {
	color:#F4CE17;
	font-weight:bold;
	padding-left:10px;
}
#logos {
	background: transparent url(../images/logos_dirt.gif) 0 0 no-repeat;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
#logos img {
	margin-top: 10px;
}
#newsletter_wypisz {
	font-size: 10px;
	font-family: Tahoma, Verdana;
	display: block;
	float: left;
	padding: 4px 0 0 5px;
	width: 200px;
}
#boxes {
	float: left;
	margin-bottom: 0px;

}
#boxes h5.newsletter {
	margin-bottom: 10px;
}
#boxes div {
	float: left;
	width: 260px;
	padding: 15px 45px 05px 25px;
	overflow: hidden;
}
div.boxes2 {
	padding:0 0 30px 0px; 
	margin:16px 0 0 0; 
	width:260px; 
}
div.boxes2 div {
	float: left;
	width: 230px;
	padding: 15px 45px 25px 25px;
}
div.boxes2 div.center {
	margin: 0 20px;
}
div.boxes2 div.box_tekst {
	height:150px;
	width:260px;
	padding:10px 0 0 9px !important;
}
div.boxes2 p {
	color:#333333;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:120%;
	padding-bottom:10px;
}
div.boxes2 input {
	float: left;
}
div.boxes2 input.address {
	width: 155px;
	margin-top: 5px;
	padding-left:5px;
	border: 1px solid #B9B9B9;
}
div.boxes2 input.subscribe {
	width: 39px;
	height: 15px;
	margin: 7px 0 0 10px;
	background: transparent url(../images/newsletter_submit.gif) 0 0 no-repeat;
	border: 0;
}

div.boxes2 ul.lista_skrocona {
	width:200px;
	float:left;
	padding:9px 0 0 9px;
}
div.boxes2 ul.lista_skrocona li {
	padding-bottom:8px;
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif; 
	color:#999999; 
	font-size:10px;
}
div.boxes2 ul.lista_skrocona li a {
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif; 
	color:#002554; 
	font-size:11px; 
	text-decoration:underline;
	display:block;
	margin-bottom:3px;
}
#boxes div.center {
	background: #f8f8f8 url(../images/boxes_center_bg.gif) 0 0 no-repeat;
	margin: 0 20px;
}
#boxes p {
	line-height: 13px;
}
#boxes input {
	float: left;
}
#boxes input.address {
	width: 160px;
	margin-top: 5px;
	border: 1px solid #B9B9B9;
}
#boxes input.subscribe {
	width: 39px;
	height: 15px;
	margin: 7px 0 0 10px;
	background: transparent url(../images/newsletter_submit.gif) 0 0 no-repeat;
	border: 0;
}
#newsletter_info {
	text-align: center;
	line-height: 17px;
	margin: 10px 0;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	border-width: 0 0 1px 0;
}
/* ------------------- end frontpage.css ------------------- */

/* ------------------- begin left_column.css ------------------- */

#left_column {
	float: left;
	width: 265px;
	padding: 10px 0px 0 5px;	
}
#left_column div.box {
	background: transparent url(../images/boxes_bg2.gif) 0 20px no-repeat; 
	padding-bottom: 20px;
	float:left;
}

#left_columndwd div.boxdwd {
	margin-bottom: 0; 
	padding-bottom:8px; 
	width:282px;
}
#left_column div.box2 {
	background: none; 
	padding-bottom: 10px;
}
#left_column div.box_list {
	padding: 10px 10px 10px 20px;
	background-color: #f5f5f5;
	color: #002554;
}
#left_column div.box_list ul {
	padding: 5px 0 0 0;
}
#left_column div.box_list li {
	color: #333;
	padding: 3px 0 3px 10px;
	background: transparent url(../images/list_bg.gif) 3px 9px no-repeat;
	
}
#left_column div.box_list a {
	text-decoration: underline;
}
#left_column div.box_list a:hover {
	text-decoration: none;
}
#kategorie {
	float:left;
}

#kategorie div {
	padding-bottom:4px; 
	padding-left:9px;
}
#kategorie ul {
	float: left;
	margin-bottom: 20px;
}
#kategorie ul li {
	margin: 0 0px 2px 0;
}
#kategorie ul li span {
	color:#74705F; 
	font-size:11px; 
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
}
#kategorie ul li a {
	display: block;
	width: 245px;
	padding: 5px 5px 5px 10px;
	border-bottom:dashed 1px #D3CEC0;
	color:#74705F;
	font-size:11px;
	font-family:TrebuchetMS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	/*background-color: #f0f0f0;*/
}
#kategorie a.active {
	/*background-color: #DEDEDE;*/
}
#kategorie a:hover {
	text-decoration: none;
	/*background: #e0e0e0; */
}
#kategorie ul.right_column li {
	margin-right: 0;
}
#producenci div {
	background-color: #f8f8f8;
	text-align: center;
	padding: 8px 0;
}
.boxiki_left {
	float:left; 
	padding-top:10px;
}
.boxiki_left div {
	padding-left:9px;
}
.boxiki_left ul {
	width:220px; 
	float:left; 
	padding-top:20px;
	padding-left:9px;
}
.boxiki_left ul li {
	padding-bottom:5px;
}
.boxiki_left ul li p {
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif; 
	color:#999999; 
	font-size:10px;
	padding:0;
	margin:3px 0 0 0;
}
.boxiki_left ul li a {
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif; 
	color:#002554; 
	font-size:11px; 
	text-decoration:underline;
}
.boxiki_left div.zobacz_wszystkie {
	padding-top:10px;
	padding-right:10px;
	text-align:right; 
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif; 
	color:#002554; 
	font-size:11px; 
	text-decoration:underline;
}
.boxiki_left p {
	margin:10px 0 10px 0;
	padding-left:9px;
}


/* ------------------- end left_column.css ------------------- */

/* ------------------- begin right_column.css ------------------- */
.przeznaczonyaaa {
	padding-bottom:0px; 
	margin-bottom:0px;
	height:70px;

}
.przeznaczonyaaa a {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:9px; 
	color:#A5A5A5;
}
.przeznaczonyaaa span {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:9px; 
	color:#A5A5A5; 
	line-height:100%;
}
#right_column {
	float: left;
	width: 660px;
	margin: 10px 0 0 5px;
	padding-left:5px;
	padding-bottom:10px;
}
#loader {
	margin-top: 50px;
	text-align: center;
}
#maintitle {
	padding: 0;
	background-color: #fff;
	color: #666;
	margin:0 0 10px 0;
}
#maintitle span,h1 {
	padding-left:11px;
}
#maintitle a {
	color: #666;
}
#category-content {
	width: 485px;
	float: left;
}

/* ------------------- begin category-bestsellers.css ------------------- */
#category-bestsellers {
	padding: 15px 0 0 0
}
#category-bestsellers h5 {
	margin-bottom: 5px;
}
#category-bestsellers ul {
	float: left;
	clear: left;
	padding: 10px 0 10px 0;
	border-top: 3px solid #f8f8f8;
}
#category-bestsellers ul li {
	float:left;
	display:block;
	padding-bottom: 3px;
	border-left: 1px solid #e2e2e2;
	width:95px;
}
#category-bestsellers ul li a {
	display:inline;
	position:static;
}
#category-bestsellers ul li a.cena {
	display:block;
	float:left;
	clear:both;
	width:96px;
	text-align:center;
}

#category-bestsellers div.number {
	width: 16px;
	height: 16px;
	color: #FFDD12;
	margin-left:6px;
	border: 1px solid #b9b9b9;
	text-align: center;
	font-weight: bold;
}
/* ------------------- end category-bestsellers.css ------------------- */

#category-right-column {
	float: left;
	width: 160px;
	padding-left: 5px;
}
#category-right-column h5, #category-right-column h6 {
	margin-bottom: 15px;
}
#nowosci-box, #promocje-box {
	background: transparent url(../images/boxes_bg3.gif) 0 20px no-repeat;
	margin-bottom: 15px;
}
#nowosci-box a.foto, #promocje-box a.foto {
	display: table;
	width: 160px;
	height: 160px;
	text-align:center;
}
#nowosci-box a.foto div, #promocje-box a.foto div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#nowosci-box a:hover, #promocje-box a:hover {
	text-decoration: none;
	color: #000;
}
#nowosci-box div.title, #promocje-box div.title {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 10px;
	margin: 5px 0 0 0;
	background-color: #f5f5f5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#nowosci-box div.title a, #promocje-box div.title a {
	height: 20px;
	line-height: 20px;
}
#nowosci-box div.info, #promocje-box div.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 15px 5px 10px;
	line-height: 15px;
}
#nowosci-box div.info a, #promocje-box div.info a {
	line-height: 15px;
	font-family: tahoma, Times, serif;
}
#nowosci-box div.colors, #promocje-box div.colors {
	padding: 0 0 10px 10px;
}
#nowosci-box div.colors p, #promocje-box div.colors p {
	float: left;
	margin-right: 5px;
	width: 14px;
	height: 10px;
	line-height: 10px;
	border: 1px solid #ddd;
}

/* ------------------- end right_column.css ------------------- */

/* ------------------- begin filter.css ------------------- */
#filtrowanie p {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 5px;
}
#filtrowanie div {
	color: #636363;
	padding: 10px 0 10px 10px;
	margin: 0px 10px 5px 0;
	float:left;
}
#filtrowanie div.przez {
	padding-bottom: 0;
	padding-top:0px; 
	background:#FAFAF8; 
	float:left;
	width:245px;
}
#filtrowanie div.przez ul {
	padding:0;
	margin:0px;
}
#filtrowanie div.przez li {
	float: left;
	width: 75px;
	height: 80px;
	text-align: center;

}
#filtrowanie div.przez img {
	display: block;
	margin: 0 auto 6px auto;
}
#filtrowanie div.przez input {

	margin-right: 5px;
}
#filtrowanie div.przez label {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	padding-top: 5px;
	font-weight: bold;
	color: #a5a5a5;
}
#filtrowanie div.cechy {
	background:#FAFAF8; 
	padding:12px 0 12px 0; 
	margin:0px 0 10px 0;

	width:255px;
}
#filtrowanie div.cechy select {
	display: block;
	width: 225px;
	margin: 5px auto;
	color: #333;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}
#filtrowanie div.cechy option {
	padding: 2px 0 0 4px;
}
#filtrowanie div.prod {
	text-align: center;
	background:#FAFAF8; 
	width:245px;
	float:left; 

}
#filtrowanie div.prod input {
	margin-right: 5px;
	float:left;
}
#filtrowanie div.prod label {
	vertical-align: middle;
	margin-right: 20px;
	float:left;
}
#filtrowanie div.typ {
	background:#FAFAF8; 
	float:left; 
	width:245px; 
	display:block;
}
#filtrowanie div.typ input {
	float:left;
	padding: 0;
	display:inline;
	margin: 0 5px 0 0;
}
#filtrowanie div.typ label {
	float:left;
	display:inline;
	margin-right: 6px;
}
#filtrowanie div.buttons {
	text-align: right;
	background-color: transparent;
	padding: 0;
}
#filtrowanie div.filtruj_wedlug {
	color:#A6A291;
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:bold;
	background:none;
	width:245px;
	padding:15px 0 0px 0;  
}
#filtrowanie div.buttons input {
	width: 74px;
	height: 23px;
	border-style: none;
	color: #7b7b7b;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../images/filter_button.gif) 0 0 no-repeat;
}
/* ------------------- end filter.css ------------------- */

/* ------------------- begin search_results.css ------------------- */
div.search_amount {
	height: 38px;
	color: #666;
	padding: 12px 7px 0 25px;
}
div.amount {
	float: left;
}
div.amount select {
	color: #666;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}
div.amount option {
	padding: 2px 0 1px 4px;
}
div.pages {
	float: right;
}
div.pages div {
	border: 1px solid #B9B9B9;
	float: left;
	margin-right: 5px;
}
div.pages a {
	float: left;
	width: 15px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	background-color: #f5f5f5;
}
div.pages a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
div.pages div.active a {
	background-color: #fff;
	font-weight: bold;
}
div.pages div.next {
	background: #fff url(../images/search_next.gif) 0 0 no-repeat;
	border: 0;
}
div.pages div.next a {
	background-color: transparent;
	width: 55px;
	height: 19px;
	line-height: 19px;
}
div.pages div.next a:hover {
	background-color: transparent;
}
#search_results {
	float: left;
}
#search_results div.search_box {
/*	background: transparent url(../images/boxes_bg4.gif) 0 0 no-repeat;*/
	width: 157px;
	/*height: 280px;*/
	overflow: hidden;
	float: left;
	margin: 0 10px 15px 0;
	/*position: relative;*/
}
#search_results div.okazja {
	margin-top:-210px;
	position:absolute;
	z-index:9999;
}
#search_results div.slim {
	margin-right: 0;
}
#search_results a.foto {
	/*display: table;*/
	width: 156px;
	height: 214px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: url(../images/linia.gif) repeat-x bottom;	
}
#search_results a.foto:hover {
	border-bottom: 0;
}
#search_results a.foto div {

}
#search_results a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #ffcc00;
}
#search_results div.title {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 10px;
	margin: 0;
	background-color: #f5f5f5;
}
#search_results div.title a {
	height: 20px;
	line-height: 20px;
}
#search_results div.info {
	padding: 5px 0 5px 10px;
	line-height: 13px;
}
#search_results div.info a {
	line-height: 13px;
}
#search_results div.colors {
	padding: 0 0 0 3px;
}
#search_results div.colors p {
	float: left;
	margin: 0 3px 3px 0;
	width: 14px;
	height: 10px;
	line-height: 10px;
	border: 1px solid #ddd;
}
#search_results span.price {
	color: #333333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#search_results span.price_promo {
	color: #c60000;
	font-weight: bold;
}
#search_results span.strike {
	text-decoration: line-through;
	color: #999999;
	font-weight: bold;
}
/* ------------------- end search_results.css ------------------- */

/* ------------------- begin produkt.css ------------------- */
.dostepny_w_kat {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#A6A291; 
	font-weight:bolder; 
	padding-bottom:12px; 
	padding-top:12px; 
	padding-left:1px;
	float:left;
}
.prod_image {
	float:right; 
}
.price_promo_aa {
	float:right;
}
.price_promo_aa span.price_promo_span1 {
	font-size:22px; 
	color:#CC0000; 
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
}
.free_sheeping {
	height:25px; 
	width:945px;
}
.free_sheeping_inside {
	padding-top:7px; 
	padding-right:20px;
}
.navi_product {
	height:21px; 
	width:604px; 
	padding-top:10px;
}
.navi_product div {
	font-size:11px; 
	color:#A6A291; 
	float:left;
	width: 125px;
}
.navi_product a {
	font-size:11px; 
	color:#A6A291; 
	float:left;
}
#last_search {
	float: left;
}
#last_search h5 {
	margin-bottom: 10px;
}
#last_search div.count {
	height: 20px;
	line-height: 20px;
	padding-left: 3px;
	margin-bottom: 10px;
	float: none;
	clear: both;
}
#last_search div {
	float: left;
}
#last_search div.list_box {
	height: 110px;
	text-align: center;
}
#last_search p {
	width: 90px;
	height: 80px;
	padding: 0 5px 7px 5px;
	overflow: hidden;
	text-align: center;
}
#last_search p.active {
	width: 88px;
	border: 1px solid #ddd;
	text-align: center;
}
#last_search span.strike {
	font-weight: normal;
	text-decoration: line-through;
}
#last_search ul {
}
#last_search li {
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}
#last_search div.button {
	height: 69px;
	width: 20px;
	padding: 45px 5px 0 5px;
	background-color:#fff;
}
#last_search div.right_border {
	padding-right: 7px;
/*	border-right: 1px solid #e2e2e2;*/
	background-color:#fff;
}
#last_search div.return_button {
	text-align: right;
	float: none;
	padding-top: 10px;
/*	border-top: 1px solid #e2e2e2;*/
}
#last_search div.return_button input {
	width: 117px;
	height: 21px;
	color: #7b7b7b;
	font-size: 10px;
	border: 0;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../images/search_button2.gif) 0 0 no-repeat;
}
#box_wyszukane {
	overflow: hidden;
}
#product_main {
	float: left;
	width: 295px;
	padding:12px 0 0 0;
	margin:0px;
}
.product_main {
	float: left;
	width: 295px;
	padding:12px 0 0 0;
	margin:0px;
}

#product_foto {
	text-align: center;
	width:282px;
}
#top20 {
	text-align: right;
	margin-bottom: 10px;
}
#product_main div.box, #product_tools div.box {
	margin-bottom: 15px;
	clear: left;
}
#product_main {
	width:282px;
}
#product_main div.box div.title, #product_tools div.box div.title {
	padding: 8px 0 6px 20px;
	background: #f5f5f5;
}
#product_main div.box h6, #product_tools div.box h6 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height: 12px;
	padding-bottom: 1px;
}
#product_main div.box div.content p {
  line-height: 15px;
}
#product_main div.box div.content, #product_tools div.box div.content {
	padding: 10px 20px;
	line-height: 15px;
}
#product_tools {
	float: left;
	width: 285px;
	margin: 0px 0 0 15px;
	padding:0 5px 0 0;
}	
#product_tools div.box div.content2 div {
	float: left; 
	clear: left;
	width: 285px;
	border-bottom: 1px solid #ebebeb;
}
#product_tools div.box div.content2 img {
	vertical-align: middle;
	margin-right: 10px;
}
#product_main div.box2 div.content p {
	padding:12px 0 0 1px; 
}
#product_main div.box2 div.content p a img {
	padding-top:0px 0 15px 0; 
	margin:0px;
}
#title_price {
	float: left;
	clear: both;
	width: 280px;
	padding:0; 
	margin:0; 
	float:left; 
}
#title_price div {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333; 
	line-height: 120%;
}
#title_price div.a1 {
	width:280px; 
	padding: 20px 0 5px 0;
	margin: 0;
}
#title_price div.right {
	text-align: right;
	width: 85px;
	font-size:22px; 
	color:#CC0000; 
	float:right; 
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
}
#title_price div.right2 {
	float: right;
	text-align: right;
	width: 120px;
	line-height: 20px;
	color: #999;
}
#cena {
	display: block;
	width: 85px;
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #F6D017;
}
#title_price span.cena_poprz {
	text-decoration: line-through;
	padding: 5px 5px;
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
}
#title_price h1 {
	width: 250px;
	margin: 0;
}
#cart_tools {
	padding: 10px 10px 17px 40px;
	background-color: #FFFFFF;
	margin-bottom:0px;
}
#cart_tools select {
	display: block;
	width: 225px;
	margin-bottom: 5px;
	color: #333;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}
#cart_tools option {
	padding: 2px 0 0 4px;
}
#cart_tools div#dostep {
	margin-top: 5px;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
}
#cart_tools div#dostep a {
	color:#C60000; 
	font-family:Tahoma,Arial, Helvetica, sans-serif;
}
#cart_tools a.info {
	margin: 0 5px 0 15px;
	text-decoration: underline;
}
#cart_tools a:hover {
	text-decoration: none;
}
#cart_buttons {
	margin-top: 10px;
}
#przeznaczenie {

}
#przeznaczenie, #przeznaczenie div {
	float: left;
}
#przeznaczenie div.title {
	float: none;
}
#przeznaczenie a {
	font-weight: bold;
	color: #a5a5a5;
	line-height: 14px;
}
#przeznaczenie div div {
	float: left;
	width: 50px;
	margin-right: 20px;
	text-align: center;
}
#przeznaczenie div div img {
	display: block;
	margin-bottom: 8px;
}
#other_fotos {
	padding:0px;
	margin:0px;
	float:left;
}
#other_fotos div.wiecej_zdjec {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#A6A291; 
	font-weight:bolder; 
	padding-bottom:12px; 
	padding-top:12px; 
	padding-left:1px;
	float:left;
}
#other_fotos div.contnet {
	clear:both;
	background-color:#006600;
	padding-left:1px;
	float:left;
}

#other_fotos p {
	float: left;
	text-align: center;
/*	height: 100px;*/
}
#other_fotos img {
	margin-right: 15px;
	padding-bottom: 10px;
}
#colors p {
	float: left;
	text-align: center;
	margin: 0 10px 10px 0;
}
#colors img {
	margin: 0 auto;
	padding-bottom: 5px;
}
#colors a {
	float: left;
	text-align: center;
	margin-bottom:15px;
}
#colors a:hover {
	text-decoration: none;
}
#fittings div {
	float: left;
}
#fittings div.ten_prod_pasuje {
	float: none; 
	margin-bottom: 10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#A6A291; 
	font-weight:bold; 
	padding:12px 0 0 1px; 
}
#fittings div.title {
	float: none;
	margin-bottom: 10px;
}
#fittings p {
	height: 80px;
	width: 75px;
	margin: 0 13px 7px;
	text-align: center;
}
#fittings span.strike {
	font-weight: normal;
	text-decoration: line-through;
}
#fittings li {
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}
#fittings div.button {
	height: 69px;
	width: 30px;
	padding: 45px 5px 0 5px;
}

/* ------------------- end produkt.css ------------------- */

/* ------------------- begin one_column.css ------------------- */
#one_column {
	float: left;
	position: relative;
	width: 920px;
	padding: 10px;
	background: transparent url(../images/boxes_bg2.gif) 0 30px no-repeat;
}
#promo_info {
	position: absolute;
	width: 205px;
	padding: 20px;
	right: 0;
	top: 50px;
	background: #f5f5f5;
}
#promo_info span.promo_info {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #002554;
	line-height: 13px;
	margin-bottom: 20px;
}
/* ------------------- end one_column.css ------------------- */

/* ------------------- begin cart.css ------------------- */
#empty_cart {
	text-align: center;
	line-height: 50px;
	margin-top: 40px;
	border: 1px solid #ddd;
	border-width: 1px 0;
}
#container div.cart {
	padding-top: 50px;
}

div.cart_buttons, div.cart_buttons_off {
	float: left;
	clear: both;
	width: 210px;
	height: 25px;
	background: #f5f5f5 url(../images/cart_buttons_bg.gif) 50% 100% no-repeat;
	padding: 8px 10px 13px 15px;
	margin-bottom: 3px;

}
div.cart_buttons div, div.cart_buttons_off div {
	float: left;
	width: 16px;
	height: 16px;
	line-height: 14px;
	border: 1px solid #b9b9b9;
	text-align: center;
	background-color: #ffdd12;
	font-weight: bold;
	margin-right: 15px;
}
div.cart_buttons_off div {
	background-color: #fff;
	color: #ffdd12;
}
div.cart_buttons span, div.cart_buttons_off span {
	display: block;
	margin-top: 4px;
	float: left;
	height: 12px;
	font-size: 10px;
	line-height: 12px;
}
div.cart_box_line {
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}
#cart_header, #cart_header div {
	float: left;
}
#cart_header div {
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	padding-left: 10px;
	font-size: 10px;
	background-color: #f5f5f5;
}
#right_column div.cart_row {
	clear: both;
	float: left;
	width: 660px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#right_column div.cart_row div {
	float: left;
}
div.cart_row div.foto {
	width: 110px;
	text-align: center;
}
div.cart_row div.text {
	width: 280px;
}
div.cart_row div.text a {
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
div.cart_row div.text span.accessible {
	font-style: italic;
}
div.cart_row div.cena {
	width: 60px;
	padding-left: 10px;
	font-size: 12px;
}
div.cart_row div.cena span.rabat {
	font-size: 11px;
}
div.cart_row div.cena span.cena_promo {
	font-weight: bold;
}
div.cart_row div.cena span.cena_skreslona {
	font-size: 11px;
	text-decoration: line-through;
}
div.cart_row div.ilosc {
	width: 70px;
	text-align: center;
}
div.cart_row div.ilosc input {
	width: 35px;
	height: 16px;
	line-height: 16px;
	font-size: 11px;
}
div.cart_row div.suma {
	width: 55px;
	padding-left: 10px;
	font-size: 12px;
}
div.cart_row div.tools {
	width: 65px;
}
div.cart_row div.tools a {
	font-size: 10px;
	line-height: 12px;
	text-decoration: underline;
}
div.cart_row div.tools a:hover {
	text-decoration: none;
}
#cart_footer {
	margin-top: 10px;
}
#cart_footer, #cart_footer div {
	float: left;
}
#cart_footer div.info {
	width: 350px;
}
#cart_footer div.info p {
	background-color: #fafafa;
	padding: 10px 20px;
	line-height: 13px;
}
#cart_footer div.info strong { 
	font-size: 12px;
	color: #001546;
}
.info_strong { 
	font-size: 12px;
	color: #001546;
	font-weight: bold;
}
#cart_footer div.podsumowanie {
	width:310px;
	text-align: right;
	float:right;
}
#cart_footer div.podsumowanie div {
	float: left;
	width: 100%;
	text-align: right;
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: transparent url(../images/boxes_bg2.gif) 100% 100% no-repeat;
}
#cart_footer div.podsumowanie div span.cart_price {
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	float: right;
	margin-right: 50px;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	text-align:right;
	font-size:22px;
	color: #CC0000;
}
#cart_footer div.podsumowanie div p {
	width: 50px;
	float: left;
	font-size: 10px;
}
#cart_footer input.back {
	width: 99px;
	height: 21px;
	border-style: none;
	color: #515151;
	font-size: 11px;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../images/cart_button_back.gif) 0 0 no-repeat;
}
#cart_footer input.submit {
	width: 117px;
	height: 21px;
	border-style: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../images/cart_button_submit.gif) 0 0 no-repeat;
}

#interested {
	float: left;
	margin-top: 20px;
}
#interested span.interested {
	display: block;
	height: 12px;
	font-size: 11px;
	line-height: 12px;
	margin: 0 0 6px 10px;
}
#interested ul {
	float: left;
	clear: left;
	margin: 0 0 15px;
	padding: 10px 0 0 0;
	border-top: 3px solid #f8f8f8;
}
#interested li {
	float: left;
	position: relative;
	padding-bottom: 3px;
	border-left: 1px solid #e2e2e2;
}
#interested a {
	display: table;
	width: 130px;
	height: 130px;
	margin-bottom: 40px;
}
#interested a div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0 15px 0;
}
#interested p {
	position: absolute;
	bottom: 10px;
	left: 0;
}
#interested p a {
	position: relative;
	display: block;
	width: 125px;
	height: 15px;
	text-align: center;
	margin-bottom: 0;
}
#interested p a:hover {
	text-decoration: underline;
}
#interested p span {
	font-size: 9px;
	color: #7b7b7b;
}

/* ------------------- end cart.css ------------------- */

/* ------------------- begin logowanie.css ------------------- */
#komunikat{
	text-align: center;
	line-height: 30px;
	margin: 10px 0;
	border: 1px solid #ddd;
	border-width: 1px 0;
	font-weight: bold;
}
#logowanie {
	margin: 30px 0 20px 0;
}
#logowanie p {
	padding: 4px 0;
	width: 440px;
	margin: 0 auto;
	clear: both;
}
#logowanie p.info {
	width: 500px;
	line-height: 14px;
	padding-bottom: 15px;
}
#logowanie input.text {
	width: 145px;
}	
#logowanie label.inputbox {
	text-align: right;
	padding: 0 10px;
	display: block;
	float: left;
	width: 100px;
	line-height: 24px;
}
#logowanie p.radio label {
	margin-left: 5px;
}
#logowanie p.recover {
	padding-left: 160px;
}
#logowanie p.button {
	text-align: center;
	padding-top: 15px auto;
}
#logowanie p.button input {
	width: 74px;
	height: 23px;
	border-style: none;
	color: #7b7b7b;
	margin-left:225px;
	margin-top:5px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../images/filter_button.gif) 0 0 no-repeat;
}
input.txt2, textarea.txt2 {
	width: 282px;
}
input.txt3 {
	width: 100px;
}
.koszyk_table, .koszyk_table td, .koszyk_table td td, .rejestracja_table {
	border-collapse: collapse;
}
.koszyk_table th {
	vertical-align: middle;
	text-align: center;
	color: #999999;
	text-decoration:none;
	border-bottom: 1px solid #ccc;
}
.koszyk_table td {
	padding: 6px 0;
	color: #333333;
	text-decoration: none;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
.koszyk_table td td {
	border-bottom: 0;
}
.koszyk_table td a {
	color: #456558;
	text-decoration: none;
}
.koszyk_table td a:hover {
	text-decoration: underline;
}
.koszyk_header {
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
}
.koszyk_dane {
	border-top: 1px solid #ccc; 
	padding: 0 6px;
}
.koszyk_dane td {
	padding: 1px 3px;
	height: 25px;
	vertical-align: middle;
}
.menu_glowne {
	font-family: 'Trebuchet MS',Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
/*	width: 50px;*/
	color: #fff;
}


a:visited.menu_glowne  {
	text-decoration: none;
	color: #fff;
}
a:link.menu_glowne  {
	text-decoration: none;
	color: #fff;
}
a:hover.menu_glowne  {
	text-decoration: underline;
	color: #DEC11E;
}

.menu_glowne_last {
	font-family: 'Trebuchet MS',Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
/*	width: 50px;*/
	color: #DEC11E;
}


a:visited.menu_glowne_last  {
	text-decoration: none;
	color: #DEC11E;
}
a:link.menu_glowne_last  {
	text-decoration: none;
	color: #DEC11E;
}
a:hover.menu_glowne_last  {
	text-decoration: underline;
	color: #DEC11E;
}


#menu a.last
 {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DEC11E !important;
}
.telefon {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
/*	width: 50px;*/
	color: #DEC11E;
	font-weight: bold;
}
.require_star {
	color: #ff6600;
}
.koszyk_info {
	line-height: 15px;
}
td.koszyk_dane div.koszyk_show_data, div.info_przesylka div.koszyk_show_data {
	font-size: 11px;
	line-height: 25px;
	margin: 0 0 0 20px;
	float: left;
}
td.koszyk_dane div.koszyk_show_data a, div.info_przesylka div.koszyk_show_data a { 
	color: #aaa;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: underline;
}
td.koszyk_dane div.koszyk_show_data a:hover, div.info_przesylka div.koszyk_show_data a:hover {
	text-decoration: none;
}
.koszyk_zestawienie td {
	padding: 4px 0;
	font-size: 11px;
}
.koszyk_zestawienie strong {
	font-size: 12px;
}
.komentarz {
	width: 640px;
	height: 65px;
	border: 1px solid #ccc;
	background: #f5f5f5;
}
.koszyk_buttons input {
	width: 74px;
	height: 23px;
	border-style: none;
	color: #7b7b7b;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../images/filter_button.gif) 0 0 no-repeat;
}
.rejestracja_table td {
	padding: 3px 0;
	color: #333333;
	text-decoration: none;
	vertical-align: middle;
}
.rejestracja_udana_button input {
	width: 117px;
	height: 23px;
	border-style: none;
	color: #7b7b7b;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../images/cart_button_back.gif) 0 0 no-repeat;
}
.info_przesylka {
	background-color: #F7F9FB;
	padding: 10px 0 10px 20px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.info_przesylka div {
	line-height: 25px;
	float: left;
}

#wishlist_button {
	float: left;
	margin: 10px 0;
	width: 640px;
}
#wishlist_button p {
	text-align: center;
}
#wishlist_button input {
	width: 117px;
	height: 23px;
	border-style: none;
	color: #7b7b7b;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../images/cart_button_back.gif) 0 0 no-repeat;
}
#account, #account_menu {
	padding: 0 20px;
	margin-bottom: 15px;
}
#account ul, #account_menu ul {
	margin: 5px 0 10px 0; 
}
#account li, #account_menu li {
	padding-left: 15px;
	background: transparent url(../images/list_bg.gif) 5px 7px no-repeat;
	line-height: 16px;
}
div.static_menu, #static_foto, #static_form {
	width: 200px;
	float: left;
	clear: both;
	margin-bottom: 15px;
	background: transparent url(../images/boxes_bg2.gif) 0 20px no-repeat;
}
div.static_menu ul, #static_foto ul {
	margin-left: 10px;
}
div.static_menu li, #static_foto li {
	margin: 0 10px 2px 0;
}
div.static_menu a, #static_foto a {
	display: block;
	width: 160px;
	padding: 5px 5px 5px 20px;
	line-height: 14px;
	background-color: #f0f0f0;
}
div.static_menu a.active, #static_foto a.active {
	background-color: #DEDEDE;
}
div.static_menu a:hover, #static_foto a:hover {
	text-decoration: none;
	background: #e0e0e0; 
}
div.static_form div {
	padding: 15px;
	line-height: 15px;
	background-color: #F5F5F5;
}
div.static_form textarea {
	margin: 10px 0 10px 0;
	width: 165px;
	height: 100px;
	border: 1px solid #d2d2d2;
}
div.static_form input {
	width: 117px;
	height: 21px;
	border-style: none;
	color: #515151;
	font-size: 11px;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../images/cart_button_back.gif) 0 0 no-repeat;
}
#right_column_static {
	float: left;
	width: 640px;
	margin: 20px 0 0 0;
	line-height: 15px;	
}
#right_column_static span.cms_tresc_krotka {
	font-weight:bold;
	line-height:140%;
}
#right_column_static p {
	padding-top:5px;
	line-height: 14px;
	margin-bottom: 5px;
	color:#333333;
	line-height:140%;
}
#right_column_static a {
	text-decoration: underline;
	/**/
}
#right_column_static a:hover {
	text-decoration: none;
}
#right_column_static .tytul {
	font-size: 19px;
	line-height: 19px;
	float:none;
	color:#666666;
	padding:0px;/* zmiana szalek */
	margin:0px;/* zmiana szalek */
}

#acount_menu_off li {
	color: #aaa;
	width: 160px;
	margin: 0 10px 2px 0;
	padding: 5px 5px 5px 20px;
	line-height: 14px;
	background-color: #f0f0f0;
}
#orders_header, #orders_header div, #order_changes_header, #order_changes_header div {
	float: left;
}
#orders_header div, #order_changes_header div {
	width: 220px;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	padding-left: 10px;
	font-size: 10px;
	background-color: #f5f5f5;
}
.order_changes_row, .orders_row {
	clear: both;
	float: left;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.order_changes_row div, .orders_row div {
	float: left;
	width: 220px;
	margin-right: 5px;
	padding-left: 10px;
}
#orders_info div {
	height: 16px;
	line-height: 16px;
}
#orders_info span {
	width: 140px;
	display: block;
	float: left;
}
#rabaty {
	text-align: center;
	line-height: 30px;
	margin: 10px 0;
	border: 1px solid #ddd;
	border-width: 1px 0;
	font-weight: bold;
}
#rabaty_lista {
	clear: both;
	float: left;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#rabaty_lista div {
	float: left;
	margin-right: 5px;
	padding-left: 10px;
}

/* ------------------- end logowanie.css ------------------- */

.art_line {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.user_foto {
	float: left;
	margin-right: 13px;
	margin-bottom: 15px;
}
.user_foto p {
	width: 110px;
	background-color: #f5f5f5;
	padding: 10px 20px;
}
.user_foto a.title {
	display: block;
	font-weight: bold;
	padding-bottom: 4px;
}
.user_foto span {
	font-size: 9px;
}
.slim {
	margin-right: 0;
}
.foto_ramka {
	margin-bottom: 5px; 
	border: 1px solid #ccc;
}
/* ------------------- begin footer.css ------------------- */

#footer {
	clear: left;
	background-color: #F0F0F0;
	width: 940px;
	height: 28px;
}
#footer ul {
	text-align: center;
	padding: 8px 0 0 0;
}
#footer li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #333;
}
#footer li.last {
	border-right: 0;
}
#footer a {
	font-size: 10px;
}
/* ------------------- end footer.css ------------------- */
/* ------------------- begin allegro.css ------------------- */
.list-head {
	background-color:#FFFFFF;
}
.list-head td {
	padding:1px;
}
.list-color {
	background-color:#EEEEEE;
	font-size:9pt;
	padding:4px;
	text-align:left;
	vertical-align:top;
}
.list-white {
	font-size:9pt;
	text-align:left;
}
.uname {
	font-family:Tahoma,Verdana,Arial,sans-serif;
}
.toleft {
	margin:2px 0 2px 0;
}
.pos {
	color:#009B00;
	font-weight:700;
}
/* ------------------- end allegro.css ------------------- */

/* ------------------- begin edytorek.css ------------------- */
.przykladowy_nowy {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
        text-align:center;
	color: #333;
}
.kk1 td {
	padding:5px;
	border-bottom:3px #FFFFFF solid;
	}
	
.t1 td	{
        border-collapse: collapse;
        border:1px solid;
        border-color: #dedede;
 	padding:3px;
 	height:15px;
 	text-align:center;
 	
}
.t2 td	{

 	text-align:left;
}
.t3
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    text-align:center;
	color: #333;

}
.obraz
{
align:left;
}
.tapety  td
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-align:center;
	color: #333;
	padding: 10px;
	vertical-align: middle;
	border: hidden;
	border:#FFFFFF;
	
}

.tapety1  tr
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-align:center;
	height: 20px;
	color: #333;
	padding: 5px;
	vertical-align: middle;
	border: hidden;
	border:#FFFFFF;
}

.rama
{
border-color:#000;
border-width:medium;
}



/* ------------------- end edytorek.css ------------------- */
ul.zasady {
	padding-left:4px;
}
ul.zasady li {
	background: url(../images/list-style.gif) 0 3px no-repeat;
	padding:0px 0 7px 14px;
}
#podkreslenie a {
	text-decoration: underline;
}
#podkreslenie a:hover {
	text-decoration:none;
}
#ul_podkresleniue ul {
	font-family:Tahoma,Arial, Helvetica, sans-serif; 
	width:200px; 
	line-height:150%; 
	padding-left:1px;
	float:left;
}
#ul_podkresleniue ul a {
	text-decoration: underline;
}
#ul_podkresleniue ul a:hover {
	text-decoration:none;
}
#podkreslenie_2 {
	padding-bottom:10px;
}
#podkreslenie_2 a {
	text-decoration: underline;
}
#podkreslenie_2 a:hover {
	text-decoration:none;
}
#opis_pro {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-size:11px;
	line-height:140%;
}
#opis_pro p {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-size:11px;
	line-height:140%;
}
#opis_pro ul {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-size:11px;
	line-height:140%;
	list-style-type:disc;
	padding:4px 0;
}
#opis_pro ul li {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-size:11px;
	line-height:15px;
	list-style-type:disc;
	margin-left:20px;
	padding:2px 0;
}
#opis_pro ul li p font {
	line-height:140%;
}
#opis_pro font {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
#opis_pro font u{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
#nowa_stopka{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	color:#7B7B7B;
	font-size:11;
}
#nowa_stopka ul {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	color:#7B7B7B;
	font-size:11;
}
#nowa_stopka ul li {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	color:#7B7B7B;
	font-size:11;
}
#bootom_tlo {
	background:url(../images2/index_bootom_tlo.jpg);
	height:220px;
	float:left;
	padding:0px;
	margin:0px;
}
#pomocce{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:14px;
}
#pomocce a{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	text-decoration:none;
	line-height:140%;
}
#pomocce a:hover{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
#pomocce ul{
	padding-top:15px;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
}
a.box_link {
	font-weight:normal;
	text-decoration:underline;
}
a:hover.box_link {
	font-weight:normal;/*s99*/
	text-decoration:none;
	color:#CC0000;
}
#prod_grafika {
	margin-bottom:10px;
}
div.error, div.error_spam {
	display:none;
	padding:5px 5px;
	margin-right:2px;
	background-color:#CA2800;
	font-size:11px;
	text-align:center;
	float:left;
	color:#FFFFFF;
}		
.red_label {
	display:inline;
	float:left;
}
span.red_label {
	float:none;
}

.tahoma_nieb{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2A3E6B;
	font-weight:bold;
	line-height:130%;
}

.tahoma_czerwi{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC0000;
	font-weight:bold;
	line-height:130%;
}

.tahoma_czerwi a{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC0000;
	font-weight:bold;
	line-height:130%;
}

.tahoma_siwe{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:130%;
}
/* zmiana szalek */
#right_column_static .tytul_new {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	float:none;
	color:#666666;
	padding:0px;
	font-weight:bold;
}

.od_informacje{
	float:left;
	width:400px;
	padding:10px 0 0 0;
	margin:0 0 0 0;
}

.od_kontakt{
	float:left;
	width:400px;
	padding:24px 0 0 0;
	margin:0 0 0 0;
}

.od_firma{
	float:left;
	width:400px;
	padding:42px 0 0 0;
	margin:0 0 0 0;
}

.od_wspolpraca{
	float:left;
	width:400px;
	padding:35px 0 0 0;
	margin:0 0 0 0;
}

.od_wspolpraca a{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:130%;
	color:#2A3E6B;
}

.od_dziennikarze{
	float:left;
	width:400px;
	padding:27px 0 0 0;
	margin:0 0 0 0;
}

.od_dziennikarze a{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:130%;
	color:#2A3E6B;
}

.od_stacionarny{
	float:left;
	padding:0 0 5px 0;
	margin:0 0 0 0;
}

#czerw_szukaj{
	color:#CC0000;
	padding:0px;
	margin:0px;
}


div.user_foto {
	float:left;
	margin:7px 2px;
	width:100px;
	height:98px;
	overflow:hidden;
}

#cms_list {
	float:left;
	width:694px;
	margin:0px;
	padding:0 0 10px 0;
}
.diversa {
	background:url(../images/diversa.png) no-repeat 0 0;
	width:35px;
	height:51px;
	float:left;
	margin-left:-50px;
}
.formularz_wyboru_miesiaca {
	float:right;
	margin-top:-20px;
}
.gal_list_one {
	float:left;
	margin:7px 2px;
	width:169px;
	height:166px;
}
.tabelka_moja {
	border-color:#999999;
}
.tabelka_moja td,th {
	padding:5px;
	vertical-align:middle;
}
ul.newww {
	border-top:3px solid #F8F8F8;
	clear:left;
	float:left;
	padding:10px 0 20px 0;
}
ul.newww li {
	border-left:1px solid #E2E2E2;
	display:block;
	float:left;
	padding-bottom:3px;
	width:130px;
	text-align:center;
}
ul.newww li a {
	display:inline;
	position:static;
}
ul.newww li a.cena {
	display:block;
	float:left;
	clear:both;
	width:120px;
	text-align:center;
}

ul.newww div.number {
	height:50px;
	float:left;
	padding:0px 5px;
	text-align: center;

}
a.a1 {
	display: block !important;
	padding-left: 25px !important; 
	width: 205px !important;
	font-weight: normal  !important;
}
.sorter {
	float: right; 
	padding: 8px 10px 8px 0;
}
.sorter a{
	text-decoration: underline;
}
.sorter a:hover{
	text-decoration: none;
}
.k_filtr {
	display:block;
	float:left;
	padding: 12px 0 0 4px;
	font-weight: bold;
}
.k_filtry {
	display:block;
	float:left;
	padding: 6px 0 0 7px;
}
.k_spacer {
	display:block;
	float:left;
	width: 5px;
	height:20px;
}
.k_linia {
	display:block;
	float:left;
	width: 650px;
	height: 40px;
	background: url(../images/linia.gif) repeat-x bottom;
}
.k_info {
	width:140px; 
	height:45px;
	font-family:Verdana, Geneva, sans-serif !important;
}
.manu_kat_title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2C3E6D;
	font-weight: bold;
	display:block;
	padding-bottom: 3px;
}