/* project: WWG - Wozki Widlowe Gliwice
 * file: main.css
 * date: 06-05-2009
 * local
 * zajc.info/work
 */

* { padding: 0; margin: 0; }
img { border: 0; }


body {
   background: #FFF url('../gfx/header-bg.gif') top left repeat-x scroll;
   text-align: center;

   font-family: verdana, arial, sans-serif;
   font-size: 12px;
   line-height: 14px;
   color: #767676;
}

#wrapper {
   width: 782px;
   text-align: left;
   margin: 0 auto;
}


/* auto x 110px */
#header {
   height: 110px;
   position: relative;
}

#nav {
   height: 27px;
   line-height: 27px;
   text-align: right;
   color: #BFC0BF;
   font-size: 11px;
   font-family: arial, tahoma, sans-serif;
   padding: 0 25px;
}

/* ??px x 28px */
#breadcrumb{
   height: 28px;
   line-height: 12px;
}

/* 922px x min. 250px */
#main{
   margin: 12px 0;
   padding: 25px 11px 5px;
   font-size: 11px;
   overflow: hidden;
   border: 1px solid #E1E1E1;
}






/*** HEADER ***/

/* 211px x 62px */
/* off: 49,80 */
h1 {
   position: absolute;
   display: block;
   height: 62px;
   width: 211px;
   left: 10px;
   top: 25px;
}
h1 a {
   display: block;
   height: 68px;
   width: 200px;
   background: url('../gfx/header-logo.gif') top left no-repeat;

   text-indent: -9000px;
}
h1 a:active { outline: 0; }

/*** MENU ***/
#menu {
   position: absolute;
   left: 286px;
   top: 27px;
   width: 496px;
   height: 45px;
   overflow: hidden;
}

#menu li {
   display: block;
   height: 45px;
   float: left;
}
#menu li a {
   background: 8px 4px no-repeat;
   display: block;
   height: 45px;
   width: auto;
   text-indent: -9000px;
}

#menu li.p1 a {
   background-image: url('../gfx/menu-0-1.gif');
   width: 115px;
}
#menu li.p2 a {
   background-image: url('../gfx/menu-0-2.gif');
   width: 88px;
}
#menu li.p3 a {
   background-image: url('../gfx/menu-0-3.gif');
   width: 88px;
}
#menu li.p4 a {
   background-image: url('../gfx/menu-0-4.gif');
   width: 100px;
}
#menu li.p5 a {
   background-image: url('../gfx/menu-0-5.gif');
   width: 88px;
}

#menu li a.active {
   background-color: #df0f1a;
}
#menu li.p1 a.active {
   background-image: url('../gfx/menu-1-1.gif');
}
#menu li.p2 a.active {
   background-image: url('../gfx/menu-1-2.gif');
}
#menu li.p3 a.active {
   background-image: url('../gfx/menu-1-3.gif');
}
#menu li.p4 a.active {
   background-image: url('../gfx/menu-1-4.gif');
}
#menu li.p5 a.active {
   background-image: url('../gfx/menu-1-5.gif');
}



/*** MAIN ***/

/* 210px x auto */
#left-pane {
   width: 190px;
   padding: 9px 9px;
   float: left;
   border: 1px solid #d9d9d9;
   margin-bottom: 10px;
}

#left-pane .logos {
   margin-top: 40px;
   text-align: center;
}

#left-pane .main_offer {
   background: url('../gfx/left-menu-bg.gif') bottom left no-repeat;
   height: 28px;
   line-height: 26px;
   margin-bottom: 12px;
   margin-top: 20px;
}
#left-pane .promocja{
   background: url('../gfx/left-menu-bg.gif') bottom left no-repeat;
   height: 28px;
   line-height: 26px;
   margin-bottom: 12px;
   margin-top: 27px;
   color: #FFF;
   font-size: 11px;
   font-weight: bold;
}

#left-pane .main_offer a {
   display: block;
   padding-left: 25px;
   line-height: 27px;
   color: #FFF;
   font-size: 11px;
   font-weight: bold;
   text-decoration: none;
}

#left-pane ul {
   list-style: none;
   font-family: arial, tahoma, verdana, sans-serif;
   font-size: 12px;
}

#left-pane ul li.c_hide {
   display: none;
}
   /* zagłębienie poziom 1 */
#left-pane ul li {
   padding: 1px 0;
   border-bottom: 1px solid #dfdfdf;
}
#left-pane ul li a {
   display: block;
   height: 23px;
   line-height: 23px;
   background: url('../gfx/arrow1.gif') 6px 8px no-repeat;
   border-left: 2px solid #ececec;
   color: #555555;
   text-decoration: none;
   padding-left: 21px;
}
   /* zagłębienie poziom 2 */
#left-pane ul li li {
   border-top: 1px solid #dfdfdf;
   border-bottom: none;
   font-size: 11px;
}

#left-pane ul li li a {
   border-left: none;
   padding-left: 34px;
   background: url('../gfx/arrow2.gif') 16px 8px no-repeat;
}
#left-pane ul li a b {
   font-weight: normal;
   color: #df0f1a;
}

/*** CONTENT ***/
#content {
   width: 530px;;
   margin-left: 13px;
   padding: 0px;
   float: left;
   line-height: 13px;
   min-height: 300px;
}

#content h2 {
   margin: 12px 3px;
}
#content h3 {
	color:#333333;

  
}
#content p {
	margin: 4px 3px;
	color: #666666;
}
#content a {
   color: #ea1d24;
   text-decoration: none;
}

#content ul {
   padding-left: 20px;/*** było 40***/
}
/*** Page_CONTENT ***/
#content .pc {
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: auto;
}
#content  .title {
	padding-bottom:10px;
	padding-left:5px;
	border-bottom-style:solid;
	color:#333;
	border-bottom-width:1px;
	border-bottom-color:#DA252C;
	margin-top: 0;
	margin-right: 0;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 0px;
	font-weight:normal;
	margin-bottom:17px;
}
/* Main heading for colOne*/
#content .title h2 {
	margin:5px 0 5px 0;
	color:#333333;
	overflow:hidden;
	padding-bottom:10px;	

}
/*** EOF Page_CONTENT ***/




#content table.specification {
margin-bottom:10px;
padding-left:8px;
}
#content table.specification .th1 { 
width:60%;
}

.specification td,  .specification th {
border-bottom:1px dashed #CCCCCC;
color:#666666;
padding:3px;
}

/*** Footer ***/
#footer {
   clear: both;
   border-top: 3px solid #e9e9e9;
   padding: 20px 0 0 155px;
   margin: 10px 10px;
   background: url('../gfx/footer-logo.gif') 17px 14px no-repeat;
   height: 37px;
   line-height: 16px;
   color: #777777;
   font-size: 11px;
   font-family: tahoma, verdana;
}
#footer a {
   color: #777777;
   text-decoration: none;
}
#footer a:hover {
   text-decoration: underline;
}

#footer p {
}

/*** Tabele ***/
#small_table {
margin-top:1.2em;

}
#content table.grid tr {
	background: #fff;
	color: #7c7c7c;
	font-size: 11px;
}

#content table.grid td {
	padding: 3px 5px;
}

#content th.details, th.left {
	color:#fff;
	background: #6F6F6F;
	margin: 1px;
	width: 250px;
	text-align: left;
	text-indent: 5px;
}

#content td.details {
	background: #f0f0f0;
	color: #666;
	font-size: 1em;
	font-weight: bold;
}


/* JQuery UI Tabs */
#tabs ul.ui-tabs-nav {
   list-style:none;
   display: block;
   overflow: visible;
   border-bottom: 1px solid #C9C9CB;
   height: 26px;
}

#tabs .product-tab {
   margin-top: 22px;
   padding: 0px 5px 5px 15px;
}

#tabs p {
   text-align: justify;
}
#tabs h3 {
   color: #ff5000;
   line-height: 25.2px;
}
#tabs ul.ui-tabs-nav li {
   float: right;
   border: 1px solid #C9C9CB;
   margin: 0px 2px;
}
#tabs ul.ui-tabs-nav li.ui-tabs-selected {
   border-bottom: 1px solid #FFF;
}
#tabs ul.ui-tabs-nav li.ui-tabs-selected a {
   color: #757575;
}
#tabs ul.ui-tabs-nav li a {
   display: block;
   height: 25px;
   line-height: 25px;
   padding: 0px 7px;
   color: #cccccc;
}

#tabs ul.ui-tabs-nav li a:focus {
   outline: none;
}
.ui-tabs .ui-tabs-hide {
   display: none;
}

.message {
   border-bottom-color:#FF5000;
   border-bottom-style:solid;
   border-bottom-width:2px;
   border-top-color:#FF5000;
   border-top-style:solid;
   border-top-width:2px;
   font-weight:bold;
   height:26px;
   line-height:26px;
   margin-bottom:10px;
   margin-left:0;
   margin-right:0;
   margin-top:5px;
   text-align:center;
   color: #000;
}

/* lista z wynikami wyszukiwania */

ol.search_list {
/*  list-style-position: inside; */
   margin-left: 20px;
}
ol.search_list li {
   margin-bottom: 8px;
}
/* kontaktowy */

#kontakt {
height:800px;
 
}
#kontakt .c-left {
	width: 38%;
	float:left;
 
}
#kontakt .c-right{
	width: 55%;
	float:right;
 
}
#kontakt .txt_left{
	width: 50%;
	text-align:left;
	float:left;
	margin-bottom:0.5em;
 
}
#kontakt .txt_right{
	width: 130px;
	text-align:left;
	float:right;
	margin-bottom:0.5em;
 

}
br.clear-both, div.clear-both {

display: block;
clear: both;
font: 1px/1px monospace;
}

/* formularz kontaktowy */


#kontakt form input,#kontakt form textarea  {
   font-family: verdana, arial, sans-serif;
   font-size: 12px;
   line-height: 14px;
   color: #666;
border: 1px solid #ccc;
   padding: 2px 3px;
  
   margin-bottom: 7px;
}
#kontakt form label {
	float: left;
	width: 110px;
	text-align: left;
	padding-right: 12px;
}

#content .pc1 p {
	font-size: 12px;
	line-height: 1.4em;
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif, "Trebuchet MS", Tahoma, Verdana;
	color: #444;
}
.img-border {
	border: 4px solid #EEE;border: 3px solid #ddd;
	padding:1px;
	background-color: #FFF;	
}
.leftalign {
	float: left;
	margin: 5px 12px 2px 0px;
	line-height:0;
}
.rightalign {
	float: right;
	margin: 5px 12px 2px 12px;
	line-height:0;
}
.text_justify{ text-align:justify

}
.redspan {
	color:#363636;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-weight:bold
}
.span_img img { margin-bottom:12px;
}
.c-left {
	width: 55%;
	float:left;
 
}
.c-right{
	width: 40%;
	float:right;
 
}


.nowa { margin-bottom:16px; margin-top:16px;
padding-bottom:16px; padding-top:16px;
}

#topfooter { width:100%;  text-align:right; font-size:1.1em; line-height:1.3em; padding:8px 0 0 0; margin:8px 0; border-top:solid #cccccc 1px; font-size:10px;  }
#topfooter a {  color:#666666 }
#topfooter a:hover {  color:#666666; text-decoration: underline; }
#topfooter .top_item{left:0; margin:3px 0 0 1px; background: url('../gfx/top_arrow2.gif') no-repeat 0 0; text-decoration:none; padding-left:16px;
}



#lista {
	width: 190px;
	padding: 9px 9px;
	float: left;
	margin-bottom: 10px;
}
#lista ul {
   list-style: none;
   font-family: arial, tahoma, verdana, sans-serif;
   font-size: 12px;
}

#lista ul li.c_hide {
   display: none;
}
   /* zagłębienie poziom 1 */
#lista ul li {
   padding: 1px 0;
 
}
#lista ul li a {
	display: block;
	height: auto;
	line-height: 23px;
	background: url('../gfx/arrow4.gif') 6px 8px no-repeat;
	color: #555555;
	text-decoration: none;
	padding-left: 21px;
}
   /* zagłębienie poziom 2 */
#lista ul li li {
  
   border-bottom: none;
   font-size: 11px;
}

#lista ul li li a {
   border-left: none;
   padding-left: 34px;
   background: url('../gfx/arrow5.png') 16px 8px no-repeat;
}
#lista ul li a b {
   font-weight: normal;
   color: #df0f1a;
}
#lista .agu {

line-height: 16px;

}

   /* tabela widły */

#ontent table.widly  {
border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	margin:auto;
	
	
}
#ontent table.widly tr {
	background: #7c7c7c;
	color: #7c7c7c;
	font-size: 11px;
	border:1px solid #FFF;	
}

#content table.widly td {
	padding: 4px 5px;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;border-right:1px solid #dddddd;  

}
tr .color {
	background: #7c7c7c;
}
#content table.widly th {
	padding: 4px 5px;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd; 
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	background: #dddddd;
}
#content th.details, th.left {
	color:#fff;
	background: #6F6F6F;
	margin: 1px;
	width: 250px;
	text-align: left;
	text-indent: 5px;
}

#content td.details {
	background: #f0f0f0;
	color: #666;
	font-size: 1em;
	font-weight: bold;
}
#content table.widly {
	margin:auto;
	width: 60%;
	}
	
/* dokumenty */
	
.liT {
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
	color:#333333;
	margin-top: 15px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
.liR, .liO {
	border-bottom:1px solid #CCCCCC;
	margin:3px 3px 3px 15px;
	padding:5px 5px 5px 0px;
	height:32px;
}
.liR span .padding {
	padding-top: 10px;
}
.liO a { color:#003366 !important; }
.liE { margin:1px 2px 10px 2px; padding: 1px 2px 10px 2px; }
.liF { width: 35px; float:left; text-align:center; margin-right:10px; color:#a32f2f; }
.liN {
	width: 304px;
	float:left;
	
}
.liS { width: 80px; float:left; }
.liD { width: 70px; float:left; text-align:right; }
.liD img {  margin-left:7px; }
.s1 {font-size:11px;
}

/* 3 kolumny */
#content .cols3 {
	margin: 5px 0;
	overflow: hidden;
	padding: 12px 0px 0px 6px;
}
#content .cols3 .col a { color:#666666;
	
}
#content .cols3 .col {
	width: 30%;
	padding-left: 7px;
	padding-right: 8px;
	float: left;
	height: 195px;
}
#content .cols3 .col7 {
	width: 30%;
	padding-left: 7px;
	padding-right: 8px;
	float: left;
	height: 20px;
}

#content .cols3 .col img { margin-top:13px;
   
}

#content .cols3 .col ul li {
	list-style:none;
	padding-left: 0px;
	padding-bottom:5px;

}
#content .cols3 .col ul li a{
	background-image: url('../gfx/arrow5.png');
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 12px;
	overflow: auto;


	
}
#content  .u2{
   padding-left: 0px;
}
