/* RESET */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
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%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
  background: #fff; 
  margin:1.5em 0;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* TYPOGRAPHY */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)  11px - 69%*/
body { 
  font-size: 75%;
  color: #222; 
  font-family: Tahoma, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { display: inline; font-weight: bold; }
h2 { display: inline; }
h3 { display: inline; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; margin-top: 2.75em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
/*p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }*/

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; outline: 0}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 0; }
th          { font-weight: bold; }
th,td       { }
tr.even td  { }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* FORMS */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 0 0; border: 1px solid #383838; }
legend      { font-weight: bold; font-size:1.2em; padding: 10px; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  background-color: #000 !important; /*to override yellow background added by google toolbar's autofill feature*/
  color: #b3b3b3;
  margin:0.5em 0;
  border:1px solid #383838;
  padding: 2px;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 200px; padding:3px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:3px; }
select        { width:200px;}



/* DEFAULTS */

body{
	margin: 0;
	color: #b3b3b3;
	min-width: 980px;
	background-color: black;
}
body.default{
	background-image: url(images/baloon.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding-top: 169px;
}
body.low{
	background-image: url(images/baloon2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding-top: 65px;
}
a, a.selected, a:link, a:visited, a:hover, a:active{
	color: #fb9d00;
	text-decoration:none;
	outline: 0;
}
hr{
	color: #292929;
}
h1.opony{
	float: right;
}
h2.felgi{
	float: left;
}
button {
	background: transparent url(images/button1.gif) no-repeat left bottom;
	height: 21px;
	border: 0 none;
	text-align: left;
	padding: 0 0 0 2px;
	overflow: visible;
	cursor:pointer;
}
button::-moz-focus-inner {
    padding:0;
    border:none;
}
button:focus {
    outline: 1px dotted #b3b3b3;
}

#ok_button,
#koszyk_button,
#zamawiam_button{
	background: url(images/koszyk-kasa_button.gif) no-repeat center center;
	width: 165px;
	height: 33px;
	display: block;
}
#ok_button,
#zamawiam_button{
	background: url(images/button_zamawiam.gif) no-repeat center center;
	margin: auto;
	clear: both;
}
#ok_button{
	background: url(images/button_ok.gif) no-repeat center center;
	float: none;
	margin-top: 20px;
}

button span{
	background: transparent url(images/button2.gif) no-repeat right top;
	display: block;
	height: 21px;
	line-height: 21px;
	white-space: nowrap;
	padding: 0 8px 0 8px;
	cursor:  default;
	color: #FAA12E;
}
.wiecej{
	background: url(images/arrow_more.gif) no-repeat 100% 3px;
	padding-right:15px;
}
.box_left{
	float: left;
}
.box_right{
	float: right;
}

/* LAYOUT */
#top{
	height: 80px;
	width: 980px;
	margin: auto;
	position: relative;
}
#home{
	display: block;
	/*height: 170px;*/
	text-indent: -1000px;
	overflow: hidden;
	position: absolute;
}
#home.banner_default{
	width: 280px;
	height: 100px;
	margin-top: -140px;
}
#home.banner_low{
	width: 260px;
	height: 80px;
	margin-top: -60px;
}
#menu_top{
	height: 18px;
	padding: 6px 10px 18px 10px;
	background: url(images/belka.gif) no-repeat 50% 100%;
	text-align: right;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
#menu_top a{
	color: #b3b3b3;
}
#menu_top a.selected, #menu_top a:hover{
	color: #FB9D00;
	text-decoration: none;
}
#m_koszyk{
	background: url(images/koszyk2.gif) no-repeat 0 50%;
	padding:10px 10px 6px 25px;
}
#m_kontakt{
	background: url(images/kontakt.gif) no-repeat 0 50%;
	padding:10px 10px 6px 45px;
}
#m_home{
	background: url(images/home.gif) no-repeat 0 50%;
	padding:10px 10px 6px 45px;
}
.m_home2{
	background: url(images/home2.gif) no-repeat 0 50%;
	display: inline;
	padding-left: 14px;
}
#m_observed{
	background: url(images/obserwowane.gif) no-repeat 0 50%;
	padding:10px 10px 6px 25px;
}
#m_your_account{
	background: url(images/twoje_konto.gif) no-repeat 0 50%;
	padding:10px 10px 6px 25px;
}

#menu_almost_top{
	height: 29px;
	/*margin: 6px 0;*/
	/*width: 380px;*/
	/*margin: auto;*/
	position: static;
	display: block;
	overflow: hidden;
	margin: 0 0px 0px 0px;
	float: right;
	text-decoration: none;
}
#menu_almost_top a{
	display: block;
	overflow: hidden;
	float: right;	
	color: #b3b3b3;
	text-decoration: none;
}
#menu_almost_top a:hover{
	color: #FB9D00;
	text-decoration: none;
}

#menu_almost_top a:active{
	color: #FB9D00;
	text-decoration: none;
}

#menu_almost_top a.selected{
	color: #FB9D00;
	text-decoration: none;
}

#menu{
	height: 29px;
	/*margin: 6px 0;*/
	/*width: 380px;*/
	/*margin: auto;*/
	position: absolute;
	display: block;
	margin: 0 5px 5px 200px;
}
#menu a{
	display: block;
	width: 189px;
	height: 29px;
	text-indent: -1000px;
	overflow: hidden;
	float: left;
	margin-right: 1px;	
}
#m_felgi{
	background: url(images/butt_felgi.gif);
}
#m_felgi:hover, #m_felgi.selected{
	background: url(images/butt_felgi_on.gif);
}
#m_opony{
	background: url(images/butt_opony.gif);
}
#m_opony:hover, #m_opony.selected{
	background: url(images/butt_opony_on.gif);
}



#content{			/* 980px */
	width: 980px;
	margin: auto;
}
#content_top{			/* 980px */
	width: 940px;
	background: #141414;
	margin-bottom: 5px;
	padding: 5px 20px 5px 20px;
}
#content_top_bordered{			/* 980px */
	width: 938px;
	background: #1F1F1F;
	margin-bottom: 5px;
	padding: 5px 20px 5px 20px;
	border-width: 1px;
	border-color: #525252;
	border-style: solid;
}
#left{				/* 214px */
	width: 189px;
	float: left;
	margin-right: 10px;
}
/*#left > div{
	background: #3c3c3c;
	margin-bottom: 3px;
	padding: 15px;
}*/


#middle{				/* 763px */
	width: 582px;
	float: left;
	margin-right: 10px;
	background: black;
}
#right{				/* 214px */
	width: 189px;
	float: left;
}

#clear{
	clear: both;
}


#bread-crumbs{
	font-size: 11px;
	margin-bottom: 5px;
}

.main{
	background: #1F1F1F;
	padding: 15px 20px;
	margin-bottom: 5px;
}
#footer{
	width: 980px;
	margin: auto;
	margin-top: 10px;
	height: 20px;
	background: url(images/belka2.gif) no-repeat;
	text-align: center;
	color: #3c3c3c;
	font-size: 11px;
	padding: 25px 0;
}
#footer a{
	color: #8F692C;
}



#menu_left{
	background: url(images/menubox_mid.gif);
}

#menu_left .wrap1{
	background: url(images/menubox_bottom.gif) no-repeat 0 100%;
	padding-bottom: 30px;
}
#menu_left .wrap2{
	background: url(images/menubox_top.gif) no-repeat 0 0;
}
#menu_left .title{
	height: 26px;
	overflow: hidden;
	text-indent: -1000px;
}
#menu_left .content{
	padding: 15px 10px;
}

#log_in a,
#menu_left a{
	display: block;
	border-top: 1px solid #282828;
	font-size: 14px;
	padding: 5px 0;
	color: #b3b3b3;
	text-decoration: none;
}
#log_in a{
	border-top: 1px solid #4F4F4F;
}
#menu_left a.first{
	border-top: 0;
}
#log_in a:hover, #log_in a.selected,
#menu_left a:hover, #menu_left a.selected{
	color: #fb9d00;
	text-decoration:none;
}

#basket .separator{
	display: block;
	font-size: 1px;
	width: 70%;
	border-top: 1px solid #282828;
	margin: 10px auto;
}

.box{
	background: url(images/box_back.gif);
	margin-bottom: 10px;
	font-size: 11px;
	position: relative;
}
.box .wrap1{
	background: url(images/box_bottom.gif) no-repeat 0 100%;
	padding-bottom: 4px;
}
.box .wrap2{
	background: url(images/box_head.gif) no-repeat 0 0;
}
.box .title{
	color: black;
	height: 18px;
	text-transform: uppercase;
	padding: 4px 12px;
	overflow: hidden;
	font-weight: bold;
	font-size:12px;
}
.box .content{
	padding: 10px;
}

#pl_info-l_support .wrap2{
	background: url(images/box_obsluga_head.gif) no-repeat 0 0;
}
#pl_info-l_support .title{
	text-indent: -1000px;
}
#basket .wrap2{
	background: url(images/box_koszyk_head.gif) no-repeat 0 0; 
}
#basket .title{
	text-indent: -1000px;
}
#pl_info-l_partners .wrap2{
	background: url(images/box_program_head.gif) no-repeat 0 0;
}
#pl_info-l_partners .title{
	text-indent: -1000px;
}
#pl_info-l_partners .content{
	background: url(images/progr_partn_mapka.jpg) no-repeat bottom;
	height: 200px;
}
#pl_info-p_card .wrap2{
	background: url(images/box_karta_head.gif) no-repeat 0 0; 
}
#pl_info-p_card .title{
	text-indent: -1000px;
}
#pl_info-p_card .content{
	background: url(images/karta_klienta.jpg) no-repeat bottom;
	height: 240px;
}



#log_in{
	background: url(images/box_logowanie_back.gif);
	margin-bottom: 10px;
}
#log_in .wrap1{
	background: url(images/box_logowanie_bottom.gif) no-repeat 0 100%;
}
#log_in .wrap2{
	background: url(images/box_twojekonto_head.gif) no-repeat 0 0;
}
#log_in .title{
	text-indent: -1000px;
}
#shop_logging_info .auth_loginform,
#log_in .auth_loginform{
	padding-bottom: 15px;
}
#shop_logging_info .auth_loginform_body,
#log_in .auth_loginform_body{
	overflow: hidden;
}
#shop_logging_info .auth_user_label,
#shop_logging_info .auth_password_label,
#log_in .auth_user_label,
#log_in .auth_password_label{
	clear: both;
}
#shop_logging_info .auth_user_label,
#shop_logging_info .auth_password_label{
	float: left;
	width: 170px; 
	padding-right: 20px;
	text-align: right;
}
#shop_logging_info .auth_user_field,
#shop_logging_info .auth_password_field,
#log_in .auth_user_field,
#log_in .auth_password_field{
	display: block;
	margin: 2px 0;
	width: 130px;
	float: left;
	position: relative;
} 
#shop_logging_info .auth_loginform_field,
#log_in .auth_loginform_field{
	background-color: #000 !important; /*to override yellow background added by google toolbar's autofill feature*/
	color: #b3b3b3;
	border:1px solid #383838;
	width: 130px;
}
#log_in .auth_loginform_username{
	display: block;
}
#log_in .auth_loginform a{
	border-top: none;
	font-size: 11px;
	padding: 0;
}
#shop_logging_info .auth_submit_field,
#log_in .auth_submit_field{
	width: 24px;
	height: 24px;
}
#shop_logging_info .auth_loginform_submit,
#log_in .auth_loginform_submit{
	background: #1F1F1F url(images/arrow_right.gif) no-repeat center center;
	display: block;
	float: right;
	position: relative;
	width: 24px;
	height: 24px;
	cursor: pointer;
	outline: 0;
	text-indent: -1000px;
}
#shop_logging_info .auth_loginform_header,
#log_in .auth_loginform_header{
	display: none;
}
#shop_logging_info .auth_loginform_submit{
	background: none;
}
#shop_logging_info .auth_loginform_error,
#log_in .auth_loginform_error{
	color: red;
}
#shop_logging_info .auth_loginform{
	width: 350px;
	padding-top: 20px;
}
#shop_logging_info{
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}



.pl_program #main, .pl_koszyk #main, .pl_rejestracja #main{
	background: black;
	padding: 0;
}

#main .shop_basket_basket,
#main .shop_basket_delivery,
#main .shop_basket_payment,
#main .shop_basket_confirmation,
#main .auth_registration {
	background: #1F1F1F;
	padding: 15px 20px;
	overflow: hidden;
}
.main .shop_basket_payment .shop_form_payment{
	font-size: 14px;
}
.main .shop_basket_payment .shop_form_payment legend{
	font-size: 18px;
}
.main .cat_products {
	background: #141414;
	padding: 15px 20px;
	overflow: visible;
	display: block;
	min-height: 360px;
}
*html .cat_products{
	height: 340px;
}
.main .cat_products.waiting{
	background: url(images/ajax-loader.gif) no-repeat center;
}

.main .title{
	color: #FB9D00;
	text-transform: uppercase;
	overflow: hidden;
	font-weight: bold;
	font-size:16px;
	margin-bottom: 10px;
}

/****** do wywalenia

#samochody_t div{
	height: 0px;
	padding: 0;
}


**************/

#wybierz{
	background: #1F1F1F url(images/arrow_right.gif) no-repeat 160px center;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	margin-bottom: 2px;
	outline: 0;
	position: relative;
}
#wybierz.open{
	/*background: #1F1F1F url(images/arrow_up.gif) no-repeat 160px center;*/
}

#wybrane{
	position: absolute;	
	height: 44px;
	left: 200px;
	width: 382px;
	top: 0;
	font-size: 16px;
	line-height: 44px;
	overflow: hidden;
}
#usun_wybor{
	position: absolute;	
	height: 44px;
	left: 555px;
	width: 20px;
	top: 0;
	font-size: 16px;
	line-height: 44px;
	overflow: hidden;
	background: url(images/zamknij.gif) 50% 50% no-repeat;
}
#wybor{
	background: #141414;
	padding: 10px 20px;
	margin-bottom: 2px;
	position: relative;
	height: 110px;
}
#wybor_samochod{
	position: absolute;	
	height: 186px;
	left: 240px;
	width: 323px;
	top: 33px;
	background: transparent url(../../images/auto_poczatkowe.jpg) no-repeat center center;
		
}
#wybor_samochod_kreciol{
	width: 50px;
	height: 50px;
	background: black url(images/ajax-loader.gif) no-repeat center center;
	margin-top: 60px;
	margin-left: 140px;
	display: none;
	
}
#wybor button{
	text-align:center;
	width: 200px;	
}

#parametry{
	background: #1F1F1F;
	padding-top: 10px;
	margin-bottom: 2px;
	z-index: 10;
	position: relative;
}
#parametry .text{
	width: 150px;	
}
#parametry select, #wybor select, #samochody select{
	width: 175px;
	margin-right: 10px;
	font-size:15px;
}
#wybor select#car_type{
	margin-right: 0;
}
#parametry button {
	text-align:center;
	width: 100px;
}
.search_image_dostawcza{
	text-align: left;
	vertical-align: text-bottom;
	height: 74px;
	padding-left: 520px;
	padding-top: 70px;
	background: url(images/dostawcza_opis.jpg) no-repeat;
	background-position: 0px 0px;
}
.search_image_osobowa{
	text-align: left;
	vertical-align: text-bottom;
	vertical-align: bottom;
	height: 74px;
	padding-left: 520px;
	padding-top: 70px;
	background: url(images/osobowa_opis.jpg) no-repeat;
	background-position: 0px 0px;
}
.search_image_terenowa{
	text-align: left;
	vertical-align: text-bottom;
	height: 74px;
	padding-left: 520px;
	padding-top: 70px;
	background: url(images/terenowa_opis.jpg) no-repeat;
	background-position: 0px 0px;
}
.search_image_blank{
	text-align: left;
	vertical-align: text-bottom;
	height: 64px;
	padding-left: 520px;
}

.sale_product{
	margin: 2px 0 3px 0;
	padding-left: 10px;
	background: url(images/arrow.gif) no-repeat;
	background-position: 0px 5px;
}

.auto_img{
	background: transparent url(../../images/osobowe.jpg) no-repeat center center;
	display: block;
	width: 582px;
	height: 116px;
	padding-top: 146px;
}
.auto_img #felga_przym_1{
	display: block;
	width: 82px;
	height: 82px;
	margin-left: 84px;
}
.auto_img #felga_przym_2{
	display: block;
	width: 80px;
	height: 82px;
	margin-top: -82px;
	margin-left: 407px
}

.terenowe{
	background-image: url(../../images/terenowe.jpg); 
	height: 136px;
	padding-top: 173px;
}
.terenowe #felga_przym_1{
	width: 93px; height: 93px; margin-left: 73px;
}
.terenowe #felga_przym_2{
	margin-top: -93px; width: 93px; height: 93px; margin-left: 398px;
}
.dostawcze{
	background-image: url(../../images/dostawcze.jpg); 
	height:  118px;
	padding-top: 204px;
}
.dostawcze #felga_przym_1{
	height: 82px; width: 82px; margin-left: 64px;
}
.dostawcze #felga_przym_2{
	height: 82px; width: 82px; margin-left: 433px;
}

.cat_products_list_pages{
	margin-top: 20px;
	overflow: hidden;
}
.cat_products_list_pages a{
	color: #B3B3B3;
}
.cat_products_list_pages .page_link{
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
}
.cat_products_list_pages span.page_link{
	font-weight: bold;
	color: red;
}
.cat_products_list{
	background-color: #000;
	border-collapse: collapse;	
	margin: 20px 0;
}

.cat_products_list td{
	border: 1px solid #313131;
	padding: 0 10px;
	line-height: 25px;
}
.cat_products_list td.picture{
	background-color: black;
	border-right: none;
	padding: 0 1px;
	cursor: pointer;
	text-align: center;
}
.cat_products_list td.name{
	background: transparent url(images/arr_tab2.gif) no-repeat 95% center;
	border-left: none;
	padding-left: 15px;
	padding-right: 30px;
	cursor: pointer;
}
.cat_products_list td.name.open{
	background: transparent url(images/arr_tab3.gif) no-repeat 95% center;
}
.cat_products_list td.felga span{
	background: transparent url(images/przymierz_felge1.gif) no-repeat center center;
	cursor: pointer;
	display: block;
	width: 50px;
	height: 50px;
}
.cat_products_list td.felga.active span{
	background: transparent url(images/przymierz_felge2.gif) no-repeat center center;
}
.cat_products_list td.felga div{
	display: block;
	width: 50px;
	height: 30px;
}
.cat_products_list td.felga .caloroczne{
	background: transparent url(images/caloroczne.gif) no-repeat center center;
}
.cat_products_list td.felga .letnie{
	background: transparent url(images/letnie.gif) no-repeat center center;
}
.cat_products_list td.felga .zimowe{
	background: transparent url(images/zimowe.gif) no-repeat center center;
}
.cat_products_list td.promotion_info{
	background-color: #141414;
	border: none;
}
.cat_products_list a.preview{
	font-size: 8px;
	line-height: 5px;
}
.cat_products_row .price{
		
	text-align: right;
	height: 30px;
}

.cat_products_row .basket{
	
}

.cat_product_list_card,
.cat_product_card{
	height: auto;
}
.cat_product_list_card .title,
.cat_product_card .title{
	color: #FB9D00;
	font-size: 16px;
	font-weight: bold;
	height: 3.5em;
}
.cat_product_list_card .title .product_info,
.cat_product_card .title .product_info{
	width: 65%;
	float: left;
	margin: 10px 0;
}
.cat_product_list_card .title .season,
.cat_product_card .title .season{
	width: 5%;
	height: 21px;
	display: block;
	float: left;
	margin: 10px 0;
}
.cat_product_list_card .title .season_name,
.cat_product_card .title .season_name{
	height: 21px;
	display: block;
	float: left;
	margin: 10px 0;
	color: #FFFFFF;
}
.cat_product_list_card .title .letnie,
.cat_product_card .title .letnie{
	background: transparent url(images/letnie.gif) no-repeat center center;
}
.cat_product_list_card .title .zimowe,
.cat_product_card .title .zimowe{
	background: transparent url(images/zimowe.gif) no-repeat center center;
}
.cat_product_list_card .title .caloroczne,
.cat_product_card .title .caloroczne{
	background: transparent url(images/caloroczne.gif) no-repeat center center;
}
.cat_products.product_card .slideUp, .cat_products.product_card .card_link{
	display: none;
}

a.shop_basket_add,
a.shop_basket_remove,
a.shop_basket_wait{
	text-decoration: none;
}

.shop_basket_add, .shop_basket_remove, .shop_basket_wait{
	display: block;
	width: 80px;
	/*text-indent: -1000px;*/
	overflow: hidden;
	outline: 0;
	text-align: center;
}
.shop_basket_remove{
	width: 50px;
}
a.shop_basket_add span{
	color: #00FF00;
	text-decoration: none;
	background: transparent url(images/button2.gif) no-repeat center center;
	display: block;
	height: 21px;
	line-height: 21px;
	white-space: nowrap;
	padding: 0 8px 0 8px;
	cursor:  pointer;
}
a.shop_basket_remove span{
	color: #FF0000;
	text-decoration: none;
	background: transparent url(images/button2.gif) no-repeat center center;
	display: block;
	height: 21px;
	line-height: 21px;
	white-space: nowrap;
	padding: 0 8px 0 8px;
	cursor:  pointer;
}
a.shop_basket_wait span{
	color: #0000FF;
	text-decoration: none;
	background: url(images/ajax-loader.gif) 50% 50% no-repeat;
	display: block;
	height: 21px;
	line-height: 21px;
	white-space: nowrap;
	padding: 0 8px 0 8px;
	cursor:  pointer;
}

.shop_basket_wait{
	background: url(images/ajax-loader.gif) 50% 50% no-repeat;
}

#shop_basket_table{
	border-collapse: collapse;	
}
#shop_basket_table th, #shop_basket_table td{
	border: 1px solid #313131;
	padding: 0 5px;
	line-height: 25px;
	background: #151515;
}
#shop_basket_table td{
	background: #0F0F0F;
}
#shop_basket_table td input.quantity{
	width: 15px;
}

.auth_registration,
.shop_basket_payment,
.shop_basket_delivery{
	overflow: auto;
}

.auth_registration input.text,
.shop_basket_payment input.text,
.shop_basket_delivery input.text{
	margin: 0.3em 0;
}

.auth_registration input.text.readonly,
.shop_basket_payment input.text.readonly,
.shop_basket_delivery input.text.readonly{
	cursor: not-allowed;
}
.auth_registration input.error,
.shop_basket_payment input.error,
.shop_basket_delivery input.error{
	background: #2C0406 url(images/no2.gif) no-repeat right center !important;
	color: red;
	margin: 0.7em 0;
}
.auth_registration input.checked,
.shop_basket_payment input.checked,
.shop_basket_delivery input.checked{
	background: #000 url(images/yes2.gif) no-repeat right center;
}

.auth_registration label.error,
.shop_basket_delivery label.error,
.shop_basket_payment label.error{
	background:none;
	border: none;
	display: block;
	position: absolute;
	font-weight: normal;
	margin-top: -10px;
	font-size: 11px;
	color: #D7181F;
}

.auth_registration td.shop_left,
.shop_basket_delivery td.shop_left,
.shop_basket_payment td.shop_left,
.shop_basket_confirmation td.shop_left{
	width: 40%;
	padding-right: 20px;
	text-align: right;
}
.auth_registration td input,
.shop_basket_delivery td input,
.shop_basket_payment td input{
	width: 230px;
	padding: 2px 16px 2px 2px;
}
.auth_registration button,
.shop_basket_basket button,
.shop_basket_delivery button,
.shop_basket_payment button{
	float: right;
	margin-top: 30px;
}

#shop_basket_slider{
	background: url(images/do_koszyka/do_koszyka_background.gif) no-repeat;
	display: none;
	width: 276px;
	height: 44px;
	padding-top: 23px;
	position: absolute;
	border: solid 1px #056E2D;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-align: center;
	vertical-align: bottom;
}
#shop_basket_slider .close_b{
	background: transparent url(images/zamknij2.gif) no-repeat center center;
	display: block; 
	width: 14px; 
	height: 14px; 
	float: right; 
	margin-top: -18px; 
	margin-right: 4px; 
	cursor: pointer;
}
.cat_product_list_card .slideUp{
	background: transparent url(images/arr_tab3.gif) no-repeat right center;
	display: block;
	color: #FB9D00;
	width: 45px; 
	height: 24px; 
	float: right;
	cursor: pointer;
	margin: 5px 5px 0 5px;
}
.cat_product_list_card .slideUp.hover{
	text-decoration: underline;
}
#shop_basket_slider input{
	width: 30px;
	margin: 0 20px;
	text-align: right;
}
#shop_basket_slider button{
	font-size: 11px;
}
#shop_basket_slider button span{
	color: #0BA747;
}
#shop_basket_slider label{
	font-weight: normal;
}
#error_container{
	display: none;
}

.cat_product_row{
	display: none;
}
.cat_product_list_card{
	background-color: #141414;
}
.cat_product_list_card td{
	border: none;
}
.cat_product_card{
	margin: 0 0 20px 0;
	clear: both;
}
.cat_product_card td{
	line-height: 20px;
	height: 20px;
	padding: 0;
}
.cat_product_card .west_east{
	padding: 0px 30px;
	vertical-align: top;
}
.cat_product_card .east{
	vertical-align: top;
}
.cat_product_card .card_link,
.cat_product_card .card_back{
	text-align: right;
}
.cat_product_card .card_link a,
.cat_product_card .card_back a{
	cursor: pointer;
}
.cat_product_card .description{
	padding: 20px 0;
}
.cat_product_card .price_cont,
.cat_product_card .stock,
.cat_product_card .basket,
.cat_product_card .description_2{
	display: block;
	height: 40px;
	width: 310px; /*110px;*/
	padding: 5px 0;
	background-color: #101C15;
	border: 1px solid #056E2D;
	text-align: center;	
	float: right;
}

.cat_product_card .price,
.cat_product_card .price_title,
.stock_empty{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.cat_product_card .stock .value,
.cat_product_card .price{
	clear: left;
	font-size: 18px;
	color: #0BA747;
}
.cat_product_card .stock .value.empty,
.stock_empty{
	color: red;
}
.stock_empty{
	font-size: 20px;
	font-weight: normal;
	height: 40px;
	padding-top: 20px;
}
.cat_product_card .stock{
	text-align: center;
}
.cat_product_card .stock .label{
	font-weight: bold;
	padding-right: 5px;
}
.cat_product_card .basket{
	text-align: right;
	padding-right: 30px;
	width: 280px;
}
.cat_product_card .basket input,
.cat_product_card .basket button{
	margin-left: 15px;
	vertical-align: middle;
}
.cat_product_card .basket button{
	font-size: 11px;
}
.cat_product_card .basket button span{
	color: #0BA747;
}
.cat_product_card .picture{
	background-color: black;
	border: 1px solid #515151;
	text-align: center;
}
.cat_product_card .card_link{
	font-size: 14px;
	padding: 15px 0;
}
.cat_product_card .card_link a{
	background: transparent url(images/arr1.gif) no-repeat right center;
	padding-right: 20px;
	font-size: 14px;
}
.cat_product_card .quantity{
	width: 40px;
}
.cat_parameter_table{
	font-size: 12px;
}
.cat_parameter_table th,
.cat_parameter_table td{
	border-top: 1px solid #393939;
	padding-left: 15px;
}
.cat_parameter_table th{
	border-left: 1px solid #393939;
	text-align: left;
}
.cat_parameter_table td{
	font-size: 11px;	
}
.cat_parameter_table tr.first th,
.cat_parameter_table tr.first td{
	border-top: none;
}

#tooltip.pretty {
	background:transparent url(images/dymek.png) no-repeat scroll 50% 50%;
	border:medium none;
	color: black;
	width:130px;
	height:35px;
	opacity:0.8;
}
#tooltip.pretty h3 {
	font-family:Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	width:130px;
	line-height: 28px;
}
a.tooltip{
	cursor: help;	
}

/*#pagination-footer{clear:both; margin: 30px 0 5px 0; line-height:200%; height:25px;}
#pagination-footer div{float:left; overflow:hidden; text-align:center; width:20%;}
#pagination-footer .previous {font-size:10px; width:80px; text-align: right;}
#pagination-footer .next {font-size:10px; width:80px; text-align: left;}
#pagination-footer .previous a, #pagination-footer .next a{color:#fff;}
#pagination-footer .previous a:hover, #pagination-footer .next a:hover{text-decoration:none;}
#pagination-footer .previous a, #pagination-footer .previous span{background:url(images/prev_off.png) no-repeat left center; display:block;}
#pagination-footer .previous a:hover{background:url(images/prev.png) no-repeat left center;}
#pagination-footer .next a, #pagination-footer .next span{background:url(images/next_off.png) no-repeat right center; display:block;}
#pagination-footer .next a:hover{background:url(images/next.png) no-repeat right center;}
#pagination-footer .line_left{width:100px; background: transparent url(images/kreska_pozioma.png) repeat-x center center; margin: 0 0 0 30px;}
#pagination-footer .line_right{width:100px; background: transparent url(images/kreska_pozioma.png) repeat-x center center; margin: 0 30px 0 0;}
#pagination-footer .line_short_left{width:30px; background: transparent url(images/kreska_pozioma.png) repeat-x center center; margin: 0 0 0 30px;}
#pagination-footer .line_short_right{width:30px; background: transparent url(images/kreska_pozioma.png) repeat-x center center; margin: 0 30px 0 0;}
#pagination-footer .pages{height:30px; line-height:200%; width:200px; overflow:hidden;}
#pagination-footer .pages a, #pagination-footer .pages span{width: 20px; margin: 0 2px; font-size:15px; color:#fff; padding:1px 7px; color:#6d6e6f; }
#pagination-footer .pages span {padding:1px 3px;}
#pagination-footer .pages a:hover{color:#fff;text-decoration:none;}
#pagination-footer .pages a.active{border:1px solid #fff; color:#fff;}*/

.pagination-footer{clear:both; margin:10px auto 10px auto;line-height:200%; width:775px; height:25px;}
.pagination-footer div{float:left;overflow:hidden;text-align:center;width:20%;}
.pagination-footer .previous, .pagination-footer .next {font-size:10px; width:150px;}
.pagination-footer .previous a, .pagination-footer .next a{color:#fff;}
.pagination-footer .previous a:hover, .pagination-footer .next a:hover{text-decoration:none;cursor: pointer;}
.pagination-footer .previous a, .pagination-footer .previous span{background:url(images/prev_off.png) no-repeat left center; display:block;}
.pagination-footer .previous a:hover{background:url(images/prev.png) no-repeat left center;}
.pagination-footer .next a, .pagination-footer .next span{background:url(images/next_off.png) no-repeat right center; display:block;}
.pagination-footer .next a:hover{background:url(images/next.png) no-repeat right center;}
.pagination-footer .line{width:100px;}
.pagination-footer .pages{height:30px;line-height:200%;width:275px;overflow:hidden;}
.pagination-footer .pages a, .pagination-footer .pages span{width: 20px; margin: 0 2px; font-size:15px; color:#fff; padding:1px 7px; color:#6d6e6f; }
.pagination-footer .pages span {padding:1px 3px;}
.pagination-footer .pages a:hover{color:#fff;text-decoration:none;cursor: pointer;}
.pagination-footer .pages a.active{border:1px solid #fff; color:#fff;}
.pagination-footer .line{background: transparent url(images/kreska_pozioma.png) repeat-x center center;}

#main_ajaxss_container{
	margin: 0;
	padding: 0;
}

#main_ajaxss_container.kreciol{
	border-style: solid;
	border-color: #525252;
	border-width: 2px;
	height: 200px;
	background: url(images/ajax-loader.gif) no-repeat center;
}

/*imgpreview*/
#preview{position:absolute;display:none;color:#fff;text-align:center;background:#242D35 url(images/loader.gif) no-repeat center center;color:#242D35;min-height:100px;z-index: 99999;}
#preview img{border:1px solid #fff;height:300px;}

div.overlay { 
     
    /* growing background image */ 
    background: url(../../modules/jquery.tools2/overlay_img/transparent.png);
     
    /* dimensions after the growing animation finishes  */ 
    width:400px; 
    height:320px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
	padding-top: 50px;
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../../modules/jquery.tools2/overlay_img/close.png);
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 
/* black */ 
div.overlay.black { 
    background:url(../../modules/jquery.tools2/overlay_img/transparent.png) no-repeat !important;
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background: url(../../modules/jquery.tools2/overlay_img/petrol.png) no-repeat !important; 
    color:#fff; 
}

div.overlay_txt{
	padding: 45px 20px 0 0;
}
div.overlay_icon{
	background: url(images/warning.png) no-repeat right center;
	display: block;
	width: 76px;
	height: 87px;
	float: right;
	height: 100px;
	margin-left: 30px;
}

div.overlay_info{
	/*background: url(images/warning.png) no-repeat right center;*/
	height: 100px;
}

div.overlay div.overlay_button_bar,
div.overlay div.overlay_button_bar_one{
	display: block;
	padding-left: 75px;
	padding-top: 40px;
}

div.overlay div.overlay_button_bar_one{
	padding-left: 130px;
}

div.overlay_button_bar .overlay_button_no span,
div.overlay_button_bar .overlay_button_yes span,
div.overlay_button_bar_one .overlay_button_no span,
div.overlay_button_bar_one .overlay_button_yes span{
	color: #FF0000;
	width: 100px;
	text-align: center;
}

div.overlay_button_bar .overlay_button_yes span,
div.overlay_button_bar_one .overlay_button_yes span{
	color: #00FF00;
}

.clear_button{
	background-image: url(images/zamknij2.gif);
	background-repeat:  no-repeat;
	background-position: 0 3px;
	height: 17px;
	margin: 2px 2px 2px 35px;
	padding-left: 20px;
	font-weight: bold;
	cursor: pointer;
}