﻿@charset "utf-8";
/* CSS 2.0
 * Style dla strony www.fungo.com.pl
 *
 * @Author Rafał Wachułka
 * @Copyright ©2007 imbaworks
 *
 * Kolory:
 * jasny szary (text, hrs): #cacaca
 * ciemny szary (oferta): #707070
 * bordowy (naglowki, linki): #742448;
 */

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  
}

.cleaner {
	clear:both;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #742448;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 7px;
	
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

ul.list {
	list-style:outside;
	list-style-type:disc;
	margin-left: 15px;
}

.btn {
	width: auto !important;
	height: 20px;
	color: #fff;
	border: 0px solid !important;
	font-size:11px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
	background: url('../images/btn_bg.png') repeat-x 0px 0px;
	cursor: pointer;
	margin-left: 1px;
	margin-bottom:1px;
}

/******************* KONTENER STRONY **************************/
div#container {
border: 0px solid #000;
	width: 970px;
	margin: 0px auto 0px auto;
	height: auto;
	background: url(../images/container_sides.png) repeat-y;
}

div#end {
border: 0px solid #000;
	width: 970px;
	height: 8px;
	background: url(../images/container_bottom.png) no-repeat 0 0;
}
/******************* KONTENER ENDS *************************/

/******************* TOP **************************************/
div#top {
	width: 940px;
	height: 23px;
	text-align: right;
	padding-top: 8px;
	padding-right: 20px;
	background: url(../images/top_bar.png) repeat-x 0 0;
	margin: auto;
}

div#head img {
	margin: 0px;
	float: left;
}

div#headBoxesHandler {
	border: 0px solid #000; 
	width: 590px;
	padding: 0px;
}

div#searchBox {
	float: right !important;
	margin-top: 15px;
	margin-right: 10px;
	color: #cacaca;
	background: url('../images/header_wyszukiwarka.png') no-repeat 0px 0px;
	display: inline; /* IE6 doble margin hack */
}

#searchBox a { 
	font-size: 10px;
	color: #742448;
	text-decoration: none;
}
#searchBox a:hover { 
	color: #742448;
	text-decoration: underline;
}
/******************* TOP ENDS *********************************/

/******************* HEAD **************************************/
div#head {
	width: 960px;
	height: 121px;
	margin: auto;
	background: url(../images/header_bg.png) repeat-x 0 0;
	border: 0px solid #000;
}
div#head div {
	float: left;
}
div#head img {
	float: left;
	margin: 0px;
}
/******************* HEAD ENDS *********************************/

/******************* CONTENT **************************************/
div#content {
	width: 960px;
	margin: auto;
	border: 0px solid #000;
	background: url(../images/content_watermark.png) no-repeat bottom right;
}
/* LEWA */
div#content #left {
	width: 247px;
	float: left;
	margin: auto;
	background: url(../images/middle_bg.png) repeat-x 0px 0px;
}

div#left #menuBox {
	float: left; 
	margin-top: 31px;
	margin-left: 20px;
	width: 200px;
}
div#left #menuBox img {
	float: left;
	margin: 0px;
}


/* PRAWA */
div#content #right {
	width: 713px;
	float: left;
	border: 0px solid #000;
}

#bannerBox {
	width: 713px;
	height: 112px;
	padding-top: 11px;
	text-align: center;
	background: url(../images/middle_bg.png) repeat-x 0px 0px;
}

#showBox #wrapper {
	float: right;
	width: 180px;
	border-left: 2px dotted #cacaca;
	background: url(../images/wrapper_pobierz.png) no-repeat 15px 10px;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5em;
	margin-left: 15px;
	padding-top: 35px;
	padding-left: 15px;
	padding-bottom: 10px;
}

#showBox #wrapper a { 
	color:#9F9F9F;
	text-decoration: none;
}

#showBox #wrapper a:hover { 
	color: #9F9F9F;
	text-decoration: underline;
}

#showBox { 
	margin: 10px 20px 20px auto;
	width: 681px;
	color: #9F9F9F;
	line-height: 1.5em;
}

#showBox .mapRoot{ 
	font-weight: bold;
	padding-left: 0px;
	margin-left: 0px;
}

#showBox .mapChild{ 
	font-weight: normal;
	padding-left: 20px;
}

#showBox a { 
	color: #742448;
	text-decoration: none;
}
#showBox a:hover { 
	color: #742448;
	text-decoration: underline;
}
#showBox .path{
	color: #742448;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 16px;
}

.newsItem{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	clear:both;
}

.newsItem .newsTitle{
	float: left;
	width:546px;
	padding-left: 5px;
	font-weight: bold;
	color: #742448;
	background-color:#F4F4F4;
}
.newsItem .newsDate{
	float: right;
	width:125px;
	padding-right: 5px;
	text-align:right;
	font-size:10px;
	font-weight: normal;
	background-color:#F4F4F4;
}
.newsItem .newsText{
	clear: both;
	width:671px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:left;
	font-size:10px;
	font-weight: normal;
}

.newsItem .newsMore{
	clear: both;
	width:681px;
	text-align:right;
	font-size:10px;
	font-weight: normal;
	border-bottom: 1px solid #cacaca;
}

.archListBox{
	float: left;
	width: 681px;
	margin-bottom:20px;
}
.archList{
	float: left;
	width: 180px;
	margin-right: 10px;
}

.archList .archYear{
	text-align:center;
	font-size:10px;
	font-weight: bold;
	border-bottom: 1px dashed #cacaca;
}

.archList .archMonths{
	text-align:center;
	font-size:10px;
	font-weight: normal;
}

.monthsUL a {
	float:left;
	width: 180px;
	height:16px;
	padding:0;
	margin:0;
	line-height: 14px;
	color: #9F9F9F !important;
	font-size:10px;
	text-decoration: none !important;
}

.monthsUL a:hover {
	color: #9F9F9F;
	background-color:#F4F4F4;
	text-decoration: none;
}
.archList .archMonths ul{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}
.archList .archMonths ul li{
	height:16px;
	margin: 0;
	padding: 0;
	clear:both;
}

.print{
	text-align:right;
	font-size: 10px;
	margin-right: 0px;
}
.print img{
	margin-right: 8px;
	margin-bottom: -5px;
}
.news-single-related, .news-single-files, .news-single-links {
background-color:#FFFFFF;
border: 1px solid #B3B3B3;
}



/******************* CONTENT ENDS *********************************/

/******************* STOPKA *********************************/
div#footer {
	width: 960px;
	height: 35px;
	margin: auto;
	color: #0093dd;
	background: url(../images/footer_bg.png) repeat-x 0 0;
	font-size: 10px;
	text-align: right;
	padding-top: 0px;
}
/******************* STOPKA ENDS ***************************/

/******************* COPYRIGHT *********************************/
div#copyright {
border: 0px solid #000;
	width: 960px;
	background-color:#FFFFFF;
	text-align: center;
	padding-right: 10px;
	font-size: 10px;
	color: #742448;
	height:30px;
}
div#fabryka {
	background-color:#FFFFFF;
	color:#CACACA;
	font-size:10px;
	padding-right:5px;
	text-align:right;
	height: 20px;
}

div#fabryka a {
	color:#CACACA;
	font-weight:bold;
	text-decoration:none;
}
/******************* COPYRIGHT ENDS *************************/
.tx-cscounter-pi1 {
color: #9F9F9F;
margin: -16px 5px 0 0;
font-size: 11px;
}