@charset "utf-8";
@import "form.css";

body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#kontener {
	padding: 0px;
	width: 1146px;
	max-width: 1146px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	
	position: relative;
	background-color:#FFFFFF;
	 layer-background-color:#FFFFFF;
	 	
}

#kontenerSmall {
	padding: 0px;
	width: 1055px;
	max-width: 1055px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	
	position: relative;
	background-color:#FFFFFF;
	 layer-background-color:#FFFFFF;
	 
	
}

#none{
	padding: 0px;
	margin: 0px;
	border: none;
}

#left{
	display: block;
	width: 260px;
	margin-right: 10px;
	float:left;
}

#left2{
	display: block;
	width: 797px;
	margin-right: 5px;
	float:left;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-color: #a0c705;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 3px;
	margin: 0px 0px 10px 0px;
}

h2.rh{
	text-align: right;
	margin-bottom: 0px;
}

h2.rh span{
	margin-right: 20px;
}

h2 span{
	margin-left: 10px;
}

ul#katalog_menu{
	list-style: none;
	/*margin: 0px 0px 20px 0px;*/
	margin-left: 10px;
	margin-top: 0px;  
	padding:10px;
	
}

ul#katalog_menu li.poz1{
	padding-left: 40px;
	background: url(../gfx/li_1.gif) no-repeat left bottom;
}

ul#katalog_menu li.poz1 a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
}


ul#katalog_menu li.poz1 a:hover, ul#katalog_menu li.sel_1 a:hover, ul#katalog_menu li.poz2 a:hover, ul#katalog_menu li.sel_2 a:hover, ul#katalog_menu li.poz3 a:hover, ul#katalog_menu li.sel_3 a:hover{
	text-decoration: underline;
}

ul#katalog_menu li.sel_1{
	background: url(../gfx/li_sel_1.gif) no-repeat left bottom;
	padding-left: 55px;
}

ul#katalog_menu li.sel_1 a{
	color: #769302;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
}

ul#katalog_menu li.poz2{
	padding-left: 80px;
	background: url(../gfx/li_2.gif) #f3f3f3 no-repeat 65px center;
}

ul#katalog_menu li.poz2 a{
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

ul#katalog_menu li.sel_2{
	background: url(../gfx/li_sel_2.gif) #f3f3f3 no-repeat 65px center;
	padding-left: 80px;
}

ul#katalog_menu li.sel_2 a{
	color: #769302;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

ul#katalog_menu li.poz3{
	padding-left: 100px;
	background: url(../gfx/li_2.gif) #f3f3f3 no-repeat 85px center;
}

ul#katalog_menu li.poz3 a{
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

ul#katalog_menu li.sel_3{
	background: url(../gfx/li_sel_2.gif) #f3f3f3 no-repeat 85px center;
	padding-left: 100px;
}

ul#katalog_menu li.sel_3 a{
	color: #769302;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

#right{
	display: block;
	width: 730px;
	float: left;
}

#right2{
	display: block;
	width: 250px;
	float: left;
}

/* style dla ścieżki */

#path{
	display: block;
	float: left;
	width: 797px;
	height: 29px;
	background: url(../gfx/top_tlo.gif) no-repeat;
	margin-top: 10px;
	
}

#path ul, ul#site_page{
	list-style: none;
	margin: 0px; 
	padding: 0px;
}

#path ul li{
	display: inline;
	padding-left: 10px;
	margin-right: 5px;
	background: url(../gfx/li_path.gif) no-repeat left center;
}

#path ul li.first{
	background: none;
}

#path ul li a{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cffe00;
	line-height: 29px;
	font-weight: bold;
}

#path ul li a:hover{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ul#site_page li{
	list-style: none;
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
}

ul#site_page li a{
	text-decoration: none;
	color: #000;
}

ul#site_page li a:hover{
	text-decoration: underline;
	color: #000;
}

#search{
	display: block;
	float: left;
	width: 230px;
	margin-bottom: 5px;
	
}

.xboxcontent {
	display:block; 
	border:0 solid #d8d8d9; 
	border-width:0 1px; 
	height:auto;
	background: url(../gfx/tlo_box_site.jpg) #fff repeat-x;
	background-position: bottom;
	text-align: left;

}

.gora, .dol {
  	display:block;  
  	font-size:1px;
}

.xb1, .xb2, .xb3, .xb4{
  	display:block; 
  	overflow:hidden;
}
.xb1, .xb2, .xb3 {
  	height:1px;
}
.xb2, .xb3, .xb4 {
  	background:#e8e9eb; 
  	border-left:1px solid #d8d8d9;
  	border-right:1px solid #d8d8d9;
}
.xb1 {
  	margin:0 5px; 
  	background:#d8d8d9;
}

.xb2 {
  	margin:0 3px;
  	border-width:0 2px;
}
.xb3 {
  	margin:0 2px;
}
.xb4 {
  	height:2px; 
  	margin:0 1px;
}

.xboxcontent1 {
	display:block;

	border:0 solid #ccc; 
	border-width:0 1px; 
	height:auto;
	background: #fff;
	background-position: bottom;
	text-align: left;

}


.xb11,.xb22, .xb33, .xb44 {
  	display:block; 
  	overflow:hidden;
}
.xb11, .xb22, .xb33 {
  	height:1px;
}
.xb22, .xb33, .xb44 {
  	background:#fff; 
  	border-left:1px solid #ccc;
  	border-right:1px solid #ccc;
}
.xb11 {
  	margin:0 5px; 
  	background:#ccc;
}

.xb22 {
  	margin:0 3px;
  	border-width:0 2px;
}
.xb33 {
  	margin:0 2px;
}
.xb44 {
  	height:2px; 
  	margin:0 1px;
}

div#box{
	display: block;
	margin: 0px;
	padding: 10px;
}

a#adv_search{
	color: #000;
	text-decoration:none;
}

a#adv_search:hover{
	color: #a0c705;
	text-decoration:underline;
}

#shop_pr_box{
	display: block;
	width: 170px;
	margin-right: 7px;
	margin-bottom: 10px;
	float: left;
}

#shop_pr_box a{
	text-decoration: none;
	color: #000;
}

#shop_pr_box a:hover{
	text-decoration: underline;
	color: #a0c705;
}

#shop_pr_box table#photo{
	border: 1px solid #d3fd29;
	margin-bottom: 10px;
}

.photo{
	border: 1px solid #d3fd29;
	margin-bottom: 10px;
}

#shop_pr_box:hover table#photo{
	border: 1px solid #769302;
	margin-bottom: 10px;
}

#hr{
	clear: both;
	width: 100%;
	background: url(../gfx/hr.gif) repeat-x;
	display: block;
	height: 7px;
	margin-bottom: 10px;
}



.ramka {
	border: 2px;
}



div#basket{
 background: url(../gfx/btn_kosz.gif) no-repeat left center;
 float: left;
 display: block;
 width: 160px;
 height: 20px;
 padding-left: 40px;
 margin-bottom: 5px;
}

 a#basket{
 color: #000;
 text-decoration: none;
 float: left;
}



#basket label{
	display: block;
	width: 65px;
	float: left;
	text-align: right;
}



#basket a:hover{
	color: #769302;
	text-decoration: underline;
}

#tab_search_ad{
	background: url(../gfx/hd_black_ad.gif) no-repeat;
	width: 245px;
	height: 39px;
}

#tab_search{
	background: url(../gfx/hd_black.gif) no-repeat;
	width: 245px;
	height: 39px;
}


ul#foot_menu, ul#foot_menu2{
	list-style: none;
	margin: 0px 0px 5px 0px; 
	padding: 0px;
}

ul#foot_menu li{
	display: inline;
	background: url(../gfx/li_1.gif) no-repeat 3px -1px;
	padding-left: 55px;
	height: 22px;
}

ul#foot_menu2 li{
	display: inline;
	padding-left: 55px;
	height: 22px;
}

ul#foot_menu li a,ul#foot_menu2 li a{
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	color: #495a00;
}

ul#foot_menu li a:hover, ul#foot_menu2 li a:hover{
	text-decoration: underline;
}

h2#new_g{

	border: none;
	display: block;
	width: 245px;
	height: 39px;
	color: #7905ae;
	font-size: 14px;
	line-height: 39px;
}

h2#new_lg{
	background: url(../gfx/hd_lightgrey.gif) no-repeat;
	border: none;
	display: block;
	width: 245px;
	height: 39px;
	color: #98b16f;
	font-size: 14px;
	line-height: 28px;
}


h2#new_g span{
	margin-left: 10px;
}

td#naglowek{
	background: url(../gfx/tlo_z.jpg) repeat-x left bottom;
	padding: 10px;
}


#testAN  a {
	text-decoration: none;
	color: #000;
	outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;

}

#testAN  a:hover  {
	text-decoration: none;
	color: #000;
	

}

#testAN  a:active {
	text-decoration: none;
	color: #000;
	

}

 
 #testAN  img {
	text-decoration: none;
	color: #000;
	

}

#testAN  img:hover  {
	text-decoration: none;
	color: #000;
	

}

#testAN  img:active {
	text-decoration: none;
	color: #000;
	

}
 




	  


#kat_select, #pro_select, #kol_select, #mat_select, #pod_select{
	position: absolute; 
	#top: 200px; 
	#left: 80px; 
	width: 700px; 
}



#tech{
	position: absolute; 
	top: 100px; 
	left: 0px; 
	width: 700px; 
}



#c2{
	background: url(../gfx/zegar1.gif) no-repeat center center;
}

a.tooltip {color:#B1C903;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {
	display:block;
	position:absolute;
	top:15px;
	
	left:0px;
	padding:5px;
	font-weight:normal;
	color:#000;
	border:1px solid #B1C903;
	width:auto;
	background-color: #FFFFFF;
}
a.tooltip:hover b em {
	position:absolute;
	left:20px;
	top:-6px;
	width:11px;
	height:6px;
	display:block;
	font-size:1px;
	background-color: #fff;
	background-image: url(../gfx/tooltip.gif);
	background-position: 0 0;
}

a#btn_new{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
h4{
	font-weight: bold; 
	background: url(/view/gfx/tlo_z.jpg) repeat-x;
	padding: 10px;
}

table.calendar {
	margin: 0px auto;
	border: 1px solid #9cbdff;
	width: 200px;
	height: 120px;
	text-align: center;
	border-collapse: collapse;
	font-size: 12px;
}

table.calendarLight {
	width: 200px;
	margin: 0px auto;
	border: 1px solid #9cbdff;
	text-align: center;
	border-collapse: collapse;
	font-size: 12px;
}

table.calendarLight td {
	width: 30px;
}

.calendarHeadTr {
	border: 1px solid #9cbdff;
	background-color: #C3DBFB;
}

.calendarDaysTr {
	border: 1px solid #9cbdff;
	background-color: white;
	font-size: 10px;
}

.calendarNextTr {
	border: 1px solid #9cbdff;
	background-color: #C3DBFB;
}

.calendarDayNormal {
	background-color: white;
	font-size: 10px;
}

.calendarDayOver {
	background-color: #C4DCFB;
	font-size: 10px;
}

.calendarButtonNormal {
	border: 1px solid #C3DBFB;
	height: 18px;
	#width: 13px;
	#height: 13px;
	#padding: 1px;
	#top: 1px;
}

.calendarButtonOver {	/* Mouse over effect for the close button */
	background-color: #FFF;
	border: 1px solid #9cbdff;
	height: 18px;
	#width: 13px;
	#height: 13px;
	#padding: 1px;
	#top: 1px;
}

.calendarCurDay {
	background-color: #dfe9fa;
	font-weight: bold;
	font-size: 10px;
}

.calendarCurDayOver {
	background-color: #C4DCFB;
	font-weight: bold;
	font-size: 10px;
}