/*
Theme  : LBP
Author : Michal Lagodzic
Version: 1.0
Date   : 2006/11/25
*/

/*
==========================General=============================*/
html {
    height: 100%;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: 9pt;
    font-family: verdana, tahoma, sans-serif;
    margin: 0;
    padding: 0px 0;
    background-color: #EAECF0;
    text-align: center;
}
ul {
    list-style: none;
}
dl {
    margin: 0.5em 0;
    line-height: 140%;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #DB0000;
    text-decoration: none;
}
a:hover {
    color: #0099CC;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}

/*
======================Global layaout==========================*/
#outer-top {
    text-align: center;
    background-image: url(../images/grey_bgnd.gif);
}
#outer-top img{
    display: block;
    margin: 0 auto;
}
#outer-wrapper {
    width: 772px;
    margin: 0 auto;
    text-align: center;
}
#top-nav {
   background-color: #989898; /*reszta w blockStyle.php */
}

#inner-wrapper {
    clear: both;
    width: 772px;
    background: #ffffff;
}
#footer {
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
    text-align: justify;
    background: #FFFFFF;
}
#middleCol .inner {
    padding: 20px 20px 10px 15px;
}
#layout-noCols #middleCol .inner {
    padding: 20px 20px 10px 15px;
}
#ensureMinHeight {
    float: left;
    width: 0px;
    height: 390px;
}
#layout-3Cols #middleCol {
    width: 586px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 592px;
}
#layout-noCols #middleCol {
    width: 772px;
}
#leftCol {
    float: left;
    width: 180px;
}
#leftCol .inner {
    padding: 2px;
    margin-top: 25px;
    background-image: url(../images/linia.gif);
    background-repeat: no-repeat;
    background-position: top right;
}
#rightCol {
}
#rightCol .inner {
}

/*
=========================Header===============================*/
#header {
    width: 772px;
    height: 172px;
    margin: 0 auto;
    position: relative;
    display: block;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper .inner-container {
    background: #FFFFFF;
}

/*
======================Main Content============================*/
#content h1 {
    font-size: 1.5em;
    font-family: tahoma;
    text-align: left;
}
#content h1.pageTitle {
    margin: 1em 1em;
    color: #697083;
}
#layout-noCols #content h1.pageTitle {
    margin: 0.5em 1em;
    padding-bottom: 0.5em;
}
#content h2 {
    font-size: 1.3em;
    margin: 1em 0 0.5em 0;
    padding-left: 1.2em;
    font-family: tahoma;
    text-align: left;
    color: #697083;
    background-image: url(../images/punktor.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
}
#content h3 {
    font-size: 1.1em;
    font-family: tahoma;
    text-align: left;
    color: #697083;
}
#content ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style-position: inside;
    list-style-image: url('http://www.lokalbezpapierosa.pl/themes/default/images/bullet.gif');
}
#content li {
    padding-left: 0.5em;
}
#content a {
    color: #DB0000;
}

/*
==================Default Forms Styling=======================*/
form {

}
fieldset {
    padding: 10px 0;
    border: none;
}

/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 0.9em;
}
textarea {
    font-family: verdana, tahoma, sans-serif;
    font-size: 0.9em;
}

input[type="text"], input[type="password"]
{
   border-top: 1px solid #7c7c7c;
   border-left: 1px solid #c3c3c3;
   border-right: 1px solid #c3c3c3;
   border-bottom: 1px solid #ddd;
   background: #fff url(../images/fieldbg.gif) repeat-x top;
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
==========Default Tables Styling==========*/
tr th {
   color: #afafaf;
   /* background-color: #dedede; */
   font-weight: bold;
}

/*
================Footer===============*/
#footer {
   background: #EAECF0;
   display: block;
}
#footer .wrap {
    position: relative;
    padding: 10px 0 5px 0;
    width: 100%;
}
#footer p {
    margin-bottom: 0.1em;
    color: #aaaaaa;
    font-size: 0.8em;
}

/*
===========Messages & Errors==========*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #66A326;
    color: #db0000;
}
.error, .required {
    color: #FF3300;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    visibility: hidden;
    line-height: 1px;
    display: block;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.wideButton {
    width: 8em;
}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #aaaaaa;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}
.navFrame{
   position: relative;
   display: block;
   border: solid #dddddd 1px;
   background: #efefef;
   margin: 0 20px 15px 20px;
   padding: 5px;
}
/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}

/* =============== mapa =================== */
.logo_m {
   padding: 10px 0 2px 5px;
}
.loc_num {
   font-size: 8pt;
   color: #666666;
}
.lokal {
   display: block;
   color: #697083;
   font-weight: bold;
   margin: 4px 0 4px 0;
   padding: 0;
}
.ulica {
   display: block;
   margin: 4px 0 4px 0;
}
.counter {
   font-size: 22px;
   font-weight: bold;
}
.mapamiasta {width: 485px; height: 440px; float: left;}
.typyLokali {width: 450px; float: left;}
.lista-lokali {
   display:block;
	font-size:10px;
	float:right;
	width:243px;
	background-color: #f3f3f3;
	padding: 3px 2px 5px 5px;
}

/* akordeon */
.typLokalu { 
	margin: 3px 0;
	padding: 0; border: 0; outline: 0; line-height: 1.3;
	text-decoration: none; font-size: 12px; list-style: none;
	background-color: #e6e6e6;
}
.ui-accordion-header a {
	display: block;
	text-decoration: none;
	padding: 0 0 0 1.7em;
	background: url(../images/a_right.gif) .5em 50% no-repeat;
}
.selected .ui-accordion-header a {
	background: url(../images/a_down.gif) .5em 50% no-repeat;
}

/*ranking*/
.ranking td {padding:0 5px; text-align: right;}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header {
    margin: 0 5px;
    height: 28px;
    padding-bottom: 0.2em;
    color: #db0000;
    font-weight: bold;
    background-image: url(../images/block.gif);
}
.block .header h2 {
    font-size: 1em;
    margin: 0;
    padding: 7px 0 0 0;
}
.block .content {
    padding: 0.4em;
    font-size: 0.9em;
    display: block;
}
#leftCol .content a, .content a:hover {
    color: #db0000;
    text-decoration: none;
}
/* ====================Top Navigation Block======================*/
#top-nav {
}
#top-nav .inner {
    font-size: 1.1em;
    height: 1.8em;
    width: 772px;
    margin: 0 auto;
}
#top-nav ul {

}
#top-nav li {
    float: left;
}
#top-nav li a {
    display: block;
    padding: 0.3em 1em;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
    color: #ffffff;
}
#top-nav li a:hover, #top-nav li.current a {
    background-color: #db0000;
    color: #ffffff;
    text-decoration: none;
}
.menu {
    width: 176px;
    margin-bottom: 25px;
}

/* first level list */
div#leftNav ul {
	list-style: none;
	padding: 0px;
	margin: 0 10px 0 12px;
}

/* first level list item */
div#leftNav li {
	margin: 3px 0 3px 0;
	padding: 3px 5px 3px 0;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	font-family: tahoma;
}

/* second level list */
div#leftNav ul ul {
   list-style: none;
	padding: 3px 0 0 0;
	margin: 3px 0 0 0;
}

/* second level list item */
#leftNav li li {
	font-size: 12px;
   font-weight: normal;
	padding: 3px 0 3px 12px;
	background-image: url(../images/arrow_right.gif);
   background-repeat: no-repeat;
   background-position: 0px 0.6em;
}
#leftNav li li li {
	font-size: 12px;
   font-weight: normal;
	padding: 3px 0 3px 12px;
	background-image: none;
}
/* menu item link */
div#leftNav a:link,
div#leftNav a:visited,
div#leftNav a:hover,
div#leftNav a:active,
div#leftNav li.current li a:link,
div#leftNav li.current li a:visited,
div#leftNav li.current li a:active {
	color: #000000;
   text-decoration: none;
}
div#leftNav li a:hover,
div#leftNav li li a:hover,
div#leftNav li.current li a:hover {
    color: #db0000;
    
}

/* current menu item link */
div#leftNav li.current a:link,
div#leftNav li.current a:visited,
div#leftNav li.current a:active {
	color: #db0000;
   /*font-weight: bold; */
}
div#leftNav li.current a:hover {
	background: #ffffff;
}