@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background-color: #333333;
	background-image: url(../layout_images/gpx/metal.jpg);
	background-repeat: repeat;
}

body2backup {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background-image: url(../images/img01.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #FB7600;
	text-align: left;
}

a:hover {
	background-color: #FFFFE8;
	color: #000000;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(../images/img04.jpg) no-repeat left top;
}

#wrapper .btm {
	background: url(../images/img05.gif) no-repeat left bottom;
}

/* Header */

#header {
	width: 900px;
	height: 105px;
	margin: 0 auto;
	background: url(../images/img02.jpg) repeat-y left top;
}

/* Logo */

#logo {
	float: left;
	width: 500px;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 30px 0 0 20px;
	margin-right: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.8em;
}

#logo h1 a {
	color: #FF7900;
}

#logo p {
	float: left;
	margin: 44px 0 0 0;
	padding: 3px 10px 3px 0px;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 900px;
	height: 44px;
	background: url(../images/img03.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 5px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #FF7900;
	text-decoration: none;
}

#menu .first {
	margin-right: 3px;
	background: #FF7900;
}

/* Page */

#page {
	width: 900px;
	padding-top: 20px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Content */

#content {
	float: right;
	width: 610px;
	padding: 20px 20px 0 0;
}

.post {
	margin-left: 20px;
	padding-bottom: 30px;
}

.post .title {
	padding-left: 10px;
	border-left: 4px solid #F57601;
	color: #000000;
}

.post .title a {
	background: none;
	color: #444444;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	background: #E0E0E0;
	border-left: 4px double #F57601;
	border-right: 4px double #F57601;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .meta .comments,.post .meta .permalink {
}

.post .entry {
	padding: 10px 20px 20px 20px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 5px;
		padding-top: 5px;
	padding-bottom: 5px;

}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #BCBCBC;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #444444;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #000000;
	border: none;
}

#sidebar a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../layout_images/gpx/footpx.jpg);
	background-repeat: repeat-x;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

/* poczta pantoflowa */

#footer a.rss {
		background: url("../layout_images/new/rss.gif") 0px 50% no-repeat;
		padding-left: 15px;
}
#panel {
	float: right;
	color: #000000;
}
.button {
	border: 1px solid #65B33D;
	color: #fff !important;
	padding: 2px 7px;
	margin: 0 3px;
	font: bold 11px verdana, sans-serif;
	background-color: #95D070;
}
	.button:hover {
	border: 1px solid #91CD6B;
	cursor: pointer;
	background-color: #63B13B;
	}
.button2 {
	text-decoration: none;
	font-style: italic;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
	.button2:hover {
	color: #FF7900;
	}	
	
#linkedpath {
	width: 888px;
	position: absolute;
	top: 150px;
	left: 30%;
	right: 70%;
}

.footlnk {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.footlnk:hover {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #000000;
	background-color: #000000;
}
.headlnk {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.headlnk:hover {
	color: #FF6633;
	text-decoration: none;
}






	
.box {
	border-left: 1px solid #dedede;
	border-right: 1px solid #a3aab7;
	border-bottom: 1px solid #a3aab7;
	background: #f8f8f8;
}
	.box td {
	padding-top: 5px;
	padding-bottom: 5px;
}

	.box th {
		border-top: 1px solid #6882ad;
		border-bottom: 1px solid #6882ad;
		height: 23px;
		padding: 5px 14px !important;
		padding: 2px 14px;
		white-space: nowrap;
		text-align: left;
		vertical-align: middle;
		color: #fff;
		background: #008cce url("../layout_images/new/th_bg.gif") repeat-x;
		font: bold 11px verdana, sans-serif;
	}
	.box th a {
		color: #fff;
		text-decoration: none;
	}
	.box th a:hover {
		text-decoration: underline;
	}
	.box td a, #content a {
		color: #0065b7;
		text-decoration: none;
	}
	.box td a strong {
		font-size: 110%;
	}
	.box td a:hover, .box td a:hover strong, #content a:hover {
		color: #fff;
		background: #0065b7;
	}
	.box tr.alt {
		background: #e7ebf0;
	}
	

.box2 {
	margin: 5px 0px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #a3aab7;
	border-bottom: 1px solid #a3aab7;
	background: #f8f8f8;
}
	.box2 td {
	clip: rect(auto,auto,10px,auto);
	padding: 5px;
	}
	.box2 td.category {
		background: url("../layout_images/new/folder.gif") 14px 9px no-repeat;
		padding-left: 36px !important;
	}
	.box2 tr.alt td.category {
		background: #e7ebf0 url("../layout_images/new/folder.gif") 14px 9px 

no-repeat;
		padding-left: 36px !important;
	}
	.box2 th {
	border-top: 1px solid #6882ad;
	border-bottom: 1px solid #6882ad;
	height: 23px;
	padding: 5px 14px !important;
	padding: 2px 14px;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
	color: #FFFFFF;
	font: bold 11px verdana, sans-serif;
	background-color: #5f5f5f;
	background-image: url(../layout_images/new/th_bg.gif);
	background-repeat: repeat-x;
	}
	.box2 th a {
		color: #fff;
		text-decoration: none;
	}
	.box2 th a:hover {
		text-decoration: underline;
	}
	.box2 td a, #content a {
	color: #FF7900;
	text-decoration: none;
	}
	.box2 td a strong {
		font-size: 110%;
	}
	.box2 td a:hover, .box td a:hover strong, #content a:hover {
	color: #fff;
	background-color: #FF7900;
	}
	.box2 tr.alt {

/*		background: #e7ebf0 */
	}
	.box2 td.pointer {
		background: url("../layout_images/new/pointer.gif") 14px 10px no-repeat;
		padding-left: 26px !important;
	}
	.box2 tr.alt td.pointer {
		background: #e7ebf0 url("../layout_images/new/pointer.gif") 14px 10px 

no-repeat;
		padding-left: 26px !important;
	}


	#tools #addfav {
		background: url("../layout_images/gpx/icons/s_fav.gif") 0px 50% no-repeat;
		padding-left: 20px;
	}
	#tools #moread {
		background: url("../layout_images/gpx/icons/s_star.gif") 0px 50% no-repeat;
		padding-left: 20px;
	}
	#tools #sellerad {
		background: url("../layout_images/gpx/icons/s_userad.gif") 0px 50% no-repeat;
		padding-left: 20px;
	}
	#tools #contactseller {
		background: url("../layout_images/gpx/icons/s_user.gif") 0px 50% no-repeat;
		padding-left: 20px;
	}
	#tools #tellfriend {
		background: url("../layout_images/gpx/icons/s_notify.gif") 0px 50% no-repeat;
		padding-left: 20px;
	}
	#tools #print {
		background: url("../layout_images/gpx/icons/s_print.gif") 0px 50% no-repeat;
		padding-left: 20px;
	}

.tellafriend {
	position: absolute;
	left: 0px;
	top: 0px;
}
#strona {
	width: 879px;
	padding-left: 20px;
	padding-bottom: 35px;
}
.uslugi_tab{
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	width: 100%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-color: #F2F2F2;
}
.uslugi_tab th {
	height: 23px;
	vertical-align: middle;
	background-color: #5E5E5E;
	background-image: url(../layout_images/new/th_bg.gif);
	background-repeat: repeat-x;
}
.uslugi_tab tr.alt {
	background-color: #FFFFFF;
	}	



/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	width: 570px; /* ems so it will grow */
	background: url(../layout_images/gpx/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../layout_images/gpx/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../layout_images/gpx/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}
.boxbody {
	background: url(../layout_images/gpx/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

