/*
Theme Name: Forklift
Theme URI: www.ikeris.com
Description: Wyglad dla witryny firmy Forklift (www.forklift.pl)
Author: Ikeris Sp. z o.o.
Author URI: your-URI
*/

/* ---- [ Main structure ] ---- */

* {
	margin:0;
	padding:0;
}

html {
	font-size:100.01%;
}

body,
html {
	background:#dfdfdf url(images/bodybg.png) repeat-x;
}
body {
	color: #4b4b4b;
	font-size:0.625em;
	font-family: 'Lucida Grande',Tahoma,Arial,sans-serif;
	font-smooth:auto; /* CSS3 Font smoothing */
}

/* ----- [ headers ] ----- */

h1, h2, h3, h4, legend {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
h1{
	font-size:3em;
}
h2{
	font-size:1.3em;
}
h3{
	font-size:1.25em;
}
h4{
	font-size:1.15em;
}

/* ---- [ header page ] ---- */
#container,
#page-title{ background:#fff url(images/header-no-text.png) no-repeat 100% 0; }

#page-title em{
	font-size:1.55em;
	letter-spacing: .03em;
	font-weight: normal;
	font-style:normal;
	line-height: 1.15em;
	font-family: Arial;
	position: absolute;
	right: 124px;
	top: 36px;
	color: #fac24a;
	width: 18em;
	text-align: right;
	font-smooth:auto; /* CSS3 Font smoothing */
}
	#page-title em span{
		display:none;
	}
#forklift-description{
	font-size:1.55em;
	letter-spacing: .03em;
	font-weight: normal;
	line-height: 1.15em;
	font-family: Arial;
	position: absolute;
	right: 124px;
	top: 36px;
	color: #fac24a;
	width: 18em;
	text-align: right;
	font-smooth:auto; /* CSS3 Font smoothing */
}

#logo-forklift a img,
#page-title a img{
	display:block;
	position:absolute;
	left:32px;
	top:16px;
	font-size:1.8em;
}

#logo-forklift a:link,
#logo-forklift a:visited{
	color: #fe6500;
	text-decoration:none;
	background:transparent;
}
#logo-forklift a:hover,
#logo-forklift a:active{
	color: #fe6500;
	text-decoration:none;
	background:transparent;
}

/* lanugage menu */

#menuLanguage {
	position:absolute;
	top:126px;
	left:20px;
	z-index:30;
	font-size: .9em;
}

#menuLanguage h2{
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}

	#menuLanguage li {
		float:left;
		list-style:none;
		margin-right: .3em;
		padding: 0;
	}

		#menuLanguage li a {
			display:block;
			color: #333;
		}

		#menuLanguage li a:hover img,
		#menuLanguage li a:focus img {
			background-color: transparent;
		}

/* ---- [ lists ] ---- */
.code {
	border:1px solid #ddd;
	padding:3px 5px 3px 35px;
	font-family:Courier;
	list-style-type:decimal-leading-zero;
}
.code code {font-family:Courier;}
.code li {
	padding:0 5px;
	margin:2px 0;
	background:#f7f7f5;
}
.code li.tab1 {padding-left:5ex;}
.code li.tab2 {padding-left:10ex;}
.code li.tab3 {padding-left:15ex;}
.code .changed {
	font-weight:bold;
	color:#600;
}
.code em {
	font-style:normal;
	font-weight:bold;
	color:#600;
}

/* ---- [ quotes ] ---- */
blockquote {
	margin:1em 0;
	padding-left:36px;
	color:#555;
	background:url(images/quote-left.png) no-repeat top left;
}
q {
	quotes:"\201C" "\201D" "\2018" "\2019";
	font-style:italic;
}
q:before {content:open-quote;}
q:after {content:close-quote;}
/* Hide from IE5-mac \*/
* html q {font-style:italic;}
/* End hiding from IE5-Mac */

.bq-cite {margin:1em 0;}
.bq-cite div {
	margin-left:30px;
}
.bq-cite blockquote {margin-bottom:0;font-style:italic;}
.bq-cite cite {font-style:normal;font-size:1em}


/* ----- [input styles] ----- */
input,
textarea{
	border:1px solid #ffb280;
	padding:.1em .4em;
 	background:#fff url(images/inputbg.png) repeat-x top;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus{
	border-color:#ea5e00;
}

input[type=submit]:link,
input[type=submit]:visited{
	background:#fe6500 url(images/submit-button.png) repeat-x top left !important;
}
input[type=submit]:hover,
input[type=submit]:active{
	background:#e54c00 url(images/submit-button-hover.png) repeat-x top left !important;
}

.submit{
	border:1px solid #e24000;
	background:#fe6500 url(images/submit-button.png) repeat-x top left;
	color:#fff;
	padding:.1em .2em;
	font-size: .9em;
}
/* ----- [positions] ----- */
.center{
	text-align: center;
}

/* ----- [skip links] ----- */
#skip {
	position:absolute;
	top:0;
	right:0;
}
#skip li{
	list-style: none;
	margin-right: 1em;
	float: left;
}
#skip li a{
	padding: .15em 10px .15em .15em;
	background: url(images/skip-arrow.png) no-repeat 100% 75%;
}
#skip li a:link,
#skip li a:visited{
	color: #fac24a;
}

#skip a:hover,
#skip a:focus,
#skip a:active {
	position: relative;
	top: -1px;
	right: -1px;
}
/* ----- [misc styles] ----- */
img{
	border:none;
}
address{
	font-style:normal;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.low {
	display: none;
}
hr.clear{
	display: none;
	clear: both;
}

hr.separator{
	visibility: hidden;
	height: 1.5em;
	clear: both;
}

code,
kbd,
pre {font-family:Monaco,Courier,"Courier New",Tahoma;}
ins {
	background-color:#dde3dd;
	text-decoration:none;
}
p,
pre {margin:0 0 1em;}

span.abbr,
abbr, /* IE only */
acronym{
	border-bottom:1px dotted #666;
	cursor:help;
	font-style:italic;
}
abbr[title],
acronym[title] {
	border-bottom:1px dotted #666;
	cursor:help;
	font-style:italic;
}

/* ---- [ centering image(s) ] ---- */
.centering-image{
	text-align: center;
}
	.centering-image img{
		display: block;
		margin: 0 auto;
		float: none !important;
	}
.center-image{
	display: block;
	margin: 0 auto;
	float: none !important;
}

/* ---- [ download file section ] ---- */
.AF_Filename{
	background: url(images/attach.png) no-repeat 0 50%;
	padding-left: 20px;
}
.AF_PostFiles h4{
	margin-bottom: .5em;
}
.AF_PostFiles{
	clear: both;
}
.AF_PostFiles p{
	margin-bottom: 0 !important;
}

/* ---- [ external links, except http://www.ikeris.com/ domain ] ---- */

/* IE only */
.external,
.external:link,
.external:visited{
	background: url(images/external.png) no-repeat 100% 0;
	padding-right: 13px;
}
.external:hover,
.external:active{
	background-position:100% -500px;
}

/* other browsers */

a[href^="http://"]:link,
a[href^="http://"]:visited {
	background: url(images/external.png) no-repeat 100% 0;
	padding-right: 13px;
}

a[href ^="mailto:"]:link {
	background: url(images/email.png) no-repeat 100% 0;
	padding-right: 16px;
}
a[href ^="mailto:"]:hover,
a[href ^="http://"]:hover {
	background-position:100% -500px;
}

a[href ^="http://www.forklift.pl/"]:link,
a[href ^="http://support.forklift.pl/"]:link,
a[href ^="http://www.forklift.pl/"]:visited,
a[href ^="http://support.forklift.pl/"]:visited,
a[href ^="http://www.forklift.pl/"]:hover,
a[href ^="http://support.forklift.pl/"]:hover,
a[href ^="http://www.forklift.pl/"]:active,
a[href ^="http://support.forklift.pl/"]:active{
	background: transparent;
	padding-right: 0;
}
/* ----- [two columns] ----- */
.leftcolumn{
	margin: .5em 0 1em 0;
	width: 49%;
	float: left;
	clear: left;
}
.rightcolumn{
	margin: .5em 0 1em 0;
	width: 49%;
	float: right;
	clear: right;
}
/* ---- [ main container ] ---- */

#container{
	margin:0 auto;
	padding:0;
	width:81em;
	text-align:left;
	position:relative;
	line-height:1.5em;
	font-size:1.2em;
}
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ---- [ main column ] ---- */
#maincol {
	float:right;
	margin:177px 10px 0 0;
	padding:0;
	width:61em;
}

#maincol-wozki-uzywane{
	float:right;
	width:740px;
	margin:177px 0 0 0;
	padding:0;
}

/* ----- [ main column - fluid version ] ----- */

.topbox{
	background:url(images/mainbox.png) no-repeat 0 0;
	height:50px;
}
	.topinner{
		background:transparent url(images/mainbox.png) no-repeat 100% 0;
		height:50px;
		margin-left:10px;
	}
	
.middlebox{
	background:url(images/mainbox-middle.png) repeat-y 0 0;
	margin-top:-26px;
}
	.middlebox-inner{
		background:transparent url(images/mainbox-middle.png) repeat-y 100% 0;
		font-size:0.9em;
		margin:0 0 0 10px;
		padding:0 1.8em 0 1.5em;
	}
	
.bottombox{
	background:url(images/mainbox.png) no-repeat 0 100%;
	height:50px;
}
	.bottominner{
		background:transparent url(images/mainbox.png) no-repeat 100% 100%;
		height:50px;
		margin-left:10px;
	}

/* ---- [ sidebar ] ---- */
#sidebar {
	width:19em;
	margin:142px 0 0 0;
	padding:0;
	float:left;
	font-size:1em;
}

#sidebar-wozki-uzywane {
	width:115px;
	margin:142px 0 0 0;
	padding:0;
	float:left;
	font-size:1em;
}

#sidebarinner{
	padding:0 4px 0 10px;
}

#sidebar h2{
	margin:.5em 0 .25em 8px;
	font-size:1.2em;
}
/* ----- [Choose languages in Sidebar] ----- */
#lang{
	margin:0;
	padding-bottom:.5em !important;
}
#lang li{
	float:right;
}
#lang a:hover{
	background:transparent !important;
}
/* ----- [Navigation Sidebar Search Form] ----- */
#searchdiv{
	position:absolute;
	top:137px;
	left:249px;
	color:#464646;
	width:27em;
}
#searchdiv fieldset{
	border:none;
}
#searchdiv label{
	font-size:1em;
}
/* ---- [ sidebar links ] ---- */
#sidebar a{
	display:block;
	padding:0 0 1% 0;
	width:96%;
}

ul.sidebarlist{
	list-style:none;
	padding:0;
	margin:1em 0 1em 0;
}
ul.sidebarlist li{
	background:url(images/arrow_menu.png) no-repeat 0 2%;
	margin:0 1em 0 0;
	padding-left:2em;
}
ul.sidebarlist li a{
	padding-left:0;
}
ul.sidebarlist li a:link{
	color:#707070;
	text-decoration: none;
}
ul.sidebarlist li a:visited{
	color:#505050;
	text-decoration: none;
}
ul.sidebarlist li a:hover,
ul.sidebarlist li a:active{
	text-decoration: underline;
	color:#ef970e;
}

ul.sidebarlist li h2,
ul.sidebarlist li ul{
	margin:1em 0;
	padding:0;
}

/* ----- [Sidebar Menu Box shadow] ----- */
.mboxtop{
	background:#8e8e8e url(images/menu-top-bg.png) no-repeat left top;
	height:9px;
	width:199px;
	font-size:1%; /* for IE */
}
.mboxcenter{
	background:#8e8e8e url(images/menu-middle-bg.png) no-repeat left top;
	width:199px;
}
.mboxcenter div{
	padding:4px 0;
	margin:0 11px 0 14px;
	overflow:hidden;
}
.mboxbottom{
	background:#8e8e8e url(images/menu-bottom-bg.png) no-repeat left top;
	height:9px;
	width:199px;
	font-size:1%; /* for IE */
}
.therest{
	text-align:left;
}
.therest h2{
	padding-bottom:0 !important;
}

/* ---- [ Forklift news ] ---- */
#forklift-news h2{
	padding-bottom: .5em;
}
#news li{
	font-size: .9em;
}

/* ---- [ Sidebar Menu ] ---- */

ul.menulist {
	margin:0;
	padding:0;
}
ul.menulist li{
	margin:0;
	padding:0;
}
ul.menulist ul{
	margin:.5em 0 .5em 1em !important;
}

ul.menulist li { list-style: none; }

ul.menulist li a{
	padding-left:2em !important;
	width:85% !important;
	font-weight:bold;
	line-height:1.6em;
}
ul.menulist li a:link,
ul.menulist li a:visited{
	color: #eee;
	background:url(images/menubullet.png) no-repeat 0 50%;
	text-decoration:none;
}
ul.menulist li a:hover,
ul.menulist li a:active{
	text-decoration:underline;
	background:#E58D04 url(images/menubullet.png) no-repeat -500px 50%;
	color: #fff !important;
}

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.menulist li.aq3open a {
	color: #fff;
}
ul.menulist li.aq3closed a {
	text-decoration: none;
	color: #fff;
}
ul.menulist li.aq3bullet a {
	color: #fff;
}


ul.menulist li.aq3open ul { display: block; }
ul.menulist li.aq3closed ul { display: none; }

/* ----- [Sidebar Box with shadow] ----- */
.sboxtop{
	background:url(images/sidebarboxtop.png) no-repeat left top;
	height:9px;
	width:201px;
	font-size:1%; /* for IE */
}
.sboxcenter{
	background:url(images/sidebarboxcenter.png) no-repeat left top;
	width:201px;
}
.sboxcenter div{
	padding:4px 0;
	margin:0 11px 0 14px;
	overflow:hidden;
}
.sboxcenter div.helpdesk{
	background:url(images/sidebarbox-call.png) no-repeat bottom right;
}

.sboxcenter div h2{
	font-family: Arial,sans-serif;
	font-size:1.25em;
	color:#555;
	padding-bottom:2em;
}
.sboxcenter div p{
	margin:0;
	width:90px;
	line-height:145%;
	color:#515151;
	background:url(images/arrow_menu.png) no-repeat bottom right;
}
.sboxcenter div p a:link,
.sboxcenter div p a:visited{
	text-decoration:none;
	color:#515151;
}
.sboxcenter div p a:hover,
.sboxcenter div p a:active{
	text-decoration:none;
	color:#212121;
}

.sboxbottom{
	background:url(images/sidebarboxbottom.png) no-repeat left top;
	height:9px;
	width:201px;
	font-size:1%; /* for IE */
}

/* ---- [ partnerzy ] ---- */
.partners ul{
	margin:0;
	padding:0;
	list-style:none;
}
.partners ul li{
	margin:0;
	padding:0;
	text-align:center;
}
.partners ul li ul{
	margin:1em 0;
}
.partners li li{
	padding:.5em 0;
}
.partners a[href^="http://"]:link,
.partners a[href^="http://"]:visited,
.partners a[href^="http://"]:hover,
.partners a[href^="http://"]:active{
	background:transparent;
}
.partners ul li h2{
	text-align:left;
	margin:0;
	padding:0;
}

/* ---- [ printer link ] ---- */
.printerout{
	list-style:none !important;
}
.printerout li{
	margin:0 !important;
}
#printer{
	text-align:left;
	background:url(images/print.png) no-repeat 95% 0;
}
#printer:hover,
#printer:active{
	background:url(images/print.png) no-repeat 95% -50px;
}
/* ----- [ main column ] ----- */
#hometitle{
	font-size:1.5em;
	color:#555;
	padding:0;
	margin-bottom:1em;
}
#categorytitle{
	margin-bottom:1em;
	font-size:1.4em;
	vertical-align:middle;
}
#categorytitle img{
	float:left;
	display:block;
	padding-right:1em;
}

.entrybody{
	color:#444;
	clear:both;
	margin:1em 0 0 0;
	border-bottom:1px solid #e3e3e3;
	padding:0;
}

h2.entrydate{
	margin:0;
	font-weight:normal;
	text-transform:uppercase;
}

/* mapa dojazdu */
#mapa-dojazdu{
	display:block;
	margin-bottom:1em;
}

/* ---- [ container links ] ---- */

.links a:link,
.entrybody a:link{
	color: #fe6500;
	text-decoration: underline;
}
.links a:visited,
.entrybody a:visited{
	color:#d13800;
	text-decoration: underline;
}
.links a:hover,
.entrybody a:hover,
.links a:active,
.entrybody a:active{
	color:#bd2400;
	text-decoration:none;
}
.entrytitle a:link{
	color: #fe6500;
	text-decoration: none;
}
.entrytitle a:visited{
	color:#d13800;
	text-decoration: none;
}
.entrytitle a:hover,
.entrytitle a:active{
	color:#fe6500;
	text-decoration:underline;
}

.entrytitle a[href^="http://"]:link,
.entrytitle a[href^="http://"]:visited,
.entrytitle a[href^="http://"]:hover,
.entrytitle a[href^="http://"]:active{
	background:transparent;
}


/* ----- [ main column - date,category and comment link ] ----- */
.entrymeta{
	clear:both;
	color:#666;
	background:url(images/comments-clock.png) no-repeat center left;
	padding-left:10px;
}
.entrymeta a:link{
	color:#666;
	text-decoration:none;
}
.entrymeta a:visited,
.entrymeta a:hover,
.entrymeta a:active{
	color:#333;
	text-decoration:none;
}

h2.entrytitle{
	padding-top: .9em;
	margin-bottom:4px;
	line-height:110%;
}

h3.entrytitle{
	margin-top:0;
	margin-bottom:4px;
	font-weight:normal;
}
.entrytop{
	font-size:1%; /* for IE */
	padding:0;
	margin:0;
	background:url(images/mainboxtop.png) no-repeat top left;
	height:10px;
}
.entrymiddle{
	font-size: .9em;
	background:url(images/mainboxmiddle.png) no-repeat top left;
	padding:1em 2em;
}
.entrybottom{
	height:10px;
	background:url(images/mainboxbottom.png) no-repeat top left;
	padding:0;
	margin:0;
}
.entrybody h3 {
	margin:2em 0 1em 0;
	clear: both;
}
.entrybody h4 {
	margin:1em 0;
	clear: both;
}
.entrymiddle p {
	margin:0 0 1em 0;
}
.entrybody address{
}
.entrybody ul ul,
.entrybody ol ol{
	margin-top: 1em;
	margin-bottom: 1em;
}
.entrybody ul li ul li h4,
.entrybody ol li ol li h4{
	font-size:1.1em;
}

.entrybody img {
	float: left;
	padding:1em 1em 0 0;
}

.entrybody ul,
.entrybody ol {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}

/* ----- [Image in main column] ----- */
.image {
	float: left;
	margin: 0 10px 10px 6px;
	position: relative;
}
.image img {
	margin: 0;
	padding: 1px;
	position: relative; }

/* ----- [Galeria, Oferta / Gallery] ----- */

#gallery-start{
	margin-bottom:1em;
}

#gallery-start h2{
	font-size:1em;
	padding:.15em .5em .15em 0;
	float:left;
}
#gallery-start ul{
	padding:0;
	margin:0;
	list-style:none;
}
#gallery-start ul li{
	float:left;
	padding:0;
	margin:0;
}
#gallery-start a{
	padding:.15em .25em .15em 1.7em;
	margin:0;
	display:block;
}

#gallery-start a:link,
.gallery-navi a:link{
	color: #fe6500;
	text-decoration: underline;
}
#gallery-start a:link{
	background:url(images/arrownavi.png) no-repeat 0 52%;
}
.gallery-navi a:visited{
	color: #fe6500;
	text-decoration: underline;
}
#gallery-start a:visited{
	color:#d13800;
	text-decoration: underline;
	background:url(images/arrownavi.png) no-repeat 0 52%;
}

#gallery-start a:hover,
.gallery-navi a:hover,
#gallery-start a:active,
.gallery-navi a:active{
	background:#fe6500;
	color:#fff;
	text-decoration:none;
}
#gallery-start a:hover,
#gallery-start a:active{
	background:#fe6500 url(images/arrownavi.png) no-repeat -500px 52%;
}

/* ----- [Galeria - nawigacja] ----- */
.gallery-navi{
	clear:both;
	list-style:none;
	margin:1em auto;
	padding:0;
	width:17em;
}
.gallery-navi .prev{
	float:left;
	width:8em;
	text-align:right;
}
.gallery-navi .next{
	float:right;
	width:8em;
}
.gallery-navi .prev a,
.gallery-navi .next a{
	font-weight:bold;
	font-size:1.1em;
	display:block;
	padding:.25em .5em;
}
/* ----- [Galeria - pokaz glowny] ----- */
.gallery ul{
	margin:1em 0;
	padding:0;
	list-style:none;
}
.gallery ul li{
	width:45%;
	float:left;
	margin:0;
	padding:1%;
}
.gallery ul li a{
	border:1px solid;
	margin:0;
	padding:0;
	display:block;
	text-align:center;
	-moz-border-radius: 3px;
	border-radius:3px; /* CSS3 properties */
}
.gallery ul li a:link,
.gallery ul li a:visited{
	border-color:#eee;
}
.gallery ul li a:hover,
.gallery ul li a:active{
	background:url(images/open.png) no-repeat 100% 0;
	border-color:#d13800;
}
.gallery ul li a img{
	padding:3px;
}
.caption{
	clear:both;
	margin-top:2em;
	text-align:center;
}
.gallery a img{
	display:block;
	margin:0 auto;
}
/* ----- [Galeria - lista folderow] ----- */
.gallery-folders ul{
	margin:0;
	padding:0;
	list-style:none;
}
.gallery-folders ul li{
	padding:.5em 0;
	margin:0;
}
.gallery-folders ul li a img{
	display:block;
	padding:0;
	margin:0;
}

.gallery-folders ul li a:link{
	color: #fe6500;
}
.gallery-folders ul li a:visited{
	color: #d13800;
}
.gallery-folders ul li a:hover,
.gallery-folders ul li a:active{
	color: #fe6500;
}

/* ----- [Galeria - foto] ----- */
#foto-gallery {position:relative; width:425px; height:525px; background:#8e8e8e; border:1px solid #a49188; margin:1em auto;}
#foto-gallery img {border:0;}
#foto-gallery .thumbs {position:absolute; left:0; top:0;}
#foto-gallery a.galeria:hover span {display:block; position:absolute; width:402px; height:50px; top:110px; left:5px; padding:5px; font-style:italic; color:#fff;  z-index:100;}
#foto-gallery a.galeria:hover span:first-line {font-style:normal; font-weight:bold; font-size:1.1em; color:#000;}
#foto-gallery a.galeria:active, #foto-gallery a.galeria:focus {border:1px solid #000;}
#foto-gallery a.galeria:active em, #foto-gallery a.galeria:focus em {width:100%; display:block; position:absolute; height:250px; top:160px; left:0; padding:0; color:#000; z-index:50;}
#foto-gallery a em img{display:block; margin:0 auto; float:none; border:1px solid #3d330f;padding:0;}
#foto-gallery h1 {clear:both; margin:0; padding-top:200px; text-align:center; font-family: georgia, "times new roman", serif; font-size:3em; font-weight:normal; color:#fff;}
#foto-gallery h1 em {font-size:0.6em; color:#000;}

a.galeria, a.galeria:visited {display:block; display:inline-block; color:#000; text-decoration:none; border:1px solid #000; width:75px; height:47px; float:left; margin:4px; z-index:50;}
a.slidea {background:url(http://www.forklift.pl/wp-content/themes/forklift/foto/tarbud2007/targi002-tmb.jpg);}
a.slideb {background:url(http://www.forklift.pl/wp-content/themes/forklift/foto/tarbud2007/targi003-tmb.jpg);}
a.slidec {background:url(http://www.forklift.pl/wp-content/themes/forklift/foto/tarbud2007/targi005-tmb.jpg);}
a.slided {background:url(http://www.forklift.pl/wp-content/themes/forklift/foto/tarbud2007/targi007-tmb.jpg);}
a.slidee {background:url(http://www.forklift.pl/wp-content/themes/forklift/foto/tarbud2007/targi019-tmb.jpg);}
a.slidef {background:url(http://www.forklift.pl/wp-content/themes/forklift/foto/tarbud2007/targi021-tmb.jpg);}
a.slideg {background:url(http://www.forklift.pl/wp-content/themes/forklift/foto/tarbud2007/targi018-tmb.jpg);}
a.galeria em, a.galeria span {display:none;}
a.galeria:hover {border:1px solid #fff;}
/* ---- [ oferta : wyszukiwanie ] ---- */
.searchstuff{
	border:none;
	padding:1em 0;
}
.searchstuff legend{
	font-size:1.3em;
	font-weight:bold;
	padding:0 0 1em 0;
}
.searchstuff dl dt{
	margin-bottom:1em;
	clear:left;
	float:left;
	width:25%;
	background:#f5f5f5;
}
.searchstuff dl dt label{
	font-weight:bold;
}
.searchstuff dl dd{
	margin:0 0 1em 3%;
	float:left;
	width:70%
}
.searchstuff div{
	clear:both;
	margin:.5em 0;
}

/* ---- [ oferta ] ---- */
.oferta{
	margin:1em 0;
	padding:0;
	list-style:none;
}
.oferta li{
	width:49%;
	float:left;
	padding:0;
	margin:.1em 0;
	display:block;
}
.oferta a{
	font-size: 1.6em;
	text-align: center;
	margin:0;
	padding:.5em 0 .5em 100px;
	display:block;
	border:1px solid;
	-moz-border-radius: 3px;
	border-radius:3px; /* CSS3 properties */
}
.oferta a:link{
	background-position:0 0;
	background-repeat:no-repeat;
	color: #fe6500;
	text-decoration: underline;
	border-color:#fff;
}
.oferta a:visited{
	background-position:0 0;
	background-repeat:no-repeat;
	color:#d13800;
	text-decoration: underline;
	border-color:#fff;
}
.oferta a:active{
	background-position:0 0;
	background-repeat:no-repeat;
	color:#bd2400;
	text-decoration:underline;
	border-color:#fff;
}
.oferta a:hover{
	background-position:0 0;
	background-repeat:no-repeat;
	text-decoration: none;
	color:#d13800;
	border-color:#d13800;
}

/* ---- [ comments ] ---- */
#commentblock{
	clear:both;
	padding:0;
	margin:0;
}
h2#comments{
	padding:0.5em 0 0.5em 0.75em;
	margin:3em 0 1em 0;
	border-bottom:3px double #333;
}
ol#commentlist {
	margin:1em 0 1em 2em;
	padding: 0;
	color: #333;
}
#commentlist li{
	padding:0;
	margin: 0;
}

#commentblock dl{
	margin:0;
	padding:0;
}
#commentblock dt{
	padding:.1em .3em;
	font-weight:bold;
	margin-top:1.5em;
}
#commentblock dt.ca {
	color:#000;
	background:#fe9;
	border-top:1px dotted #920D02;
}
#commentblock dt.ca:after {
	content:"Komentarz autora";
	text-transform:uppercase;
	margin:0 0.5em 0 1em;
}
#commentblock dd p{
	text-indent:0;
	padding:.4em .5em;
	margin:0;
}
#commentblock dd{
	color:#000;
	padding:0;
	margin:0;
}
#commentblock dd.ca {
	border-bottom:1px dotted #920D02;
	background:#ffffe6;
}

/* ---- [ comments links ] ---- */
#commentblock a:link,
#commentblock a:visited{
	color:#707070;
	text-decoration: none;
}
#commentblock a:hover,
#commentblock a:active{
	color:#303030;
	text-decoration: none;
}

/* ---- [ author (admin) comments ] ---- */
ol#commentlist li.authorcomment {
   background-color: #fbfbfb;
   border: solid 1px #457AA5;
}

#commentsformheader{
	color:#c30;
	margin:0 0 0.25em 0;
	padding:0 0 0 0.5em;
}
#commentsform{
	margin:0;
	padding:1em;
	text-align:left;
}
#commentsform form{
	margin:0;
	padding:0;
}
#commentsform div{
	padding:0 1em;
}
#commentsform dl{
	text-align:left;
	margin:0 0 1em 0;
	padding:0 1em;
}
#commentsform dl dt{
	padding:0 0 0.15em 0;
	margin:0;
}
#commentsform dl dd{
	padding:0 0 0.25em 0;
	margin:0;
}
#commentsform form textarea{
	width:100%;
}

#commentsform a:link{
	color: #40659b;
	text-decoration: none;
}
#commentsform a:visited{
	color:#283f64;
	text-decoration: none;
}
#commentsform a:hover,
#commentsform a:active{
	color:#036;
	text-decoration:underline;
}

.nocomments{
	color:#999;
}
.comments_link{
	padding-left:14px;
	background:url(images/comments.png) no-repeat 0 51% !important;
}
.comments_link:hover{
	padding-left:14px;
	background:url(images/comments.png) no-repeat -500px 51% !important;
}
.comments_link span{
	position:absolute;
	left:-1000px;
	width:900px;
}
/* ----- [Gecko special] ----- */
input[type="text"],
textarea {
	-moz-border-radius: 3px;
	border-radius:3px; /* CSS3 properties */
}
input[type="submit"]{
	-moz-border-radius: 3px;
	border-radius:3px; /* CSS3 properties */
}
/* ----- [Contact Form] ----- */
.contactform{
	border:1px solid #ddd;
	background:#f8f8f8;
}
.contactform dl{
	padding:.5em;
}
.contacterror {
	border: 2px solid #c30;
}
.contactform div{
	margin:1em;
}
/* ----- [Subscribe Form] ----- */
.subscribe{
	border:none;
}
.subscribe div{
	padding:.5em 0;
	line-height:2em;
}

/* ---- [ portfolio gallery ] ---- */
.popimage{
	clear:both;
	z-index: 200;
	margin:1em 0;
}
.popimage li{
	float:left;
	margin:0;
	padding:0 3% 0 0;
	width:45%;
	position:relative;
}
.popimage li h4{
	font-size:1.1em;
	margin:1em 0;
	padding:0;
}
.popimage li h4 span{
	font-weight:normal;
}
.popimage a span{
	position:absolute;
	top:0;
	left:50%;
	visibility: hidden;
	border:2px solid;
	padding:0;
	z-index: 201;
}
.popimage a:link span,
.popimage a:visited span{
	border-color:#fff;
}

/* korekcja dla IE */
.popimage a:hover{
	text-indent: 0; /* podstawowa wartosc */
}
.popimage a:hover span,
.popimage a:focus span{
	visibility: visible;
	border-color:#000;
	background:#fff;
}
.popimage a:hover,
.popimage a:hover span{
	display: block !important;
	display: inline;
}
/* ---- [ next page info on main page ] ---- */
.nextpage{
	padding:0;
	margin:0;
	font-size: 1.1em;
	text-align:center;
}
.nextpage a:link{
	color: #40659b;
	text-decoration: none;
}
.nextpage a:visited{
	color:#283f64;
	text-decoration: none;
}
.nextpage a:active{
	color:#036;
	text-decoration:underline;
}
.nextpage a:hover{
	text-decoration: none;
	color: #fff;
	background: #3080cb;
}

/* ----- [ footer ] ----- */
#footer{
	margin:0 auto;
	padding:2em 1em .5em 1em;
	color:#898989;
	font-size:.9em;
	background: #fff url(images/footershadow.png) repeat-x bottom left;
	clear:both;
}
#footer a{
	color:#999;
	font-weight:bold;
}
#footer a:hover{
	color:#333;
}

/* ---- [ top of the page link ] ---- */
.footerinfo {
	clear:both;
	position:absolute;
	top:98%;
	right:0;
}
#topOfThePage {
	position:fixed;
	bottom:0;
	right:0;
	display:block;
	border:1px solid;
	padding:.2em .2em .2em 14px;
	font-family: Arial, Sans-Serif;
	background:url(images/arrow_up.png) no-repeat center left;
}
#topOfThePage:link,
#topOfThePage:visited{
	border-color:#d5d5d5;
	background-color:#f5f5f5;
	color:#333;
	text-decoration:none;
}
#topOfThePage:hover,
#topOfThePage:active{
	border-color:#a5a5a5;
	background-color:#d5d5d5;
	color:#333;
}

/* ---- [ Post Meta Tags ] ---- */

ul.post-meta {
	clear:both;
	margin:1em;
	padding:0;
	list-style: square;
}

ul.post-meta-short {
	clear:both;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.post-meta-short li {
	background: url(images/bullet.png) no-repeat 4% 50%;
	float: left;
	padding: 0 0 0 2em;
	margin: 0 0 .5em 0;
}

/* ---- [ Post Teaser ] ---- */

.post-teaser {
	clear:both;
	color: #2654cf;
	padding-bottom: .9em;
}

.post-teaser:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post-teaser {display: inline-block;}

/* Hides from IE-mac \*/
* html .post-teaser {height: 1%;}
.post-teaser {display: block;}
/* End hide from IE-mac */

.post-teaser a{
	padding:0 .5em;
	width:7em;
	display:block;
	float:right;
	text-align:center;
	border:1px solid #e24000;
	text-decoration:none !important;
	color:#fff !important;
	-moz-border-radius: 3px;
}
.post-teaser a:link,
.post-teaser a:visited{
	background:#fe6500 url(images/submit-button.png) repeat-x top left !important;
}
.post-teaser a:hover,
.post-teaser a:active{
	background:#e54c00 url(images/submit-button-hover.png) repeat-x top left !important;
}

.post-teaser a span{
	position:absolute;
	left:-1000px;
	width:900px;
}
/* ---- [ Informacje rejestrowe ] ---- */
.informacje-rejestrowe{
	padding: 0;
	margin: 0;
}
.informacje-rejestrowe dt{
	clear: left;
	float: left;
	width: 35%;
	font-weight: bold;
}
.informacje-rejestrowe dd{
	float: left;
	width: 61%;
}
/* ---- [ other logos on first page ] ---- */
#other-logos{
	margin: .75em 0;
	padding: 0;
	list-style: none;
}
	#other-logos li img{
		display: block;
		margin: 0 auto;
	}

/* ---- [ tabeli - wozki widlowe uzywane ] ---- */
#wozki-widlowe-uzywane {
	width:100%;
	border-collapse: collapse;
}
#wozki-widlowe-uzywane caption{
	caption-side: top;
	font-weight: bold;
	text-align: center;
	padding: 1em 1em 1em 0;
}
#wozki-widlowe-uzywane td{
	padding:.5em;
	border:1px solid #d8d8d8;
	text-align: center;
}
#wozki-widlowe-uzywane th{
	text-align: center;
	border:1px solid #d8d8d8;
}

/* ---- [ lista produktow ] ---- */
#product_list{
	width:100%;
	border-collapse: collapse;
}
	#product_list caption{
		caption-side: top;
		font-weight: bold;
		text-align: center;
		padding: 1em 1em 1em 0;
	}
	#product_list td{
		padding:0.25em;
		border:1px solid #d8d8d8;
		text-align: center;
	}
	#product_list th{
		background:#f0f0f0;
		border:1px solid #d8d8d8;
		text-align:center;
	}

/* ----- [Default tables] -----*/
table{
	background-color:#fff;
	border-collapse:separate;
	border-spacing:0;
	margin-bottom:1em;
	line-height:1.25em;
	width:99.9%;
	empty-cells:show;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
}
caption{
	caption-side:top;
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size:1.7em;
	font-style:italic;
	font-weight:400;
	padding:0.5em 0.35em;
	text-align:left;
}
td{
	border-top:1px solid #dfdfdf;
  border-right:1px solid #dfdfdf;
	font-size:1em;
	padding:0.15em 0.5em;
	vertical-align:top;
  word-wrap:break-word;
}
th{
	font-size:1em;
	padding:0.5em;
}
table thead tr{
	border-top:1px solid #d8d8d8;
}
table thead tr,
table tbody tr{
	border:0;
}
table thead,
table tfoot,
table tbody{
	font-size:1em;
}
	table table{
		margin:0.5em 0;
	}
		table table thead,
		table table tfoot,
		table table tbody{
			font-size:1em;
		}
/* end defaults */

/* tables defaults */

/* ----- [Tables with horizontal headers] -----*/
table thead th{
	background:#dfdfdf url(images/bgdTableTHhorizontal.png) repeat-x 0 0;
	color:#000;
	padding:0.5em 0.2em;
	text-align:center;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}
table tbody th{
	background:#f6f6f6;
  border-top:1px solid #dfdfdf;
	color:#000;
	padding:0.5em 0.2em;
	text-align:center;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}
  #container table thead th a:link,
  #container table thead th a:visited{
    color:#000;
    text-decoration:underline;
  }
  #container table thead th a:focus,
  #container table thead th a:hover,
  #container table thead th a:active{
    color:#fe6500;
    text-decoration:none;
  }

table tbody td{
  text-align:center;
}
  #container table tbody td img{
    display:block;
    float:none;
    margin:0 auto;
    padding:0.5em;
  }
table tfoot td{
	background:#fff url(images/bgdTableTDhorizontal.png) repeat-x bottom left;
}
/* empty cell */
table tbody td.emptycell {
	background:#eee url(images/bgdTableEmptyCell.png) repeat-x;
}

/* ----- [Accessible and styling forms] -----*/
label.overlabel{
	color:#575757;
}
html.json label.overlabel,
label.overlabel-apply{
	float:none !important;
	left:0.5em;
	line-height:1.3em;
	margin:0.45em 0 0;
	padding:0 0 0 0.5em !important;
	position:absolute !important;
	width:auto !important;
	z-index:1;
}
#content label.overlabel-apply{
  font-weight:400;
}
	label.overlabel-apply:focus input,
	label.overlabel-apply:hover input,
	label.overlabel-apply:focus + input:focus,
	label.overlabel-apply:hover + input:hover{
		border-color:#000;
	}



/* ---- [ cache top bg ] ---- */
#topbg-en-cache{
	background: url(images/header-en.png) no-repeat 0 -2000px;
}
#topbg-ru-cache{
	background: url(images/header-ru.png) no-repeat 0 -2000px;
}