body, textarea, select {
    margin: 0;
    padding: 0;
    font: 11px Verdana, Trebuchet MS, Arial, Helvetica, sans-serif, "Bitstream Vera Sans";
    color: #3f3f3f;
    background-image: url('http://www.obiektyturystyczne.pl/themes/default/images/bg.gif');
}

/******************************* LAYOUT : HEADER ******************************/
#airlock {
    background: #ffffff;
    margin:0 auto;
    width: 990px;
    border: 2px solid #CCCCCC;
    /*overflow: auto;*/
}

#sgl #header {
    position:relative;
    background-image: url('http://www.obiektyturystyczne.pl/themes/default/images/obiekty-turystyczne.png');
    height: 120px;
    width: 970px;
    padding-top:0px;
    padding-left:20px;
    color:#FFFFFF;
    font-size: 1em;
}
#sgl #logo {
    float: left;
    margin: 5px 0 0 10px;
    font-size: 2em;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}
#sgl #logo img {
    vertical-align: middle;
    /* Workaround for Opera */
    vertical-align: text-middle;
}
#sgl #login {
    float: right;
    margin: 10px 10px 0 0;
    font-size: 0.9em;
    color: #000000;
    /* Workaround for IE hiding bottom border of logAction. */
    height: 50%;
    background-color: #eee;
}
#sgl #login a {
    padding: 0 5px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
#sgl #login a:hover {
    text-decoration: underline;
}
#sgl #login #logAction {
    margin-left: 0.5em;
    padding: 0.2em;
    border: 0px none;
    border-color: #cccccc;
}

/****************************** LAYOUT : MAIN *********************************/

#sgl #container {
    top: 107px;
}

/************************ LAYOUT : LEFT & RIGHT BLOCKS ************************/

#sgl #leftSidebar{
    position: relative;
    top: 0;
    z-index: 1;
    float: left;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
}
#sgl #rightSidebar {
    position: relative;
    z-index: 1;
    float: right;
    margin-bottom: 15px;
}
#sgl #leftSidebar {
    width: 20%;
    left: 0;
}
#sgl #rightSidebar {
    width: 20%;
    right: 0;
}
#sgl .blockContainer {
    margin: 4px 1px 0 1px;
    float: left;
}
#sgl .blockHeader {
    background-image: url('http://www.obiektyturystyczne.pl/themes/default/images/bg-block.gif');
    color: #ffffff;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #bcbcbc;
    margin: 0;
    width: 200px;
}
#sgl .blockContent {
    background-color: #eeeeee;
    color: #184a84;
    font-size: 0.9em;
    padding: 10px;
    border: 1px solid #bcbcbc;
    border-top: none;
    width: 180px;
}

/*************************** LAYOUT : MIDDLE BLOCKS ***************************/

#sgl #content{
    position: relative;
    margin: 0px 10px 10px 10px;
    width: 730px;
    min-width: 20%;
    font-size: 0.9em;
    /*z-index: 2*/;
    padding: 0 0px;
    float: left;
}


#sgl #content #options {
    float: right;
    width: 28%;
}
#sgl #content-nocols {
    margin: 0;
}
#sgl #content-leftcol {
    width: 530px;
    float: left;
}
#sgl #content-rightcol {
    width: 530px;
    float: left;
}
/* Holly Hack here so that tooltips don't act screwy:
 * http://www.positioniseverything.net/explorer/threepxtest.html */
/* Hide next from Mac IE plus non-IE \*/
* html #sgl #content {
    height: 1%;
}
/* End hide from IE5/mac plus non-IE */

/******************************* LAYOUT : FOOTER ******************************/

#sgl #footer {
    position: relative;
    float: middle;
    clear: both;
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 0.8em;
    text-align: center;
    color: #333333;
    height: 26px;
    background-image: url('http://www.obiektyturystyczne.pl/themes/default/images/bg-footer.gif');
}

/***************************** CONTENT : HEADINGS *****************************/

h1 {
    font-size: 1.25em;
}
h1.pageTitle {
    font-weight: normal;
    text-align: center;
    color: #184a84;
}
h2 {
    font-size: 1.25em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}
.pageTitle {
    color: #184a84;
    font-size: 1.75em;
    font-weight: normal;
}

/***************************** CONTENT : ANCHORS ******************************/

a {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    font-size: 1.1em;
}
a:visited {
    color: #000000;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}

/***************************** CONTENT : TABLES *******************************/

#content table {
    border: none;
    /* This is not a typo, we want first set a fallback for IE, then set the
     * real margin for real browsers ;) */
    /*//PRmargin: 0 5%; */
    /*//PR margin: 0 auto; */
}
td, th {
    padding: 2px;
    vertical-align: top;
}
th {
    background-color: #eeeeee;
    color: #3f3f3f;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.75em;
}
#imRead {
    background-color: #bcbcbc;
}

/******************************* CONTENT : BLOCKS *****************************/

img.blocksAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    float: right;
    padding-left: 5px;
    align: left;
}
.navWidget {
    overflow: auto;
}
.options-block {
    margin: 20px 0;
}

/*************************** CONTENT : MISCELLANEOUS **************************/

acronym {
    cursor: help;
}
hr {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
img {
    border: none;
}
.codeExample {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    margin: 1em 1.75em;
    padding: 0.25em;
    overflow: auto;
    font-size: large;
}
.alignCenter {
    text-align: center;
}
.backLight {
    background-color: transparent;
}
.backDark {
    background-color: #eeeeee;
}
.bold {
    font-weight: bold;
}
.error {
    color: #ff0000;
}
.hide {
    display: none;
}
.small {
    font-size: 0.8em;
}
.narrow {
    width: 60%;
}
.wide {
    width: 90%;
}
.full {
    width: 100%;
}
.detail {
    color: #999999;
    font-weight: normal;
    font-size: 0.8em;
}
.navigator {
    color: #bcbcbc;
    background-color: #3f3f3f;
    padding-left: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
}
.pager {
    background-color: #ffffcc;
    white-space: nowrap;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 2px 0;
    border: 1px solid #ff9600;
}
.title {
    color: #999999;
    font-weight: normal;
    font-size: 1.5em;
}
.toolBtnSeparate {
    margin-left: 20px;
}
.treeMenuDefault {
    font-size: 11px;
}
.dateSelector {
    cursor: pointer;
}

/******************************* CONTENT : FORMS ******************************/

.fieldName, .fieldNameWrap {
    background-color: #eeeeee;
    color: #184a84;
    font-weight: bold;
    text-align: left;
    width: 35%;
}
.fieldName {
    white-space: nowrap;
}
.fieldValue {
    background-color: #ffffff;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
.noBorder {
    border: none;
    font-size: 10px;
}
.narrowButton {
    text-align: center;
    width: 9em;
}
.wideButton {
    text-align: center;
    width: 13em;
}

/***************************** CONTENT : MESSAGES *****************************/

.errorContainer, .messageContainer {
    margin: 0 auto;
    width: 50%;
}
.errorHeader {
    background-color: #ffcc00;
    color: #ffffcc;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.errorContent {
    border: 1px dotted #ff9600;
    border-top: 1px solid #ffcc00;
    color: #184a84;
    background-color: #ffff99;
    text-align: left;
    padding: 0 10px;
}
.errorMessage {
    font-size: 13px;
    margin: 0 auto;
    border: 1px dotted #ff9600;
    background-color: #ffff99;
    text-align: center;
    width: 60%;
}
.messageHeader {
    color: #ffffff;
    background-color: #99cc00;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}
.messageContent {
    background-color: #ffffff;
    color: #184a84;
    border: 1px solid #99cc00;
    text-align: center;
}
.messageContent div {
    padding: 5px;
}
.message div{
    margin: 0 15% 10px;
    padding: 5px;
    background-color: #ffffff;
    color: #184a84;
    text-align: center;
}
.infoMessage {
    border: 1px solid #99cc00;
}
.errorMessage {
    border: 1px solid #ff9600;
}

/* /////////////// Lists /////////////// */

ul.noindent {
    margin-left: 5px;
    padding-left: 5px;
}
ul.bullets li {
    list-style-image: url('http://www.obiektyturystyczne.pl/themes/default/images/bullet.gif');
}

/* /////////////// Tooltips /////////////// */

.tipOwner {
    position: relative;
    cursor: help;
    /* IE :hover javascript workaround */
    behavior: url(http://www.obiektyturystyczne.pl/themes/default/css/tooltipHover.htc);
}
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 15px;
    left: 10px;
    font-size: 12px;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #eeeeee;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
    z-index: 50;
}
.tipOwner:hover .tipText {
    display: block;
}

/******************************* DEPRECATED ***********************************/

.bgnd {
    background-color: #e5f1ff;
    border: 1px solid #999999;
}
.bgnd a, a.noDecoration {
    text-decoration: none;
}
.bgnd a {
    color: #184a84;
    font-weight: normal;
}
.moduleOverview {
    width: 20.5em;
    height: 8em;
}
.newsItem {
    border: 1px solid #999999;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
    background-color: #ffffcc;
}
.pinstripe table {
    background-color: #eeeeee;
    width: 90%;
}
.pinstripe td {
    background-color: #ffffff;
}
.pinstripe img {
    padding: 10px;
}
.pinstripe button {
    padding: 10px 0;
}

/******************************* MORNEL ***********************************/
.err {
    color: red;
    font-weight: bold;
}

.adddescr {
    font: 0.8em Verdana, Trebuchet MS, Arial, Helvetica, sans-serif, "Bitstream Vera Sans";
    color: #777;
}

/*
.requiredField {
    background-color: #FFE6E6;
}
*/

fieldset {
    width: 730px;
    margin: 0 auto;
/*    color: #184a84; */
    font-size: 1em;
}
legend {
    color: #666666;
    font-weight: bold;
}

#td_25 td {
    width: 25%;
}

#td_11 td {
    width: 11%;
}

#content-nocols input {
  margin: 2px;
}

#content-nocols .add_table {
    border: 0px;
    width: 740px;
}

#content-nocols .add_table td.adddescr {
    font: 0.8em Verdana, Trebuchet MS, Arial, Helvetica, sans-serif, "Bitstream Vera Sans";
    width: 190px;
}

#content-nocols .add_table tr.highlightrow {
    background-color: #eeeeee;
    color: #000000;
}

#content-nocols .add_table tr:hover {
    background-color: #fed544;
}

.ObjectImage {
    border: 1px solid #DDDDDD;
    background-color: #EFEFEF;
    margin: 3px;
    padding: 3px;
    text-align: center;
    margin: auto;
}

.ObjectImage_img,
.ObjectImage_img img {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.ObjectImage_txt {
    border-top: 1px solid #DDDDDD;
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 8pt;
    text-align: center;
}

#sgl #container #content table.datagrid {
    border: 2px solid #CCCCCC;
    border-collapse: collapse;
    font-size:1.1em;
}
#sgl #container #content tr.searchHeader th {
    background-image: url('http://www.obiektyturystyczne.pl/themes/default/images/bg-block.gif');
    font-size:0.9em;
}
#sgl #container #content tr.searchOddRow {
    background-color: #eeeeee;
    color: #666666;
}
#sgl #container #content tr.searchEvenRow {
    background-color: #FFFFFF;
    color: #666666;
}

#sgl #container #content a{
    color: #000000;
    font-weight: bold;
}

#sgl #container #content table.objectMain {
    font-size:1.2em;
}

#sgl #container #content td.title {
    color:#888;
    font-size:9px;
    text-align: left;
    text-decoration: none;
}

#countTable table {
    width:  100%;
    padding: 0;
    margin: 0;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
}

#countTable td {
    width:  33%;
    background-color: #eee;
}

.countTableDescr {
    background-color: #777;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    color: #eee;
    font-weight: bold;
}

#obiektyBlock td {
    padding-bottom: 3px
    margin: 0;
    border-bottom: 1px solid #888;
}

#obiektyBlock a.none {
    font-weight: bold;
    text-decoration: none;
    font-size: 9px;
    color: #184a84;
}

#obiektyBlock img {
    margin-right: 4px;
}

.reqArrow {
    color: #FF3300;
    font-weight: bold;
    font-size: 13px;
}

#objectcontact {
    margin: 5px 10px 5px 10px;
}

#objectcontact td {
    vertical-align: middle;
}

#objectcontact table {
    margin: 0 5%;
    margin: 0 auto;
}

#objectcontact p {
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
}

#objectcontact fieldset {
    width: 97%;
    margin: 0 auto;
}

#dataList td {
    padding: 2px;
}

#dataList img {
    padding: 3px;
}

#sgl #topBody {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

#sgl #topBody .topBodyBlockContainer {
    margin: 4px 20px 0px 0px;
    float: left;
}
#sgl #topBody .topBodyBlockHeader {
    background-image: url('http://www.obiektyturystyczne.pl/themes/default/images/bg-block.gif');
    color: #ffffff;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #bcbcbc;
    margin: 0;
    width: 220px;
}
#sgl #topBody .topBodyBlockContent {
    background-color: #eeeeee;
    color: #184a84;
    font-size: 0.9em;
    padding: 10px;
    border: 1px solid #bcbcbc;
    border-top: none;
    width: 200px;
    text-align: center;
}

#formLoadOverlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 2500px;
    background-color: #000;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

#formLoad{
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#formLoadContainer{
    position: relative;
    background-color: #fff;
    width: 150px;
    height: 1500px;
    margin: 0 auto;
    padding-top: 30px;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#formLoadContainer img {
    border: none;
}

#formLoadContainer p {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}


#partners-item-list {
    color: #868686;
    font: 9px Tahoma, Arial, Helvetica, sans-serif;
}
#partners-item-list ul {
    padding-left: 8px;
    margin-left: 8px;
    list-style: none;
}
#partners-item-list ul li {
    margin: 0;
    padding: 0;
    list-style-image: url('http://www.obiektyturystyczne.pl/themes/default/images/bullet.gif');
}

#googleLinksAds {
    text-align: center;
    padding: 2px 1px 2px 1px;
    background: #ffa200;
    border: 1px solid #BCBCBC;
}

.phoneinfo {
    font-size: 10px;
    color: #FF6600;
}

.objectid {
    border: 1px solid #FF6600;
    padding: 3px;
    font-size: 14px;
    color: #FF6600;
}

#logoobiekty {
    width: 400px;
    height: 70px;
    float: left;
    padding-top: 30px;
}
#logoobiekty a {
    display: block;
    width: 400px;
    height: 70px;
}
#header #banerek {
    position: absolute;
    top: 36px;
    left: 460px;
    width: 468px;
    height: 60px;
    padding: 0;
    margin: 0;
    /* background-image: url('http://www.obiektyturystyczne.pl/themes/default/images/banner-dodaj.png'); */
}
#header #banerek a {
    display: block;
    width: 468px;
    height: 60px;
}

#clear {
    clear: both;
}

#totalNumOfObjects {
    width: 950px;
    height: 20px;
    float: left;
    padding: 0;
}

#cennik {
  position: relative;
  margin: 0;
  padding: 0;
  width: 749px;
  height: 780px;
  background: url('http://www.obiektyturystyczne.pl/themes/default/images/bg-cennik.jpg') no-repeat top left;
  font-size: 11px;
  color: #000000;
}

#cennik #stat24 {
  position: absolute;
  margin: 0;
  padding: 0;
  cursor: pointer;
  top: 480px;
  left: 0;
  width: 120px;
  height: 120px;
}

#cennik #stat24 a {
  margin: 0;
  padding: 0;
  display: block;
  width: 120px;
  height: 120px;
}

#cennik #lista1 {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 95px;
  left: 35px;
  width: 300px;
  height: 370px;
}
#cennik #lista2 {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 95px;
  left: 410px;
  width: 300px;
  height: 370px;
}

#cennik ul {
  padding: 0;
  margin: 0;
}
#cennik ul li {
  list-style: none;
  font-weight: bold;
  background: url('http://www.obiektyturystyczne.pl/themes/default/images/arrows/a1.gif') no-repeat top left;
  padding: 0 0 0 15px;
  margin: 0;
}
#cennik ul li ul {
  padding: 0 0 0 15px;
  margin: 0;
}
#cennik ul li ul li {
  list-style: none;
  font-size: 10px;
  font-weight: normal;
  background: url('http://www.obiektyturystyczne.pl/themes/default/images/arrows/a4.gif') no-repeat top left;
  margin: 0;
  padding: 0 0 0 10px;
}
#cennik #dodaj-obiekt {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 654px;
  left: 220px;
  width: 296px;
  height: 119px;
  background: url('http://www.obiektyturystyczne.pl/themes/default/images/dodaj-obiekt.gif') no-repeat top left;
}
#cennik #dodaj-obiekt a {
  display: block;
  width: 296px;
  height: 119px;
}
#cafenewsbox {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 430px;
    width: 500px;
    height: 100px;
}
#nextPrevObject {
    text-align:center;
    padding: 6px;
    margin: 0 auto;
    clear: both;
}
.removed {
    display: none;
}
#allpay {
    font-size: 12px;
    color: #000000;
    padding: 10px;
}
#allpay td.t1 {
  background-color: #FEE7BD;
}
#allpay td.t2 {
  background-color: #FECC69;
  font-size: 14px;
}
#allpay img {
  float: left;
  padding: 5px;
  background-color: #FEE7BD;
  margin: 5px;
}
#allpay table {
  float: left;
  padding: 5px;
  width: 450px;
}
#allpay .payment-info {
  text-align: center;
  margin: 10px 5px 5px 5px;
}
#allpay .payment-info form .allpay-submit {
  padding: 10px;
  margin: 10px;
  height: 60px;
  width: 600px;
  background-color: #FECC69;
}
#allpay .payment-info form .allpay-submit input {
  height: 30px;
  font-weight: bold;
}
#allpay .payment-info p {
  font-size: 10px;
  font-weight: bold;
}
#premiumsection {
  width: 100%;
  padding: 0;
  margin: 0 0 5px 0;
}
#premiumsection .premiumad:hover {
  background-color: #FFE6BF;
}
#premiumsection .premiumad {
  background-color: #ffdc9e;
  border: 2px solid #feac15;
  padding: 5px;
  margin: 3px 0 3px 0;
}
#premiumsection .premiumad h2 {
  display: inline;
  font-size: 13px;
  line-height: 3px;
  margin: 0;
  padding: 0;
}
#premiumsection .premiumad .thumb img {
  padding: 0;
  margin: 0 5px 5px 0;
  border: 0;
}
#premiumacct {
  float: left;
  font-size: 11px;
  background-color: #FFEBCC;
  border: 2px solid #FFBD59;
  padding: 10px;
  width: 220px;
}
#premiumacct p.balance {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 0;
}
#premiumacct img.wplac {
  margin: 4px 0 0 0;
  float: right;
  width: 200px;
  height: 22px;
  padding: 0;
}
#premiumactive {
  float: right;
  font-size: 10px;
  background-color: #FFF7E6;
  border: 2px solid #FFBD59;
  padding: 3px;
  width: 45%;
}
#couponform {
  width: 400px;
  text-align: center;
  margin: 0 auto;
}
#premiumcoupon {
  text-align: center;
  background-color: #FFEBCC;
  border: 2px solid #FFBD59;
  margin: 40px auto 0 auto;
  padding: 10px;
  width: 80%;
}
.premiumchoice {
  width: 100%;
  background-color: #000000;
  padding: 0;
  margin: 30px 0 0 0;
  color: #000000;
}
.premiumchoice a, .premiumchoice a:link, .premiumchoice a:hover {
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
}
.premiumchoice td {
  padding: 0;
  margin: 4px;
  font-size: 11px;
}
.premiumchoice td p.head {
  background-color: #777;
  color: #ffffff;
  margin: 0;
  padding: 10px;
  text-align: center;
}
.premiumchoice ul, #premiumactive ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 3px;
}
.premiumchoice ul li, #premiumactive ul li {
  padding: 0 0 12px 20px;
  list-style: none;
  list-style-type: none;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.premiumchoice ul li.disabled {
  background-image: url('http://www.obiektyturystyczne.pl/themes/default/images/prem_disabled.png');
}
.premiumchoice ul li.enabled, #premiumactive ul li.enabled {
  background-image: url('http://www.obiektyturystyczne.pl/themes/default/images/prem_ok.png');
}
.premiumchoice td.city {
  background-color: #FFECBF;
}
.premiumchoice td.region {
  background-color: #FFF7E6;
}
.premiumchoice td.province {
  background-color: #FFECBF;
}
.premiumchoice td:hover {
  background-color: #FFD980;
}
.premiumexample {
  width: 730px;
  height: 407px;
  background-image: url('http://www.obiektyturystyczne.pl/themes/default/images/premium.jpg');
  margin: 20px 0 0 0;
  padding: 93px 8px 0 8px;
}
.premiumexample #premiumsection .premiumad {
  background: none;
  border: 0;
}
#description td {
  font-size: 12px;
  line-height: 14px;
}
p.neighbor img {
  padding: 2px;
  margin: 2px 5px 2px 2px;
  border: 2px solid #F89D00;
}
p.neighbor a {
  font-weight: bold;
}
a.gearth {
  font-size: 11px;
  color: #FF6600;
}
.imglistitem {
    border: 1px solid #DDDDDD;
    background-color: #EFEFEF;
    padding: 3px;
    text-align: center;
    margin: 8px;
    float: left;
    width: 210px;
    height: 260px;
}
#sbreadcrumb {
    color: #999999;
    clear: both;
}
#sbreadcrumb a, #sbreadcrumb a:hover, #sbreadcrumb a:visited {
    color: #999999;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.5em;
}
#sbreadcrumb h1, #sbreadcrumb h2, #sbreadcrumb h3, #sbreadcrumb h4 {
    color: #999999;
    font-weight: normal;
    font-size: 1.5em;
    margin: 0 3px;
    display: inline;
}
#AdTaily_Widget_Container .AdTaily_Widget_Title {
  display: none !important;
}
#AdTaily_Widget_Container .AdTaily_Widget_Buy {
  font-weight: bold !important;
  margin: 0 auto !important;
  text-align: center !important;
}
#AdTaily_Widget_Container .AdTaily_Widget_Logo {
  display: none !important;
}
div.statictaily {
  background-color: #F3FAE6;
  border: 1px solid #42BE31;
  width: 166px;
  padding: 5px;
  text-align: center;
  margin-bottom: 3px;
}#nav {
    height: 45px;
    font-size: 1.2em;
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    background-image: url('http://www.obiektyturystyczne.pl/themes/default/images/bg-menu.gif');
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.15em;
    padding-top: 7px;
}
#nav ul {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    height: 36px;
    position: relative;
    padding: 0.2em 1.5em;
    background-image: url('http://www.obiektyturystyczne.pl/themes/default/images/bg-menu.gif');
    font-size: 1.3em;
    font-weight: bold;
    color: #333333;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.03em;
}
#nav ul li a:hover {
    color: #006699;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #006699;
    background-color: #e5f1ff;
}
#nav ul li.current a:visited {
    color: #006699;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
    _width: expression(document.body.clientWidth);
    padding: 0;
    background-color: #e5f1ff;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #006699;
    border-right: none;
    border-left: 1px solid #006699;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
