body 
{
    font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #666666;
    margin: 0;
    padding: 0;
}

a {color: #666666;}
a img {border: 0;}
p {margin: 0;padding: 0;}

/* Uniwersalne */

.tr {text-align: right}

/* Przyciski */

button {cursor: pointer}

button.blue, .button-blue
{
    border-width: 0;
    background-color: #0071ae;
    color: #fff;
    padding: 4px 5px;
}

button.small {font-size: 10px;}

button.more, a.more
{
    background-image: url("../images/icon-arrow-white-2.png");
    background-repeat: no-repeat;
    background-position: center right; 
    font-size: 13px;
    padding: 4px 23px 4px 11px;
    text-decoration: none;
}

/* Layout */

#header
{
    position: relative;
    margin-bottom: 39px;
    overflow: hidden;
}

#header.homepage {height: 500px;}
#header.page {height: 400px;}

#banner-flash
{
    left: 50%;
    margin-left: -600px;
    position: absolute;
    width: 1200px;
    z-index: 1;
}

#banner-image
{
    left: 50%;
    margin-left: -600px;
    position: absolute;
    width: 1200px;
    z-index: 1;
}

#top-tabs, #header-container 
{
    margin: 0 auto;
    width: 990px;
}

#top-tabs
{
    padding-top: 23px;
    padding-bottom: 2px;
    position: relative;
    text-align: right;
    z-index: 2;
}

#top-tabs ul, #top-tabs ul li {list-style: none; display: inline-block; line-height: 20px;}

#top-tabs ul li {margin-left: 2px;}

#top-tabs a
{
    font-family: Arial;
    background: #ff7101 url("../images/icon-arrow-white.png") no-repeat center right;
    color: #fff;
    display: block;
    font-size: 10px;
    padding: 0px 16px 0 9px;
    text-decoration: none;
}

#header-container
{
    background: #fff;
    border-bottom: 4px solid #ff7000;
    height: 96px;
    position: relative;
    z-index: 2;
}

#logo
{
    float: left;
    margin: 17px 0 0 41px;
}

#top-menu-container
{
    width: 565px;
    height: 96px;
    float: right;
}

#top-menu 
{
    font-family: Arial;
    float: right;
    margin: 58px 0 0 0;
    line-height: 13px; 
    list-style: none;
    font-family: Arial;
    font-size: 14px;
}

#top-menu li 
{
    float: left; 
    line-height: 13px; 
    position: relative; 
    padding: 0 11px;
    background: url("../images/menu-separator.png") no-repeat center right;
}
#top-menu li:last-child {background: none; padding-right: 0;}
#top-menu li.last {background: none; padding-right: 0;}
#top-menu a {color: #6a6a6a;text-decoration: none;}
#top-menu a:hover {color: #ff7000}


#top-menu li ul {list-style: none; position: absolute;margin: 30px 0 0 0;}
#top-menu li ul li 
{
    float: none; 
    background: #fff;
    margin: 0 0 2px 0;
    padding: 0;
    white-space: nowrap;
}

#top-menu li li:last-child {background: #fff}

#top-menu li ul li a 
{
    padding: 5px 12px; 
    font-family: Arial; 
    font-size: 12px; 
    color: #696969;
    display: block;
}

#search 
{
    float: right;
    margin: 52px 10px 0 27px;
    position: relative;
    width: 196px;
}

#search input 
{
    background: url("../images/icon-search.png") no-repeat center left;
    border: 1px solid #d6d6d6;
    padding: 4px 2px 3px 22px;
    width: 132px;
}

#search button
{
    background: #fe7105;
    border-width: 0;
    border-bottom: 1px solid #ff0000;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    padding: 4px 8px;
    position: absolute;
    top: 0;
    right: 0;
}

#content
{
    background: #fff;
    margin: 0 auto;
    width: 990px;
}

#left
{
    background: #f6f6f6;
    float: left;
    margin-bottom: 15px;
    width: 340px;
}

#left .container {padding: 20px;}
#right .container {padding: 20px 0;}

#left h1, #right h1
{
    border-bottom: 1px dotted #bebebe;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 34px;
}

#right
{
    float: left;
    min-height: 500px;
    padding-left: 36px;
    width: 614px;
}

#footer
{
    background: #f6f6f6;
    clear: both;
    color: #646464;
    height: 100px;
}

#footer-container
{
    color: #636363;
    margin: 0 auto;
    width: 990px;
}

#footer-container a {font-family: Arial; color: #636363;text-decoration: none;}

#newsletter 
{
    float: left;
    margin-left: 20px;
    width: 180px;
}

#newsletter h2 
{
    font-size: 18px;
}

#newsletter .buttons
{
    text-align: right;
}

#newsletter input
{
    border: 1px solid #d6d6d6;
    margin-bottom: 1px;
    width: 178px;
}

#newsletter a 
{
    color: #636363;
    font-size: 10px;
    text-decoration: none;
}

#newsletter-delete {border: 0;background: none}

#menu-footer
{
    float: left;
    margin-top: 46px;
    overflow: hidden;
    text-align: center;
    width: 580px;
}

#menu-footer ul {list-style: none;}

#menu-footer li 
{
    display: inline-block;
}

#menu-footer li.separator
{
    margin: 0 9px;
}

#copyright 
{
    float: right;
    margin-top: 46px;
}

.tac {text-align: center}

/* Aktualności */

.news, .search-item {color: #666666; border-bottom: 1px dotted #bebebe; margin-bottom: 19px; padding-bottom: 9px;}
.news:last-child {border-bottom: 0;}
.news.last {border-bottom: 0;}
.news div.links {line-height: 27px; padding: 6px 0;}
.news .title, .search-item .title {
    margin-bottom: 15px;
    color: #0071ae;
    font-weight: bold;
    font-size: 16px;
}

.news .title a, .search-item .title a, h3.title 
{
    color: #0071ae;
    text-decoration: none;
}

.news .date 
{
    float: right;
    line-height: 16px;
}

.news .short-content 
{
    font-size: 13px;
}

/* Wynik wyszukiwania */

.search-item .links a.more 
{
    font-size: 11px;
    padding: 3px 17px 3px 9px;;
}

#search-result-gallery
{
    display: inline;
    list-style: none;
    margin-bottom: 10px;
}

/* Boksy */

#box-video 
{
    border-bottom: 1px dotted #bebebe;
    padding-bottom: 20px;
}

/* powiadomienia */

#message {
    left: 50%;
    margin-left: -200px;
    position: absolute;
    top: 0px;
    width: 400px;
    z-index: 6969;
}

.system-message-info {
    background: #b2f08d url("../images/icon-info.png") no-repeat center left;
    border: 1px solid #89cf5a;
    color: #222;
    padding: 18px 0 18px 52px;
}

.system-message-error {
    background: #EF9398 url("../images/icon-error.png") no-repeat center left;
    border: 1px solid #DC5757;
    color: #222;
    padding: 18px 0 18px 52px;
}

.cke_show_borders
{
    padding: 10px;
}

/* Lista tekstów */

.text-list {}

.text-item  
{
    border-bottom: 1px dotted #bebebe;
    color: #666666;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.text-item .date
{
    
}

.text-item a.title
{
    color: #0071ae;
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin: 5px 0;
}

/* Galeria */

.gallery-item 
{
    float: left;
    height: 165px;
    margin: 0 25px 15px 0;
    overflow: hidden;
    width: 170px;
}

.gallery-item .lightbox-link
{
    display: block;
    font-size: 11px;
    height: 95px;
    margin-bottom: 5px;
    width: 170px;
    overflow: hidden;
}

.gallery-item-title 
{
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    height: 30px;
    overflow: hidden;
}

#video_player
{
    display: block;
}

#player
{
    position: absolute; z-index: 2;bottom: 0;
}

#player-thumbnail
{
    z-index: 1; position: relative
}

#player-container 
{
    position: relative;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}

.gallery-item-title
{
    color: #0072a8;
    font-family: Tahoma;
    font-weight: bold;
}

.gallery-item .get-hd, .gallery-item .play 
{
    display: inline-block;
    padding: 4px 0;
    text-decoration: none;
    width: 84px;
}

.gallery-item .get-hd
{
    background: #80b9d7;
    color: #016fae;
    width: 85px;
}

.gallery-item .play 
{
    background: #0070af;
    color: #fff;
    margin-right: 1px;
}

.gallery-item-separator
{
    border-bottom: 1px dotted #bfbfbf;
    clear: both;
    height: 1px;
    margin-bottom: 15px;
}

/* Formularze */

.element-group, .submit-group {
    padding: 4px 0px;
}

.submit-group {
    text-align: right;
    padding: 1em;
    width: 540px;
}

.element-group label {
    color: #545454;
    display: block;
    float: left;
    width: 130px;
    padding: 2px 6px 0 0;
    text-align: right;
}

.element-group .info {
    color: gray;
    display: block;
    font-size: 0.8em;
    margin: 4px 0 0 140px;
}

.element-group input[type=text], .element-group textarea {
    border: 1px solid #D6D6D6;
    padding: 2px 4px;
    width: 30em;
}

.required {
    color: red;
}

/* Rozwijane listy */

.select{
    height: 40px;
}
.select a:hover{
    
}
.select a {
    background: url("../images/icon-select-down.png") no-repeat center right;
    border: 1px solid #d6d6d6;
    display: inline-block;
    height: 21px;
    line-height: 21px;
    margin-right: 10px;
    text-decoration: none;
    padding: 1px 35px 1px 10px;
}

.select .label {font-weight: bold; padding-right: 10px;}

.select ul{
    list-style:none;
    margin:0;
    padding:0 0 0 10px;
}
.select ul li{
    padding:0;
    float:left;
    line-height: 25px;
}
.select ul li ul li{
    padding:0;
    float:none;
    margin:0 0 0 0px;
    width:100%;
}
.select ul li ul{
    position:absolute;
    border-left: 1px solid #b8b39d;
    border-top: 1px solid #b8b39d;
    margin-top:-1px;
    display:none;
    padding:0;
    z-index: 1;
}
.active ul{
    display:block !important;
}

.active ul li a{
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #b8b39d;
    background: #f2f2f2;
    display: block;
    margin-right: 0;
}

.active ul li a:hover 
{
    background: #d9f2ff;
}
/*Styling for the link of the current page*/
.current a{
    background-color:#2D2D2D;
    border-top:2px solid #DD4B39;/*red ribbon at top*/
    border-bottom:0;
    display:block;
    height:25px;
    padding:0 8px 0 8px;
    position:relative;
    z-index:1;
    color:#FFFFFF;
    font-weight:bold;
}

/* Mapa strony */

.sitemap a 
{
    text-decoration: none;
}

.sitemap a.section 
{
    font-weight: bold;
}

.sitemap ul 
{
    margin-left: 20px;
}

/* Yacht Finder */

.searchresulttable {
    width: 580px;
}

.yblink {
    text-align: right;
    font-size: 10px;
    clear: both;
    display: block;
    width: 200px;
    float: right;
}