/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
body, table, table td, form, div, a, input, textarea, select, button, p {
    font-family: Arial, sans-serif;
    font-size: 12px;
}
html, body {
    text-align: left;
}
html {
}
body {
    text-align: center;
    color: #000;
    background-color: #2a2a2a;
}
form {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
img,
a img {
    border-width: 0;
}
a:link,
a:visited {
    color: #000;
    font-weight: normal;
}
a:link .hl,
a:visited .hl {
    color: #cf0100;
}
a:hover,
a:hover.hhl .hl {
    color: #0081c0;
}
.bold {
    font-weight: bold;
}
.right {
    text-align: right;
}
.u {
    text-decoration: underline;
}
.i {
    font-style: italic;
}
.clr {
    font-size: 1px;
    height: 1px;
    clear: both;
}
/*.req {
    color: #f22;
    font-size: 13px;
    font-weight: bold;
}*/
ul, li {
    list-style-type: none;
}
input, select {
    vertical-align: middle;
}
input.text,
textarea.text,
input.errtext,
textarea.errtext {
    padding: 2px 2px 2px 2px;
    border: 1px inset #f0f0f0;
    color: #000;
    background-color: #fff;
    vertical-align: middle;
    font-weight: normal;
    margin-right: 2px;
    font-size: 10pt;
}
textarea.text {
    vertical-align: text-bottom;
}
input.text {
    height: auto;
}
input.checkbox {
    width: 12px;
    overflow: hidden;
    margin: 1px 3px 3px 4px;
    height: auto;
    vertical-align: top;
    border-width: 0px;
    font-size: 10pt;
    line-height: 16px;
}
select {
    height: 18px;
    overflow: hidden;
    border: 1px inset #f0f0f0;
    background-color: #fff;
    color: #000;
    margin-right: 2px;
    padding: 0;
    font-size: 10pt;
    overflow: -moz-hidden-unscrollable;
}
select.m {
    height: auto;
}
select option {
    padding-right: 10px;
}
input.errtext,
textarea.errtext,
select.errtext {
    border: 2px solid red;
    background-color: #ffefef;
}
input.button {
    padding: 0 2px;
    font-size: 10px;
    height: 16px;
}
form div {
    text-align: left;
}
.w100 {
    width: 100%;
}
.w99 {
    width: 99%;
}
.clear {
    clear: both;
}
.hide {
    display: none;
}
.red {
    color: #f00;
}
.center {
    text-align: center;
}
.bs10 {
    margin-bottom: 10px;
}
.sqlErrors {
    background-color: #300;
    text-align: left;
    padding: 4px;
    font-size: 9px;
}
.sqlErrors h1 {
    margin: 0;
    padding: 2px 0 0 0;
    text-align: left;
    font-size: 9px;
    color: #c6c6c6;
}
.sqlErrors span.number {
    color: #633;
}
.sqlErrors span.query {
    color: #966;
}
.sqlErrors div.error {
    color: #9a9;
    padding-left: 20px;
}
.popupHelpBox {
    border: 1px solid #c0c0c0;
    padding: 8px 0 12px 0;
    background-color: #fff;
    width: 400px;
    text-align: left;
}
.popupHelpBox h1 {
    font-size: 11px;
    color: #e84904;
    font-weight: bold;
    padding: 0 18px 2px 18px;
    text-transform: uppercase;
}
.popupHelpBox p {
    text-align: left;
    margin: 4px 0;
    padding: 2px 18px 0 18px;
    font-size: 12px;
}
.bodyBg {
    width: 100%;
    height: auto;
    background: #fff url('../images/bodyBg.gif') repeat-x scroll center top;
}
.bodyContainer {
    width: 914px;
    margin: 0 auto;
    text-align: left;
}
#header {
    height: 115px;
}
#header .menu {
    float: right;
    padding-top: 19px;
    width: 612px;
    overflow: hidden;
}
#header .menu ul {
}
#header .menu ul li {
    float: left;
    line-height: 9px;
    margin-right: 40px;
}
#header .menu ul li a {
    line-height: 11px;
    text-transform: uppercase;
    display: block;
    padding-top: 6px;
}
#header .menu ul li a:link .label,
#header .menu ul li a:visited .label {
    font-size: 12px;
    color: #cde302;
    line-height: 14px;
    font-weight: bold;
}
#header .menu ul li a:link .desc,
#header .menu ul li a:visited .desc {
    line-height: 9px;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
}
#header .menu ul li a:hover {
    padding-top: 4px;
}
#header .menu ul li a:hover .label {
    color: #fff;
}
#header .menu ul li a:hover .desc {
    color: #cde302;
}
#header .menu a.logo:link,
#header .menu a.logo:visited {
    position: relative;
    top: 0;
}
#footer {
    clear: both;
    background-color: #2a2a2a;
    padding: 24px 0;
}
#footer .label {
    line-height: 9px;
    text-transform: uppercase;
    margin: 0 0 10px 8px;
}
#footer .label .label1 {
    font-size: 12px;
    color: #cde302;
    line-height: 14px;
    font-weight: bold;
}
#footer .label .label2 {
    line-height: 9px;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
}
#footer p {
    color: #fff;
    font-size: 11px;
    padding: 0 66px 0 8px;
}
#footer .copy {
    background-color: #333;
    padding: 8px 0 10px 0;
    text-align: center;
    color: #999;
    font-size: 10px;
}
#footer .copy a:link,
#footer .copy a:visited {
    font-size: 10px;
}
#footer .tMenu {
    width: 100%;
    overflow: hidden;
}
#footer .tMenu ul {
    width: 110%;
    white-space: nowrap;
}
#footer .tMenu ul li {
    float: left;
    margin-right: 35px;
    width: 188px;
    height: 61px;
}
#footer .tMenu ul li.hotels a {
    background-image: url('../images/tMenuHotels.gif');
}
#footer .tMenu ul li.ships a {
    background-image: url('../images/tMenuShips.gif');
}
#footer .tMenu ul li.other a {
    background-image: url('../images/tMenuOther.gif');
}
#footer .tMenu ul li a:link,
#footer .tMenu ul li a:visited {
    display: block;
    height: 61px;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
#footer .tMenu ul li a:hover {
    background-position: left -61px;
}
.blockContent {
    margin: 0 8px;
    clear: both;
}
.blockLeftGrayed {
    background: url('../images/levyBg.gif') repeat-y scroll left top;
}
.blockContent .cLeft {
    float: left;
    width: 266px;
    margin-right: 1px;
    overflow: hidden;
}
.blockContent .cContent {
    float: left;
    width: 631px;
    overflow: hidden;
}
.leftNavi {
    width: 100%;
    height: 113px;
    overflow: hidden;
}
.leftNavi ul {
    padding: 6px 0 0 130px;
}
.leftNavi ul li {
    display: block;
    line-height: 25px;
    overflow: hidden;
    height: 25px;
}
.leftNavi ul li a:link,
.leftNavi ul li a:visited {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-family: "DotumChe";
    background-position: -20px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.naviSitIn {
    background: url('../images/menuSitInBg.gif') no-repeat scroll left top;
    height: 112px;
}
.naviDuePalme {
    background: url('../images/menuDuePalmeBg.gif') no-repeat scroll left top;
}
.naviSitIn ul li a:hover {
    background: url('../images/starG.gif') no-repeat scroll left top;
    color: #cdfd08;
}
.naviDuePalme ul li a:hover {
    background: url('../images/starO.gif') no-repeat scroll left top;
    color: #ffff33;
}
.leftNavi ul li a:hover {
    background-position: left center;
    padding-left: 14px;
}
.cLeft .boxLabel {
    display: block;
    padding: 25px 0 0 6px;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: normal;
    color: #8fbf00;
}
.cLeft .listAlba {
    padding: 0 15px;
}
.cLeft .listAlba ul {
}
.cLeft .listAlba ul li {
    line-height: 26px;
    height: 26px;
    border-bottom: 1px solid #c7c7c7;
}
.cLeft .listAlba ul li a:link,
.cLeft .listAlba ul li a:visited {
    display: block;
    padding: 0 0 0 8px;
    font-size: 16px;
    color: #444;
}
.cLeft .listAlba ul li a:hover {
    background-color: #7cb41d;
    color: #fff;
}
.cLeft .qContacts p {
    padding: 35px 0 40px 15px;
    line-height: 18px;
}
.cContent h1 {
    font-weight: normal;
    font-size: 24px;
    color: #2b9a1a;
    margin: 0 0 20px 29px;
}
.cContent h1.first {
    color: #8fbf00;
}
.cContent h1.nmb {
    margin-bottom: 0px;
}
.cContent .artTogglerStart {
    clear: left;
    width: 100%;
    height: 225px;
    text-align: center;
    overflow: hidden;
}
.cContent .artTogglerStart {
    width: 631px;
    height: 225px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    position: relative;
}
.cContent .listAlbum {
    margin: 0 0 0 29px;
    width: 110%;
    white-space: nowrap;
}
.cContent .listAlbum a:link,
.cContent .listAlbum a:visited {
    display: block;
    float: left;
    width: 136px;
    height: 106px;
    position: relative;
    background: url('../images/thumbBg.gif') no-repeat scroll left top;
    margin: 0 14px 20px 0;
}
.cContent .listAlbum a:link span.art,
.cContent .listAlbum a:visited span.art {
    display: block;
    width: 130px;
    height: 100px;
    margin: 3px;
    overflow: hidden;
}
.cContent .listNews {
    padding: 0 30px;
}
.cContent .listNews .item {
    margin-bottom: 20px;
}
.cContent .listNews .item span.date {
    display: block;
    font-weight: bold;
}
.cContent .listNews .item h2 {
    font-weight: bold;
    color: #8fbf00;
    font-size: 16px;
}
.cContent .listNews .item p {
    padding: 0;
    margin: 0;
}
.cContent p,
.contacts p {
    margin: 0 0 0 30px;
    line-height: 18px;
    position: relative;
}
.contacts img.mapa {
    position: absolute;
    width: 160px;
    height: 160px;
    right: 40px;
    border: 1px solid #727272;
}
.cContent p.start {
    line-height: 18px;
    margin: 6px 105px 30px 4px;
}
.cContent div.form {
    margin: 0 30px;
}
.cContent div.form table.form {
    width: 100%;
}
.cContent div.form table.form td {
    height: 35px;
    vertical-align: middle;
    font-size: 11px;
    line-height: 16px;
    color: #666;
}
