a {
    color: #EF8437;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#adv_bottom {
    clear: both;
    margin: auto;
    max-width: 840px;
}

#adv_right {
    float: right;
    margin: 20px auto;
    max-width: 180px;
}

#adv_top {
    margin: 5px auto 0px auto;
    max-width: 840px;
    position: relative;
    z-index: 100;
}

#adv_search {
    max-height: 100px;
    margin: auto;
    max-width: 250px;
}

#boat_holder {
    border: 1px solid #577BA9;
    display: none;
    padding: 0px 15px;
    width: 350px;
}

#boat_holder span {
    display: inline-block;
    width: 165px;
}

body {
    background: #F7F7F7 url('../pic/bg.png') repeat-x;
    font-family: Verdana;
    font-size: 12px;
    margin: 0px;
}

button {
    background: #00377D;
    border: 1px solid #577BA9;
    color: #FFFFFF;
}

.button_blue {
    background: url('../pic/p2.png');
    display: inline-block;
    height: 27px;
    margin: 0px -2px;
    padding: 4px;
    text-align: center;
    width: 116px;
}

.button_blue:hover {
    background: url('../pic/p1.png');
}

.button_next {
    float: right;
}

.button_orange {
    background: url('../pic/p1.png');
    display: inline-block;
    height: 27px;
    margin: 0px -2px;
    padding: 4px;
    text-align: center;
    width: 116px;
}

.button_prev {
    float: left;
}

.button_submit {
    bottom: 10px;
    position: absolute;
    right: 10px;
}

#buttons {
    font-size: 1.5em;
    left: 44px;
    position: absolute;
    top: -2px;
    z-index: 2;
}

#buttons a {
    color: #FFFFFF;
    text-decoration: none;
}

#buttons img {
    margin: 0px -1px;
}

#calendar {
    display: block;
    padding: 10px 0px;
}

.calendar {
    display: inline-block;
}

.calendar td, th{
    text-align: center;
    width: 75px;
}

.calendar_prev {
    float: left;
}

.calendar_next {
    float: right;
}

.compare_no {
    color: #C12323;
}

.compare_yes {
    color: #178232;
    font-weight: bold;
}

.center {
    text-align: center;
}

#content {
    left: 60px;
    margin-left: 60px;
    padding-bottom: 10px;
    width: 840px;
    min-height: 500px;
}

.date {
    width: 46px;
}

.error_message {
    color: #eb0000;
    font-style: italic;
}

#flags {
    background: url('../pic/flags_bg.png');
    height: 25px;
    right: 40px;
    padding: 8px 5px;
    position: absolute;
    width: 110px;
}

#footer {
    background: url('../pic/footer.png');
    height: 100px;
    margin: auto;
    padding-top: 5px;
    text-align: center;
    width: 960px;
}

h1 {
    left: 70px;
    position: absolute;
    top: 150px;
}

.hidden {
    display: none;
}

#holder {
    border: 1px solid #577BA9;
    display: none;
    padding: 0px 15px;
    width: 350px;
}

#holder span {
    display: inline-block;
    width: 165px;
}

hr {
    border: none;
    border-top: 1px dashed #577BA9;
}

img {
    border: none;
}

.input_short {
    width: 30px;
}

#logo {
    position: absolute;
    left: 70px;
}

#main {
    background: url('../pic/main.png');
    min-height: 500px;
    margin: auto;
    padding-top: 40px;
    position: relative;
    width: 960px;
}

#message {
    position: relative;
    top: 50px;
}

#message p {
    color: #007F0E;
    font-weight: bold;
}

#message form p {
    color: #000000;
    font-weight: normal;
}

.more {
    clear: both;
    text-align: right;
}

.nav_buttons {
    height: 30px;
    text-align: center;
}

.no_border {
    border: none;
}

.panel_holder {
    border: 1px solid #577BA9;
    display: none;
    padding: 0px 15px;
}

.panel_holder div {
    display: inline-block;
    margin: 0px 10px;
    width: 150px;
}

.photo {
    display: inline-block;
    padding: 2px;
}

.photo a {
    display: block;
    text-align: center;
}

.photo img {
    border: 1px dashed #EF8437;
}

.photo_add_form {
    display: none;
}

div.promoted {
    background: #E9EFF6;
    border: 1px dotted #577BA9;
    display: inline-block;
    margin: 5px 0px;
    padding: 0px 10px;
    width: 255px;
}

div.promoted .photo {
    float: right;
}

tr.promoted {
    background: #E9EFF6;
}

.ratings {
    display: inline-table;
    height: 200px;
    margin-right: 40px;    
}

#regulations {
    border: 1px solid #577BA9;
    height: 200px;
    overflow: auto;
    padding: 0px 15px;
    text-align: justify;
    width: 620px;
}

#search_form {
    display: inline-block;
    margin-left: 1px;
}

#search_form button {
    clear: both;
    display: block;
    position: relative;
    top: 5px;
    margin: auto;
}

#search_form .search_box {
    border: 1px dotted #577BA9;
    float: left;
    height: 250px;
    margin-left: -1px;
    text-align: left;
    padding: 0px 10px 15px 10px;
}

#search_form input {
    margin: 0px;
}

.selected {
    background: #b5c5d9 !important;
}

.boat_return {
    background: #007c00 !important;
}

table {
    border-collapse: collapse;
    margin-left: 1px;
}

table td, table th {
    border: 1px solid #577BA9;
    cursor: default;
    padding: 5px;
}

table th {
    background: #d4dde8;
}

.table_separator {
    background: #b5c5d9;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

#tabs {
    padding-top: 15px;
}

#tabs span {
    border: 1px solid #577BA9;
    display: inline-block;
    color: #EF8437;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: bold;
    padding: 4px;
}

#tabs .active {
    background: #d4dde8;
} 

.tabs_content {
    border: 1px solid #577BA9;
    display: none;
    margin-top: -1px;
    padding: 0px 10px;
    position: relative;
    width: 814px;
}

.term {
    background: #E9EFF6;
    cursor: pointer;
}

textarea {
    height: 150px;
    width: 300px;
    border: 1px solid #577ba9;
    background-color:#fff;
    background: url('../pic/form_bg.png');
    background-repeat:repeat-x;
}

textarea:focus {
    height: 150px;
    width: 300px;
    background-color:#ffffdb;
    background-image:none;
}

#top {
    background: url('../pic/top.png');
    height: 206px;
    margin: auto;
    position: relative;
    width: 960px;
    z-index: 1;
}

ul {
    margin: 0px;
}

#window {
    background: url('../pic/bulaj.png');
    height: 253px;
    position: absolute;
    right: 40px;
    top: 55px;
    width: 253px;
}

#window img {
    left: 46px;
    position: relative;
    top: 46px;
}

.yachts {
    border: 1px solid #577BA9;
    display: inline-table;
    font-size: 0.8em;
    padding: 0px 15px;
    width: 245px;
}

.user-holder {
    float:left;
    width:220px;
}

.input {
    min-width:200px;
}

input {
    border: 1px solid #577ba9;
    background-color:#fff;
    background: url('../pic/form_bg.png');
    background-repeat:repeat-x;
    padding:5px;
}

input:focus {
    background-color:#ffffdb;
    background-image:none;
}

.select {
    border: 1px solid #577ba9;
    background-color:#fff;
    background: url('../pic/form_bg.png');
    background-repeat:repeat-x;
    min-width:154px;
}

#logo_footer {
    text-align:center;
    margin: auto;
    position: relative;
    padding: 5px;
    width: 840px;
    height:25px;
    bottom:0px;
    margin-left:60px;
}

#logo-img {
    display:inline-block;
    margin: 0 auto;
    width:157px;
    height:25px;
}

#logo-vevar-holder {
    width:918px;
    height:16px;
    text-align:right;
}

#logo-vevar {
    display:inline-block;
    width:100px;
    height:16px;
    padding: 5px 4px 5px 4px;
    background-color:#fff;
}
