@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(/img/glossymetal.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.ctl #container { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: 1px solid #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 
/* #### header #### */
.ctl #header { 
	background: #fff; 
	padding: 0px;
} 
.ctl #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.ctl #menu_top {
	height: 35px;
	background: #008000;
	padding: 5px 15px 0 15px;
}

#menu_top a { color: #EBEBEB; font-size: 12px; text-decoration: none; font-weight:bold;}
#menu_top a:hover { color: #FF8040; font-size: 12px; text-decoration: none;}

.ctl #header_box_1 {
	float: right;
	width: auto;
	text-align: right;
	padding: 3px;
}

#header_box_1 a { color: #585858; font-size: 10px; text-decoration: none; font-weight:bold;}
#header_box_1 a:hover { color: #FF8040; font-size: 10px; text-decoration: none;}

.ctl #breadcrumbs {
	background: #ABABAB;
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 10px;

}
#breadcrumbs a { color: #575757; font-size: 10px; text-decoration: none; font-weight:bold;}
#breadcrumbs a:hover { color: #800000; font-size: 10px; text-decoration: none;}

/* #### end header #### */

.ctl #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
}
.ctl #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
}

.ctl #promo {
	background:url(/img/promo_bgr.jpg);
	height:435px;
	width:204px;

}
.ctl #mainContent { 
	margin: 0 0 0 295px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 360px;
} 
.ctl #mainContent2 { 
	margin: 0 0 0 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 360px;
} 

/* #### info box #### */
.ctl #news_review {

	
	float: left;

}

.ctl #new_products {


	margin: 0 0 0 310px;

}
.box_header {
	background:url(/img/box_header.jpg);
	width: 298px;
	height: 32px;
}
.box_header_sidebar {
	background:url(/img/box_header.jpg);
	width: 270px;
	height: 32px;
}
.box_header_long {
	background:url(/img/box_header_green_long.jpg);
	width: 607px;
	height: 32px;
}
h3  {

	color: #FAFAFA;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	padding: 7px 0 0 40px;
	margin: 0px;
}
.box_content {
	padding: 10px;
	background: #e8e8e8;
	width: 587px;

}
.box_content_sidebar {
	padding: 10px;
	background: #e8e8e8;
	width: 250px;

}

.box_content_news {
	padding: 10px;
	background: #e8e8e8;
}
.ctl #itemSidebar {
	width: 220px;
	height: 500px;
	background:#fff;
	float: right;

}

.ctl #itemInfo {
	width: 440px;
	height:auto;
	margin: 0 150px 0 0;

}

/* #### end info box #### */

/* #### news #### */

.news_title { margin:0 0 5px 0; color: #009933; font-size: 12px; font-weight: bold;}
.news_title a {color: #009933;text-decoration: none; }
.news_title a:hover {color: #FF6600;}

.news_content {
	font-size: 10px;
	color: #666666;
}
.news_date {
	font-size: 10px;
	font-style: italic;
}
/* #### end news #### */

hr {
	border: #ccc solid; height: 0px; border-width: 1px 0 0 0 ; margin:5px 0 5px 0;;
}

.dashed {
	border: #ccc dashed thin; height: 0px; border-width: 1px 0 0 0 ; margin:5px 0 5px 0;;
}

/* #### footer #### */
.ctl #footer {

	padding: 10px;
	background:#cbcbcb;
	float: inherit;
	clear: both;
	margin: 10px 0 0 0;
	height: 41px;
	font-size: 10px;
	color: #339900;
	text-align: center;

} 

#footer a { color: #000; font-size: 12px; text-decoration: none;}
#footer a:hover { color: #009933; font-size: 12px; text-decoration: underline;}
/* #### end footer #### */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.menu{
	background:url(/img/menu.gif) top left repeat-x;
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:8e8e8e;
	z-index: 100;
	}
.menu ul{
	background:url(/img/menu.gif) top left repeat-x;
	height:20px;
	list-style:none;
	margin:0;
	padding:0;
	z-index: 200;
}
.menu li{
		float:left;
		border-right: solid #003300 1px;
}
.menu li a{
		color:#fff;
		display:block;
		font-weight:bold;
		line-height:20px;
		padding:0px 15px;
		text-align:center;
		text-decoration:none;

		}
.menu li a:hover{
			color:#000;
			text-decoration:none;
			}
.menu li ul{
		background: #339933;
		border-left:2px solid #006600;
		border-right:2px solid #006600;
		border-bottom:2px solid #006600;
		display:none;
		height:auto;
		filter:alpha(opacity=95);
		opacity:0.95;
		position:absolute;
		width:225px;
		
		/*top:1em;
		/*left:0;*/
		}
		
.menu li:hover ul{
		display:block;
		
		}
.menu li li {
		display:block;
		float:none;
		width:225px;
		border-bottom: solid #006600 1px;
		}
.menu li ul a{
		display:block;
		font-size:12px;
		font-style:normal;
		padding:0px 10px 0px 10px;
		text-align:left;
		height: auto;
		}
.menu li ul a:hover{
			background: #949494;
			color:#000;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
			
			

.menu p{
		clear:left;
		}	
.menu #current{
		background:url(/img/menu.gif) top left repeat-x;
		color:#ffffff;
		}
#current:hover{

		color:#000;
		}		
		

td#gora {
	background-image:url(../img/belka_gora.jpg);
	background-repeat:no-repeat;
	padding-left: 40px;
}

td#srodek {
	background-image:url(../img/ramka_srodek.jpg);
	background-repeat:repeat-y;
}

td#promocje a {
	color:#009933; 
	font-weight: bold; 
	font-size: 11px;
	text-decoration:none;}
	
td#promocje a:hover {	
	color:#33FF00; 
	font-weight: bold; 
	font-size: 11px;
	text-decoration:none; }
	
td#promocje a:active {	
	color:#003300; 
	font-weight: bold; 
	font-size: 11px;
	text-decoration:none;
	 }
	 
td#srodek_max {
	background-image:url(../img/ramka_srodek_max.jpg);
	background-repeat:repeat-y;
}

td#gora_max {
	background-image:url(../img/belka-gora-max.jpg);
	background-repeat:no-repeat;
	padding-left: 40px;
	
}

td#gora_D {
	background-image:url(../img/belka-gora-duza.jpg);
	background-repeat:no-repeat;
	padding-left: 40px;
}	

td#srodek_D {
	background-image:url(../img/ramka_srode_D.jpg);
	background-repeat:repeat-y;

}
.thrColAbsHdr #max_okno {
	margin-left: 164px;
	top: 0px;
	width: 735px;
	background: #EBEBEB;
	padding: 0 0 0 0;
	position: relative;
	margin-bottom: 60px;
}
td#srodek_max2 {
	background-image:url(../img/ramka_srodek_max2.jpg);
	background-repeat:repeat-y;
	height: auto;
}
td#gora_max2 {
	background-image:url(../img/belka-gora-max2.jpg);
	background-repeat:no-repeat;
	padding-left: 40px;
}

 
td#aktual a {
	color:#009933; 
	font-weight: bold; 
	font-size: 14px;
	text-decoration:none;}
	
td#aktual a:hover {	
	color:#66FF00;
	font-weight: bold; 
	font-size: 14px;
	text-decoration:underline; }
	
td#aktual a:active {	
	color:#003300;
	font-weight: bold; 
	font-size: 14px;
	text-decoration:none; }
	
	span#czyt_dalej a {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;}
	
span#czyt_dalej a:hover {	
	color:#666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline; }
	
span#czyt_dalej a:active {	
	color:#003300;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none; }

a {text-decoration: none;}


		



	

	
#menu0 {
	width: 144px;
	margin: 0px;
	padding: 0;
	text-align: left;
	color: #000000;
	font-size:12px;
	font-style:normal;
	text-align:left;

}

#menu0 dt a {
	color: #000000;
	width: auto;
}

#menu0 dt a:hover {
	color: #fff;
	background: #666666;
}


#menu0 dd a {
	color: #000000;
	width: auto;
}

#menu0 dd a:hover {
	color: #fff;
	background: #666666;
}

#menu0 dt {
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: 0;
	padding: 2px;
	text-align:left;
	width: auto;
}

#menu0 dd {
	color: #000;
	margin-left: 0;
	text-align:left;
	font-size:10px;
	left: 0px;
	display:block;

	}

#zaciemnienie{
	position:absolute;
	top:0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	background-image:url(../img/overlay.png);
	z-index:900;
	visibility:hidden;
}
#lokalizacja{
padding:0;
margin: 100px;
text-align:center;
visibility:hidden;

}


.similar {

list-style: square;
padding: 0 0 0 10px;


}

.similar li {

margin:0px;
padding: 3px 0 0 0;

}


